From owner-svn-ports-all@freebsd.org Sun Feb 26 02:46:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4641DCEA525; Sun, 26 Feb 2017 02:46:32 +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 EDE322CE; Sun, 26 Feb 2017 02:46:31 +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 v1Q2kVsg070082; Sun, 26 Feb 2017 02:46:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q2kU6X070079; Sun, 26 Feb 2017 02:46:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702260246.v1Q2kU6X070079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 26 Feb 2017 02:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434845 - in head/devel/pecl-swoole: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 02:46:32 -0000 Author: vanilla Date: Sun Feb 26 02:46:30 2017 New Revision: 434845 URL: https://svnweb.freebsd.org/changeset/ports/434845 Log: Update to 1.9.6. Deleted: head/devel/pecl-swoole/files/patch-include_swoole.h head/devel/pecl-swoole/files/patch-src_network_Server.c head/devel/pecl-swoole/files/patch-swoole__config.h head/devel/pecl-swoole/files/patch-swoole__process.c Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo head/devel/pecl-swoole/files/patch-config.m4 Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Sat Feb 25 23:39:18 2017 (r434844) +++ head/devel/pecl-swoole/Makefile Sun Feb 26 02:46:30 2017 (r434845) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.9.5 -PORTREVISION= 1 +PORTVERSION= 1.9.6 CATEGORIES= devel net MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Sat Feb 25 23:39:18 2017 (r434844) +++ head/devel/pecl-swoole/distinfo Sun Feb 26 02:46:30 2017 (r434845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486302935 -SHA256 (PECL/swoole-1.9.5.tgz) = ffc11770606478938e7c5437b29e486d1737ddc3ebb4a8f51bcebe127c5d1a45 -SIZE (PECL/swoole-1.9.5.tgz) = 542481 +TIMESTAMP = 1488076230 +SHA256 (PECL/swoole-1.9.6.tgz) = b6ad22d6d76c9ad8ad3408854a9ffaa220ae0b02e543fb5a87115452e7429174 +SIZE (PECL/swoole-1.9.6.tgz) = 550874 Modified: head/devel/pecl-swoole/files/patch-config.m4 ============================================================================== --- head/devel/pecl-swoole/files/patch-config.m4 Sat Feb 25 23:39:18 2017 (r434844) +++ head/devel/pecl-swoole/files/patch-config.m4 Sun Feb 26 02:46:30 2017 (r434845) @@ -1,20 +1,6 @@ ---- config.m4.orig 2017-01-24 02:05:48 UTC +--- config.m4.orig 2017-02-24 07:21:23 UTC +++ config.m4 -@@ -85,7 +85,13 @@ AC_DEFUN([AC_SWOOLE_CPU_AFFINITY], - AC_MSG_CHECKING([for cpu affinity]) - AC_TRY_COMPILE( - [ -+ #ifdef __FreeBSD__ -+ #include -+ #include -+ typedef cpuset_t cpu_set_t; -+ #else - #include -+ #endif - ], [ - cpu_set_t cpu_set; - CPU_ZERO(&cpu_set); -@@ -178,7 +184,7 @@ if test "$PHP_SWOOLE" != "no"; then +@@ -232,7 +232,7 @@ if test "$PHP_SWOOLE" != "no"; then AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll])) AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile])) AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue])) From owner-svn-ports-all@freebsd.org Sun Feb 26 02:57:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 069EECEA7CA; Sun, 26 Feb 2017 02:57:50 +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 C9FDD928; Sun, 26 Feb 2017 02:57:49 +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 v1Q2vmiw074032; Sun, 26 Feb 2017 02:57:48 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q2vmKU074030; Sun, 26 Feb 2017 02:57:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702260257.v1Q2vmKU074030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 26 Feb 2017 02:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434846 - head/devel/py-BytecodeAssembler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 02:57:50 -0000 Author: vanilla Date: Sun Feb 26 02:57:48 2017 New Revision: 434846 URL: https://svnweb.freebsd.org/changeset/ports/434846 Log: Update to 0.6.1. Modified: head/devel/py-BytecodeAssembler/Makefile head/devel/py-BytecodeAssembler/distinfo Modified: head/devel/py-BytecodeAssembler/Makefile ============================================================================== --- head/devel/py-BytecodeAssembler/Makefile Sun Feb 26 02:46:30 2017 (r434845) +++ head/devel/py-BytecodeAssembler/Makefile Sun Feb 26 02:57:48 2017 (r434846) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= BytecodeAssembler -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-BytecodeAssembler/distinfo ============================================================================== --- head/devel/py-BytecodeAssembler/distinfo Sun Feb 26 02:46:30 2017 (r434845) +++ head/devel/py-BytecodeAssembler/distinfo Sun Feb 26 02:57:48 2017 (r434846) @@ -1,2 +1,3 @@ -SHA256 (BytecodeAssembler-0.6.zip) = 05d56f7ed3eb7c85912380c31bfe3622063176418d63d5bbd74ce99e5456ae0f -SIZE (BytecodeAssembler-0.6.zip) = 52734 +TIMESTAMP = 1488077749 +SHA256 (BytecodeAssembler-0.6.1.zip) = c949167dc6ec620003ded3124db24efc299ca5a31c8d3a5c22f0578745e82771 +SIZE (BytecodeAssembler-0.6.1.zip) = 53547 From owner-svn-ports-all@freebsd.org Sun Feb 26 08:07:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35054CEEBAE; Sun, 26 Feb 2017 08:07:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 019BEA7; Sun, 26 Feb 2017 08:07:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1Q87Gd0094063; Sun, 26 Feb 2017 08:07:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q87Gdo094062; Sun, 26 Feb 2017 08:07:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702260807.v1Q87Gdo094062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Feb 2017 08:07:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434847 - head/textproc/jid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 08:07:17 -0000 Author: antoine Date: Sun Feb 26 08:07:15 2017 New Revision: 434847 URL: https://svnweb.freebsd.org/changeset/ports/434847 Log: Fix packaging Reported by: pkg-fallout Modified: head/textproc/jid/Makefile Modified: head/textproc/jid/Makefile ============================================================================== --- head/textproc/jid/Makefile Sun Feb 26 02:57:48 2017 (r434846) +++ head/textproc/jid/Makefile Sun Feb 26 08:07:15 2017 (r434847) @@ -27,6 +27,6 @@ PLIST_FILES= bin/jid do-build: @(cd ${WRKSRC}; \ - ${SETENV} ${GO_ENV} GOPATH=${WRKSRC} ${GO_CMD} build -v -o ${WRKSRC}/bin/jid cmd/jid/jid.go) + ${SETENV} ${GO_ENV} GOPATH=${WRKSRC} ${GO_CMD} build -v -o ${GO_WRKDIR_BIN}/jid cmd/jid/jid.go) .include From owner-svn-ports-all@freebsd.org Sun Feb 26 08:34:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65018CE22D6; Sun, 26 Feb 2017 08:34:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17458E3B; Sun, 26 Feb 2017 08:34:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1Q8YaYl005635; Sun, 26 Feb 2017 08:34:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q8YZEU005631; Sun, 26 Feb 2017 08:34:35 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702260834.v1Q8YZEU005631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 26 Feb 2017 08:34:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434848 - in head/audio/musicpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 08:34:37 -0000 Author: riggs Date: Sun Feb 26 08:34:35 2017 New Revision: 434848 URL: https://svnweb.freebsd.org/changeset/ports/434848 Log: Update to upstream version 0.20.5; fixes buffer overflows in http output MFH: 2017Q1 Added: head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx (contents, props changed) Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun Feb 26 08:07:15 2017 (r434847) +++ head/audio/musicpd/Makefile Sun Feb 26 08:34:35 2017 (r434848) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.4 +PORTVERSION= 0.20.5 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Sun Feb 26 08:07:15 2017 (r434847) +++ head/audio/musicpd/distinfo Sun Feb 26 08:34:35 2017 (r434848) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486630981 -SHA256 (mpd-0.20.4.tar.xz) = 712b25351c12616630c580204e1c3dcba3ae2993a56cff1c346c87e334d69728 -SIZE (mpd-0.20.4.tar.xz) = 770132 +TIMESTAMP = 1488034173 +SHA256 (mpd-0.20.5.tar.xz) = 525573be27443ae26868b21a61e88c03909e72f1212ddaa725a0389a28d88987 +SIZE (mpd-0.20.5.tar.xz) = 771276 Added: head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx Sun Feb 26 08:34:35 2017 (r434848) @@ -0,0 +1,11 @@ +--- src/decoder/plugins/WavpackDecoderPlugin.cxx.orig 2017-01-27 07:46:51 UTC ++++ src/decoder/plugins/WavpackDecoderPlugin.cxx +@@ -34,6 +34,8 @@ + #include + #include + ++#include ++ + #include + + #define ERRORLEN 80 From owner-svn-ports-all@freebsd.org Sun Feb 26 08:41:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BF59CE25E0; Sun, 26 Feb 2017 08:41:25 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B7DCEF; Sun, 26 Feb 2017 08:41:25 +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 v1Q8fOFT006667; Sun, 26 Feb 2017 08:41:24 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q8fOuj006666; Sun, 26 Feb 2017 08:41:24 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702260841.v1Q8fOuj006666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 26 Feb 2017 08:41:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434849 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 08:41:25 -0000 Author: riggs Date: Sun Feb 26 08:41:24 2017 New Revision: 434849 URL: https://svnweb.freebsd.org/changeset/ports/434849 Log: Document buffer overflows in audio/musicpd http output module Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 26 08:34:35 2017 (r434848) +++ head/security/vuxml/vuln.xml Sun Feb 26 08:41:24 2017 (r434849) @@ -58,6 +58,31 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + MPD -- buffer overflows in http output + + + musicpd + 0.20.5 + + + + +

The MPD project reports:

+
+

httpd: fix two buffer overflows in IcyMetaData length calculation

+
+ +
+ + http://git.musicpd.org/cgit/master/mpd.git/plain/NEWS?h=v0.20.5 + + + 2017-02-18 + 2017-02-26 + +
+ cURL -- ocsp status validation error From owner-svn-ports-all@freebsd.org Sun Feb 26 08:54:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8812CE2917; Sun, 26 Feb 2017 08:54:35 +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 C07569B2; Sun, 26 Feb 2017 08:54:35 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1Q8sYAv013498; Sun, 26 Feb 2017 08:54:34 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q8sYci013495; Sun, 26 Feb 2017 08:54:34 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702260854.v1Q8sYci013495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 26 Feb 2017 08:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434850 - head/textproc/ibus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 08:54:36 -0000 Author: madpilot Date: Sun Feb 26 08:54:34 2017 New Revision: 434850 URL: https://svnweb.freebsd.org/changeset/ports/434850 Log: - Update textproc/ibus to 1.5.14 - Add EMOJI option - Convert to USES localbase - Use more option helpers PR: 216991 Submitted by: Henry Hu (maintainer) Approved by: maintainer Modified: head/textproc/ibus/Makefile head/textproc/ibus/distinfo head/textproc/ibus/pkg-plist Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Sun Feb 26 08:41:24 2017 (r434849) +++ head/textproc/ibus/Makefile Sun Feb 26 08:54:34 2017 (r434850) @@ -2,10 +2,12 @@ # $FreeBSD$ PORTNAME= ibus -PORTVERSION= 1.5.11 -PORTREVISION= 1 +PORTVERSION= 1.5.14 CATEGORIES= textproc -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT \ + https://raw.githubusercontent.com/Ranks/emojione/${EMOJIONE_TAG}/:emojione +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= henry.hu.sh@gmail.com COMMENT= Intelligent Input Bus for Linux / Unix OS @@ -17,12 +19,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}db ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:devel/py-notify \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg \ ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes \ setxkbmap:x11/setxkbmap LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -USES= compiler cpe gmake libtool pathfix pkgconfig python:2 +USES= compiler cpe gmake libtool localbase pathfix pkgconfig python:2 USE_GNOME= glib20 intltool librsvg2 pygobject3 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -30,13 +31,11 @@ INSTALLS_ICONS= yes OPTIONS_SUB= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-tests --with-html-dir=${PREFIX}/share/doc -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= NLS GTK2 GTK3 VALA GINTRO PYTHON_LIB DOCS XIM ENGINE +OPTIONS_DEFINE= NLS GTK2 GTK3 VALA GINTRO PYTHON_LIB DOCS XIM ENGINE EMOJI OPTIONS_RADIO= CONFIG OPTIONS_RADIO_CONFIG= GCONF DCONF -OPTIONS_DEFAULT= GTK2 GTK3 VALA GINTRO PYTHON_LIB DCONF XIM ENGINE +OPTIONS_DEFAULT= GTK2 GTK3 VALA GINTRO PYTHON_LIB DCONF XIM ENGINE EMOJI GTK2_DESC= Install GTK2 client GTK3_DESC= Install GTK3 client and panel @@ -47,6 +46,7 @@ GCONF_DESC= Use GConf for configuration DCONF_DESC= Use dconf for configuration XIM_DESC= Install XIM server ENGINE_DESC= Install ibus simple engine +EMOJI_DESC= Install emoji dictionary CPE_VENDOR= ibus_project NLS_USES= gettext @@ -63,6 +63,7 @@ GTK3_LIBS= -lX11 VALA_BUILD_DEPENDS= vala>=0.20:lang/vala VALA_CONFIGURE_ENABLE= vala +VALA_IMPLIES= GINTRO GINTRO_BUILD_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection GINTRO_RUN_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection @@ -74,9 +75,11 @@ PYTHON_LIB_CONFIGURE_ENABLE= python-libr GCONF_USE= GNOME=gconf2 GCONF_CONFIGURE_ENABLE= gconf +GCONF_VARS= GCONF_SCHEMAS=ibus.schemas DCONF_USE= GNOME=dconf,gconf2 DCONF_CONFIGURE_ENABLE= dconf +DCONF_VARS= GLIB_SCHEMAS=org.freedesktop.ibus.gschema.xml DOCS_CONFIGURE_ENABLE= gtk-doc-html @@ -84,11 +87,12 @@ XIM_CONFIGURE_ENABLE= xim ENGINE_CONFIGURE_ENABLE= engine -.include - -.if empty(PORT_OPTIONS:MGINTRO) && !empty(PORT_OPTIONS:MVALA) -BROKEN= Vala bindings require GObject Introspection -.endif +EMOJIONE_TAG= ba845a7e24aac26cf3cf22abc19bea215d94fbf3 # 2.2.7 +EMOJI_CONFIGURE_ON= --enable-emoji-dict \ + --with-emoji-json-file=${WRKSRC}/emoji.json +EMOJI_CONFIGURE_OFF= --disable-emoji-dict +EMOJI_BUILD_DEPENDS= json-glib>=0:devel/json-glib +EMOJI_DISTFILES= emoji.json:emojione .include @@ -96,20 +100,15 @@ BROKEN= Vala bindings require GObject I USE_GCC= yes .endif -.if ${PORT_OPTIONS:MGCONF} -GCONF_SCHEMAS= ibus.schemas -.endif - -.if ${PORT_OPTIONS:MDCONF} -GLIB_SCHEMAS= org.freedesktop.ibus.gschema.xml -.endif - .if ${PORT_OPTIONS:MENGINE} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MGCONF} || ${PORT_OPTIONS:MDCONF} PLIST_SUB+= COMPDIR="" .else PLIST_SUB+= COMPDIR="@comment " .endif +post-extract-EMOJI-on: + ${CP} ${DISTDIR}/emoji.json ${WRKSRC}/ + post-patch: ${REINPLACE_CMD} -e 's|/var/lib/dbus|/var/db/dbus|g' ${WRKSRC}/src/ibusshare.c Modified: head/textproc/ibus/distinfo ============================================================================== --- head/textproc/ibus/distinfo Sun Feb 26 08:41:24 2017 (r434849) +++ head/textproc/ibus/distinfo Sun Feb 26 08:54:34 2017 (r434850) @@ -1,2 +1,5 @@ -SHA256 (ibus-1.5.11.tar.gz) = 49995a298a39a137e65c6ee77811b030850ff344b875f29d4ed088f623a546bc -SIZE (ibus-1.5.11.tar.gz) = 2177026 +TIMESTAMP = 1486792464 +SHA256 (ibus-1.5.14.tar.gz) = a42b40fe4642f36bf2a6f0b4649f54f4043812d6bfee4faca38117799a009d3c +SIZE (ibus-1.5.14.tar.gz) = 2214350 +SHA256 (emoji.json) = 3e4792d6dc13f95b8e72b4cc5eb7d6088f64fc625682add33a6bbcc08bf76c4b +SIZE (emoji.json) = 448953 Modified: head/textproc/ibus/pkg-plist ============================================================================== --- head/textproc/ibus/pkg-plist Sun Feb 26 08:41:24 2017 (r434849) +++ head/textproc/ibus/pkg-plist Sun Feb 26 08:54:34 2017 (r434850) @@ -51,7 +51,7 @@ include/ibus-1.0/ibusenginesimple.h %%GTK3%%lib/gtk-3.0/3.0.0/immodules/im-ibus.so lib/libibus-1.0.so lib/libibus-1.0.so.5 -lib/libibus-1.0.so.5.0.511 +lib/libibus-1.0.so.5.0.514 %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.py %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.pyc %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.pyo @@ -167,6 +167,7 @@ man/man1/ibus-daemon.1.gz man/man1/ibus-setup.1.gz man/man1/ibus.1.gz share/applications/ibus-setup.desktop +share/dbus-1/services/org.freedesktop.IBus.service %%PORTDOCS%%%%DOCSDIR%%/IBusAttrList.html %%PORTDOCS%%%%DOCSDIR%%/IBusAttribute.html %%PORTDOCS%%%%DOCSDIR%%/IBusBus.html @@ -213,7 +214,6 @@ share/applications/ibus-setup.desktop %%PORTDOCS%%%%DOCSDIR%%/api-index-full.html %%PORTDOCS%%%%DOCSDIR%%/ibus.devhelp2 %%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/index.sgml %%PORTDOCS%%%%DOCSDIR%%/left.png %%PORTDOCS%%%%DOCSDIR%%/right.png %%PORTDOCS%%%%DOCSDIR%%/style.css @@ -225,6 +225,7 @@ share/applications/ibus-setup.desktop %%GCONF%%%%DATADIR%%/component/gconf.xml %%DCONF%%%%DATADIR%%/component/dconf.xml %%ENGINE%%%%DATADIR%%/component/simple.xml +%%EMOJI%%%%DATADIR%%/dicts/emoji.dict %%DATADIR%%/keymaps/common %%DATADIR%%/keymaps/in %%DATADIR%%/keymaps/jp From owner-svn-ports-all@freebsd.org Sun Feb 26 09:01:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 914A9CE2E4F; Sun, 26 Feb 2017 09:01:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 449A5C8B; Sun, 26 Feb 2017 09:01:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1Q91gjm017350; Sun, 26 Feb 2017 09:01:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q91gUL017349; Sun, 26 Feb 2017 09:01:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702260901.v1Q91gUL017349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 26 Feb 2017 09:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434851 - head/mail/cone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 09:01:43 -0000 Author: amdmi3 Date: Sun Feb 26 09:01:42 2017 New Revision: 434851 URL: https://svnweb.freebsd.org/changeset/ports/434851 Log: - Add LICENSE_FILE - Switch to USES=localbase - Switch to USES=ssl - Switch to options helpers - Cosmetic fixes Modified: head/mail/cone/Makefile Modified: head/mail/cone/Makefile ============================================================================== --- head/mail/cone/Makefile Sun Feb 26 08:54:34 2017 (r434850) +++ head/mail/cone/Makefile Sun Feb 26 09:01:42 2017 (r434851) @@ -14,32 +14,32 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Console based mail client with POP3/IMAP/SMAP support LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING.GPL LIB_DEPENDS= libaspell.so:textproc/aspell \ libcourier-unicode.so:devel/courier-unicode BUILD_DEPENDS= gpgv:security/gnupg1 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= gpgv:security/gnupg1 -USES= fam gettext gmake iconv ncurses perl5 shebangfix tar:bzip2 -USE_GNOME= libxml2 - -SHEBANG_FILES= sysconftool - -CPPFLAGS+= -I${LOCALBASE}/include \ - -D_XOPEN_SOURCE_EXTENDED -LDFLAGS+= -L${LOCALBASE}/lib +USES= fam gettext gmake iconv localbase:ldflags ncurses perl5 shebangfix ssl tar:bzip2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-certdb=${PREFIX}/share/cone/rootcerts --exec-prefix=${PREFIX} +CONFIGURE_ARGS= --with-certdb=${PREFIX}/share/cone/rootcerts --exec-prefix=${PREFIX} +SHEBANG_FILES= sysconftool +USE_GNOME= libxml2 INSTALL_TARGET= install-strip +CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED + OPTIONS_DEFINE= DOCS post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/leaf - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mailtool - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/cone + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/leaf + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mailtool + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/cone ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${STAGEDIR}${PREFIX}/sbin/cone-sysconftool - ${RM} ${STAGEDIR}${PREFIX}/share/cone/rootcerts/.0 + @${RM} ${STAGEDIR}${PREFIX}/share/cone/rootcerts/.0 + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun Feb 26 09:58:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BFB7CEC151; Sun, 26 Feb 2017 09:58:50 +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 EE4FFD90; Sun, 26 Feb 2017 09:58:49 +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 v1Q9wnhc037174; Sun, 26 Feb 2017 09:58:49 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q9wmui037170; Sun, 26 Feb 2017 09:58:48 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702260958.v1Q9wmui037170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 26 Feb 2017 09:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434852 - in head/sysutils/xfce4-fsguard-plugin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 09:58:50 -0000 Author: olivierd Date: Sun Feb 26 09:58:48 2017 New Revision: 434852 URL: https://svnweb.freebsd.org/changeset/ports/434852 Log: - Update to 1.1.0 - Add LICENSE - Sort USES - Switch to optional extra build target - Backport support of Gtk3 < 3.20 Added: head/sysutils/xfce4-fsguard-plugin/files/ head/sysutils/xfce4-fsguard-plugin/files/patch-panel-plugin_fsguard.c (contents, props changed) Modified: head/sysutils/xfce4-fsguard-plugin/Makefile head/sysutils/xfce4-fsguard-plugin/distinfo head/sysutils/xfce4-fsguard-plugin/pkg-plist Modified: head/sysutils/xfce4-fsguard-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-fsguard-plugin/Makefile Sun Feb 26 09:01:42 2017 (r434851) +++ head/sysutils/xfce4-fsguard-plugin/Makefile Sun Feb 26 09:58:48 2017 (r434852) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-fsguard-plugin -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -11,11 +10,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Panel plugin which displays free space of mountpoint +# COPYING file is wrong compared to license header +LICENSE= BSD2CLAUSE + GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2 -USE_GNOME= gtk20 intltool intlhack +USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= gtk30 intltool cairo USE_XFCE= panel USE_XORG= x11 @@ -24,11 +26,7 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls OPTIONS_SUB= yes -.include - -post-patch: -.if empty(PORT_OPTIONS:MNLS) +post-patch-NLS-off: @${REINPLACE_CMD} -e 's| po||' ${WRKSRC}/Makefile.in -.endif .include Modified: head/sysutils/xfce4-fsguard-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-fsguard-plugin/distinfo Sun Feb 26 09:01:42 2017 (r434851) +++ head/sysutils/xfce4-fsguard-plugin/distinfo Sun Feb 26 09:58:48 2017 (r434852) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-fsguard-plugin-1.0.2.tar.bz2) = a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae -SIZE (xfce4/xfce4-fsguard-plugin-1.0.2.tar.bz2) = 356715 +TIMESTAMP = 1488101299 +SHA256 (xfce4/xfce4-fsguard-plugin-1.1.0.tar.bz2) = 6b038322b49d29625219e6a54497085b8f834b9c1fd15282ce286a6529d7c445 +SIZE (xfce4/xfce4-fsguard-plugin-1.1.0.tar.bz2) = 360463 Added: head/sysutils/xfce4-fsguard-plugin/files/patch-panel-plugin_fsguard.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-fsguard-plugin/files/patch-panel-plugin_fsguard.c Sun Feb 26 09:58:48 2017 (r434852) @@ -0,0 +1,148 @@ +--- panel-plugin/fsguard.c.orig 2016-10-29 06:43:10 UTC ++++ panel-plugin/fsguard.c +@@ -70,6 +70,7 @@ typedef struct + XfcePanelPlugin *plugin; + gboolean seen; + gint icon_id; ++ gchar *css_class; + gint timeout; + guint limit_warning; + guint limit_urgent; +@@ -135,6 +136,7 @@ fsguard_set_icon (FsGuard *fsguard, gint + if (id == fsguard->icon_id) + return; + ++ DBG ("icon id: new=%d, cur=%d", id, fsguard->icon_id); + fsguard->icon_id = id; + size = xfce_panel_plugin_get_size (fsguard->plugin); + size /= xfce_panel_plugin_get_nrows (fsguard->plugin); +@@ -177,7 +179,7 @@ fsguard_refresh_icon (FsGuard *fsguard) + } + + static void +-fsguard_refresh_monitor (FsGuard *fsguard) ++fsguard_refresh_monitor_color (FsGuard *fsguard, gchar *css_class) + { + GdkRGBA color; + +@@ -197,23 +199,15 @@ fsguard_refresh_monitor (FsGuard *fsguar + } + + #if GTK_CHECK_VERSION (3, 16, 0) +- GtkCssProvider *css_provider; +-#if GTK_CHECK_VERSION (3, 20, 0) +- gchar * css = g_strdup_printf("progressbar trough { min-width: 4px; min-height: 4px; } \ +- progressbar progress { min-width: 4px; min-height: 4px; \ +- background-color: %s; background-image: none; }", +-#else +- gchar * css = g_strdup_printf(".progressbar { background-color: %s; background-image: none; }", +-#endif +- gdk_rgba_to_string(&color)); +- /* Setup Gtk style */ +- css_provider = gtk_css_provider_new (); +- gtk_css_provider_load_from_data (css_provider, css, strlen(css), NULL); +- gtk_style_context_add_provider ( +- GTK_STYLE_CONTEXT (gtk_widget_get_style_context (GTK_WIDGET (fsguard->progress_bar))), +- GTK_STYLE_PROVIDER (css_provider), +- GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); +- g_free(css); ++ DBG("removing class %s, adding %s", fsguard->css_class, css_class); ++ gtk_style_context_remove_class ( ++ GTK_STYLE_CONTEXT(gtk_widget_get_style_context (GTK_WIDGET (fsguard->progress_bar))), ++ fsguard->css_class); ++ gtk_style_context_add_class ( ++ GTK_STYLE_CONTEXT(gtk_widget_get_style_context (GTK_WIDGET (fsguard->progress_bar))), ++ css_class); ++ g_free(fsguard->css_class); ++ fsguard->css_class = g_strdup(css_class); + #else + gtk_widget_override_background_color (GTK_WIDGET (fsguard->progress_bar), + GTK_STATE_PRELIGHT, +@@ -270,6 +264,7 @@ fsguard_check_fs (FsGuard *fsguard) + float totalblocks = 0; + long blocksize = 0; + int err; ++ gchar *css_class = "normal"; + gchar msg_size[100], msg_total_size[100], msg[100]; + gint icon_id = ICON_INSENSITIVE; + static struct statfs fsd; +@@ -285,10 +280,13 @@ fsguard_check_fs (FsGuard *fsguard) + + if (freespace > (total * fsguard->limit_warning / 100)) { + icon_id = ICON_NORMAL; ++ css_class = "normal"; + } else if (freespace > (total * fsguard->limit_urgent / 100) && freespace <= (total * fsguard->limit_warning / 100)) { + icon_id = ICON_WARNING; ++ css_class = "warning"; + } else { + icon_id = ICON_URGENT; ++ css_class = "urgent"; + } + } + g_snprintf (msg, sizeof (msg), +@@ -316,7 +314,8 @@ fsguard_check_fs (FsGuard *fsguard) + if (fsguard->show_progress_bar) { + gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR(fsguard->progress_bar), + (total > 0 ) ? 1.0 - (freespace / total) : 0.0); +- fsguard_refresh_monitor (fsguard); ++ if (icon_id != fsguard->icon_id) ++ fsguard_refresh_monitor_color (fsguard, css_class); + } + + gtk_widget_set_tooltip_text(fsguard->ebox, msg); +@@ -347,6 +346,7 @@ fsguard_read_config (FsGuard *fsguard) + fsguard->name = g_strdup (""); + fsguard->show_name = FALSE; + fsguard->path = g_strdup ("/"); ++ fsguard->css_class = g_strdup ("normal"); + fsguard->show_size = TRUE; + fsguard->show_progress_bar = TRUE; + fsguard->hide_button = FALSE; +@@ -406,6 +406,9 @@ fsguard_write_config (XfcePanelPlugin *p + static FsGuard * + fsguard_new (XfcePanelPlugin *plugin) + { ++#if GTK_CHECK_VERSION (3, 16, 0) ++ GtkCssProvider *css_provider; ++#endif + FsGuard *fsguard = g_new0(FsGuard, 1); + + fsguard->plugin = plugin; +@@ -429,6 +432,37 @@ fsguard_new (XfcePanelPlugin *plugin) + fsguard->icon_panel = gtk_image_new (); + + fsguard->progress_bar = gtk_progress_bar_new (); ++#if GTK_CHECK_VERSION (3, 16, 0) ++ css_provider = gtk_css_provider_new (); ++#if GTK_CHECK_VERSION (3, 20, 0) ++ gtk_css_provider_load_from_data (css_provider, "\ ++ progressbar.horizontal trough { min-height: 4px; }\ ++ progressbar.horizontal progress { min-height: 4px; }\ ++ progressbar.vertical trough { min-width: 4px; }\ ++ progressbar.vertical progress { min-width: 4px; }\ ++ .normal progress { background-color: " COLOR_NORMAL " ; background-image: none; }\ ++ .warning progress { background-color: " COLOR_WARNING " ; background-image: none; }\ ++ .urgent progress { background-color: " COLOR_URGENT " ; background-image: none; }", ++ -1, NULL); ++#else ++ gtk_css_provider_load_from_data (css_provider, "\ ++ .progressbar.horizontal trough { min-height: 4px; }\ ++ .progressbar.horizontal progress { min-height: 4px; }\ ++ .progressbar.vertical trough { min-width: 4px; }\ ++ .progressbar.vertical progress { min-width: 4px; }\ ++ .normal progress { background-color: " COLOR_NORMAL " ; background-image: none; }\ ++ .warning progress { background-color: " COLOR_WARNING " ; background-image: none; }\ ++ .urgent progress { background-color: " COLOR_URGENT " ; background-image: none; }", ++ -1, NULL); ++#endif ++ gtk_style_context_add_provider ( ++ GTK_STYLE_CONTEXT (gtk_widget_get_style_context (GTK_WIDGET (fsguard->progress_bar))), ++ GTK_STYLE_PROVIDER (css_provider), ++ GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); ++ gtk_style_context_add_class ( ++ GTK_STYLE_CONTEXT(gtk_widget_get_style_context (GTK_WIDGET (fsguard->progress_bar))), ++ fsguard->css_class); ++#endif + gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR(fsguard->progress_bar), 0.0); + gtk_progress_bar_set_inverted (GTK_PROGRESS_BAR(fsguard->progress_bar), (orientation == GTK_ORIENTATION_HORIZONTAL)); + gtk_orientable_set_orientation (GTK_ORIENTABLE(fsguard->progress_bar), !orientation); Modified: head/sysutils/xfce4-fsguard-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-fsguard-plugin/pkg-plist Sun Feb 26 09:01:42 2017 (r434851) +++ head/sysutils/xfce4-fsguard-plugin/pkg-plist Sun Feb 26 09:58:48 2017 (r434852) @@ -35,6 +35,7 @@ share/icons/hicolor/scalable/apps/xfce4- %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-fsguard-plugin.mo @@ -48,6 +49,7 @@ share/icons/hicolor/scalable/apps/xfce4- %%NLS%%share/locale/ms/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/nn/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/oc/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfce4-fsguard-plugin.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo From owner-svn-ports-all@freebsd.org Sun Feb 26 10:29:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FAF3CECC37; Sun, 26 Feb 2017 10:29: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 D6B41C82; Sun, 26 Feb 2017 10:29:42 +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 v1QATfxm048773; Sun, 26 Feb 2017 10:29:41 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QATfHo048770; Sun, 26 Feb 2017 10:29:41 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702261029.v1QATfHo048770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 26 Feb 2017 10:29:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434853 - head/audio/xfce4-mpc-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 10:29:43 -0000 Author: olivierd Date: Sun Feb 26 10:29:41 2017 New Revision: 434853 URL: https://svnweb.freebsd.org/changeset/ports/434853 Log: - Update to 0.5.0 - Sort USES Modified: head/audio/xfce4-mpc-plugin/Makefile head/audio/xfce4-mpc-plugin/distinfo head/audio/xfce4-mpc-plugin/pkg-plist Modified: head/audio/xfce4-mpc-plugin/Makefile ============================================================================== --- head/audio/xfce4-mpc-plugin/Makefile Sun Feb 26 09:58:48 2017 (r434852) +++ head/audio/xfce4-mpc-plugin/Makefile Sun Feb 26 10:29:41 2017 (r434853) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-mpc-plugin -PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= audio xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -18,8 +17,10 @@ RUN_DEPENDS= musicpd:audio/musicpd GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gettext gmake libtool pkgconfig xfce tar:bzip2 -USE_GNOME= gtk20 intltool intlhack +USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= gtk30 intltool cairo gdkpixbuf2 USE_XFCE= panel +CONFIGURE_ARGS+= --with-libmpd=${LOCALBASE} + .include Modified: head/audio/xfce4-mpc-plugin/distinfo ============================================================================== --- head/audio/xfce4-mpc-plugin/distinfo Sun Feb 26 09:58:48 2017 (r434852) +++ head/audio/xfce4-mpc-plugin/distinfo Sun Feb 26 10:29:41 2017 (r434853) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-mpc-plugin-0.4.5.tar.bz2) = e71f57a28915c57459d6ce0eeeee1d0934f523c0ed083158c3d3b3836fc06fcf -SIZE (xfce4/xfce4-mpc-plugin-0.4.5.tar.bz2) = 284335 +TIMESTAMP = 1488103490 +SHA256 (xfce4/xfce4-mpc-plugin-0.5.0.tar.bz2) = f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0 +SIZE (xfce4/xfce4-mpc-plugin-0.5.0.tar.bz2) = 282688 Modified: head/audio/xfce4-mpc-plugin/pkg-plist ============================================================================== --- head/audio/xfce4-mpc-plugin/pkg-plist Sun Feb 26 09:58:48 2017 (r434852) +++ head/audio/xfce4-mpc-plugin/pkg-plist Sun Feb 26 10:29:41 2017 (r434853) @@ -17,6 +17,7 @@ share/locale/he/LC_MESSAGES/xfce4-mpc-pl share/locale/hr/LC_MESSAGES/xfce4-mpc-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-mpc-plugin.mo share/locale/id/LC_MESSAGES/xfce4-mpc-plugin.mo +share/locale/is/LC_MESSAGES/xfce4-mpc-plugin.mo share/locale/it/LC_MESSAGES/xfce4-mpc-plugin.mo share/locale/ja/LC_MESSAGES/xfce4-mpc-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-mpc-plugin.mo From owner-svn-ports-all@freebsd.org Sun Feb 26 10:31:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B12CFCECCB4; Sun, 26 Feb 2017 10:31:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65968DE1; Sun, 26 Feb 2017 10:31:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QAV56R048966; Sun, 26 Feb 2017 10:31:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QAV5DW048964; Sun, 26 Feb 2017 10:31:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702261031.v1QAV5DW048964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Feb 2017 10:31:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434854 - 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: Sun, 26 Feb 2017 10:31:06 -0000 Author: jbeich Date: Sun Feb 26 10:31:05 2017 New Revision: 434854 URL: https://svnweb.freebsd.org/changeset/ports/434854 Log: sysutils/android-file-transfer: update to 3.1 Changes: https://github.com/whoozle/android-file-transfer-linux/compare/5a818d8...v3.1 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 Sun Feb 26 10:29:41 2017 (r434853) +++ head/sysutils/android-file-transfer/Makefile Sun Feb 26 10:31:05 2017 (r434854) @@ -2,11 +2,13 @@ PORTNAME= android-file-transfer DISTVERSIONPREFIX= v -DISTVERSION= 3.0-14 -DISTVERSIONSUFFIX= -g5a818d8 +DISTVERSION= 3.1 PORTREVISION?= 0 CATEGORIES= sysutils +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 7a1db96cd2e2.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Android MTP client with minimalistic UI Modified: head/sysutils/android-file-transfer/distinfo ============================================================================== --- head/sysutils/android-file-transfer/distinfo Sun Feb 26 10:29:41 2017 (r434853) +++ head/sysutils/android-file-transfer/distinfo Sun Feb 26 10:31:05 2017 (r434854) @@ -1,3 +1,5 @@ -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 +TIMESTAMP = 1488052834 +SHA256 (whoozle-android-file-transfer-linux-v3.1_GH0.tar.gz) = d6350e273fa18c3c6d9e0a65c620ec35f41ef7e926acdf423a454f597e4314ec +SIZE (whoozle-android-file-transfer-linux-v3.1_GH0.tar.gz) = 546978 +SHA256 (7a1db96cd2e2.patch) = c3dd367c374c587421f43c78492987c9838300c48736edfc3819a3c5bcae2d87 +SIZE (7a1db96cd2e2.patch) = 1780 From owner-svn-ports-all@freebsd.org Sun Feb 26 10:35:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E58ECECFD8; Sun, 26 Feb 2017 10:35:05 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1F471DA; Sun, 26 Feb 2017 10:35:04 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QAZ36P052672; Sun, 26 Feb 2017 10:35:03 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QAZ3No052670; Sun, 26 Feb 2017 10:35:03 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702261035.v1QAZ3No052670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 26 Feb 2017 10:35:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434855 - head/mail/imapfilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 10:35:05 -0000 Author: bofh Date: Sun Feb 26 10:35:03 2017 New Revision: 434855 URL: https://svnweb.freebsd.org/changeset/ports/434855 Log: mail/imapfilter: Update version 2.6.7=>2.6.10 Modified: head/mail/imapfilter/Makefile head/mail/imapfilter/distinfo Modified: head/mail/imapfilter/Makefile ============================================================================== --- head/mail/imapfilter/Makefile Sun Feb 26 10:31:05 2017 (r434854) +++ head/mail/imapfilter/Makefile Sun Feb 26 10:35:03 2017 (r434855) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= imapfilter -PORTVERSION= 2.6.7 +PORTVERSION= 2.6.10 DISTVERSIONPREFIX= v CATEGORIES= mail @@ -13,8 +13,7 @@ LICENSE= MIT LIB_DEPENDS= libpcre.so:devel/pcre -USES= lua -USE_OPENSSL= yes +USES= lua ssl CPPFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} Modified: head/mail/imapfilter/distinfo ============================================================================== --- head/mail/imapfilter/distinfo Sun Feb 26 10:31:05 2017 (r434854) +++ head/mail/imapfilter/distinfo Sun Feb 26 10:35:03 2017 (r434855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465673708 -SHA256 (lefcha-imapfilter-v2.6.7_GH0.tar.gz) = 183efd43c805abaf3f60a1bca788d42da7f05c52fc952efd4555fa40233b4868 -SIZE (lefcha-imapfilter-v2.6.7_GH0.tar.gz) = 57436 +TIMESTAMP = 1488058754 +SHA256 (lefcha-imapfilter-v2.6.10_GH0.tar.gz) = 891674d4c605667ad5ce912913784ecffa3b31b67bcf76d81c3c555cf97e5294 +SIZE (lefcha-imapfilter-v2.6.10_GH0.tar.gz) = 57916 From owner-svn-ports-all@freebsd.org Sun Feb 26 11:01:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A52E8CED6B8; Sun, 26 Feb 2017 11:01:42 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9F6ED4; Sun, 26 Feb 2017 11:01:42 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QB1feX064484; Sun, 26 Feb 2017 11:01:41 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QB1fgD064481; Sun, 26 Feb 2017 11:01:41 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702261101.v1QB1fgD064481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 26 Feb 2017 11:01:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434856 - in head/net-mgmt/librenms: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:01:42 -0000 Author: bofh Date: Sun Feb 26 11:01:41 2017 New Revision: 434856 URL: https://svnweb.freebsd.org/changeset/ports/434856 Log: net-mgmt/librenms: Update version 1.23=>1.24 - Add PHP 7.0 support [1] - Pet portlint PR: 213376[1] Submitted by: fredrik.eriksson@loopia.se[1] Added: head/net-mgmt/librenms/files/patch-includes_common.php (contents, props changed) Deleted: head/net-mgmt/librenms/files/patch-includes-common.php head/net-mgmt/librenms/files/patch-validate.php Modified: head/net-mgmt/librenms/Makefile head/net-mgmt/librenms/distinfo Modified: head/net-mgmt/librenms/Makefile ============================================================================== --- head/net-mgmt/librenms/Makefile Sun Feb 26 10:35:03 2017 (r434855) +++ head/net-mgmt/librenms/Makefile Sun Feb 26 11:01:41 2017 (r434856) @@ -2,14 +2,10 @@ # $FreeBSD$ PORTNAME= librenms -PORTVERSION= 1.23 -PORTEPOCH= 1 -PORTREVISION= 3 +PORTVERSION= 1.24 +PORTEPOCH= 1 CATEGORIES= net-mgmt -USE_GITHUB= yes -GH_ACCOUNT= librenms - MAINTAINER= bofh@FreeBSD.org COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring @@ -18,10 +14,8 @@ LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= librenms -USES= python shebangfix -SHEBANG_FILES= html/js/makemini.pl mibs/process.pl \ - scripts/cron-hourly.sh scripts/cron-minute.sh \ - scripts/cron.sh scripts/deploy-docs.sh scripts/ifAlias \ +USES= php:cli python shebangfix +SHEBANG_FILES= mibs/process.pl scripts/deploy-docs.sh scripts/ifAlias \ scripts/Migration/Standard_Conversion/convert_no_xml.sh \ scripts/Migration/Standard_Conversion/destwork_no_xml.sh \ scripts/Migration/Standard_Conversion/mkdir.sh \ @@ -30,8 +24,7 @@ SHEBANG_FILES= html/js/makemini.pl mibs/ scripts/Migration/XML_Conversion/mkdir.sh validate.php \ scripts/removespikes.php scripts/agent-local/nfs-stats.sh \ scripts/removespikes.pl scripts/watchmaillog/watchmaillog.pl -USE_PHP= ctype filter gd json mcrypt mysql session snmp tokenizer xml -WANT_PHP_CLI= yes +USE_PHP= ctype filter gd json mcrypt mysqli session snmp tokenizer xml NO_BUILD= yes @@ -63,8 +56,8 @@ X11_RUN_DEPENDS_OFF= Magick-config:graph mtr:net/mtr-nox11 WMIC_RUN_DEPENDS= wmic:net-mgmt/wmi-client -MYSQLD_USE= MYSQL=server -MYSQLD_USE_OFF= MYSQL=client +MYSQLD_USES= mysql:server +MYSQLD_USES_OFF= mysql:client SUB_FILES+= pkg-message SUB_LIST+= PHP="${PHPBASE}/bin/php" PYTHON=${PYTHON_CMD} @@ -88,7 +81,7 @@ APACHEMOD_VARS_ON= WANT_PHP_MOD=yes APACHEMOD_USE= APACHE_RUN=22+ .else # Package builder doesn't create php5 with module -WANT_PHP_WEB= yes +USES= php:web .endif post-patch: Modified: head/net-mgmt/librenms/distinfo ============================================================================== --- head/net-mgmt/librenms/distinfo Sun Feb 26 10:35:03 2017 (r434855) +++ head/net-mgmt/librenms/distinfo Sun Feb 26 11:01:41 2017 (r434856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483966724 -SHA256 (librenms-librenms-1.23_GH0.tar.gz) = 68ca903e46d4ae62869fabb4ad4e8cb6da2cabdc16095808f29cdee03de2dfc1 -SIZE (librenms-librenms-1.23_GH0.tar.gz) = 31302664 +TIMESTAMP = 1488056726 +SHA256 (librenms-librenms-1.24_GH0.tar.gz) = 4f8744b06f2808c3aef1d736b30fc2fbe1a16efaf9e793d5f0d47ab73713a3d4 +SIZE (librenms-librenms-1.24_GH0.tar.gz) = 54959245 Added: head/net-mgmt/librenms/files/patch-includes_common.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/librenms/files/patch-includes_common.php Sun Feb 26 11:01:41 2017 (r434856) @@ -0,0 +1,14 @@ +--- includes/common.php.orig 2017-01-29 06:54:29 UTC ++++ includes/common.php +@@ -1095,10 +1095,8 @@ function version_info($remote = true) + curl_setopt($api, CURLOPT_RETURNTRANSFER, 1); + $output['github'] = json_decode(curl_exec($api), true); + } +- list($local_sha, $local_date) = explode('|', rtrim(`git show --pretty='%H|%ct' -s HEAD`)); +- $output['local_sha'] = $local_sha; ++ $output['local_sha'] = '%%PORTVERSION%%'; + $output['local_date'] = $local_date; +- $output['local_branch'] = rtrim(`git rev-parse --abbrev-ref HEAD`); + } + $output['db_schema'] = dbFetchCell('SELECT version FROM dbSchema'); + $output['php_ver'] = phpversion(); From owner-svn-ports-all@freebsd.org Sun Feb 26 11:07:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9EF5CEDA56; Sun, 26 Feb 2017 11:07:03 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE78C6CF; Sun, 26 Feb 2017 11:07:03 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QB72cb064924; Sun, 26 Feb 2017 11:07:02 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QB72de064919; Sun, 26 Feb 2017 11:07:02 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201702261107.v1QB72de064919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 26 Feb 2017 11:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434857 - in head/emulators: i386-wine i386-wine-devel i386-wine-staging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:07:04 -0000 Author: gerald Date: Sun Feb 26 11:07:02 2017 New Revision: 434857 URL: https://svnweb.freebsd.org/changeset/ports/434857 Log: Use 32-bit and 64-bit (instead of 32bit and 64bit) in COMMENTs and comments. Approved by: dbn (maintainer) Modified: head/emulators/i386-wine-devel/Makefile.i386 head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-staging/Makefile head/emulators/i386-wine/Makefile.i386 head/emulators/i386-wine/Makefile.inc Modified: head/emulators/i386-wine-devel/Makefile.i386 ============================================================================== --- head/emulators/i386-wine-devel/Makefile.i386 Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine-devel/Makefile.i386 Sun Feb 26 11:07:02 2017 (r434857) @@ -4,7 +4,7 @@ PKGNAMEPREFIX= i386- MAINTAINER= dbn@FreeBSD.org -COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD +COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD # Use the wine port to do most of the heavy lifting SLAVEDIR?= ${.CURDIR} @@ -35,7 +35,7 @@ IGNORE= This port is not for consumptio post-install-script: # Fix pkg-plist references ${REINPLACE_CMD} -e 's!lib/!lib32/!g' ${TMPPLIST} - # Install bounce script to access the 32bit executables + # Install bounce script to access the 32-bit executables ${INSTALL_SCRIPT} ${SLAVEDIR}/files/binbounce ${STAGEDIR}${PREFIX}/bin/wine for i in `grep ^bin ${TMPPLIST} | xargs -n1 basename` ; do \ [ "$${i}" = "wine" ] || ${LN} -f ${STAGEDIR}${PREFIX}/bin/wine ${STAGEDIR}${PREFIX}/bin/$${i} ; \ Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine-devel/Makefile.inc Sun Feb 26 11:07:02 2017 (r434857) @@ -13,7 +13,7 @@ EXTRACT_SUFX= .txz DIST_SUBDIR= freebsd:${OSREL:C/\..*//}:x86:64 MAINTAINER= dbn@FreeBSD.org -COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD +COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual Modified: head/emulators/i386-wine-staging/Makefile ============================================================================== --- head/emulators/i386-wine-staging/Makefile Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine-staging/Makefile Sun Feb 26 11:07:02 2017 (r434857) @@ -1,7 +1,7 @@ # Created by: Kris Moore # $FreeBSD$ -COMMENT= 32bit Wine built with the Staging patchset for 64bit FreeBSD +COMMENT= 32-bit Wine built with the Staging patchset for 64-bit FreeBSD SLAVE_PORT= i386-wine-devel Modified: head/emulators/i386-wine/Makefile.i386 ============================================================================== --- head/emulators/i386-wine/Makefile.i386 Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine/Makefile.i386 Sun Feb 26 11:07:02 2017 (r434857) @@ -4,7 +4,7 @@ PKGNAMEPREFIX= i386- MAINTAINER= dbn@FreeBSD.org -COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD +COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD # Use the wine port to do most of the heavy lifting SLAVEDIR?= ${.CURDIR} @@ -35,7 +35,7 @@ IGNORE= This port is not for consumptio post-install-script: # Fix pkg-plist references ${REINPLACE_CMD} -e 's!lib/!lib32/!g' ${TMPPLIST} - # Install bounce script to access the 32bit executables + # Install bounce script to access the 32-bit executables ${INSTALL_SCRIPT} ${SLAVEDIR}/files/binbounce ${STAGEDIR}${PREFIX}/bin/wine for i in `grep ^bin ${TMPPLIST} | xargs -n1 basename` ; do \ [ "$${i}" = "wine" ] || ${LN} -f ${STAGEDIR}${PREFIX}/bin/wine ${STAGEDIR}${PREFIX}/bin/$${i} ; \ Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine/Makefile.inc Sun Feb 26 11:07:02 2017 (r434857) @@ -12,7 +12,7 @@ EXTRACT_SUFX= .txz DIST_SUBDIR= freebsd:${OSREL:C/\..*//}:x86:64 MAINTAINER= dbn@FreeBSD.org -COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD +COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual From owner-svn-ports-all@freebsd.org Sun Feb 26 11:14:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA9F4CEDC50; Sun, 26 Feb 2017 11:14:18 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7602AF5; Sun, 26 Feb 2017 11:14:18 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QBEHoZ068767; Sun, 26 Feb 2017 11:14:17 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QBEHd0068765; Sun, 26 Feb 2017 11:14:17 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702261114.v1QBEHd0068765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 26 Feb 2017 11:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434858 - head/multimedia/py-tvnamer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:14:19 -0000 Author: bofh Date: Sun Feb 26 11:14:17 2017 New Revision: 434858 URL: https://svnweb.freebsd.org/changeset/ports/434858 Log: multimedia/py-tvnamer: Update version 2.3=>2.4 - Mark NO_ARCH Modified: head/multimedia/py-tvnamer/Makefile head/multimedia/py-tvnamer/distinfo Modified: head/multimedia/py-tvnamer/Makefile ============================================================================== --- head/multimedia/py-tvnamer/Makefile Sun Feb 26 11:07:02 2017 (r434857) +++ head/multimedia/py-tvnamer/Makefile Sun Feb 26 11:14:17 2017 (r434858) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tvnamer -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,5 +17,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tv USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Modified: head/multimedia/py-tvnamer/distinfo ============================================================================== --- head/multimedia/py-tvnamer/distinfo Sun Feb 26 11:07:02 2017 (r434857) +++ head/multimedia/py-tvnamer/distinfo Sun Feb 26 11:14:17 2017 (r434858) @@ -1,2 +1,3 @@ -SHA256 (tvnamer-2.3.tar.gz) = 230b5608002f048640e270639cfb43f3301f08127af46e1243a033c8e1c62696 -SIZE (tvnamer-2.3.tar.gz) = 44415 +TIMESTAMP = 1488058031 +SHA256 (tvnamer-2.4.tar.gz) = 5b756daf16f295b7759fe89a53705bc323e3edce1a926404f3b70b6579fd3182 +SIZE (tvnamer-2.4.tar.gz) = 45272 From owner-svn-ports-all@freebsd.org Sun Feb 26 11:21:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49B89CEDFF2; Sun, 26 Feb 2017 11:21:28 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16474D7C; Sun, 26 Feb 2017 11:21:28 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QBLROP069816; Sun, 26 Feb 2017 11:21:27 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QBLQvN069813; Sun, 26 Feb 2017 11:21:26 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702261121.v1QBLQvN069813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 26 Feb 2017 11:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434859 - head/net/libosip2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:21:28 -0000 Author: bofh Date: Sun Feb 26 11:21:26 2017 New Revision: 434859 URL: https://svnweb.freebsd.org/changeset/ports/434859 Log: net/libosip2: Update version 4.1.0=>5.0.0 Modified: head/net/libosip2/Makefile head/net/libosip2/distinfo head/net/libosip2/pkg-plist Modified: head/net/libosip2/Makefile ============================================================================== --- head/net/libosip2/Makefile Sun Feb 26 11:14:17 2017 (r434858) +++ head/net/libosip2/Makefile Sun Feb 26 11:21:26 2017 (r434859) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libosip2 -PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= net MASTER_SITES= GNU/osip Modified: head/net/libosip2/distinfo ============================================================================== --- head/net/libosip2/distinfo Sun Feb 26 11:14:17 2017 (r434858) +++ head/net/libosip2/distinfo Sun Feb 26 11:21:26 2017 (r434859) @@ -1,2 +1,3 @@ -SHA256 (libosip2-4.1.0.tar.gz) = 996aa0363316a871915b6f12562af53853a9962bb93f6abe1ae69f8de7008504 -SIZE (libosip2-4.1.0.tar.gz) = 636382 +TIMESTAMP = 1488057695 +SHA256 (libosip2-5.0.0.tar.gz) = 18a13c954f7297978e7bf1a0cdadde7c531e519d61a045dae304e054f3b2df03 +SIZE (libosip2-5.0.0.tar.gz) = 684695 Modified: head/net/libosip2/pkg-plist ============================================================================== --- head/net/libosip2/pkg-plist Sun Feb 26 11:14:17 2017 (r434858) +++ head/net/libosip2/pkg-plist Sun Feb 26 11:21:26 2017 (r434859) @@ -43,10 +43,10 @@ include/osipparser2/osip_uri.h include/osipparser2/sdp_message.h lib/libosip2.a lib/libosip2.so -lib/libosip2.so.11 -lib/libosip2.so.11.0.0 +lib/libosip2.so.12 +lib/libosip2.so.12.0.0 lib/libosipparser2.a lib/libosipparser2.so -lib/libosipparser2.so.11 -lib/libosipparser2.so.11.0.0 +lib/libosipparser2.so.12 +lib/libosipparser2.so.12.0.0 libdata/pkgconfig/libosip2.pc From owner-svn-ports-all@freebsd.org Sun Feb 26 11:38:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C83E2CEE2CD; Sun, 26 Feb 2017 11:38:47 +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 A288B95A; Sun, 26 Feb 2017 11:38:47 +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 v1QBckQH076966; Sun, 26 Feb 2017 11:38:46 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QBckrY076958; Sun, 26 Feb 2017 11:38:46 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201702261138.v1QBckrY076958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 26 Feb 2017 11:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434860 - in head: . audio audio/alac audio/alac/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:38:47 -0000 Author: ehaupt Date: Sun Feb 26 11:38:45 2017 New Revision: 434860 URL: https://svnweb.freebsd.org/changeset/ports/434860 Log: (Readdition of audio/alac which was removed on 418056) Add a new version of alac, apple Lossless Audio Codec. PORTEPOCH is in order because of pre-existing version with a different versioning schema. Added: head/audio/alac/ - copied from r418056, head/audio/alac/ head/audio/alac/files/ head/audio/alac/files/extrapatch-convert-utility_Makefile.am (contents, props changed) head/audio/alac/pkg-plist (contents, props changed) Modified: head/MOVED head/audio/Makefile head/audio/alac/Makefile head/audio/alac/distinfo (contents, props changed) head/audio/alac/pkg-descr (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 26 11:21:26 2017 (r434859) +++ head/MOVED Sun Feb 26 11:38:45 2017 (r434860) @@ -8562,7 +8562,6 @@ games/hlstatsx||2016-07-04|Has expired: audio/streamtuner||2016-07-04|Has expired: Broken for more than 6 months audio/mangler||2016-07-04|Has expired: Broken for more than 6 months audio/hawkvoice||2016-07-04|Has expired: Broken for more than 6 months -audio/alac||2016-07-04|Has expired: Broken for more than 6 months x11-wm/e-module-mpdule||2016-07-04|Has expired: Broken for more than 6 months x11-wm/e-module-tclock||2016-07-04|Has expired: Broken for more than 6 months x11-wm/musca||2016-07-04|Has expired: Broken for more than 6 months Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Feb 26 11:21:26 2017 (r434859) +++ head/audio/Makefile Sun Feb 26 11:38:45 2017 (r434860) @@ -15,6 +15,7 @@ SUBDIR += adplay SUBDIR += afsp SUBDIR += aften + SUBDIR += alac SUBDIR += alienwah SUBDIR += alsa-lib SUBDIR += alsa-plugins Modified: head/audio/alac/Makefile ============================================================================== --- head/audio/alac/Makefile Mon Jul 4 20:44:22 2016 (r418056) +++ head/audio/alac/Makefile Sun Feb 26 11:38:45 2017 (r434860) @@ -1,33 +1,33 @@ -# Created by: Michael Johnson +# Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= alac -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.0.7 +PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://craz.net/programs/itunes/files/ -DISTNAME= ${PORTNAME}_decoder-${PORTVERSION} -MAINTAINER= multimedia@FreeBSD.org -COMMENT= Basic decoder for Apple Lossless Audio Codec files (ALAC) +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Apple Lossless Audio Codec -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -WRKSRC= ${WRKDIR}/${PORTNAME}_decoder -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" -ALL_TARGET= alac - -USES= tar:tgz -OPTIONS_DEFINE= DOCS - -PLIST_FILES= bin/alac -PORTDOCS= README - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/alac ${STAGEDIR}${PREFIX}/bin/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= autoreconf libtool pathfix +USE_GITHUB= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +OPTIONS_SUB= yes + +GH_ACCOUNT= mikebrady + +OPTIONS_DEFINE= CONVERTER +OPTIONS_DEFINE= CONVERTER +CONVERTER_DESC= Build with command-line utility to read and write audio data +OPTIONS_DEFAULT=CONVERTER + +CONVERTER_CONFIGURE_ON= --enable-example +CONVERTER_EXTRA_PATCHES=${FILESDIR}/extrapatch-convert-utility_Makefile.am + +INSTALL_TARGET= install-strip .include Modified: head/audio/alac/distinfo ============================================================================== --- head/audio/alac/distinfo Mon Jul 4 20:44:22 2016 (r418056) +++ head/audio/alac/distinfo Sun Feb 26 11:38:45 2017 (r434860) @@ -1,2 +1,3 @@ -SHA256 (alac_decoder-0.2.0.tgz) = 7f8f978a5619e6dfa03dc140994fd7255008d788af848ba6acf9cfbaa3e4122f -SIZE (alac_decoder-0.2.0.tgz) = 19019 +TIMESTAMP = 1488097883 +SHA256 (mikebrady-alac-0.0.7_GH0.tar.gz) = 5a2b059869f0d0404aa29cbde44a533ae337979c11234041ec5b5318f790458e +SIZE (mikebrady-alac-0.0.7_GH0.tar.gz) = 61881 Added: head/audio/alac/files/extrapatch-convert-utility_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/alac/files/extrapatch-convert-utility_Makefile.am Sun Feb 26 11:38:45 2017 (r434860) @@ -0,0 +1,11 @@ +--- convert-utility/Makefile.am.orig 2016-07-03 20:18:03 UTC ++++ convert-utility/Makefile.am +@@ -14,7 +14,7 @@ + + bin_PROGRAMS = alacconvert$(EXEEXT) + +-alacconvert_CPPFLAGS = -Wno-multichar ++alacconvert_CPPFLAGS = -Wno-multichar -I../codec + alacconvert_LDADD = ../codec/libalac.la + alacconvert_SOURCES = \ + main.cpp \ Modified: head/audio/alac/pkg-descr ============================================================================== --- head/audio/alac/pkg-descr Mon Jul 4 20:44:22 2016 (r418056) +++ head/audio/alac/pkg-descr Sun Feb 26 11:38:45 2017 (r434860) @@ -1,3 +1,12 @@ -Basic decoder for Apple Lossless Audio Codec files (ALAC) +The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and +supported on iPhone, iPad, most iPods, Mac and iTunes. ALAC is a data +compression method which reduces the size of audio files with no loss of +information. A decoded ALAC stream is bit-for-bit identical to the original +uncompressed audio file. -WWW: http://crazney.net/programs/itunes/alac.html +The Apple Lossless Audio Codec project contains the sources for the ALAC +encoder and decoder. Also included is an example command line utility, called +alacconvert, to read and write audio data to/from Core Audio Format (CAF) and +WAVE files. + +WWW: https://github.com/mikebrady/alac/ Added: head/audio/alac/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/alac/pkg-plist Sun Feb 26 11:38:45 2017 (r434860) @@ -0,0 +1,14 @@ +%%CONVERTER%%bin/alacconvert +include/alac/ALACAudioTypes.h +include/alac/ALACBitUtilities.h +include/alac/ALACDecoder.h +include/alac/ALACEncoder.h +include/alac/EndianPortable.h +include/alac/aglib.h +include/alac/dplib.h +include/alac/matrixlib.h +lib/libalac.a +lib/libalac.so +lib/libalac.so.0 +lib/libalac.so.0.0.0 +libdata/pkgconfig/alac.pc From owner-svn-ports-all@freebsd.org Sun Feb 26 11:39:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D38DCEE300; Sun, 26 Feb 2017 11:39:34 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0D3DAD1; Sun, 26 Feb 2017 11:39:33 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QBdXWU077124; Sun, 26 Feb 2017 11:39:33 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QBdWWF077121; Sun, 26 Feb 2017 11:39:32 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702261139.v1QBdWWF077121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 26 Feb 2017 11:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434861 - head/mail/gmime26 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:39:34 -0000 Author: bofh Date: Sun Feb 26 11:39:32 2017 New Revision: 434861 URL: https://svnweb.freebsd.org/changeset/ports/434861 Log: mail/gmime26: Update version 2.6.22=>2.6.23 Modified: head/mail/gmime26/Makefile head/mail/gmime26/distinfo head/mail/gmime26/pkg-plist Modified: head/mail/gmime26/Makefile ============================================================================== --- head/mail/gmime26/Makefile Sun Feb 26 11:38:45 2017 (r434860) +++ head/mail/gmime26/Makefile Sun Feb 26 11:39:32 2017 (r434861) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmime -PORTVERSION= 2.6.22 +PORTVERSION= 2.6.23 CATEGORIES?= mail MASTER_SITES= GNOME PKGNAMESUFFIX?= 26 Modified: head/mail/gmime26/distinfo ============================================================================== --- head/mail/gmime26/distinfo Sun Feb 26 11:38:45 2017 (r434860) +++ head/mail/gmime26/distinfo Sun Feb 26 11:39:32 2017 (r434861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482272349 -SHA256 (gmime-2.6.22.tar.xz) = c25f9097d5842a4808f1d62faf5eace24af2c51d6113da58d559a3bfe1d5553a -SIZE (gmime-2.6.22.tar.xz) = 5216068 +TIMESTAMP = 1488107762 +SHA256 (gmime-2.6.23.tar.xz) = 7149686a71ca42a1390869b6074815106b061aaeaaa8f2ef8c12c191d9a79f6a +SIZE (gmime-2.6.23.tar.xz) = 5216588 Modified: head/mail/gmime26/pkg-plist ============================================================================== --- head/mail/gmime26/pkg-plist Sun Feb 26 11:38:45 2017 (r434860) +++ head/mail/gmime26/pkg-plist Sun Feb 26 11:39:32 2017 (r434861) @@ -54,5 +54,5 @@ include/gmime-2.6/gmime/internet-address lib/libgmime-2.6.a lib/libgmime-2.6.so lib/libgmime-2.6.so.0 -lib/libgmime-2.6.so.0.622.0 +lib/libgmime-2.6.so.0.623.0 libdata/pkgconfig/gmime-2.6.pc From owner-svn-ports-all@freebsd.org Sun Feb 26 11:39:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D573CEE334; Sun, 26 Feb 2017 11:39:59 +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 23DB2C23; Sun, 26 Feb 2017 11:39:59 +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 v1QBdwmV077250; Sun, 26 Feb 2017 11:39:58 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QBdw3l077248; Sun, 26 Feb 2017 11:39:58 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201702261139.v1QBdw3l077248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 26 Feb 2017 11:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434862 - head/audio/shairport-sync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:39:59 -0000 Author: ehaupt Date: Sun Feb 26 11:39:57 2017 New Revision: 434862 URL: https://svnweb.freebsd.org/changeset/ports/434862 Log: Update to 3.0 Modified: head/audio/shairport-sync/Makefile head/audio/shairport-sync/distinfo Modified: head/audio/shairport-sync/Makefile ============================================================================== --- head/audio/shairport-sync/Makefile Sun Feb 26 11:39:32 2017 (r434861) +++ head/audio/shairport-sync/Makefile Sun Feb 26 11:39:57 2017 (r434862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shairport-sync -PORTVERSION= 2.8.6 +PORTVERSION= 3.0 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -10,20 +10,23 @@ COMMENT= AirPlay audio player with multi LICENSE= BSD3CLAUSE -LIB_DEPENDS= libasound.so:audio/alsa-lib \ +LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libconfig.so:devel/libconfig \ libdaemon.so:devel/libdaemon \ libpopt.so:devel/popt \ libsoxr.so:audio/libsoxr \ - libavahi-client.so:net/avahi-app + libasound.so:audio/alsa-lib GNU_CONFIGURE= yes USES= autoreconf libtool pkgconfig ssl + USE_GITHUB= yes +GH_ACCOUNT= mikebrady USE_RC_SUBR= ${PORTNAME} -GH_ACCOUNT= mikebrady +OPTIONS_DEFINE= ALAC +ALAC_DESC= Build with libalac support (experimental) CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \ --with-piddir=/var/run/shairport-sync --with-avahi \ @@ -35,4 +38,7 @@ LDFLAGS+= -lcrypto CONFIGURE_ENV+= SSL_CFLAGS=-I${OPENSSLINC} SSL_LIBS=-L${OPENSSLLIB} +ALAC_LIB_DEPENDS= libalac.so:audio/alac +ALAC_CONFIGURE_ON= --with-apple-alac + .include Modified: head/audio/shairport-sync/distinfo ============================================================================== --- head/audio/shairport-sync/distinfo Sun Feb 26 11:39:32 2017 (r434861) +++ head/audio/shairport-sync/distinfo Sun Feb 26 11:39:57 2017 (r434862) @@ -1,3 +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 +TIMESTAMP = 1488097550 +SHA256 (mikebrady-shairport-sync-3.0_GH0.tar.gz) = d02697810da0a2c10d3b39e8c9e0795af1e81fff065db1e27514cdb5da696108 +SIZE (mikebrady-shairport-sync-3.0_GH0.tar.gz) = 264685 From owner-svn-ports-all@freebsd.org Sun Feb 26 11:52:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4F41CEE668; Sun, 26 Feb 2017 11:52:01 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D128790; Sun, 26 Feb 2017 11:52:01 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QBq0xo084734; Sun, 26 Feb 2017 11:52:00 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QBq0E9084732; Sun, 26 Feb 2017 11:52:00 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702261152.v1QBq0E9084732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 26 Feb 2017 11:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434863 - head/net-mgmt/py-pyang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:52:01 -0000 Author: bofh Date: Sun Feb 26 11:52:00 2017 New Revision: 434863 URL: https://svnweb.freebsd.org/changeset/ports/434863 Log: net-mgmt/py-pyang: Unbreak and Update version 1.4.1=>1.7.1 - Change MASTER_SITES to CHEESESHOP from GOOGLECODE - Mark NO_ARCH - Use autoplist for python Submitted by: borge.brunes@uit.no Deleted: head/net-mgmt/py-pyang/pkg-plist Modified: head/net-mgmt/py-pyang/Makefile head/net-mgmt/py-pyang/distinfo Modified: head/net-mgmt/py-pyang/Makefile ============================================================================== --- head/net-mgmt/py-pyang/Makefile Sun Feb 26 11:39:57 2017 (r434862) +++ head/net-mgmt/py-pyang/Makefile Sun Feb 26 11:52:00 2017 (r434863) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= pyang -PORTVERSION= 1.4.1 +PORTVERSION= 1.7.1 CATEGORIES= net-mgmt python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org @@ -12,10 +12,9 @@ COMMENT= Validator and code generator fo LICENSE= MIT -BROKEN= Unfetchable (google code has gone away) - USES= python -USE_PYTHON= distutils +USE_PYTHON= autoplist distutils +NO_ARCH= yes DATADIR= ${PREFIX}/share/yang Modified: head/net-mgmt/py-pyang/distinfo ============================================================================== --- head/net-mgmt/py-pyang/distinfo Sun Feb 26 11:39:57 2017 (r434862) +++ head/net-mgmt/py-pyang/distinfo Sun Feb 26 11:52:00 2017 (r434863) @@ -1,2 +1,3 @@ -SHA256 (pyang-1.4.1.tar.gz) = 5373c690038b49b1ad7d2f10310f44cbcd8f4803ec20c36f19f67ada16f9ec6d -SIZE (pyang-1.4.1.tar.gz) = 199439 +TIMESTAMP = 1488109382 +SHA256 (pyang-1.7.1.tar.gz) = 8bc77a1bdb9583d2885e411e8d9c4e1d12c671e00ccdb818407ce21ce798744a +SIZE (pyang-1.7.1.tar.gz) = 245447 From owner-svn-ports-all@freebsd.org Sun Feb 26 12:31:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34675CECAFA; Sun, 26 Feb 2017 12:31:16 +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 03CBE9A; Sun, 26 Feb 2017 12:31:15 +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 v1QCVFeh098781; Sun, 26 Feb 2017 12:31:15 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QCVEIB098779; Sun, 26 Feb 2017 12:31:14 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702261231.v1QCVEIB098779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Feb 2017 12:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434864 - 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: Sun, 26 Feb 2017 12:31:16 -0000 Author: brnrd Date: Sun Feb 26 12:31:14 2017 New Revision: 434864 URL: https://svnweb.freebsd.org/changeset/ports/434864 Log: www/mod_http2-devel: Update to 1.9.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 Sun Feb 26 11:52:00 2017 (r434863) +++ head/www/mod_http2-devel/Makefile Sun Feb 26 12:31:14 2017 (r434864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.2 DISTVERSIONPREFIX= v DISTNAME= mod_http2-${DISTVERSIONPREFIX}${DISTVERSION} CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Sun Feb 26 11:52:00 2017 (r434863) +++ head/www/mod_http2-devel/distinfo Sun Feb 26 12:31:14 2017 (r434864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487093517 -SHA256 (mod_http2-v1.9.0_GH0.tar.gz) = 9050fbd967336ded7451ffe299064f49d630946b2ab021e41ed50538a5638b59 -SIZE (mod_http2-v1.9.0_GH0.tar.gz) = 193854 +TIMESTAMP = 1488110507 +SHA256 (mod_http2-v1.9.2_GH0.tar.gz) = 0142c8cf3645bfb625dabda82c6466a026e6e1d229253d6fe3e471192a831b84 +SIZE (mod_http2-v1.9.2_GH0.tar.gz) = 194493 From owner-svn-ports-all@freebsd.org Sun Feb 26 12:31:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1729DCECB2F; Sun, 26 Feb 2017 12:31: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 D83441B4; Sun, 26 Feb 2017 12:31:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QCVdiO099593; Sun, 26 Feb 2017 12:31:39 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QCVdJ5099592; Sun, 26 Feb 2017 12:31:39 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702261231.v1QCVdJ5099592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 26 Feb 2017 12:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434865 - head/devel/directfb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 12:31:41 -0000 Author: linimon Date: Sun Feb 26 12:31:39 2017 New Revision: 434865 URL: https://svnweb.freebsd.org/changeset/ports/434865 Log: Mark broken on armv6: invokes x86 asm. While here, canonicalize the names of various ARCHs. Approved by: portmgr (tier-2 blanket) Modified: head/devel/directfb/Makefile Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Sun Feb 26 12:31:14 2017 (r434864) +++ head/devel/directfb/Makefile Sun Feb 26 12:31:39 2017 (r434865) @@ -28,6 +28,8 @@ USE_LDCONFIG= yes USE_PERL5= build PORTDOCS= * +BROKEN_armv6= fails to compile: invokes x86 assembler + DIRECTFB_SHLIB= 6.0.11 # LT_BINARY.LT_AGE.LT_REVISION DIRECTFB_BIN= ${DIRECTFB_SHLIB:R:R} # LT_BINARY PLIST_SUB+= DIRECTFB_VERSION="${PORTVERSION}" \ @@ -58,13 +60,13 @@ TEST_CONFIGURE_WITH= tests .include -.if ${ARCH} == "arm" +.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" PLIST_SUB+= ARCH_ARM="" .else PLIST_SUB+= ARCH_ARM="@comment " .endif -.if ${ARCH} == "powerpc" +.if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" PLIST_SUB+= ARCH_POWERPC="" .else PLIST_SUB+= ARCH_POWERPC="@comment " From owner-svn-ports-all@freebsd.org Sun Feb 26 12:46:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46CADCECE7A; Sun, 26 Feb 2017 12:46:31 +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 EEF07A78; Sun, 26 Feb 2017 12:46:30 +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 v1QCkUhM004529; Sun, 26 Feb 2017 12:46:30 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QCkTtP004526; Sun, 26 Feb 2017 12:46:29 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201702261246.v1QCkTtP004526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 26 Feb 2017 12:46:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434866 - head/math/numdiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 12:46:31 -0000 Author: rakuco Date: Sun Feb 26 12:46:29 2017 New Revision: 434866 URL: https://svnweb.freebsd.org/changeset/ports/434866 Log: Update to 5.9.0. There seems to be no need to set CPPFLAGS and LDFLAGS, and install all of numdiff's documentation. Modified: head/math/numdiff/Makefile head/math/numdiff/distinfo head/math/numdiff/pkg-plist Modified: head/math/numdiff/Makefile ============================================================================== --- head/math/numdiff/Makefile Sun Feb 26 12:31:39 2017 (r434865) +++ head/math/numdiff/Makefile Sun Feb 26 12:46:29 2017 (r434866) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= numdiff -PORTVERSION= 5.8.1 -PORTREVISION= 1 +PORTVERSION= 5.9.0 CATEGORIES= math textproc MASTER_SITES= SAVANNAH @@ -17,9 +16,6 @@ GNU_CONFIGURE= yes MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - INFO= numdiff OPTIONS_DEFINE= DOCS GMP NLS @@ -34,7 +30,6 @@ NLS_INSTALL_TARGET= install install-nls post-patch: @${REINPLACE_CMD} -e \ - '/$$(DOCS)/s|$$(INSTALL_DATA)|:| ; \ - /$$(INFOFILE).gz/s|$$(INSTALL_DATA)|:|' ${WRKSRC}/Makefile.in + '/$$(INFOFILE).gz/s|$$(INSTALL_DATA)|:|' ${WRKSRC}/Makefile.in .include Modified: head/math/numdiff/distinfo ============================================================================== --- head/math/numdiff/distinfo Sun Feb 26 12:31:39 2017 (r434865) +++ head/math/numdiff/distinfo Sun Feb 26 12:46:29 2017 (r434866) @@ -1,2 +1,3 @@ -SHA256 (numdiff-5.8.1.tar.gz) = 99aebaadf63325f5658411c09c6dde60d2990c5f9a24a51a6851cb574a4af503 -SIZE (numdiff-5.8.1.tar.gz) = 894729 +TIMESTAMP = 1488108088 +SHA256 (numdiff-5.9.0.tar.gz) = 87284a117944723eebbf077f857a0a114d818f8b5b54d289d59e73581194f5ef +SIZE (numdiff-5.9.0.tar.gz) = 915117 Modified: head/math/numdiff/pkg-plist ============================================================================== --- head/math/numdiff/pkg-plist Sun Feb 26 12:31:39 2017 (r434865) +++ head/math/numdiff/pkg-plist Sun Feb 26 12:46:29 2017 (r434866) @@ -2,6 +2,14 @@ bin/ndselect bin/numdiff man/man1/ndselect.1.gz man/man1/numdiff.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/numdiff.html %%PORTDOCS%%%%DOCSDIR%%/numdiff.pdf %%PORTDOCS%%%%DOCSDIR%%/numdiff.txt From owner-svn-ports-all@freebsd.org Sun Feb 26 12:56:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3251FCED55C; Sun, 26 Feb 2017 12:56:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E550F7CB; Sun, 26 Feb 2017 12:56:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QCufRV008646; Sun, 26 Feb 2017 12:56:41 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QCufsh008639; Sun, 26 Feb 2017 12:56:41 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702261256.v1QCufsh008639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 26 Feb 2017 12:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434867 - in head: biology/avida biology/gmap devel/k8048 devel/kyra devel/php-uprofiler multimedia/libde265 net-mgmt/fastnetmon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 12:56:43 -0000 Author: linimon Date: Sun Feb 26 12:56:41 2017 New Revision: 434867 URL: https://svnweb.freebsd.org/changeset/ports/434867 Log: Mark various ports as broken on armv6: invokes x86 asm. Approved by: portmgr (tier-2 blanket) Modified: head/biology/avida/Makefile head/biology/gmap/Makefile head/devel/k8048/Makefile head/devel/kyra/Makefile head/devel/php-uprofiler/Makefile head/multimedia/libde265/Makefile head/net-mgmt/fastnetmon/Makefile Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/biology/avida/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -13,6 +13,7 @@ COMMENT= Auto-adaptive genetic system de LICENSE= GPLv3 BROKEN_aarch64= invokes x86 asm +BROKEN_armv6= invokes x86 asm BROKEN_mips= invokes x86 asm BROKEN_mips64= invokes x86 asm BROKEN_sparc64= missing atomics implementation Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/biology/gmap/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -25,6 +25,7 @@ OPTIONS_DEFINE= SIMD SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd BROKEN_aarch64= Does not build: invokes x86 asm +BROKEN_armv6= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build on powerpc64 BROKEN_sparc64= Does not build: invokes x86 asm Modified: head/devel/k8048/Makefile ============================================================================== --- head/devel/k8048/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/devel/k8048/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/Src USES= gmake ALL_TARGET= build +BROKEN_armv6= fails to compile: invokes x86 asm + PLIST_FILES= bin/${PORTNAME} bin/kio ${BIN_SYMLINKS} BIN_SYMLINKS= bin/k12 bin/k14 bin/k16 bin/ktest Modified: head/devel/kyra/Makefile ============================================================================== --- head/devel/kyra/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/devel/kyra/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -27,6 +27,7 @@ MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="$ RELEASE_CFLAGS="${CFLAGS}" RELEASE_CXXFLAGS="${CXXFLAGS}" BROKEN_aarch64= Fails to compile: error: invalid output constraint =A in asm +BROKEN_armv6= Fails to compile: error: invalid output constraint =A in asm do-install: .for i in encoder spriteed Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/devel/php-uprofiler/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -14,6 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE BROKEN_aarch64= Does not build: invokes x86 asm +BROKEN_armv6= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: invokes x86 asm Modified: head/multimedia/libde265/Makefile ============================================================================== --- head/multimedia/libde265/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/multimedia/libde265/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -3,8 +3,8 @@ PORTNAME= libde265 PORTVERSION= 1.0.2 -CATEGORIES= multimedia DISTVERSIONPREFIX= v +CATEGORIES= multimedia MAINTAINER= kwm@FreeBSD.org COMMENT= Open source h.265 video codec @@ -16,4 +16,6 @@ USES= autoreconf compiler:c++11-lib lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-sherlock265 --disable-dec265 +BROKEN_armv6= fails to compile: invokes x86 assembler + .include Modified: head/net-mgmt/fastnetmon/Makefile ============================================================================== --- head/net-mgmt/fastnetmon/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/net-mgmt/fastnetmon/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -13,8 +13,6 @@ COMMENT= Very fast DDoS analyzer with sf LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp \ libndpi.so:net/ndpi \ @@ -34,6 +32,9 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/src CMAKE_ARGS+= -DDISABLE_PF_RING_SUPPORT=ON CMAKE_INSTALL_PREFIX= ${PREFIX} +BROKEN_armv6= Does not build: invokes x86 assembler +BROKEN_powerpc64= Does not build + USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS REDIS From owner-svn-ports-all@freebsd.org Sun Feb 26 13:40:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30095CEE17B; Sun, 26 Feb 2017 13:40:37 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3730F92; Sun, 26 Feb 2017 13:40:36 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDeas0024226; Sun, 26 Feb 2017 13:40:36 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDeZAP024224; Sun, 26 Feb 2017 13:40:35 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702261340.v1QDeZAP024224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 26 Feb 2017 13:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434868 - head/x11-themes/numix-theme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:40:37 -0000 Author: olivierd Date: Sun Feb 26 13:40:35 2017 New Revision: 434868 URL: https://svnweb.freebsd.org/changeset/ports/434868 Log: Update to 2.6.6 Modified: head/x11-themes/numix-theme/Makefile head/x11-themes/numix-theme/distinfo Modified: head/x11-themes/numix-theme/Makefile ============================================================================== --- head/x11-themes/numix-theme/Makefile Sun Feb 26 12:56:41 2017 (r434867) +++ head/x11-themes/numix-theme/Makefile Sun Feb 26 13:40:35 2017 (r434868) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numix -PORTVERSION= 2.6.5 +PORTVERSION= 2.6.6 CATEGORIES= x11-themes xfce PKGNAMESUFFIX= -theme Modified: head/x11-themes/numix-theme/distinfo ============================================================================== --- head/x11-themes/numix-theme/distinfo Sun Feb 26 12:56:41 2017 (r434867) +++ head/x11-themes/numix-theme/distinfo Sun Feb 26 13:40:35 2017 (r434868) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477216520 -SHA256 (numixproject-numix-gtk-theme-2.6.5_GH0.tar.gz) = 0511b9a183324e81a72118016844726bd965e5a763490383dda539d56b44f1b7 -SIZE (numixproject-numix-gtk-theme-2.6.5_GH0.tar.gz) = 152573 +TIMESTAMP = 1488116139 +SHA256 (numixproject-numix-gtk-theme-2.6.6_GH0.tar.gz) = 5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856 +SIZE (numixproject-numix-gtk-theme-2.6.6_GH0.tar.gz) = 153689 From owner-svn-ports-all@freebsd.org Sun Feb 26 13:51:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71234CEE487; Sun, 26 Feb 2017 13:51:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27E636B9; Sun, 26 Feb 2017 13:51:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDpSoS028869; Sun, 26 Feb 2017 13:51:28 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDpRWG028863; Sun, 26 Feb 2017 13:51:27 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702261351.v1QDpRWG028863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 26 Feb 2017 13:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434869 - in head/emulators/fceux: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:51:29 -0000 Author: vanilla Date: Sun Feb 26 13:51:27 2017 New Revision: 434869 URL: https://svnweb.freebsd.org/changeset/ports/434869 Log: Update to 2.2.3. Added: head/emulators/fceux/files/patch-src_boards_mapinc.h (contents, props changed) Modified: head/emulators/fceux/Makefile head/emulators/fceux/distinfo head/emulators/fceux/files/patch-fceux-server_server.cpp head/emulators/fceux/files/patch-src_cheat.cpp head/emulators/fceux/pkg-plist Modified: head/emulators/fceux/Makefile ============================================================================== --- head/emulators/fceux/Makefile Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/Makefile Sun Feb 26 13:51:27 2017 (r434869) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= fceux -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 DISTVERSIONSUFFIX= .src -PORTREVISION= 5 +PORTREVISION= 0 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/ @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USES= compiler:c++0x desktop-file-utils dos2unix pkgconfig scons USE_SDL= sdl +USE_XORG= x11 LDFLAGS+= -L${LOCALBASE}/lib @@ -62,8 +63,8 @@ post-patch: @${REINPLACE_CMD} -e \ '/PUBLIC/s|^|#| ; \ /CheckLib/s|lua5.1|lua-${LUA_VER}| ; \ - /LINKFLAGS/s|"-ldl",|| ; \ /LINKFLAGS/s|lua5.1|lua-${LUA_VER}| ; \ + s|"-ldl"|| ; \ s|/usr/include/lua5.1|${LUA_INCDIR}| ; \ s|-O2||' ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e \ @@ -88,6 +89,8 @@ do-install: ${STAGEDIR}${DESKTOPDIR}) (cd ${WRKSRC} && ${INSTALL_DATA} *.png \ ${STAGEDIR}${PREFIX}/share/pixmaps) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in TODO-PROJECT Videolog.txt cheat.html faq fcs.txt fm2.txt \ protocol.txt snes9x-lua.html Modified: head/emulators/fceux/distinfo ============================================================================== --- head/emulators/fceux/distinfo Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/distinfo Sun Feb 26 13:51:27 2017 (r434869) @@ -1,2 +1,3 @@ -SHA256 (fceux-2.2.2.src.tar.gz) = 804d11bdb4a195f3a580ce5d2d01be877582763378637e16186a22459f5fe5e1 -SIZE (fceux-2.2.2.src.tar.gz) = 9249858 +TIMESTAMP = 1488101003 +SHA256 (fceux-2.2.3.src.tar.gz) = 4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e +SIZE (fceux-2.2.3.src.tar.gz) = 9292792 Modified: head/emulators/fceux/files/patch-fceux-server_server.cpp ============================================================================== --- head/emulators/fceux/files/patch-fceux-server_server.cpp Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/files/patch-fceux-server_server.cpp Sun Feb 26 13:51:27 2017 (r434869) @@ -1,4 +1,4 @@ ---- fceux-server/server.cpp.orig 2012-11-02 13:41:36 UTC +--- fceux-server/server.cpp.orig 2017-02-26 13:33:11 UTC +++ fceux-server/server.cpp @@ -114,7 +114,7 @@ int LoadConfigFile(char *fn) if(fp=fopen(fn,"rb")) Added: head/emulators/fceux/files/patch-src_boards_mapinc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/fceux/files/patch-src_boards_mapinc.h Sun Feb 26 13:51:27 2017 (r434869) @@ -0,0 +1,8 @@ +--- src/boards/mapinc.h.orig 2017-02-26 13:37:11 UTC ++++ src/boards/mapinc.h +@@ -9,4 +9,5 @@ + #include "../cheat.h" + #include "../unif.h" + #include ++#include + #include Modified: head/emulators/fceux/files/patch-src_cheat.cpp ============================================================================== --- head/emulators/fceux/files/patch-src_cheat.cpp Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/files/patch-src_cheat.cpp Sun Feb 26 13:51:27 2017 (r434869) @@ -1,4 +1,4 @@ ---- src/cheat.cpp.orig 2013-04-13 02:52:13 UTC +--- src/cheat.cpp.orig 2017-02-26 13:33:11 UTC +++ src/cheat.cpp @@ -216,7 +216,7 @@ void FCEU_LoadGameCheats(FILE *override) } Modified: head/emulators/fceux/pkg-plist ============================================================================== --- head/emulators/fceux/pkg-plist Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/pkg-plist Sun Feb 26 13:51:27 2017 (r434869) @@ -93,6 +93,13 @@ share/applications/fceux.desktop %%DATADIR%%/palettes/FCEU-13-default_nitsuja.pal %%DATADIR%%/palettes/FCEU-15-nitsuja_new.pal %%DATADIR%%/palettes/FCEUX.pal +%%DATADIR%%/palettes/RP2C03.pal +%%DATADIR%%/palettes/RP2C04_0001.pal +%%DATADIR%%/palettes/RP2C04_0002.pal +%%DATADIR%%/palettes/RP2C04_0003.pal +%%DATADIR%%/palettes/RP2C04_0004.pal +%%DATADIR%%/palettes/SONY_CXA2025AS_US.pal +%%DATADIR%%/palettes/Unsaturated-V6.pal %%DATADIR%%/palettes/nestopia_rgb.pal %%DATADIR%%/palettes/nestopia_yuv.pal %%DATADIR%%/tools/taseditor_patterns.txt From owner-svn-ports-all@freebsd.org Sun Feb 26 13:56:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EFBACEE4E9; Sun, 26 Feb 2017 13:56: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 3A3319EC; Sun, 26 Feb 2017 13:56: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 v1QDulpt032076; Sun, 26 Feb 2017 13:56:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDukuN032070; Sun, 26 Feb 2017 13:56:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261356.v1QDukuN032070@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, 26 Feb 2017 13:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434870 - in head/devel: . p5-List-UtilsBy-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, 26 Feb 2017 13:56:48 -0000 Author: sunpoet Date: Sun Feb 26 13:56:46 2017 New Revision: 434870 URL: https://svnweb.freebsd.org/changeset/ports/434870 Log: Add p5-List-UtilsBy-XS 0.05 List::UtilsBy::XS is XS implementation of List::UtilsBy. Functions are more fast than original ones. WWW: http://search.cpan.org/dist/List-UtilsBy-XS/ Added: head/devel/p5-List-UtilsBy-XS/ head/devel/p5-List-UtilsBy-XS/Makefile (contents, props changed) head/devel/p5-List-UtilsBy-XS/distinfo (contents, props changed) head/devel/p5-List-UtilsBy-XS/pkg-descr (contents, props changed) head/devel/p5-List-UtilsBy-XS/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 26 13:51:27 2017 (r434869) +++ head/devel/Makefile Sun Feb 26 13:56:46 2017 (r434870) @@ -2656,6 +2656,7 @@ SUBDIR += p5-List-SomeUtils-XS SUBDIR += p5-List-Uniq SUBDIR += p5-List-UtilsBy + SUBDIR += p5-List-UtilsBy-XS SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-Maketext-Fuzzy SUBDIR += p5-Locale-Maketext-Gettext Added: head/devel/p5-List-UtilsBy-XS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-UtilsBy-XS/Makefile Sun Feb 26 13:56:46 2017 (r434870) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= List-UtilsBy-XS +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XS implementation of List::UtilsBy + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Module-Build-XSUtil>=0.02:devel/p5-Module-Build-XSUtil + +USE_PERL5= modbuild +USES= perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/UtilsBy/XS/XS.so + +.include Added: head/devel/p5-List-UtilsBy-XS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-UtilsBy-XS/distinfo Sun Feb 26 13:56:46 2017 (r434870) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487995893 +SHA256 (List-UtilsBy-XS-0.05.tar.gz) = b724fc246318484f267e37a4dbb07be858a0f674e068e0c419da74ae5465b424 +SIZE (List-UtilsBy-XS-0.05.tar.gz) = 17267 Added: head/devel/p5-List-UtilsBy-XS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-UtilsBy-XS/pkg-descr Sun Feb 26 13:56:46 2017 (r434870) @@ -0,0 +1,4 @@ +List::UtilsBy::XS is XS implementation of List::UtilsBy. Functions are more +fast than original ones. + +WWW: http://search.cpan.org/dist/List-UtilsBy-XS/ Added: head/devel/p5-List-UtilsBy-XS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-UtilsBy-XS/pkg-plist Sun Feb 26 13:56:46 2017 (r434870) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/List/UtilsBy/XS.pm +%%SITE_ARCH%%/auto/List/UtilsBy/XS/XS.so +%%PERL5_MAN3%%/List::UtilsBy::XS.3.gz From owner-svn-ports-all@freebsd.org Sun Feb 26 13:56:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB3D6CEE513; Sun, 26 Feb 2017 13:56: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 8F234A40; Sun, 26 Feb 2017 13:56: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 v1QDuvab032181; Sun, 26 Feb 2017 13:56:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDuvdo032180; Sun, 26 Feb 2017 13:56:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261356.v1QDuvdo032180@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, 26 Feb 2017 13:56:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434871 - head/devel/p5-List-Objects-WithUtils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:56:58 -0000 Author: sunpoet Date: Sun Feb 26 13:56:57 2017 New Revision: 434871 URL: https://svnweb.freebsd.org/changeset/ports/434871 Log: Use p5-List-UtilsBy-XS - Bump PORTREVISION for dependency change Modified: head/devel/p5-List-Objects-WithUtils/Makefile Modified: head/devel/p5-List-Objects-WithUtils/Makefile ============================================================================== --- head/devel/p5-List-Objects-WithUtils/Makefile Sun Feb 26 13:56:46 2017 (r434870) +++ head/devel/p5-List-Objects-WithUtils/Makefile Sun Feb 26 13:56:57 2017 (r434871) @@ -3,6 +3,7 @@ PORTNAME= List-Objects-WithUtils PORTVERSION= 2.028003 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Method-Modifiers>=0:devel/p5-Class-Method-Modifiers \ p5-List-UtilsBy>=0.09:devel/p5-List-UtilsBy \ + p5-List-UtilsBy-XS>=0.03:devel/p5-List-UtilsBy-XS \ p5-Module-Runtime>=0.013:devel/p5-Module-Runtime \ p5-Role-Tiny>=1.003:devel/p5-Role-Tiny \ p5-Type-Tie>=0.004:devel/p5-Type-Tie \ From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B69ADCEE53A; Sun, 26 Feb 2017 13:57: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 7F9C2AB7; Sun, 26 Feb 2017 13:57: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 v1QDv2sC032301; Sun, 26 Feb 2017 13:57:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDv2qX032299; Sun, 26 Feb 2017 13:57:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDv2qX032299@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, 26 Feb 2017 13:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434872 - head/devel/rubygem-hashie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:57:03 -0000 Author: sunpoet Date: Sun Feb 26 13:57:02 2017 New Revision: 434872 URL: https://svnweb.freebsd.org/changeset/ports/434872 Log: Update to 3.5.5 Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md Modified: head/devel/rubygem-hashie/Makefile head/devel/rubygem-hashie/distinfo Modified: head/devel/rubygem-hashie/Makefile ============================================================================== --- head/devel/rubygem-hashie/Makefile Sun Feb 26 13:56:57 2017 (r434871) +++ head/devel/rubygem-hashie/Makefile Sun Feb 26 13:57:02 2017 (r434872) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hashie -PORTVERSION= 3.5.4 +PORTVERSION= 3.5.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-hashie/distinfo ============================================================================== --- head/devel/rubygem-hashie/distinfo Sun Feb 26 13:56:57 2017 (r434871) +++ head/devel/rubygem-hashie/distinfo Sun Feb 26 13:57:02 2017 (r434872) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487864453 -SHA256 (rubygem/hashie-3.5.4.gem) = a4fb1c03602eb8f3f8b0fa65d86c56cc940443c8a5ed5f294f40576feb74dedf -SIZE (rubygem/hashie-3.5.4.gem) = 70144 +TIMESTAMP = 1488046398 +SHA256 (rubygem/hashie-3.5.5.gem) = 5c52426ae505bd7b9a68fb5f134855f726b24dd94423e64f0d243c8b125cd551 +SIZE (rubygem/hashie-3.5.5.gem) = 71680 From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F282CEE562; Sun, 26 Feb 2017 13:57: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 3BFA5B10; Sun, 26 Feb 2017 13:57: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 v1QDv7IC032420; Sun, 26 Feb 2017 13:57:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDv7UR032418; Sun, 26 Feb 2017 13:57:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDv7UR032418@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, 26 Feb 2017 13:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434873 - 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: Sun, 26 Feb 2017 13:57:08 -0000 Author: sunpoet Date: Sun Feb 26 13:57:06 2017 New Revision: 434873 URL: https://svnweb.freebsd.org/changeset/ports/434873 Log: Update to 1.817 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 Sun Feb 26 13:57:02 2017 (r434872) +++ head/devel/p5-MCE/Makefile Sun Feb 26 13:57:06 2017 (r434873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.816 +PORTVERSION= 1.817 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Sun Feb 26 13:57:02 2017 (r434872) +++ head/devel/p5-MCE/distinfo Sun Feb 26 13:57:06 2017 (r434873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488010808 -SHA256 (MCE-1.816.tar.gz) = f86a5e30b22341be8582759b0d21fb07625f53b783555e5bba66b55af1fb406f -SIZE (MCE-1.816.tar.gz) = 174778 +TIMESTAMP = 1488116847 +SHA256 (MCE-1.817.tar.gz) = 9d36a152cfdc60bc839a943c509fd567b2ff0281e0f4d33689887f390e2270fb +SIZE (MCE-1.817.tar.gz) = 174972 From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84BAFCEE589; Sun, 26 Feb 2017 13:57: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 377AEB8B; Sun, 26 Feb 2017 13:57:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDvC97032554; Sun, 26 Feb 2017 13:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDvCI7032551; Sun, 26 Feb 2017 13:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDvCI7032551@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, 26 Feb 2017 13:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434874 - head/devel/p5-Sys-Mmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:57:13 -0000 Author: sunpoet Date: Sun Feb 26 13:57:11 2017 New Revision: 434874 URL: https://svnweb.freebsd.org/changeset/ports/434874 Log: Update to 0.18 - Add LICENSE_FILE - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Sys-Mmap/Changes Modified: head/devel/p5-Sys-Mmap/Makefile head/devel/p5-Sys-Mmap/distinfo head/devel/p5-Sys-Mmap/pkg-plist Modified: head/devel/p5-Sys-Mmap/Makefile ============================================================================== --- head/devel/p5-Sys-Mmap/Makefile Sun Feb 26 13:57:06 2017 (r434873) +++ head/devel/p5-Sys-Mmap/Makefile Sun Feb 26 13:57:11 2017 (r434874) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Sys-Mmap -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +12,13 @@ COMMENT= Map in a file as a Perl variabl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/Artistic +LICENSE_FILE_GPLv1= ${WRKSRC}/Copying USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Mmap/Mmap.so + .include Modified: head/devel/p5-Sys-Mmap/distinfo ============================================================================== --- head/devel/p5-Sys-Mmap/distinfo Sun Feb 26 13:57:06 2017 (r434873) +++ head/devel/p5-Sys-Mmap/distinfo Sun Feb 26 13:57:11 2017 (r434874) @@ -1,2 +1,3 @@ -SHA256 (Sys-Mmap-0.17.tar.gz) = fd74cfa1b515c3832cd9db79839628160f878d74038e34859f216a4c1ad29816 -SIZE (Sys-Mmap-0.17.tar.gz) = 17059 +TIMESTAMP = 1488116855 +SHA256 (Sys-Mmap-0.18.tar.gz) = fb8a96f375b23fd4a9ba95166536e15477a368b3a6efb5b9a89ed220af32e741 +SIZE (Sys-Mmap-0.18.tar.gz) = 17858 Modified: head/devel/p5-Sys-Mmap/pkg-plist ============================================================================== --- head/devel/p5-Sys-Mmap/pkg-plist Sun Feb 26 13:57:06 2017 (r434873) +++ head/devel/p5-Sys-Mmap/pkg-plist Sun Feb 26 13:57:11 2017 (r434874) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Sys::Mmap.3.gz %%SITE_ARCH%%/Sys/Mmap.pm %%SITE_ARCH%%/auto/Sys/Mmap/Mmap.so +%%PERL5_MAN3%%/Sys::Mmap.3.gz From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92449CEE5B4; Sun, 26 Feb 2017 13:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E4CCC0C; Sun, 26 Feb 2017 13:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDvHSZ032671; Sun, 26 Feb 2017 13:57:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDvHwi032669; Sun, 26 Feb 2017 13:57:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDvHwi032669@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, 26 Feb 2017 13:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434875 - head/textproc/p5-Data-FormValidator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:57:18 -0000 Author: sunpoet Date: Sun Feb 26 13:57:17 2017 New Revision: 434875 URL: https://svnweb.freebsd.org/changeset/ports/434875 Log: Update to 4.85 Changes: http://search.cpan.org/dist/Data-FormValidator/Changes Modified: head/textproc/p5-Data-FormValidator/Makefile head/textproc/p5-Data-FormValidator/distinfo Modified: head/textproc/p5-Data-FormValidator/Makefile ============================================================================== --- head/textproc/p5-Data-FormValidator/Makefile Sun Feb 26 13:57:11 2017 (r434874) +++ head/textproc/p5-Data-FormValidator/Makefile Sun Feb 26 13:57:17 2017 (r434875) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-FormValidator -PORTVERSION= 4.83 +PORTVERSION= 4.85 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Data-FormValidator/distinfo ============================================================================== --- head/textproc/p5-Data-FormValidator/distinfo Sun Feb 26 13:57:11 2017 (r434874) +++ head/textproc/p5-Data-FormValidator/distinfo Sun Feb 26 13:57:17 2017 (r434875) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487948015 -SHA256 (Data-FormValidator-4.83.tar.gz) = b960f2f4b5830d0076cadc49c9f852cf9cb7d9cf9a15e33f171870aae01c9cb6 -SIZE (Data-FormValidator-4.83.tar.gz) = 99188 +TIMESTAMP = 1488092314 +SHA256 (Data-FormValidator-4.85.tar.gz) = 809f15d05434ff5667c3967e71e86308fcfad8fce1057420bd2714300b2a5870 +SIZE (Data-FormValidator-4.85.tar.gz) = 99367 From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49FDDCEE5F7; Sun, 26 Feb 2017 13:57: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 16C36C7C; Sun, 26 Feb 2017 13:57:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDvMuT032790; Sun, 26 Feb 2017 13:57:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDvMbb032788; Sun, 26 Feb 2017 13:57:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDvMbb032788@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, 26 Feb 2017 13:57:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434876 - head/devel/ipython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:57:23 -0000 Author: sunpoet Date: Sun Feb 26 13:57:21 2017 New Revision: 434876 URL: https://svnweb.freebsd.org/changeset/ports/434876 Log: Update to 5.3.0 Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst Modified: head/devel/ipython/Makefile head/devel/ipython/distinfo Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Sun Feb 26 13:57:17 2017 (r434875) +++ head/devel/ipython/Makefile Sun Feb 26 13:57:21 2017 (r434876) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 5.2.2 +PORTVERSION= 5.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/ipython/distinfo ============================================================================== --- head/devel/ipython/distinfo Sun Feb 26 13:57:17 2017 (r434875) +++ head/devel/ipython/distinfo Sun Feb 26 13:57:21 2017 (r434876) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486480909 -SHA256 (ipython-5.2.2.tar.gz) = 6ee1c89f6031e0c86727820ad394c6eb4d3ac28de48e0df3b9367ccf92e212e2 -SIZE (ipython-5.2.2.tar.gz) = 4948601 +TIMESTAMP = 1488023628 +SHA256 (ipython-5.3.0.tar.gz) = bf5e615e7d96dac5a61fbf98d9e2926d98aa55582681bea7e9382992a3f43c1d +SIZE (ipython-5.3.0.tar.gz) = 4967956 From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D024CCEE625; Sun, 26 Feb 2017 13:57: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 991A1CE6; Sun, 26 Feb 2017 13:57: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 v1QDvQ4Y032908; Sun, 26 Feb 2017 13:57:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDvQXu032906; Sun, 26 Feb 2017 13:57:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDvQXu032906@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, 26 Feb 2017 13:57:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434877 - head/databases/rubygem-arel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:57:28 -0000 Author: sunpoet Date: Sun Feb 26 13:57:26 2017 New Revision: 434877 URL: https://svnweb.freebsd.org/changeset/ports/434877 Log: Update to 8.0.0 Changes: https://github.com/rails/arel/blob/master/History.txt Modified: head/databases/rubygem-arel/Makefile head/databases/rubygem-arel/distinfo Modified: head/databases/rubygem-arel/Makefile ============================================================================== --- head/databases/rubygem-arel/Makefile Sun Feb 26 13:57:21 2017 (r434876) +++ head/databases/rubygem-arel/Makefile Sun Feb 26 13:57:26 2017 (r434877) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= arel -PORTVERSION= 7.1.4 +PORTVERSION= 8.0.0 PORTEPOCH= 1 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-arel/distinfo ============================================================================== --- head/databases/rubygem-arel/distinfo Sun Feb 26 13:57:21 2017 (r434876) +++ head/databases/rubygem-arel/distinfo Sun Feb 26 13:57:26 2017 (r434877) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482865197 -SHA256 (rubygem/arel-7.1.4.gem) = ddb37e20809b431e615592c51c734b2ae1efaf4c8722330676657635673be550 -SIZE (rubygem/arel-7.1.4.gem) = 33280 +TIMESTAMP = 1488023632 +SHA256 (rubygem/arel-8.0.0.gem) = f4777aabfe12a9e99713674240971d7f1f515cc258d561cd2dc2c06bd8c2805b +SIZE (rubygem/arel-8.0.0.gem) = 32256 From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0105FCEE664; Sun, 26 Feb 2017 13:57: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 C204BE04; Sun, 26 Feb 2017 13: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 v1QDvcSP033034; Sun, 26 Feb 2017 13:57:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDvcN1033033; Sun, 26 Feb 2017 13:57:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDvcN1033033@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, 26 Feb 2017 13:57:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434878 - head/databases/rubygem-activerecord5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:57:40 -0000 Author: sunpoet Date: Sun Feb 26 13:57:38 2017 New Revision: 434878 URL: https://svnweb.freebsd.org/changeset/ports/434878 Log: Update RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/databases/rubygem-activerecord5/Makefile Modified: head/databases/rubygem-activerecord5/Makefile ============================================================================== --- head/databases/rubygem-activerecord5/Makefile Sun Feb 26 13:57:26 2017 (r434877) +++ head/databases/rubygem-activerecord5/Makefile Sun Feb 26 13:57:38 2017 (r434878) @@ -3,6 +3,7 @@ PORTNAME= activerecord PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activemodel5>=${PORTVERSION}:databases/rubygem-activemodel5 \ rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ - rubygem-arel>=7.0:databases/rubygem-arel + rubygem-arel7>=7.0:databases/rubygem-arel7 NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2EB8CEE690; Sun, 26 Feb 2017 13:57: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 7B295E75; Sun, 26 Feb 2017 13:57: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 v1QDvhAa033151; Sun, 26 Feb 2017 13:57:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDvhTJ033148; Sun, 26 Feb 2017 13:57:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDvhTJ033148@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, 26 Feb 2017 13:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434879 - head/devel/rubygem-childprocess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:57:44 -0000 Author: sunpoet Date: Sun Feb 26 13:57:43 2017 New Revision: 434879 URL: https://svnweb.freebsd.org/changeset/ports/434879 Log: Update to 0.6.2 Changes: https://github.com/enkessler/childprocess/commits/master Modified: head/devel/rubygem-childprocess/Makefile head/devel/rubygem-childprocess/distinfo Modified: head/devel/rubygem-childprocess/Makefile ============================================================================== --- head/devel/rubygem-childprocess/Makefile Sun Feb 26 13:57:38 2017 (r434878) +++ head/devel/rubygem-childprocess/Makefile Sun Feb 26 13:57:43 2017 (r434879) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= childprocess -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-childprocess/distinfo ============================================================================== --- head/devel/rubygem-childprocess/distinfo Sun Feb 26 13:57:38 2017 (r434878) +++ head/devel/rubygem-childprocess/distinfo Sun Feb 26 13:57:43 2017 (r434879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485193397 -SHA256 (rubygem/childprocess-0.6.1.gem) = 51c158ebb45ecf2149777b5ce9db6a73cdc51326dfe782869470acee91a0b1bc -SIZE (rubygem/childprocess-0.6.1.gem) = 30208 +TIMESTAMP = 1488092319 +SHA256 (rubygem/childprocess-0.6.2.gem) = 6f9681717126eae196f5f364b174ed3d4e696e307b470d5e98aa2fc9a72f42b0 +SIZE (rubygem/childprocess-0.6.2.gem) = 31744 From owner-svn-ports-all@freebsd.org Sun Feb 26 13:57:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A050CEE6BC; Sun, 26 Feb 2017 13:57:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 396DFEE0; Sun, 26 Feb 2017 13:57:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDvm8Q033269; Sun, 26 Feb 2017 13:57:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDvmus033267; Sun, 26 Feb 2017 13:57:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDvmus033267@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, 26 Feb 2017 13:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434880 - head/www/rubygem-selenium-webdriver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:57:49 -0000 Author: sunpoet Date: Sun Feb 26 13:57:47 2017 New Revision: 434880 URL: https://svnweb.freebsd.org/changeset/ports/434880 Log: Update to 3.2.1 Changes: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES Modified: head/www/rubygem-selenium-webdriver/Makefile head/www/rubygem-selenium-webdriver/distinfo Modified: head/www/rubygem-selenium-webdriver/Makefile ============================================================================== --- head/www/rubygem-selenium-webdriver/Makefile Sun Feb 26 13:57:43 2017 (r434879) +++ head/www/rubygem-selenium-webdriver/Makefile Sun Feb 26 13:57:47 2017 (r434880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium-webdriver -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-selenium-webdriver/distinfo ============================================================================== --- head/www/rubygem-selenium-webdriver/distinfo Sun Feb 26 13:57:43 2017 (r434879) +++ head/www/rubygem-selenium-webdriver/distinfo Sun Feb 26 13:57:47 2017 (r434880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487948063 -SHA256 (rubygem/selenium-webdriver-3.2.0.gem) = 9957411d04d516cf07e7e02f07913da85306d9ee2868ff4d0d0db97907f6bc61 -SIZE (rubygem/selenium-webdriver-3.2.0.gem) = 822784 +TIMESTAMP = 1488023639 +SHA256 (rubygem/selenium-webdriver-3.2.1.gem) = 5ab29b71c012e0fd3559ddeb00a58bca8840f5100ddd55cd5749b2c0b7f18b08 +SIZE (rubygem/selenium-webdriver-3.2.1.gem) = 822784 From owner-svn-ports-all@freebsd.org Sun Feb 26 13:58:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AFF6CEE74A; Sun, 26 Feb 2017 13:58: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 58E6765B; Sun, 26 Feb 2017 13:58:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDwqvj033704; Sun, 26 Feb 2017 13:58:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDwoFA033689; Sun, 26 Feb 2017 13:58:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702261358.v1QDwoFA033689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Feb 2017 13:58:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434881 - in head: audio/ufmcontrol-i18n deskutils/gnome-shell-extension-backslide devel/go-tools devel/openvex ftp/bareftp mail/mixmaster net-mgmt/nat net-p2p/gnunet net-p2p/gnunet-gtk... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 13:58:53 -0000 Author: antoine Date: Sun Feb 26 13:58:50 2017 New Revision: 434881 URL: https://svnweb.freebsd.org/changeset/ports/434881 Log: Deprecate ports broken for more than 6 months Modified: head/audio/ufmcontrol-i18n/Makefile head/deskutils/gnome-shell-extension-backslide/Makefile head/devel/go-tools/Makefile head/devel/openvex/Makefile head/ftp/bareftp/Makefile head/mail/mixmaster/Makefile head/net-mgmt/nat/Makefile head/net-p2p/gnunet-gtk/Makefile head/net-p2p/gnunet/Makefile head/print/abc2mtex/Makefile head/print/musixtex/Makefile head/www/offline-npm/Makefile head/www/wml/Makefile head/x11-themes/kde-icons-cezanne/Makefile head/x11-themes/kde-icons-sky/Makefile Modified: head/audio/ufmcontrol-i18n/Makefile ============================================================================== --- head/audio/ufmcontrol-i18n/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/audio/ufmcontrol-i18n/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -11,6 +11,8 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= USB radio control utility BROKEN= unfetchable (SF project removed?) +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 RUN_DEPENDS= snack>=2.2.10_4:audio/snack Modified: head/deskutils/gnome-shell-extension-backslide/Makefile ============================================================================== --- head/deskutils/gnome-shell-extension-backslide/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/deskutils/gnome-shell-extension-backslide/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -13,6 +13,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome-shell extension for background slideshow BROKEN= checksum mismatch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 BUILD_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas Modified: head/devel/go-tools/Makefile ============================================================================== --- head/devel/go-tools/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/devel/go-tools/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -12,6 +12,8 @@ COMMENT= Go Tools LICENSE= BSD3CLAUSE BROKEN= does not build (cannot find package "golang.org/x/net/html") +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 USE_GITHUB= yes GH_ACCOUNT= golang Modified: head/devel/openvex/Makefile ============================================================================== --- head/devel/openvex/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/devel/openvex/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -12,6 +12,8 @@ COMMENT= Open source firmware for Vex ro LICENSE= GPLv3 BROKEN= does not build (crt0iz.c:31: error 226: no type specifier for 'stack') +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 BROKEN_powerpc64= does not build BUILD_DEPENDS= sdcc:lang/sdcc \ Modified: head/ftp/bareftp/Makefile ============================================================================== --- head/ftp/bareftp/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/ftp/bareftp/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -13,6 +13,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to configure +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \ Modified: head/mail/mixmaster/Makefile ============================================================================== --- head/mail/mixmaster/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/mail/mixmaster/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -30,6 +30,8 @@ CONFIG_FILES= abuse.txt.in dest.blk mix. OPTIONS_DEFINE= DOCS BROKEN= upstream disappeared (unfetchable) +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 post-patch: @${RM} ${WRKSRC}/Mix/conf/mix.cfg.orig Modified: head/net-mgmt/nat/Makefile ============================================================================== --- head/net-mgmt/nat/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/net-mgmt/nat/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -14,6 +14,8 @@ COMMENT= NetBIOS auditing tool LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= does not fetch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 RESTRICTED= Redistribution prohibited by the license Modified: head/net-p2p/gnunet-gtk/Makefile ============================================================================== --- head/net-p2p/gnunet-gtk/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/net-p2p/gnunet-gtk/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -13,6 +13,9 @@ COMMENT= GTK interface to GNUnet LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring net-p2p/gnunet +EXPIRATION_DATE= 2017-03-27 + LIB_DEPENDS= libgladeui-1.so:devel/glade3 \ libltdl.so:devel/libltdl \ libqrencode.so:graphics/libqrencode \ Modified: head/net-p2p/gnunet/Makefile ============================================================================== --- head/net-p2p/gnunet/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/net-p2p/gnunet/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -13,6 +13,8 @@ COMMENT= Anonymous, distributed, reputat LICENSE= GPLv3 BROKEN= runtime malfunction caused by missing gnunet-daemon-hostlist (bugs no. 205042) +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 LIB_DEPENDS= libogg.so:audio/libogg \ libopus.so:audio/opus \ Modified: head/print/abc2mtex/Makefile ============================================================================== --- head/print/abc2mtex/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/print/abc2mtex/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= joerg@FreeBSD.org COMMENT= Music TeX converter from "abc" to MusiXTeX format +DEPRECATED= Depends on expiring print/musixtex +EXPIRATION_DATE= 2017-03-27 + RUN_DEPENDS= musixtex:print/musixtex USE_GCC= any Modified: head/print/musixtex/Makefile ============================================================================== --- head/print/musixtex/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/print/musixtex/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Set of TeX macros to typeset music BROKEN= does not build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 USE_TEX= basic Modified: head/www/offline-npm/Makefile ============================================================================== --- head/www/offline-npm/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/www/offline-npm/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -16,6 +16,8 @@ BUILD_DEPENDS= npm>0:www/npm RUN_DEPENDS= npm>0:www/npm BROKEN= Support for this project is broken with npm >= v3.x +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 USE_GITHUB= yes GH_ACCOUNT= commenthol Modified: head/www/wml/Makefile ============================================================================== --- head/www/wml/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/www/wml/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -12,6 +12,8 @@ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Website META Language, webdesign toolkit for HTML generation BROKEN= SF project removed (unfetchable) +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/x11-themes/kde-icons-cezanne/Makefile ============================================================================== --- head/x11-themes/kde-icons-cezanne/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/x11-themes/kde-icons-cezanne/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -11,6 +11,8 @@ COMMENT= KDE Cezanne iconset USES= tar:bzip2 BROKEN= does not fetch (connect timeout) +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 WRKSRC= ${WRKDIR}/Cezanne PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}" Modified: head/x11-themes/kde-icons-sky/Makefile ============================================================================== --- head/x11-themes/kde-icons-sky/Makefile Sun Feb 26 13:57:47 2017 (r434880) +++ head/x11-themes/kde-icons-sky/Makefile Sun Feb 26 13:58:50 2017 (r434881) @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz COMMENT= KDE SKY iconset BROKEN= does not fetch (403 forbidden) +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-all@freebsd.org Sun Feb 26 14:00:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A333CEE7B6; Sun, 26 Feb 2017 14:00: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 06C007A2; Sun, 26 Feb 2017 14:00: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 v1QE02tC033923; Sun, 26 Feb 2017 14:00:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QE01GK033921; Sun, 26 Feb 2017 14:00:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261400.v1QE01GK033921@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, 26 Feb 2017 14:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434882 - in head/databases: . rubygem-arel7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 14:00:03 -0000 Author: sunpoet Date: Sun Feb 26 14:00:01 2017 New Revision: 434882 URL: https://svnweb.freebsd.org/changeset/ports/434882 Log: Add rubygem-arel7 (copied from rubygem-arel) Added: head/databases/rubygem-arel7/ - copied from r434784, head/databases/rubygem-arel/ Modified: head/databases/Makefile head/databases/rubygem-arel7/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Feb 26 13:58:50 2017 (r434881) +++ head/databases/Makefile Sun Feb 26 14:00:01 2017 (r434882) @@ -882,6 +882,7 @@ SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers SUBDIR += rubygem-arel6 + SUBDIR += rubygem-arel7 SUBDIR += rubygem-awesome_nested_set SUBDIR += rubygem-bdb1 SUBDIR += rubygem-bigrecord Modified: head/databases/rubygem-arel7/Makefile ============================================================================== --- head/databases/rubygem-arel/Makefile Sat Feb 25 09:55:52 2017 (r434784) +++ head/databases/rubygem-arel7/Makefile Sun Feb 26 14:00:01 2017 (r434882) @@ -5,6 +5,7 @@ PORTVERSION= 7.1.4 PORTEPOCH= 1 CATEGORIES= databases rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 7 MAINTAINER= ruby@FreeBSD.org COMMENT= Relational Algebra for Ruby From owner-svn-ports-all@freebsd.org Sun Feb 26 14:02:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 138CDCEE9A3; Sun, 26 Feb 2017 14: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 BA551B0A; Sun, 26 Feb 2017 14:02:11 +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 v1QE2AcS037536; Sun, 26 Feb 2017 14:02:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QE2AV2037534; Sun, 26 Feb 2017 14:02:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702261402.v1QE2AV2037534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Feb 2017 14:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434883 - head/devel/libsmdev X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 14:02:12 -0000 Author: antoine Date: Sun Feb 26 14:02:10 2017 New Revision: 434883 URL: https://svnweb.freebsd.org/changeset/ports/434883 Log: - Update to alpha-20170225 - Make NLS optional Modified: head/devel/libsmdev/Makefile head/devel/libsmdev/distinfo Modified: head/devel/libsmdev/Makefile ============================================================================== --- head/devel/libsmdev/Makefile Sun Feb 26 14:00:01 2017 (r434882) +++ head/devel/libsmdev/Makefile Sun Feb 26 14:02:10 2017 (r434883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsmdev -DISTVERSION= alpha-20160320 +DISTVERSION= alpha-20170225 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmdev/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -14,17 +14,21 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} -USES= gettext libtool pathfix python +CONFIGURE_ARGS= --enable-python +USES= libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} -PORTDOCS= AUTHORS ChangeLog +OPTIONS_DEFINE= DOCS NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls -OPTIONS_DEFINE= DOCS +PORTDOCS= AUTHORS ChangeLog -post-install-DOCS-on: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/devel/libsmdev/distinfo ============================================================================== --- head/devel/libsmdev/distinfo Sun Feb 26 14:00:01 2017 (r434882) +++ head/devel/libsmdev/distinfo Sun Feb 26 14:02:10 2017 (r434883) @@ -1,2 +1,3 @@ -SHA256 (libsmdev-alpha-20160320.tar.gz) = 6a7cdda746ca29bac06f6d97b4c95ba4d26d063ff71814da2bb9f5bf2d50d143 -SIZE (libsmdev-alpha-20160320.tar.gz) = 1174033 +TIMESTAMP = 1488060933 +SHA256 (libsmdev-alpha-20170225.tar.gz) = aa5d1cac3c23b46adc9c69e8bcc9b3782cfbf6cb0c2ab7fbd2c5a39b299fcc04 +SIZE (libsmdev-alpha-20170225.tar.gz) = 1185544 From owner-svn-ports-all@freebsd.org Sun Feb 26 14:27:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87DA5CEEFD0; Sun, 26 Feb 2017 14:27:22 +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 573CF8FF; Sun, 26 Feb 2017 14:27:22 +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 v1QERL7h045386; Sun, 26 Feb 2017 14:27:21 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QERLnT045385; Sun, 26 Feb 2017 14:27:21 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201702261427.v1QERLnT045385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 26 Feb 2017 14:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434884 - head/sysutils/hfsexplorer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 14:27:22 -0000 Author: gerald Date: Sun Feb 26 14:27:21 2017 New Revision: 434884 URL: https://svnweb.freebsd.org/changeset/ports/434884 Log: Omit GH_PROJECT=${PORTNAME} which is the default for USE_GITHUB=yes. Approved by: vg (maintainer) Modified: head/sysutils/hfsexplorer/Makefile Modified: head/sysutils/hfsexplorer/Makefile ============================================================================== --- head/sysutils/hfsexplorer/Makefile Sun Feb 26 14:02:10 2017 (r434883) +++ head/sysutils/hfsexplorer/Makefile Sun Feb 26 14:27:21 2017 (r434884) @@ -18,7 +18,6 @@ DESKTOP_ENTRIES="hfsexplorer" "reader Ma "System;Utility;Java;" false USE_GITHUB= yes -GH_PROJECT= ${PORTNAME} GH_ACCOUNT= unsound USE_JAVA= yes From owner-svn-ports-all@freebsd.org Sun Feb 26 14:39:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 652FDCEE1E3; Sun, 26 Feb 2017 14:39:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22B55FBB; Sun, 26 Feb 2017 14:39:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QEd046049379; Sun, 26 Feb 2017 14:39:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QEd0p2049377; Sun, 26 Feb 2017 14:39:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702261439.v1QEd0p2049377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 26 Feb 2017 14:39:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434885 - in head/games: crafty-tablebase-no-pawn crafty-tablebase-pawn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 14:39:01 -0000 Author: linimon Date: Sun Feb 26 14:38:59 2017 New Revision: 434885 URL: https://svnweb.freebsd.org/changeset/ports/434885 Log: These also fail to build on armv6. The logfiles are more than 9GB before the build fails. Approved by: portmgr (tier-2 blanket) Modified: head/games/crafty-tablebase-no-pawn/Makefile head/games/crafty-tablebase-pawn/Makefile Modified: head/games/crafty-tablebase-no-pawn/Makefile ============================================================================== --- head/games/crafty-tablebase-no-pawn/Makefile Sun Feb 26 14:27:21 2017 (r434884) +++ head/games/crafty-tablebase-no-pawn/Makefile Sun Feb 26 14:38:59 2017 (r434885) @@ -50,6 +50,7 @@ RUN_DEPENDS= crafty:games/crafty NO_BUILD= yes BROKEN_aarch64= Fails to install: runaway process +BROKEN_armv6= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process .if !defined(WITH_TBDIR) Modified: head/games/crafty-tablebase-pawn/Makefile ============================================================================== --- head/games/crafty-tablebase-pawn/Makefile Sun Feb 26 14:27:21 2017 (r434884) +++ head/games/crafty-tablebase-pawn/Makefile Sun Feb 26 14:38:59 2017 (r434885) @@ -42,6 +42,7 @@ NO_BUILD= yes NO_ARCH= yes BROKEN_aarch64= Fails to install: runaway process +BROKEN_armv6= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process .if !defined(WITH_TBDIR) From owner-svn-ports-all@freebsd.org Sun Feb 26 15:01:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9F4ECEE956; Sun, 26 Feb 2017 15:01:42 +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 6CB3AE75; Sun, 26 Feb 2017 15:01:42 +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 v1QF1fYA057924; Sun, 26 Feb 2017 15:01:41 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QF1fiG057922; Sun, 26 Feb 2017 15:01:41 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201702261501.v1QF1fiG057922@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, 26 Feb 2017 15:01:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434886 - head/net/cf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 15:01:42 -0000 Author: dumbbell Date: Sun Feb 26 15:01:41 2017 New Revision: 434886 URL: https://svnweb.freebsd.org/changeset/ports/434886 Log: net/cf: Update to 6.24.0 The port now uses a `go build` link flag to set the version (as returned by `cf --version`) of the produced executable. This gets rid of the previous patching; it didn't work anymore with the new source code anyway. Approved by: swills, antoine (mentor) Differential Revision: https://reviews.freebsd.org/D9650 Modified: head/net/cf/Makefile head/net/cf/distinfo Modified: head/net/cf/Makefile ============================================================================== --- head/net/cf/Makefile Sun Feb 26 14:38:59 2017 (r434885) +++ head/net/cf/Makefile Sun Feb 26 15:01:41 2017 (r434886) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cf -PORTVERSION= 6.22.2 +PORTVERSION= 6.24.0 DISTVERSIONPREFIX= v CATEGORIES= net @@ -27,11 +27,10 @@ STRIP= # stripping can break go binarie OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} \ - -e "s/BUILT_FROM_SOURCE/${PORTVERSION}/g" \ - ${WRKSRC}/cf/app_constants.go - @: ${LN} -s ../.. ${WRKSRC}/vendor/code.cloudfoundry.org/cli +do-build: + (cd ${WRKDIR}; \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} \ + install -v -ldflags="-X code.cloudfoundry.org/cli/version.binaryVersion=${PORTVERSION}" ${GO_TARGET}) do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/net/cf/distinfo ============================================================================== --- head/net/cf/distinfo Sun Feb 26 14:38:59 2017 (r434885) +++ head/net/cf/distinfo Sun Feb 26 15:01:41 2017 (r434886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479575472 -SHA256 (cloudfoundry-cli-v6.22.2_GH0.tar.gz) = fa5254a6e7197d9de86f3f9e1084d1f51f04cfa201b27c85b467a3320dbecda6 -SIZE (cloudfoundry-cli-v6.22.2_GH0.tar.gz) = 5399810 +TIMESTAMP = 1487333583 +SHA256 (cloudfoundry-cli-v6.24.0_GH0.tar.gz) = bb62e9bed4b95b0042426dab9fd40890de48ed04a9ff654193cf803d35422f75 +SIZE (cloudfoundry-cli-v6.24.0_GH0.tar.gz) = 5632074 From owner-svn-ports-all@freebsd.org Sun Feb 26 15:13:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FD09CEECD9; Sun, 26 Feb 2017 15:13:56 +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 418BF982; Sun, 26 Feb 2017 15:13:56 +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 v1QFDtwa064615; Sun, 26 Feb 2017 15:13:55 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QFDtoj064614; Sun, 26 Feb 2017 15:13:55 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201702261513.v1QFDtoj064614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 26 Feb 2017 15:13:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434887 - 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: Sun, 26 Feb 2017 15:13:56 -0000 Author: thierry Date: Sun Feb 26 15:13:55 2017 New Revision: 434887 URL: https://svnweb.freebsd.org/changeset/ports/434887 Log: In Copyright.html, the year has been bumped from 2016 to 2017. Do not bump PORTREVSION. Modified: head/textproc/UCD/distinfo (contents, props changed) Modified: head/textproc/UCD/distinfo ============================================================================== --- head/textproc/UCD/distinfo Sun Feb 26 15:01:41 2017 (r434886) +++ head/textproc/UCD/distinfo Sun Feb 26 15:13:55 2017 (r434887) @@ -1,5 +1,5 @@ -TIMESTAMP = 1484504270 +TIMESTAMP = 1488121877 SHA256 (UCD-9.0.0/UCD.zip) = df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec SIZE (UCD-9.0.0/UCD.zip) = 5655592 -SHA256 (UCD-9.0.0/copyright.html) = 9e3e8cfd23e3856941d3aaccf96736fdd16d1e55359b8a0a4ba745f0f5296c3d +SHA256 (UCD-9.0.0/copyright.html) = 6e1ac9056574635b40b6d198f09ec063e4cece2c7295593f10194cac9b23f8a5 SIZE (UCD-9.0.0/copyright.html) = 16571 From owner-svn-ports-all@freebsd.org Sun Feb 26 15:18:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6952ECEEDB0; Sun, 26 Feb 2017 15:18:00 +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 42A63CB5; Sun, 26 Feb 2017 15:18:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QFHx3U064964; Sun, 26 Feb 2017 15:17:59 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QFHxkH064960; Sun, 26 Feb 2017 15:17:59 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702261517.v1QFHxkH064960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 26 Feb 2017 15:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434888 - in head/dns/knot-resolver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 15:18:00 -0000 Author: rm Date: Sun Feb 26 15:17:58 2017 New Revision: 434888 URL: https://svnweb.freebsd.org/changeset/ports/434888 Log: dns/knot-resolver: update to 1.2.3 - tweak make variables - remove unneeded local patches PR: 217326 Submitted by: Leo Vandewoestijne (maintainer) Deleted: head/dns/knot-resolver/files/patch-daemon_daemon.mk head/dns/knot-resolver/files/patch-lib_lib.mk head/dns/knot-resolver/files/patch-lib_nsrep.h head/dns/knot-resolver/files/patch-lib_resolve.h head/dns/knot-resolver/files/patch-platform.mk Modified: head/dns/knot-resolver/Makefile head/dns/knot-resolver/distinfo head/dns/knot-resolver/files/pkg-message.in head/dns/knot-resolver/pkg-plist Modified: head/dns/knot-resolver/Makefile ============================================================================== --- head/dns/knot-resolver/Makefile Sun Feb 26 15:13:55 2017 (r434887) +++ head/dns/knot-resolver/Makefile Sun Feb 26 15:17:58 2017 (r434888) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= knot-resolver -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ @@ -22,10 +21,11 @@ LIB_DEPENDS= libknot.so:dns/knot2 \ CONFLICTS= knot-1.* knot1-[0-6].* -MAKE_ARGS+= PREFIX=${PREFIX} +MAKE_ARGS+= PREFIX=${LOCALBASE} MAKE_ARGS+= LIBDIR=${PREFIX}/lib -MAKE_ARGS+= PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig -MAKE_ARGS+= lmdb_CFLAGS=-I${LOCALBASE}/include lmdb_LIBS=-llmdb +MAKE_ARGS+= MANDIR=${PREFIX}/man +MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig +MAKE_ARGS+= lmdb_CFLAGS=-I${PREFIX}/include lmdb_LIBS=-llmdb USES= gmake libtool pkgconfig tar:xz USE_CSTD= c99 Modified: head/dns/knot-resolver/distinfo ============================================================================== --- head/dns/knot-resolver/distinfo Sun Feb 26 15:13:55 2017 (r434887) +++ head/dns/knot-resolver/distinfo Sun Feb 26 15:17:58 2017 (r434888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472151881 -SHA256 (knot-resolver-1.1.1.tar.xz) = f848f6dd2c7a2c1a5067d3bd95dacb752d1f3d8dc9d5ccc0c34a4540d00ab54a -SIZE (knot-resolver-1.1.1.tar.xz) = 661612 +TIMESTAMP = 1487892509 +SHA256 (knot-resolver-1.2.3.tar.xz) = 81a773f182112b4e11935223f900cfbcca8624f2c382b1e39a68d7c3db81c921 +SIZE (knot-resolver-1.2.3.tar.xz) = 1045548 Modified: head/dns/knot-resolver/files/pkg-message.in ============================================================================== --- head/dns/knot-resolver/files/pkg-message.in Sun Feb 26 15:13:55 2017 (r434887) +++ head/dns/knot-resolver/files/pkg-message.in Sun Feb 26 15:17:58 2017 (r434888) @@ -6,5 +6,5 @@ To run as daemon see: - http://knot-resolver.readthedocs.io/en/latest/daemon.html - + ###################################################################### Modified: head/dns/knot-resolver/pkg-plist ============================================================================== --- head/dns/knot-resolver/pkg-plist Sun Feb 26 15:13:55 2017 (r434887) +++ head/dns/knot-resolver/pkg-plist Sun Feb 26 15:17:58 2017 (r434888) @@ -13,6 +13,7 @@ include/libkres/control.h include/libkres/dnssec.h include/libkres/helper.h include/libkres/layer.h +include/libkres/lru.h include/libkres/lru_cache.h include/libkres/map.h include/libkres/module.h @@ -46,8 +47,6 @@ lib/kdns_modules/http/epoch.css lib/kdns_modules/http/epoch.js lib/kdns_modules/http/favicon.ico lib/kdns_modules/http/glyphicons-halflings-regular.woff2 -lib/kdns_modules/http/h2_connection.lua -lib/kdns_modules/http/h2_stream.lua lib/kdns_modules/http/jquery.js lib/kdns_modules/http/kresd.css lib/kdns_modules/http/kresd.js @@ -55,20 +54,21 @@ lib/kdns_modules/http/main.tpl lib/kdns_modules/http/selectize.bootstrap3.min.css lib/kdns_modules/http/selectize.min.css lib/kdns_modules/http/selectize.min.js -lib/kdns_modules/http/server.lua lib/kdns_modules/http/topojson.js lib/kdns_modules/ketcd.lua lib/kdns_modules/kres.lua +lib/kdns_modules/kres-gen.lua lib/kdns_modules/policy.lua lib/kdns_modules/predict.lua lib/kdns_modules/prometheus.lua lib/kdns_modules/renumber.lua lib/kdns_modules/stats.so lib/kdns_modules/trust_anchors.lua +lib/kdns_modules/version.lua lib/kdns_modules/view.lua lib/kdns_modules/zonefile.lua lib/libkres.so -lib/libkres.so.1 +lib/libkres.so.2 libdata/pkgconfig/libkres.pc man/man8/kresd.8.gz sbin/kresd From owner-svn-ports-all@freebsd.org Sun Feb 26 15:31:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC94ECEE0F7; Sun, 26 Feb 2017 15:31:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B7722B9; Sun, 26 Feb 2017 15:31:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QFVLXv069750; Sun, 26 Feb 2017 15:31:21 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QFVLuO069749; Sun, 26 Feb 2017 15:31:21 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702261531.v1QFVLuO069749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 26 Feb 2017 15:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434889 - head/net/xorp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 15:31:22 -0000 Author: linimon Date: Sun Feb 26 15:31:21 2017 New Revision: 434889 URL: https://svnweb.freebsd.org/changeset/ports/434889 Log: Mark as broken on armv6. I don't have the skill to fix this problem. Approved by: portmgr (tier-2 blanket) Modified: head/net/xorp/Makefile Modified: head/net/xorp/Makefile ============================================================================== --- head/net/xorp/Makefile Sun Feb 26 15:17:58 2017 (r434888) +++ head/net/xorp/Makefile Sun Feb 26 15:31:21 2017 (r434889) @@ -26,7 +26,9 @@ WRKSRC_SUBDIR= ${PORTNAME} MAKE_ARGS= prefix=${PREFIX} enable_boost=1 SUB_FILES= pkg-message GROUPS= xorp -BROKEN_sparc64= Does not compile on sparc64 + +BROKEN_armv6= does not compile: recursive template instantiation exceeded maximum depth of 25 +BROKEN_sparc64= does not compile on sparc64 OPTIONS_DEFINE= OPTIMIZE ORIGIN SHARED STRIP TCP_RPC OPTIONS_DEFAULT= OPTIMIZE ORIGIN SHARED STRIP From owner-svn-ports-all@freebsd.org Sun Feb 26 15:38:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D5CFCEE18A; Sun, 26 Feb 2017 15:38:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E20B17A7; Sun, 26 Feb 2017 15:38:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QFcABX072852; Sun, 26 Feb 2017 15:38:10 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QFcAgc072847; Sun, 26 Feb 2017 15:38:10 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702261538.v1QFcAgc072847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 26 Feb 2017 15:38:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434890 - in head: biology/seqan-apps emulators/gem5 games/oolite lang/racket lang/racket-minimal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 15:38:12 -0000 Author: linimon Date: Sun Feb 26 15:38:10 2017 New Revision: 434890 URL: https://svnweb.freebsd.org/changeset/ports/434890 Log: Mark a few more ports that create large logfiles broken on armv6. Approved by: portmgr (tier-2 blanket) Modified: head/biology/seqan-apps/Makefile head/emulators/gem5/Makefile head/games/oolite/Makefile head/lang/racket-minimal/Makefile head/lang/racket/Makefile Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/biology/seqan-apps/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -26,6 +26,8 @@ CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_ USE_GCC= yes +BROKEN_armv6= fails to link: undefined reference to _Unwind_GetIP@GCC_3.0 + .include .if ${ARCH} == "i386" Modified: head/emulators/gem5/Makefile ============================================================================== --- head/emulators/gem5/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/emulators/gem5/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -11,8 +11,10 @@ COMMENT= gem5 Simulator System BUILD_DEPENDS= swig2.0:devel/swig20 \ scons:devel/scons -BROKEN_powerpc64= Does not build -BROKEN_i386= does not build +BROKEN_armv6= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV +BROKEN_i386= does not build +BROKEN_mips64= fails to build: claims that gcc version 4.6 or newer required +BROKEN_powerpc64= does not build DATE= 20140422 USE_GITHUB= yes Modified: head/games/oolite/Makefile ============================================================================== --- head/games/oolite/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/games/oolite/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -52,7 +52,8 @@ PLIST_FILES+= bin/oolite %%DATADIR%%/ool OPTIONS_DEFINE= DOCS -BROKEN_aarch64= Fails to configure: error: These compiler flags are invalid: -O +BROKEN_aarch64= fails to configure: error: These compiler flags are invalid: -O +BROKEN_armv6= fails to compile: your compiler does not follow the C++ specification for temporary object destruction order .include Modified: head/lang/racket-minimal/Makefile ============================================================================== --- head/lang/racket-minimal/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/lang/racket-minimal/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -21,6 +21,7 @@ LICENSE= LGPL3 LIB_DEPENDS= libffi.so:devel/libffi +BROKEN_armv6= does not build: error: GNU lightning does not support the current target BROKEN_aarch64= does not build: error: Unported platform BROKEN_sparc64= does not build BROKEN_i386= does not build on i386 (Seg fault (internal error) at 0x606060a) Modified: head/lang/racket/Makefile ============================================================================== --- head/lang/racket/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/lang/racket/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -22,6 +22,7 @@ LIB_DEPENDS= libffi.so:devel/libffi \ libcairo.so:graphics/cairo \ libpng.so:graphics/png +BROKEN_armv6= does not build: error: GNU lightning does not support the current target BROKEN_aarch64= does not build: error: Unported platform BROKEN_sparc64= does not build BROKEN_FreeBSD_10_i386= segfaults during build From owner-svn-ports-all@freebsd.org Sun Feb 26 16:29:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12EFECEE186; Sun, 26 Feb 2017 16:29:52 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D389B6C4; Sun, 26 Feb 2017 16:29:51 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QGTogl092988; Sun, 26 Feb 2017 16:29:50 GMT (envelope-from beat@FreeBSD.org) Received: (from beat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QGToKR092986; Sun, 26 Feb 2017 16:29:50 GMT (envelope-from beat@FreeBSD.org) Message-Id: <201702261629.v1QGToKR092986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: beat set sender to beat@FreeBSD.org using -f From: Beat Gaetzi Date: Sun, 26 Feb 2017 16:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434891 - head/mail/swaks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 16:29:52 -0000 Author: beat Date: Sun Feb 26 16:29:50 2017 New Revision: 434891 URL: https://svnweb.freebsd.org/changeset/ports/434891 Log: - Update to 20170101.0 PR: 217324 Submitted by: Gary Modified: head/mail/swaks/Makefile head/mail/swaks/distinfo Modified: head/mail/swaks/Makefile ============================================================================== --- head/mail/swaks/Makefile Sun Feb 26 15:38:10 2017 (r434890) +++ head/mail/swaks/Makefile Sun Feb 26 16:29:50 2017 (r434891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swaks -PORTVERSION= 20130209.0 +PORTVERSION= 20170101.0 CATEGORIES= mail MASTER_SITES= http://jetmore.org/john/code/swaks/ Modified: head/mail/swaks/distinfo ============================================================================== --- head/mail/swaks/distinfo Sun Feb 26 15:38:10 2017 (r434890) +++ head/mail/swaks/distinfo Sun Feb 26 16:29:50 2017 (r434891) @@ -1,2 +1,3 @@ -SHA256 (swaks-20130209.0.tar.gz) = 0b0967256dca82776f610f1db862bc47644b236f325fa48cbdb2651babd41f7c -SIZE (swaks-20130209.0.tar.gz) = 102227 +TIMESTAMP = 1487949500 +SHA256 (swaks-20170101.0.tar.gz) = 84e62dd0de4a56d5daebe25afd16835bd8d3c7f39caa5e6bc7d86a056925915e +SIZE (swaks-20170101.0.tar.gz) = 109084 From owner-svn-ports-all@freebsd.org Sun Feb 26 17:36:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D252CEE3B9; Sun, 26 Feb 2017 17:36:11 +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 0E7D4D75; Sun, 26 Feb 2017 17:36: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 v1QHaA51020127; Sun, 26 Feb 2017 17:36:10 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHaAk1020125; Sun, 26 Feb 2017 17:36:10 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261736.v1QHaAk1020125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434892 - head/devel/fpc-fcl-pdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 17:36:11 -0000 Author: acm Date: Sun Feb 26 17:36:09 2017 New Revision: 434892 URL: https://svnweb.freebsd.org/changeset/ports/434892 Log: - New port: devel/fpc-fcl-library Freepascal pdf library Added: head/devel/fpc-fcl-pdf/ head/devel/fpc-fcl-pdf/Makefile (contents, props changed) head/devel/fpc-fcl-pdf/pkg-plist (contents, props changed) Added: head/devel/fpc-fcl-pdf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fpc-fcl-pdf/Makefile Sun Feb 26 17:36:09 2017 (r434892) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl-pdf + +MAINTAINER= freebsd-fpc@FreeBSD.org +COMMENT= Free Pascal pdf (FCL) + +USE_FPC= fcl-base fcl-image fcl-res pasjpeg rtl-objpas + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" Added: head/devel/fpc-fcl-pdf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fpc-fcl-pdf/pkg-plist Sun Feb 26 17:36:09 2017 (r434892) @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-pdf.fpm +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfencodings.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfencodings.ppu From owner-svn-ports-all@freebsd.org Sun Feb 26 17:36:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DD4ACEE407; Sun, 26 Feb 2017 17:36:57 +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 0C420E68; Sun, 26 Feb 2017 17:36: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 v1QHaudA020286; Sun, 26 Feb 2017 17:36:56 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHauP2020284; Sun, 26 Feb 2017 17:36:56 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261736.v1QHauP2020284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434893 - head/www/fpc-googleapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 17:36:57 -0000 Author: acm Date: Sun Feb 26 17:36:55 2017 New Revision: 434893 URL: https://svnweb.freebsd.org/changeset/ports/434893 Log: - New port: www/fpc-googleapi Freepascal google api unit Added: head/www/fpc-googleapi/ head/www/fpc-googleapi/Makefile (contents, props changed) head/www/fpc-googleapi/pkg-plist (contents, props changed) Added: head/www/fpc-googleapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/fpc-googleapi/Makefile Sun Feb 26 17:36:55 2017 (r434893) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +CATEGORIES= www lang +PKGNAMESUFFIX= -googleapi + +MAINTAINER= freebsd-fpc@FreeBSD.org +COMMENT= Free Pascal googleapi unit + +USE_FPC= dblib fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net \ + fcl-passrc fcl-res fcl-web fcl-xml httpd22 httpd24 ibase mysql \ + postgres pxlib odbc openssl oracle rtl-extra rtl-objpas sqlite + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" Added: head/www/fpc-googleapi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/fpc-googleapi/pkg-plist Sun Feb 26 17:36:55 2017 (r434893) @@ -0,0 +1,223 @@ +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/googleapi.fpm +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleacceleratedmobilepageurl.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleacceleratedmobilepageurl.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer2.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer2.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangeseller.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangeseller.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadmin.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadmin.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsense.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsense.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsensehost.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsensehost.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalytics.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalytics.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalyticsreporting.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalyticsreporting.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidenterprise.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidenterprise.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidpublisher.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidpublisher.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappengine.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappengine.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappsactivity.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappsactivity.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappstate.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappstate.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleaudit.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleaudit.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleautoscaler.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleautoscaler.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebase.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebase.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebigquery.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebigquery.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleblogger.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleblogger.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebooks.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebooks.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecalendar.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecalendar.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecivicinfo.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecivicinfo.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclassroom.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclassroom.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclient.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclient.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbilling.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbilling.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbuild.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbuild.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouddebugger.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouddebugger.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouderrorreporting.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouderrorreporting.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudlatencytest.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudlatencytest.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudmonitoring.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudmonitoring.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudresourcemanager.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudresourcemanager.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudsearch.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudsearch.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudtrace.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudtrace.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouduseraccounts.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouduseraccounts.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecompute.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecompute.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecomputeaccounts.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecomputeaccounts.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleconsumersurveys.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleconsumersurveys.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontainer.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontainer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontent.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontent.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecoordinate.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecoordinate.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecustomsearch.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecustomsearch.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataflow.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataflow.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataproc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataproc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledatastore.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledatastore.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledeploymentmanager.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledeploymentmanager.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledfareporting.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledfareporting.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscovery.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscovery.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscoverytopas.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscoverytopas.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledns.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledns.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclickbidmanager.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclickbidmanager.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclicksearch.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclicksearch.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledrive.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledrive.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefirebaserules.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefirebaserules.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefitness.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefitness.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefreebase.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefreebase.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefusiontables.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefusiontables.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegames.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegames.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesconfiguration.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesconfiguration.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesmanagement.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesmanagement.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegan.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegan.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegenomics.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegenomics.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegmail.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegmail.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupsmigration.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupsmigration.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupssettings.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupssettings.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleiam.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleiam.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleidentitytoolkit.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleidentitytoolkit.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlekgsearch.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlekgsearch.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelicensing.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelicensing.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelogging.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelogging.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemanager.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemanager.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemapsengine.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemapsengine.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemirror.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemirror.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemonitoring.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemonitoring.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleoauth2.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleoauth2.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepagespeedonline.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepagespeedonline.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepartners.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepartners.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepeople.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepeople.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplaymoviespartner.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplaymoviespartner.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplus.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplus.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplusdomains.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplusdomains.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleprediction.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleprediction.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleproximitybeacon.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleproximitybeacon.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepubsub.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepubsub.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleqpxexpress.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleqpxexpress.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapool.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapool.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapoolupdater.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapoolupdater.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereseller.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereseller.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleresourceviews.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleresourceviews.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleruntimeconfig.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleruntimeconfig.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesafebrowsing.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesafebrowsing.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlescript.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlescript.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleservice.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleservice.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleserviceregistry.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleserviceregistry.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesheets.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesheets.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesiteverification.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesiteverification.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlespectrum.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlespectrum.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesqladmin.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesqladmin.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestorage.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestorage.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestoragetransfer.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestoragetransfer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletagmanager.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletagmanager.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletaskqueue.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletaskqueue.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletasks.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletasks.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletoolresults.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletoolresults.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletranslate.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletranslate.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleurlshortener.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleurlshortener.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlevision.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlevision.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebfonts.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebfonts.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebmasters.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebmasters.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutube.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutube.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubeanalytics.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubeanalytics.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubereporting.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubereporting.ppu From owner-svn-ports-all@freebsd.org Sun Feb 26 17:38:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6EACCEE4BA; Sun, 26 Feb 2017 17:38:08 +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 A0CCD177; Sun, 26 Feb 2017 17:38:08 +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 v1QHc72Y020942; Sun, 26 Feb 2017 17:38:07 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHc5TK020915; Sun, 26 Feb 2017 17:38:05 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261738.v1QHc5TK020915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434894 - in head: Mk archivers/fpc-unzip audio/fpc-mad/files audio/fpc-modplug/files devel devel/fpc-bfd devel/fpc-fcl-base devel/fpc-fcl-db devel/fpc-fcl-web editors/lazarus editors/l... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 17:38:09 -0000 Author: acm Date: Sun Feb 26 17:38:04 2017 New Revision: 434894 URL: https://svnweb.freebsd.org/changeset/ports/434894 Log: - Freepascal update to 3.0.2 - Lazarus BUMP PORTREVISION - Connect www/fpc-googleapi and devel/fpc-fcl-pdf Modified: head/Mk/bsd.default-versions.mk head/Mk/bsd.fpc.mk head/archivers/fpc-unzip/Makefile head/audio/fpc-mad/files/patch-packages_mad_fpmake.pp head/audio/fpc-modplug/files/patch-packages_modplug_fpmake.pp head/devel/Makefile head/devel/fpc-bfd/Makefile head/devel/fpc-fcl-base/pkg-plist head/devel/fpc-fcl-db/pkg-plist head/devel/fpc-fcl-web/pkg-plist head/editors/lazarus-lcl-gtk2/Makefile head/editors/lazarus-lcl-nogui/Makefile head/editors/lazarus-lcl-qt/Makefile head/editors/lazarus-lcl-units/Makefile head/editors/lazarus/Makefile head/lang/fpc-base/Makefile head/lang/fpc-docs/Makefile head/lang/fpc-docs/distinfo head/lang/fpc-rtl-extra/Makefile head/lang/fpc-units/Makefile head/lang/fpc/Makefile head/lang/fpc/distinfo head/math/fpc-fftw/Makefile head/math/fpc-gmp/Makefile head/math/fpc-numlib/Makefile head/net/fpc-pcap/Makefile head/www/Makefile Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Sun Feb 26 17:36:55 2017 (r434893) +++ head/Mk/bsd.default-versions.mk Sun Feb 26 17:38:04 2017 (r434894) @@ -36,7 +36,7 @@ BDB_DEFAULT?= 5 # Possible values: 2.5 FIREBIRD_DEFAULT?= 2.5 # Possible values: 3.0.0 -FPC_DEFAULT?= 3.0.0 +FPC_DEFAULT?= 3.0.2 # Possible values: 4.7, 4.8, 4.9, 5, 6 GCC_DEFAULT?= 4.9 # Possible values: 7, 8, 9, agpl Modified: head/Mk/bsd.fpc.mk ============================================================================== --- head/Mk/bsd.fpc.mk Sun Feb 26 17:36:55 2017 (r434893) +++ head/Mk/bsd.fpc.mk Sun Feb 26 17:38:04 2017 (r434894) @@ -68,11 +68,11 @@ MKINSTDIR= ${LOCALBASE}/lib/fpc/${FPC_V _FPC_ALL_UNITS= a52 aspell bfd bzip2 cairo chm dblib dbus dts fastcgi \ fcl-async fcl-base fcl-db fcl-extra fcl-fpcunit fcl-image \ - fcl-js fcl-json fcl-net fcl-passrc fcl-registry fcl-res \ - fcl-sdo fcl-sound fcl-stl fcl-web fcl-xml fftw \ - fpindexer fppkg fv gdbint gdbm gmp graph gtk2 hermes \ - httpd22 httpd24 ibase iconvenc imagemagick ldap libcurl \ - libgd libpng libvlc libxml2 lua mad modplug mysql \ + fcl-js fcl-json fcl-net fcl-passrc fcl-pdf fcl-registry \ + fcl-res fcl-sdo fcl-sound fcl-stl fcl-web fcl-xml fftw \ + fpindexer fppkg fv gdbint gdbm gmp googleapi graph gtk2 \ + hermes httpd22 httpd24 ibase iconvenc imagemagick \ + ldap libcurl libgd libpng libvlc libxml2 lua mad modplug mysql \ ncurses newt numlib odbc oggvorbis openal opengl openssl \ oracle pasjpeg pcap postgres proj4 pthreads pxlib regexpr \ rexx rsvg rtl-console rtl-extra rtl-objpas rtl-unicode sdl \ @@ -140,6 +140,7 @@ fcl_js_UNIT= devel/fpc-fcl-js fcl_json_UNIT= devel/fpc-fcl-json fcl_net_UNIT= devel/fpc-fcl-net fcl_passrc_UNIT= devel/fpc-fcl-passrc +fcl_pdf_UNIT= devel/fpc-fcl-pdf fcl_registry_UNIT= devel/fpc-fcl-registry fcl_res_UNIT= devel/fpc-fcl-res fcl_sdo_UNIT= devel/fpc-fcl-sdo @@ -155,6 +156,7 @@ fv_UNIT= devel/fpc-fv hermes_UNIT= graphics/fpc-hermes gdbm_UNIT= databases/fpc-gdbm gmp_UNIT= math/fpc-gmp +googleapi_UNIT= www/fpc-googleapi gtk2_UNIT= x11-toolkits/fpc-gtk2 iconvenc_UNIT= converters/fpc-iconvenc imagemagick_UNIT= graphics/fpc-imagemagick Modified: head/archivers/fpc-unzip/Makefile ============================================================================== --- head/archivers/fpc-unzip/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/archivers/fpc-unzip/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= archivers lang PKGNAMESUFFIX= -unzip Modified: head/audio/fpc-mad/files/patch-packages_mad_fpmake.pp ============================================================================== --- head/audio/fpc-mad/files/patch-packages_mad_fpmake.pp Sun Feb 26 17:36:55 2017 (r434893) +++ head/audio/fpc-mad/files/patch-packages_mad_fpmake.pp Sun Feb 26 17:38:04 2017 (r434894) @@ -3,7 +3,7 @@ @@ -17,7 +17,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.0'; + P.Version:='3.0.2'; - P.OSes := [linux,win32,win64,wii]; + P.OSes := [linux,win32,win64,wii,freebsd,dragonfly]; P.SourcePath.Add('src'); Modified: head/audio/fpc-modplug/files/patch-packages_modplug_fpmake.pp ============================================================================== --- head/audio/fpc-modplug/files/patch-packages_modplug_fpmake.pp Sun Feb 26 17:36:55 2017 (r434893) +++ head/audio/fpc-modplug/files/patch-packages_modplug_fpmake.pp Sun Feb 26 17:38:04 2017 (r434894) @@ -3,7 +3,7 @@ @@ -17,7 +17,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.0'; + P.Version:='3.0.2'; - P.OSes := [linux]; + P.OSes := [linux,dragonfly,freebsd]; P.SourcePath.Add('src'); Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/devel/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -588,6 +588,7 @@ SUBDIR += fpc-fcl-json SUBDIR += fpc-fcl-net SUBDIR += fpc-fcl-passrc + SUBDIR += fpc-fcl-pdf SUBDIR += fpc-fcl-registry SUBDIR += fpc-fcl-res SUBDIR += fpc-fcl-sdo Modified: head/devel/fpc-bfd/Makefile ============================================================================== --- head/devel/fpc-bfd/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/devel/fpc-bfd/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -2,7 +2,6 @@ # $FreeBSD$ CATEGORIES= devel lang -PORTREVISION= 2 PKGNAMESUFFIX= -bfd MAINTAINER= freebsd-fpc@FreeBSD.org Modified: head/devel/fpc-fcl-base/pkg-plist ============================================================================== --- head/devel/fpc-fcl-base/pkg-plist Sun Feb 26 17:36:55 2017 (r434893) +++ head/devel/fpc-fcl-base/pkg-plist Sun Feb 26 17:38:04 2017 (r434894) @@ -1,4 +1,10 @@ lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-base.fpm +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/ascii85.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/ascii85.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/avl_tree.o @@ -64,6 +70,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAM lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rtfpars.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rttiutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rttiutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/singleinstance.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/singleinstance.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.rsj Modified: head/devel/fpc-fcl-db/pkg-plist ============================================================================== --- head/devel/fpc-fcl-db/pkg-plist Sun Feb 26 17:36:55 2017 (r434893) +++ head/devel/fpc-fcl-db/pkg-plist Sun Feb 26 17:38:04 2017 (r434894) @@ -87,6 +87,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAM lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddiff.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddfb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddfb.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmssql.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmssql.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql40.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql40.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql41.o @@ -204,6 +206,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAM lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqltypes.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqltypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.rsj Modified: head/devel/fpc-fcl-web/pkg-plist ============================================================================== --- head/devel/fpc-fcl-web/pkg-plist Sun Feb 26 17:36:55 2017 (r434893) +++ head/devel/fpc-fcl-web/pkg-plist Sun Feb 26 17:38:04 2017 (r434894) @@ -4,6 +4,12 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAM lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiprotocol.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiprotocol.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.rsj @@ -28,10 +34,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAM lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fcgigate.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache24.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache24.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdatasetform.o Modified: head/editors/lazarus-lcl-gtk2/Makefile ============================================================================== --- head/editors/lazarus-lcl-gtk2/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/editors/lazarus-lcl-gtk2/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-gtk2 COMMENT= Lazarus components library - GTK2 backend Modified: head/editors/lazarus-lcl-nogui/Makefile ============================================================================== --- head/editors/lazarus-lcl-nogui/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/editors/lazarus-lcl-nogui/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-nogui COMMENT= Lazarus components library - No gui backend Modified: head/editors/lazarus-lcl-qt/Makefile ============================================================================== --- head/editors/lazarus-lcl-qt/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/editors/lazarus-lcl-qt/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-qt COMMENT= Lazarus components library - QT backend Modified: head/editors/lazarus-lcl-units/Makefile ============================================================================== --- head/editors/lazarus-lcl-units/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/editors/lazarus-lcl-units/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-units COMMENT= Lazarus components library units Modified: head/editors/lazarus/Makefile ============================================================================== --- head/editors/lazarus/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/editors/lazarus/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -4,7 +4,7 @@ PORTNAME= lazarus PORTVERSION= 1.6.2 DISTVERSIONSUFFIX= -0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= editors devel MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \ LOCAL/acm/freepascal Modified: head/lang/fpc-base/Makefile ============================================================================== --- head/lang/fpc-base/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/lang/fpc-base/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= base -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.0.2 CATEGORIES= lang PKGNAMEPREFIX= fpc- Modified: head/lang/fpc-docs/Makefile ============================================================================== --- head/lang/fpc-docs/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/lang/fpc-docs/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= docs -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/docs/ \ ftp://freepascal.stack.nl/pub/fpc/dist/${PORTVERSION}/docs/ Modified: head/lang/fpc-docs/distinfo ============================================================================== --- head/lang/fpc-docs/distinfo Sun Feb 26 17:36:55 2017 (r434893) +++ head/lang/fpc-docs/distinfo Sun Feb 26 17:38:04 2017 (r434894) @@ -1,2 +1,3 @@ -SHA256 (freepascal/3.0.0/doc-pdf.tar.gz) = 0eb586383cea7942b441b72eab8589b2a596b540ff674904e926084e82e0d745 -SIZE (freepascal/3.0.0/doc-pdf.tar.gz) = 8800183 +TIMESTAMP = 1488124955 +SHA256 (freepascal/3.0.2/doc-pdf.tar.gz) = f43d782346773913cda49b4fefd304f0ba10bc5e027f515629e43679c19cf1d6 +SIZE (freepascal/3.0.2/doc-pdf.tar.gz) = 9313946 Modified: head/lang/fpc-rtl-extra/Makefile ============================================================================== --- head/lang/fpc-rtl-extra/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/lang/fpc-rtl-extra/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,6 @@ # $FreeBSD$ CATEGORIES= lang -PORTREVISION= 1 PKGNAMESUFFIX= -rtl-extra MAINTAINER= freebsd-fpc@FreeBSD.org Modified: head/lang/fpc-units/Makefile ============================================================================== --- head/lang/fpc-units/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/lang/fpc-units/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= units -PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTVERSION= 3.0.2 CATEGORIES= lang PKGNAMEPREFIX= fpc- @@ -17,9 +16,9 @@ BUILDNAME= ${ARCH}-${OPSYS:tl} ALL_OPTIONS= A52 ASPELL BFD BZIP2 CAIRO CHM DBLIB DBUS DTS FASTCGI \ FCL_ASYNC FCL_BASE FCL_DB FCL_EXTRA FCL_FPCUNIT FCL_IMAGE \ - FCL_JS FCL_JSON FCL_NET FCL_PASSRC FCL_REGISTRY FCL_RES \ + FCL_JS FCL_JSON FCL_NET FCL_PASSRC FCL_PDF FCL_REGISTRY FCL_RES \ FCL_SDO FCL_SOUND FCL_STL FCL_WEB FCL_XML FFTW \ - FPINDEXER FPPKG FV GDBM GMP GTK2 HERMES ICONVENC \ + FPINDEXER FPPKG FV GDBM GMP GOOGLEAPI GTK2 HERMES ICONVENC \ IMAGEMAGICK LDAP LIBCURL LIBGD LIBPNG LIBXML2 LIBVLC LUA MAD \ MODPLUG NCURSES NEWT NUMLIB OGGVORBIS OPENAL OPENGL \ OPENSSL PASJPEG PCAP PROJ4 PXLIB RSVG REXX RTL_CONSOLE \ @@ -52,6 +51,7 @@ FCL_JS_DESC= Component Library (js) FCL_JSON_DESC= Component Library (json) FCL_NET_DESC= Component Library (net) FCL_PASSRC_DESC= Component Library (passrc) +FCL_PDF_DESC= Component Library (pdf) FCL_REGISTRY_DESC= Component Library (registry) FCL_RES_DESC= Component Library (res) FCL_SDO_DESC= Component Library (sdo) @@ -64,6 +64,7 @@ FPINDEXER_DESC= Database indexer FPPKG_DESC= Unit for packaging FV_DESC= Unit for Delphi support GDBM_DESC= Interface to the GNU database system +GOOGLEAPI_DESC= Interface to the google api GMP_DESC= Interface to gmp library GTK2_DESC= Interface to gtk2 libraries HERMES_DESC= Unit for hermes Modified: head/lang/fpc/Makefile ============================================================================== --- head/lang/fpc/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/lang/fpc/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -2,14 +2,20 @@ # $FreeBSD$ PORTNAME= fpc -DISTVERSIONPREFIX= release_ -DISTVERSION= 3_0_0 -PORTREVISION?= 1 +PORTVERSION= 3.0.2 +PORTREVISION?= 0 CATEGORIES?= lang -MASTER_SITES= http://leaf.dragonflybsd.org/~marino/dports-src/:DragonFlybootstrap \ +MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:source \ + ftp://planetmirror.com/pub/fpc/dist/${PORTVERSION}/source/:source \ + ftp://ftp.jp.freepascal.org/mirror/fpc/dist/${PORTVERSION}/source/:source \ + ftp://freepascal.stack.nl/pub/fpc/dist/${PORTVERSION}/source/:source \ + ftp://ftp.no.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:source \ + ftp://ftp.us.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:source \ + SF/freepascal/Source/${PORTVERSION}:source \ + http://leaf.dragonflybsd.org/~marino/dports-src/:DragonFlybootstrap \ LOCAL/acm/freepascal/:bootstrap \ - LOCAL/marino:man -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} + LOCAL/acm/freepascal/:man +DISTFILES= ${DISTNAME:S/$/.source/}${EXTRACT_SUFX}:source DIST_SUBDIR= freepascal MAINTAINER?= freebsd-fpc@FreeBSD.org @@ -17,13 +23,13 @@ COMMENT?= Free Pascal compiler with Turb USES= gmake iconv ONLY_FOR_ARCHS= i386 amd64 -BOOTVER= 2.6.4 -MANVER= 3.0.0 +BOOTVER= 3.0.2 +MANVER= 3.0.2 -USE_GITHUB= yes -GH_ACCOUNT= fpc-svn -GH_PROJECT= fpc -FPCSRCDIR= ${GH_PROJECT}-${GH_TAGNAME} +#USE_GITHUB= yes +#GH_ACCOUNT= fpc-svn +#GH_PROJECT= fpc +FPCSRCDIR= ${PORTNAME}-${PORTVERSION} .include @@ -77,7 +83,7 @@ do-extract: @${TAR} -xzf ${_DISTDIR}/fpc-${MANVER}.man.tar.gz --directory ${WRKDIR} # unpack source distribution @(cd ${WRKDIR} && ${GZIP_CMD} -dc \ - ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ + ${_DISTDIR}/${DISTNAME:S/$/.source/}${EXTRACT_SUFX} | \ ${TAR} -xf - \ ${FPCSRCDIR}/compiler \ ${FPCSRCDIR}/rtl \ Modified: head/lang/fpc/distinfo ============================================================================== --- head/lang/fpc/distinfo Sun Feb 26 17:36:55 2017 (r434893) +++ head/lang/fpc/distinfo Sun Feb 26 17:38:04 2017 (r434894) @@ -1,10 +1,11 @@ -SHA256 (freepascal/fpc-svn-fpc-release_3_0_0_GH0.tar.gz) = 61d5fc9f1f26362f4033eb00599c0f33f96217b57c4d0c8c3474226bd70b0b25 -SIZE (freepascal/fpc-svn-fpc-release_3_0_0_GH0.tar.gz) = 37531012 -SHA256 (freepascal/ppc386-2.6.4-freebsd.tar.gz) = 85da7cfae4e9dfe1b426da12f9584ef22af5e0d965f34d6c6f80853cc1b6147e -SIZE (freepascal/ppc386-2.6.4-freebsd.tar.gz) = 967476 +TIMESTAMP = 1487994867 +SHA256 (freepascal/fpc-3.0.2.source.tar.gz) = 67fccddf5da992356f4e90d836444750ce9363608c7db8e38c077f710fcb6258 +SIZE (freepascal/fpc-3.0.2.source.tar.gz) = 39841597 +SHA256 (freepascal/ppc386-3.0.2-freebsd.tar.gz) = 4f362bdd6cd6917d9623e5e2cdcf9d501713ff86c290c2320f8b0cac2d742d2d +SIZE (freepascal/ppc386-3.0.2-freebsd.tar.gz) = 1145982 +SHA256 (freepascal/ppcx64-3.0.2-freebsd.tar.gz) = 7fcdd9431501420c00b78e21d20bf0caa571cfede8bc98af222b23470ef7f3ef +SIZE (freepascal/ppcx64-3.0.2-freebsd.tar.gz) = 1210777 SHA256 (freepascal/ppcx64-2.6.4-freebsd.tar.gz) = f74a268a206fbd52d3c92f4e0722cd135ca91c1988a83826401cabdd78b3222b SIZE (freepascal/ppcx64-2.6.4-freebsd.tar.gz) = 1035650 -SHA256 (freepascal/fpc-3.0.0.man.tar.gz) = 49f5934fe2782ce47e5d9a6becc0ba36c3c8621b78e8587165dfebf79ea14525 -SIZE (freepascal/fpc-3.0.0.man.tar.gz) = 47342 -SHA256 (freepascal/ppcx64-2.6.4-dragonfly.tar.gz) = d537d84302c0e0cb56d45851ab8da664145b9e2619346d35f1e3797a6f924ef9 -SIZE (freepascal/ppcx64-2.6.4-dragonfly.tar.gz) = 4033024 +SHA256 (freepascal/fpc-3.0.2.man.tar.gz) = daaf316588f35eab08b6c9cec9a0702cebaf985c68e5d3a607e04145f32f27d3 +SIZE (freepascal/fpc-3.0.2.man.tar.gz) = 47298 Modified: head/math/fpc-fftw/Makefile ============================================================================== --- head/math/fpc-fftw/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/math/fpc-fftw/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= math lang PKGNAMESUFFIX= -fftw Modified: head/math/fpc-gmp/Makefile ============================================================================== --- head/math/fpc-gmp/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/math/fpc-gmp/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,6 @@ # Created by: Christopher Key # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= math lang PKGNAMESUFFIX= -gmp Modified: head/math/fpc-numlib/Makefile ============================================================================== --- head/math/fpc-numlib/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/math/fpc-numlib/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= math lang PKGNAMESUFFIX= -numlib Modified: head/net/fpc-pcap/Makefile ============================================================================== --- head/net/fpc-pcap/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/net/fpc-pcap/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= net lang PKGNAMESUFFIX= -pcap Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Feb 26 17:36:55 2017 (r434893) +++ head/www/Makefile Sun Feb 26 17:38:04 2017 (r434894) @@ -179,6 +179,7 @@ SUBDIR += formication SUBDIR += foswiki SUBDIR += fpc-fastcgi + SUBDIR += fpc-googleapi SUBDIR += fpc-httpd22 SUBDIR += fpc-httpd24 SUBDIR += free-sa-devel From owner-svn-ports-all@freebsd.org Sun Feb 26 17:42:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91F2BCEE5FB; Sun, 26 Feb 2017 17:42:25 +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 5EB127E9; Sun, 26 Feb 2017 17:42:25 +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 v1QHgO1t024684; Sun, 26 Feb 2017 17:42:24 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHgOvu024682; Sun, 26 Feb 2017 17:42:24 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261742.v1QHgOvu024682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434895 - 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: Sun, 26 Feb 2017 17:42:25 -0000 Author: acm Date: Sun Feb 26 17:42:24 2017 New Revision: 434895 URL: https://svnweb.freebsd.org/changeset/ports/434895 Log: - Update to 6.3.1 Modified: head/archivers/peazip/Makefile head/archivers/peazip/distinfo Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Sun Feb 26 17:38:04 2017 (r434894) +++ head/archivers/peazip/Makefile Sun Feb 26 17:42:24 2017 (r434895) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peazip -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.1 CATEGORIES= archivers MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src Modified: head/archivers/peazip/distinfo ============================================================================== --- head/archivers/peazip/distinfo Sun Feb 26 17:38:04 2017 (r434894) +++ head/archivers/peazip/distinfo Sun Feb 26 17:42:24 2017 (r434895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478555164 -SHA256 (peazip-6.2.0.src.zip) = ec5993e5b3bc982bf62d9aa085e7f71bfd77361c1814ae24334c00d2212e5f88 -SIZE (peazip-6.2.0.src.zip) = 4079735 +TIMESTAMP = 1488127434 +SHA256 (peazip-6.3.1.src.zip) = 142e51f5dfa43311759429307261b400e1454d15f05f6dc9e6e65cd17f5c40a2 +SIZE (peazip-6.3.1.src.zip) = 4086037 From owner-svn-ports-all@freebsd.org Sun Feb 26 17:43:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76991CEE794; Sun, 26 Feb 2017 17:43:40 +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 43B078FB; Sun, 26 Feb 2017 17:43:40 +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 v1QHhdaj024836; Sun, 26 Feb 2017 17:43:39 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHhdMi024835; Sun, 26 Feb 2017 17:43:39 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261743.v1QHhdMi024835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434896 - head/games/hedgewars X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 17:43:40 -0000 Author: acm Date: Sun Feb 26 17:43:39 2017 New Revision: 434896 URL: https://svnweb.freebsd.org/changeset/ports/434896 Log: - Bump PORTREVISION. Freepascal was updated Modified: head/games/hedgewars/Makefile Modified: head/games/hedgewars/Makefile ============================================================================== --- head/games/hedgewars/Makefile Sun Feb 26 17:42:24 2017 (r434895) +++ head/games/hedgewars/Makefile Sun Feb 26 17:43:39 2017 (r434896) @@ -3,7 +3,7 @@ PORTNAME= hedgewars PORTVERSION= 0.9.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://download.gna.org/hedgewars/ \ http://mirror.amdmi3.ru/distfiles/ From owner-svn-ports-all@freebsd.org Sun Feb 26 17:44:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5754CCEE822; Sun, 26 Feb 2017 17:44:26 +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 270779DF; Sun, 26 Feb 2017 17:44:26 +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 v1QHiPU4024986; Sun, 26 Feb 2017 17:44:25 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHiPwT024985; Sun, 26 Feb 2017 17:44:25 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261744.v1QHiPwT024985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434897 - head/lang/nbc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 17:44:26 -0000 Author: acm Date: Sun Feb 26 17:44:25 2017 New Revision: 434897 URL: https://svnweb.freebsd.org/changeset/ports/434897 Log: - Bump PORTREVISION. Freepascal was updated Modified: head/lang/nbc/Makefile Modified: head/lang/nbc/Makefile ============================================================================== --- head/lang/nbc/Makefile Sun Feb 26 17:43:39 2017 (r434896) +++ head/lang/nbc/Makefile Sun Feb 26 17:44:25 2017 (r434897) @@ -5,7 +5,7 @@ PORTNAME= nbc PORTVERSION= 1.2.1.r4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} DISTNAME= ${PORTNAME}-${PORTVERSION}.src From owner-svn-ports-all@freebsd.org Sun Feb 26 17:46:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3C62CEE8D7; Sun, 26 Feb 2017 17:46:06 +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 90CCCAE9; Sun, 26 Feb 2017 17:46:06 +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 v1QHk5xP025171; Sun, 26 Feb 2017 17:46:05 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHk5R3025170; Sun, 26 Feb 2017 17:46:05 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261746.v1QHk5R3025170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:46:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434898 - 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: Sun, 26 Feb 2017 17:46:06 -0000 Author: acm Date: Sun Feb 26 17:46:05 2017 New Revision: 434898 URL: https://svnweb.freebsd.org/changeset/ports/434898 Log: - Bump PORTREVISION. Freepascal was updated - Remove BROKEN state. Modified: head/russian/emkatic/Makefile Modified: head/russian/emkatic/Makefile ============================================================================== --- head/russian/emkatic/Makefile Sun Feb 26 17:44:25 2017 (r434897) +++ head/russian/emkatic/Makefile Sun Feb 26 17:46:05 2017 (r434898) @@ -3,6 +3,7 @@ PORTNAME= emkatic PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= russian emulators MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -13,8 +14,6 @@ COMMENT= Emulator of Elektronika RPN pro LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.txt -BROKEN_FreeBSD_11= does not build (Fatal: (10022) Can't find unit Serial used by Globe) - BUILD_DEPENDS= lazbuild:editors/lazarus \ fpcres:lang/fpc-utils From owner-svn-ports-all@freebsd.org Sun Feb 26 17:48:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B77FBCEE922; Sun, 26 Feb 2017 17:48:33 +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 86ECEBF1; Sun, 26 Feb 2017 17:48:33 +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 v1QHmWZL025370; Sun, 26 Feb 2017 17:48:32 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHmWwM025369; Sun, 26 Feb 2017 17:48:32 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261748.v1QHmWwM025369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434899 - head/science/checkmol X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 17:48:33 -0000 Author: acm Date: Sun Feb 26 17:48:32 2017 New Revision: 434899 URL: https://svnweb.freebsd.org/changeset/ports/434899 Log: - Bump PORTREVISION. Freepascal was updated - Take maintainership Modified: head/science/checkmol/Makefile Modified: head/science/checkmol/Makefile ============================================================================== --- head/science/checkmol/Makefile Sun Feb 26 17:46:05 2017 (r434898) +++ head/science/checkmol/Makefile Sun Feb 26 17:48:32 2017 (r434899) @@ -3,12 +3,12 @@ PORTNAME= checkmol PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/ EXTRACT_SUFX= .pas -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acm@FreeBSD.org COMMENT= Analyze molecules for the presence of functional groups LICENSE= GPLv2+ From owner-svn-ports-all@freebsd.org Sun Feb 26 17:50:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BC26CEE9AA; Sun, 26 Feb 2017 17:50:30 +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 28C2CD00; Sun, 26 Feb 2017 17:50:30 +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 v1QHoTXY025600; Sun, 26 Feb 2017 17:50:29 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHoTx9025599; Sun, 26 Feb 2017 17:50:29 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261750.v1QHoTx9025599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434900 - head/science/mol2ps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 17:50:30 -0000 Author: acm Date: Sun Feb 26 17:50:29 2017 New Revision: 434900 URL: https://svnweb.freebsd.org/changeset/ports/434900 Log: - Bump PORTREVISION. Freepascal was updated - Take maintainership Modified: head/science/mol2ps/Makefile Modified: head/science/mol2ps/Makefile ============================================================================== --- head/science/mol2ps/Makefile Sun Feb 26 17:48:32 2017 (r434899) +++ head/science/mol2ps/Makefile Sun Feb 26 17:50:29 2017 (r434900) @@ -3,13 +3,14 @@ PORTNAME= mol2ps PORTVERSION= 0.4b +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .pas DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acm@FreeBSD.org COMMENT= Read molecular structure files and generate Postscript output LICENSE= GPLv2+ From owner-svn-ports-all@freebsd.org Sun Feb 26 17:51:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFEADCEEB24; Sun, 26 Feb 2017 17:51:44 +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 8C865EA9; Sun, 26 Feb 2017 17:51:44 +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 v1QHphAH028482; Sun, 26 Feb 2017 17:51:43 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHphk9028481; Sun, 26 Feb 2017 17:51:43 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261751.v1QHphk9028481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434901 - 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: Sun, 26 Feb 2017 17:51:44 -0000 Author: acm Date: Sun Feb 26 17:51:43 2017 New Revision: 434901 URL: https://svnweb.freebsd.org/changeset/ports/434901 Log: - Bump PORTREVISION. Freepascal was updated Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Sun Feb 26 17:50:29 2017 (r434900) +++ head/multimedia/winff/Makefile Sun Feb 26 17:51:43 2017 (r434901) @@ -3,7 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://winff.org/docs/source/ DISTNAME= ${_PORTNAME}-${PORTVERSION}-source From owner-svn-ports-all@freebsd.org Sun Feb 26 17:52:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70CC4CEEB8C; Sun, 26 Feb 2017 17:52:43 +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 404A617A; Sun, 26 Feb 2017 17:52:43 +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 v1QHqgrO029334; Sun, 26 Feb 2017 17:52:42 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHqghC029333; Sun, 26 Feb 2017 17:52:42 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261752.v1QHqghC029333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434902 - 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: Sun, 26 Feb 2017 17:52:43 -0000 Author: acm Date: Sun Feb 26 17:52:42 2017 New Revision: 434902 URL: https://svnweb.freebsd.org/changeset/ports/434902 Log: - Bump PORTREVISION. Freepascal was updated Modified: head/net-p2p/transmission-remote-gui/Makefile Modified: head/net-p2p/transmission-remote-gui/Makefile ============================================================================== --- head/net-p2p/transmission-remote-gui/Makefile Sun Feb 26 17:51:43 2017 (r434901) +++ head/net-p2p/transmission-remote-gui/Makefile Sun Feb 26 17:52:42 2017 (r434902) @@ -3,7 +3,7 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-p2p MASTER_SITES= SF/${PROJECTNAME}/${PORTVERSION}/ DISTNAME= transgui-${PORTVERSION}-src From owner-svn-ports-all@freebsd.org Sun Feb 26 17:57:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6075FCEEC24; Sun, 26 Feb 2017 17:57:39 +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 2D6C42DA; Sun, 26 Feb 2017 17:57:39 +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 v1QHvc9Y029645; Sun, 26 Feb 2017 17:57:38 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHvc68029644; Sun, 26 Feb 2017 17:57:38 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261757.v1QHvc68029644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 26 Feb 2017 17:57:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434903 - 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: Sun, 26 Feb 2017 17:57:39 -0000 Author: acm Date: Sun Feb 26 17:57:38 2017 New Revision: 434903 URL: https://svnweb.freebsd.org/changeset/ports/434903 Log: - Bump PORTREVISION. Freepascal was updated Modified: head/x11-fm/doublecmd/Makefile Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Sun Feb 26 17:52:42 2017 (r434902) +++ head/x11-fm/doublecmd/Makefile Sun Feb 26 17:57:38 2017 (r434903) @@ -3,6 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src From owner-svn-ports-all@freebsd.org Sun Feb 26 18:02:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F972CEEE37; Sun, 26 Feb 2017 18:02:48 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F31AE917; Sun, 26 Feb 2017 18:02:47 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QI2l7Q033494; Sun, 26 Feb 2017 18:02:47 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QI2kmt033492; Sun, 26 Feb 2017 18:02:46 GMT (envelope-from des@FreeBSD.org) Message-Id: <201702261802.v1QI2kmt033492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Sun, 26 Feb 2017 18:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434904 - head/net/p5-srv2pf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 18:02:48 -0000 Author: des Date: Sun Feb 26 18:02:46 2017 New Revision: 434904 URL: https://svnweb.freebsd.org/changeset/ports/434904 Log: Upgrade to latest version. Modified: head/net/p5-srv2pf/Makefile head/net/p5-srv2pf/distinfo Modified: head/net/p5-srv2pf/Makefile ============================================================================== --- head/net/p5-srv2pf/Makefile Sun Feb 26 17:57:38 2017 (r434903) +++ head/net/p5-srv2pf/Makefile Sun Feb 26 18:02:46 2017 (r434904) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= srv2pf -PORTVERSION= 20161021 +PORTVERSION= 20170226 CATEGORIES= net MASTER_SITES= GH PKGNAMEPREFIX= p5- Modified: head/net/p5-srv2pf/distinfo ============================================================================== --- head/net/p5-srv2pf/distinfo Sun Feb 26 17:57:38 2017 (r434903) +++ head/net/p5-srv2pf/distinfo Sun Feb 26 18:02:46 2017 (r434904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477060722 -SHA256 (dag-erling-srv2pf-20161021_GH0.tar.gz) = 8aa508f8356551f8fc7b0d190566e2fcca4e9b2af4ea874a67c6d95bab884ae7 -SIZE (dag-erling-srv2pf-20161021_GH0.tar.gz) = 4928 +TIMESTAMP = 1488131935 +SHA256 (dag-erling-srv2pf-20170226_GH0.tar.gz) = deafde5af231301907ee50bc7e59fc475a5258cd7acdd3cde04401c10c23603b +SIZE (dag-erling-srv2pf-20170226_GH0.tar.gz) = 4938 From owner-svn-ports-all@freebsd.org Sun Feb 26 18:03:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3B35CEEE90; Sun, 26 Feb 2017 18:03:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0BE8A0B; Sun, 26 Feb 2017 18:03:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QI3RUW033647; Sun, 26 Feb 2017 18:03:27 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QI3RaU033645; Sun, 26 Feb 2017 18:03:27 GMT (envelope-from des@FreeBSD.org) Message-Id: <201702261803.v1QI3RaU033645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Sun, 26 Feb 2017 18:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434905 - head/net/p5-ldap2pf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 18:03:29 -0000 Author: des Date: Sun Feb 26 18:03:27 2017 New Revision: 434905 URL: https://svnweb.freebsd.org/changeset/ports/434905 Log: Upgrade to latest version and add missing LICENSE. Modified: head/net/p5-ldap2pf/Makefile head/net/p5-ldap2pf/distinfo Modified: head/net/p5-ldap2pf/Makefile ============================================================================== --- head/net/p5-ldap2pf/Makefile Sun Feb 26 18:02:46 2017 (r434904) +++ head/net/p5-ldap2pf/Makefile Sun Feb 26 18:03:27 2017 (r434905) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap2pf -PORTVERSION= 20151106 +PORTVERSION= 20170226 CATEGORIES= net MASTER_SITES= GH PKGNAMEPREFIX= p5- @@ -9,6 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org COMMENT= Create and update PF tables from LDAP groups +LICENSE= BSD3CLAUSE + RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ p5-Net-DNS>=0:dns/p5-Net-DNS \ Modified: head/net/p5-ldap2pf/distinfo ============================================================================== --- head/net/p5-ldap2pf/distinfo Sun Feb 26 18:02:46 2017 (r434904) +++ head/net/p5-ldap2pf/distinfo Sun Feb 26 18:03:27 2017 (r434905) @@ -1,2 +1,3 @@ -SHA256 (dag-erling-ldap2pf-20151106_GH0.tar.gz) = e9f35f7f5e43879b6fdfa105a9f309964fb4c6a4921fbb0fd477a89ec80a636d -SIZE (dag-erling-ldap2pf-20151106_GH0.tar.gz) = 6406 +TIMESTAMP = 1488131991 +SHA256 (dag-erling-ldap2pf-20170226_GH0.tar.gz) = cc578834dd4ed29be23e109187fef48d3dc2b0605a473b9b3b9fb09dcde8a8ea +SIZE (dag-erling-ldap2pf-20170226_GH0.tar.gz) = 6776 From owner-svn-ports-all@freebsd.org Sun Feb 26 18:30:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEF26CEE796; Sun, 26 Feb 2017 18:30: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 A19D69BE; Sun, 26 Feb 2017 18:30: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 v1QIULPK041862; Sun, 26 Feb 2017 18:30:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QIULlp041860; Sun, 26 Feb 2017 18:30:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261830.v1QIULlp041860@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, 26 Feb 2017 18:30:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434906 - head/devel/libpci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 18:30:23 -0000 Author: sunpoet Date: Sun Feb 26 18:30:21 2017 New Revision: 434906 URL: https://svnweb.freebsd.org/changeset/ports/434906 Log: Update to 3.5.4 - Add LICENSE_FILE - Use CFLAGS instead of CPPFLAGS - Add do-configure: - Install config.mk to DATADIR Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/devel/libpci/Makefile head/devel/libpci/distinfo Modified: head/devel/libpci/Makefile ============================================================================== --- head/devel/libpci/Makefile Sun Feb 26 18:03:27 2017 (r434905) +++ head/devel/libpci/Makefile Sun Feb 26 18:30:21 2017 (r434906) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpci -PORTVERSION= 3.5.2 +PORTVERSION= 3.5.4 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ @@ -13,16 +13,18 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= PCI configuration space I/O made easy LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids ALL_TARGET= lib/libpci.a -CPPFLAGS+= -fPIC +CFLAGS+= -fPIC USE_LDCONFIG= yes USES= gmake tar:xz PLIST_FILES= ${LIBPCI_FILES} \ lib/libpci.so +PORTDATA= config.mk LIBPCI_FILES= include/pci/config.h \ include/pci/header.h \ @@ -37,14 +39,18 @@ post-patch: @${REINPLACE_CMD} -e '/^CC=/d; /^CFLAGS=/ s|=|+=|; /^IDSDIR=/ s|$$|/pciids|; /^OPT=/d; /^PREFIX=/d' ${WRKSRC}/Makefile @${REINPLACE_CMD} 's|^#include "|&pci/|' ${WRKSRC}/lib/pci.h +do-configure: + @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} lib/config.h + post-build: @cd ${WRKSRC}/lib/ && ${CC} ${CFLAGS} ${STRIP} -Wl,-soname=libpci.so.3 -shared *.o -lz -o libpci.so.3 do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/pci/ + ${MKDIR} ${STAGEDIR}${PREFIX}/include/pci/ ${STAGEDIR}${DATADIR}/ .for file in ${LIBPCI_FILES} ${INSTALL_DATA} ${WRKSRC}/lib/${file:T} ${STAGEDIR}${PREFIX}/${file} .endfor ${LN} -fs libpci.so.3 ${STAGEDIR}${PREFIX}/lib/libpci.so + ${INSTALL_DATA} ${WRKSRC}/lib/config.mk ${STAGEDIR}${DATADIR}/ .include Modified: head/devel/libpci/distinfo ============================================================================== --- head/devel/libpci/distinfo Sun Feb 26 18:03:27 2017 (r434905) +++ head/devel/libpci/distinfo Sun Feb 26 18:30:21 2017 (r434906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479474847 -SHA256 (pciutils-3.5.2.tar.xz) = 3a99141a9f40528d0a0035665a06dc37ddb1ae341658e51b50a76ecf86235efc -SIZE (pciutils-3.5.2.tar.xz) = 317260 +TIMESTAMP = 1488133186 +SHA256 (pciutils-3.5.4.tar.xz) = 64293c6ab9318c40ef262b76d87bd9097531759752bac556e50979b1e63cfe66 +SIZE (pciutils-3.5.4.tar.xz) = 320412 From owner-svn-ports-all@freebsd.org Sun Feb 26 18:30:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84616CEE7CF; Sun, 26 Feb 2017 18:30: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 38BFF9D1; Sun, 26 Feb 2017 18:30: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 v1QIUQ4Y041978; Sun, 26 Feb 2017 18:30:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QIUQqW041976; Sun, 26 Feb 2017 18:30:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261830.v1QIUQqW041976@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, 26 Feb 2017 18:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434907 - head/sysutils/pciutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 18:30:27 -0000 Author: sunpoet Date: Sun Feb 26 18:30:25 2017 New Revision: 434907 URL: https://svnweb.freebsd.org/changeset/ports/434907 Log: Update to 3.5.4 - Use CFLAGS instead of CPPFLAGS - Add do-configure: Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Sun Feb 26 18:30:21 2017 (r434906) +++ head/sysutils/pciutils/Makefile Sun Feb 26 18:30:25 2017 (r434907) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.5.2 +PORTVERSION= 3.5.4 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ @@ -18,7 +18,7 @@ LIB_DEPENDS= libpci.so:devel/libpci RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids ALL_TARGET= lspci lspci.8 setpci setpci.8 -CPPFLAGS+= -fPIC +CFLAGS+= -fPIC LDFLAGS+= -lpci USES= gmake localbase:ldflags tar:xz @@ -30,6 +30,10 @@ PLIST_FILES= bin/lspci \ post-patch: @${REINPLACE_CMD} -e '/^CC=/d; /^CFLAGS=/ s|=|+=|; /^IDSDIR=/ s|$$|/pciids|; /^OPT=/d; /^PREFIX=/d; s| lib/$$(PCILIB)||' ${WRKSRC}/Makefile +do-configure: + ${CP} ${LOCALBASE}/include/pci/config.h ${WRKSRC}/lib/config.h + ${CP} ${LOCALBASE}/share/libpci/config.mk ${WRKSRC}/lib/config.mk + do-install: cd ${WRKSRC}/ && ${INSTALL_PROGRAM} lspci setpci ${STAGEDIR}${PREFIX}/bin/ cd ${WRKSRC}/ && ${INSTALL_MAN} lspci.8 setpci.8 ${STAGEDIR}${PREFIX}/man/man8/ Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Sun Feb 26 18:30:21 2017 (r434906) +++ head/sysutils/pciutils/distinfo Sun Feb 26 18:30:25 2017 (r434907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479474961 -SHA256 (pciutils-3.5.2.tar.xz) = 3a99141a9f40528d0a0035665a06dc37ddb1ae341658e51b50a76ecf86235efc -SIZE (pciutils-3.5.2.tar.xz) = 317260 +TIMESTAMP = 1488133197 +SHA256 (pciutils-3.5.4.tar.xz) = 64293c6ab9318c40ef262b76d87bd9097531759752bac556e50979b1e63cfe66 +SIZE (pciutils-3.5.4.tar.xz) = 320412 From owner-svn-ports-all@freebsd.org Sun Feb 26 18:47:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E22DCEEBBE; Sun, 26 Feb 2017 18:47:49 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B27117C; Sun, 26 Feb 2017 18:47:49 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QIlmUx049691; Sun, 26 Feb 2017 18:47:48 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QIlmlF049690; Sun, 26 Feb 2017 18:47:48 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201702261847.v1QIlmlF049690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Sun, 26 Feb 2017 18:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434908 - head/devel/cloudabi-toolchain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 18:47:49 -0000 Author: ed (src committer) Date: Sun Feb 26 18:47:48 2017 New Revision: 434908 URL: https://svnweb.freebsd.org/changeset/ports/434908 Log: Upgrade cloudabi-toolchain to use LLVM 4.0-rc2. With the release of LLVM 4.0 nearby, let's go ahead and switch over the cloudabi-toolchain port to use the devel/llvm40 port. This allows us to experiment with lots of C++17 features that aren't supported by devel/llvm39 yet. Modified: head/devel/cloudabi-toolchain/Makefile Modified: head/devel/cloudabi-toolchain/Makefile ============================================================================== --- head/devel/cloudabi-toolchain/Makefile Sun Feb 26 18:30:25 2017 (r434907) +++ head/devel/cloudabi-toolchain/Makefile Sun Feb 26 18:47:48 2017 (r434908) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-toolchain -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= devel MASTER_SITES= # None DISTFILES= # None @@ -16,7 +16,7 @@ RUN_DEPENDS= clang${LLVM_SUFFIX}:devel/l lld${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX} \ pkgconf:devel/pkgconf -LLVM_SUFFIX= 39 +LLVM_SUFFIX= 40 CLOUDABI_ARCHS= aarch64-unknown-cloudabi armv6-unknown-cloudabi-eabihf \ i686-unknown-cloudabi x86_64-unknown-cloudabi From owner-svn-ports-all@freebsd.org Sun Feb 26 19:09:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00781CEE259; Sun, 26 Feb 2017 19: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 C16B2F43; Sun, 26 Feb 2017 19:09:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QJ9fS4057663; Sun, 26 Feb 2017 19:09:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QJ9fve057662; Sun, 26 Feb 2017 19:09:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261909.v1QJ9fve057662@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, 26 Feb 2017 19:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434909 - head/net/tcptraceroute X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 19:09:43 -0000 Author: sunpoet Date: Sun Feb 26 19:09:41 2017 New Revision: 434909 URL: https://svnweb.freebsd.org/changeset/ports/434909 Log: Change PORTSCOUT to ignore:1 Modified: head/net/tcptraceroute/Makefile Modified: head/net/tcptraceroute/Makefile ============================================================================== --- head/net/tcptraceroute/Makefile Sun Feb 26 18:47:48 2017 (r434908) +++ head/net/tcptraceroute/Makefile Sun Feb 26 19:09:41 2017 (r434909) @@ -16,7 +16,7 @@ LIB_DEPENDS= libnet.so:net/libnet OPTIONS_DEFINE= DOCS -PORTSCOUT= limit:^[0-9] +PORTSCOUT= ignore:1 GNU_CONFIGURE= yes USES= gmake localbase From owner-svn-ports-all@freebsd.org Sun Feb 26 21:15:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AE44CED51C; Sun, 26 Feb 2017 21:15:26 +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 EE2991852; Sun, 26 Feb 2017 21:15:25 +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 v1QLFP4A008506; Sun, 26 Feb 2017 21:15:25 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QLFOnm008504; Sun, 26 Feb 2017 21:15:24 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702262115.v1QLFOnm008504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 26 Feb 2017 21:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434910 - in head: . devel devel/linux_kdump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 21:15:26 -0000 Author: tijl Date: Sun Feb 26 21:15:24 2017 New Revision: 434910 URL: https://svnweb.freebsd.org/changeset/ports/434910 Log: Remove devel/linux_kdump. It has been broken for a while now and is obsolete. The base system kdump(1) can be used instead. Deleted: head/devel/linux_kdump/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 26 19:09:41 2017 (r434909) +++ head/MOVED Sun Feb 26 21:15:24 2017 (r434910) @@ -9087,3 +9087,4 @@ sysutils/metricbeat|sysutils/beats|2017- sysutils/packetbeat|sysutils/beats|2017-02-21|merged beats to one port devel/libc++||2017-02-24|Obsolete, all supported FreeBSD versions have libc++ in the base system devel/libcxxrt||2017-02-24|Obsolete, all supported FreeBSD versions have libcxxrt in the base system +devel/linux_kdump||2017-02-26|Broken and obsolete Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 26 19:09:41 2017 (r434909) +++ head/devel/Makefile Sun Feb 26 21:15:24 2017 (r434910) @@ -1513,7 +1513,6 @@ SUBDIR += linux-c7-sdl12 SUBDIR += linux-c7-sdl20 SUBDIR += linux-kernel - SUBDIR += linux_kdump SUBDIR += linux_libusb SUBDIR += lion SUBDIR += listserialc From owner-svn-ports-all@freebsd.org Sun Feb 26 21:34:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37B6ECEDBAB; Sun, 26 Feb 2017 21:34:37 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 071CA5E5; Sun, 26 Feb 2017 21:34:36 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QLYaSm016426; Sun, 26 Feb 2017 21:34:36 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QLYa3I016425; Sun, 26 Feb 2017 21:34:36 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201702262134.v1QLYa3I016425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 26 Feb 2017 21:34:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434911 - head/sysutils/e2fsprogs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 21:34:37 -0000 Author: mandree Date: Sun Feb 26 21:34:35 2017 New Revision: 434911 URL: https://svnweb.freebsd.org/changeset/ports/434911 Log: Fix build without NLS, adding %%NLS%% to pkg-plist. Broken since r433466, update to 1.43.4, which added .mo files to pkg-plist but forgot to add the %%NLS%% prefixes. PR: 217378 Submitted by: Andrew Romanenko Reported by: Andrew Romanenko MFH: 2017Q1 Pointyhat: Matthias Andree Modified: head/sysutils/e2fsprogs/pkg-plist Modified: head/sysutils/e2fsprogs/pkg-plist ============================================================================== --- head/sysutils/e2fsprogs/pkg-plist Sun Feb 26 21:15:24 2017 (r434910) +++ head/sysutils/e2fsprogs/pkg-plist Sun Feb 26 21:34:35 2017 (r434911) @@ -58,12 +58,12 @@ sbin/tune2fs %%NLS%%share/locale/de/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/eo/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/es/LC_MESSAGES/e2fsprogs.mo -share/locale/fi/LC_MESSAGES/e2fsprogs.mo +%%NLS%%share/locale/fi/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/fr/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/hu/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/it/LC_MESSAGES/e2fsprogs.mo -share/locale/ms/LC_MESSAGES/e2fsprogs.mo +%%NLS%%share/locale/ms/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/pl/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/sr/LC_MESSAGES/e2fsprogs.mo From owner-svn-ports-all@freebsd.org Mon Feb 27 01:48:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0F4ACEF454; Mon, 27 Feb 2017 01:48:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92ED62A9; Mon, 27 Feb 2017 01:48:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1R1mNQo012492; Mon, 27 Feb 2017 01:48:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R1mNNg012490; Mon, 27 Feb 2017 01:48:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201702270148.v1R1mNNg012490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 27 Feb 2017 01:48:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434912 - head/math/py-keras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 01:48:24 -0000 Author: wen Date: Mon Feb 27 01:48:23 2017 New Revision: 434912 URL: https://svnweb.freebsd.org/changeset/ports/434912 Log: - Update to 1.2.2 PR: 217370 Submitted by: neel@neelc.org(maintainer) Modified: head/math/py-keras/Makefile head/math/py-keras/distinfo Modified: head/math/py-keras/Makefile ============================================================================== --- head/math/py-keras/Makefile Sun Feb 26 21:34:35 2017 (r434911) +++ head/math/py-keras/Makefile Mon Feb 27 01:48:23 2017 (r434912) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keras -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.2 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-keras/distinfo ============================================================================== --- head/math/py-keras/distinfo Sun Feb 26 21:34:35 2017 (r434911) +++ head/math/py-keras/distinfo Mon Feb 27 01:48:23 2017 (r434912) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484233858 -SHA256 (fchollet-keras-1.2.0_GH0.tar.gz) = be03d3173e3371187bc6c85906827c0e7c99c2138675aa8a4841724441bfeb88 -SIZE (fchollet-keras-1.2.0_GH0.tar.gz) = 304636 +TIMESTAMP = 1488160084 +SHA256 (fchollet-keras-1.2.2_GH0.tar.gz) = 786f7a98a09c1217e7c76c2fb485440c3675c7188bf7d9afcd4e5c75fc97406e +SIZE (fchollet-keras-1.2.2_GH0.tar.gz) = 315744 From owner-svn-ports-all@freebsd.org Mon Feb 27 03:13:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 095D8CEF840; Mon, 27 Feb 2017 03:13:47 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7F4B199; Mon, 27 Feb 2017 03:13:46 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1R3DjFh047169; Mon, 27 Feb 2017 03:13:45 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R3DjXO047166; Mon, 27 Feb 2017 03:13:45 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201702270313.v1R3DjXO047166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 27 Feb 2017 03:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434913 - head/mail/dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 03:13:47 -0000 Author: ler Date: Mon Feb 27 03:13:45 2017 New Revision: 434913 URL: https://svnweb.freebsd.org/changeset/ports/434913 Log: Upgrade mail/dovecot2-pigeonhole to 0.4.17 Changelog v0.4.17: - LDA Sieve plugin: Fixed handling of an early explicit keep during multiscript execution. Action side-effects and the message snapshot would be lost at the final stage where the implicit keep is evaluated. This could result in the IMAP flags assigned to the message to be forgotten or that headers modified by the "editheader" extension would revert to their original state. - file script storage: Amended the up-to-date time stamp comparison for on-disk binaries to include nanoseconds. This will fix problems occurring when both binary and script are saved within the same second. This fix is ineffective on older systems that have no support for nanoseconds in stat() timestamps, which should be pretty rare nowadays. - file script storage: Improve saving and listing permission error to include more details. - imapsieve plugin: Make sure "INBOX" is upper case in static mailbox rules. Otherwise, the mailbox name would never match, since matching is performed case-sensitively and Dovecot only returns the upper-cased "INBOX". - imapsieve plugin: Fixed assert failure occurring when used with virtual mailboxes. - doveadm sieve plugin: Fixed crash when setting Sieve script via attribute's string value. Approved by: adamw Reviewed by: https://reviews.freebsd.org/D9818 Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo head/mail/dovecot2-pigeonhole/pkg-plist Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Mon Feb 27 01:48:23 2017 (r434912) +++ head/mail/dovecot2-pigeonhole/Makefile Mon Feb 27 03:13:45 2017 (r434913) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.16 -PORTREVISION= 6 +PORTVERSION= 0.4.17 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot2-pigeonhole/distinfo Mon Feb 27 01:48:23 2017 (r434912) +++ head/mail/dovecot2-pigeonhole/distinfo Mon Feb 27 03:13:45 2017 (r434913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477868590 -SHA256 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 8f0b98f18062d6e241eef74ebe16cc167cd246361cbe6657d94f0ecc5d7d3234 -SIZE (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 1713634 +TIMESTAMP = 1488163544 +SHA256 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 74d869c7532cbf4fe41e3cc95a1aa6ce32e98f4d423f0d099da1e0fba022dae3 +SIZE (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 1787177 Modified: head/mail/dovecot2-pigeonhole/pkg-plist ============================================================================== --- head/mail/dovecot2-pigeonhole/pkg-plist Mon Feb 27 01:48:23 2017 (r434912) +++ head/mail/dovecot2-pigeonhole/pkg-plist Mon Feb 27 03:13:45 2017 (r434913) @@ -1,6 +1,7 @@ %%DOCSDIR%%/example-config/conf.d/20-managesieve.conf %%DOCSDIR%%/example-config/conf.d/90-sieve-extprograms.conf %%DOCSDIR%%/example-config/conf.d/90-sieve.conf +%%DOCSDIR%%/example-config/sieve-ldap.conf bin/sieve-dump bin/sieve-filter bin/sieve-test From owner-svn-ports-all@freebsd.org Mon Feb 27 03:15:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7880CEF8D4; Mon, 27 Feb 2017 03:15:37 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BAB5351; Mon, 27 Feb 2017 03:15:37 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1R3FaOR047318; Mon, 27 Feb 2017 03:15:36 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R3FaOn047317; Mon, 27 Feb 2017 03:15:36 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201702270315.v1R3FaOn047317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 27 Feb 2017 03:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434914 - head/mail/dovecot2-pigeonhole/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 03:15:37 -0000 Author: ler Date: Mon Feb 27 03:15:36 2017 New Revision: 434914 URL: https://svnweb.freebsd.org/changeset/ports/434914 Log: followup to r434913 to actually remove the patches :( Approved by: adamw (implicit) Deleted: head/mail/dovecot2-pigeonhole/files/ From owner-svn-ports-all@freebsd.org Mon Feb 27 06:37:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8890CCEF35B; Mon, 27 Feb 2017 06:37: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 46875C7; Mon, 27 Feb 2017 06:37: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 v1R6bkKn024090; Mon, 27 Feb 2017 06:37:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R6bkR7024086; Mon, 27 Feb 2017 06:37:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702270637.v1R6bkR7024086@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, 27 Feb 2017 06:37:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434915 - in head/lang: ruby21 ruby22 ruby23 ruby24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 06:37:47 -0000 Author: sunpoet Date: Mon Feb 27 06:37:45 2017 New Revision: 434915 URL: https://svnweb.freebsd.org/changeset/ports/434915 Log: Fix doxygen version requirement PR: 217384 Submitted by: Yunchih Chen Modified: head/lang/ruby21/Makefile head/lang/ruby22/Makefile head/lang/ruby23/Makefile head/lang/ruby24/Makefile Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Mon Feb 27 03:15:36 2017 (r434914) +++ head/lang/ruby21/Makefile Mon Feb 27 06:37:45 2017 (r434915) @@ -56,7 +56,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby22/Makefile Mon Feb 27 03:15:36 2017 (r434914) +++ head/lang/ruby22/Makefile Mon Feb 27 06:37:45 2017 (r434915) @@ -57,7 +57,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Mon Feb 27 03:15:36 2017 (r434914) +++ head/lang/ruby23/Makefile Mon Feb 27 06:37:45 2017 (r434915) @@ -55,7 +55,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby24/Makefile ============================================================================== --- head/lang/ruby24/Makefile Mon Feb 27 03:15:36 2017 (r434914) +++ head/lang/ruby24/Makefile Mon Feb 27 06:37:45 2017 (r434915) @@ -59,7 +59,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp From owner-svn-ports-all@freebsd.org Mon Feb 27 08:11:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F4DECEF0D1; Mon, 27 Feb 2017 08:11:26 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF776C94; Mon, 27 Feb 2017 08:11:25 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1R8BOpo061507; Mon, 27 Feb 2017 08:11:24 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R8BOCr061506; Mon, 27 Feb 2017 08:11:24 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201702270811.v1R8BOCr061506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 27 Feb 2017 08:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434916 - branches/2017Q1/sysutils/e2fsprogs 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, 27 Feb 2017 08:11:26 -0000 Author: mandree Date: Mon Feb 27 08:11:24 2017 New Revision: 434916 URL: https://svnweb.freebsd.org/changeset/ports/434916 Log: MFH: r434911 Fix build without NLS, adding %%NLS%% to pkg-plist. Broken since r433466, update to 1.43.4, which added .mo files to pkg-plist but forgot to add the %%NLS%% prefixes. PR: 217378 Submitted by: Andrew Romanenko Reported by: Andrew Romanenko Pointyhat: Matthias Andree Approved by: ports-secteam (junovitch@) Modified: branches/2017Q1/sysutils/e2fsprogs/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/sysutils/e2fsprogs/pkg-plist ============================================================================== --- branches/2017Q1/sysutils/e2fsprogs/pkg-plist Mon Feb 27 06:37:45 2017 (r434915) +++ branches/2017Q1/sysutils/e2fsprogs/pkg-plist Mon Feb 27 08:11:24 2017 (r434916) @@ -58,12 +58,12 @@ sbin/tune2fs %%NLS%%share/locale/de/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/eo/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/es/LC_MESSAGES/e2fsprogs.mo -share/locale/fi/LC_MESSAGES/e2fsprogs.mo +%%NLS%%share/locale/fi/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/fr/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/hu/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/it/LC_MESSAGES/e2fsprogs.mo -share/locale/ms/LC_MESSAGES/e2fsprogs.mo +%%NLS%%share/locale/ms/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/pl/LC_MESSAGES/e2fsprogs.mo %%NLS%%share/locale/sr/LC_MESSAGES/e2fsprogs.mo From owner-svn-ports-all@freebsd.org Mon Feb 27 08:50:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 333A4CEF675; Mon, 27 Feb 2017 08:50:25 +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 0006D987; Mon, 27 Feb 2017 08:50:24 +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 v1R8oO7a074336; Mon, 27 Feb 2017 08:50:24 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R8oNwI074334; Mon, 27 Feb 2017 08:50:23 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201702270850.v1R8oNwI074334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 27 Feb 2017 08:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434917 - head/lang/gcc7-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 08:50:25 -0000 Author: gerald Date: Mon Feb 27 08:50:23 2017 New Revision: 434917 URL: https://svnweb.freebsd.org/changeset/ports/434917 Log: Update to the 20170226 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 Mon Feb 27 08:11:24 2017 (r434916) +++ head/lang/gcc7-devel/Makefile Mon Feb 27 08:50:23 2017 (r434917) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.1.s20170219 +PORTVERSION= 7.0.1.s20170226 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Mon Feb 27 08:11:24 2017 (r434916) +++ head/lang/gcc7-devel/distinfo Mon Feb 27 08:50:23 2017 (r434917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487543990 -SHA256 (gcc-7-20170219.tar.bz2) = 4522fee845f839e9ef1ff06494d549d34ebbbbb0d7810bf5e8ed4c25610eac33 -SIZE (gcc-7-20170219.tar.bz2) = 79425008 +TIMESTAMP = 1488154572 +SHA256 (gcc-7-20170226.tar.bz2) = 2bd18baa03596f04acea8efb90603ac17ab61b1ed5af95f0f773db7a75203c24 +SIZE (gcc-7-20170226.tar.bz2) = 79471111 From owner-svn-ports-all@freebsd.org Mon Feb 27 09:01:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E7FFCEFC94; Mon, 27 Feb 2017 09:01: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 25C9510E; Mon, 27 Feb 2017 09:01: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 v1R91lVe082006; Mon, 27 Feb 2017 09:01:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R91lwR082004; Mon, 27 Feb 2017 09:01:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702270901.v1R91lwR082004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 09:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434918 - head/chinese/fandol X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 09:01:48 -0000 Author: amdmi3 Date: Mon Feb 27 09:01:46 2017 New Revision: 434918 URL: https://svnweb.freebsd.org/changeset/ports/434918 Log: - Add LICENSE_FILE - Remove unneeded libX11 dependency - Don't install COPYING along with documentation - Simplify installation - Add NO_ARCH - Switch to options helpers Modified: head/chinese/fandol/Makefile head/chinese/fandol/pkg-plist Modified: head/chinese/fandol/Makefile ============================================================================== --- head/chinese/fandol/Makefile Mon Feb 27 08:50:23 2017 (r434917) +++ head/chinese/fandol/Makefile Mon Feb 27 09:01:46 2017 (r434918) @@ -11,42 +11,27 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CTAN Fandol: Four GNU GPLv3-licensed Chinese OpenType fonts LICENSE= GPLv3 +LICENSE_FILES= ${WRKSRC}/fandol/COPYING -USE_XORG= x11 -USES= zip fonts +USES= fonts zip NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes FONTNAME= fandol SUB_FILES= pkg-message -PORTDOCS= README COPYING +PORTDOCS= README + +OPTIONS_DEFINE= DOCS do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/*.otf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fandol/FandolSong-Bold.otf \ - ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fandol/FandolSong-Regular.otf \ - ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fandol/FandolHei-Regular.otf \ - ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fandol/FandolHei-Bold.otf \ - ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fandol/FandolFang-Regular.otf \ - ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fandol/FandolKai-Regular.otf \ - ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fandol/FandolBraille-Display.otf \ - ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fandol/FandolBraille-Regular.otf \ - ${STAGEDIR}${FONTSDIR} - - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} \ - ${WRKSRC}/fandol/README \ - ${WRKSRC}/fandol/COPYING \ - ${STAGEDIR}${DOCSDIR} +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/README ${STAGEDIR}${DOCSDIR} .include Modified: head/chinese/fandol/pkg-plist ============================================================================== --- head/chinese/fandol/pkg-plist Mon Feb 27 08:50:23 2017 (r434917) +++ head/chinese/fandol/pkg-plist Mon Feb 27 09:01:46 2017 (r434918) @@ -6,4 +6,3 @@ %%FONTSDIR%%/FandolKai-Regular.otf %%FONTSDIR%%/FandolSong-Bold.otf %%FONTSDIR%%/FandolSong-Regular.otf - From owner-svn-ports-all@freebsd.org Mon Feb 27 09:07:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A8B7CEFCED; Mon, 27 Feb 2017 09:07:27 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EAB1304; Mon, 27 Feb 2017 09:07:27 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1R97QaW082389; Mon, 27 Feb 2017 09:07:26 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R97PUN082385; Mon, 27 Feb 2017 09:07:25 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702270907.v1R97PUN082385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 27 Feb 2017 09:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434919 - in branches/2017Q1/audio/musicpd: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 09:07:27 -0000 Author: riggs Date: Mon Feb 27 09:07:25 2017 New Revision: 434919 URL: https://svnweb.freebsd.org/changeset/ports/434919 Log: MFH: r431615 r431620 r432113 r432625 r433762 r434848 Sync port with head - Update to upstream version 0.20.5 - Fixes buffer overflows in http output Approved by: ports-secteam (junovitch) Added: branches/2017Q1/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx - copied unchanged from r434848, head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx Deleted: branches/2017Q1/audio/musicpd/files/patch-src_decoder_plugins_WildmidiDecoderPlugin.cxx Modified: branches/2017Q1/audio/musicpd/Makefile branches/2017Q1/audio/musicpd/distinfo branches/2017Q1/audio/musicpd/files/pkg-message.in Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/musicpd/Makefile ============================================================================== --- branches/2017Q1/audio/musicpd/Makefile Mon Feb 27 09:01:46 2017 (r434918) +++ branches/2017Q1/audio/musicpd/Makefile Mon Feb 27 09:07:25 2017 (r434919) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.19.15 -PORTREVISION= 9 +PORTVERSION= 0.20.5 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -15,37 +14,46 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libicudata.so:devel/icu -USES= gmake pkgconfig compiler:c++11-lib tar:xz +USES= compiler:c++14-lang gmake pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} -CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar \ - --disable-libwrap +CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar CFLAGS+= -I${PREFIX}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders +#Workaround (transient?) link error with libwrap +CONFIGURE_ARGS+=--disable-libwrap + BROKEN_powerpc64= Does not build on powerpc64 -PORTDOCS= AUTHORS README COPYING NEWS +PORTDOCS= AUTHORS README.md COPYING NEWS SUB_FILES= pkg-message -OPTIONS_DEFINE= ID3TAG IPV6 ARCHIVE SAMPLERATE SQLITE3 \ - CDPARANOIA LAME MMS VORBISENC DOCS +OPTIONS_DEFINE= ID3TAG IPV6 ARCHIVE SQLITE3 \ + LAME VORBISENC DOCS + +OPTIONS_RADIO= RESAMPLER ZEROCONF -OPTIONS_RADIO= ZEROCONF OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER +OPTIONS_RADIO_RESAMPLER= SAMPLERATE SOXR + OPTIONS_MULTI= FILE_FORMAT OPTIONS_MULTI_FILE_FORMAT= AAC ADPLUG FFMPEG FLAC FLUIDSYNTH \ GME MAD MIKMOD MODPLUG MPG123 MUSEPACK \ OPUS SIDPLAY2 SNDFILE TREMOR TWOLAME \ VORBIS WAV WAVPACK WILDMIDI -OPTIONS_GROUP= PLAYBACK -OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PIPE PULSEAUDIO SHOUTCAST +OPTIONS_GROUP= ACCESS PLAYBACK + +OPTIONS_GROUP_ACCESS= CDPARANOIA CURL MMS SMB YAJL + +OPTIONS_GROUP_PLAYBACK= AO HTTPD JACK OPENAL OSS PIPE PULSEAUDIO \ + SHOUTCAST SNDIO ADPLUG_DESC= AdPlug support GME_DESC= GME support (video game music files) @@ -56,8 +64,9 @@ TREMOR_DESC= Tremor decoder (not with SH TWOLAME_DESC= TwoLAME support (mp2) VORBISENC_DESC= Ogg Vorbis encoder WILDMIDI_DESC= WildMIDI support (MIDI files) +YAJL_DESC= SoundCloud support via libyajl -OPTIONS_DEFAULT=ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL +OPTIONS_DEFAULT=HTTPD ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL AAC_CONFIGURE_ENABLE=aac AAC_LIB_DEPENDS=libfaad.so:audio/faad @@ -111,8 +120,14 @@ SAMPLERATE_CONFIGURE_ENABLE=lsr SAMPLERATE_LIB_DEPENDS=libsamplerate.so:audio/libsamplerate SIDPLAY2_CONFIGURE_ENABLE=sidplay SIDPLAY2_LIB_DEPENDS=libsidplay2.so:audio/libsidplay2 +SMB_CONFIGURE_enable=smbclient +SMB_LIB_DEPENDS=libsmbclient.so:net/samba-libsmbclient SNDFILE_CONFIGURE_ENABLE=sndfile SNDFILE_LIB_DEPENDS=libsndfile.so:audio/libsndfile +SNDIO_CONFIGURE_ENABLE=sndio +SNDIO_LIB_DEPENDS=libsndio.so:audio/sndio +SOXR_CONFIGURE_ENABLE=soxr +SOXR_LIB_DEPENDS=libsoxr.so:audio/libsoxr SQLITE3_CONFIGURE_ENABLE=sqlite SQLITE3_LIB_DEPENDS=libsqlite3.so:databases/sqlite3 TREMOR_CONFIGURE_WITH=tremor @@ -129,6 +144,8 @@ WAVPACK_CONFIGURE_ENABLE=wavpack WAVPACK_LIB_DEPENDS=libwavpack.so:audio/wavpack WILDMIDI_CONFIGURE_ENABLE=wildmidi WILDMIDI_LIB_DEPENDS=libWildMidi.so:audio/wildmidi +YAJL_CONFIGURE_ENABLE=yajl +YAJL_LIB_DEPENDS=libyajl.so:devel/yajl MPDUSER?= mpd MPDGROUP?= mpd @@ -191,8 +208,8 @@ CONFIGURE_ARGS+=--disable-shout .endif post-patch: -# Replace ~/ with /var/mpd and make musicpd run as mpd by default - @${REINPLACE_CMD} -e 's,^#\([^"]*"\)~/,\1/var/mpd,g' \ +# Replace ~/ with /var/mpd/ and make musicpd run as mpd by default + @${REINPLACE_CMD} -e 's,^#\([^"]*"\)~/,\1/var/mpd/,g' \ -e 's,^#\(user[^"]*"\)nobody,\1${MPDUSER},g' \ ${WRKSRC}/doc/mpdconf.example # Uncomment OSS audio output part from MPDCONF; dragons! Modified: branches/2017Q1/audio/musicpd/distinfo ============================================================================== --- branches/2017Q1/audio/musicpd/distinfo Mon Feb 27 09:01:46 2017 (r434918) +++ branches/2017Q1/audio/musicpd/distinfo Mon Feb 27 09:07:25 2017 (r434919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465643698 -SHA256 (mpd-0.19.15.tar.xz) = 0cb9a223894b038ce966ce6d651d9b3ea3bdc7d7b9bec8d1e9e7e091cbc29b8b -SIZE (mpd-0.19.15.tar.xz) = 704000 +TIMESTAMP = 1488034173 +SHA256 (mpd-0.20.5.tar.xz) = 525573be27443ae26868b21a61e88c03909e72f1212ddaa725a0389a28d88987 +SIZE (mpd-0.20.5.tar.xz) = 771276 Copied: branches/2017Q1/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx (from r434848, head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx Mon Feb 27 09:07:25 2017 (r434919, copy of r434848, head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx) @@ -0,0 +1,11 @@ +--- src/decoder/plugins/WavpackDecoderPlugin.cxx.orig 2017-01-27 07:46:51 UTC ++++ src/decoder/plugins/WavpackDecoderPlugin.cxx +@@ -34,6 +34,8 @@ + #include + #include + ++#include ++ + #include + + #define ERRORLEN 80 Modified: branches/2017Q1/audio/musicpd/files/pkg-message.in ============================================================================== --- branches/2017Q1/audio/musicpd/files/pkg-message.in Mon Feb 27 09:01:46 2017 (r434918) +++ branches/2017Q1/audio/musicpd/files/pkg-message.in Mon Feb 27 09:07:25 2017 (r434919) @@ -2,11 +2,19 @@ The musicpd package has been successfully installed. -In order to run the MPD server, you need to edit +In order to run the MPD server, you need to edit the provided +sample configuration file %%PREFIX%%/etc/musicpd.conf -and add the following line to /etc/rc.conf: +Edit the variables in the section "Files and directories" +according to your local environment. Ensure that the referenced +directories exist and owned by the 'mpd' user, except for the +variable music_directory. It is sufficient for the 'mpd' user +to have read permissions to the referenced directory. + +To enable the service at boot time, add the following line to +/etc/rc.conf: musicpd_enable="YES" @@ -16,8 +24,6 @@ Then start the server with or reboot. -The example configuration of MPD server requires music files to -be stored in the /var/mpd/music directory. NOTE: The musicpd server is pretty useless without a client. You might want to install one of the following ports too: From owner-svn-ports-all@freebsd.org Mon Feb 27 09:39:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF93CE91DF; Mon, 27 Feb 2017 09:39:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77EE5BAF; Mon, 27 Feb 2017 09:39:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1R9dbw4094220; Mon, 27 Feb 2017 09:39:37 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R9dbj8094217; Mon, 27 Feb 2017 09:39:37 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201702270939.v1R9dbj8094217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 27 Feb 2017 09:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434920 - head/security/zeronet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 09:39:38 -0000 Author: tobik Date: Mon Feb 27 09:39:37 2017 New Revision: 434920 URL: https://svnweb.freebsd.org/changeset/ports/434920 Log: Update to 0.5.2 PR: 217357 Submitted by: Yuri Victorovich (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9821 Modified: head/security/zeronet/Makefile head/security/zeronet/distinfo head/security/zeronet/pkg-plist Modified: head/security/zeronet/Makefile ============================================================================== --- head/security/zeronet/Makefile Mon Feb 27 09:07:25 2017 (r434919) +++ head/security/zeronet/Makefile Mon Feb 27 09:39:37 2017 (r434920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zeronet -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v CATEGORIES= security net-p2p Modified: head/security/zeronet/distinfo ============================================================================== --- head/security/zeronet/distinfo Mon Feb 27 09:07:25 2017 (r434919) +++ head/security/zeronet/distinfo Mon Feb 27 09:39:37 2017 (r434920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486672011 -SHA256 (HelloZeroNet-ZeroNet-v0.5.1_GH0.tar.gz) = 449e8340e263f814aacd4ba41f3e41c8fdb047040dad9c7f46fcc09a52065966 -SIZE (HelloZeroNet-ZeroNet-v0.5.1_GH0.tar.gz) = 2440498 +TIMESTAMP = 1488047347 +SHA256 (HelloZeroNet-ZeroNet-v0.5.2_GH0.tar.gz) = cb17031cf0bbf2834ffbae70ec65f436aa83b020a5654054106da104a673a242 +SIZE (HelloZeroNet-ZeroNet-v0.5.2_GH0.tar.gz) = 2443429 Modified: head/security/zeronet/pkg-plist ============================================================================== --- head/security/zeronet/pkg-plist Mon Feb 27 09:07:25 2017 (r434919) +++ head/security/zeronet/pkg-plist Mon Feb 27 09:39:37 2017 (r434920) @@ -32,9 +32,20 @@ etc/rc.d/zeronet %%DATADIR%%/plugins/MergerSite/__init__.pyo %%DATADIR%%/plugins/MergerSite/languages/fr.json %%DATADIR%%/plugins/MergerSite/languages/hu.json +%%DATADIR%%/plugins/MergerSite/languages/it.json %%DATADIR%%/plugins/MergerSite/languages/tr.json %%DATADIR%%/plugins/MergerSite/languages/zh-tw.json %%DATADIR%%/plugins/MergerSite/languages/zh.json +%%DATADIR%%/plugins/Mute/MutePlugin.py +%%DATADIR%%/plugins/Mute/MutePlugin.pyc +%%DATADIR%%/plugins/Mute/MutePlugin.pyo +%%DATADIR%%/plugins/Mute/__init__.py +%%DATADIR%%/plugins/Mute/__init__.pyc +%%DATADIR%%/plugins/Mute/__init__.pyo +%%DATADIR%%/plugins/Mute/languages/hu.json +%%DATADIR%%/plugins/Mute/languages/it.json +%%DATADIR%%/plugins/Mute/languages/zh-tw.json +%%DATADIR%%/plugins/Mute/languages/zh.json %%DATADIR%%/plugins/Newsfeed/NewsfeedPlugin.py %%DATADIR%%/plugins/Newsfeed/NewsfeedPlugin.pyc %%DATADIR%%/plugins/Newsfeed/NewsfeedPlugin.pyo @@ -147,6 +158,7 @@ etc/rc.d/zeronet %%DATADIR%%/plugins/Trayicon/__init__.pyo %%DATADIR%%/plugins/Trayicon/languages/fr.json %%DATADIR%%/plugins/Trayicon/languages/hu.json +%%DATADIR%%/plugins/Trayicon/languages/it.json %%DATADIR%%/plugins/Trayicon/languages/tr.json %%DATADIR%%/plugins/Trayicon/languages/zh-tw.json %%DATADIR%%/plugins/Trayicon/languages/zh.json From owner-svn-ports-all@freebsd.org Mon Feb 27 09:56:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B9D2CE980C; Mon, 27 Feb 2017 09:56:19 +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 106C1392; Mon, 27 Feb 2017 09:56:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1R9uIl7002040; Mon, 27 Feb 2017 09:56:18 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R9uIVc002038; Mon, 27 Feb 2017 09:56:18 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201702270956.v1R9uIVc002038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 27 Feb 2017 09:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434921 - head/net-im/openfire X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 09:56:19 -0000 Author: gahr Date: Mon Feb 27 09:56:17 2017 New Revision: 434921 URL: https://svnweb.freebsd.org/changeset/ports/434921 Log: net-im/openfire: update to 4.1.3 Changelog: https://download.igniterealtime.org/openfire/docs/latest/changelog.html Modified: head/net-im/openfire/Makefile head/net-im/openfire/distinfo Modified: head/net-im/openfire/Makefile ============================================================================== --- head/net-im/openfire/Makefile Mon Feb 27 09:39:37 2017 (r434920) +++ head/net-im/openfire/Makefile Mon Feb 27 09:56:17 2017 (r434921) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openfire -PORTVERSION= 4.1.2 +PORTVERSION= 4.1.3 DISTVERSIONPREFIX= v PORTREVISION= 1 PORTEPOCH= 1 Modified: head/net-im/openfire/distinfo ============================================================================== --- head/net-im/openfire/distinfo Mon Feb 27 09:39:37 2017 (r434920) +++ head/net-im/openfire/distinfo Mon Feb 27 09:56:17 2017 (r434921) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487861358 -SHA256 (igniterealtime-Openfire-v4.1.2_GH0.tar.gz) = 0d287334259d51b87be3776d7e34a7263bee1f8ed1583482bb7f2ad0252b8bf8 -SIZE (igniterealtime-Openfire-v4.1.2_GH0.tar.gz) = 100916293 +TIMESTAMP = 1488188954 +SHA256 (igniterealtime-Openfire-v4.1.3_GH0.tar.gz) = b7181dd356f6dc447ea04ee3ba079931122542377aa593ab2c23629abe04e58f +SIZE (igniterealtime-Openfire-v4.1.3_GH0.tar.gz) = 100917167 From owner-svn-ports-all@freebsd.org Mon Feb 27 10:05:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D5C2CE9AB5; Mon, 27 Feb 2017 10:05:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F468A0D; Mon, 27 Feb 2017 10:05:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RA5GIs006022; Mon, 27 Feb 2017 10:05:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RA5Gh3006016; Mon, 27 Feb 2017 10:05:16 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201702271005.v1RA5Gh3006016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 27 Feb 2017 10:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434922 - in head/x11-wm/euclid-wm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 10:05:17 -0000 Author: tobik Date: Mon Feb 27 10:05:15 2017 New Revision: 434922 URL: https://svnweb.freebsd.org/changeset/ports/434922 Log: Unbreak port - Move from Google Code to GitHub - Update maintainer email PR: 213190 Submitted by: Mageirias Anastasios (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9822 Added: head/x11-wm/euclid-wm/files/patch-euclid-menu.c (contents, props changed) Modified: head/x11-wm/euclid-wm/Makefile head/x11-wm/euclid-wm/distinfo head/x11-wm/euclid-wm/files/patch-Makefile head/x11-wm/euclid-wm/files/patch-euclid-wm.c head/x11-wm/euclid-wm/pkg-descr Modified: head/x11-wm/euclid-wm/Makefile ============================================================================== --- head/x11-wm/euclid-wm/Makefile Mon Feb 27 09:56:17 2017 (r434921) +++ head/x11-wm/euclid-wm/Makefile Mon Feb 27 10:05:15 2017 (r434922) @@ -2,36 +2,49 @@ PORTNAME= euclid-wm PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= x11-wm -#MASTER_SITES= http://euclid-wm.googlecode.com/files/ -MASTER_SITES= GOOGLE_CODE -MAINTAINER= anastmag@gmail.com +MAINTAINER= anastasios@mageirias.com COMMENT= Minimalist, tiling window manager for X11 LICENSE= BSD3CLAUSE -BROKEN= Unfetchable (google code has gone away) - -OPTIONS_DEFINE= XINERAMA -XINERAMA_DESC= X11 Xinerama extention support -OPTIONS_DEFAULT=XINERAMA +USE_GITHUB= yes +GH_ACCOUNT= wmdiem +GH_PROJECT= euclid-wm +GH_TAGNAME= b6b0319 + +OPTIONS_DEFINE= XINERAMA EUCLID_MENU +OPTIONS_SUB= yes +OPTIONS_DEFAULT= XINERAMA +XINERAMA_DESC= X11 Xinerama extension support +EUCLID_MENU_DESC= Custom built menuing program (work in progress) +ALL_TARGET= noxinerama XINERAMA_ALL_TARGET= euclid-wm -XINERAMA_USE= XORG=xinerama +EUCLID_MENU_ALL_TARGET= euclid-menu +XINERAMA_USE= XORG=xinerama -USES= gmake +USES= gmake USE_XORG= x11 PLIST_FILES= bin/euclid-wm \ bin/start-euclid \ man/man1/euclid-wm.1.gz \ - share/euclid-wm/euclid-wm.conf \ - share/euclid-wm/euclidrc \ - share/euclid-wm/VERSION \ - share/xsessions/euclid.desktop + share/xsessions/euclid.desktop \ + %%DATADIR%%/VERSION \ + %%DATADIR%%/euclid-wm.conf \ + %%DATADIR%%/euclidrc \ + %%EUCLID_MENU%%bin/euclid-menu \ + %%EUCLID_MENU%%share/euclid-menu/handlers/.echo_file.sh \ + %%EUCLID_MENU%%share/euclid-menu/handlers/c.sh \ + %%EUCLID_MENU%%share/euclid-menu/handlers/default.sh post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/euclid-wm +post-install-EUCLID_MENU-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/euclid-menu + .include Modified: head/x11-wm/euclid-wm/distinfo ============================================================================== --- head/x11-wm/euclid-wm/distinfo Mon Feb 27 09:56:17 2017 (r434921) +++ head/x11-wm/euclid-wm/distinfo Mon Feb 27 10:05:15 2017 (r434922) @@ -1,2 +1,3 @@ -SHA256 (euclid-wm-0.4.3.tar.gz) = 7498215584aabe3e035adc42fb3daa5b85d53e5a61836523eb670a1a724158db -SIZE (euclid-wm-0.4.3.tar.gz) = 23871 +TIMESTAMP = 1475169953 +SHA256 (wmdiem-euclid-wm-0.4.3-b6b0319_GH0.tar.gz) = 1941c0a2522bf5bd22daf920babf45bd8ad039b63751c7e1a0203cc05f72e93e +SIZE (wmdiem-euclid-wm-0.4.3-b6b0319_GH0.tar.gz) = 35476 Modified: head/x11-wm/euclid-wm/files/patch-Makefile ============================================================================== --- head/x11-wm/euclid-wm/files/patch-Makefile Mon Feb 27 09:56:17 2017 (r434921) +++ head/x11-wm/euclid-wm/files/patch-Makefile Mon Feb 27 10:05:15 2017 (r434922) @@ -1,4 +1,4 @@ ---- Makefile.orig 2013-12-16 15:18:31 UTC +--- Makefile.orig 2015-09-06 19:45:03 UTC +++ Makefile @@ -1,6 +1,6 @@ -PREFIX = usr @@ -7,24 +7,18 @@ -MANDIR = ${SHAREDIR}/man +MANDIR = ${PREFIX}/man BINDIR = ${PREFIX}/bin - SVNREV = 222 - VER = 0.4.2 -@@ -13,12 +13,12 @@ endif + SVNREV = 224 + VER = 0.4.3 +@@ -13,7 +13,7 @@ endif CONFDIR = ${XDG_CONFIG_HOME}/euclid-wm CC = cc -pedantic -Wall --CFLAGS = -O2 -g -std=c99 -+CFLAGS = -O2 -g -std=c99 -I/usr/local/include -L/usr/local/lib +-CFLAGS = -O3 -g -std=c99 ++CFLAGS = -O3 -g -std=c99 -I/usr/local/include -L/usr/local/lib LDFLAGS = -lX11 -lXinerama .PHONY: all install install_conf clean uninstall dist dist_clean - --all: euclid-wm -+all: noxinerama - - euclid-wm: euclid-wm.c - ${CC} $< ${LDFLAGS} ${CFLAGS} -o $@ -@@ -28,14 +28,23 @@ noxinerama: euclid-wm.c +@@ -31,19 +31,34 @@ noxinerama: euclid-wm.c cp noxinerama euclid-wm install: all @@ -34,11 +28,18 @@ - @install -m644 euclid-wm.conf.sample -D -b ${DESTDIR}/${SHAREDIR}/euclid-wm/euclid-wm.conf - @install -m644 euclidrc -D -b ${DESTDIR}/${SHAREDIR}/euclid-wm/euclidrc - @install -m644 VERSION -D ${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION 2>/dev/null || echo "From SVN: `svn info | grep Revision: | cut -d ' ' -f2`/`date +%F`" >${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION +- @sed s_/usr/share_/${SHAREDIR}_ start-euclid-local +- @install -m755 start-euclid-local -D ${DESTDIR}/${BINDIR}/start-euclid +- @install -m755 euclid-menu -D ${DESTDIR}/${BINDIR}/euclid-menu +- @install -m755 ./handlers/c.sh -D ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/c.sh +- @install -m755 ./handlers/default.sh -D ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/default.sh +- @install -m755 ./handlers/.echo_file.sh -D ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/.echo_file.sh +- +# @install -m755 euclid-wm -D ${DESTDIR}/${BINDIR}/euclid-wm + @cp -f euclid-wm ${DESTDIR}/${BINDIR}/euclid-wm +# @install -m644 euclid.desktop -D ${DESTDIR}/${SHAREDIR}/xsessions/euclid.desktop + @mkdir -p ${DESTDIR}/${SHAREDIR}/xsessions -+ @cp -f euclid.desktop ${DESTDIR}/${SHAREDIR}/xsessions/euclid.desktop ++ @cp -f euclid.desktop ${DESTDIR}/${SHAREDIR}/xsessions/euclid.desktop +# @install -m644 euclid.1 -D ${DESTDIR}/${MANDIR}/man1/euclid-wm.1 + @cp -f euclid.1 ${DESTDIR}/${MANDIR}/man1/euclid-wm.1 +# @install -m644 euclid-wm.conf.sample -D -b ${DESTDIR}/${SHAREDIR}/euclid-wm/euclid-wm.conf @@ -47,11 +48,21 @@ +# @install -m644 euclidrc -D -b ${DESTDIR}/${SHAREDIR}/euclid-wm/euclidrc + @cp -f euclidrc ${DESTDIR}/${SHAREDIR}/euclid-wm/euclidrc +# @install -m644 VERSION -D ${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION 2>/dev/null || echo "From SVN: `svn info | grep Revision: | cut -d ' ' -f2`/`date +%F`" >${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION -+ @cp -f VERSION ${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION - @sed s_/usr/share_/${SHAREDIR}_ start-euclid-local -- @install -m755 start-euclid-local -D ${DESTDIR}/${BINDIR}/start-euclid ++ @echo ${VER}" "${SVNREV} > ${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION ++# @cp -f VERSION ${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION ++# @sed s_/usr/share_/${SHAREDIR}_ start-euclid-local ++ @sed 's /usr/share /${SHAREDIR} ' start-euclid-local +# @install -m755 start-euclid-local -D ${DESTDIR}/${BINDIR}/start-euclid + @cp -f start-euclid-local ${DESTDIR}/${BINDIR}/start-euclid ++# @install -m755 euclid-menu -D ${DESTDIR}/${BINDIR}/euclid-menu ++ @cp -f euclid-menu ${DESTDIR}/${BINDIR}/euclid-menu ++# @install -m755 ./handlers/c.sh -D ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/c.sh ++ @mkdir -p ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers ++ @cp -f ./handlers/c.sh ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/c.sh ++# @install -m755 ./handlers/default.sh -D ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/default.sh ++ @cp -f ./handlers/default.sh ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/default.sh ++# @install -m755 ./handlers/.echo_file.sh -D ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/.echo_file.sh ++ @cp -f ./handlers/.echo_file.sh ${DESTDIR}/${SHAREDIR}/euclid-menu/handlers/.echo_file.sh + install_conf: - @install -b -D -m600 euclid-wm.conf.sample ${CONFDIR}/euclid-wm.conf Added: head/x11-wm/euclid-wm/files/patch-euclid-menu.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/euclid-wm/files/patch-euclid-menu.c Mon Feb 27 10:05:15 2017 (r434922) @@ -0,0 +1,11 @@ +--- euclid-menu.c.orig 2016-12-17 00:40:07 UTC ++++ euclid-menu.c +@@ -211,7 +211,7 @@ void load_handlers() { + chdir(getenv("HOME")); //so when we run a program it isn't in a config dir. + } + +-inline char* find_handler() { ++static inline char* find_handler() { + //read buf use an aray to pick the appropriate file handler and return the command + //what is here now is a bit simple, we need to also check the end of the line to see whether the returned command is prompting for another handler (e.g., if the command takes a filename or a URL as an argument + if (buf[0] == ':') { Modified: head/x11-wm/euclid-wm/files/patch-euclid-wm.c ============================================================================== --- head/x11-wm/euclid-wm/files/patch-euclid-wm.c Mon Feb 27 09:56:17 2017 (r434921) +++ head/x11-wm/euclid-wm/files/patch-euclid-wm.c Mon Feb 27 10:05:15 2017 (r434922) @@ -1,14 +1,16 @@ ---- euclid-wm.c.orig 2013-12-16 15:18:31 UTC +--- euclid-wm.c.orig 2015-09-06 19:45:03 UTC +++ euclid-wm.c -@@ -93,9 +93,9 @@ Thus the one or more of the following no +@@ -93,9 +93,11 @@ Thus the one or more of the following no //this is a hack -FILE *popen(char *, char *); -+FILE *popen(const char *,const char *); ++//FILE *popen(char *, char *); ++FILE *popen(const char *, const char *); int pclose (FILE *); -char *tempnam(char *,char*); -+char *tempnam(const char *,const char*); ++//char *tempnam(char *,char*); ++char *tempnam(const char *, const char *); - - #define BINDINGS 65 + //determines size of a static array (won't work with pointers) + #define ARRAY_LEN(x) (sizeof(x)/sizeof((x)[0])) Modified: head/x11-wm/euclid-wm/pkg-descr ============================================================================== --- head/x11-wm/euclid-wm/pkg-descr Mon Feb 27 09:56:17 2017 (r434921) +++ head/x11-wm/euclid-wm/pkg-descr Mon Feb 27 10:05:15 2017 (r434922) @@ -6,4 +6,5 @@ euclid seeks to do two things in particu or fixed layouts with the flexibility of those dynamic layouts, - create an easy way to manage minimized windows +WWW: https://github.com/wmdiem/euclid-wm WWW: http://euclid-wm.sourceforge.net From owner-svn-ports-all@freebsd.org Mon Feb 27 10:41:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA724CEFC05; Mon, 27 Feb 2017 10:41:47 +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 B2A756D2; Mon, 27 Feb 2017 10:41:47 +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 v1RAfknn018821; Mon, 27 Feb 2017 10:41:46 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RAfkCt018816; Mon, 27 Feb 2017 10:41:46 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702271041.v1RAfkCt018816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 27 Feb 2017 10:41:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434923 - head/dns/yadifa/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 10:41:48 -0000 Author: brnrd Date: Mon Feb 27 10:41:46 2017 New Revision: 434923 URL: https://svnweb.freebsd.org/changeset/ports/434923 Log: dns/yadifa: Fix LibreSSL build issues - Add checks for LIBRESSL_VERSION_NUMBER PR: 217349 Obtained from: https://github.com/yadifa/yadifa/pull/2 Added: head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__dsa.c (contents, props changed) head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__ecdsa.c (contents, props changed) head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__rsa.c (contents, props changed) head/dns/yadifa/files/patch-lib_dnscore_src_tsig.c (contents, props changed) Added: head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__dsa.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__dsa.c Mon Feb 27 10:41:46 2017 (r434923) @@ -0,0 +1,20 @@ +--- lib/dnscore/src/dnskey_dsa.c.orig 2016-12-16 11:52:17 UTC ++++ lib/dnscore/src/dnskey_dsa.c +@@ -70,7 +70,7 @@ + #error "OPENSSL_VERSION_NUMBER not defined" + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * Backward-compatible interface for 0.9.x +@@ -226,7 +226,7 @@ dnskey_dsa_genkey(u32 size) + int err; + DSA* dsa; + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + dsa = DSA_generate_parameters(size, NULL,0, NULL, NULL, NULL, NULL); + #else + dsa = DSA_new(); Added: head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__ecdsa.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__ecdsa.c Mon Feb 27 10:41:46 2017 (r434923) @@ -0,0 +1,11 @@ +--- lib/dnscore/src/dnskey_ecdsa.c.orig 2016-12-16 11:52:17 UTC ++++ lib/dnscore/src/dnskey_ecdsa.c +@@ -79,7 +79,7 @@ + #define DNSKEY_ALGORITHM_ECDSAP256SHA256_NID NID_X9_62_prime256v1 + #define DNSKEY_ALGORITHM_ECDSAP384SHA384_NID NID_secp384r1 + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + #define SSL_FIELD_GET(st_,f_) if(f_ != NULL) { *f_ = st_->f_; } + #define SSL_FIELD_SET(st_,f_) if(f_ != NULL) { BN_free(st_->f_); st_->f_ = f_; } Added: head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__rsa.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/yadifa/files/patch-lib_dnscore_src_dnskey__rsa.c Mon Feb 27 10:41:46 2017 (r434923) @@ -0,0 +1,11 @@ +--- lib/dnscore/src/dnskey_rsa.c.orig 2016-12-16 11:52:17 UTC ++++ lib/dnscore/src/dnskey_rsa.c +@@ -64,7 +64,7 @@ + + #define MODULE_MSG_HANDLE g_system_logger + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + #define SSL_FIELD_GET(st_,f_) if(f_ != NULL) { *f_ = st_->f_; } + #define SSL_FIELD_SET(st_,f_) if(f_ != NULL) { BN_free(st_->f_); st_->f_ = f_; } Added: head/dns/yadifa/files/patch-lib_dnscore_src_tsig.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/yadifa/files/patch-lib_dnscore_src_tsig.c Mon Feb 27 10:41:46 2017 (r434923) @@ -0,0 +1,29 @@ +--- lib/dnscore/src/tsig.c.orig 2016-12-16 11:52:17 UTC ++++ lib/dnscore/src/tsig.c +@@ -233,7 +233,7 @@ + tsig_hmac_t + tsig_hmac_allocate() + { +-#if OPENSSL_VERSION_NUMBER < 0x10100000L // ie: 0.9.x ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) // ie: 0.9.x + HMAC_CTX *hmac; + ZALLOC_OR_DIE(HMAC_CTX*, hmac, HMAC_CTX, GENERIC_TAG); + HMAC_CTX_init(hmac); +@@ -257,7 +257,7 @@ tsig_hmac_free(tsig_hmac_t t) + { + HMAC_CTX *hmac = (HMAC_CTX*)t; + yassert(hmac != NULL); +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + HMAC_CTX_cleanup(hmac); + ZFREE(t, HMAC_CTX); + #else +@@ -268,7 +268,7 @@ tsig_hmac_free(tsig_hmac_t t) + void tsig_hmac_reset(tsig_hmac_t t) + { + HMAC_CTX *hmac = (HMAC_CTX*)t; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + HMAC_CTX_cleanup(hmac); + HMAC_CTX_init(hmac); + #else From owner-svn-ports-all@freebsd.org Mon Feb 27 12:18:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF996CEEEF8; Mon, 27 Feb 2017 12:18: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 9E7DDB9C; Mon, 27 Feb 2017 12:18: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 v1RCIZQv056941; Mon, 27 Feb 2017 12:18:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCIZKx056936; Mon, 27 Feb 2017 12:18:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271218.v1RCIZKx056936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434924 - in head/sysutils/flexbackup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:18:36 -0000 Author: amdmi3 Date: Mon Feb 27 12:18:35 2017 New Revision: 434924 URL: https://svnweb.freebsd.org/changeset/ports/434924 Log: - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Pet portlint - Regenerate patches Modified: head/sysutils/flexbackup/Makefile head/sysutils/flexbackup/files/patch-flexbackup head/sysutils/flexbackup/files/patch-flexbackup.1 head/sysutils/flexbackup/files/patch-flexbackup.conf head/sysutils/flexbackup/files/patch-flexbackup.conf.5 Modified: head/sysutils/flexbackup/Makefile ============================================================================== --- head/sysutils/flexbackup/Makefile Mon Feb 27 10:41:46 2017 (r434923) +++ head/sysutils/flexbackup/Makefile Mon Feb 27 12:18:35 2017 (r434924) @@ -11,15 +11,17 @@ MASTER_SITES= http://www.edwinh.org/flex MAINTAINER= ports@FreeBSD.org COMMENT= Perl-based flexible backup system that can use dump/afio/cpio/tar -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= gtar:archivers/gtar USES= perl5 MAKE_ARGS= PERLPATH=${PERL} CONFFILE=${PREFIX}/etc/flexbackup.conf TAR_CMD= ${PREFIX}/bin/gtar +NO_ARCH= yes -SUB_FILES+= pkg-message +SUB_FILES= pkg-message OPTIONS_DEFINE= AFIO BUFFER MBUFFER ZIP DOCS AFIO_DESC= Enable afio support @@ -39,13 +41,13 @@ post-patch: ${WRKSRC}/flexbackup.conf do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/fb.install \ + ${INSTALL_SCRIPT} ${WRKSRC}/fb.install \ ${STAGEDIR}${PREFIX}/bin/flexbackup - @${INSTALL_DATA} ${WRKSRC}/flexbackup.conf \ + ${INSTALL_DATA} ${WRKSRC}/flexbackup.conf \ ${STAGEDIR}${PREFIX}/etc/flexbackup.conf.sample - @${INSTALL_MAN} ${WRKSRC}/flexbackup.1 \ + ${INSTALL_MAN} ${WRKSRC}/flexbackup.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 - @${INSTALL_MAN} ${WRKSRC}/flexbackup.conf.5 \ + ${INSTALL_MAN} ${WRKSRC}/flexbackup.conf.5 \ ${STAGEDIR}${MAN5PREFIX}/man/man5 post-install-DOCS-on: Modified: head/sysutils/flexbackup/files/patch-flexbackup ============================================================================== --- head/sysutils/flexbackup/files/patch-flexbackup Mon Feb 27 10:41:46 2017 (r434923) +++ head/sysutils/flexbackup/files/patch-flexbackup Mon Feb 27 12:18:35 2017 (r434924) @@ -1,6 +1,6 @@ ---- flexbackup.orig 2003-10-10 16:12:09.000000000 +0200 -+++ flexbackup 2011-07-06 18:55:24.000000000 +0200 -@@ -133,6 +133,9 @@ +--- flexbackup.orig 2003-10-10 14:12:09 UTC ++++ flexbackup +@@ -133,6 +133,9 @@ $::zsh_pipe_exit = '; x=(${pipestatus[@] # tar has a limit of this many chars in its volume label $::tar_max_label = 99; @@ -10,7 +10,7 @@ # Get commandline flags %::opt = (); if (! &::GetOptions(\%::opt, -@@ -269,6 +272,7 @@ +@@ -269,6 +272,7 @@ if (($::mode !~ m/^(list|extract|restore untie(%::index); } @@ -18,7 +18,7 @@ exit(0); ###################################################################### -@@ -441,7 +445,7 @@ +@@ -441,7 +445,7 @@ sub backup_routine { # Get rid of trailing / $dir = &nuke_trailing_slash($dir); @@ -27,7 +27,7 @@ # have a different numeric level if (!defined($::set_incremental)) { $level = $::level; -@@ -687,6 +691,8 @@ +@@ -687,6 +691,8 @@ sub backup { $filename .= ".zip"; } elsif ($cfg::compress eq "compress") { $filename .= ".Z"; @@ -36,7 +36,7 @@ } } elsif ($cfg::type eq "afio") { # tag these a little different, the archive file itself isn't a -@@ -701,6 +707,8 @@ +@@ -701,6 +707,8 @@ sub backup { $filename .= "-zip"; } elsif ($cfg::compress eq "compress") { $filename .= "-Z"; @@ -45,7 +45,7 @@ } } -@@ -811,6 +819,11 @@ +@@ -811,6 +819,11 @@ sub backup { ($remove, @cmds) = &backup_filelist($label, $localdir, $title, $level, $remote); } @@ -57,7 +57,7 @@ # Nuke any tmp files used in the above routines if ($remove ne '') { push(@cmds, &maybe_remote_cmd("$::path{rm} -f $remove", $remote)); -@@ -827,6 +840,11 @@ +@@ -827,6 +840,11 @@ sub backup { push(@cmds, &maybe_remote_cmd("$::path{rm} -f $pkglist", $remote)); } } @@ -69,7 +69,7 @@ # Strip multiple spaces foreach my $cmd (@cmds) { -@@ -1035,7 +1053,7 @@ +@@ -1035,7 +1053,7 @@ sub backup_dump { } else { $prunekey = $dir; } @@ -78,7 +78,7 @@ &log("| NOTE: \$prune is ignored for type=dump"); } -@@ -1140,7 +1158,7 @@ +@@ -1140,7 +1158,7 @@ sub backup_afio { $cmd .= "$::path{afio} -o "; $cmd .= "$no_compress "; $cmd .= "-z "; @@ -87,7 +87,7 @@ $cmd .= "$::afio_z_flag "; $cmd .= "$::afio_verb_flag "; $cmd .= "$::afio_sparse_flag "; -@@ -1286,8 +1304,8 @@ +@@ -1286,8 +1304,8 @@ sub backup_copy_cpio { $cmd .= "$::unz"; } $cmd .= "("; @@ -98,7 +98,7 @@ $cmd .= "$::path{cpio} -i "; $cmd .= "-m "; $cmd .= "-d "; -@@ -1336,9 +1354,8 @@ +@@ -1336,9 +1354,8 @@ sub backup_copy_rsync { # Have to take leading './' off to make rsync's include/exclude work right $cmd .= " | $::path{sed} -e \"s/\\.\\///g\" | "; @@ -109,7 +109,7 @@ $cmd .= "--archive "; $cmd .= "$::rsync_verb_flag "; $cmd .= "--delete --delete-excluded "; -@@ -1353,7 +1370,7 @@ +@@ -1353,7 +1370,7 @@ sub backup_copy_rsync { $cmd .= "$remote:"; } } @@ -118,7 +118,7 @@ push(@cmds, $cmd); -@@ -1643,7 +1660,9 @@ +@@ -1643,7 +1660,9 @@ sub backup_ar { my $tmpfile = "$cfg::tmpdir/ar.$PROCESS_ID"; my $remove = ''; @@ -129,7 +129,7 @@ if (defined($remote) and ($level != 0)) { my $time = &get_last_date($label, $level, 'numeric'); -@@ -1667,11 +1686,13 @@ +@@ -1667,11 +1686,13 @@ sub backup_ar { $cmd = "cd \"$dir\" && "; $cmd .= &file_list_cmd( $dir, $stamp, 'newline', $level, $remote, '-maxdepth 1 ! -type d'); $cmd .= "> $filelist; "; @@ -144,7 +144,7 @@ $cmd .= "; $::path{cat} $tmpfile $::z"; # Buffer both sides if remote -@@ -1785,12 +1806,9 @@ +@@ -1785,12 +1806,9 @@ sub backup_lha { $cmd = "cd \"$dir\" && "; $cmd .= &file_list_cmd( $dir, $stamp, 'newline', $level, $remote); @@ -158,7 +158,7 @@ $cmd .= "; $::path{cat} $tmpfile $::z"; # Buffer both sides if remote -@@ -2700,7 +2718,7 @@ +@@ -2700,7 +2718,7 @@ sub optioncheck { # First check if things are defined in the config file # Checks exist, true/false, or one of options &checkvar(\$cfg::type,'type','dump afio cpio tar star pax zip ar shar lha copy rsync filelist','tar'); @@ -167,7 +167,7 @@ &checkvar(\$cfg::compr_level,'compr_level','exist','4'); &checkvar(\$cfg::verbose,'verbose','bool','true'); &checkvar(\$cfg::sparse,'sparse','bool','true'); -@@ -2750,8 +2768,10 @@ +@@ -2750,8 +2768,10 @@ sub optioncheck { $::path{'find'} = &checkinpath('find'); $::path{'dd'} = &checkinpath('dd'); $::path{'printf'} = &checkinpath('printf'); @@ -179,7 +179,7 @@ # Check device (or dir) $::ftape = 0; -@@ -3001,6 +3021,16 @@ +@@ -3001,6 +3021,16 @@ sub optioncheck { $::z = " | $::path{zip} -$cfg::compr_level - -"; $::unz = "$::path{funzip} | "; } @@ -196,7 +196,7 @@ } else { $::z = ""; $::unz = ""; -@@ -3059,12 +3089,11 @@ +@@ -3059,12 +3089,11 @@ sub optioncheck { $::read_cmd = "$bufcmd $read_flags"; } elsif ($cfg::buffer eq "mbuffer") { @@ -210,7 +210,7 @@ $::buffer_cmd = " | $bufcmd"; $::write_cmd = "$bufcmd -f -o "; -@@ -3075,7 +3104,6 @@ +@@ -3075,7 +3104,6 @@ sub optioncheck { } } } else { @@ -218,7 +218,7 @@ # If buffering disabled, use dd or cat depending on if blocking turned off on not if ($cfg::blksize eq '0') { $::buffer_cmd = ""; -@@ -3252,6 +3280,10 @@ +@@ -3252,6 +3280,10 @@ sub optioncheck { $::afio_z_flag = "-P $::path{$cfg::compress} -Q -c -Z"; $::afio_unz_flag = "-P $::path{$cfg::compress} -Q -d -Q -c -Z"; @@ -229,7 +229,7 @@ } $::unz = ""; # Reset & just use this for reading the archive file. -@@ -3415,7 +3447,7 @@ +@@ -3415,7 +3447,7 @@ sub optioncheck { $::path{'lha'} = &checkinpath('lha'); push(@::remoteprogs, $::path{'lha'}); @@ -238,7 +238,7 @@ warn("Using type \"lha\" with compress=$cfg::compress makes no sense"); warn("Setting compression to false"); $::unz = ""; -@@ -3442,6 +3474,15 @@ +@@ -3442,6 +3474,15 @@ sub optioncheck { push(@::errors,"\$tmpdir $cfg::tmpdir is not writable"); } @@ -254,7 +254,7 @@ # Levels if (defined($::opt{'level'}) and (defined($::opt{'incremental'}) or -@@ -3781,7 +3822,7 @@ +@@ -3781,7 +3822,7 @@ sub maybe_get_filename { # Try and guess file types and commpression scheme # might as well since we are reading from a file in this case @@ -263,7 +263,7 @@ $cfg::type = $1; $cfg::compress = $2; $cfg::type =~ s/^a$/ar/; -@@ -3789,16 +3830,18 @@ +@@ -3789,16 +3830,18 @@ sub maybe_get_filename { $cfg::compress =~ s/bz2/bzip2/; $cfg::compress =~ s/lzo/lzop/; $cfg::compress =~ s/Z/compress/; @@ -283,7 +283,7 @@ &log("| Auto-set to type=$cfg::type compress=$cfg::compress"); &optioncheck(); # redo to set a few variables over -@@ -4841,25 +4884,32 @@ +@@ -4841,25 +4884,32 @@ sub file_list_cmd { } else { $prunekey = $dir; } @@ -327,7 +327,7 @@ $cmd .= "$::mountpoint_flag "; $cmd .= "! -type s "; -@@ -5229,6 +5279,7 @@ +@@ -5229,6 +5279,7 @@ sub test_bufferprog { my $tmp_script = "$cfg::tmpdir/buftest.$host.$PROCESS_ID.sh"; my $retval = 0; my $pipecmd; @@ -335,7 +335,7 @@ $buffer_cmd =~ s:^\s*\|\s*::; $buffer_cmd =~ s:\s*\|\s*$::; -@@ -5236,14 +5287,14 @@ +@@ -5236,14 +5287,14 @@ sub test_bufferprog { # Create a script which tests the buffer program open(SCR,"> $tmp_script") || die; print SCR "#!/bin/sh\n"; @@ -353,7 +353,7 @@ print SCR "else\n"; print SCR " echo \"unsuccessful: exit code \$res: \$out\" \n"; print SCR "fi\n"; -@@ -5254,14 +5305,22 @@ +@@ -5254,14 +5305,22 @@ sub test_bufferprog { print $::msg "| Checking '$cfg::buffer' on this machine... "; $pipecmd = "sh $tmp_script "; } else { @@ -378,7 +378,7 @@ if (/^unsuccessful: exit code (\d+): (.*)/) { $retval = $1; my $out = $2; -@@ -5290,11 +5349,15 @@ +@@ -5290,11 +5349,15 @@ sub test_bufferprog { print $::msg "\n(debug) $pipecmd\n"; } @@ -395,7 +395,7 @@ unlink("$tmp_script"); return($retval); -@@ -5396,10 +5459,10 @@ +@@ -5396,10 +5459,10 @@ sub check_shell { my $shell = $1; my $ver = $2; if ($shell eq 'bash') { @@ -409,7 +409,7 @@ } } else { $::shelltype{$host} = $shell; -@@ -5686,3 +5749,5 @@ +@@ -5686,3 +5749,5 @@ sub spinner { return($spinner[$index]); } Modified: head/sysutils/flexbackup/files/patch-flexbackup.1 ============================================================================== --- head/sysutils/flexbackup/files/patch-flexbackup.1 Mon Feb 27 10:41:46 2017 (r434923) +++ head/sysutils/flexbackup/files/patch-flexbackup.1 Mon Feb 27 12:18:35 2017 (r434924) @@ -1,6 +1,6 @@ ---- ./flexbackup.1.orig 2008-07-19 09:56:14.000000000 +0200 -+++ ./flexbackup.1 2008-07-19 09:57:40.000000000 +0200 -@@ -48,7 +48,7 @@ +--- flexbackup.1.orig 2003-10-04 15:52:00 UTC ++++ flexbackup.1 +@@ -48,7 +48,7 @@ Extract (restore) all files from archive Extract (restore) the files listed in text file \(dqfilelist\(dq into your current working directory. .TP Modified: head/sysutils/flexbackup/files/patch-flexbackup.conf ============================================================================== --- head/sysutils/flexbackup/files/patch-flexbackup.conf Mon Feb 27 10:41:46 2017 (r434923) +++ head/sysutils/flexbackup/files/patch-flexbackup.conf Mon Feb 27 12:18:35 2017 (r434924) @@ -1,6 +1,6 @@ ---- ./flexbackup.conf.orig 2008-07-19 09:56:25.000000000 +0200 -+++ ./flexbackup.conf 2008-07-19 10:00:50.000000000 +0200 -@@ -12,29 +12,92 @@ +--- flexbackup.conf.orig 2003-09-21 22:59:58 UTC ++++ flexbackup.conf +@@ -12,29 +12,92 @@ $type = 'afio'; # Configure backup "sets". # Not needed if you use "-dir " to backup one tree at a time. @@ -105,7 +105,7 @@ # Buffering program - to help streaming $buffer = 'buffer'; # one of false/buffer/mbuffer -@@ -84,7 +147,8 @@ +@@ -84,7 +147,8 @@ $staticfiles = 'false'; # True to try and preserve file access times during backup, if the selected # archive program can do so. Note that if this is true, -cnewer checks (file # permission/status changes only, not content) are turned off when deciding @@ -115,7 +115,7 @@ $atime_preserve = 'false'; # Span across filesytems? ("dump" will ignore this option) -@@ -97,8 +161,13 @@ +@@ -97,8 +161,13 @@ $traverse_fs = 'false'; # leading directories (the filesystem specs above or the "-dir" flag). # Matches paths, not filenames, so put .* on the front/back as needed. # Comment these out to exclude nothing. @@ -131,7 +131,7 @@ # If true (default), and using a tape device, level zero "set" backups # assume you want to erase and use a new tape for each set. If false, level -@@ -219,6 +288,8 @@ +@@ -219,6 +288,8 @@ $pkgdelta_archive_changed = 'true'; # $path{'afio'} = 'sudo -u nonrootuser afio'; # Modified: head/sysutils/flexbackup/files/patch-flexbackup.conf.5 ============================================================================== --- head/sysutils/flexbackup/files/patch-flexbackup.conf.5 Mon Feb 27 10:41:46 2017 (r434923) +++ head/sysutils/flexbackup/files/patch-flexbackup.conf.5 Mon Feb 27 12:18:35 2017 (r434924) @@ -1,6 +1,6 @@ ---- ./flexbackup.conf.5.orig 2008-07-19 09:56:34.000000000 +0200 -+++ ./flexbackup.conf.5 2008-07-19 09:57:58.000000000 +0200 -@@ -24,23 +24,51 @@ +--- flexbackup.conf.5.orig 2003-10-04 15:52:00 UTC ++++ flexbackup.conf.5 +@@ -24,23 +24,51 @@ in your cwd - for debugging setup/exclus .TP \fB$set{\fI'tag'\fR}\fR = \fI'/dir'\fR; Configure backup \(dqsets\(dq. Not needed if \(dq-dir \(dq is used to @@ -59,7 +59,7 @@ .TP \fB$compress\fR = \fI'false|gzip|bzip2|lzop|zip|compress|hardware'\fR; .TQ -@@ -205,7 +233,7 @@ +@@ -205,7 +233,7 @@ paths or just change command names. Exam .RS .TP If GNU \fBtar\fR is called \fB\(dqgtar\(dq\fR on your system: @@ -68,7 +68,7 @@ .TP Or it can be used to \fB\(dqsudo\(dq\fR certain commands: \fB$path{\fI'find'\fR}\fR = \fI'sudo find'\fR; -@@ -302,3 +330,6 @@ +@@ -302,3 +330,6 @@ Report bugs to (flexbackup-help@lists.so Written by Edwin Huffstutler (edwinh@computer.org) .SH "SEE ALSO" \fBflexbackup\fR(1) From owner-svn-ports-all@freebsd.org Mon Feb 27 12:38:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A2A1CEC2BE; Mon, 27 Feb 2017 12:38:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED952328; Mon, 27 Feb 2017 12:38: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 v1RCcmAr064751; Mon, 27 Feb 2017 12:38:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCclAg064749; Mon, 27 Feb 2017 12:38:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271238.v1RCclAg064749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434925 - in head/net/sdl_net: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:38:49 -0000 Author: amdmi3 Date: Mon Feb 27 12:38:47 2017 New Revision: 434925 URL: https://svnweb.freebsd.org/changeset/ports/434925 Log: - Add LICENSE_FILE - Regenerate patches Modified: head/net/sdl_net/Makefile head/net/sdl_net/files/patch-SDLnetsys.h Modified: head/net/sdl_net/Makefile ============================================================================== --- head/net/sdl_net/Makefile Mon Feb 27 12:18:35 2017 (r434924) +++ head/net/sdl_net/Makefile Mon Feb 27 12:38:47 2017 (r434925) @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Small sample cross-platform networking library LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/net/sdl_net/files/patch-SDLnetsys.h ============================================================================== --- head/net/sdl_net/files/patch-SDLnetsys.h Mon Feb 27 12:18:35 2017 (r434924) +++ head/net/sdl_net/files/patch-SDLnetsys.h Mon Feb 27 12:38:47 2017 (r434925) @@ -1,8 +1,8 @@ ---- SDLnetsys.h.orig Sun Jul 2 02:28:47 2000 -+++ SDLnetsys.h Wed Sep 20 18:42:27 2000 -@@ -41,6 +41,11 @@ - #include +--- SDLnetsys.h.orig 2012-01-15 16:20:10 UTC ++++ SDLnetsys.h +@@ -54,6 +54,11 @@ typedef int socklen_t; #include + #include #ifndef __BEOS__ +#ifdef __FreeBSD__ +#include @@ -11,4 +11,4 @@ +#endif /* FreeBSD */ #include #endif - #include + #ifdef linux /* FIXME: what other platforms have this? */ From owner-svn-ports-all@freebsd.org Mon Feb 27 12:39:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 576ECCEC2FF; Mon, 27 Feb 2017 12:39: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 2F91161F; Mon, 27 Feb 2017 12:39: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 v1RCdbLa064920; Mon, 27 Feb 2017 12:39:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCdaDL064916; Mon, 27 Feb 2017 12:39:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271239.v1RCdaDL064916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434926 - in head/net-mgmt/mrtg-ping-probe: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:39:38 -0000 Author: amdmi3 Date: Mon Feb 27 12:39:36 2017 New Revision: 434926 URL: https://svnweb.freebsd.org/changeset/ports/434926 Log: - Add LICENSE - Add NO_ARCH - Pet portlint - Regenerate patches - Clean up pkg-descr Modified: head/net-mgmt/mrtg-ping-probe/Makefile head/net-mgmt/mrtg-ping-probe/files/patch-mrtg-ping-cfg head/net-mgmt/mrtg-ping-probe/files/patch-mrtg-ping-probe head/net-mgmt/mrtg-ping-probe/pkg-descr Modified: head/net-mgmt/mrtg-ping-probe/Makefile ============================================================================== --- head/net-mgmt/mrtg-ping-probe/Makefile Mon Feb 27 12:38:47 2017 (r434925) +++ head/net-mgmt/mrtg-ping-probe/Makefile Mon Feb 27 12:39:36 2017 (r434926) @@ -10,18 +10,20 @@ MASTER_SITES= https://opsec.eu/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Round Trip Time and Packet Loss Probe for MRTG -RUN_DEPENDS= ${LOCALBASE}/bin/mrtg:net-mgmt/mrtg +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -FETCH_BEFORE_ARGS= -p # MASTER_SITE needs PASSIVE FTP. +RUN_DEPENDS= ${LOCALBASE}/bin/mrtg:net-mgmt/mrtg USES= perl5 shebangfix SHEBANG_FILES= mrtg-ping-probe +NO_ARCH= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/mrtg-ping-cfg ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/mrtg-ping-cfg ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/etc/mrtg - @${INSTALL_DATA} ${WRKSRC}/mrtg.cfg-ping ${STAGEDIR}${PREFIX}/etc/mrtg - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/mrtg.cfg-ping ${STAGEDIR}${PREFIX}/etc/mrtg + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 .include Modified: head/net-mgmt/mrtg-ping-probe/files/patch-mrtg-ping-cfg ============================================================================== --- head/net-mgmt/mrtg-ping-probe/files/patch-mrtg-ping-cfg Mon Feb 27 12:38:47 2017 (r434925) +++ head/net-mgmt/mrtg-ping-probe/files/patch-mrtg-ping-cfg Mon Feb 27 12:39:36 2017 (r434926) @@ -1,5 +1,5 @@ ---- mrtg-ping-cfg.org Sat Jan 17 22:28:55 2004 -+++ mrtg-ping-cfg Sat Jan 17 22:35:40 2004 +--- mrtg-ping-cfg.orig 1997-02-19 06:55:51 UTC ++++ mrtg-ping-cfg @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/sh Modified: head/net-mgmt/mrtg-ping-probe/files/patch-mrtg-ping-probe ============================================================================== --- head/net-mgmt/mrtg-ping-probe/files/patch-mrtg-ping-probe Mon Feb 27 12:38:47 2017 (r434925) +++ head/net-mgmt/mrtg-ping-probe/files/patch-mrtg-ping-probe Mon Feb 27 12:39:36 2017 (r434926) @@ -1,6 +1,6 @@ ---- mrtg-ping-probe.orig 2003-09-14 03:20:24.000000000 +0900 -+++ mrtg-ping-probe 2009-03-10 08:01:20.000000000 +0900 -@@ -284,7 +284,7 @@ +--- mrtg-ping-probe.orig 2003-09-13 18:20:24 UTC ++++ mrtg-ping-probe +@@ -284,7 +284,7 @@ sub ext_ping { # try to find packet loss # ToDo: only if requested?) Modified: head/net-mgmt/mrtg-ping-probe/pkg-descr ============================================================================== --- head/net-mgmt/mrtg-ping-probe/pkg-descr Mon Feb 27 12:38:47 2017 (r434925) +++ head/net-mgmt/mrtg-ping-probe/pkg-descr Mon Feb 27 12:39:36 2017 (r434926) @@ -4,6 +4,3 @@ its output to generate graphs visualizin trip times or packet loss. WWW: http://pwo.de/projects/mrtg/ - -Yoshiro MIHIRA - From owner-svn-ports-all@freebsd.org Mon Feb 27 12:44:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19B21CEC516; Mon, 27 Feb 2017 12:44:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0BC7A5F; Mon, 27 Feb 2017 12:44:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RCinIY068695; Mon, 27 Feb 2017 12:44:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCinZD068693; Mon, 27 Feb 2017 12:44:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271244.v1RCinZD068693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434927 - head/misc/diction X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:44:51 -0000 Author: amdmi3 Date: Mon Feb 27 12:44:49 2017 New Revision: 434927 URL: https://svnweb.freebsd.org/changeset/ports/434927 Log: - Fix LICENSE - Add LICENSE_FILE - Strip binary - Cleanup pkg-descr Added: head/misc/diction/pkg-plist (contents, props changed) Modified: head/misc/diction/Makefile head/misc/diction/pkg-descr Modified: head/misc/diction/Makefile ============================================================================== --- head/misc/diction/Makefile Mon Feb 27 12:39:36 2017 (r434926) +++ head/misc/diction/Makefile Mon Feb 27 12:44:49 2017 (r434927) @@ -3,19 +3,19 @@ PORTNAME= diction PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU diction and style -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -PLIST_FILES= bin/diction bin/style ${DATADIR}/C ${DATADIR}/de \ - ${DATADIR}/en ${DATADIR}/en_GB ${DATADIR}/nl \ - man/man1/diction.1.gz man/man1/style.1.gz +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Modified: head/misc/diction/pkg-descr ============================================================================== --- head/misc/diction/pkg-descr Mon Feb 27 12:39:36 2017 (r434926) +++ head/misc/diction/pkg-descr Mon Feb 27 12:44:49 2017 (r434927) @@ -6,8 +6,4 @@ readability measures. Both commands support English and German documents. -GNU style and diction are written by Michael Haardt - -http://www.moria.de/~michael/ - WWW: http://www.gnu.org/software/diction/diction.html Added: head/misc/diction/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/diction/pkg-plist Mon Feb 27 12:44:49 2017 (r434927) @@ -0,0 +1,9 @@ +bin/diction +bin/style +man/man1/diction.1.gz +man/man1/style.1.gz +%%DATADIR%%/C +%%DATADIR%%/de +%%DATADIR%%/en +%%DATADIR%%/en_GB +%%DATADIR%%/nl From owner-svn-ports-all@freebsd.org Mon Feb 27 12:45:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 254B2CEC582; Mon, 27 Feb 2017 12:45: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 CDFF4B5B; Mon, 27 Feb 2017 12:45:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RCjV8h068854; Mon, 27 Feb 2017 12:45:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCjVOr068851; Mon, 27 Feb 2017 12:45:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271245.v1RCjVOr068851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:45:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434928 - in head/misc/amfm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:45:33 -0000 Author: amdmi3 Date: Mon Feb 27 12:45:31 2017 New Revision: 434928 URL: https://svnweb.freebsd.org/changeset/ports/434928 Log: - Add LICENSE - Simplify extract - Fix install - Regenerate patches Modified: head/misc/amfm/Makefile head/misc/amfm/files/patch-Makefile head/misc/amfm/files/patch-amfm.c Modified: head/misc/amfm/Makefile ============================================================================== --- head/misc/amfm/Makefile Mon Feb 27 12:44:49 2017 (r434927) +++ head/misc/amfm/Makefile Mon Feb 27 12:45:31 2017 (r434928) @@ -12,16 +12,15 @@ EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org COMMENT= THANKO USB AM/FM Radio controller -LIB_DEPENDS= libhid.so:devel/libhid +LICENSE= NONE -NO_WRKSUBDIR= yes +LIB_DEPENDS= libhid.so:devel/libhid -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= -p -EXTRACT_AFTER_ARGS= ${WRKSRC} +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/ do-install: - @${INSTALL} ${WRKSRC}/amfm ${STAGEDIR}${PREFIX}/bin/amfm - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/amfm + ${INSTALL_PROGRAM} ${WRKSRC}/amfm ${STAGEDIR}${PREFIX}/bin/amfm .include Modified: head/misc/amfm/files/patch-Makefile ============================================================================== --- head/misc/amfm/files/patch-Makefile Mon Feb 27 12:44:49 2017 (r434927) +++ head/misc/amfm/files/patch-Makefile Mon Feb 27 12:45:31 2017 (r434928) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2009-06-28 14:24:15.000000000 +0900 -+++ ./Makefile 2009-06-28 14:26:05.000000000 +0900 +--- Makefile.orig 2017-02-27 12:28:56 UTC ++++ Makefile @@ -0,0 +1,8 @@ +CFLAGS=-I${PREFIX}/include -L${PREFIX}/lib -lhid +TARGET=amfm Modified: head/misc/amfm/files/patch-amfm.c ============================================================================== --- head/misc/amfm/files/patch-amfm.c Mon Feb 27 12:44:49 2017 (r434927) +++ head/misc/amfm/files/patch-amfm.c Mon Feb 27 12:45:31 2017 (r434928) @@ -1,5 +1,5 @@ ---- ./amfm.c.orig 2009-06-28 13:47:21.000000000 +0900 -+++ ./amfm.c 2009-06-28 14:24:15.000000000 +0900 +--- amfm.c.orig 2017-02-27 12:28:56 UTC ++++ amfm.c @@ -12,6 +12,7 @@ #include @@ -8,7 +8,7 @@ #include #include -@@ -28,7 +29,7 @@ +@@ -28,7 +29,7 @@ int main(int argc, const char** argv) { HIDInterface* hid; HIDInterfaceMatcher matcher = { RADIO_VENDID, RADIO_DEVID, NULL, NULL, 0 }; From owner-svn-ports-all@freebsd.org Mon Feb 27 12:46:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24F04CEC5F0; Mon, 27 Feb 2017 12:46:18 +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 E8C5BC81; Mon, 27 Feb 2017 12:46: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 v1RCkH8j068978; Mon, 27 Feb 2017 12:46:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCkHSG068977; Mon, 27 Feb 2017 12:46:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271246.v1RCkHSG068977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434929 - head/math/xgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:46:18 -0000 Author: amdmi3 Date: Mon Feb 27 12:46:16 2017 New Revision: 434929 URL: https://svnweb.freebsd.org/changeset/ports/434929 Log: - Add LICENSE Modified: head/math/xgraph/Makefile Modified: head/math/xgraph/Makefile ============================================================================== --- head/math/xgraph/Makefile Mon Feb 27 12:45:31 2017 (r434928) +++ head/math/xgraph/Makefile Mon Feb 27 12:46:16 2017 (r434929) @@ -11,10 +11,18 @@ DISTNAME= xgraph-11 MAINTAINER= ports@FreeBSD.org COMMENT= Program that helps you plot graphs +LICENSE= XGRAPH +LICENSE_NAME= xgraph license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= imake tar:Z USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME} +post-extract: + @${SED} -ne '2,19 {s|^ \* *||;p;}' < ${WRKSRC}/copyright.h > ${WRKSRC}/COPYING + post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/xgraph ${INSTALL_DATA} ${WRKSRC}/examples/*.xg ${STAGEDIR}${PREFIX}/share/examples/xgraph From owner-svn-ports-all@freebsd.org Mon Feb 27 12:46:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14EC1CEC640; Mon, 27 Feb 2017 12:46:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1BF8D58; Mon, 27 Feb 2017 12:46: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 v1RCkWbS069082; Mon, 27 Feb 2017 12:46:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCkW7j069081; Mon, 27 Feb 2017 12:46:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271246.v1RCkW7j069081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434930 - head/math/xgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:46:34 -0000 Author: amdmi3 Date: Mon Feb 27 12:46:32 2017 New Revision: 434930 URL: https://svnweb.freebsd.org/changeset/ports/434930 Log: - Cleanup pkg-descr Modified: head/math/xgraph/pkg-descr Modified: head/math/xgraph/pkg-descr ============================================================================== --- head/math/xgraph/pkg-descr Mon Feb 27 12:46:16 2017 (r434929) +++ head/math/xgraph/pkg-descr Mon Feb 27 12:46:32 2017 (r434930) @@ -1,3 +1,2 @@ xgraph is a program that will help you draw graphs. It is pretty old -(based on X11R3!) and required lots of hacks to make it compile. Tell -me if it does something odd. +(based on X11R3!) and required lots of hacks to make it compile. From owner-svn-ports-all@freebsd.org Mon Feb 27 12:51:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B487CEC92A; Mon, 27 Feb 2017 12:51:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3349FF4B; Mon, 27 Feb 2017 12:51: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 v1RCp7kT071497; Mon, 27 Feb 2017 12:51:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCp6UI071491; Mon, 27 Feb 2017 12:51:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271251.v1RCp6UI071491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:51:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434931 - in head/multimedia/mplex: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:51:08 -0000 Author: amdmi3 Date: Mon Feb 27 12:51:06 2017 New Revision: 434931 URL: https://svnweb.freebsd.org/changeset/ports/434931 Log: - Add LICENSE - Regenerate patches Modified: head/multimedia/mplex/Makefile head/multimedia/mplex/files/patch-Makefile head/multimedia/mplex/files/patch-inptstrm.c head/multimedia/mplex/files/patch-interact.c head/multimedia/mplex/files/patch-main.c head/multimedia/mplex/files/patch-multplex.c Modified: head/multimedia/mplex/Makefile ============================================================================== --- head/multimedia/mplex/Makefile Mon Feb 27 12:46:32 2017 (r434930) +++ head/multimedia/mplex/Makefile Mon Feb 27 12:51:06 2017 (r434931) @@ -9,6 +9,9 @@ MASTER_SITES= LOCAL/sanpei MAINTAINER= ports@FreeBSD.org COMMENT= Multiplexes MPEG component streams into system layers +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + CONFLICTS= mjpegtools-* PLIST_FILES= bin/mplex man/man1/mplex.1.gz Modified: head/multimedia/mplex/files/patch-Makefile ============================================================================== --- head/multimedia/mplex/files/patch-Makefile Mon Feb 27 12:46:32 2017 (r434930) +++ head/multimedia/mplex/files/patch-Makefile Mon Feb 27 12:51:06 2017 (r434931) @@ -1,6 +1,6 @@ ---- Makefile.orig Tue Apr 11 02:46:13 1995 -+++ Makefile Mon Sep 4 18:13:42 2000 -@@ -19,10 +19,12 @@ +--- Makefile.orig 1995-04-11 07:46:13 UTC ++++ Makefile +@@ -19,11 +19,13 @@ #CFLAGS = -g @@ -10,8 +10,9 @@ -CC = cc +CC ?= cc RM = /bin/rm -f -+ -+CFLAGS+= -DTIMER ++CFLAGS+= -DTIMER ++ OBJS = main.o bitstrm.o buffer.o inits.o inptstrm.o interact.o multplex.o systems.o timecode.o + SRCS = main.c bitstrm.c buffer.c inits.c inptstrm.c interact.c multplex.c systems.c timecode.c Modified: head/multimedia/mplex/files/patch-inptstrm.c ============================================================================== --- head/multimedia/mplex/files/patch-inptstrm.c Mon Feb 27 12:46:32 2017 (r434930) +++ head/multimedia/mplex/files/patch-inptstrm.c Mon Feb 27 12:51:06 2017 (r434931) @@ -1,12 +1,12 @@ ---- inptstrm.c.orig Wed May 31 08:04:11 1995 -+++ inptstrm.c Mon Sep 4 18:17:45 2000 +--- inptstrm.c.orig 1995-05-31 13:04:11 UTC ++++ inptstrm.c @@ -1,4 +1,5 @@ #include "main.h" +extern int Interactive; /************************************************************************* MPEG Streams Kontrolle -@@ -310,6 +311,7 @@ +@@ -310,6 +311,7 @@ unsigned int length; fclose (info_file); output_info_video (video_info); @@ -14,7 +14,7 @@ ask_continue (); } -@@ -565,6 +567,7 @@ +@@ -565,6 +567,7 @@ unsigned int length; close_bit_stream_r (&audio_bs); fclose (info_file); output_info_audio (audio_info); Modified: head/multimedia/mplex/files/patch-interact.c ============================================================================== --- head/multimedia/mplex/files/patch-interact.c Mon Feb 27 12:46:32 2017 (r434930) +++ head/multimedia/mplex/files/patch-interact.c Mon Feb 27 12:51:06 2017 (r434931) @@ -1,6 +1,6 @@ ---- interact.c.orig Wed May 31 20:18:33 1995 -+++ interact.c Fri Feb 11 10:04:07 2000 -@@ -67,7 +67,7 @@ +--- interact.c.orig 1995-05-31 11:18:33 UTC ++++ interact.c +@@ -67,7 +67,7 @@ void ask_continue () char input[20]; printf ("\nContinue processing (y/n) : "); @@ -9,7 +9,7 @@ while (input[0]!='N'&&input[0]!='n'&&input[0]!='y'&&input[0]!='Y'); if (input[0]=='N' || input[0]=='n') -@@ -92,7 +92,7 @@ +@@ -92,7 +92,7 @@ unsigned char ask_verbose () char input[20]; printf ("\nVery verbose mode (y/n) : "); Modified: head/multimedia/mplex/files/patch-main.c ============================================================================== --- head/multimedia/mplex/files/patch-main.c Mon Feb 27 12:46:32 2017 (r434930) +++ head/multimedia/mplex/files/patch-main.c Mon Feb 27 12:51:06 2017 (r434931) @@ -1,5 +1,5 @@ ---- main.c.orig Wed Apr 5 03:51:53 1995 -+++ main.c Mon Sep 4 18:17:45 2000 +--- main.c.orig 1995-04-05 08:51:53 UTC ++++ main.c @@ -59,6 +59,7 @@ *************************************************************************/ @@ -17,7 +17,7 @@ int main (argc, argv) int argc; -@@ -93,6 +96,14 @@ +@@ -93,6 +96,14 @@ char* argv[]; unsigned int which_streams=0; double startup_delay=0; Modified: head/multimedia/mplex/files/patch-multplex.c ============================================================================== --- head/multimedia/mplex/files/patch-multplex.c Mon Feb 27 12:46:32 2017 (r434930) +++ head/multimedia/mplex/files/patch-multplex.c Mon Feb 27 12:51:06 2017 (r434931) @@ -1,12 +1,12 @@ ---- multplex.c.orig Tue Jun 6 07:16:52 1995 -+++ multplex.c Mon Sep 4 18:17:45 2000 +--- multplex.c.orig 1995-06-06 12:16:52 UTC ++++ multplex.c @@ -1,4 +1,5 @@ #include "main.h" +extern int Interactive; #ifdef TIMER extern long total_sec; extern long total_usec; -@@ -129,6 +130,7 @@ +@@ -129,6 +130,7 @@ unsigned int which_streams; picture_start = TRUE; } @@ -14,7 +14,7 @@ printf("\nMerging elementary streams to MPEG/SYSTEMS multiplexed stream.\n"); printf("\n+------------------ MPEG/SYSTEMS INFORMATION -----------------+\n"); -@@ -144,6 +146,12 @@ +@@ -144,6 +146,12 @@ printf("\n+------------------ MPEG/SYSTE scanf ("%ld", &video_buffer_size); printf ("STD audio buffer in kB (CSPS: max 4 kB) : "); scanf ("%ld", &audio_buffer_size); @@ -27,7 +27,7 @@ write_pack = packets_per_pack; video_buffer_size *= 1024; -@@ -197,6 +205,7 @@ +@@ -197,6 +205,7 @@ printf("\n+------------------ MPEG/SYSTE (double)(packets_per_pack-1.))) / (double)(packets_per_pack) ); data_rate = ceil(dmux_rate/50.)*50; @@ -35,7 +35,7 @@ printf ("\ncomputed multiplexed stream data rate : %7.3f\n",dmux_rate); printf ("target data rate (e.g. %6u) : ",data_rate); scanf ("%lf", &dmux_rate); -@@ -206,12 +215,21 @@ +@@ -206,12 +215,21 @@ printf("\n+------------------ MPEG/SYSTE scanf ("%u", &video_delay_ms); printf ("audio stream startup offset (ms) : "); scanf ("%u", &audio_delay_ms); From owner-svn-ports-all@freebsd.org Mon Feb 27 12:51:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EEC7CEC994; Mon, 27 Feb 2017 12:51:55 +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 693A61DF; Mon, 27 Feb 2017 12:51: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 v1RCps7M072449; Mon, 27 Feb 2017 12:51:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCprJI072433; Mon, 27 Feb 2017 12:51:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271251.v1RCprJI072433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434932 - in head/multimedia/fxtv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:51:55 -0000 Author: amdmi3 Date: Mon Feb 27 12:51:52 2017 New Revision: 434932 URL: https://svnweb.freebsd.org/changeset/ports/434932 Log: - lincese - Add missing USES=jpeg - Regenerate patches Modified: head/multimedia/fxtv/Makefile head/multimedia/fxtv/files/patch-Makefile head/multimedia/fxtv/files/patch-app_rsrc.h head/multimedia/fxtv/files/patch-haup__remote.c head/multimedia/fxtv/files/patch-pixelview__remote.c head/multimedia/fxtv/files/patch-remote.c head/multimedia/fxtv/files/patch-tvcapture.c head/multimedia/fxtv/files/patch-tvcapture.h head/multimedia/fxtv/files/patch-tvmenu.c head/multimedia/fxtv/files/patch-tvscreen.c head/multimedia/fxtv/files/patch-videolib_Makefile head/multimedia/fxtv/files/patch-videolib_videolib.c head/multimedia/fxtv/files/patch-voxware.h head/multimedia/fxtv/files/patch-xutil.c Modified: head/multimedia/fxtv/Makefile ============================================================================== --- head/multimedia/fxtv/Makefile Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/Makefile Mon Feb 27 12:51:52 2017 (r434932) @@ -3,19 +3,21 @@ PORTNAME= fxtv PORTVERSION= 1.03 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= LOCAL/sanpei MAINTAINER= ports@FreeBSD.org COMMENT= X11-based TV display and capture application (for use with bt848 driver) -ONLY_FOR_ARCHS= i386 ia64 amd64 +LICENSE= BSD2CLAUSE LIB_DEPENDS= libtiff.so:graphics/tiff \ libXaw3d.so:x11-toolkits/Xaw3d -USES= gmake tar:tgz +ONLY_FOR_ARCHS= i386 ia64 amd64 + +USES= gmake jpeg tar:tgz MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga MAKE_FLAGS= -e @@ -31,6 +33,6 @@ EXTRA_RUN_DEPENDS= sox:audio/sox \ mplex:multimedia/mplex pre-install: - ${CP} -p ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man + @${CP} -p ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man .include Modified: head/multimedia/fxtv/files/patch-Makefile ============================================================================== --- head/multimedia/fxtv/files/patch-Makefile Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-Makefile Mon Feb 27 12:51:52 2017 (r434932) @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Feb 13 09:08:59 2001 -+++ Makefile Sat Mar 10 17:36:25 2001 +--- Makefile.orig 2001-02-12 22:08:59 UTC ++++ Makefile @@ -62,7 +62,7 @@ endif ifneq ($(DEBUG),NO) override CFLAGS = -DDEBUG -g Modified: head/multimedia/fxtv/files/patch-app_rsrc.h ============================================================================== --- head/multimedia/fxtv/files/patch-app_rsrc.h Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-app_rsrc.h Mon Feb 27 12:51:52 2017 (r434932) @@ -1,4 +1,4 @@ ---- app_rsrc.h.orig 2001-02-12 22:17:53.000000000 +0100 +--- app_rsrc.h.orig 2001-02-12 21:17:53 UTC +++ app_rsrc.h @@ -525,96 +525,95 @@ static XtResource Resources[] = { }; Modified: head/multimedia/fxtv/files/patch-haup__remote.c ============================================================================== --- head/multimedia/fxtv/files/patch-haup__remote.c Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-haup__remote.c Mon Feb 27 12:51:52 2017 (r434932) @@ -1,4 +1,4 @@ ---- haup_remote.c.orig +--- haup_remote.c.orig 2000-05-21 15:10:04 UTC +++ haup_remote.c @@ -38,9 +38,16 @@ #include Modified: head/multimedia/fxtv/files/patch-pixelview__remote.c ============================================================================== --- head/multimedia/fxtv/files/patch-pixelview__remote.c Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-pixelview__remote.c Mon Feb 27 12:51:52 2017 (r434932) @@ -1,4 +1,4 @@ ---- pixelview_remote.c.orig +--- pixelview_remote.c.orig 2000-05-21 15:10:09 UTC +++ pixelview_remote.c @@ -39,9 +39,16 @@ #include Modified: head/multimedia/fxtv/files/patch-remote.c ============================================================================== --- head/multimedia/fxtv/files/patch-remote.c Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-remote.c Mon Feb 27 12:51:52 2017 (r434932) @@ -1,5 +1,5 @@ ---- remote.c.orig Sat Sep 7 16:54:12 2002 -+++ remote.c Sat Sep 7 16:54:24 2002 +--- remote.c.orig 2001-02-12 21:05:08 UTC ++++ remote.c @@ -65,7 +65,7 @@ /* ******************** Local defines ************** */ Modified: head/multimedia/fxtv/files/patch-tvcapture.c ============================================================================== --- head/multimedia/fxtv/files/patch-tvcapture.c Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-tvcapture.c Mon Feb 27 12:51:52 2017 (r434932) @@ -1,4 +1,4 @@ ---- tvcapture.c.orig +--- tvcapture.c.orig 2001-02-12 18:59:22 UTC +++ tvcapture.c @@ -34,11 +34,18 @@ #include Modified: head/multimedia/fxtv/files/patch-tvcapture.h ============================================================================== --- head/multimedia/fxtv/files/patch-tvcapture.h Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-tvcapture.h Mon Feb 27 12:51:52 2017 (r434932) @@ -1,4 +1,4 @@ ---- tvcapture.h.orig +--- tvcapture.h.orig 2001-02-12 18:57:43 UTC +++ tvcapture.h @@ -34,8 +34,14 @@ #include Modified: head/multimedia/fxtv/files/patch-tvmenu.c ============================================================================== --- head/multimedia/fxtv/files/patch-tvmenu.c Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-tvmenu.c Mon Feb 27 12:51:52 2017 (r434932) @@ -1,6 +1,6 @@ ---- tvmenu.c.orig Mon Feb 12 22:19:33 2001 -+++ tvmenu.c Sun Nov 27 01:55:24 2005 -@@ -552,7 +552,7 @@ +--- tvmenu.c.orig 2001-02-12 21:19:33 UTC ++++ tvmenu.c +@@ -552,7 +552,7 @@ static void TVTOOLSUpdateStationPopup() Widget popup_win, new_popup_item = NULL; Cardinal num_children, i; WidgetList children; @@ -9,7 +9,7 @@ #ifdef FIXME Pixmap pix; #endif -@@ -589,7 +589,7 @@ +@@ -589,7 +589,7 @@ static void TVTOOLSUpdateStationPopup() XtVaSetValues(children[i], XtNleftBitmap, pix, NULL); #else Modified: head/multimedia/fxtv/files/patch-tvscreen.c ============================================================================== --- head/multimedia/fxtv/files/patch-tvscreen.c Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-tvscreen.c Mon Feb 27 12:51:52 2017 (r434932) @@ -1,6 +1,6 @@ ---- tvscreen.c.ORI Sun May 21 15:49:47 2000 -+++ tvscreen.c Wed Jun 7 10:19:30 2006 -@@ -480,6 +480,9 @@ +--- tvscreen.c.orig 2000-05-21 13:49:47 UTC ++++ tvscreen.c +@@ -480,6 +480,9 @@ void TVSCREENInit( TV_XSCREEN *s, dga_avail = FALSE; #ifdef HAVE_XFREE86 @@ -10,4 +10,3 @@ if ( !XUTILXServerIsLocal( TVDISPLAY ) ) SUPRINTF(( "XF86DGA not available...X Server isn't local.\n" )); else { - Modified: head/multimedia/fxtv/files/patch-videolib_Makefile ============================================================================== --- head/multimedia/fxtv/files/patch-videolib_Makefile Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-videolib_Makefile Mon Feb 27 12:51:52 2017 (r434932) @@ -1,6 +1,6 @@ ---- videolib/Makefile.orig Tue Feb 13 06:04:45 2001 -+++ videolib/Makefile Sat Mar 10 17:39:59 2001 -@@ -15,7 +15,7 @@ +--- videolib/Makefile.orig 2001-02-12 19:04:45 UTC ++++ videolib/Makefile +@@ -15,7 +15,7 @@ override INC = ifneq ($(DEBUG),NO) override CFLAGS = -DDEBUG -g else Modified: head/multimedia/fxtv/files/patch-videolib_videolib.c ============================================================================== --- head/multimedia/fxtv/files/patch-videolib_videolib.c Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-videolib_videolib.c Mon Feb 27 12:51:52 2017 (r434932) @@ -1,6 +1,6 @@ ---- videolib/videolib.c.orig 1999-11-03 03:22:04.000000000 +0100 -+++ videolib/videolib.c 2007-09-05 18:31:05.000000000 +0200 -@@ -479,9 +479,8 @@ +--- videolib/videolib.c.orig 1999-11-03 02:22:04 UTC ++++ videolib/videolib.c +@@ -479,9 +479,8 @@ static void VIDEOLIBConvertRGBToRGB( VL_ *(p++) = (*src16 >> 8) | (*src16 << 8); src16++; } @@ -12,7 +12,7 @@ } src16 = dst_line = (VL_UINT16 *) dst->buf; -@@ -513,9 +512,9 @@ +@@ -513,9 +512,9 @@ static void VIDEOLIBConvertRGBToRGB( VL_ if ( src_padded ) src16 = (VL_UINT16 *)( (VL_UINT8 *)src16 + dst_line_pad ); else @@ -25,7 +25,7 @@ } if ( !dst_swap_b ) { /* More ugliness */ -@@ -527,8 +526,8 @@ +@@ -527,8 +526,8 @@ static void VIDEOLIBConvertRGBToRGB( VL_ *(p++) = (*src16 >> 8) | (*src16 << 8); src16++; } Modified: head/multimedia/fxtv/files/patch-voxware.h ============================================================================== --- head/multimedia/fxtv/files/patch-voxware.h Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-voxware.h Mon Feb 27 12:51:52 2017 (r434932) @@ -1,5 +1,5 @@ ---- voxware.h.orig Sat Sep 7 16:51:45 2002 -+++ voxware.h Sat Sep 7 16:51:58 2002 +--- voxware.h.orig 2000-10-23 02:44:03 UTC ++++ voxware.h @@ -30,9 +30,7 @@ #ifndef __VOXWARE_H #define __VOXWARE_H Modified: head/multimedia/fxtv/files/patch-xutil.c ============================================================================== --- head/multimedia/fxtv/files/patch-xutil.c Mon Feb 27 12:51:06 2017 (r434931) +++ head/multimedia/fxtv/files/patch-xutil.c Mon Feb 27 12:51:52 2017 (r434932) @@ -1,6 +1,6 @@ ---- ./xutil.c.orig Fri Nov 5 09:38:54 1999 -+++ ./xutil.c Tue Oct 9 03:41:54 2007 -@@ -1500,8 +1500,10 @@ +--- xutil.c.orig 1999-11-05 00:38:54 UTC ++++ xutil.c +@@ -1500,8 +1500,10 @@ void XUTILDetermineFrameBufferVisual( Di /**********************************************************************/ vinfo_pref.screen = screen; From owner-svn-ports-all@freebsd.org Mon Feb 27 12:52:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42EA9CEC9D7; Mon, 27 Feb 2017 12:52: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 1D492371; Mon, 27 Feb 2017 12:52: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 v1RCqITS073307; Mon, 27 Feb 2017 12:52:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCqIJY073304; Mon, 27 Feb 2017 12:52:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271252.v1RCqIJY073304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:52:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434933 - in head/misc/usbrh-libusb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:52:19 -0000 Author: amdmi3 Date: Mon Feb 27 12:52:17 2017 New Revision: 434933 URL: https://svnweb.freebsd.org/changeset/ports/434933 Log: - Add LICENSE - Regenerate patches - Fix installation Modified: head/misc/usbrh-libusb/Makefile head/misc/usbrh-libusb/files/patch-Makefile head/misc/usbrh-libusb/files/patch-usbrh_main.c Modified: head/misc/usbrh-libusb/Makefile ============================================================================== --- head/misc/usbrh-libusb/Makefile Mon Feb 27 12:51:52 2017 (r434932) +++ head/misc/usbrh-libusb/Makefile Mon Feb 27 12:52:17 2017 (r434933) @@ -3,6 +3,7 @@ PORTNAME= usbrh-libusb PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.dd.iij4u.or.jp/~briareos/soft/ \ LOCAL/sanpei @@ -11,9 +12,11 @@ DISTNAME= usbrh-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another reads temperatures and humidity from a Strawberry Linux USB-RH +LICENSE= GPLv2 + PLIST_FILES= bin/usbrh do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/usbrh ${STAGEDIR}${PREFIX}/bin/usbrh + ${INSTALL_PROGRAM} ${WRKSRC}/usbrh ${STAGEDIR}${PREFIX}/bin/usbrh .include Modified: head/misc/usbrh-libusb/files/patch-Makefile ============================================================================== --- head/misc/usbrh-libusb/files/patch-Makefile Mon Feb 27 12:51:52 2017 (r434932) +++ head/misc/usbrh-libusb/files/patch-Makefile Mon Feb 27 12:52:17 2017 (r434933) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2008-03-24 23:22:09.000000000 +0900 -+++ ./Makefile 2009-07-20 23:23:39.000000000 +0900 +--- Makefile.orig 2008-03-24 14:22:09 UTC ++++ Makefile @@ -2,8 +2,9 @@ SRC = usbrh_main.c EXE = usbrh @@ -7,7 +7,7 @@ +all: $(EXE) $(EXE): $(SRC) - gcc -lusb -g -o $@ $^ -+ cc -lusb -g -o $@ $(SRC) ++ ${CC} ${CFLAGS} ${LDFLAGS} -lusb -o $@ $(SRC) clean: rm $(EXE) Modified: head/misc/usbrh-libusb/files/patch-usbrh_main.c ============================================================================== --- head/misc/usbrh-libusb/files/patch-usbrh_main.c Mon Feb 27 12:51:52 2017 (r434932) +++ head/misc/usbrh-libusb/files/patch-usbrh_main.c Mon Feb 27 12:52:17 2017 (r434933) @@ -1,6 +1,6 @@ ---- ./usbrh_main.c.orig 2008-03-24 23:23:26.000000000 +0900 -+++ ./usbrh_main.c 2009-07-20 23:22:59.000000000 +0900 -@@ -198,7 +198,7 @@ +--- usbrh_main.c.orig 2008-03-24 14:23:26 UTC ++++ usbrh_main.c +@@ -198,7 +198,7 @@ int DeviceNum; break; default: usage(); @@ -9,7 +9,7 @@ break; } } -@@ -209,7 +209,7 @@ +@@ -209,7 +209,7 @@ int DeviceNum; if(flag_l){ listdevice(USBRH_VENDOR, USBRH_PRODUCT); @@ -18,7 +18,7 @@ } if(flag_d) -@@ -217,7 +217,7 @@ +@@ -217,7 +217,7 @@ int DeviceNum; if((dev = searchdevice(USBRH_VENDOR, USBRH_PRODUCT, DeviceNum)) == (struct usb_device *)NULL){ puts("USBRH not found"); @@ -27,7 +27,7 @@ } if(flag_d){ -@@ -226,26 +226,30 @@ +@@ -226,26 +226,30 @@ int DeviceNum; dh = usb_open(dev); if(dh == NULL){ puts("usb_open error"); @@ -61,7 +61,7 @@ } } } -@@ -311,7 +315,7 @@ +@@ -311,7 +315,7 @@ int DeviceNum; if((rc = usb_release_interface(dh, dev->config->interface->altsetting->bInterfaceNumber))<0){ puts("usb_release_interface error"); usb_close(dh); From owner-svn-ports-all@freebsd.org Mon Feb 27 12:52:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86903CECA1B; Mon, 27 Feb 2017 12:52: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 535B26A6; Mon, 27 Feb 2017 12:52: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 v1RCqvwZ073439; Mon, 27 Feb 2017 12:52:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RCqvuL073437; Mon, 27 Feb 2017 12:52:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271252.v1RCqvuL073437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 12:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434934 - in head/print/poster: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 12:52:58 -0000 Author: amdmi3 Date: Mon Feb 27 12:52:57 2017 New Revision: 434934 URL: https://svnweb.freebsd.org/changeset/ports/434934 Log: - Add LICENSE - Fix manpage installation - Regenerate patches Modified: head/print/poster/Makefile head/print/poster/files/patch-poster.c Modified: head/print/poster/Makefile ============================================================================== --- head/print/poster/Makefile Mon Feb 27 12:52:17 2017 (r434933) +++ head/print/poster/Makefile Mon Feb 27 12:52:57 2017 (r434934) @@ -10,6 +10,9 @@ DISTNAME= poster MAINTAINER= ports@FreeBSD.org COMMENT= Resize a postscript image to print on larger media and/or multiple sheets +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + ALL_TARGET= poster MAKEFILE= /dev/null MAKE_ENV= LDLIBS="-lm" @@ -19,6 +22,6 @@ PLIST_FILES= bin/poster man/man1/poster. do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/print/poster/files/patch-poster.c ============================================================================== --- head/print/poster/files/patch-poster.c Mon Feb 27 12:52:17 2017 (r434933) +++ head/print/poster/files/patch-poster.c Mon Feb 27 12:52:57 2017 (r434934) @@ -1,6 +1,6 @@ ---- poster.c.org Thu Apr 29 00:22:46 1999 -+++ poster.c Sun Jan 30 00:48:11 2000 -@@ -570,7 +570,7 @@ +--- poster.c.orig 1999-04-28 15:22:46 UTC ++++ poster.c +@@ -570,7 +570,7 @@ static int dsc_infile( double ps_bb[4]) got_bb = 0; dsc_cont = inbody = gotall = level = atend = 0; From owner-svn-ports-all@freebsd.org Mon Feb 27 13:08:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91923CED379; Mon, 27 Feb 2017 13:08: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 69A70FCD; Mon, 27 Feb 2017 13:08:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RD88mO077762; Mon, 27 Feb 2017 13:08:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RD87s3077756; Mon, 27 Feb 2017 13:08:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271308.v1RD87s3077756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 13:08:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434935 - in head/games: . hyperrogue hyperrogue/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 13:08:09 -0000 Author: amdmi3 Date: Mon Feb 27 13:08:07 2017 New Revision: 434935 URL: https://svnweb.freebsd.org/changeset/ports/434935 Log: You are a lone adventurer in a strange world, where geometry does not work in the expected way. Gather as much treasure as you can before the nasty monsters get you. Explore several different worlds, each with its own unique treasures, enemies, and terrain obstacles. Your quest is to find the legendary treasure, the Orbs of Yendor. Collect one of them to win! Or just ignore your quest and collect smaller treasures. The twist is the unique, unusual geometry of the world: it is one of just few games which takes place on the hyperbolic plane. Witness a grid composed of hexagons and heptagons, straight lines which seem to be parallel, but then they diverge and never cross, triangles whose angles add up to less than 180 degrees, how extremely unlikely is it to reach the same place twice, and how the world seems to be rotated when you do return. All this matters for the gameplay. The game is inspired by the roguelike genre (although in a very minimalist way), works of M. C. Escher, and by puzzle games such as Deadly Rooms of Death. WWW: http://roguetemple.com/z/hyper/ Added: head/games/hyperrogue/ head/games/hyperrogue/Makefile (contents, props changed) head/games/hyperrogue/distinfo (contents, props changed) head/games/hyperrogue/files/ head/games/hyperrogue/files/patch-Makefile.am (contents, props changed) head/games/hyperrogue/pkg-descr (contents, props changed) head/games/hyperrogue/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon Feb 27 12:52:57 2017 (r434934) +++ head/games/Makefile Mon Feb 27 13:08:07 2017 (r434935) @@ -421,6 +421,7 @@ SUBDIR += hoverboard-sdl SUBDIR += hs-scroll SUBDIR += hypatia_engine + SUBDIR += hyperrogue SUBDIR += iagno SUBDIR += icbm3d SUBDIR += icebreaker Added: head/games/hyperrogue/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hyperrogue/Makefile Mon Feb 27 13:08:07 2017 (r434935) @@ -0,0 +1,48 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= hyperrogue +PORTVERSION= 8.3j +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Roguelike in a non-euclidean world + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpng.so:graphics/png + +USE_GITHUB= yes +GH_ACCOUNT= zenorogue + +USES= autoreconf localbase +GNU_CONFIGURE= yes +USE_SDL= sdl mixer gfx ttf +USE_GL= gl + +# remove -O2, otherwise clang takes gigabytes of memory +CFLAGS:= ${CFLAGS:C/-O[0-9]//} -DFHS +CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]//} -DFHS + +PORTDOCS= README.md + +DESKTOP_ENTRIES="HyperRogue" \ + "" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ + "${PORTNAME}" \ + "Game;RolePlaying;" \ + "" + +OPTIONS_DEFINE= DOCS + +post-install: + ${INSTALL_DATA} ${WRKSRC}/hr-icon.ico ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico + @${MV} ${STAGEDIR}${DATADIR}/music/* ${STAGEDIR}${DATADIR} + @${RMDIR} ${STAGEDIR}${DATADIR}/music + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ + +.include Added: head/games/hyperrogue/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hyperrogue/distinfo Mon Feb 27 13:08:07 2017 (r434935) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488028592 +SHA256 (zenorogue-hyperrogue-8.3j_GH0.tar.gz) = f6cf02cd22eeb59af96952ab5d63c6a67815e318b4906ddde54c37696b36f2d0 +SIZE (zenorogue-hyperrogue-8.3j_GH0.tar.gz) = 47350032 Added: head/games/hyperrogue/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hyperrogue/files/patch-Makefile.am Mon Feb 27 13:08:07 2017 (r434935) @@ -0,0 +1,20 @@ +--- Makefile.am.orig 2016-08-26 16:36:03 UTC ++++ Makefile.am +@@ -6,15 +6,14 @@ dist_doc_DATA = README.md + hyperrogue_SOURCES = hyper.cpp savepng.c + + # Some definitions used in graph.cpp +-hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -O2 ++hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" + + # Musicdir + musicdir=$(datadir)/hyperrogue/music + dist_music_DATA = music/hr3-caves.ogg music/hr3-desert.ogg music/hr3-hell.ogg music/hr3-jungle.ogg music/hr3-mirror.ogg music/hr3-rlyeh.ogg music/hr3-crossroads.ogg music/hr3-graveyard.ogg music/hr3-icyland.ogg music/hr3-laboratory.ogg music/hr3-motion.ogg + + music/hyperrogue-music.txt: hyperrogue +- cp hyperrogue-music.txt music/hyperrogue-music.txt +- sed -i 's+music+$(pkgdatadir)/music+g' music/hyperrogue-music.txt ++ sed 's+music+$(pkgdatadir)/music+g' music/hyperrogue-music.txt + + # Langen binary rules + noinst_PROGRAMS = langen Added: head/games/hyperrogue/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hyperrogue/pkg-descr Mon Feb 27 13:08:07 2017 (r434935) @@ -0,0 +1,20 @@ +You are a lone adventurer in a strange world, where geometry does +not work in the expected way. Gather as much treasure as you can +before the nasty monsters get you. Explore several different worlds, +each with its own unique treasures, enemies, and terrain obstacles. +Your quest is to find the legendary treasure, the Orbs of Yendor. +Collect one of them to win! Or just ignore your quest and collect +smaller treasures. + +The twist is the unique, unusual geometry of the world: it is one +of just few games which takes place on the hyperbolic plane. Witness +a grid composed of hexagons and heptagons, straight lines which +seem to be parallel, but then they diverge and never cross, triangles +whose angles add up to less than 180 degrees, how extremely unlikely +is it to reach the same place twice, and how the world seems to be +rotated when you do return. All this matters for the gameplay. The +game is inspired by the roguelike genre (although in a very minimalist +way), works of M. C. Escher, and by puzzle games such as Deadly +Rooms of Death. + +WWW: http://roguetemple.com/z/hyper/ Added: head/games/hyperrogue/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hyperrogue/pkg-plist Mon Feb 27 13:08:07 2017 (r434935) @@ -0,0 +1,15 @@ +bin/hyperrogue +%%DATADIR%%/DejaVuSans-Bold.ttf +%%DATADIR%%/hr3-caves.ogg +%%DATADIR%%/hr3-crossroads.ogg +%%DATADIR%%/hr3-desert.ogg +%%DATADIR%%/hr3-graveyard.ogg +%%DATADIR%%/hr3-hell.ogg +%%DATADIR%%/hr3-icyland.ogg +%%DATADIR%%/hr3-jungle.ogg +%%DATADIR%%/hr3-laboratory.ogg +%%DATADIR%%/hr3-mirror.ogg +%%DATADIR%%/hr3-motion.ogg +%%DATADIR%%/hr3-rlyeh.ogg +%%DATADIR%%/hyperrogue-music.txt +share/pixmaps/hyperrogue.ico From owner-svn-ports-all@freebsd.org Mon Feb 27 13:44:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1358FCEF2B0; Mon, 27 Feb 2017 13:44:32 +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 C590798C; Mon, 27 Feb 2017 13:44:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RDiUj5093070; Mon, 27 Feb 2017 13:44:30 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RDiUfl093063; Mon, 27 Feb 2017 13:44:30 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702271344.v1RDiUfl093063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 27 Feb 2017 13:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434936 - in head/lang/julia: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 13:44:32 -0000 Author: lwhsu Date: Mon Feb 27 13:44:30 2017 New Revision: 434936 URL: https://svnweb.freebsd.org/changeset/ports/434936 Log: - Backport FreeBSD only patches PR: 217320 Submitted by: Iblis Lin (maintainer) Added: head/lang/julia/files/patch-base_Terminals.jl (contents, props changed) head/lang/julia/files/patch-base_libdl.jl (contents, props changed) head/lang/julia/files/patch-base_mmap.jl (contents, props changed) head/lang/julia/files/patch-base_sharedarray.jl (contents, props changed) head/lang/julia/files/patch-base_socket.jl (contents, props changed) Modified: head/lang/julia/Makefile Modified: head/lang/julia/Makefile ============================================================================== --- head/lang/julia/Makefile Mon Feb 27 13:08:07 2017 (r434935) +++ head/lang/julia/Makefile Mon Feb 27 13:44:30 2017 (r434936) @@ -4,7 +4,7 @@ PORTNAME= julia PORTVERSION= 0.5.0 DISTVERSIONSUFFIX= -full -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ Added: head/lang/julia/files/patch-base_Terminals.jl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/julia/files/patch-base_Terminals.jl Mon Feb 27 13:44:30 2017 (r434936) @@ -0,0 +1,11 @@ +--- base/Terminals.jl.orig 2017-02-19 14:49:03 UTC ++++ base/Terminals.jl +@@ -156,7 +156,7 @@ else + function hascolor(t::TTYTerminal) + startswith(t.term_type, "xterm") && return true + try +- return success(`tput setaf 0`) ++ return success(`tput AF 0`) + catch + return false + end Added: head/lang/julia/files/patch-base_libdl.jl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/julia/files/patch-base_libdl.jl Mon Feb 27 13:44:30 2017 (r434936) @@ -0,0 +1,48 @@ +--- base/libdl.jl.orig 2016-09-20 02:54:21 UTC ++++ base/libdl.jl +@@ -198,6 +198,31 @@ if is_linux() + end + end # linux-only + ++if is_bsd() && !is_apple() ++ # DL_ITERATE_PHDR(3) on freebsd ++ immutable dl_phdr_info ++ # Base address of object ++ addr::Cuint ++ ++ # Null-terminated name of object ++ name::Ptr{UInt8} ++ ++ # Pointer to array of ELF program headers for this object ++ phdr::Ptr{Void} ++ ++ # Number of program headers for this object ++ phnum::Cshort ++ end ++ ++ function dl_phdr_info_callback(di::dl_phdr_info, size::Csize_t, dy_libs::Array{AbstractString,1}) ++ name = unsafe_string(di.name) ++ if !isempty(name) ++ push!(dy_libs, name) ++ end ++ return convert(Cint, 0)::Cint ++ end ++end # bsd family ++ + function dllist() + dynamic_libraries = Array{AbstractString}(0) + +@@ -221,6 +246,13 @@ function dllist() + ccall(:jl_dllist, Cint, (Any,), dynamic_libraries) + end + ++ @static if is_bsd() && !is_apple() ++ const callback = cfunction(dl_phdr_info_callback, Cint, ++ (Ref{dl_phdr_info}, Csize_t, Ref{Array{AbstractString,1}} )) ++ ccall(:dl_iterate_phdr, Cint, (Ptr{Void}, Ref{Array{AbstractString,1}}), callback, dynamic_libraries) ++ shift!(dynamic_libraries) ++ end ++ + return dynamic_libraries + end + Added: head/lang/julia/files/patch-base_mmap.jl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/julia/files/patch-base_mmap.jl Mon Feb 27 13:44:30 2017 (r434936) @@ -0,0 +1,11 @@ +--- base/mmap.jl.orig 2017-02-23 09:50:38 UTC ++++ base/mmap.jl +@@ -27,7 +27,7 @@ const PROT_READ = Cint(1) + const PROT_WRITE = Cint(2) + const MAP_SHARED = Cint(1) + const MAP_PRIVATE = Cint(2) +-const MAP_ANONYMOUS = Cint(is_apple() ? 0x1000 : 0x20) ++const MAP_ANONYMOUS = Cint(0x1000) + const F_GETFL = Cint(3) + + gethandle(io::IO) = fd(io) Added: head/lang/julia/files/patch-base_sharedarray.jl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/julia/files/patch-base_sharedarray.jl Mon Feb 27 13:44:30 2017 (r434936) @@ -0,0 +1,17 @@ +--- base/sharedarray.jl.orig 2017-02-23 09:55:38 UTC ++++ base/sharedarray.jl +@@ -477,13 +477,7 @@ complex(S1::SharedArray,S2::SharedArray) + + function print_shmem_limits(slen) + try +- if is_linux() +- pfx = "kernel" +- elseif is_apple() +- pfx = "kern.sysv" +- else +- return +- end ++ pfx = "kern.ipc" + + shmmax_MB = div(parse(Int, split(readstring(`sysctl $(pfx).shmmax`))[end]), 1024*1024) + page_size = parse(Int, split(readstring(`getconf PAGE_SIZE`))[end]) Added: head/lang/julia/files/patch-base_socket.jl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/julia/files/patch-base_socket.jl Mon Feb 27 13:44:30 2017 (r434936) @@ -0,0 +1,11 @@ +--- base/socket.jl.orig 2017-02-24 09:57:14 UTC ++++ base/socket.jl +@@ -762,7 +762,7 @@ function getsockname(sock::Union{TCPServ + addrv4 = raddress[1:4] + naddr = ntoh(unsafe_load(Ptr{Cuint}(pointer(addrv4)), 1)) + addr = IPv4(naddr) +- elseif rfamily[] == @static is_windows() ? 23 : (@static is_apple() ? 30 : 10) # AF_INET6 ++ elseif rfamily[] == 28 # AF_INET6 + naddr = ntoh(unsafe_load(Ptr{UInt128}(pointer(raddress)), 1)) + addr = IPv6(naddr) + else From owner-svn-ports-all@freebsd.org Mon Feb 27 13:51:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B812FCEF450; Mon, 27 Feb 2017 13:51: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 77C46B7E; Mon, 27 Feb 2017 13:51: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 v1RDpSWL095523; Mon, 27 Feb 2017 13:51:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RDpSfM095373; Mon, 27 Feb 2017 13:51:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271351.v1RDpSfM095373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 13:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434937 - in head/games/d2x-xl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 13:51:29 -0000 Author: amdmi3 Date: Mon Feb 27 13:51:28 2017 New Revision: 434937 URL: https://svnweb.freebsd.org/changeset/ports/434937 Log: - Switch to USES=autoreconf - Fix build with clang 4.0 ( PR: 216639 Reported by: jbeich@FreeBSD.org Approved by: maintainer timeout (aragon@phat.za.net, 4 weeks) Added: head/games/d2x-xl/files/patch-objects_reactor.cpp (contents, props changed) Modified: head/games/d2x-xl/Makefile Modified: head/games/d2x-xl/Makefile ============================================================================== --- head/games/d2x-xl/Makefile Mon Feb 27 13:44:30 2017 (r434936) +++ head/games/d2x-xl/Makefile Mon Feb 27 13:51:28 2017 (r434937) @@ -24,9 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --enable-release=yes \ --with-sharepath=${PREFIX}/share/d2x-xl USE_SDL= sdl mixer image -USES= dos2unix gmake motif -USE_AUTOTOOLS= aclocal autoheader automake autoconf -AUTOMAKE_ARGS= --add-missing --copy +USES= autoreconf dos2unix gmake motif DOS2UNIX_FILES= missing depcomp Added: head/games/d2x-xl/files/patch-objects_reactor.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/d2x-xl/files/patch-objects_reactor.cpp Mon Feb 27 13:51:28 2017 (r434937) @@ -0,0 +1,11 @@ +--- objects/reactor.cpp.orig 2017-02-01 15:11:32 UTC ++++ objects/reactor.cpp +@@ -184,7 +184,7 @@ else { + + void InitCountdown (CTrigger *trigP, int bReactorDestroyed, int nTimer) + { +-if (trigP && (trigP->m_info.time > 0)) ++if (trigP && trigP->m_info.time) + gameData.reactor.countdown.nTotalTime = trigP->m_info.time [0]; + else if (gameStates.app.nBaseCtrlCenExplTime != DEFAULT_CONTROL_CENTER_EXPLOSION_TIME) + gameData.reactor.countdown.nTotalTime = From owner-svn-ports-all@freebsd.org Mon Feb 27 13:53:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4860CEF53C; Mon, 27 Feb 2017 13:53: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 69EACEC7; Mon, 27 Feb 2017 13:53:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RDrTTX097118; Mon, 27 Feb 2017 13:53:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RDrTGW097115; Mon, 27 Feb 2017 13:53:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271353.v1RDrTGW097115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 13:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434938 - in head/dns/py-publicsuffix: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 13:53:30 -0000 Author: amdmi3 Date: Mon Feb 27 13:53:29 2017 New Revision: 434938 URL: https://svnweb.freebsd.org/changeset/ports/434938 Log: - Update to 1.1.0 PR: 216951 Submitted by: mjl@luckie.org.nz Approved by: maintainer timeout (d.pryadko@rambler-co.ru, 2 weeks) Added: head/dns/py-publicsuffix/files/ head/dns/py-publicsuffix/files/patch-LICENSE (contents, props changed) Modified: head/dns/py-publicsuffix/Makefile head/dns/py-publicsuffix/distinfo Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Mon Feb 27 13:51:28 2017 (r434937) +++ head/dns/py-publicsuffix/Makefile Mon Feb 27 13:53:29 2017 (r434938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= publicsuffix -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.0 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/py-publicsuffix/distinfo ============================================================================== --- head/dns/py-publicsuffix/distinfo Mon Feb 27 13:51:28 2017 (r434937) +++ head/dns/py-publicsuffix/distinfo Mon Feb 27 13:53:29 2017 (r434938) @@ -1,2 +1,3 @@ -SHA256 (publicsuffix-1.0.4.tar.gz) = aef229ed2260ed9c7c415bd09749dca173a5ac7bb1d4c278cd4bf2e3531c46ea -SIZE (publicsuffix-1.0.4.tar.gz) = 39000 +TIMESTAMP = 1486678276 +SHA256 (publicsuffix-1.1.0.tar.gz) = ae77593d269e1e5131723259cc1142c25690c20c59f2e98f67e227228028bda9 +SIZE (publicsuffix-1.1.0.tar.gz) = 61602 Added: head/dns/py-publicsuffix/files/patch-LICENSE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-publicsuffix/files/patch-LICENSE Mon Feb 27 13:53:29 2017 (r434938) @@ -0,0 +1,8 @@ +--- LICENSE.orig 2017-02-10 11:16:11.937494000 +1300 ++++ LICENSE 2017-02-10 11:16:26.902116000 +1300 +@@ -1,4 +1,4 @@ +-Copyright (c) 2015 Tomaž Šolc ++Copyright (c) 2015 Tomaz Solc + + Python module included in this distribution is based on the code downloaded + from http://code.google.com/p/python-public-suffix-list/, which is From owner-svn-ports-all@freebsd.org Mon Feb 27 13:58:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1E21CEF64B; Mon, 27 Feb 2017 13:58:17 +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 94FA7B6; Mon, 27 Feb 2017 13:58:17 +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 v1RDwGUD097451; Mon, 27 Feb 2017 13:58:16 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RDwGGC097448; Mon, 27 Feb 2017 13:58:16 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201702271358.v1RDwGGC097448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Mon, 27 Feb 2017 13:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434939 - head/devel/stlink X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 13:58:18 -0000 Author: lev Date: Mon Feb 27 13:58:16 2017 New Revision: 434939 URL: https://svnweb.freebsd.org/changeset/ports/434939 Log: Update to latest version 1.3.1 Modified: head/devel/stlink/Makefile head/devel/stlink/distinfo head/devel/stlink/pkg-plist Modified: head/devel/stlink/Makefile ============================================================================== --- head/devel/stlink/Makefile Mon Feb 27 13:53:29 2017 (r434938) +++ head/devel/stlink/Makefile Mon Feb 27 13:58:16 2017 (r434939) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= stlink -PORTVERSION= 1.3.0.20170131 -PORTREVISION= 1 +PORTVERSION= 1.3.1 +PORTREVISION= 0 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org @@ -17,7 +17,7 @@ GTK3_USE= GNOME=gtk30 USE_GITHUB= yes GH_ACCOUNT= texane -GH_TAGNAME= f62895b +GH_TAGNAME= 1.3.1 USES= cmake pkgconfig USE_LDCONFIG= yes Modified: head/devel/stlink/distinfo ============================================================================== --- head/devel/stlink/distinfo Mon Feb 27 13:53:29 2017 (r434938) +++ head/devel/stlink/distinfo Mon Feb 27 13:58:16 2017 (r434939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485868262 -SHA256 (texane-stlink-1.3.0.20170131-f62895b_GH0.tar.gz) = d84c5da8c1a726a0170886b055dfab17524df1a7812c8277eedfaa9c249cd67e -SIZE (texane-stlink-1.3.0.20170131-f62895b_GH0.tar.gz) = 130217 +TIMESTAMP = 1488203800 +SHA256 (texane-stlink-1.3.1_GH0.tar.gz) = 5d346b884b5cf1f7f9bb7fd7ee049b3b2e880785c7a15774d0b1a6574823e63b +SIZE (texane-stlink-1.3.1_GH0.tar.gz) = 130587 Modified: head/devel/stlink/pkg-plist ============================================================================== --- head/devel/stlink/pkg-plist Mon Feb 27 13:53:29 2017 (r434938) +++ head/devel/stlink/pkg-plist Mon Feb 27 13:58:16 2017 (r434939) @@ -14,7 +14,7 @@ include/stlink/usb.h include/stlink/version.h lib/libstlink-shared.so lib/libstlink-shared.so.1 -lib/libstlink-shared.so.1.3.0 +lib/libstlink-shared.so.1.3.1 lib/libstlink.a libdata/pkgconfig/stlink.pc man/man1/st-flash.1.gz From owner-svn-ports-all@freebsd.org Mon Feb 27 14:08:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF48DCEFB72; Mon, 27 Feb 2017 14:08: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 C9D09A72; Mon, 27 Feb 2017 14:08: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 v1RE8UIh001596; Mon, 27 Feb 2017 14:08:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RE8Uom001593; Mon, 27 Feb 2017 14:08:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702271408.v1RE8Uom001593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 27 Feb 2017 14:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434940 - in head/biology/bowtie2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:08:32 -0000 Author: jbeich Date: Mon Feb 27 14:08:30 2017 New Revision: 434940 URL: https://svnweb.freebsd.org/changeset/ports/434940 Log: biology/bowtie2: update to 2.3.0 - Unbreak with Clang 4.0 Changes: https://github.com/BenLangmead/bowtie2/releases/tag/v2.3.0 PR: 216619 Submitted by: Jason Bacon (maintainer) Added: head/biology/bowtie2/files/patch-aligner__result.cpp (contents, props changed) Modified: head/biology/bowtie2/Makefile (contents, props changed) head/biology/bowtie2/distinfo (contents, props changed) head/biology/bowtie2/files/patch-Makefile (contents, props changed) Modified: head/biology/bowtie2/Makefile ============================================================================== --- head/biology/bowtie2/Makefile Mon Feb 27 13:58:16 2017 (r434939) +++ head/biology/bowtie2/Makefile Mon Feb 27 14:08:30 2017 (r434940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bowtie2 -PORTVERSION= 2.2.9 +PORTVERSION= 2.3.0 DISTVERSIONPREFIX= v CATEGORIES= biology @@ -12,6 +12,8 @@ COMMENT= Ultrafast, memory-efficient sho LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS+= libtbb.so:devel/tbb + # May also work on other 64-bit platforms, but untested ONLY_FOR_ARCHS= amd64 USES= gmake perl5 python shebangfix Modified: head/biology/bowtie2/distinfo ============================================================================== --- head/biology/bowtie2/distinfo Mon Feb 27 13:58:16 2017 (r434939) +++ head/biology/bowtie2/distinfo Mon Feb 27 14:08:30 2017 (r434940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475861880 -SHA256 (BenLangmead-bowtie2-v2.2.9_GH0.tar.gz) = af940f77fc36aabea90d3d865724fd7ec7e250788d2d2f793c45c713d16ae5ee -SIZE (BenLangmead-bowtie2-v2.2.9_GH0.tar.gz) = 5815106 +TIMESTAMP = 1487550143 +SHA256 (BenLangmead-bowtie2-v2.3.0_GH0.tar.gz) = 9804fddf36233f3f92c11e2250224de3395790cf35c8280c66387075df078221 +SIZE (BenLangmead-bowtie2-v2.3.0_GH0.tar.gz) = 5810016 Modified: head/biology/bowtie2/files/patch-Makefile ============================================================================== --- head/biology/bowtie2/files/patch-Makefile Mon Feb 27 13:58:16 2017 (r434939) +++ head/biology/bowtie2/files/patch-Makefile Mon Feb 27 14:08:30 2017 (r434940) @@ -1,4 +1,4 @@ ---- Makefile.orig 2016-02-11 17:20:57 UTC +--- Makefile.orig 2016-12-30 15:40:06 UTC +++ Makefile @@ -21,8 +21,8 @@ # Makefile for bowtie, bowtie2-build, bowtie2-inspect @@ -11,7 +11,34 @@ INC = GCC_PREFIX = $(shell dirname `which gcc`) -@@ -169,7 +169,7 @@ SSE_FLAG=-msse2 +@@ -62,6 +62,8 @@ ifeq (1, $(POPCNT_CAPABILITY)) + INC += -I third_party + endif + ++INC += -I ${LOCALBASE}/include ++ + MM_DEF = + + ifeq (1,$(BOWTIE_MM)) +@@ -75,7 +77,7 @@ ifeq (1,$(BOWTIE_SHARED_MEM)) + endif + + PTHREAD_PKG = +-PTHREAD_LIB = ++PTHREAD_LIB = + + #if we're not using TBB, then we can't use queuing locks + ifeq (1,$(NO_TBB)) +@@ -94,7 +96,7 @@ endif + + #default is to use Intel TBB + ifneq (1,$(NO_TBB)) +- LIBS = $(PTHREAD_LIB) -ltbb -ltbbmalloc_proxy ++ LIBS = $(PTHREAD_LIB) -L${LOCALBASE}/lib -ltbb -ltbbmalloc + override EXTRA_FLAGS += -DWITH_TBB + else + LIBS = $(PTHREAD_LIB) +@@ -185,7 +187,7 @@ SSE_FLAG=-msse2 DEBUG_FLAGS = -O0 -g3 -m64 $(SSE_FLAG) DEBUG_DEFS = -DCOMPILER_OPTIONS="\"$(DEBUG_FLAGS) $(EXTRA_FLAGS)\"" Added: head/biology/bowtie2/files/patch-aligner__result.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bowtie2/files/patch-aligner__result.cpp Mon Feb 27 14:08:30 2017 (r434940) @@ -0,0 +1,13 @@ +https://github.com/BenLangmead/bowtie2/issues/81 + +--- aligner_result.cpp.orig 2016-12-30 15:40:06 UTC ++++ aligner_result.cpp +@@ -1130,7 +1130,7 @@ bool AlnFlags::printYF(BTString& o, bool + else if(!nfilt_ ) flag = "NS"; + else if(!scfilt_ ) flag = "SC"; + else if(!qcfilt_ ) flag = "QC"; +- if(flag > 0) { ++ if(*flag != '\0') { + if(!first) o.append('\t'); + o.append("YF:Z:"); + o.append(flag); From owner-svn-ports-all@freebsd.org Mon Feb 27 14:09:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71C3ECEFBD5; Mon, 27 Feb 2017 14:09: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 41312B9E; Mon, 27 Feb 2017 14:09: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 v1RE9PTe001798; Mon, 27 Feb 2017 14:09:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RE9PlU001796; Mon, 27 Feb 2017 14:09:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702271409.v1RE9PlU001796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 27 Feb 2017 14:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434941 - in head/biology/plinkseq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:09:26 -0000 Author: jbeich Date: Mon Feb 27 14:09:25 2017 New Revision: 434941 URL: https://svnweb.freebsd.org/changeset/ports/434941 Log: biology/plinkseq: unbreak with clang 4.0 PR: 216618 Submitted by: Jason Bacon (maintainer) Added: head/biology/plinkseq/files/ head/biology/plinkseq/files/patch-sources_plinkseq_sources_lib_r8lib.cpp (contents, props changed) Modified: head/biology/plinkseq/Makefile (contents, props changed) Modified: head/biology/plinkseq/Makefile ============================================================================== --- head/biology/plinkseq/Makefile Mon Feb 27 14:08:30 2017 (r434940) +++ head/biology/plinkseq/Makefile Mon Feb 27 14:09:25 2017 (r434941) @@ -3,6 +3,7 @@ PORTNAME= plinkseq PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= biology science MASTER_SITES= http://psychgen.u.hpc.mssm.edu/plinkseq_downloads/ # Default DISTNAME is correct, so leave it alone. Added: head/biology/plinkseq/files/patch-sources_plinkseq_sources_lib_r8lib.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/plinkseq/files/patch-sources_plinkseq_sources_lib_r8lib.cpp Mon Feb 27 14:09:25 2017 (r434941) @@ -0,0 +1,11 @@ +--- sources/plinkseq/sources/lib/r8lib.cpp.orig 2014-07-09 14:37:16 UTC ++++ sources/plinkseq/sources/lib/r8lib.cpp +@@ -31828,7 +31828,7 @@ void r8vec_index_sorted_range ( int n, d + if ( r_hi < r[indx[*i_hi]] ) + { + *i_hi = *i_hi - 1; +- if ( i_hi < 0 ) ++ if ( *i_hi < 0 ) + { + *i_lo = *i_hi + 1; + } From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 131D4CEFF01; Mon, 27 Feb 2017 14:14: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 DF5F81A8; Mon, 27 Feb 2017 14:14: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 v1REE8mE005694; Mon, 27 Feb 2017 14:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REE8Ue005689; Mon, 27 Feb 2017 14:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REE8Ue005689@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, 27 Feb 2017 14:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434942 - in head/dns: p5-Mozilla-PublicSuffix public_suffix_list rubygem-public_suffix rubygem-public_suffix_service X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 14:14:10 -0000 Author: sunpoet Date: Mon Feb 27 14:14:08 2017 New Revision: 434942 URL: https://svnweb.freebsd.org/changeset/ports/434942 Log: Update to 0.0.0.20170223 - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile head/dns/public_suffix_list/Makefile head/dns/public_suffix_list/distinfo head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix_service/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Mon Feb 27 14:14:08 2017 (r434942) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/public_suffix_list/Makefile Mon Feb 27 14:14:08 2017 (r434942) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170206 +PORTVERSION= 0.0.0.20170223 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_l GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 07c79d4 +GH_TAGNAME= 1b9ceb7 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/public_suffix_list/distinfo Mon Feb 27 14:14:08 2017 (r434942) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487174369 -SHA256 (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 3c7cca251db4c8c24e8436afc51d39e7be446e93ed801a376410745d5320a3f6 -SIZE (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 80643 +TIMESTAMP = 1488204115 +SHA256 (publicsuffix-list-0.0.0.20170223-1b9ceb7_GH0.tar.gz) = e39bc9b0ee31e555bdae0cb12c17359ccab957589a2954b731ac47ff2f772a4d +SIZE (publicsuffix-list-0.0.0.20170223-1b9ceb7_GH0.tar.gz) = 80546 Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/rubygem-public_suffix/Makefile Mon Feb 27 14:14:08 2017 (r434942) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/rubygem-public_suffix_service/Makefile Mon Feb 27 14:14:08 2017 (r434942) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns rubygems MASTER_SITES= RG From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 686E2CEFF50; Mon, 27 Feb 2017 14:14: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 3522C1BD; Mon, 27 Feb 2017 14:14: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 v1REEEKl005829; Mon, 27 Feb 2017 14:14:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REEE2C005826; Mon, 27 Feb 2017 14:14:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REEE2C005826@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, 27 Feb 2017 14:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434943 - head/www/libnghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:14:15 -0000 Author: sunpoet Date: Mon Feb 27 14:14:13 2017 New Revision: 434943 URL: https://svnweb.freebsd.org/changeset/ports/434943 Log: Update to 1.20.0 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/libnghttp2/Makefile head/www/libnghttp2/distinfo head/www/libnghttp2/pkg-plist Modified: head/www/libnghttp2/Makefile ============================================================================== --- head/www/libnghttp2/Makefile Mon Feb 27 14:14:08 2017 (r434942) +++ head/www/libnghttp2/Makefile Mon Feb 27 14:14:13 2017 (r434943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 DISTVERSIONPREFIX= v CATEGORIES= www net PKGNAMEPREFIX= lib Modified: head/www/libnghttp2/distinfo ============================================================================== --- head/www/libnghttp2/distinfo Mon Feb 27 14:14:08 2017 (r434942) +++ head/www/libnghttp2/distinfo Mon Feb 27 14:14:13 2017 (r434943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485371868 -SHA256 (nghttp2-nghttp2-v1.19.0_GH0.tar.gz) = 8c5abd6a437e84e9131b575acab2faec7f83e57eff516ee043baad704311ba6d -SIZE (nghttp2-nghttp2-v1.19.0_GH0.tar.gz) = 1707121 +TIMESTAMP = 1488199401 +SHA256 (nghttp2-nghttp2-v1.20.0_GH0.tar.gz) = 19324b348e0d9e3eb6198f4ab8d0355d0b81c2f871f722ebf4484a2f25d0ba71 +SIZE (nghttp2-nghttp2-v1.20.0_GH0.tar.gz) = 1733526 Modified: head/www/libnghttp2/pkg-plist ============================================================================== --- head/www/libnghttp2/pkg-plist Mon Feb 27 14:14:08 2017 (r434942) +++ head/www/libnghttp2/pkg-plist Mon Feb 27 14:14:13 2017 (r434943) @@ -3,5 +3,5 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.12.4 +lib/libnghttp2.so.14.13.0 libdata/pkgconfig/libnghttp2.pc From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C739CEFF77; Mon, 27 Feb 2017 14:14: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 05747223; Mon, 27 Feb 2017 14:14: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 v1REEJKO005976; Mon, 27 Feb 2017 14:14:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REEJYC005974; Mon, 27 Feb 2017 14:14:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REEJYC005974@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, 27 Feb 2017 14:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434944 - in head/www/nghttp2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:14:20 -0000 Author: sunpoet Date: Mon Feb 27 14:14:18 2017 New Revision: 434944 URL: https://svnweb.freebsd.org/changeset/ports/434944 Log: Update to 1.20.0 Changes: https://github.com/nghttp2/nghttp2/releases Deleted: head/www/nghttp2/files/patch-src-shrpx_config.cc head/www/nghttp2/files/patch-src-shrpx_ssl.cc Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Mon Feb 27 14:14:13 2017 (r434943) +++ head/www/nghttp2/Makefile Mon Feb 27 14:14:18 2017 (r434944) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Mon Feb 27 14:14:13 2017 (r434943) +++ head/www/nghttp2/distinfo Mon Feb 27 14:14:18 2017 (r434944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485371875 -SHA256 (nghttp2-nghttp2-v1.19.0_GH0.tar.gz) = 8c5abd6a437e84e9131b575acab2faec7f83e57eff516ee043baad704311ba6d -SIZE (nghttp2-nghttp2-v1.19.0_GH0.tar.gz) = 1707121 +TIMESTAMP = 1488199401 +SHA256 (nghttp2-nghttp2-v1.20.0_GH0.tar.gz) = 19324b348e0d9e3eb6198f4ab8d0355d0b81c2f871f722ebf4484a2f25d0ba71 +SIZE (nghttp2-nghttp2-v1.20.0_GH0.tar.gz) = 1733526 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D25C8CEFFB9; Mon, 27 Feb 2017 14:14: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 A0DBE2B1; Mon, 27 Feb 2017 14:14: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 v1REENPh006076; Mon, 27 Feb 2017 14:14:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REENIw006075; Mon, 27 Feb 2017 14:14:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REENIw006075@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, 27 Feb 2017 14:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434945 - head/devel/p5-MouseX-StrictConstructor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:14:24 -0000 Author: sunpoet Date: Mon Feb 27 14:14:23 2017 New Revision: 434945 URL: https://svnweb.freebsd.org/changeset/ports/434945 Log: Add LICENSE Modified: head/devel/p5-MouseX-StrictConstructor/Makefile Modified: head/devel/p5-MouseX-StrictConstructor/Makefile ============================================================================== --- head/devel/p5-MouseX-StrictConstructor/Makefile Mon Feb 27 14:14:18 2017 (r434944) +++ head/devel/p5-MouseX-StrictConstructor/Makefile Mon Feb 27 14:14:23 2017 (r434945) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Make your object constructors blow up on unknown attributes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Mouse>=0.62:devel/p5-Mouse RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B06ACEFFEA; Mon, 27 Feb 2017 14:14: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 428D6337; Mon, 27 Feb 2017 14:14:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1REESt4006195; Mon, 27 Feb 2017 14:14:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REESfw006193; Mon, 27 Feb 2017 14:14:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REESfw006193@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, 27 Feb 2017 14:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434946 - head/archivers/p5-POE-Filter-Zlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 14:14:29 -0000 Author: sunpoet Date: Mon Feb 27 14:14:27 2017 New Revision: 434946 URL: https://svnweb.freebsd.org/changeset/ports/434946 Log: Update to 2.04 Changes: http://search.cpan.org/dist/POE-Filter-Zlib/Changes Modified: head/archivers/p5-POE-Filter-Zlib/Makefile head/archivers/p5-POE-Filter-Zlib/distinfo Modified: head/archivers/p5-POE-Filter-Zlib/Makefile ============================================================================== --- head/archivers/p5-POE-Filter-Zlib/Makefile Mon Feb 27 14:14:23 2017 (r434945) +++ head/archivers/p5-POE-Filter-Zlib/Makefile Mon Feb 27 14:14:27 2017 (r434946) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Filter-Zlib -PORTVERSION= 2.02 +PORTVERSION= 2.04 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-POE-Filter-Zlib/distinfo ============================================================================== --- head/archivers/p5-POE-Filter-Zlib/distinfo Mon Feb 27 14:14:23 2017 (r434945) +++ head/archivers/p5-POE-Filter-Zlib/distinfo Mon Feb 27 14:14:27 2017 (r434946) @@ -1,2 +1,3 @@ -SHA256 (POE-Filter-Zlib-2.02.tar.gz) = aa2da97856d7652ab50d0472aa8087f45488b6bfaa2d42abb72c1b750ad59c75 -SIZE (POE-Filter-Zlib-2.02.tar.gz) = 25078 +TIMESTAMP = 1488200436 +SHA256 (POE-Filter-Zlib-2.04.tar.gz) = 96973c90465842905825da6448ccb2697906e40d4d3d0f80ebf4e29864cbb37f +SIZE (POE-Filter-Zlib-2.04.tar.gz) = 13696 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09530CEF022; Mon, 27 Feb 2017 14:14: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 C48893C3; Mon, 27 Feb 2017 14:14: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 v1REEW6r006291; Mon, 27 Feb 2017 14:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REEWtw006290; Mon, 27 Feb 2017 14:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REEWtw006290@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, 27 Feb 2017 14:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434947 - head/devel/p5-Carp-Assert-More X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 14:14:34 -0000 Author: sunpoet Date: Mon Feb 27 14:14:32 2017 New Revision: 434947 URL: https://svnweb.freebsd.org/changeset/ports/434947 Log: Sort PLIST Modified: head/devel/p5-Carp-Assert-More/pkg-plist Modified: head/devel/p5-Carp-Assert-More/pkg-plist ============================================================================== --- head/devel/p5-Carp-Assert-More/pkg-plist Mon Feb 27 14:14:27 2017 (r434946) +++ head/devel/p5-Carp-Assert-More/pkg-plist Mon Feb 27 14:14:32 2017 (r434947) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Carp::Assert::More.3.gz %%SITE_PERL%%/Carp/Assert/More.pm +%%PERL5_MAN3%%/Carp::Assert::More.3.gz From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2140ECEF04E; Mon, 27 Feb 2017 14:14: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 E1431642; Mon, 27 Feb 2017 14:14: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 v1REEbIv006412; Mon, 27 Feb 2017 14:14:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REEbHH006410; Mon, 27 Feb 2017 14:14:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REEbHH006410@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, 27 Feb 2017 14:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434948 - head/devel/p5-Config-GitLike X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:14:39 -0000 Author: sunpoet Date: Mon Feb 27 14:14:37 2017 New Revision: 434948 URL: https://svnweb.freebsd.org/changeset/ports/434948 Log: Remove MASTER_SITE_SUBDIR and sort PLIST Modified: head/devel/p5-Config-GitLike/Makefile head/devel/p5-Config-GitLike/pkg-plist Modified: head/devel/p5-Config-GitLike/Makefile ============================================================================== --- head/devel/p5-Config-GitLike/Makefile Mon Feb 27 14:14:32 2017 (r434947) +++ head/devel/p5-Config-GitLike/Makefile Mon Feb 27 14:14:37 2017 (r434948) @@ -5,7 +5,6 @@ PORTNAME= Config-GitLike PORTVERSION= 1.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ALEXMV PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/devel/p5-Config-GitLike/pkg-plist ============================================================================== --- head/devel/p5-Config-GitLike/pkg-plist Mon Feb 27 14:14:32 2017 (r434947) +++ head/devel/p5-Config-GitLike/pkg-plist Mon Feb 27 14:14:37 2017 (r434948) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/Config::GitLike.3.gz -%%PERL5_MAN3%%/Config::GitLike::Cascaded.3.gz -%%PERL5_MAN3%%/Config::GitLike::Git.3.gz %%SITE_PERL%%/Config/GitLike.pm %%SITE_PERL%%/Config/GitLike/Cascaded.pm %%SITE_PERL%%/Config/GitLike/Git.pm +%%PERL5_MAN3%%/Config::GitLike.3.gz +%%PERL5_MAN3%%/Config::GitLike::Cascaded.3.gz +%%PERL5_MAN3%%/Config::GitLike::Git.3.gz From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58211CEF076; Mon, 27 Feb 2017 14:14: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 19AA16C3; Mon, 27 Feb 2017 14:14: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 v1REEhAO006545; Mon, 27 Feb 2017 14:14:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REEgC2006542; Mon, 27 Feb 2017 14:14:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REEgC2006542@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, 27 Feb 2017 14:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434949 - head/devel/p5-Config-Model X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:14:44 -0000 Author: sunpoet Date: Mon Feb 27 14:14:42 2017 New Revision: 434949 URL: https://svnweb.freebsd.org/changeset/ports/434949 Log: Update to 2.098 Changes: http://search.cpan.org/dist/Config-Model/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo head/devel/p5-Config-Model/pkg-plist Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Mon Feb 27 14:14:37 2017 (r434948) +++ head/devel/p5-Config-Model/Makefile Mon Feb 27 14:14:42 2017 (r434949) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.097 +PORTVERSION= 2.098 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,7 +30,7 @@ BUILD_DEPENDS= p5-Carp-Assert-More>=0:de p5-Text-Diff>=0:textproc/p5-Text-Diff \ p5-Text-Levenshtein-Damerau>=0:devel/p5-Text-Levenshtein-Damerau RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Config-Model-Tester>=2.053:devel/p5-Config-Model-Tester \ +TEST_DEPENDS= p5-Config-Model-Tester>=2.059:devel/p5-Config-Model-Tester \ p5-Test-Differences>=0:devel/p5-Test-Differences \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-File-Contents>=0:devel/p5-Test-File-Contents \ Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Mon Feb 27 14:14:37 2017 (r434948) +++ head/devel/p5-Config-Model/distinfo Mon Feb 27 14:14:42 2017 (r434949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482513311 -SHA256 (Config-Model-2.097.tar.gz) = f70287e28d367c64561070c57f99ce0a6ed1b86efe6b732d2e970d13269f1c98 -SIZE (Config-Model-2.097.tar.gz) = 337966 +TIMESTAMP = 1488200465 +SHA256 (Config-Model-2.098.tar.gz) = 8ae47641889e4d1ea87c009d322b2fe0a0cc0c32a36391377994213cb267bdf2 +SIZE (Config-Model-2.098.tar.gz) = 341704 Modified: head/devel/p5-Config-Model/pkg-plist ============================================================================== --- head/devel/p5-Config-Model/pkg-plist Mon Feb 27 14:14:37 2017 (r434948) +++ head/devel/p5-Config-Model/pkg-plist Mon Feb 27 14:14:42 2017 (r434949) @@ -29,6 +29,7 @@ %%SITE_PERL%%/Config/Model/Node.pm %%SITE_PERL%%/Config/Model/ObjTreeScanner.pm %%SITE_PERL%%/Config/Model/Report.pm +%%SITE_PERL%%/Config/Model/Role/ComputeFunction.pm %%SITE_PERL%%/Config/Model/Role/Grab.pm %%SITE_PERL%%/Config/Model/Role/HelpAsText.pm %%SITE_PERL%%/Config/Model/Role/NodeLoader.pm @@ -95,6 +96,7 @@ %%PERL5_MAN3%%/Config::Model::Node.3.gz %%PERL5_MAN3%%/Config::Model::ObjTreeScanner.3.gz %%PERL5_MAN3%%/Config::Model::Report.3.gz +%%PERL5_MAN3%%/Config::Model::Role::ComputeFunction.3.gz %%PERL5_MAN3%%/Config::Model::Role::Grab.3.gz %%PERL5_MAN3%%/Config::Model::Role::HelpAsText.3.gz %%PERL5_MAN3%%/Config::Model::Role::NodeLoader.3.gz From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23210CEF0C1; Mon, 27 Feb 2017 14:14:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3A55792; Mon, 27 Feb 2017 14:14: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 v1REEmpK006663; Mon, 27 Feb 2017 14:14:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REElsw006661; Mon, 27 Feb 2017 14:14:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REElsw006661@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, 27 Feb 2017 14:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434950 - head/devel/p5-threads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:14:49 -0000 Author: sunpoet Date: Mon Feb 27 14:14:47 2017 New Revision: 434950 URL: https://svnweb.freebsd.org/changeset/ports/434950 Log: Update to 2.15 Changes: http://search.cpan.org/dist/threads/Changes Modified: head/devel/p5-threads/Makefile head/devel/p5-threads/distinfo Modified: head/devel/p5-threads/Makefile ============================================================================== --- head/devel/p5-threads/Makefile Mon Feb 27 14:14:42 2017 (r434949) +++ head/devel/p5-threads/Makefile Mon Feb 27 14:14:47 2017 (r434950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= threads -PORTVERSION= 2.12 +PORTVERSION= 2.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN Modified: head/devel/p5-threads/distinfo ============================================================================== --- head/devel/p5-threads/distinfo Mon Feb 27 14:14:42 2017 (r434949) +++ head/devel/p5-threads/distinfo Mon Feb 27 14:14:47 2017 (r434950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483253471 -SHA256 (threads-2.12.tar.gz) = 3eef1cac8f5793f539b1fb216e33d00b52ef4cca6798c8734d0314b5146e3245 -SIZE (threads-2.12.tar.gz) = 112283 +TIMESTAMP = 1488200477 +SHA256 (threads-2.15.tar.gz) = 98c9d5f9b877327c7f0ef2190588e1cd690980f039c3124aa8a1feb2b63790db +SIZE (threads-2.15.tar.gz) = 112779 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7634CEF0FD; Mon, 27 Feb 2017 14:14: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 9EE98810; Mon, 27 Feb 2017 14:14: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 v1REEqbb006782; Mon, 27 Feb 2017 14:14:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REEqPN006779; Mon, 27 Feb 2017 14:14:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REEqPN006779@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, 27 Feb 2017 14:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434951 - head/irc/p5-POE-Component-IRC-Plugin-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: Mon, 27 Feb 2017 14:14:54 -0000 Author: sunpoet Date: Mon Feb 27 14:14:52 2017 New Revision: 434951 URL: https://svnweb.freebsd.org/changeset/ports/434951 Log: Update to 1.06 Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/Changes Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile head/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile Mon Feb 27 14:14:47 2017 (r434950) +++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile Mon Feb 27 14:14:52 2017 (r434951) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-IRC-Plugin-CoreList -PORTVERSION= 1.04 +PORTVERSION= 1.06 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo Mon Feb 27 14:14:47 2017 (r434950) +++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo Mon Feb 27 14:14:52 2017 (r434951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487527746 -SHA256 (POE-Component-IRC-Plugin-CoreList-1.04.tar.gz) = a701d448737660301fbfb2c2507b0760f32830967d531f4de5f1d8315ea19ee3 -SIZE (POE-Component-IRC-Plugin-CoreList-1.04.tar.gz) = 13481 +TIMESTAMP = 1488200490 +SHA256 (POE-Component-IRC-Plugin-CoreList-1.06.tar.gz) = 741c616ee26652dc7c6a6014eae5559521393be2358d0136a2f0dca484c02a80 +SIZE (POE-Component-IRC-Plugin-CoreList-1.06.tar.gz) = 13554 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:14:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBAF2CEF130; Mon, 27 Feb 2017 14:14: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 978C788E; Mon, 27 Feb 2017 14:14: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 v1REEvl7006898; Mon, 27 Feb 2017 14:14:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REEvBH006896; Mon, 27 Feb 2017 14:14:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REEvBH006896@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, 27 Feb 2017 14:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434952 - head/irc/p5-POE-Component-IRC-Plugin-POE-Knee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:14:58 -0000 Author: sunpoet Date: Mon Feb 27 14:14:57 2017 New Revision: 434952 URL: https://svnweb.freebsd.org/changeset/ports/434952 Log: Update to 1.12 Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-POE-Knee/Changes Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/distinfo Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile Mon Feb 27 14:14:52 2017 (r434951) +++ head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile Mon Feb 27 14:14:57 2017 (r434952) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-IRC-Plugin-POE-Knee -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/distinfo ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/distinfo Mon Feb 27 14:14:52 2017 (r434951) +++ head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/distinfo Mon Feb 27 14:14:57 2017 (r434952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487595205 -SHA256 (POE-Component-IRC-Plugin-POE-Knee-1.10.tar.gz) = 85d9a2222d7ca2bf5f7d7107539e58bec5be3d99ce787d4b1d9295f00acca0c7 -SIZE (POE-Component-IRC-Plugin-POE-Knee-1.10.tar.gz) = 13560 +TIMESTAMP = 1488200504 +SHA256 (POE-Component-IRC-Plugin-POE-Knee-1.12.tar.gz) = fc486145fe633bc093cc10f38367980de7a0a8aec6e4cff392c1f6e5d96e5d3d +SIZE (POE-Component-IRC-Plugin-POE-Knee-1.12.tar.gz) = 13648 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:15:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95B83CEF16A; Mon, 27 Feb 2017 14:15:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6521690A; Mon, 27 Feb 2017 14:15:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1REF2dj007027; Mon, 27 Feb 2017 14:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REF2oG007025; Mon, 27 Feb 2017 14:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271415.v1REF2oG007025@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, 27 Feb 2017 14:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434953 - head/www/p5-App-Nopaste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:15:03 -0000 Author: sunpoet Date: Mon Feb 27 14:15:02 2017 New Revision: 434953 URL: https://svnweb.freebsd.org/changeset/ports/434953 Log: Update to 1.008 Changes: http://search.cpan.org/dist/App-Nopaste/Changes Modified: head/www/p5-App-Nopaste/Makefile head/www/p5-App-Nopaste/distinfo Modified: head/www/p5-App-Nopaste/Makefile ============================================================================== --- head/www/p5-App-Nopaste/Makefile Mon Feb 27 14:14:57 2017 (r434952) +++ head/www/p5-App-Nopaste/Makefile Mon Feb 27 14:15:02 2017 (r434953) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= App-Nopaste -PORTVERSION= 1.007 +PORTVERSION= 1.008 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-App-Nopaste/distinfo ============================================================================== --- head/www/p5-App-Nopaste/distinfo Mon Feb 27 14:14:57 2017 (r434952) +++ head/www/p5-App-Nopaste/distinfo Mon Feb 27 14:15:02 2017 (r434953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476110736 -SHA256 (App-Nopaste-1.007.tar.gz) = 60b3240681d95d85e1809fac983a40eee51ac5d2690c25038b40730cba0277db -SIZE (App-Nopaste-1.007.tar.gz) = 49793 +TIMESTAMP = 1488200523 +SHA256 (App-Nopaste-1.008.tar.gz) = aef499a1bb6e3a72a31b076bb7fb17d2aaa6c99709fe1a09ad143af5fc4f5141 +SIZE (App-Nopaste-1.008.tar.gz) = 50065 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:15:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F097CEF1CC; Mon, 27 Feb 2017 14:15: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 59E7D98D; Mon, 27 Feb 2017 14:15: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 v1REF8gb007144; Mon, 27 Feb 2017 14:15:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REF8TZ007142; Mon, 27 Feb 2017 14:15:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271415.v1REF8TZ007142@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, 27 Feb 2017 14:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434954 - head/devel/rubygem-concurrent-ruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:15:09 -0000 Author: sunpoet Date: Mon Feb 27 14:15:08 2017 New Revision: 434954 URL: https://svnweb.freebsd.org/changeset/ports/434954 Log: Update to 1.0.5 Changes: https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-concurrent-ruby/Makefile head/devel/rubygem-concurrent-ruby/distinfo Modified: head/devel/rubygem-concurrent-ruby/Makefile ============================================================================== --- head/devel/rubygem-concurrent-ruby/Makefile Mon Feb 27 14:15:02 2017 (r434953) +++ head/devel/rubygem-concurrent-ruby/Makefile Mon Feb 27 14:15:08 2017 (r434954) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= concurrent-ruby -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-concurrent-ruby/distinfo ============================================================================== --- head/devel/rubygem-concurrent-ruby/distinfo Mon Feb 27 14:15:02 2017 (r434953) +++ head/devel/rubygem-concurrent-ruby/distinfo Mon Feb 27 14:15:08 2017 (r434954) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483117423 -SHA256 (rubygem/concurrent-ruby-1.0.4.gem) = ebd266064280cf52fab521ddd369d51a95f6aff664119e229b07101a6088f25c -SIZE (rubygem/concurrent-ruby-1.0.4.gem) = 132096 +TIMESTAMP = 1488200529 +SHA256 (rubygem/concurrent-ruby-1.0.5.gem) = 8ee1206d0145a51f9ebdf735e4b5d6a957e085323b9db32e9b04f557dcd774a0 +SIZE (rubygem/concurrent-ruby-1.0.5.gem) = 132608 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:15:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2A07CEF202; Mon, 27 Feb 2017 14:15: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 57226A1B; Mon, 27 Feb 2017 14:15: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 v1REFEc7007272; Mon, 27 Feb 2017 14:15:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REFEUI007271; Mon, 27 Feb 2017 14:15:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271415.v1REFEUI007271@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, 27 Feb 2017 14:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434955 - in head/devel/rubygem-concurrent-ruby-edge: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:15:15 -0000 Author: sunpoet Date: Mon Feb 27 14:15:14 2017 New Revision: 434955 URL: https://svnweb.freebsd.org/changeset/ports/434955 Log: Update to 0.3.1 Changes: https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md Deleted: head/devel/rubygem-concurrent-ruby-edge/files/ Modified: head/devel/rubygem-concurrent-ruby-edge/Makefile head/devel/rubygem-concurrent-ruby-edge/distinfo Modified: head/devel/rubygem-concurrent-ruby-edge/Makefile ============================================================================== --- head/devel/rubygem-concurrent-ruby-edge/Makefile Mon Feb 27 14:15:08 2017 (r434954) +++ head/devel/rubygem-concurrent-ruby-edge/Makefile Mon Feb 27 14:15:14 2017 (r434955) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= concurrent-ruby-edge -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Bleeding edge features for conc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.3:devel/rubygem-concurrent-ruby +RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.5:devel/rubygem-concurrent-ruby NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-concurrent-ruby-edge/distinfo ============================================================================== --- head/devel/rubygem-concurrent-ruby-edge/distinfo Mon Feb 27 14:15:08 2017 (r434954) +++ head/devel/rubygem-concurrent-ruby-edge/distinfo Mon Feb 27 14:15:14 2017 (r434955) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483350128 -SHA256 (rubygem/concurrent-ruby-edge-0.3.0.gem) = 640f750a2ff7bf12cb364182c021fbcf203a4205cc5fa2a5e12b4f186bc82de7 -SIZE (rubygem/concurrent-ruby-edge-0.3.0.gem) = 49664 +TIMESTAMP = 1488200535 +SHA256 (rubygem/concurrent-ruby-edge-0.3.1.gem) = 2344c3cab8e625d5dcf7e543a41c1665b069279e391a9a58d9423ab4ed4aff99 +SIZE (rubygem/concurrent-ruby-edge-0.3.1.gem) = 52224 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:15:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A318ACEF237; Mon, 27 Feb 2017 14:15: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 5529AA8F; Mon, 27 Feb 2017 14:15: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 v1REFJO2007391; Mon, 27 Feb 2017 14:15:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REFJYX007389; Mon, 27 Feb 2017 14:15:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271415.v1REFJYX007389@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, 27 Feb 2017 14:15:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434956 - in head/devel/rubygem-dynflow: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:15:20 -0000 Author: sunpoet Date: Mon Feb 27 14:15:19 2017 New Revision: 434956 URL: https://svnweb.freebsd.org/changeset/ports/434956 Log: Fix gemspec for rubygem-concurrent-ruby-edge 0.3.0 update (r430328) - Bump PORTREVISION for package change Modified: head/devel/rubygem-dynflow/Makefile head/devel/rubygem-dynflow/files/patch-gemspec Modified: head/devel/rubygem-dynflow/Makefile ============================================================================== --- head/devel/rubygem-dynflow/Makefile Mon Feb 27 14:15:14 2017 (r434955) +++ head/devel/rubygem-dynflow/Makefile Mon Feb 27 14:15:19 2017 (r434956) @@ -2,6 +2,7 @@ PORTNAME= dynflow PORTVERSION= 0.8.20 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-dynflow/files/patch-gemspec ============================================================================== --- head/devel/rubygem-dynflow/files/patch-gemspec Mon Feb 27 14:15:14 2017 (r434955) +++ head/devel/rubygem-dynflow/files/patch-gemspec Mon Feb 27 14:15:19 2017 (r434956) @@ -1,11 +1,14 @@ ---- dynflow.gemspec.orig 2017-01-25 15:29:38 UTC +--- dynflow.gemspec.orig 2017-02-27 13:37:24 UTC +++ dynflow.gemspec -@@ -25,7 +25,7 @@ Gem::Specification.new do |s| +@@ -25,9 +25,9 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q.freeze, [">= 0"]) s.add_runtime_dependency(%q.freeze, [">= 0"]) - s.add_runtime_dependency(%q.freeze, ["< 0.7.4", ">= 0.7.0"]) + s.add_runtime_dependency(%q.freeze, [">= 0.7.0"]) s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.2.3"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.2.3"]) ++ s.add_runtime_dependency(%q.freeze, [">= 0.2.3"]) s.add_runtime_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, [">= 0"]) From owner-svn-ports-all@freebsd.org Mon Feb 27 14:27:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE6F7CEF70B; Mon, 27 Feb 2017 14:27: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 AB4A0A5C; Mon, 27 Feb 2017 14:27: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 v1RER094011368; Mon, 27 Feb 2017 14:27:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RER0nr011367; Mon, 27 Feb 2017 14:27:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271427.v1RER0nr011367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 14:27:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434957 - head/mail/opendmarc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:27:02 -0000 Author: amdmi3 Date: Mon Feb 27 14:27:00 2017 New Revision: 434957 URL: https://svnweb.freebsd.org/changeset/ports/434957 Log: - Add missing dependency on www/p5-HTTP-Message PR: 216947 Submitted by: douglas@douglasthrift.net Approved by: maintainer timeout (freebsd@gushi.org, 2 weeks) MFH: 2017Q1 Modified: head/mail/opendmarc/Makefile Modified: head/mail/opendmarc/Makefile ============================================================================== --- head/mail/opendmarc/Makefile Mon Feb 27 14:15:19 2017 (r434956) +++ head/mail/opendmarc/Makefile Mon Feb 27 14:27:00 2017 (r434957) @@ -3,7 +3,7 @@ PORTNAME= opendmarc PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases @@ -11,12 +11,13 @@ MASTER_SITES= SF/${PORTNAME} \ MAINTAINER= freebsd@gushi.org COMMENT= DMARC library and milter implementation -LICENSE= BSD3CLAUSE SENDMAIL -LICENSE_COMB= multi +LICENSE= BSD3CLAUSE SENDMAIL +LICENSE_COMB= multi RUN_DEPENDS= p5-Switch>=0:lang/p5-Switch \ p5-DBI>=0:databases/p5-DBI \ - p5-DBD-mysql>=0:databases/p5-DBD-mysql + p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + p5-HTTP-Message>=0:www/p5-HTTP-Message LICENSE_FILE_SENDMAIL= ${WRKSRC}/LICENSE.Sendmail LICENSE_GROUPS_SENDMAIL= FSF OSI From owner-svn-ports-all@freebsd.org Mon Feb 27 14:30:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DC4ECEF7A1; Mon, 27 Feb 2017 14:30: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 D684CBC1; Mon, 27 Feb 2017 14:30: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 v1REUARY011664; Mon, 27 Feb 2017 14:30:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REUAOV011663; Mon, 27 Feb 2017 14:30:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271430.v1REUAOV011663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 14:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434958 - branches/2017Q1/mail/opendmarc 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, 27 Feb 2017 14:30:12 -0000 Author: amdmi3 Date: Mon Feb 27 14:30:10 2017 New Revision: 434958 URL: https://svnweb.freebsd.org/changeset/ports/434958 Log: MFH: r434957 - Add missing dependency on www/p5-HTTP-Message PR: 216947 Submitted by: douglas@douglasthrift.net Approved by: maintainer timeout (freebsd@gushi.org, 2 weeks) Approved by: ports-secteam (with hat) Modified: branches/2017Q1/mail/opendmarc/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/mail/opendmarc/Makefile ============================================================================== --- branches/2017Q1/mail/opendmarc/Makefile Mon Feb 27 14:27:00 2017 (r434957) +++ branches/2017Q1/mail/opendmarc/Makefile Mon Feb 27 14:30:10 2017 (r434958) @@ -3,7 +3,7 @@ PORTNAME= opendmarc PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases @@ -11,12 +11,13 @@ MASTER_SITES= SF/${PORTNAME} \ MAINTAINER= freebsd@gushi.org COMMENT= DMARC library and milter implementation -LICENSE= BSD3CLAUSE SENDMAIL -LICENSE_COMB= multi +LICENSE= BSD3CLAUSE SENDMAIL +LICENSE_COMB= multi RUN_DEPENDS= p5-Switch>=0:lang/p5-Switch \ p5-DBI>=0:databases/p5-DBI \ - p5-DBD-mysql>=0:databases/p5-DBD-mysql + p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + p5-HTTP-Message>=0:www/p5-HTTP-Message LICENSE_FILE_SENDMAIL= ${WRKSRC}/LICENSE.Sendmail LICENSE_GROUPS_SENDMAIL= FSF OSI From owner-svn-ports-all@freebsd.org Mon Feb 27 14:32:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37C85CEFA1B; Mon, 27 Feb 2017 14:32: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 076D6F81; Mon, 27 Feb 2017 14:32: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 v1REWbXW015312; Mon, 27 Feb 2017 14:32:37 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REWbmg015310; Mon, 27 Feb 2017 14:32:37 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201702271432.v1REWbmg015310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Feb 2017 14:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434959 - in head/ports-mgmt/pkg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:32:38 -0000 Author: bapt Date: Mon Feb 27 14:32:36 2017 New Revision: 434959 URL: https://svnweb.freebsd.org/changeset/ports/434959 Log: Fix signing_command something saving a truncated signature in the file as a result pkg will reject any repository signed Added: head/ports-mgmt/pkg/files/patch-signing_command (contents, props changed) Modified: head/ports-mgmt/pkg/Makefile Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Mon Feb 27 14:30:10 2017 (r434958) +++ head/ports-mgmt/pkg/Makefile Mon Feb 27 14:32:36 2017 (r434959) @@ -2,7 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Added: head/ports-mgmt/pkg/files/patch-signing_command ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-signing_command Mon Feb 27 14:32:36 2017 (r434959) @@ -0,0 +1,20 @@ +commit df567e873326532a96de420e6953d7111f446cff +Author: Baptiste Daroussin +Date: Mon Feb 27 14:31:48 2017 +0100 + + Use binary copy instead of printf to fix issues with pkg repo + signing_command when the signature contains \0 + +diff --git libpkg/pkg_repo_create.c libpkg/pkg_repo_create.c +index ac69e06c..1dab735c 100644 +--- libpkg/pkg_repo_create.c ++++ libpkg/pkg_repo_create.c +@@ -822,7 +822,7 @@ pkg_repo_sign(char *path, char **argv, int argc, UT_string **sig, UT_string **ce + break; + } + if (buf != NULL) +- utstring_printf(buf, "%s", line); ++ utstring_bincpy(buf, line, linelen); + } + + if (pclose(fp) != 0) { From owner-svn-ports-all@freebsd.org Mon Feb 27 14:39:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 438C3CEFD0D; Mon, 27 Feb 2017 14:39: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 ED27D876; Mon, 27 Feb 2017 14:39: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 v1REdDIF015740; Mon, 27 Feb 2017 14:39:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REdCvZ015736; Mon, 27 Feb 2017 14:39:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702271439.v1REdCvZ015736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 27 Feb 2017 14:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434960 - 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, 27 Feb 2017 14:39:14 -0000 Author: mat Date: Mon Feb 27 14:39:12 2017 New Revision: 434960 URL: https://svnweb.freebsd.org/changeset/ports/434960 Log: Update to v5.25.10-41-gaa9ac6c. Changes: https://github.com/Perl/perl5/compare/v5.25.9-179-g2042c7f...v5.25.10-41-gaa9ac6c 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 Feb 27 14:32:36 2017 (r434959) +++ head/lang/perl5-devel/Makefile Mon Feb 27 14:39:12 2017 (r434960) @@ -34,7 +34,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.9-179-g2042c7f +GH_TAGNAME= v5.25.10-41-gaa9ac6c MAKE_JOBS_UNSAFE= yes Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Feb 27 14:32:36 2017 (r434959) +++ head/lang/perl5-devel/distinfo Mon Feb 27 14:39:12 2017 (r434960) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487599040 -SHA256 (perl/perl-5.25.9-179_GH0.tar.gz) = ae921b872b56410d48ed16265235caa9f3741b89a051c5dd851780d316534d2c -SIZE (perl/perl-5.25.9-179_GH0.tar.gz) = 18466287 +TIMESTAMP = 1488189615 +SHA256 (perl/perl-5.25.10-41_GH0.tar.gz) = 18659f929d820da5350bb6ad3befc3e9abca4b4ca50307eb300dbec33f4797cf +SIZE (perl/perl-5.25.10-41_GH0.tar.gz) = 18469807 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon Feb 27 14:32:36 2017 (r434959) +++ head/lang/perl5-devel/pkg-plist Mon Feb 27 14:39:12 2017 (r434960) @@ -971,6 +971,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5241delta.1.gz %%MAN1%%/perl5250delta.1.gz %%MAN1%%/perl52510delta.1.gz +%%MAN1%%/perl52511delta.1.gz %%MAN1%%/perl5251delta.1.gz %%MAN1%%/perl5252delta.1.gz %%MAN1%%/perl5253delta.1.gz @@ -1759,6 +1760,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5241delta.pod %%PRIV_LIB%%/pod/perl5250delta.pod %%PRIV_LIB%%/pod/perl52510delta.pod +%%PRIV_LIB%%/pod/perl52511delta.pod %%PRIV_LIB%%/pod/perl5251delta.pod %%PRIV_LIB%%/pod/perl5252delta.pod %%PRIV_LIB%%/pod/perl5253delta.pod Modified: head/lang/perl5-devel/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Mon Feb 27 14:32:36 2017 (r434959) +++ head/lang/perl5-devel/version.mk Mon Feb 27 14:39:12 2017 (r434960) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.25.10 +PERL_VERSION= 5.25.11 PERL5_DEPEND= perl5>=5.25<5.26 From owner-svn-ports-all@freebsd.org Mon Feb 27 14:52:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AC38CEF5B0; Mon, 27 Feb 2017 14:52:14 +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 02EE8680; Mon, 27 Feb 2017 14:52:13 +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 v1REqDsU023397; Mon, 27 Feb 2017 14:52:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REqCCs023392; Mon, 27 Feb 2017 14:52:12 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702271452.v1REqCCs023392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 27 Feb 2017 14:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434961 - in head/mail/postsrsd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 14:52:14 -0000 Author: swills Date: Mon Feb 27 14:52:12 2017 New Revision: 434961 URL: https://svnweb.freebsd.org/changeset/ports/434961 Log: mail/postsrsd: Update to 1.4, avoid secret in pkg Update to 1.4 (1) While here, avoid creating postsrsd.secret in package and improve rc script (2) PR: 211098 (2) PR: 217340 (1) Submitted by: Miroslav Lachman (2) Submitted by: Peter Putzer (1) Approved by: Krzysztof (maintainer) (1)(2) Deleted: head/mail/postsrsd/files/patch-srs2.c head/mail/postsrsd/files/patch-srs2.h Modified: head/mail/postsrsd/Makefile head/mail/postsrsd/distinfo head/mail/postsrsd/files/patch-CMakeLists.txt head/mail/postsrsd/files/patch-postinstall.cmake.in head/mail/postsrsd/files/postsrsd.in Modified: head/mail/postsrsd/Makefile ============================================================================== --- head/mail/postsrsd/Makefile Mon Feb 27 14:39:12 2017 (r434960) +++ head/mail/postsrsd/Makefile Mon Feb 27 14:52:12 2017 (r434961) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postsrsd -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.4 CATEGORIES= mail MAINTAINER= ports@bsdserwis.com @@ -31,6 +30,6 @@ OPTIONS_DEFINE= DOCS DOCS_CMAKE_ON= -DENABLE_DOCS:STRING="ON" -PLIST_FILES= sbin/postsrsd man/man8/postsrsd.8.gz etc/postsrsd.secret +PLIST_FILES= sbin/postsrsd man/man8/postsrsd.8.gz .include Modified: head/mail/postsrsd/distinfo ============================================================================== --- head/mail/postsrsd/distinfo Mon Feb 27 14:39:12 2017 (r434960) +++ head/mail/postsrsd/distinfo Mon Feb 27 14:52:12 2017 (r434961) @@ -1,2 +1,3 @@ -SHA256 (roehling-postsrsd-1.3_GH0.tar.gz) = 0f72c41052204a17c35a22a7651430156ca1dbcb98b1bfe48e44ec76248b62fc -SIZE (roehling-postsrsd-1.3_GH0.tar.gz) = 26409 +TIMESTAMP = 1488207086 +SHA256 (roehling-postsrsd-1.4_GH0.tar.gz) = f3230d57c36ba4688cc3beb90fbb0f199a06381e4df2edbc4ef541a9e8a574ff +SIZE (roehling-postsrsd-1.4_GH0.tar.gz) = 26555 Modified: head/mail/postsrsd/files/patch-CMakeLists.txt ============================================================================== --- head/mail/postsrsd/files/patch-CMakeLists.txt Mon Feb 27 14:39:12 2017 (r434960) +++ head/mail/postsrsd/files/patch-CMakeLists.txt Mon Feb 27 14:52:12 2017 (r434961) @@ -25,8 +25,8 @@ find_library(LIBSOCKET socket) find_library(LIBNSL nsl) -@@ -46,26 +47,6 @@ if(HAVE_TIME_H) - add_definitions(-DHAVE_TIME_H) +@@ -54,26 +55,6 @@ if(HAVE_SYS_TYPES_H) + add_definitions(-DHAVE_SYS_TYPES_H) endif() -if(NOT DEFINED INIT_FLAVOR) @@ -52,7 +52,7 @@ add_executable(${PROJECT_NAME} postsrsd.c sha1.c srs2.c) if(${CMAKE_SYSTEM_NAME} MATCHES "SunOS") -@@ -74,15 +55,7 @@ endif() +@@ -82,15 +63,7 @@ endif() get_target_property(POSTSRSD ${PROJECT_NAME} LOCATION) get_filename_component(POSTSRSD ${POSTSRSD} NAME_WE) @@ -68,7 +68,7 @@ configure_file(init/${PROJECT_NAME}.default.in ${PROJECT_NAME}.default @ONLY) configure_file(postinstall.cmake.in postinstall.cmake @ONLY) -@@ -92,7 +65,7 @@ add_custom_command(TARGET ${PROJECT_NAME +@@ -100,7 +73,7 @@ add_custom_command(TARGET ${PROJECT_NAME COMMAND ${HELP2MAN} ARGS -s8 -o${PROJECT_NAME}.8 -n "Postfix Sender Rewriting Scheme daemon" -N -h-h -v-v ${CMAKE_CURRENT_BINARY_DIR}/${POSTSRSD} VERBATIM ) @@ -77,7 +77,7 @@ endif() if(USE_APPARMOR) -@@ -100,6 +73,8 @@ if(USE_APPARMOR) +@@ -108,6 +81,8 @@ if(USE_APPARMOR) endif() install(TARGETS ${PROJECT_NAME} DESTINATION "sbin") Modified: head/mail/postsrsd/files/patch-postinstall.cmake.in ============================================================================== --- head/mail/postsrsd/files/patch-postinstall.cmake.in Mon Feb 27 14:39:12 2017 (r434960) +++ head/mail/postsrsd/files/patch-postinstall.cmake.in Mon Feb 27 14:52:12 2017 (r434961) @@ -1,6 +1,11 @@ --- postinstall.cmake.in.orig 2015-12-13 08:56:05 UTC +++ postinstall.cmake.in -@@ -7,51 +7,13 @@ set(INIT_FLAVOR "@INIT_FLAVOR@") +@@ -1,4 +1,3 @@ +-set(GENERATE_SRS_SECRET "@GENERATE_SRS_SECRET@") + set(SYSCONF_DIR "@SYSCONF_DIR@") + set(SYSD_UNIT_DIR "@SYSD_UNIT_DIR@") + set(CHROOT_DIR "@CHROOT_DIR@") +@@ -7,51 +6,13 @@ set(INIT_FLAVOR "@INIT_FLAVOR@") set(SECRET_FILE "@PROJECT_NAME@.secret") set(DD "@DD@") set(BASE64_ENCODE "@BASE64_ENCODE@") @@ -53,7 +58,7 @@ message(STATUS "Generating secret key") execute_process( COMMAND ${DD} if=/dev/urandom bs=18 count=1 -@@ -60,7 +22,7 @@ if(GENERATE_SRS_SECRET AND DD AND BASE64 +@@ -60,7 +21,7 @@ if(GENERATE_SRS_SECRET AND DD AND BASE64 ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE ) Modified: head/mail/postsrsd/files/postsrsd.in ============================================================================== --- head/mail/postsrsd/files/postsrsd.in Mon Feb 27 14:39:12 2017 (r434960) +++ head/mail/postsrsd/files/postsrsd.in Mon Feb 27 14:52:12 2017 (r434961) @@ -52,29 +52,15 @@ load_rc_config $name # Options other than above can be set with $postsrsd_flags. # see postsrsd documentation for detail. -if [ "x${postsrsd_uid}" != "x" ];then - _uid_prefix="-u" -fi -if [ "x${postsrsd_domain}" != "x" ];then - postsrsd_domain="-d ${postsrsd_domain}" -fi -if [ "x${postsrsd_secret}" != "x" ];then - postsrsd_secret="-s ${postsrsd_secret}" -fi -if [ "x${postsrsd_forward_port}" != "x" ];then - postsrsd_forward_port="-f ${postsrsd_forward_port}" -fi -if [ "x${postsrsd_reverse_port}" != "x" ];then - postsrsd_reverse_port="-r ${postsrsd_reverse_port}" -fi -if [ "x${postsrsd_idle_timeout}" != "x" ];then - postsrsd_idle_timeout="-t ${postsrsd_idle_timeout}" -fi -if [ "x${postsrsd_exclude_domains}" != "x" ];then - postsrsd_exclude_domains="-X${postsrsd_exclude_domains}" -fi +[ -n "${postsrsd_uid}" ] && _uid_prefix="-u" +[ -n "${postsrsd_domain}" ] && cmd_args="-d ${postsrsd_domain}" +[ -n "${postsrsd_secret}" ] && cmd_args="${cmd_args} -s ${postsrsd_secret}" +[ -n "${postsrsd_forward_port}" ] && cmd_args="${cmd_args} -f ${postsrsd_forward_port}" +[ -n "${postsrsd_reverse_port}" ] && cmd_args="${cmd_args} -r ${postsrsd_reverse_port}" +[ -n "${postsrsd_idle_timeout}" ] && cmd_args="${cmd_args} -t ${postsrsd_idle_timeout}" +[ -n "${postsrsd_exclude_domains}" ] && cmd_args="${cmd_args} -X${postsrsd_exclude_domains}" -command_args=" -D ${_uid_prefix} ${postsrsd_uid} -p ${pidfile} ${postsrsd_domain} ${postsrsd_secret} ${postsrsd_forward_port} ${postsrsd_reverse_port} ${postsrsd_idle_timeout} ${postsrsd_exclude_domains} ${postsrsd_flags}" +command_args=" -D ${_uid_prefix} ${postsrsd_uid} -p ${pidfile} ${cmd_args} ${postsrsd_flags}" postsrsd_prepcmd () { @@ -84,6 +70,9 @@ postsrsd_prepcmd () if [ -n "${postsrsd_uid}" ] ; then chown ${postsrsd_uid} ${_piddir} fi + if [ ! -f "${postsrsd_secret}" ] ; then + tr -cd "[:alnum:]" < /dev/urandom | head -c 24 > "${postsrsd_secret}" + fi } postsrsd_postcmd() From owner-svn-ports-all@freebsd.org Mon Feb 27 15:31:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6D0ECF0982; Mon, 27 Feb 2017 15:31: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 6D6BD8D7; Mon, 27 Feb 2017 15:31: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 v1RFVWOl036332; Mon, 27 Feb 2017 15:31:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RFVWHS036329; Mon, 27 Feb 2017 15:31:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271531.v1RFVWHS036329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 15:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434962 - in head/math/ngraph: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 15:31:33 -0000 Author: amdmi3 Date: Mon Feb 27 15:31:32 2017 New Revision: 434962 URL: https://svnweb.freebsd.org/changeset/ports/434962 Log: - Fix LICENSE - Regenerate patches Modified: head/math/ngraph/Makefile head/math/ngraph/files/patch-Makefile head/math/ngraph/files/patch-install.sh Modified: head/math/ngraph/Makefile ============================================================================== --- head/math/ngraph/Makefile Mon Feb 27 14:52:12 2017 (r434961) +++ head/math/ngraph/Makefile Mon Feb 27 15:31:32 2017 (r434962) @@ -11,7 +11,7 @@ DISTNAME= Ngraph-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= XY plotting tool for students, scientists, and engineers -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt USES= gmake motif Modified: head/math/ngraph/files/patch-Makefile ============================================================================== --- head/math/ngraph/files/patch-Makefile Mon Feb 27 14:52:12 2017 (r434961) +++ head/math/ngraph/files/patch-Makefile Mon Feb 27 15:31:32 2017 (r434962) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-07-13 12:31:19.000000000 +0900 -+++ Makefile 2015-07-18 08:34:18.463818755 +0900 -@@ -3,26 +3,26 @@ +--- Makefile.orig 2015-07-13 03:31:19 UTC ++++ Makefile +@@ -3,26 +3,26 @@ MAINVERSION = '"6.03"' GUIVERSION = '".54"' VERSION=6.3.54 ALIGNSIZE = 8 @@ -41,7 +41,7 @@ # # ############################################################################### -@@ -150,17 +150,18 @@ +@@ -150,17 +150,18 @@ X11LIB = -L/usr/X11R6/lib -lm -lXm -lXex # # (Thanks to MIHIRA Sanpei Yoshiro ) # Modified: head/math/ngraph/files/patch-install.sh ============================================================================== --- head/math/ngraph/files/patch-install.sh Mon Feb 27 14:52:12 2017 (r434961) +++ head/math/ngraph/files/patch-install.sh Mon Feb 27 15:31:32 2017 (r434962) @@ -1,5 +1,5 @@ ---- install.sh.orig 2009-10-15 20:17:47.000000000 +0900 -+++ install.sh 2014-06-20 21:40:11.532930042 +0900 +--- install.sh.orig 2015-07-13 03:31:19 UTC ++++ install.sh @@ -2,6 +2,7 @@ INSTALLDIR=${INSTALLDIR:-/usr/local/lib/Ngraph} @@ -8,7 +8,7 @@ TEXTFILES="Ngraph.ini .Ngraph .Ngraph.ngp .fit.ngp INSTALL.jis gpl.txt gpl.ja.txt" ADDINFILES="append.nsc math.nsc text-in.nsc \ -@@ -26,8 +27,8 @@ +@@ -26,8 +27,8 @@ if [ ! -f ./org/Ngraph.ini ] then cp Ngraph.ini ./org fi @@ -19,7 +19,7 @@ echo "Making directories in ${INSTALLDIR}" if [ ! -d ${INSTALLDIR} ] -@@ -90,7 +91,7 @@ +@@ -112,7 +113,7 @@ echo "Copying documents to ${INSTALLDIR} if [ ! -h ${BINDIR}/ngraph ] then echo "Making a symbolic link ${BINDIR}/ngraph" From owner-svn-ports-all@freebsd.org Mon Feb 27 15:31:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAE95CF09E3; Mon, 27 Feb 2017 15:31:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7D71A4B; Mon, 27 Feb 2017 15:31:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RFVn4F038262; Mon, 27 Feb 2017 15:31:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RFVnQH038246; Mon, 27 Feb 2017 15:31:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271531.v1RFVnQH038246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 15:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434963 - head/mail/squirrelmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 15:31:51 -0000 Author: amdmi3 Date: Mon Feb 27 15:31:49 2017 New Revision: 434963 URL: https://svnweb.freebsd.org/changeset/ports/434963 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/mail/squirrelmail/Makefile Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Mon Feb 27 15:31:32 2017 (r434962) +++ head/mail/squirrelmail/Makefile Mon Feb 27 15:31:49 2017 (r434963) @@ -11,7 +11,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Webmail system which accesses mail over IMAP -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/doc/COPYING USES= cpe gettext perl5 php:web tar:bzip2 USE_PHP= session hash gettext mbstring pcre openssl xml @@ -84,6 +85,7 @@ do-install: ${COPYTREE_SHARE} "attach class config data functions help images include locale plugins po scripts src themes" \ ${STAGEDIR}${SQUIRRELDIR}) +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-all@freebsd.org Mon Feb 27 15:33:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B0D6CF0BEF; Mon, 27 Feb 2017 15:33:57 +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 0A503F2; Mon, 27 Feb 2017 15:33:56 +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 v1RFXuWi039471; Mon, 27 Feb 2017 15:33:56 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RFXuPZ039470; Mon, 27 Feb 2017 15:33:56 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201702271533.v1RFXuPZ039470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 27 Feb 2017 15:33:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434964 - branches/2017Q1/print/hplip 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, 27 Feb 2017 15:33:57 -0000 Author: woodsb02 Date: Mon Feb 27 15:33:55 2017 New Revision: 434964 URL: https://svnweb.freebsd.org/changeset/ports/434964 Log: MFH: r434795 print/hplip: Apply shebangfix to hpps and pstotiff filters This was causing some print jobs to fail with this error in /var/log/cups/error_log: [Job XX] env: python: No such file or directory [Job XX] PID XXXXX (/usr/local/libexec/cups/filter/hpps) stopped with status 127 (File too large) Tidy up a few other items in the port Makefile whilst here. Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/print/hplip/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/print/hplip/Makefile ============================================================================== --- branches/2017Q1/print/hplip/Makefile Mon Feb 27 15:31:49 2017 (r434963) +++ branches/2017Q1/print/hplip/Makefile Mon Feb 27 15:33:55 2017 (r434964) @@ -3,6 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.16.11 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -21,9 +22,10 @@ RUN_DEPENDS= cups-filters>=0:print/cups- CONFLICTS_INSTALL= hpijs-[0-9]* INSTALL_TARGET= install-strip -USES= jpeg libtool pkgconfig python +USES= jpeg libtool pkgconfig python shebangfix USE_GNOME= pygobject USE_LDCONFIG= yes +SHEBANG_GLOB= *.py hpps pstotiff GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \ @@ -37,32 +39,6 @@ CONFIGURE_ARGS= --with-cupsbackenddir=${ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -FILES4FIX= Makefile.in \ - base/codes.py \ - base/g.py \ - base/password.py \ - base/pkit.py \ - base/queues.py \ - base/services.py \ - base/utils.py \ - check.py \ - fax/backend/hpfax.py \ - fax/coverpages.py \ - fax/filters/pstotiff \ - hplip.list.in \ - installer/core_install.py \ - installer/dcheck.py \ - installer/pluginhandler.py \ - logcapture.py \ - prnt/cups.py \ - prnt/filters/hpps \ - prnt/hpcups/HPCupsFilter.cpp \ - prnt/hpijs/globals.cpp \ - prnt/hpijs/hpcupsfax.cpp \ - prnt/hpijs/hpijs.cpp \ - ui/devmgr4.py \ - ui4/devmgr5.py - OPTIONS_DEFINE= DOCS FAX SNMP SCAN X11 XSANE OPTIONS_DEFAULT=SNMP SCAN X11 OPTIONS_SUB= yes # FAX SCAN X11 @@ -93,21 +69,46 @@ XSANE_RUN_DEPENDS= xsane:graphics/xsane DOCS_CONFIGURE_ENABLE= doc-build post-patch: - ${REINPLACE_CMD} -e 's|-ldld||g; s|-ldl||g' \ + @${REINPLACE_CMD} -e 's|-ldld||g;' \ + -e 's|-ldl||g' \ -e 's,-lusb-1.0,-lusb,g' \ -e 's,libusb-1.0/libusb.h,libusb.h,g' \ ${WRKSRC}/configure \ ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} -e '/[[:space:]]install-dist_rulesDATA/ s,install-dist_rulesDATA,,' \ + @${REINPLACE_CMD} -e '/[[:space:]]install-dist_rulesDATA/ s,install-dist_rulesDATA,,' \ -e '/[[:space:]]install-dist_rulessystemDATA/ s,install-dist_rulessystemDATA,,' \ ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} -e 's,/etc/hp,${PREFIX}&,g' \ + @${REINPLACE_CMD} -e 's,/etc/hp,${PREFIX}&,g' \ -e 's,/etc/cups,${LOCALBASE}&,g' \ -e 's,/etc/init.d,${LOCALBASE}/etc/rc.d,g' \ -e 's,/etc/sane.d,${LOCALBASE}&,g' \ -e 's,/usr/share,${LOCALBASE}/share,g' \ -e 's,/usr/include,${LOCALBASE}/include,g' \ - ${FILES4FIX:S,^,${WRKSRC}/,} + ${WRKSRC}/Makefile.in \ + ${WRKSRC}/base/codes.py \ + ${WRKSRC}/base/g.py \ + ${WRKSRC}/base/password.py \ + ${WRKSRC}/base/pkit.py \ + ${WRKSRC}/base/queues.py \ + ${WRKSRC}/base/services.py \ + ${WRKSRC}/base/utils.py \ + ${WRKSRC}/check.py \ + ${WRKSRC}/fax/backend/hpfax.py \ + ${WRKSRC}/fax/coverpages.py \ + ${WRKSRC}/fax/filters/pstotiff \ + ${WRKSRC}/hplip.list.in \ + ${WRKSRC}/installer/core_install.py \ + ${WRKSRC}/installer/dcheck.py \ + ${WRKSRC}/installer/pluginhandler.py \ + ${WRKSRC}/logcapture.py \ + ${WRKSRC}/prnt/cups.py \ + ${WRKSRC}/prnt/filters/hpps \ + ${WRKSRC}/prnt/hpcups/HPCupsFilter.cpp \ + ${WRKSRC}/prnt/hpijs/globals.cpp \ + ${WRKSRC}/prnt/hpijs/hpcupsfax.cpp \ + ${WRKSRC}/prnt/hpijs/hpijs.cpp \ + ${WRKSRC}/ui/devmgr4.py \ + ${WRKSRC}/ui4/devmgr5.py @${REINPLACE_CMD} -e 's/umask(0)/umask(0o022)/' \ -e 's/umask(0o111)/umask(0o133)/' \ ${WRKSRC}/base/os_utils.py \ @@ -115,12 +116,6 @@ post-patch: ${WRKSRC}/fax/backend/hpfax.py \ ${WRKSRC}/hpdio.py \ ${WRKSRC}/installer/pluginhandler.py - ${REINPLACE_CMD} -e 's,%USB_INCLUDE%,/usr/include,' \ - ${WRKSRC}/installer/core_install.py - ${FIND} ${WRKSRC} -name '*.py' | ${XARGS} ${SED} -i '' \ - -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' \ - -e 's,^#!/usr/bin/env python,#!${PYTHON_CMD},' \ - -e 's,^#!/bin/env python,#!${PYTHON_CMD},' post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/hp/hplip.conf \ From owner-svn-ports-all@freebsd.org Mon Feb 27 16:37:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A13D4CF0AB2; Mon, 27 Feb 2017 16:37:41 +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 7930D9E1; Mon, 27 Feb 2017 16:37:41 +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 v1RGbew2062927; Mon, 27 Feb 2017 16:37:40 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RGbe6K062924; Mon, 27 Feb 2017 16:37:40 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201702271637.v1RGbe6K062924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 27 Feb 2017 16:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434965 - head/math/ipopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 16:37:41 -0000 Author: robak Date: Mon Feb 27 16:37:40 2017 New Revision: 434965 URL: https://svnweb.freebsd.org/changeset/ports/434965 Log: math/ipopt: update 3.12.6 -> 3.12.7 - Reset maintainership - Add patches - Add regression test option PR: 217377 Submitted by: pfg (maintainer) Modified: head/math/ipopt/Makefile head/math/ipopt/distinfo head/math/ipopt/pkg-plist Modified: head/math/ipopt/Makefile ============================================================================== --- head/math/ipopt/Makefile Mon Feb 27 15:33:55 2017 (r434964) +++ head/math/ipopt/Makefile Mon Feb 27 16:37:40 2017 (r434965) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Ipopt -PORTVERSION= 3.12.6 -PORTREVISION= 1 +PORTVERSION= 3.12.7 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ @@ -12,7 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ metis-4.0.3.tar.gz:metis MUMPS_4.10.0.tar.gz:mumps EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= pfg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Software package for large-scale nonlinear optimization LICENSE= EPL @@ -42,6 +41,10 @@ post-extract: @(cd ${WRKSRC}/ThirdParty/Mumps && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/MUMPS_4.10.0.tar.gz ${EXTRACT_AFTER_ARGS}); @(${MV} ${WRKSRC}/ThirdParty/Mumps/MUMPS_4.10.0 ${WRKSRC}/ThirdParty/Mumps/MUMPS); +pre-patch: + @(cd ${WRKSRC}/ThirdParty/Mumps && ${PATCH} -p0 < mumps.patch && ${PATCH} -p0 < mumps_mpi.patch ) + @(${MV} ${WRKSRC}/ThirdParty/Mumps/MUMPS/libseq/mpi.h ${WRKSRC}/ThirdParty/Mumps/MUMPS/libseq/mumps_mpi.h); + post-install-DOCS-off: ${RM} -r ${STAGEDIR}${PREFIX}/share/coin @@ -52,4 +55,9 @@ post-install-DOCS-on: ${MV} ${STAGEDIR}${PREFIX}/share/coin/doc ${STAGEDIR}${DOCSDIR} ${RM} -r ${STAGEDIR}${PREFIX}/share/coin +.if defined(MAINTAINER_MODE) +regression-test: + (cd ${WRKSRC}; ${MAKE_CMD} test) +.endif + .include Modified: head/math/ipopt/distinfo ============================================================================== --- head/math/ipopt/distinfo Mon Feb 27 15:33:55 2017 (r434964) +++ head/math/ipopt/distinfo Mon Feb 27 16:37:40 2017 (r434965) @@ -1,6 +1,6 @@ -TIMESTAMP = 1476029922 -SHA256 (Ipopt-3.12.6.tgz) = 6aaa6bd862d54eba6fb966950fa6928ca01d66cf4cb842b2f41a7ebfa61eee2b -SIZE (Ipopt-3.12.6.tgz) = 4526724 +TIMESTAMP = 1488130237 +SHA256 (Ipopt-3.12.7.tgz) = 9c8b02149fa4f0cdf63e838ae68f86aa41a577d7f05932139eede9179f314861 +SIZE (Ipopt-3.12.7.tgz) = 4528176 SHA256 (metis-4.0.3.tar.gz) = 5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55 SIZE (metis-4.0.3.tar.gz) = 522624 SHA256 (MUMPS_4.10.0.tar.gz) = d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933 Modified: head/math/ipopt/pkg-plist ============================================================================== --- head/math/ipopt/pkg-plist Mon Feb 27 15:33:55 2017 (r434964) +++ head/math/ipopt/pkg-plist Mon Feb 27 16:37:40 2017 (r434965) @@ -70,21 +70,21 @@ include/coin/ThirdParty/defs.h include/coin/ThirdParty/dmumps_c.h include/coin/ThirdParty/macros.h include/coin/ThirdParty/metis.h -include/coin/ThirdParty/mpi.h include/coin/ThirdParty/mumps_c_types.h include/coin/ThirdParty/mumps_compat.h +include/coin/ThirdParty/mumps_mpi.h include/coin/ThirdParty/proto.h include/coin/ThirdParty/rename.h include/coin/ThirdParty/struct.h lib/libcoinmetis.so lib/libcoinmetis.so.1 -lib/libcoinmetis.so.1.3.4 +lib/libcoinmetis.so.1.3.5 lib/libcoinmumps.so lib/libcoinmumps.so.1 -lib/libcoinmumps.so.1.5.5 +lib/libcoinmumps.so.1.6.0 lib/libipopt.so lib/libipopt.so.1 -lib/libipopt.so.1.10.6 +lib/libipopt.so.1.10.7 libdata/pkgconfig/coinmetis.pc libdata/pkgconfig/coinmumps.pc libdata/pkgconfig/ipopt.pc From owner-svn-ports-all@freebsd.org Mon Feb 27 16:51:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25110CF0E25; Mon, 27 Feb 2017 16:51:20 +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 B6B2426F; Mon, 27 Feb 2017 16:51:19 +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 v1RGpIF6069112; Mon, 27 Feb 2017 16:51:18 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RGpIB8069106; Mon, 27 Feb 2017 16:51:18 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702271651.v1RGpIB8069106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 27 Feb 2017 16:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434966 - in head/www/pydio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 16:51:20 -0000 Author: madpilot Date: Mon Feb 27 16:51:18 2017 New Revision: 434966 URL: https://svnweb.freebsd.org/changeset/ports/434966 Log: - Update www/pydio to 7.0.4 - Update MASTER_SITE - Remove USES shebang as it's not needed anymore - Convert deprecated @exec to @postexec - Update WWW in pkg-descr - Pass maintainership to submitter Submitted by: Tommy Scheunemann (via email) Modified: head/www/pydio/Makefile head/www/pydio/distinfo head/www/pydio/files/pkg-message.in head/www/pydio/pkg-descr head/www/pydio/pkg-plist Modified: head/www/pydio/Makefile ============================================================================== --- head/www/pydio/Makefile Mon Feb 27 16:37:40 2017 (r434965) +++ head/www/pydio/Makefile Mon Feb 27 16:51:18 2017 (r434966) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= pydio -PORTVERSION= 5.2.5 +PORTVERSION= 7.0.4 CATEGORIES= www -MASTER_SITES= SF/ajaxplorer/${PORTNAME}/stable-channel/${PORTVERSION} +MASTER_SITES= https://download.pydio.com/pub/core/archives/ DISTNAME= ${PORTNAME}-core-${PORTVERSION} -MAINTAINER= madpilot@FreeBSD.org +MAINTAINER= net@arrishq.net COMMENT= Ajax web file management system LICENSE= AGPLv3 @@ -15,11 +15,7 @@ PORTSCOUT= limitw:1,even NO_BUILD= yes NO_ARCH= yes -USES= cpe dos2unix shebangfix -php_OLD_CMD= /php -SHEBANG_FILES= plugins/core.mq/ws-server.php \ - plugins/core.mq/vendor/phpws/demo_ssl.php \ - plugins/core.mq/vendor/phpws/demo.php +USES= cpe dos2unix USE_PHP= dom mcrypt gd DOS2UNIX_REGEX= .*\.php WANT_PHP_WEB= yes @@ -27,10 +23,11 @@ SUB_FILES= pkg-deinstall pkg-message SUB_LIST+= GOWDIR=${WWWDIR:H} post-patch: - @${RM} ${WRKSRC}/plugins/gui.ajax/res/themes/vision/images/mimes/16/._users-folder.png @${MV} ${WRKSRC}/conf/bootstrap_conf.php ${WRKDIR}/bootstrap_conf.php.sample @${MV} ${WRKSRC}/conf/bootstrap_context.php ${WRKDIR}/bootstrap_context.php.sample @${MV} ${WRKSRC}/conf/bootstrap_repositories.php ${WRKDIR}/bootstrap_repositories.php.sample + # Remove unneeded sample file for IIS + @${RM} ${WRKSRC}/web.config.sample do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} @@ -38,6 +35,6 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/bootstrap_*.php.sample ${STAGEDIR}${WWWDIR}/conf post-install: - @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} + @${ECHO_CMD} '@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} .include Modified: head/www/pydio/distinfo ============================================================================== --- head/www/pydio/distinfo Mon Feb 27 16:37:40 2017 (r434965) +++ head/www/pydio/distinfo Mon Feb 27 16:51:18 2017 (r434966) @@ -1,2 +1,3 @@ -SHA256 (pydio-core-5.2.5.tar.gz) = b708c1cc822ba6457445ee30d001799424898ff1c4a7a0ea230d3964530794e0 -SIZE (pydio-core-5.2.5.tar.gz) = 14415981 +TIMESTAMP = 1488207715 +SHA256 (pydio-core-7.0.4.tar.gz) = 8ff8f9ba9978924eb81f902d11bc7cf2be45bb592b3a9b6de51558da539a527f +SIZE (pydio-core-7.0.4.tar.gz) = 43741497 Modified: head/www/pydio/files/pkg-message.in ============================================================================== --- head/www/pydio/files/pkg-message.in Mon Feb 27 16:37:40 2017 (r434965) +++ head/www/pydio/files/pkg-message.in Mon Feb 27 16:51:18 2017 (r434966) @@ -1,6 +1,6 @@ ************************************************************************ -Ajaxplorer has been installed in %%WWWDIR%%. +Pydio has been installed in %%WWWDIR%%. You need to configure your webserver to publish that directory. @@ -36,3 +36,22 @@ Please also read the upgrading notes at: http://pyd.io/pydio-core-5.2.0#Upgrading ************************************************************************ + +If you are upgrading from Pydio 5 to Pydio 7, a direct upgrade is not +supported without upgrading from Pydio 5 to Pydio 6, then to Pydio 7. +Either backup your data and reinstall Pydio 7 from scratch or manually +upgrade by using this guide: + +https://pydio.com/forum/f/topic/troubleshooting-upgrade-to-v6/ + +Then doing the upgrade from Pydio 6 to Pydio 7. You may have to +manually upgrade the database, depending on your backend: + +https://raw.githubusercontent.com/pydio/pydio-core/develop/dist/php/7.0.1.mysql +https://raw.githubusercontent.com/pydio/pydio-core/develop/dist/php/7.0.1.pgsql +https://raw.githubusercontent.com/pydio/pydio-core/develop/dist/php/7.0.1.sqlite + +Choosing the file matching your backend, then parsing it. Once this process +is completed, Pydio may be updated using the web interface. + +************************************************************************ Modified: head/www/pydio/pkg-descr ============================================================================== --- head/www/pydio/pkg-descr Mon Feb 27 16:37:40 2017 (r434965) +++ head/www/pydio/pkg-descr Mon Feb 27 16:51:18 2017 (r434966) @@ -1,4 +1,4 @@ Pydio allows you to instantly turn any server into a powerful file sharing platform. -WWW: http://pyd.io/ +WWW: http://pydio.com/ Modified: head/www/pydio/pkg-plist ============================================================================== --- head/www/pydio/pkg-plist Mon Feb 27 16:37:40 2017 (r434965) +++ head/www/pydio/pkg-plist Mon Feb 27 16:51:18 2017 (r434966) @@ -4,327 +4,27 @@ %%WWWDIR%%/base.conf.php %%WWWDIR%%/cmd.php %%WWWDIR%%/conf/.htaccess -%%WWWDIR%%/conf/RELEASE_NOTE -%%WWWDIR%%/conf/VERSION @sample %%WWWDIR%%/conf/bootstrap_conf.php.sample @sample %%WWWDIR%%/conf/bootstrap_context.php.sample @sample %%WWWDIR%%/conf/bootstrap_repositories.php.sample +%%WWWDIR%%/conf/RELEASE_NOTE +%%WWWDIR%%/conf/VERSION +%%WWWDIR%%/conf/VERSION.php %%WWWDIR%%/conf/extensions.conf.php %%WWWDIR%%/conf/index.html %%WWWDIR%%/conf/mime.types -%%WWWDIR%%/conf/templates/bootstrap_plugins.bridges.php -%%WWWDIR%%/conf/templates/bootstrap_plugins.multi.php -%%WWWDIR%%/conf/templates/bootstrap_plugins.sql.php -%%WWWDIR%%/content.php -%%WWWDIR%%/core/classes/class.AJXP_Cache.php -%%WWWDIR%%/core/classes/class.AJXP_Controller.php -%%WWWDIR%%/core/classes/class.AJXP_Exception.php -%%WWWDIR%%/core/classes/class.AJXP_JSPacker.php -%%WWWDIR%%/core/classes/class.AJXP_Node.php -%%WWWDIR%%/core/classes/class.AJXP_Plugin.php -%%WWWDIR%%/core/classes/class.AJXP_PluginsService.php -%%WWWDIR%%/core/classes/class.AJXP_Role.php -%%WWWDIR%%/core/classes/class.AJXP_Safe.php -%%WWWDIR%%/core/classes/class.AJXP_ShutdownScheduler.php -%%WWWDIR%%/core/classes/class.AJXP_Utils.php -%%WWWDIR%%/core/classes/class.AJXP_VarsFilter.php -%%WWWDIR%%/core/classes/class.AJXP_XMLWriter.php -%%WWWDIR%%/core/classes/class.AbstractTest.php -%%WWWDIR%%/core/classes/class.AjxpRole.php -%%WWWDIR%%/core/classes/class.AuthService.php -%%WWWDIR%%/core/classes/class.CaptchaProvider.php -%%WWWDIR%%/core/classes/class.ConfService.php -%%WWWDIR%%/core/classes/class.HTMLWriter.php -%%WWWDIR%%/core/classes/class.HttpClient.php -%%WWWDIR%%/core/classes/class.PydioSdkGenerator.php -%%WWWDIR%%/core/classes/class.RecycleBinManager.php -%%WWWDIR%%/core/classes/class.Repository.php -%%WWWDIR%%/core/classes/class.SystemTextEncoding.php -%%WWWDIR%%/core/classes/class.UnixProcess.php -%%WWWDIR%%/core/classes/class.UserSelection.php -%%WWWDIR%%/core/classes/dibi.compact.php -%%WWWDIR%%/core/classes/http_class/LICENSE.txt -%%WWWDIR%%/core/classes/http_class/http_class.php -%%WWWDIR%%/core/classes/index.html -%%WWWDIR%%/core/classes/interface.AjxpGroupPathProvider.php -%%WWWDIR%%/core/classes/interface.AjxpWrapper.php -%%WWWDIR%%/core/classes/interface.AjxpWrapperProvider.php -%%WWWDIR%%/core/classes/packer/class.JavaScriptPacker.php -%%WWWDIR%%/core/classes/packer/index.html -%%WWWDIR%%/core/classes/pclzip.lib.php -%%WWWDIR%%/core/classes/sabredav/ajaxplorer/class.AJXP_Sabre_AuthBackendBasic.php -%%WWWDIR%%/core/classes/sabredav/ajaxplorer/class.AJXP_Sabre_AuthBackendDigest.php -%%WWWDIR%%/core/classes/sabredav/ajaxplorer/class.AJXP_Sabre_BrowserPlugin.php -%%WWWDIR%%/core/classes/sabredav/ajaxplorer/class.AJXP_Sabre_Collection.php -%%WWWDIR%%/core/classes/sabredav/ajaxplorer/class.AJXP_Sabre_Node.php -%%WWWDIR%%/core/classes/sabredav/ajaxplorer/class.AJXP_Sabre_NodeLeaf.php -%%WWWDIR%%/core/classes/sabredav/ajaxplorer/class.AJXP_Sabre_RootCollection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Backend/AbstractBackend.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Backend/BackendInterface.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Backend/NotificationSupport.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Backend/PDO.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Backend/SharingSupport.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Calendar.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/CalendarObject.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/CalendarQueryParser.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/CalendarQueryValidator.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/CalendarRootNode.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/ICSExportPlugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/ICalendar.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/ICalendarObject.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/IShareableCalendar.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/ISharedCalendar.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Notifications/Collection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Notifications/ICollection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Notifications/INode.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Notifications/INotificationType.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Notifications/Node.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Plugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Principal/Collection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Principal/IProxyRead.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Principal/IProxyWrite.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Principal/ProxyRead.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Principal/ProxyWrite.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Principal/User.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Property/Invite.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Schedule/IMip.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Schedule/IOutbox.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Schedule/Outbox.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/ShareableCalendar.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/SharedCalendar.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/SharingPlugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/UserCalendars.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CalDAV/Version.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/AddressBook.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/AddressBookQueryParser.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/AddressBookRoot.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/Backend/AbstractBackend.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/Backend/BackendInterface.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/Backend/PDO.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/Card.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/IAddressBook.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/ICard.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/IDirectory.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/Plugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/Property/SupportedAddressData.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/UserAddressBooks.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/VCFExportPlugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/CardDAV/Version.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Auth/Backend/Apache.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Auth/Backend/File.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Auth/Backend/PDO.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Auth/Plugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/GuessContentType.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/MapGetToPropFind.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/Plugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/assets/favicon.ico -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/assets/icons/calendar.png -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/assets/icons/card.png -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/assets/icons/collection.png -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/assets/icons/file.png -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/assets/icons/parent.png -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Browser/assets/icons/principal.png -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Client.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Collection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/BadRequest.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/Conflict.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/ConflictingLock.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/FileNotFound.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/Forbidden.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/InsufficientStorage.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/InvalidResourceType.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/LengthRequired.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/Locked.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/MethodNotAllowed.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/NotAuthenticated.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/NotFound.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/NotImplemented.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/PaymentRequired.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/PreconditionFailed.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/ReportNotSupported.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/ServiceUnavailable.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/FS/Directory.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/FS/File.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/FS/Node.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/FSExt/Directory.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/FSExt/File.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/FSExt/Node.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/File.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/ICollection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/IExtendedCollection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/IFile.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/INode.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/IProperties.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/IQuota.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Locks/Backend/FS.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Locks/Backend/File.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Locks/Backend/PDO.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Locks/LockInfo.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Locks/Plugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Mount/Plugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Node.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/ObjectTree.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/PartialUpdate/IFile.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/PartialUpdate/IPatchSupport.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/PartialUpdate/Plugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/GetLastModified.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/Href.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/HrefList.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/IHref.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/LockDiscovery.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/ResourceType.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/Response.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/ResponseList.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/SupportedLock.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Property/SupportedReportSet.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/PropertyInterface.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Server.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/ServerPlugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/SimpleCollection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/SimpleFile.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/StringUtil.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Tree.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Tree/Filesystem.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/URLUtil.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/UUIDUtil.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/Version.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAV/XMLUtil.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Exception/AceConflict.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Exception/NoAbstract.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/IACL.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/IPrincipal.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/IPrincipalCollection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Plugin.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Principal.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/PrincipalCollection.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Property/Acl.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Property/AclRestrictions.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Property/Principal.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/DAVACL/Version.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/HTTP/AWSAuth.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/HTTP/AbstractAuth.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/HTTP/BasicAuth.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/HTTP/DigestAuth.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/HTTP/Request.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/HTTP/Response.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/HTTP/Util.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/HTTP/Version.php -%%WWWDIR%%/core/classes/sabredav/lib/Sabre/autoload.php -%%WWWDIR%%/core/classes/sabredav/vendor/autoload.php -%%WWWDIR%%/core/classes/sabredav/vendor/composer/ClassLoader.php -%%WWWDIR%%/core/classes/sabredav/vendor/composer/autoload_classmap.php -%%WWWDIR%%/core/classes/sabredav/vendor/composer/autoload_namespaces.php -%%WWWDIR%%/core/classes/sabredav/vendor/composer/autoload_real.php -%%WWWDIR%%/core/classes/sabredav/vendor/composer/installed.json -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/.travis.yml -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/ChangeLog -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/LICENSE -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/README.md -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/bin/vobjectvalidate.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/composer.json -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Component.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Node.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Property.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/Version.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/lib/Sabre/VObject/includes.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/bootstrap.php -%%WWWDIR%%/core/classes/sabredav/vendor/sabre/vobject/tests/phpunit.xml -%%WWWDIR%%/core/classes/securimage/AHGBold.ttf -%%WWWDIR%%/core/classes/securimage/LICENSE.txt -%%WWWDIR%%/core/classes/securimage/README.FONT.txt -%%WWWDIR%%/core/classes/securimage/README.txt -%%WWWDIR%%/core/classes/securimage/gdfonts/automatic.gdf -%%WWWDIR%%/core/classes/securimage/images/refresh.gif -%%WWWDIR%%/core/classes/securimage/securimage.php -%%WWWDIR%%/core/classes/securimage/words/words.txt +%%WWWDIR%%/core/compat.php +%%WWWDIR%%/core/composer.json +%%WWWDIR%%/core/composer.lock %%WWWDIR%%/core/doc/API.odt %%WWWDIR%%/core/doc/API_3.0.odt %%WWWDIR%%/core/doc/Ajaxplorer-DriverAPI-v2.3.pdf %%WWWDIR%%/core/doc/Ajaxplorer-DriverAPI-v3.pdf +%%WWWDIR%%/core/doc/CHOSEN.txt +%%WWWDIR%%/core/doc/CREDITS-ONLY.txt %%WWWDIR%%/core/doc/CREDITS.txt %%WWWDIR%%/core/doc/INSTALL.txt +%%WWWDIR%%/core/doc/LICENSE-CAS.txt %%WWWDIR%%/core/doc/LICENSE-SABREDAV.txt %%WWWDIR%%/core/doc/LICENSE.txt %%WWWDIR%%/core/doc/LICENSE_until3.2.4.txt @@ -332,157 +32,2992 @@ %%WWWDIR%%/core/doc/TROUBLESHOOTING.txt %%WWWDIR%%/core/doc/ajaxplorer-manual-2.37-dist.html %%WWWDIR%%/core/doc/hooks.json -%%WWWDIR%%/core/tests/index.html -%%WWWDIR%%/core/tests/startup.phtml -%%WWWDIR%%/core/tests/test.AJXPVersion.php -%%WWWDIR%%/core/tests/test.Client.php -%%WWWDIR%%/core/tests/test.PHPCLI.php -%%WWWDIR%%/core/tests/test.PHPDomXML.php -%%WWWDIR%%/core/tests/test.PHPErrorLevel.php -%%WWWDIR%%/core/tests/test.PHPGDVersion.php -%%WWWDIR%%/core/tests/test.PHPLimits.php -%%WWWDIR%%/core/tests/test.PHPMCrypt.php -%%WWWDIR%%/core/tests/test.PHPOS.php -%%WWWDIR%%/core/tests/test.PHPSession.php -%%WWWDIR%%/core/tests/test.PHPVersion.php -%%WWWDIR%%/core/tests/test.PHP_APC.php -%%WWWDIR%%/core/tests/test.PHP_OB.php -%%WWWDIR%%/core/tests/test.PHP_magic_quotes.php -%%WWWDIR%%/core/tests/test.SSLEncryption.php -%%WWWDIR%%/core/tests/test.ServerEncoding.php -%%WWWDIR%%/core/tests/test.Upload.php -%%WWWDIR%%/core/tests/test.UsersConfig.php -%%WWWDIR%%/core/tests/test.Writeability.php -%%WWWDIR%%/core/tests/test.Zlib.php -%%WWWDIR%%/data/cache/.htaccess +%%WWWDIR%%/core/src/index.html +%%WWWDIR%%/core/src/lib/HttpClient.php +%%WWWDIR%%/core/src/lib/dibi/dibi.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiFirebirdDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMsSql2005Driver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMsSql2005Reflector.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMsSqlDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMsSqlReflector.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMySqlDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMySqlReflector.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiMySqliDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiOdbcDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiOracleDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiPdoDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiPostgreDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiSqlite3Driver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiSqliteDriver.php +%%WWWDIR%%/core/src/lib/dibi/drivers/DibiSqliteReflector.php +%%WWWDIR%%/core/src/lib/dibi/libs/Dibi.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiConnection.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiDataSource.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiDatabaseInfo.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiDateTime.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiEvent.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiException.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiFileLogger.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiFirePhpLogger.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiFluent.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiHashMap.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiLiteral.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiObject.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiResult.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiResultIterator.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiRow.php +%%WWWDIR%%/core/src/lib/dibi/libs/DibiTranslator.php +%%WWWDIR%%/core/src/lib/dibi/libs/interfaces.php +%%WWWDIR%%/core/src/lib/pclzip.lib.php +%%WWWDIR%%/core/src/phpunit/HOWTO +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Atomics/CryptoTests.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Atomics/FiltersTest.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Atomics/MemStoresTest.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Atomics/PermissionMaskTest.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Atomics/RolesTest.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Atomics/UtilsTest.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Core/StoragesTest.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Core/UsersTests.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Suite/Atomics.php +%%WWWDIR%%/core/src/phpunit/Pydio/Tests/Suite/CoreStorages.php +%%WWWDIR%%/core/src/pydio/Core/Controller/CliRunner.php +%%WWWDIR%%/core/src/pydio/Core/Controller/Controller.php +%%WWWDIR%%/core/src/pydio/Core/Controller/HTMLWriter.php +%%WWWDIR%%/core/src/pydio/Core/Controller/ProgressBarCLI.php +%%WWWDIR%%/core/src/pydio/Core/Controller/ShutdownScheduler.php +%%WWWDIR%%/core/src/pydio/Core/Controller/UnixProcess.php +%%WWWDIR%%/core/src/pydio/Core/Exception/ActionNotFoundException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/AuthRequiredException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/DBConnectionException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/ForbiddenCharacterException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/LoggingException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/LoginException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/NoActiveWorkspaceException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/PydioException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/PydioPromptException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/PydioUserAlertException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/RepositoryLoadException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/ResponseEmissionException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/RouteNotFoundException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/UserInterruptException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/UserNotFoundException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/WorkspaceAuthRequired.php +%%WWWDIR%%/core/src/pydio/Core/Exception/WorkspaceForbiddenException.php +%%WWWDIR%%/core/src/pydio/Core/Exception/WorkspaceNotFoundException.php +%%WWWDIR%%/core/src/pydio/Core/Http/Base.php +%%WWWDIR%%/core/src/pydio/Core/Http/Cli/AuthCliMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Cli/CliMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Cli/CliServer.php +%%WWWDIR%%/core/src/pydio/Core/Http/Cli/Command.php +%%WWWDIR%%/core/src/pydio/Core/Http/Cli/FreeArgvOptions.php +%%WWWDIR%%/core/src/pydio/Core/Http/Cli/FreeDefOptions.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/AuthBackendBasic.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/AuthBackendDigest.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/BrowserPlugin.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/Collection.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/DAVResponse.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/DAVServer.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/Node.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/NodeLeaf.php +%%WWWDIR%%/core/src/pydio/Core/Http/Dav/RootCollection.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/ExternalUploadedFile.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/JsActionTrigger.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/LoggingResult.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/Message.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/RegistryMessage.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/ReloadMessage.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/ReloadRepoListMessage.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/UserMessage.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/XMLDocMessage.php +%%WWWDIR%%/core/src/pydio/Core/Http/Message/XMLMessage.php +%%WWWDIR%%/core/src/pydio/Core/Http/Middleware/AuthMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Middleware/ITopLevelMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Middleware/SapiMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Middleware/SecureTokenMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Middleware/SessionMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Middleware/SessionRepositoryMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Middleware/WorkspaceAuthMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Response/AsyncResponseStream.php +%%WWWDIR%%/core/src/pydio/Core/Http/Response/CLISerializableResponseChunk.php +%%WWWDIR%%/core/src/pydio/Core/Http/Response/FileReaderResponse.php +%%WWWDIR%%/core/src/pydio/Core/Http/Response/JSONSerializableResponseChunk.php +%%WWWDIR%%/core/src/pydio/Core/Http/Response/SerializableResponseChunk.php +%%WWWDIR%%/core/src/pydio/Core/Http/Response/SerializableResponseStream.php +%%WWWDIR%%/core/src/pydio/Core/Http/Response/XMLDocSerializableResponseChunk.php +%%WWWDIR%%/core/src/pydio/Core/Http/Response/XMLSerializableResponseChunk.php +%%WWWDIR%%/core/src/pydio/Core/Http/Rest/ApiRouter.php +%%WWWDIR%%/core/src/pydio/Core/Http/Rest/RestApiMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Rest/RestApiServer.php +%%WWWDIR%%/core/src/pydio/Core/Http/Rest/RestAuthMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Server.php +%%WWWDIR%%/core/src/pydio/Core/Http/SimpleRestResourceRouter.php +%%WWWDIR%%/core/src/pydio/Core/Http/TopLevelRouter.php +%%WWWDIR%%/core/src/pydio/Core/Http/Wopi/AuthFrontend.php +%%WWWDIR%%/core/src/pydio/Core/Http/Wopi/AuthMiddleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Wopi/Middleware.php +%%WWWDIR%%/core/src/pydio/Core/Http/Wopi/Router.php +%%WWWDIR%%/core/src/pydio/Core/Http/Wopi/Server.php +%%WWWDIR%%/core/src/pydio/Core/Model/Context.php +%%WWWDIR%%/core/src/pydio/Core/Model/ContextInterface.php +%%WWWDIR%%/core/src/pydio/Core/Model/ContextProviderInterface.php +%%WWWDIR%%/core/src/pydio/Core/Model/FilteredRepositoriesList.php +%%WWWDIR%%/core/src/pydio/Core/Model/RepositoryInterface.php +%%WWWDIR%%/core/src/pydio/Core/Model/UserInterface.php +%%WWWDIR%%/core/src/pydio/Core/PluginFramework/CoreInstanceProvider.php +%%WWWDIR%%/core/src/pydio/Core/PluginFramework/Plugin.php +%%WWWDIR%%/core/src/pydio/Core/PluginFramework/PluginsService.php +%%WWWDIR%%/core/src/pydio/Core/PluginFramework/SqlTableProvider.php +%%WWWDIR%%/core/src/pydio/Core/Serializer/NodeXML.php +%%WWWDIR%%/core/src/pydio/Core/Serializer/RepositoryXML.php +%%WWWDIR%%/core/src/pydio/Core/Serializer/UserXML.php +%%WWWDIR%%/core/src/pydio/Core/Services/ApiKeysService.php +%%WWWDIR%%/core/src/pydio/Core/Services/ApplicationState.php +%%WWWDIR%%/core/src/pydio/Core/Services/AuthService.php +%%WWWDIR%%/core/src/pydio/Core/Services/CacheService.php +%%WWWDIR%%/core/src/pydio/Core/Services/ConfService.php +%%WWWDIR%%/core/src/pydio/Core/Services/LocalCache.php +%%WWWDIR%%/core/src/pydio/Core/Services/LocaleService.php +%%WWWDIR%%/core/src/pydio/Core/Services/RepositoriesCache.php +%%WWWDIR%%/core/src/pydio/Core/Services/RepositoryService.php +%%WWWDIR%%/core/src/pydio/Core/Services/RolesService.php +%%WWWDIR%%/core/src/pydio/Core/Services/SessionService.php +%%WWWDIR%%/core/src/pydio/Core/Services/UsersService.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Crypto.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Crypto/Key.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Crypto/ZeroPaddingRijndael.php +%%WWWDIR%%/core/src/pydio/Core/Utils/DBHelper.php +%%WWWDIR%%/core/src/pydio/Core/Utils/FileHelper.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Http/BruteForceHelper.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Http/CaptchaProvider.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Http/CookiesHelper.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Http/UserAgent.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Http/captcha_words.txt +%%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/DiagnosticRunner.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/DocsParser.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/JSPacker.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/LocaleExtractor.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Reflection/PydioSdkGenerator.php +%%WWWDIR%%/core/src/pydio/Core/Utils/TextEncoder.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/InputFilter.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/OptionsHelper.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/PasswordEncoder.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/PathUtils.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/StatHelper.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/StringHelper.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/UrlUtils.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/VarsFilter.php +%%WWWDIR%%/core/src/pydio/Core/Utils/Vars/XMLFilter.php +%%WWWDIR%%/core/src/pydio/Core/Utils/XMLHelper.php +%%WWWDIR%%/core/src/pydio/Tests/AbstractTest.php +%%WWWDIR%%/core/src/pydio/Tests/Client.php +%%WWWDIR%%/core/src/pydio/Tests/CryptoFunctions.php +%%WWWDIR%%/core/src/pydio/Tests/PHPCLI.php +%%WWWDIR%%/core/src/pydio/Tests/PHPDomXML.php +%%WWWDIR%%/core/src/pydio/Tests/PHPErrorLevel.php +%%WWWDIR%%/core/src/pydio/Tests/PHPExif.php +%%WWWDIR%%/core/src/pydio/Tests/PHPGDVersion.php +%%WWWDIR%%/core/src/pydio/Tests/PHPLimits.php +%%WWWDIR%%/core/src/pydio/Tests/PHPOS.php +%%WWWDIR%%/core/src/pydio/Tests/PHPSession.php +%%WWWDIR%%/core/src/pydio/Tests/PHPVersion.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_APC.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_INTL.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_OB.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_file_uploads.php +%%WWWDIR%%/core/src/pydio/Tests/PHP_magic_quotes.php +%%WWWDIR%%/core/src/pydio/Tests/PydioVersion.php +%%WWWDIR%%/core/src/pydio/Tests/SSLEncryption.php +%%WWWDIR%%/core/src/pydio/Tests/ServerEncoding.php +%%WWWDIR%%/core/src/pydio/Tests/Upload.php +%%WWWDIR%%/core/src/pydio/Tests/UsersConfig.php +%%WWWDIR%%/core/src/pydio/Tests/Writeability.php +%%WWWDIR%%/core/src/pydio/Tests/Zlib.php +%%WWWDIR%%/core/src/pydio/Tests/api_test.phtml +%%WWWDIR%%/core/src/pydio/Tests/startup.phtml +%%WWWDIR%%/core/vendor/autoload.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/LICENSE.md +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/NOTICE.md +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/composer.json +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/AbstractModel.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/ApiProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/DateTimeResult.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/DocModel.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/ListShape.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/MapShape.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Operation.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/JsonParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/QueryParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Parser/XmlParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Service.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Shape.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/ShapeMap.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/StructureShape.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/TimestampShape.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Api/Validator.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/AwsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/AwsClientInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/AwsClientTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Batch/BatchClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CacheInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ClientResolver.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudFront/Signer.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Command.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CommandInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CommandPool.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/CredentialProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/Credentials.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DoctrineCacheAdapter.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Efs/EfsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Emr/EmrClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/Partition.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/AwsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/CredentialsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/MultipartUploadException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/GlacierClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/MultipartUploader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HandlerList.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HasDataTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HashInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/HashingStream.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Health/HealthClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/History.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iam/IamClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Iot/IotClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/JsonCompiler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Kms/KmsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/LruArrayCache.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Middleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MockHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/MultiRegionClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Multipart/UploadState.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PhpHash.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PresignUrlMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/PsrCacheAdapter.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rds/Exception/RdsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rds/RdsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Result.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ResultInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ResultPaginator.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/RetryMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53/Route53Client.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartCopy.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartUploader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/ObjectUploader.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PostObject.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PostObjectV4.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3Client.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/SSECMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/StreamWrapper.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/S3/Transfer.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sdk.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ses/Exception/SesException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ses/SesClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sfn/SfnClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Shield/ShieldClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/S3SignatureV4.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureInterface.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureProvider.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureTrait.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Signature/SignatureV4.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sns/Exception/SnsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Ssm/SsmClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sts/Exception/StsException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Sts/StsClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Support/Exception/SupportException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Support/SupportClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/TraceMiddleware.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waf/WafClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/Waiter.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/XRay/Exception/XRayException.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/XRay/XRayClient.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php +%%WWWDIR%%/core/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Feb 27 16:51:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B40ACF0E29; Mon, 27 Feb 2017 16:51:25 +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 E65FB28A; Mon, 27 Feb 2017 16:51:24 +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 v1RGpODr069245; Mon, 27 Feb 2017 16:51:24 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RGpN4N069242; Mon, 27 Feb 2017 16:51:23 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201702271651.v1RGpN4N069242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 27 Feb 2017 16:51:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434967 - head/devel/cdialog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 16:51:25 -0000 Author: robak Date: Mon Feb 27 16:51:23 2017 New Revision: 434967 URL: https://svnweb.freebsd.org/changeset/ports/434967 Log: devel/cdialog: update 1.2.20150920 -> 1.3.20160828 PR: 216656 Submitted by: Takefu Modified: head/devel/cdialog/Makefile head/devel/cdialog/distinfo head/devel/cdialog/pkg-plist Modified: head/devel/cdialog/Makefile ============================================================================== --- head/devel/cdialog/Makefile Mon Feb 27 16:51:18 2017 (r434966) +++ head/devel/cdialog/Makefile Mon Feb 27 16:51:23 2017 (r434967) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cdialog -PORTVERSION= 1.2.20150920 +PORTVERSION= 1.3.20160828 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME:S|^c||}/ Modified: head/devel/cdialog/distinfo ============================================================================== --- head/devel/cdialog/distinfo Mon Feb 27 16:51:18 2017 (r434966) +++ head/devel/cdialog/distinfo Mon Feb 27 16:51:23 2017 (r434967) @@ -1,2 +1,3 @@ -SHA256 (dialog-1.2-20150920.tgz) = c4e61ec5768701683dd4b5b2ebd8a31e6289fa6a1f5801e4b481085650698c05 -SIZE (dialog-1.2-20150920.tgz) = 498181 +TIMESTAMP = 1485830335 +SHA256 (dialog-1.3-20160828.tgz) = 453095abaec288bfbc1ca9faced917e17742cff1ea45ec46210071ac153562f9 +SIZE (dialog-1.3-20160828.tgz) = 501960 Modified: head/devel/cdialog/pkg-plist ============================================================================== --- head/devel/cdialog/pkg-plist Mon Feb 27 16:51:18 2017 (r434966) +++ head/devel/cdialog/pkg-plist Mon Feb 27 16:51:23 2017 (r434967) @@ -6,8 +6,8 @@ include/cdialog/dlg_config.h include/cdialog/dlg_keys.h lib/libcdialog.a lib/libcdialog.so -lib/libcdialog.so.12 -lib/libcdialog.so.12.0.0 +lib/libcdialog.so.13 +lib/libcdialog.so.13.0.0 man/man1/cdialog.1.gz man/man3/cdialog.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README @@ -51,6 +51,7 @@ man/man3/cdialog.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dft-help %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dft-no %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialog.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dselect %%PORTEXAMPLES%%%%EXAMPLESDIR%%/editbox %%PORTEXAMPLES%%%%EXAMPLESDIR%%/editbox-utf8 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/editbox2 From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BADFCF0559; Mon, 27 Feb 2017 17:10: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 C85413D8; Mon, 27 Feb 2017 17:10: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 v1RHA5Vw075030; Mon, 27 Feb 2017 17:10:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHA5XE075029; Mon, 27 Feb 2017 17:10:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHA5XE075029@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, 27 Feb 2017 17:10:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434968 - 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: Mon, 27 Feb 2017 17:10:07 -0000 Author: sunpoet Date: Mon Feb 27 17:10:05 2017 New Revision: 434968 URL: https://svnweb.freebsd.org/changeset/ports/434968 Log: Cosmetic change Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Mon Feb 27 16:51:23 2017 (r434967) +++ head/ftp/curl/Makefile Mon Feb 27 17:10:05 2017 (r434968) @@ -19,8 +19,7 @@ OPTIONS_SINGLE= GSSAPI OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL POLARSSL WOLFSSL OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE -OPTIONS_DEFAULT= CA_BUNDLE COOKIES HTTP2 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP -OPTIONS_DEFAULT+= GSSAPI_${"${SSL_DEFAULT}" == "base":?BASE:NONE} +OPTIONS_DEFAULT= CA_BUNDLE COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} HTTP2 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP CA_BUNDLE_DESC= Install CA bundle for OpenSSL CA_BUNDLE_IMPLIES= OPENSSL COOKIES_DESC= Cookies support @@ -118,7 +117,7 @@ RTMP_CONFIGURE_WITH= librtmp RTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp RTMP_USES= pkgconfig SMB_CONFIGURE_ENABLE= smb -THREADED_RESOLVER_CONFIGURE_ENABLE= threaded-resolver +THREADED_RESOLVER_CONFIGURE_ENABLE= pthreads threaded-resolver TLS_SRP_CONFIGURE_ENABLE= tls-srp WOLFSSL_CONFIGURE_WITH= cyassl WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl @@ -133,11 +132,9 @@ IGNORE= only supports TLS-SRP with eith IGNORE= only supports LDAPS with SSL .endif -.if ${SSL_DEFAULT:Mlibressl*} -.if ${PORT_OPTIONS:MTLS_SRP} +.if ${PORT_OPTIONS:MTLS_SRP} && ${SSL_DEFAULT:Mlibressl*} IGNORE= unsupported TLS-SRP in LibreSSL .endif -.endif post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs scripts|; /^DIST_SUBDIRS = / s| docs scripts||; /cd docs &&/d' ${WRKSRC}/Makefile.in From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AAE9CF0575; Mon, 27 Feb 2017 17:10: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 198703ED; Mon, 27 Feb 2017 17:10: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 v1RHAAxD075133; Mon, 27 Feb 2017 17:10:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHAAAE075132; Mon, 27 Feb 2017 17:10:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHAAAE075132@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, 27 Feb 2017 17:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434969 - head/www/p5-LWP-Protocol-https X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:10:11 -0000 Author: sunpoet Date: Mon Feb 27 17:10:09 2017 New Revision: 434969 URL: https://svnweb.freebsd.org/changeset/ports/434969 Log: Add www/p5-libwww to *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/www/p5-LWP-Protocol-https/Makefile Modified: head/www/p5-LWP-Protocol-https/Makefile ============================================================================== --- head/www/p5-LWP-Protocol-https/Makefile Mon Feb 27 17:10:05 2017 (r434968) +++ head/www/p5-LWP-Protocol-https/Makefile Mon Feb 27 17:10:09 2017 (r434969) @@ -3,6 +3,7 @@ PORTNAME= LWP-Protocol-https PORTVERSION= 6.07 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +14,10 @@ COMMENT= Provide https support for LWP:: LICENSE= ART10 GPLv1 LICENSE_COMB= dual -# We remove p5-libwww here to avoid cyclic dependency BUILD_DEPENDS= p5-IO-Socket-SSL>=1.54:security/p5-IO-Socket-SSL \ p5-Mozilla-CA>=20110101:www/p5-Mozilla-CA \ - p5-Net-HTTP>=6:net/p5-Net-HTTP + p5-Net-HTTP>=6:net/p5-Net-HTTP \ + p5-libwww>=6.06:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9A1CCF05A6; Mon, 27 Feb 2017 17:10:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81D3C680; Mon, 27 Feb 2017 17:10: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 v1RHAHgK075332; Mon, 27 Feb 2017 17:10:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHAHoY075327; Mon, 27 Feb 2017 17:10:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHAHoY075327@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, 27 Feb 2017 17:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434970 - in head: devel/rubygem-gh devel/rubygem-rubygems-mirror www www/rubygem-mechanize www/rubygem-net-http-persistent2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:10:18 -0000 Author: sunpoet Date: Mon Feb 27 17:10:16 2017 New Revision: 434970 URL: https://svnweb.freebsd.org/changeset/ports/434970 Log: Add rubygem-net-http-persistent2 (copied from rubygem-net-http-persistent) - Add PORTSCOUT - Bump PORTREVISION for dependent ports Added: head/www/rubygem-net-http-persistent2/ - copied from r434914, head/www/rubygem-net-http-persistent/ Modified: head/devel/rubygem-gh/Makefile head/devel/rubygem-rubygems-mirror/Makefile head/www/Makefile head/www/rubygem-mechanize/Makefile head/www/rubygem-net-http-persistent2/Makefile Modified: head/devel/rubygem-gh/Makefile ============================================================================== --- head/devel/rubygem-gh/Makefile Mon Feb 27 17:10:09 2017 (r434969) +++ head/devel/rubygem-gh/Makefile Mon Feb 27 17:10:16 2017 (r434970) @@ -3,6 +3,7 @@ PORTNAME= gh PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -16,7 +17,7 @@ RUN_DEPENDS= rubygem-addressable>=2.4.0: rubygem-backports>=0:devel/rubygem-backports \ rubygem-faraday>=0.8:www/rubygem-faraday \ rubygem-multi_json>=1.0:devel/rubygem-multi_json \ - rubygem-net-http-persistent>=2.9:www/rubygem-net-http-persistent \ + rubygem-net-http-persistent2>=2.9:www/rubygem-net-http-persistent2 \ rubygem-net-http-pipeline>=0:www/rubygem-net-http-pipeline NO_ARCH= yes Modified: head/devel/rubygem-rubygems-mirror/Makefile ============================================================================== --- head/devel/rubygem-rubygems-mirror/Makefile Mon Feb 27 17:10:09 2017 (r434969) +++ head/devel/rubygem-rubygems-mirror/Makefile Mon Feb 27 17:10:16 2017 (r434970) @@ -3,6 +3,7 @@ PORTNAME= rubygems-mirror PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,10 +12,9 @@ COMMENT= Mirror rubygems LICENSE= MIT -RUN_DEPENDS= rubygem-net-http-persistent>=2.9:www/rubygem-net-http-persistent +RUN_DEPENDS= rubygem-net-http-persistent2>=2.9:www/rubygem-net-http-persistent2 NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 27 17:10:09 2017 (r434969) +++ head/www/Makefile Mon Feb 27 17:10:16 2017 (r434970) @@ -2032,6 +2032,7 @@ SUBDIR += rubygem-net-http-digest_auth SUBDIR += rubygem-net-http-digest_auth11 SUBDIR += rubygem-net-http-persistent + SUBDIR += rubygem-net-http-persistent2 SUBDIR += rubygem-net-http-persistent25 SUBDIR += rubygem-net-http-pipeline SUBDIR += rubygem-nicovideo Modified: head/www/rubygem-mechanize/Makefile ============================================================================== --- head/www/rubygem-mechanize/Makefile Mon Feb 27 17:10:09 2017 (r434969) +++ head/www/rubygem-mechanize/Makefile Mon Feb 27 17:10:16 2017 (r434970) @@ -3,6 +3,7 @@ PORTNAME= mechanize PORTVERSION= 2.7.5 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -16,7 +17,7 @@ RUN_DEPENDS= rubygem-domain_name>=0.5.1: rubygem-http-cookie>=1.0.0:www/rubygem-http-cookie \ rubygem-mime-types>=2.0:misc/rubygem-mime-types \ rubygem-net-http-digest_auth>=1.1.1:www/rubygem-net-http-digest_auth \ - rubygem-net-http-persistent>=2.5.2:www/rubygem-net-http-persistent \ + rubygem-net-http-persistent2>=2.5.2:www/rubygem-net-http-persistent2 \ rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri \ rubygem-ntlm-http>=0.1.1:www/rubygem-ntlm-http \ rubygem-webrobots>=0.0.9:www/rubygem-webrobots Modified: head/www/rubygem-net-http-persistent2/Makefile ============================================================================== --- head/www/rubygem-net-http-persistent/Makefile Mon Feb 27 03:15:36 2017 (r434914) +++ head/www/rubygem-net-http-persistent2/Makefile Mon Feb 27 17:10:16 2017 (r434970) @@ -5,12 +5,15 @@ PORTNAME= net-http-persistent PORTVERSION= 2.9.4 CATEGORIES= www net rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manages persistent connections using Net::HTTP LICENSE= MIT +PORTSCOUT= limit:^2\. + NO_ARCH= yes USE_RUBY= yes USES= gem From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61B3FCF05E2; Mon, 27 Feb 2017 17:10: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 304D47CE; Mon, 27 Feb 2017 17:10:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHASdd075453; Mon, 27 Feb 2017 17:10:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHASgl075451; Mon, 27 Feb 2017 17:10:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHASgl075451@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, 27 Feb 2017 17:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434971 - head/www/rubygem-net-http-persistent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:10:29 -0000 Author: sunpoet Date: Mon Feb 27 17:10:27 2017 New Revision: 434971 URL: https://svnweb.freebsd.org/changeset/ports/434971 Log: Update to 3.0.0 Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Modified: head/www/rubygem-net-http-persistent/Makefile head/www/rubygem-net-http-persistent/distinfo Modified: head/www/rubygem-net-http-persistent/Makefile ============================================================================== --- head/www/rubygem-net-http-persistent/Makefile Mon Feb 27 17:10:16 2017 (r434970) +++ head/www/rubygem-net-http-persistent/Makefile Mon Feb 27 17:10:27 2017 (r434971) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= net-http-persistent -PORTVERSION= 2.9.4 +PORTVERSION= 3.0.0 CATEGORIES= www net rubygems MASTER_SITES= RG @@ -11,6 +11,8 @@ COMMENT= Manages persistent connections LICENSE= MIT +RUN_DEPENDS= rubygem-connection_pool>=2.2:net/rubygem-connection_pool + NO_ARCH= yes USE_RUBY= yes USES= gem Modified: head/www/rubygem-net-http-persistent/distinfo ============================================================================== --- head/www/rubygem-net-http-persistent/distinfo Mon Feb 27 17:10:16 2017 (r434970) +++ head/www/rubygem-net-http-persistent/distinfo Mon Feb 27 17:10:27 2017 (r434971) @@ -1,2 +1,3 @@ -SHA256 (rubygem/net-http-persistent-2.9.4.gem) = 24274d207ffe66222ef70c78a052c7ea6e66b4ff21e2e8a99e3335d095822ef9 -SIZE (rubygem/net-http-persistent-2.9.4.gem) = 31232 +TIMESTAMP = 1488208071 +SHA256 (rubygem/net-http-persistent-3.0.0.gem) = 285cbf0bc3eb6312a86f883e0f5148e764aed76127075f3836dff5b74adad994 +SIZE (rubygem/net-http-persistent-3.0.0.gem) = 30208 From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B493FCF0607; Mon, 27 Feb 2017 17:10: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 7B25183B; Mon, 27 Feb 2017 17:10: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 v1RHAW3D075554; Mon, 27 Feb 2017 17:10:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHAWDq075553; Mon, 27 Feb 2017 17:10:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHAWDq075553@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, 27 Feb 2017 17:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434972 - head/www/rubygem-net-http-persistent25 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:10:33 -0000 Author: sunpoet Date: Mon Feb 27 17:10:32 2017 New Revision: 434972 URL: https://svnweb.freebsd.org/changeset/ports/434972 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2017-02-28 Modified: head/www/rubygem-net-http-persistent25/Makefile Modified: head/www/rubygem-net-http-persistent25/Makefile ============================================================================== --- head/www/rubygem-net-http-persistent25/Makefile Mon Feb 27 17:10:27 2017 (r434971) +++ head/www/rubygem-net-http-persistent25/Makefile Mon Feb 27 17:10:32 2017 (r434972) @@ -11,8 +11,10 @@ COMMENT= Manages persistent connections LICENSE= MIT -NO_ARCH= yes +DEPRECATED= Use www/rubygem-net-http-persistent2 instead +EXPIRATION_DATE=2017-02-28 +NO_ARCH= yes USE_RUBY= yes USES= gem From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CE84CF0628; Mon, 27 Feb 2017 17:10: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 4C1088C4; Mon, 27 Feb 2017 17:10: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 v1RHAbFk075673; Mon, 27 Feb 2017 17:10:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHAb0g075671; Mon, 27 Feb 2017 17:10:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHAb0g075671@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, 27 Feb 2017 17:10:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434973 - head/www/rubygem-select2-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 17:10:38 -0000 Author: sunpoet Date: Mon Feb 27 17:10:37 2017 New Revision: 434973 URL: https://svnweb.freebsd.org/changeset/ports/434973 Log: Update to 3.5.10 Changes: https://github.com/argerim/select2-rails/commits/3-5-stable Modified: head/www/rubygem-select2-rails/Makefile head/www/rubygem-select2-rails/distinfo Modified: head/www/rubygem-select2-rails/Makefile ============================================================================== --- head/www/rubygem-select2-rails/Makefile Mon Feb 27 17:10:32 2017 (r434972) +++ head/www/rubygem-select2-rails/Makefile Mon Feb 27 17:10:37 2017 (r434973) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= select2-rails -PORTVERSION= 3.5.9.3 +PORTVERSION= 3.5.10 CATEGORIES= www rubygems MASTER_SITES= RG @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-thor>=0.14:devel/rubygem-thor NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/www/rubygem-select2-rails/distinfo ============================================================================== --- head/www/rubygem-select2-rails/distinfo Mon Feb 27 17:10:32 2017 (r434972) +++ head/www/rubygem-select2-rails/distinfo Mon Feb 27 17:10:37 2017 (r434973) @@ -1,2 +1,3 @@ -SHA256 (rubygem/select2-rails-3.5.9.3.gem) = d29d4f771f3590cf0722324de3e4d7222448e57c67e867ca7ec38f63c999225a -SIZE (rubygem/select2-rails-3.5.9.3.gem) = 60416 +TIMESTAMP = 1488214710 +SHA256 (rubygem/select2-rails-3.5.10.gem) = 54d76abe9191999e59ce1533fce288ad080e2f2fa9a55351bf6a9d94ed50f251 +SIZE (rubygem/select2-rails-3.5.10.gem) = 59392 From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44D98CF0654; Mon, 27 Feb 2017 17:10: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 11AA794D; Mon, 27 Feb 2017 17:10: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 v1RHAgq9075773; Mon, 27 Feb 2017 17:10:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHAgOG075772; Mon, 27 Feb 2017 17:10:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHAgOG075772@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, 27 Feb 2017 17:10:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434974 - head/devel/pear-PHP_Timer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:10:43 -0000 Author: sunpoet Date: Mon Feb 27 17:10:41 2017 New Revision: 434974 URL: https://svnweb.freebsd.org/changeset/ports/434974 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-28 PR: 217191 Submitted by: Jochen Neumeister (maintainer) Modified: head/devel/pear-PHP_Timer/Makefile Modified: head/devel/pear-PHP_Timer/Makefile ============================================================================== --- head/devel/pear-PHP_Timer/Makefile Mon Feb 27 17:10:37 2017 (r434973) +++ head/devel/pear-PHP_Timer/Makefile Mon Feb 27 17:10:41 2017 (r434974) @@ -13,6 +13,9 @@ COMMENT= Utility class for timing BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit +DEPRECATED= This is only one PHP-File. To install read: https://github.com/sebastianbergmann/php-timer +EXPIRATION_DATE=2017-03-28 + USES= pear PEAR_CHANNEL= phpunit From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20CDFCF067E; Mon, 27 Feb 2017 17:10: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 DCDDF9D3; Mon, 27 Feb 2017 17:10: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 v1RHAkQP075905; Mon, 27 Feb 2017 17:10:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHAkXP075903; Mon, 27 Feb 2017 17:10:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHAkXP075903@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, 27 Feb 2017 17:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434975 - head/devel/pear-XML_Util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 17:10:48 -0000 Author: sunpoet Date: Mon Feb 27 17:10:46 2017 New Revision: 434975 URL: https://svnweb.freebsd.org/changeset/ports/434975 Log: Update to 1.4.2 Changes: https://pear.php.net/package/XML_Util/download/ PR: 217399 Submitted by: Jochen Neumeister (maintainer) Modified: head/devel/pear-XML_Util/Makefile head/devel/pear-XML_Util/distinfo Modified: head/devel/pear-XML_Util/Makefile ============================================================================== --- head/devel/pear-XML_Util/Makefile Mon Feb 27 17:10:41 2017 (r434974) +++ head/devel/pear-XML_Util/Makefile Mon Feb 27 17:10:46 2017 (r434975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML_Util -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= devel www pear MAINTAINER= joneum@bsdproject.de Modified: head/devel/pear-XML_Util/distinfo ============================================================================== --- head/devel/pear-XML_Util/distinfo Mon Feb 27 17:10:41 2017 (r434974) +++ head/devel/pear-XML_Util/distinfo Mon Feb 27 17:10:46 2017 (r434975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487404528 -SHA256 (PEAR/XML_Util-1.4.1.tgz) = 624095e57fc53c459bb7858f1699cbe99cdd91207eb5251326e833495dd5f8db -SIZE (PEAR/XML_Util-1.4.1.tgz) = 18839 +TIMESTAMP = 1488212708 +SHA256 (PEAR/XML_Util-1.4.2.tgz) = f6b5b180dbdd7ae24504007d83cf482d6105747ed4381019bdf3a61b78610239 +SIZE (PEAR/XML_Util-1.4.2.tgz) = 18993 From owner-svn-ports-all@freebsd.org Mon Feb 27 17:15:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE1DFCF0877; Mon, 27 Feb 2017 17:15:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D68E3A5; Mon, 27 Feb 2017 17:15:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHFvF0079726; Mon, 27 Feb 2017 17:15:57 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHFvL3079723; Mon, 27 Feb 2017 17:15:57 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201702271715.v1RHFvL3079723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Feb 2017 17:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434976 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:15:58 -0000 Author: adamw Date: Mon Feb 27 17:15:57 2017 New Revision: 434976 URL: https://svnweb.freebsd.org/changeset/ports/434976 Log: Update to 7.27. - Added support for UNIX domain sockets. - Improved Mojo::UserAgent to complain about unsupported protocols. - Fixed a bug in Mojo::URL where invalid host strings could be generated. - Fixed blib handling in Mojo::Home. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Feb 27 17:10:46 2017 (r434975) +++ head/www/p5-Mojolicious/Makefile Mon Feb 27 17:15:57 2017 (r434976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.26 +PORTVERSION= 7.27 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Mon Feb 27 17:10:46 2017 (r434975) +++ head/www/p5-Mojolicious/distinfo Mon Feb 27 17:15:57 2017 (r434976) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487611044 -SHA256 (Mojolicious-7.26.tar.gz) = 41b34e499a36957b82f927b9db6691e8632d98a6446b62f052c18f4d2d570262 -SIZE (Mojolicious-7.26.tar.gz) = 669554 +TIMESTAMP = 1488215685 +SHA256 (Mojolicious-7.27.tar.gz) = d0a4e45759e4ada81ac8f62250f86ee91cf98b9e7219ea1b4bcf01611effe57f +SIZE (Mojolicious-7.27.tar.gz) = 671737 From owner-svn-ports-all@freebsd.org Mon Feb 27 17:23:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF91CCF0C95; Mon, 27 Feb 2017 17:23:59 +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 BBCE316C; Mon, 27 Feb 2017 17:23: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 v1RHNwTW084040; Mon, 27 Feb 2017 17:23:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHNwvL084032; Mon, 27 Feb 2017 17:23:58 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702271723.v1RHNwvL084032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 27 Feb 2017 17:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434977 - in head/math/pdal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:24:00 -0000 Author: riggs Date: Mon Feb 27 17:23:58 2017 New Revision: 434977 URL: https://svnweb.freebsd.org/changeset/ports/434977 Log: Update to upstream version 1.4.0; un-breank build; changed OPTIONs Details: - Update to upstream version 1.4.0 - Fix build - Update maintainer e-mail address - Removed OPTIONs: GEOTIFF LIBXML2 LASZIP APPS ATTRIBUTE - New OPTIONs: PGPOINTCLOUD SQLITE PYTHON TESTS PR: 215842 Submitted by: lbartoletti@tuxfamily.org Reviewed by: riggs Approved by: maintainer timeout MFH: 2017Q1 (build fix blanket) Added: head/math/pdal/files/patch-apps_CMakeLists.txt (contents, props changed) head/math/pdal/files/patch-dimbuilder_CMakeLists.txt (contents, props changed) head/math/pdal/files/patch-pdal_util_CMakeLists.txt (contents, props changed) head/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h (contents, props changed) Deleted: head/math/pdal/files/patch-git_080e614 head/math/pdal/files/patch-git_3c7e997 head/math/pdal/files/patch-git_5a0b123 head/math/pdal/files/patch-git_c8a1f88 head/math/pdal/files/patch-src_PluginManager.cpp head/math/pdal/files/patch-vendor_gtest-1.7.0_include_gtest_internal_gtest-port.h Modified: head/math/pdal/Makefile head/math/pdal/distinfo head/math/pdal/pkg-plist Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Mon Feb 27 17:15:57 2017 (r434976) +++ head/math/pdal/Makefile Mon Feb 27 17:23:58 2017 (r434977) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= pdal -PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTVERSION= 1.4.0 CATEGORIES= math databases graphics -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library for translating and manipulating point cloud data LICENSE= BSD3CLAUSE @@ -14,11 +13,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ - libboost_thread.so:devel/boost-libs + libboost_thread.so:devel/boost-libs \ + libcurl.so:ftp/curl \ + libgeotiff.so:graphics/libgeotiff \ + libxml2.so:textproc/libxml2 \ + liblaszip.so:archivers/laszip -BROKEN= does not build (error: typedef redefinition with different types ('struct GTIFS *' vs 'struct gtiff')) - -USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig +USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig execinfo USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} @@ -27,10 +28,12 @@ GH_PROJECT= ${GH_ACCOUNT} # Unhide std::to_string() to fix build with GCC (see ports/193528 for details). CXXFLAGS+= -D_GLIBCXX_USE_C99 -OPTIONS_DEFINE= GEOTIFF LIBXML2 LASZIP APPS BASH ATTRIBUTE \ +CMAKE_ARGS+= -DWITH_LASZIP:BOOL=TRUE #Doesn't build without laszip. LASZIP is recommended + +OPTIONS_DEFINE= BASH \ ICEBRIDGE PGPOINTCLOUD SQLITE \ PYTHON TESTS -OPTIONS_DEFAULT= GEOTIFF LIBXML2 LASZIP APPS +OPTIONS_DEFAULT= PYTHON TESTS #Plugins with lib not in port: #RivLib, Matlab, MrSID, CPD, GeoWave, GreyHound, HexBin OPTIONS_SUB= yes @@ -56,33 +59,19 @@ TESTS_DESC= Enable Tests TESTS_CMAKE_ON= -DBUILD_PLUGIN_TESTS:BOOL=TRUE TESTS_CMAKE_OFF= DBUILD_PLUGIN_TESTS:BOOL=FALSE -ATTRIBUTE_DESC= Enable attribute plugin -ATTRIBUTE_CMAKE_ON= -DBUILD_PLUGIN_ATTRIBUTE:BOOL=TRUE -ATTRIBUTE_CMAKE_OFF= -DBUILD_PLUGIN_ATTRIBUTE:BOOL=FALSE - ICEBRIDGE_DESC= Enable Icebridge plugin ICEBRIDGE_LIB_DEPENDS= libhdf5.so:science/hdf5 ICEBRIDGE_CMAKE_ON= -DBUILD_PLUGIN_ICEBRIDGE:BOOL=TRUE ICEBRIDGE_CMAKE_OFF= -DBUILD_PLUGIN_ICEBRIDGE:BOOL=FALSE -APPS_DESC= PDAL command line application -APPS_CMAKE_ON= -DWITH_APPS:BOOL=TRUE -APPS_CMAKE_OFF= -DWITH_APPS:BOOL=FALSE - BASH_DESC= BASH completion -BASH_CMAKE_ON= -DWITH_BASH:BOOL=TRUE +BASH_CMAKE_ON= -DWITH_COMPLETION:BOOL=TRUE BASH_RUN_DEPENDS= bash:shells/bash -BASH_CMAKE_OFF= -DWITH_BASH:BOOL=FALSE - -LASZIP_DESC= Enable LASZip support (Recommended) -LASZIP_LIB_DEPENDS= liblaszip.so:archivers/laszip +BASH_CMAKE_OFF= -DWITH_COMPLETION:BOOL=FALSE -GEOTIFF_CMAKE_ON= -DWITH_GEOTIFF:BOOL=TRUE -GEOTIFF_LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff -GEOTIFF_CMAKE_OFF= -DWITH_GEOTIFF:BOOL=FALSE - -LIBXML2_CMAKE_ON= -DWITH_LIBXML2:BOOL=TRUE -LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 -LIBXML2_CMAKE_OFF= -DWITH_LIBXML2:BOOL=FALSE +post-install-BASH-on: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions + ${INSTALL_DATA} ${WRKSRC}/scripts/bash-completion/pdal \ + ${STAGEDIR}${PREFIX}/share/bash-completion/completions .include Modified: head/math/pdal/distinfo ============================================================================== --- head/math/pdal/distinfo Mon Feb 27 17:15:57 2017 (r434976) +++ head/math/pdal/distinfo Mon Feb 27 17:23:58 2017 (r434977) @@ -1,2 +1,3 @@ -SHA256 (PDAL-PDAL-1.1.0_GH0.tar.gz) = 70e0c84035b3fdc75c4eb72dde62a7a2138171d249f2a607170f79d5cafe589d -SIZE (PDAL-PDAL-1.1.0_GH0.tar.gz) = 37323319 +TIMESTAMP = 1482219332 +SHA256 (PDAL-PDAL-1.4.0_GH0.tar.gz) = 199b34f77d48e468ff2dd2077766b63893d6be99a1db28cadfaee4f92978aed1 +SIZE (PDAL-PDAL-1.4.0_GH0.tar.gz) = 65673606 Added: head/math/pdal/files/patch-apps_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-apps_CMakeLists.txt Mon Feb 27 17:23:58 2017 (r434977) @@ -0,0 +1,11 @@ +--- apps/CMakeLists.txt.orig 2017-01-06 20:53:26 UTC ++++ apps/CMakeLists.txt +@@ -60,7 +60,7 @@ file(MAKE_DIRECTORY "${PDAL_OUTPUT_LIB_D + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/pdal.pc.in + ${CMAKE_CURRENT_BINARY_DIR}/pdal.pc @ONLY) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pdal.pc +- DESTINATION "${PDAL_LIB_INSTALL_DIR}/pkgconfig/" ++ DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig/" + PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) + + if(UNIX OR APPLE) Added: head/math/pdal/files/patch-dimbuilder_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-dimbuilder_CMakeLists.txt Mon Feb 27 17:23:58 2017 (r434977) @@ -0,0 +1,9 @@ +--- dimbuilder/CMakeLists.txt.orig 2017-01-06 20:52:21 UTC ++++ dimbuilder/CMakeLists.txt +@@ -30,5 +30,5 @@ if (PDAL_HAVE_JSONCPP) + target_link_libraries(dimbuilder PRIVATE ${PDAL_JSONCPP_LIB_NAME}) + endif() + if (UNIX AND NOT APPLE) +- target_link_libraries(dimbuilder PRIVATE dl) ++ target_link_libraries(dimbuilder PRIVATE ${CMAKE_DL_LIBS} execinfo) + endif() Added: head/math/pdal/files/patch-pdal_util_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-pdal_util_CMakeLists.txt Mon Feb 27 17:23:58 2017 (r434977) @@ -0,0 +1,11 @@ +--- pdal/util/CMakeLists.txt.orig 2017-01-06 20:52:21 UTC ++++ pdal/util/CMakeLists.txt +@@ -25,7 +25,7 @@ target_include_directories(${PDAL_UTIL_L + if (UNIX AND NOT APPLE) + target_link_libraries(${PDAL_UTIL_LIB_NAME} + PRIVATE +- dl ++ ${CMAKE_DL_LIBS} execinfo + ) + endif() + Added: head/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h Mon Feb 27 17:23:58 2017 (r434977) @@ -0,0 +1,28 @@ +--- vendor/gtest/include/gtest/internal/gtest-port.h.orig 2016-12-15 17:52:00 UTC ++++ vendor/gtest/include/gtest/internal/gtest-port.h +@@ -92,6 +92,7 @@ + // the given platform; otherwise undefined): + // GTEST_OS_AIX - IBM AIX + // GTEST_OS_CYGWIN - Cygwin ++// GTEST_OS_FREEBSD - FreeBSD + // GTEST_OS_HPUX - HP-UX + // GTEST_OS_LINUX - Linux + // GTEST_OS_LINUX_ANDROID - Google Android +@@ -267,6 +268,8 @@ + # define GTEST_OS_OPENBSD 1 + #elif defined __QNX__ + # define GTEST_OS_QNX 1 ++#elif defined __FreeBSD__ || defined __DragonFly__ ++# define GTEST_OS_FREEBSD 1 + #endif // __CYGWIN__ + + #ifndef GTEST_LANG_CXX11 +@@ -646,7 +649,7 @@ using ::std::tuple_size; + (GTEST_OS_MAC && !GTEST_OS_IOS) || GTEST_OS_IOS_SIMULATOR || \ + (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \ + GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \ +- GTEST_OS_OPENBSD || GTEST_OS_QNX) ++ GTEST_OS_OPENBSD || GTEST_OS_QNX || GTEST_OS_FREEBSD) + # define GTEST_HAS_DEATH_TEST 1 + # include // NOLINT + #endif Modified: head/math/pdal/pkg-plist ============================================================================== --- head/math/pdal/pkg-plist Mon Feb 27 17:15:57 2017 (r434976) +++ head/math/pdal/pkg-plist Mon Feb 27 17:23:58 2017 (r434977) @@ -1,98 +1,132 @@ bin/pdal bin/pdal-config -include/pdal/BpfCompressor.hpp -include/pdal/BpfHeader.hpp -include/pdal/BpfReader.hpp -include/pdal/BpfWriter.hpp -include/pdal/BufferReader.hpp -include/pdal/ChipperFilter.hpp -include/pdal/ColorizationFilter.hpp include/pdal/Compression.hpp -include/pdal/CropFilter.hpp include/pdal/DbReader.hpp include/pdal/DbWriter.hpp -include/pdal/DecimationFilter.hpp -include/pdal/DeltaKernel.hpp -include/pdal/DerivativeWriter.hpp -include/pdal/DiffKernel.hpp +include/pdal/DimDetail.hpp +include/pdal/DimType.hpp +include/pdal/DimUtil.hpp include/pdal/Dimension.hpp -include/pdal/DividerFilter.hpp -include/pdal/FauxReader.hpp -include/pdal/FerryFilter.hpp +include/pdal/EigenUtils.hpp include/pdal/Filter.hpp include/pdal/FlexWriter.hpp -include/pdal/GDALReader.hpp include/pdal/GDALUtils.hpp +include/pdal/GEOSUtils.hpp include/pdal/Geometry.hpp -include/pdal/GeotiffSupport.hpp -include/pdal/GlobalEnvironment.hpp -include/pdal/HeaderVal.hpp -include/pdal/Ilvis2Reader.hpp -include/pdal/InfoKernel.hpp include/pdal/KDIndex.hpp include/pdal/Kernel.hpp include/pdal/KernelFactory.hpp -include/pdal/KernelSupport.hpp -include/pdal/LasError.hpp -include/pdal/LasHeader.hpp -include/pdal/LasReader.hpp -include/pdal/LasUtils.hpp -include/pdal/LasWriter.hpp include/pdal/Log.hpp -include/pdal/MergeFilter.hpp -include/pdal/MergeKernel.hpp include/pdal/Metadata.hpp -include/pdal/MortonOrderFilter.hpp -include/pdal/NullWriter.hpp -include/pdal/OptechCommon.hpp -include/pdal/OptechReader.hpp -include/pdal/OptechRotationMatrix.hpp include/pdal/Options.hpp include/pdal/PDALUtils.hpp -include/pdal/PipelineKernel.hpp +include/pdal/PipelineExecutor.hpp include/pdal/PipelineManager.hpp -include/pdal/PipelineReader.hpp +include/pdal/PipelineReaderJSON.hpp include/pdal/PipelineWriter.hpp include/pdal/PluginManager.hpp -include/pdal/PlyReader.hpp -include/pdal/PlyWriter.hpp +include/pdal/PointContainer.hpp include/pdal/PointLayout.hpp +include/pdal/PointRef.hpp include/pdal/PointTable.hpp include/pdal/PointView.hpp include/pdal/PointViewIter.hpp -include/pdal/QfitReader.hpp +include/pdal/Polygon.hpp include/pdal/QuadIndex.hpp include/pdal/QuickInfo.hpp -include/pdal/RandomKernel.hpp -include/pdal/RandomizeFilter.hpp -include/pdal/RangeFilter.hpp include/pdal/Reader.hpp -include/pdal/ReprojectionFilter.hpp -include/pdal/SbetCommon.hpp -include/pdal/SbetReader.hpp -include/pdal/SbetWriter.hpp -include/pdal/SortFilter.hpp -include/pdal/SortKernel.hpp +include/pdal/Scaling.hpp include/pdal/SpatialReference.hpp -include/pdal/SplitKernel.hpp -include/pdal/SplitterFilter.hpp include/pdal/Stage.hpp include/pdal/StageFactory.hpp include/pdal/StageWrapper.hpp -include/pdal/StatsFilter.hpp -include/pdal/SummaryData.hpp -include/pdal/TIndexKernel.hpp -include/pdal/TIndexReader.hpp -include/pdal/TerrasolidReader.hpp -include/pdal/TextWriter.hpp -include/pdal/TransformationFilter.hpp -include/pdal/TranslateKernel.hpp -include/pdal/UserCallback.hpp -include/pdal/VariableLengthRecord.hpp include/pdal/Writer.hpp include/pdal/XMLSchema.hpp -include/pdal/ZipPoint.hpp +include/pdal/filters/ApproximateCoplanarFilter.hpp +include/pdal/filters/AttributeFilter.hpp +include/pdal/filters/ChipperFilter.hpp +include/pdal/filters/ColorInterpRamps.hpp +include/pdal/filters/ColorinterpFilter.hpp +include/pdal/filters/ColorizationFilter.hpp +include/pdal/filters/ComputeRangeFilter.hpp +include/pdal/filters/CropFilter.hpp +include/pdal/filters/DecimationFilter.hpp +include/pdal/filters/DividerFilter.hpp +include/pdal/filters/EigenvaluesFilter.hpp +include/pdal/filters/EstimateRankFilter.hpp +include/pdal/filters/FerryFilter.hpp +include/pdal/filters/HAGFilter.hpp +include/pdal/filters/IQRFilter.hpp +include/pdal/filters/KDistanceFilter.hpp +include/pdal/filters/LOFFilter.hpp +include/pdal/filters/MADFilter.hpp +include/pdal/filters/MergeFilter.hpp +include/pdal/filters/MongusFilter.hpp +include/pdal/filters/MortonOrderFilter.hpp +include/pdal/filters/NormalFilter.hpp +include/pdal/filters/OutlierFilter.hpp +include/pdal/filters/PMFFilter.hpp +include/pdal/filters/RadialDensityFilter.hpp +include/pdal/filters/RandomizeFilter.hpp +include/pdal/filters/RangeFilter.hpp +include/pdal/filters/ReprojectionFilter.hpp +include/pdal/filters/SMRFilter.hpp +include/pdal/filters/SampleFilter.hpp +include/pdal/filters/SortFilter.hpp +include/pdal/filters/SplitterFilter.hpp +include/pdal/filters/StatsFilter.hpp +include/pdal/filters/StreamCallbackFilter.hpp +include/pdal/filters/TransformationFilter.hpp include/pdal/gitsha.h +include/pdal/io/BpfCompressor.hpp +include/pdal/io/BpfHeader.hpp +include/pdal/io/BpfReader.hpp +include/pdal/io/BpfWriter.hpp +include/pdal/io/BufferReader.hpp +include/pdal/io/DerivativeWriter.hpp +include/pdal/io/FauxReader.hpp +include/pdal/io/GDALGrid.hpp +include/pdal/io/GDALReader.hpp +include/pdal/io/GDALWriter.hpp +include/pdal/io/GeotiffSupport.hpp +include/pdal/io/HeaderVal.hpp +include/pdal/io/Ilvis2MetadataReader.hpp +include/pdal/io/Ilvis2Reader.hpp +include/pdal/io/LasError.hpp +include/pdal/io/LasHeader.hpp +include/pdal/io/LasReader.hpp +include/pdal/io/LasSummaryData.hpp +include/pdal/io/LasUtils.hpp +include/pdal/io/LasVLR.hpp +include/pdal/io/LasWriter.hpp +include/pdal/io/LasZipPoint.hpp +include/pdal/io/NullWriter.hpp +include/pdal/io/OptechCommon.hpp +include/pdal/io/OptechReader.hpp +include/pdal/io/OptechRotationMatrix.hpp +include/pdal/io/PlyReader.hpp +include/pdal/io/PlyWriter.hpp +include/pdal/io/PtsReader.hpp +include/pdal/io/QfitReader.hpp +include/pdal/io/SbetCommon.hpp +include/pdal/io/SbetReader.hpp +include/pdal/io/SbetWriter.hpp +include/pdal/io/TIndexReader.hpp +include/pdal/io/TerrasolidReader.hpp +include/pdal/io/TextReader.hpp +include/pdal/io/TextWriter.hpp +include/pdal/kernels/DeltaKernel.hpp +include/pdal/kernels/DiffKernel.hpp +include/pdal/kernels/GroundKernel.hpp +include/pdal/kernels/HausdorffKernel.hpp +include/pdal/kernels/InfoKernel.hpp +include/pdal/kernels/MergeKernel.hpp +include/pdal/kernels/PipelineKernel.hpp +include/pdal/kernels/RandomKernel.hpp +include/pdal/kernels/SortKernel.hpp +include/pdal/kernels/SplitKernel.hpp +include/pdal/kernels/TIndexKernel.hpp +include/pdal/kernels/TranslateKernel.hpp include/pdal/pdal.hpp include/pdal/pdal_config.hpp include/pdal/pdal_defines.h @@ -111,35 +145,54 @@ include/pdal/plugin.hpp include/pdal/util/Algorithm.hpp include/pdal/util/Bounds.hpp include/pdal/util/Charbuf.hpp -include/pdal/util/Endian.hpp include/pdal/util/Extractor.hpp include/pdal/util/FileUtils.hpp include/pdal/util/Georeference.hpp include/pdal/util/IStream.hpp include/pdal/util/Inserter.hpp include/pdal/util/OStream.hpp +include/pdal/util/ProgramArgs.hpp include/pdal/util/Utils.hpp +include/pdal/util/Uuid.hpp +include/pdal/util/pdal_util_export.hpp include/pdal/util/portable_endian.hpp +lib/libpdal_arbiter.a lib/libpdal_base.so -lib/libpdal_base.so.1 -lib/libpdal_base.so.2.0.0 -lib/libpdal_util.so -lib/libpdal_util.so.1 -lib/libpdal_util.so.2.0.0 -lib/libpdalcpp.so +lib/libpdal_base.so.4 +lib/libpdal_base.so.5.0.0 +lib/libpdal_boost.a +lib/libpdal_jsoncpp.a %%PYTHON%%lib/libpdal_plang.so -%%PYTHON%%lib/libpdal_plang.so.1 -%%PYTHON%%lib/libpdal_plang.so.2.0.0 +%%PYTHON%%lib/libpdal_plang.so.4 +%%PYTHON%%lib/libpdal_plang.so.5.0.0 %%PYTHON%%lib/libpdal_plugin_filter_predicate.so +%%PYTHON%%lib/libpdal_plugin_filter_predicate.so.4 +%%PYTHON%%lib/libpdal_plugin_filter_predicate.so.5.0.0 %%PYTHON%%lib/libpdal_plugin_filter_programmable.so -%%ATTRIBUTE%%lib/libpdal_plugin_filter_attribute.so +%%PYTHON%%lib/libpdal_plugin_filter_programmable.so.4 +%%PYTHON%%lib/libpdal_plugin_filter_programmable.so.5.0.0 %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so -%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so -%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.4 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.5.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.4 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.5.0.0 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.4 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.5.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.4 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.5.0.0 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.4 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.5.0.0 +lib/libpdal_util.so +lib/libpdal_util.so.4 +lib/libpdal_util.so.5.0.0 +lib/libpdalcpp.so lib/pdal/cmake/PDALConfig.cmake lib/pdal/cmake/PDALConfigVersion.cmake lib/pdal/cmake/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/pdal/cmake/PDALTargets.cmake libdata/pkgconfig/pdal.pc +%%BASH%%share/bash-completion/completions/pdal From owner-svn-ports-all@freebsd.org Mon Feb 27 17:25:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4426CF0D4E; Mon, 27 Feb 2017 17:25:34 +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 785FA5FA; Mon, 27 Feb 2017 17:25: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 v1RHPXMt084502; Mon, 27 Feb 2017 17:25:33 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHPX1h084495; Mon, 27 Feb 2017 17:25:33 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702271725.v1RHPX1h084495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 27 Feb 2017 17:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434978 - in branches/2017Q1/math/pdal: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 17:25:34 -0000 Author: riggs Date: Mon Feb 27 17:25:32 2017 New Revision: 434978 URL: https://svnweb.freebsd.org/changeset/ports/434978 Log: MFH: r434977 Update to upstream version 1.4.0; un-breank build; changed OPTIONs Details: - Update to upstream version 1.4.0 - Fix build - Update maintainer e-mail address - Removed OPTIONs: GEOTIFF LIBXML2 LASZIP APPS ATTRIBUTE - New OPTIONs: PGPOINTCLOUD SQLITE PYTHON TESTS PR: 215842 Submitted by: lbartoletti@tuxfamily.org Reviewed by: riggs Approved by: maintainer timeout Approved by: ports-secteam (build fix blanket) Added: branches/2017Q1/math/pdal/files/patch-apps_CMakeLists.txt - copied unchanged from r434977, head/math/pdal/files/patch-apps_CMakeLists.txt branches/2017Q1/math/pdal/files/patch-dimbuilder_CMakeLists.txt - copied unchanged from r434977, head/math/pdal/files/patch-dimbuilder_CMakeLists.txt branches/2017Q1/math/pdal/files/patch-pdal_util_CMakeLists.txt - copied unchanged from r434977, head/math/pdal/files/patch-pdal_util_CMakeLists.txt branches/2017Q1/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h - copied unchanged from r434977, head/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h Deleted: branches/2017Q1/math/pdal/files/patch-git_080e614 branches/2017Q1/math/pdal/files/patch-git_3c7e997 branches/2017Q1/math/pdal/files/patch-git_5a0b123 branches/2017Q1/math/pdal/files/patch-git_c8a1f88 branches/2017Q1/math/pdal/files/patch-src_PluginManager.cpp branches/2017Q1/math/pdal/files/patch-vendor_gtest-1.7.0_include_gtest_internal_gtest-port.h Modified: branches/2017Q1/math/pdal/Makefile branches/2017Q1/math/pdal/distinfo branches/2017Q1/math/pdal/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/math/pdal/Makefile ============================================================================== --- branches/2017Q1/math/pdal/Makefile Mon Feb 27 17:23:58 2017 (r434977) +++ branches/2017Q1/math/pdal/Makefile Mon Feb 27 17:25:32 2017 (r434978) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= pdal -PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTVERSION= 1.4.0 CATEGORIES= math databases graphics -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library for translating and manipulating point cloud data LICENSE= BSD3CLAUSE @@ -14,11 +13,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ - libboost_thread.so:devel/boost-libs + libboost_thread.so:devel/boost-libs \ + libcurl.so:ftp/curl \ + libgeotiff.so:graphics/libgeotiff \ + libxml2.so:textproc/libxml2 \ + liblaszip.so:archivers/laszip -BROKEN= does not build (error: typedef redefinition with different types ('struct GTIFS *' vs 'struct gtiff')) - -USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig +USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig execinfo USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} @@ -27,10 +28,12 @@ GH_PROJECT= ${GH_ACCOUNT} # Unhide std::to_string() to fix build with GCC (see ports/193528 for details). CXXFLAGS+= -D_GLIBCXX_USE_C99 -OPTIONS_DEFINE= GEOTIFF LIBXML2 LASZIP APPS BASH ATTRIBUTE \ +CMAKE_ARGS+= -DWITH_LASZIP:BOOL=TRUE #Doesn't build without laszip. LASZIP is recommended + +OPTIONS_DEFINE= BASH \ ICEBRIDGE PGPOINTCLOUD SQLITE \ PYTHON TESTS -OPTIONS_DEFAULT= GEOTIFF LIBXML2 LASZIP APPS +OPTIONS_DEFAULT= PYTHON TESTS #Plugins with lib not in port: #RivLib, Matlab, MrSID, CPD, GeoWave, GreyHound, HexBin OPTIONS_SUB= yes @@ -56,33 +59,19 @@ TESTS_DESC= Enable Tests TESTS_CMAKE_ON= -DBUILD_PLUGIN_TESTS:BOOL=TRUE TESTS_CMAKE_OFF= DBUILD_PLUGIN_TESTS:BOOL=FALSE -ATTRIBUTE_DESC= Enable attribute plugin -ATTRIBUTE_CMAKE_ON= -DBUILD_PLUGIN_ATTRIBUTE:BOOL=TRUE -ATTRIBUTE_CMAKE_OFF= -DBUILD_PLUGIN_ATTRIBUTE:BOOL=FALSE - ICEBRIDGE_DESC= Enable Icebridge plugin ICEBRIDGE_LIB_DEPENDS= libhdf5.so:science/hdf5 ICEBRIDGE_CMAKE_ON= -DBUILD_PLUGIN_ICEBRIDGE:BOOL=TRUE ICEBRIDGE_CMAKE_OFF= -DBUILD_PLUGIN_ICEBRIDGE:BOOL=FALSE -APPS_DESC= PDAL command line application -APPS_CMAKE_ON= -DWITH_APPS:BOOL=TRUE -APPS_CMAKE_OFF= -DWITH_APPS:BOOL=FALSE - BASH_DESC= BASH completion -BASH_CMAKE_ON= -DWITH_BASH:BOOL=TRUE +BASH_CMAKE_ON= -DWITH_COMPLETION:BOOL=TRUE BASH_RUN_DEPENDS= bash:shells/bash -BASH_CMAKE_OFF= -DWITH_BASH:BOOL=FALSE - -LASZIP_DESC= Enable LASZip support (Recommended) -LASZIP_LIB_DEPENDS= liblaszip.so:archivers/laszip +BASH_CMAKE_OFF= -DWITH_COMPLETION:BOOL=FALSE -GEOTIFF_CMAKE_ON= -DWITH_GEOTIFF:BOOL=TRUE -GEOTIFF_LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff -GEOTIFF_CMAKE_OFF= -DWITH_GEOTIFF:BOOL=FALSE - -LIBXML2_CMAKE_ON= -DWITH_LIBXML2:BOOL=TRUE -LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 -LIBXML2_CMAKE_OFF= -DWITH_LIBXML2:BOOL=FALSE +post-install-BASH-on: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions + ${INSTALL_DATA} ${WRKSRC}/scripts/bash-completion/pdal \ + ${STAGEDIR}${PREFIX}/share/bash-completion/completions .include Modified: branches/2017Q1/math/pdal/distinfo ============================================================================== --- branches/2017Q1/math/pdal/distinfo Mon Feb 27 17:23:58 2017 (r434977) +++ branches/2017Q1/math/pdal/distinfo Mon Feb 27 17:25:32 2017 (r434978) @@ -1,2 +1,3 @@ -SHA256 (PDAL-PDAL-1.1.0_GH0.tar.gz) = 70e0c84035b3fdc75c4eb72dde62a7a2138171d249f2a607170f79d5cafe589d -SIZE (PDAL-PDAL-1.1.0_GH0.tar.gz) = 37323319 +TIMESTAMP = 1482219332 +SHA256 (PDAL-PDAL-1.4.0_GH0.tar.gz) = 199b34f77d48e468ff2dd2077766b63893d6be99a1db28cadfaee4f92978aed1 +SIZE (PDAL-PDAL-1.4.0_GH0.tar.gz) = 65673606 Copied: branches/2017Q1/math/pdal/files/patch-apps_CMakeLists.txt (from r434977, head/math/pdal/files/patch-apps_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/math/pdal/files/patch-apps_CMakeLists.txt Mon Feb 27 17:25:32 2017 (r434978, copy of r434977, head/math/pdal/files/patch-apps_CMakeLists.txt) @@ -0,0 +1,11 @@ +--- apps/CMakeLists.txt.orig 2017-01-06 20:53:26 UTC ++++ apps/CMakeLists.txt +@@ -60,7 +60,7 @@ file(MAKE_DIRECTORY "${PDAL_OUTPUT_LIB_D + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/pdal.pc.in + ${CMAKE_CURRENT_BINARY_DIR}/pdal.pc @ONLY) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pdal.pc +- DESTINATION "${PDAL_LIB_INSTALL_DIR}/pkgconfig/" ++ DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig/" + PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) + + if(UNIX OR APPLE) Copied: branches/2017Q1/math/pdal/files/patch-dimbuilder_CMakeLists.txt (from r434977, head/math/pdal/files/patch-dimbuilder_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/math/pdal/files/patch-dimbuilder_CMakeLists.txt Mon Feb 27 17:25:32 2017 (r434978, copy of r434977, head/math/pdal/files/patch-dimbuilder_CMakeLists.txt) @@ -0,0 +1,9 @@ +--- dimbuilder/CMakeLists.txt.orig 2017-01-06 20:52:21 UTC ++++ dimbuilder/CMakeLists.txt +@@ -30,5 +30,5 @@ if (PDAL_HAVE_JSONCPP) + target_link_libraries(dimbuilder PRIVATE ${PDAL_JSONCPP_LIB_NAME}) + endif() + if (UNIX AND NOT APPLE) +- target_link_libraries(dimbuilder PRIVATE dl) ++ target_link_libraries(dimbuilder PRIVATE ${CMAKE_DL_LIBS} execinfo) + endif() Copied: branches/2017Q1/math/pdal/files/patch-pdal_util_CMakeLists.txt (from r434977, head/math/pdal/files/patch-pdal_util_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/math/pdal/files/patch-pdal_util_CMakeLists.txt Mon Feb 27 17:25:32 2017 (r434978, copy of r434977, head/math/pdal/files/patch-pdal_util_CMakeLists.txt) @@ -0,0 +1,11 @@ +--- pdal/util/CMakeLists.txt.orig 2017-01-06 20:52:21 UTC ++++ pdal/util/CMakeLists.txt +@@ -25,7 +25,7 @@ target_include_directories(${PDAL_UTIL_L + if (UNIX AND NOT APPLE) + target_link_libraries(${PDAL_UTIL_LIB_NAME} + PRIVATE +- dl ++ ${CMAKE_DL_LIBS} execinfo + ) + endif() + Copied: branches/2017Q1/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h (from r434977, head/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h Mon Feb 27 17:25:32 2017 (r434978, copy of r434977, head/math/pdal/files/patch-vendor_gtest_include_gtest_internal_gtest-port.h) @@ -0,0 +1,28 @@ +--- vendor/gtest/include/gtest/internal/gtest-port.h.orig 2016-12-15 17:52:00 UTC ++++ vendor/gtest/include/gtest/internal/gtest-port.h +@@ -92,6 +92,7 @@ + // the given platform; otherwise undefined): + // GTEST_OS_AIX - IBM AIX + // GTEST_OS_CYGWIN - Cygwin ++// GTEST_OS_FREEBSD - FreeBSD + // GTEST_OS_HPUX - HP-UX + // GTEST_OS_LINUX - Linux + // GTEST_OS_LINUX_ANDROID - Google Android +@@ -267,6 +268,8 @@ + # define GTEST_OS_OPENBSD 1 + #elif defined __QNX__ + # define GTEST_OS_QNX 1 ++#elif defined __FreeBSD__ || defined __DragonFly__ ++# define GTEST_OS_FREEBSD 1 + #endif // __CYGWIN__ + + #ifndef GTEST_LANG_CXX11 +@@ -646,7 +649,7 @@ using ::std::tuple_size; + (GTEST_OS_MAC && !GTEST_OS_IOS) || GTEST_OS_IOS_SIMULATOR || \ + (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \ + GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \ +- GTEST_OS_OPENBSD || GTEST_OS_QNX) ++ GTEST_OS_OPENBSD || GTEST_OS_QNX || GTEST_OS_FREEBSD) + # define GTEST_HAS_DEATH_TEST 1 + # include // NOLINT + #endif Modified: branches/2017Q1/math/pdal/pkg-plist ============================================================================== --- branches/2017Q1/math/pdal/pkg-plist Mon Feb 27 17:23:58 2017 (r434977) +++ branches/2017Q1/math/pdal/pkg-plist Mon Feb 27 17:25:32 2017 (r434978) @@ -1,98 +1,132 @@ bin/pdal bin/pdal-config -include/pdal/BpfCompressor.hpp -include/pdal/BpfHeader.hpp -include/pdal/BpfReader.hpp -include/pdal/BpfWriter.hpp -include/pdal/BufferReader.hpp -include/pdal/ChipperFilter.hpp -include/pdal/ColorizationFilter.hpp include/pdal/Compression.hpp -include/pdal/CropFilter.hpp include/pdal/DbReader.hpp include/pdal/DbWriter.hpp -include/pdal/DecimationFilter.hpp -include/pdal/DeltaKernel.hpp -include/pdal/DerivativeWriter.hpp -include/pdal/DiffKernel.hpp +include/pdal/DimDetail.hpp +include/pdal/DimType.hpp +include/pdal/DimUtil.hpp include/pdal/Dimension.hpp -include/pdal/DividerFilter.hpp -include/pdal/FauxReader.hpp -include/pdal/FerryFilter.hpp +include/pdal/EigenUtils.hpp include/pdal/Filter.hpp include/pdal/FlexWriter.hpp -include/pdal/GDALReader.hpp include/pdal/GDALUtils.hpp +include/pdal/GEOSUtils.hpp include/pdal/Geometry.hpp -include/pdal/GeotiffSupport.hpp -include/pdal/GlobalEnvironment.hpp -include/pdal/HeaderVal.hpp -include/pdal/Ilvis2Reader.hpp -include/pdal/InfoKernel.hpp include/pdal/KDIndex.hpp include/pdal/Kernel.hpp include/pdal/KernelFactory.hpp -include/pdal/KernelSupport.hpp -include/pdal/LasError.hpp -include/pdal/LasHeader.hpp -include/pdal/LasReader.hpp -include/pdal/LasUtils.hpp -include/pdal/LasWriter.hpp include/pdal/Log.hpp -include/pdal/MergeFilter.hpp -include/pdal/MergeKernel.hpp include/pdal/Metadata.hpp -include/pdal/MortonOrderFilter.hpp -include/pdal/NullWriter.hpp -include/pdal/OptechCommon.hpp -include/pdal/OptechReader.hpp -include/pdal/OptechRotationMatrix.hpp include/pdal/Options.hpp include/pdal/PDALUtils.hpp -include/pdal/PipelineKernel.hpp +include/pdal/PipelineExecutor.hpp include/pdal/PipelineManager.hpp -include/pdal/PipelineReader.hpp +include/pdal/PipelineReaderJSON.hpp include/pdal/PipelineWriter.hpp include/pdal/PluginManager.hpp -include/pdal/PlyReader.hpp -include/pdal/PlyWriter.hpp +include/pdal/PointContainer.hpp include/pdal/PointLayout.hpp +include/pdal/PointRef.hpp include/pdal/PointTable.hpp include/pdal/PointView.hpp include/pdal/PointViewIter.hpp -include/pdal/QfitReader.hpp +include/pdal/Polygon.hpp include/pdal/QuadIndex.hpp include/pdal/QuickInfo.hpp -include/pdal/RandomKernel.hpp -include/pdal/RandomizeFilter.hpp -include/pdal/RangeFilter.hpp include/pdal/Reader.hpp -include/pdal/ReprojectionFilter.hpp -include/pdal/SbetCommon.hpp -include/pdal/SbetReader.hpp -include/pdal/SbetWriter.hpp -include/pdal/SortFilter.hpp -include/pdal/SortKernel.hpp +include/pdal/Scaling.hpp include/pdal/SpatialReference.hpp -include/pdal/SplitKernel.hpp -include/pdal/SplitterFilter.hpp include/pdal/Stage.hpp include/pdal/StageFactory.hpp include/pdal/StageWrapper.hpp -include/pdal/StatsFilter.hpp -include/pdal/SummaryData.hpp -include/pdal/TIndexKernel.hpp -include/pdal/TIndexReader.hpp -include/pdal/TerrasolidReader.hpp -include/pdal/TextWriter.hpp -include/pdal/TransformationFilter.hpp -include/pdal/TranslateKernel.hpp -include/pdal/UserCallback.hpp -include/pdal/VariableLengthRecord.hpp include/pdal/Writer.hpp include/pdal/XMLSchema.hpp -include/pdal/ZipPoint.hpp +include/pdal/filters/ApproximateCoplanarFilter.hpp +include/pdal/filters/AttributeFilter.hpp +include/pdal/filters/ChipperFilter.hpp +include/pdal/filters/ColorInterpRamps.hpp +include/pdal/filters/ColorinterpFilter.hpp +include/pdal/filters/ColorizationFilter.hpp +include/pdal/filters/ComputeRangeFilter.hpp +include/pdal/filters/CropFilter.hpp +include/pdal/filters/DecimationFilter.hpp +include/pdal/filters/DividerFilter.hpp +include/pdal/filters/EigenvaluesFilter.hpp +include/pdal/filters/EstimateRankFilter.hpp +include/pdal/filters/FerryFilter.hpp +include/pdal/filters/HAGFilter.hpp +include/pdal/filters/IQRFilter.hpp +include/pdal/filters/KDistanceFilter.hpp +include/pdal/filters/LOFFilter.hpp +include/pdal/filters/MADFilter.hpp +include/pdal/filters/MergeFilter.hpp +include/pdal/filters/MongusFilter.hpp +include/pdal/filters/MortonOrderFilter.hpp +include/pdal/filters/NormalFilter.hpp +include/pdal/filters/OutlierFilter.hpp +include/pdal/filters/PMFFilter.hpp +include/pdal/filters/RadialDensityFilter.hpp +include/pdal/filters/RandomizeFilter.hpp +include/pdal/filters/RangeFilter.hpp +include/pdal/filters/ReprojectionFilter.hpp +include/pdal/filters/SMRFilter.hpp +include/pdal/filters/SampleFilter.hpp +include/pdal/filters/SortFilter.hpp +include/pdal/filters/SplitterFilter.hpp +include/pdal/filters/StatsFilter.hpp +include/pdal/filters/StreamCallbackFilter.hpp +include/pdal/filters/TransformationFilter.hpp include/pdal/gitsha.h +include/pdal/io/BpfCompressor.hpp +include/pdal/io/BpfHeader.hpp +include/pdal/io/BpfReader.hpp +include/pdal/io/BpfWriter.hpp +include/pdal/io/BufferReader.hpp +include/pdal/io/DerivativeWriter.hpp +include/pdal/io/FauxReader.hpp +include/pdal/io/GDALGrid.hpp +include/pdal/io/GDALReader.hpp +include/pdal/io/GDALWriter.hpp +include/pdal/io/GeotiffSupport.hpp +include/pdal/io/HeaderVal.hpp +include/pdal/io/Ilvis2MetadataReader.hpp +include/pdal/io/Ilvis2Reader.hpp +include/pdal/io/LasError.hpp +include/pdal/io/LasHeader.hpp +include/pdal/io/LasReader.hpp +include/pdal/io/LasSummaryData.hpp +include/pdal/io/LasUtils.hpp +include/pdal/io/LasVLR.hpp +include/pdal/io/LasWriter.hpp +include/pdal/io/LasZipPoint.hpp +include/pdal/io/NullWriter.hpp +include/pdal/io/OptechCommon.hpp +include/pdal/io/OptechReader.hpp +include/pdal/io/OptechRotationMatrix.hpp +include/pdal/io/PlyReader.hpp +include/pdal/io/PlyWriter.hpp +include/pdal/io/PtsReader.hpp +include/pdal/io/QfitReader.hpp +include/pdal/io/SbetCommon.hpp +include/pdal/io/SbetReader.hpp +include/pdal/io/SbetWriter.hpp +include/pdal/io/TIndexReader.hpp +include/pdal/io/TerrasolidReader.hpp +include/pdal/io/TextReader.hpp +include/pdal/io/TextWriter.hpp +include/pdal/kernels/DeltaKernel.hpp +include/pdal/kernels/DiffKernel.hpp +include/pdal/kernels/GroundKernel.hpp +include/pdal/kernels/HausdorffKernel.hpp +include/pdal/kernels/InfoKernel.hpp +include/pdal/kernels/MergeKernel.hpp +include/pdal/kernels/PipelineKernel.hpp +include/pdal/kernels/RandomKernel.hpp +include/pdal/kernels/SortKernel.hpp +include/pdal/kernels/SplitKernel.hpp +include/pdal/kernels/TIndexKernel.hpp +include/pdal/kernels/TranslateKernel.hpp include/pdal/pdal.hpp include/pdal/pdal_config.hpp include/pdal/pdal_defines.h @@ -111,35 +145,54 @@ include/pdal/plugin.hpp include/pdal/util/Algorithm.hpp include/pdal/util/Bounds.hpp include/pdal/util/Charbuf.hpp -include/pdal/util/Endian.hpp include/pdal/util/Extractor.hpp include/pdal/util/FileUtils.hpp include/pdal/util/Georeference.hpp include/pdal/util/IStream.hpp include/pdal/util/Inserter.hpp include/pdal/util/OStream.hpp +include/pdal/util/ProgramArgs.hpp include/pdal/util/Utils.hpp +include/pdal/util/Uuid.hpp +include/pdal/util/pdal_util_export.hpp include/pdal/util/portable_endian.hpp +lib/libpdal_arbiter.a lib/libpdal_base.so -lib/libpdal_base.so.1 -lib/libpdal_base.so.2.0.0 -lib/libpdal_util.so -lib/libpdal_util.so.1 -lib/libpdal_util.so.2.0.0 -lib/libpdalcpp.so +lib/libpdal_base.so.4 +lib/libpdal_base.so.5.0.0 +lib/libpdal_boost.a +lib/libpdal_jsoncpp.a %%PYTHON%%lib/libpdal_plang.so -%%PYTHON%%lib/libpdal_plang.so.1 -%%PYTHON%%lib/libpdal_plang.so.2.0.0 +%%PYTHON%%lib/libpdal_plang.so.4 +%%PYTHON%%lib/libpdal_plang.so.5.0.0 %%PYTHON%%lib/libpdal_plugin_filter_predicate.so +%%PYTHON%%lib/libpdal_plugin_filter_predicate.so.4 +%%PYTHON%%lib/libpdal_plugin_filter_predicate.so.5.0.0 %%PYTHON%%lib/libpdal_plugin_filter_programmable.so -%%ATTRIBUTE%%lib/libpdal_plugin_filter_attribute.so +%%PYTHON%%lib/libpdal_plugin_filter_programmable.so.4 +%%PYTHON%%lib/libpdal_plugin_filter_programmable.so.5.0.0 %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so -%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so -%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.4 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.5.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.4 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.5.0.0 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.4 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.5.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.4 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.5.0.0 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.4 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.5.0.0 +lib/libpdal_util.so +lib/libpdal_util.so.4 +lib/libpdal_util.so.5.0.0 +lib/libpdalcpp.so lib/pdal/cmake/PDALConfig.cmake lib/pdal/cmake/PDALConfigVersion.cmake lib/pdal/cmake/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/pdal/cmake/PDALTargets.cmake libdata/pkgconfig/pdal.pc +%%BASH%%share/bash-completion/completions/pdal From owner-svn-ports-all@freebsd.org Mon Feb 27 17:28:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B952CCF0F60; Mon, 27 Feb 2017 17:28:57 +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 78BB5CD9; Mon, 27 Feb 2017 17:28:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHSuaP085036; Mon, 27 Feb 2017 17:28:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHSuTT085034; Mon, 27 Feb 2017 17:28:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702271728.v1RHSuTT085034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 27 Feb 2017 17:28:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434979 - in head/games/eduke32: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:28:57 -0000 Author: swills Date: Mon Feb 27 17:28:56 2017 New Revision: 434979 URL: https://svnweb.freebsd.org/changeset/ports/434979 Log: games/eduke32: update to r6079, clean up PR: 215855 Submitted by: Piotr Kubaj (maintainer) Deleted: head/games/eduke32/files/patch-Makefile.common head/games/eduke32/files/patch-build_src_baselayer.c head/games/eduke32/files/patch-build_src_engine.c Modified: head/games/eduke32/Makefile head/games/eduke32/distinfo Modified: head/games/eduke32/Makefile ============================================================================== --- head/games/eduke32/Makefile Mon Feb 27 17:25:32 2017 (r434978) +++ head/games/eduke32/Makefile Mon Feb 27 17:28:56 2017 (r434979) @@ -2,14 +2,11 @@ # $FreeBSD$ PORTNAME= eduke32 -PORTVERSION= 20160704 -PORTREVISION= 2 +PORTVERSION= 20170225 CATEGORIES= games MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \ http://www.duke4.org/files/nightfright/hrp/:hrp \ http://burnbit.com/download/447717/:hrp \ - https://anongoth.pl/:hrp \ - https://anongoth.pl/:xxx \ http://www.duke4.org/files/nightfright/:xxx \ ftp://ftp.3drealms.com/share/:shareware DISTFILES= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}:eduke32 @@ -18,8 +15,12 @@ EXTRACT_ONLY= ${PORTNAME}_src_${PORTVERS MAINTAINER= pkubaj@anongoth.pl COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/source/gpl-2.0.txt +LICENSE= GPLv2 BUILDLIC +LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt +LICENSE_COMB= multi +LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept +LICENSE_NAME_BUILDLIC= BUILD SOURCE CODE LICENSE +LICENSE_FILE_BUILDLIC=${WRKSRC}/source/build/buildlic.txt LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ @@ -33,20 +34,18 @@ USE_GL= gl glu USE_GNOME= gtk20 USE_SDL= sdl2 mixer2 WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION} -SVNREVISION= 5811 +SVNREVISION= 6079 DATADIR= ${LOCALBASE}/share/duke3d SUB_FILES= pkg-message SUB_LIST= DATADIR=${DATADIR} - -CFLAGS+= -flax-vector-conversions +MAKEFILE= GNUmakefile PLIST_FILES= bin/eduke32 bin/mapster32 -PORTDOCS= * PORTEXAMPLES= * BROKEN_sparc64= does not compile on sparc64 -OPTIONS_DEFINE= DOCS EXAMPLES HRP OFFENSIVE SHAREWARE +OPTIONS_DEFINE= EXAMPLES HRP OFFENSIVE SHAREWARE OPTIONS_RADIO= MIDI OPTIONS_RADIO_MIDI= TIMIDITY TIMIDITYPLUS OPTIONS_DEFAULT=TIMIDITY @@ -76,27 +75,21 @@ post-extract-SHAREWARE-on: post-patch: @${REINPLACE_CMD} -e '/^CC=/s|gcc|${CC}|' -e '/^CXX=/s|g++|${CXX}|' \ - ${WRKSRC}/Makefile.common + ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} 's|/usr/share/games/eduke32|${DN3DDIR}|' \ - ${WRKSRC}/source/game.c ${WRKSRC}/source/astub.c + ${WRKSRC}/source/duke3d/src/game.cpp ${WRKSRC}/source/duke3d/src/astub.cpp post-patch-ASM-off: - @${REINPLACE_CMD} '/^NOASM =/s/0/1/' ${WRKSRC}/Makefile.common + @${REINPLACE_CMD} '/^NOASM =/s/0/1/' ${WRKSRC}/GNUmakefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/eduke32 ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mapster32 ${STAGEDIR}${PREFIX}/bin -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/package/sdk/samples/*.sample ${STAGEDIR}${DOCSDIR} - do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/package/sdk/samples/*.map ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/package/sdk/samples/*.m32 ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/package/sdk/*.cfg ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/package/sdk/samples/*.txt ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/package/sdk/tiles.cfg ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/package/sdk/samples/* ${STAGEDIR}${EXAMPLESDIR} do-install-HRP-on: @${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/games/eduke32/distinfo ============================================================================== --- head/games/eduke32/distinfo Mon Feb 27 17:25:32 2017 (r434978) +++ head/games/eduke32/distinfo Mon Feb 27 17:28:56 2017 (r434979) @@ -1,6 +1,6 @@ -TIMESTAMP = 1468168899 -SHA256 (eduke32_src_20160704-5811.tar.xz) = 28a351aff5c1fc8412dfb8aa9f17b1fcfded70e04c3b90a301d2e1e1ead78105 -SIZE (eduke32_src_20160704-5811.tar.xz) = 14125320 +TIMESTAMP = 1488206145 +SHA256 (eduke32_src_20170225-6079.tar.xz) = 23cecc904df1e1e528c499e775a4dce7417cc70b8d97e7dcef068ff197e6a0a7 +SIZE (eduke32_src_20170225-6079.tar.xz) = 14759072 SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5 SIZE (duke3d_hrp.zip) = 933440151 SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534 From owner-svn-ports-all@freebsd.org Mon Feb 27 17:39:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C3CFCEF623; Mon, 27 Feb 2017 17:39: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 E5CC8766; Mon, 27 Feb 2017 17:39:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHdMWH089122; Mon, 27 Feb 2017 17:39:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHdM2o089121; Mon, 27 Feb 2017 17:39:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271739.v1RHdM2o089121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 17:39:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434980 - head/lang/py-clojure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:39:24 -0000 Author: amdmi3 Date: Mon Feb 27 17:39:22 2017 New Revision: 434980 URL: https://svnweb.freebsd.org/changeset/ports/434980 Log: - Add NO_ARCH Modified: head/lang/py-clojure/Makefile Modified: head/lang/py-clojure/Makefile ============================================================================== --- head/lang/py-clojure/Makefile Mon Feb 27 17:28:56 2017 (r434979) +++ head/lang/py-clojure/Makefile Mon Feb 27 17:39:22 2017 (r434980) @@ -15,5 +15,6 @@ LICENSE= EPL USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Mon Feb 27 17:40:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B23B5CEF6E0; Mon, 27 Feb 2017 17:40:44 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F51993C; Mon, 27 Feb 2017 17:40:44 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHehs6089295; Mon, 27 Feb 2017 17:40:43 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHehsk089294; Mon, 27 Feb 2017 17:40:43 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702271740.v1RHehsk089294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Mon, 27 Feb 2017 17:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434981 - head/x11/libX11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:40:44 -0000 Author: rezny Date: Mon Feb 27 17:40:43 2017 New Revision: 434981 URL: https://svnweb.freebsd.org/changeset/ports/434981 Log: Uodate to 1.6.5 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9825 Modified: head/x11/libX11/Makefile head/x11/libX11/distinfo Modified: head/x11/libX11/Makefile ============================================================================== --- head/x11/libX11/Makefile Mon Feb 27 17:39:22 2017 (r434980) +++ head/x11/libX11/Makefile Mon Feb 27 17:40:43 2017 (r434981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libX11 -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 PORTEPOCH= 1 CATEGORIES= x11 Modified: head/x11/libX11/distinfo ============================================================================== --- head/x11/libX11/distinfo Mon Feb 27 17:39:22 2017 (r434980) +++ head/x11/libX11/distinfo Mon Feb 27 17:40:43 2017 (r434981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475694974 -SHA256 (xorg/lib/libX11-1.6.4.tar.bz2) = b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441 -SIZE (xorg/lib/libX11-1.6.4.tar.bz2) = 2340176 +TIMESTAMP = 1488204574 +SHA256 (xorg/lib/libX11-1.6.5.tar.bz2) = 4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d +SIZE (xorg/lib/libX11-1.6.5.tar.bz2) = 2361556 From owner-svn-ports-all@freebsd.org Mon Feb 27 17:42:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C720ACEF850; Mon, 27 Feb 2017 17:42:12 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96AD9C57; Mon, 27 Feb 2017 17:42:12 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHgBwg092873; Mon, 27 Feb 2017 17:42:11 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHgBK4092872; Mon, 27 Feb 2017 17:42:11 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702271742.v1RHgBK4092872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Mon, 27 Feb 2017 17:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434982 - head/x11/xconsole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:42:12 -0000 Author: rezny Date: Mon Feb 27 17:42:11 2017 New Revision: 434982 URL: https://svnweb.freebsd.org/changeset/ports/434982 Log: Add missing USE_XORG entries identified by stage-qa Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9442 Modified: head/x11/xconsole/Makefile Modified: head/x11/xconsole/Makefile ============================================================================== --- head/x11/xconsole/Makefile Mon Feb 27 17:40:43 2017 (r434981) +++ head/x11/xconsole/Makefile Mon Feb 27 17:42:11 2017 (r434982) @@ -2,6 +2,7 @@ PORTNAME= xconsole PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -10,6 +11,6 @@ COMMENT= Monitor system console messages LICENSE= MIT XORG_CAT= app -USE_XORG= xt xaw +USE_XORG= x11 xmu xt xaw .include From owner-svn-ports-all@freebsd.org Mon Feb 27 17:47:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19152CEF8BE; Mon, 27 Feb 2017 17:47:27 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA0CBDCC; Mon, 27 Feb 2017 17:47:26 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHlPaM093157; Mon, 27 Feb 2017 17:47:25 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHlPH6093156; Mon, 27 Feb 2017 17:47:25 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702271747.v1RHlPH6093156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Mon, 27 Feb 2017 17:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434983 - head/x11/xkeyboard-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 17:47:27 -0000 Author: rezny Date: Mon Feb 27 17:47:25 2017 New Revision: 434983 URL: https://svnweb.freebsd.org/changeset/ports/434983 Log: Cleanup: convert to USES=localbase, drop what bsd.xorg.mk already provides Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9443 Modified: head/x11/xkeyboard-config/Makefile Modified: head/x11/xkeyboard-config/Makefile ============================================================================== --- head/x11/xkeyboard-config/Makefile Mon Feb 27 17:42:11 2017 (r434982) +++ head/x11/xkeyboard-config/Makefile Mon Feb 27 17:47:25 2017 (r434983) @@ -15,16 +15,12 @@ BUILD_DEPENDS= xkbcomp:x11/xkbcomp XORG_CAT= data NO_ARCH= yes -USES= gmake pathfix perl5 tar:bzip2 +USES= gmake localbase pathfix perl5 USE_GNOME= intlhack libxslt:build USE_PERL5= build -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \ --with-xkb-rules-symlink=xorg -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= ETERSOFT ETERSOFT_DESC= Add pre-1918 Russian letters to typographic layout From owner-svn-ports-all@freebsd.org Mon Feb 27 18:08:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECE8ECF0028; Mon, 27 Feb 2017 18:08:25 +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 A29F5F3A; Mon, 27 Feb 2017 18:08:25 +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 v1RI8OIW001090; Mon, 27 Feb 2017 18:08:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RI8O1O001088; Mon, 27 Feb 2017 18:08:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702271808.v1RI8O1O001088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 27 Feb 2017 18:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434984 - head/news/sabnzbdplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 18:08:26 -0000 Author: swills Date: Mon Feb 27 18:08:24 2017 New Revision: 434984 URL: https://svnweb.freebsd.org/changeset/ports/434984 Log: news/sabnzbdplus: Update to 1.2.1 PR: 217359 Submitted by: joshruehlig@gmail.com (maintainer) Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/distinfo Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Mon Feb 27 17:47:25 2017 (r434983) +++ head/news/sabnzbdplus/Makefile Mon Feb 27 18:08:24 2017 (r434984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sabnzbdplus -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= news MAINTAINER= joshruehlig@gmail.com @@ -17,12 +17,13 @@ RUN_DEPENDS= cheetah:devel/py-cheetah \ USE_GITHUB= yes GH_ACCOUNT= sabnzbd GH_PROJECT= sabnzbd +GH_TAGNAME= 95a7924 -USES= python:2.7 +USES= python:2.7 shebangfix +SHEBANG_FILES= SABnzbd.py tools/msgfmt.py NO_ARCH= yes -PLIST_SUB= PORTNAME=${PORTNAME} -SUB_LIST= PORTNAME=${PORTNAME} PYTHON_CMD=${PYTHON_CMD} +SUB_LIST= PYTHON_CMD=${PYTHON_CMD} SUB_FILES= pkg-message USE_RC_SUBR= sabnzbd @@ -51,15 +52,11 @@ UNRAR_RUN_DEPENDS= unrar:archivers/unrar 7ZIP_RUN_DEPENDS= 7za:archivers/p7zip post-patch: - @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \ - ${WRKSRC}/SABnzbd.py @${REINPLACE_CMD} -e "s:%%DATADIR%%:'${DATADIR}':g" \ ${WRKSRC}/SABnzbd.py # Generate locale files do-build: - @${REINPLACE_CMD} -e "s:/usr/bin/env[[:space:]]python:${PYTHON_CMD}:g" \ - ${WRKSRC}/tools/msgfmt.py cd ${WRKSRC} && ${PYTHON_CMD} tools/make_mo.py do-install: Modified: head/news/sabnzbdplus/distinfo ============================================================================== --- head/news/sabnzbdplus/distinfo Mon Feb 27 17:47:25 2017 (r434983) +++ head/news/sabnzbdplus/distinfo Mon Feb 27 18:08:24 2017 (r434984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485062633 -SHA256 (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 97d0ac8afd2c8f3db3e1fc965a74b6060c40bd4e03cbd16aa9d18845bf197b20 -SIZE (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 5312602 +TIMESTAMP = 1488181219 +SHA256 (sabnzbd-sabnzbd-1.2.1-95a7924_GH0.tar.gz) = 22c43acabef1ab29235912196fee5aba1359c6b0fbd47e499de14105db2fad37 +SIZE (sabnzbd-sabnzbd-1.2.1-95a7924_GH0.tar.gz) = 5316804 From owner-svn-ports-all@freebsd.org Mon Feb 27 18:22:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB030CF0343; Mon, 27 Feb 2017 18:22:40 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD0EF9AB; Mon, 27 Feb 2017 18:22:40 +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 v1RIMdHH008689; Mon, 27 Feb 2017 18:22:39 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RIMdud008687; Mon, 27 Feb 2017 18:22:39 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201702271822.v1RIMdud008687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 27 Feb 2017 18:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434985 - head/sysutils/pefs-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: Mon, 27 Feb 2017 18:22:41 -0000 Author: kmoore Date: Mon Feb 27 18:22:39 2017 New Revision: 434985 URL: https://svnweb.freebsd.org/changeset/ports/434985 Log: - Update to 2017-02-19 PR: 217098 Submitted by: Gleb Kurtsou Modified: head/sysutils/pefs-kmod/Makefile head/sysutils/pefs-kmod/distinfo Modified: head/sysutils/pefs-kmod/Makefile ============================================================================== --- head/sysutils/pefs-kmod/Makefile Mon Feb 27 18:08:24 2017 (r434984) +++ head/sysutils/pefs-kmod/Makefile Mon Feb 27 18:22:39 2017 (r434985) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pefs -DISTVERSION= 2016-11-27 +DISTVERSION= 2017-02-19 CATEGORIES= sysutils MASTER_SITES= LOCAL/gleb PKGNAMESUFFIX= -kmod Modified: head/sysutils/pefs-kmod/distinfo ============================================================================== --- head/sysutils/pefs-kmod/distinfo Mon Feb 27 18:08:24 2017 (r434984) +++ head/sysutils/pefs-kmod/distinfo Mon Feb 27 18:22:39 2017 (r434985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480319106 -SHA256 (pefs-2016-11-27.tar.gz) = d2fb54333b5d43018c19459fff7e21cf06011c550f47c170e56086a12c9a9793 -SIZE (pefs-2016-11-27.tar.gz) = 89990 +TIMESTAMP = 1487543976 +SHA256 (pefs-2017-02-19.tar.gz) = a484a32cc90275a2ac5aa5575a141b9232513d1057632bde84b29781d9286104 +SIZE (pefs-2017-02-19.tar.gz) = 90097 From owner-svn-ports-all@freebsd.org Mon Feb 27 18:59:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76419CF0B19; Mon, 27 Feb 2017 18:59:59 +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 42EAC5E4; Mon, 27 Feb 2017 18:59:59 +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 v1RIxwoN020424; Mon, 27 Feb 2017 18:59:58 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RIxwQW020422; Mon, 27 Feb 2017 18:59:58 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702271859.v1RIxwQW020422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 27 Feb 2017 18:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434986 - head/comms/smstools3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 18:59:59 -0000 Author: madpilot Date: Mon Feb 27 18:59:58 2017 New Revision: 434986 URL: https://svnweb.freebsd.org/changeset/ports/434986 Log: Update comms/smstools3 to 3.1.17 Modified: head/comms/smstools3/Makefile head/comms/smstools3/distinfo Modified: head/comms/smstools3/Makefile ============================================================================== --- head/comms/smstools3/Makefile Mon Feb 27 18:22:39 2017 (r434985) +++ head/comms/smstools3/Makefile Mon Feb 27 18:59:58 2017 (r434986) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smstools -PORTVERSION= 3.1.16 +PORTVERSION= 3.1.17 CATEGORIES= comms MASTER_SITES= http://smstools3.kekekasvi.com/packages/ DISTNAME= smstools3-${PORTVERSION} @@ -13,6 +13,8 @@ COMMENT= SMS Gateway software for GSM mo LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libinotify.so:devel/libinotify + CONFLICTS= gnokii-[0-9]* smstools-2.* sendsms-[0-9]* OPTIONS_DEFINE= STATS UTF8 EXAMPLES DOCS @@ -38,6 +40,8 @@ PLIST_SUB+= SPOOLDIR="${SPOOLDIR}" LOGDI SMSD_USER="${SMSD_USER}" SMSD_GROUP="${SMSD_GROUP}" SUB_FILES= pkg-install pkg-deinstall +LDFLAGS= -linotify + PORTDOCS= * PORTEXAMPLES= .procmailrc .qmailrc * Modified: head/comms/smstools3/distinfo ============================================================================== --- head/comms/smstools3/distinfo Mon Feb 27 18:22:39 2017 (r434985) +++ head/comms/smstools3/distinfo Mon Feb 27 18:59:58 2017 (r434986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487844294 -SHA256 (smstools3-3.1.16.tar.gz) = f79e501c3640ffeef360f75e3146ab423a30f50304e8e27044ccdaf692276799 -SIZE (smstools3-3.1.16.tar.gz) = 338866 +TIMESTAMP = 1488098722 +SHA256 (smstools3-3.1.17.tar.gz) = d9f70f9bdf4609eb6f32ed66326fa0ee6308af4157cecac2e7f275297a59fcc3 +SIZE (smstools3-3.1.17.tar.gz) = 345299 From owner-svn-ports-all@freebsd.org Mon Feb 27 20:44:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49C6CCF071C; Mon, 27 Feb 2017 20:44:16 +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 0C30C405; Mon, 27 Feb 2017 20:44: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 v1RKiFxn062765; Mon, 27 Feb 2017 20:44:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RKiFuF062764; Mon, 27 Feb 2017 20:44:15 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702272044.v1RKiFuF062764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 27 Feb 2017 20:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r434987 - 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, 27 Feb 2017 20:44:16 -0000 Author: rene Date: Mon Feb 27 20:44:14 2017 New Revision: 434987 URL: https://svnweb.freebsd.org/changeset/ports/434987 Log: Take itetcu's ports bit in for safekeeping after 18 months of inactivity With hat: portmgr-secretary Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Mon Feb 27 18:59:58 2017 (r434986) +++ svnadmin/conf/access Mon Feb 27 20:44:14 2017 (r434987) @@ -86,7 +86,6 @@ grog hrs ian imp -itetcu jadawin jbeich devnull jgh From owner-svn-ports-all@freebsd.org Mon Feb 27 20:50:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0C24CF0833; Mon, 27 Feb 2017 20:50:06 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 704E58AF; Mon, 27 Feb 2017 20:50:06 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RKo5Yi063084; Mon, 27 Feb 2017 20:50:05 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RKo51m063082; Mon, 27 Feb 2017 20:50:05 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201702272050.v1RKo51m063082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Mon, 27 Feb 2017 20:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434988 - head/net/nmsg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 20:50:06 -0000 Author: truckman Date: Mon Feb 27 20:50:05 2017 New Revision: 434988 URL: https://svnweb.freebsd.org/changeset/ports/434988 Log: Upgrade net/nmsg to version 0.13.0: * Sanitize JSON UTF-8 output. Invalid UTF-8 sequences are replaced with the replacement code point U+FFFD. * Run msgmod 'load' method when loading a message from raw payload or duplicating an existing message. * dnstap msgmod: format query_zone in human-readable format. Sponsored by: Farsight Security, Inc. Modified: head/net/nmsg/Makefile head/net/nmsg/distinfo Modified: head/net/nmsg/Makefile ============================================================================== --- head/net/nmsg/Makefile Mon Feb 27 20:44:14 2017 (r434987) +++ head/net/nmsg/Makefile Mon Feb 27 20:50:05 2017 (r434988) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nmsg -PORTVERSION= 0.12.1 +PORTVERSION= 0.13.0 CATEGORIES= net MASTER_SITES= FARSIGHT LOCAL/truckman/farsight Modified: head/net/nmsg/distinfo ============================================================================== --- head/net/nmsg/distinfo Mon Feb 27 20:44:14 2017 (r434987) +++ head/net/nmsg/distinfo Mon Feb 27 20:50:05 2017 (r434988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480706696 -SHA256 (nmsg-0.12.1.tar.gz) = 68632b5505e03bdd476f5f4a9e648c3a881440fc8ff8ab0d8d9af5faf10c105f -SIZE (nmsg-0.12.1.tar.gz) = 620784 +TIMESTAMP = 1488216342 +SHA256 (nmsg-0.13.0.tar.gz) = c65db057d8d66ed2624d675ada73d73f9dde3159bb5956eef70cbd5501894245 +SIZE (nmsg-0.13.0.tar.gz) = 607858 From owner-svn-ports-all@freebsd.org Mon Feb 27 20:56:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84D44CF0D44; Mon, 27 Feb 2017 20:56: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 512A4380; Mon, 27 Feb 2017 20:56:34 +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 v1RKuXBx067253; Mon, 27 Feb 2017 20:56:33 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RKuW2d067239; Mon, 27 Feb 2017 20:56:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201702272056.v1RKuW2d067239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 27 Feb 2017 20:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434989 - in head/security/softether: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 20:56:34 -0000 Author: pi Date: Mon Feb 27 20:56:31 2017 New Revision: 434989 URL: https://svnweb.freebsd.org/changeset/ports/434989 Log: security/softether: update 4.18.9570 -> 4.20.9608 PR: 209195 Submitted by: net@arrishq.net (maintainer) Changes: http://www.softether.org/5-download/history Modified: head/security/softether/Makefile head/security/softether/distinfo head/security/softether/files/patch-src__Cedar__Cedar.h head/security/softether/files/patch-src__Cedar__Client.h head/security/softether/files/patch-src__Cedar__Nat.h head/security/softether/files/patch-src__Cedar__Server.c head/security/softether/files/patch-src__Mayaqua__Cfg.c head/security/softether/files/patch-src__Mayaqua__Cfg.h head/security/softether/files/patch-src__Mayaqua__Kernel.c head/security/softether/files/patch-src__Mayaqua__Network.c head/security/softether/files/patch-src__Mayaqua__Table.h head/security/softether/files/patch-src__Mayaqua__Unix.c head/security/softether/pkg-message head/security/softether/pkg-plist Modified: head/security/softether/Makefile ============================================================================== --- head/security/softether/Makefile Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/Makefile Mon Feb 27 20:56:31 2017 (r434989) @@ -1,17 +1,19 @@ # $FreeBSD$ PORTNAME= softether -PORTVERSION= 4.18.9570 -PORTREVISION= 1 +PORTVERSION= 4.20.9608 CATEGORIES= security -MASTER_SITES= http://www.softether-download.com/files/softether/v4.18-9570-rtm-2015.07.26-tree/Source_Code/ -DISTNAME= ${PORTNAME}-src-v4.18-9570-rtm +MASTER_SITES= http://www.softether-download.com/files/softether/v4.20-9608-rtm-2016.04.17-tree/Source_Code/ +DISTNAME= ${PORTNAME}-src-v4.20-9608-rtm MAINTAINER= net@arrishq.net COMMENT= Softether VPN solution LICENSE= GPLv2 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + PORTDOCS= AUTHORS.TXT ChangeLog LICENSE README THIRD_PARTY.TXT WARNING.TXT DOS2UNIX_FILES= AUTHORS.TXT ChangeLog LICENSE README THIRD_PARTY.TXT \ WARNING.TXT \ @@ -20,10 +22,14 @@ DOS2UNIX_FILES= AUTHORS.TXT ChangeLog LI src/Cedar/Client.h \ src/Cedar/Nat.h \ src/Cedar/Server.c \ + src/Cedar/Server.h \ + src/Cedar/Virtual.h \ src/Mayaqua/Cfg.c \ src/Mayaqua/Cfg.h \ - src/Mayaqua/Network.c \ src/Mayaqua/Kernel.c \ + src/Mayaqua/Mayaqua.c \ + src/Mayaqua/Network.c \ + src/Mayaqua/Network.h \ src/Mayaqua/Table.h \ src/Mayaqua/Unix.c @@ -31,14 +37,18 @@ OPTIONS_DEFINE= DOCS ONLY_FOR_ARCHS= i386 amd64 -USE_OPENSSL= yes -USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses readline +USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \ + readline ssl USE_RC_SUBR= softether_bridge softether_client softether_server SUB_FILES= vpncmd MAKE_JOBS_UNSAFE= yes +LOGDIR?= /var/log/softether +PLIST_SUB+= LOGDIR="${LOGDIR}" +SUB_LIST= LOGDIR="${LOGDIR}" + # a pity the source directory has such a naming scheme, but well -WRKSRC= ${WRKDIR}/v4.18-9570 +WRKSRC= ${WRKDIR}/v4.20-9608 ALL_TARGET= build @@ -60,15 +70,19 @@ post-extract: # into ${PREFIX}/sbin do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/softether - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vpnbridge/vpnbridge ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/vpnbridge - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vpnclient/vpnclient ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/vpnclient - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vpncmd/vpncmd ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/vpncmd - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vpnserver/vpnserver ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/vpnserver + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vpnbridge/vpnbridge ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/vpnbridge + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vpnclient/vpnclient ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/vpnclient + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vpncmd/vpncmd ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/vpncmd + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vpnserver/vpnserver ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/vpnserver ${INSTALL_DATA} ${WRKSRC}/bin/vpnserver/hamcore.se2 ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/hamcore.se2 ${INSTALL_SCRIPT} ${WRKDIR}/vpncmd ${STAGEDIR}/${PREFIX}/sbin/vpncmd -post-install-DOCS-on: +post-install: +.for i in vpnbridge vpnclient vpncmd vpnserver + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/${i} +.endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${LOGDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/security/softether/distinfo ============================================================================== --- head/security/softether/distinfo Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/distinfo Mon Feb 27 20:56:31 2017 (r434989) @@ -1,2 +1,3 @@ -SHA256 (softether-src-v4.18-9570-rtm.tar.gz) = 585d61e524d3cad90806cbeb52ebe54b5144359e6c44676e8e7fb5683ffd4574 -SIZE (softether-src-v4.18-9570-rtm.tar.gz) = 35180998 +TIMESTAMP = 1488228971 +SHA256 (softether-src-v4.20-9608-rtm.tar.gz) = e559644e34ec6feba43d99f4083f77f9b082dd0574d0bb1e416a65f32ccbc51e +SIZE (softether-src-v4.20-9608-rtm.tar.gz) = 33691945 Modified: head/security/softether/files/patch-src__Cedar__Cedar.h ============================================================================== --- head/security/softether/files/patch-src__Cedar__Cedar.h Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Cedar__Cedar.h Mon Feb 27 20:56:31 2017 (r434989) @@ -1,57 +1,57 @@ ---- src/Cedar/Cedar.h.orig 2014-06-08 06:19:15 UTC +--- src/Cedar/Cedar.h.orig 2016-05-03 06:16:53 UTC +++ src/Cedar/Cedar.h -@@ -477,22 +477,22 @@ +@@ -510,22 +510,22 @@ #define LOG_ENGINE_BUFFER_CACHE_SIZE_MAX (10 * 1024 * 1024) // Write cache size // Constant such as a file name -#define SERVER_LOG_DIR_NAME "@server_log" -+#define SERVER_LOG_DIR_NAME "/var/db/softether/server_log" ++#define SERVER_LOG_DIR_NAME "/var/log/softether/server" #define BRIDGE_LOG_DIR_NAME SERVER_LOG_DIR_NAME #define SERVER_LOG_PERFIX "vpn" -#define HUB_SECURITY_LOG_DIR_NAME "@security_log" -#define HUB_SECURITY_LOG_FILE_NAME "@security_log/%s" -+#define HUB_SECURITY_LOG_DIR_NAME "/var/db/softether/security_log" -+#define HUB_SECURITY_LOG_FILE_NAME "/var/db/softether/security_log/%s" ++#define HUB_SECURITY_LOG_DIR_NAME "/var/log/softether/security" ++#define HUB_SECURITY_LOG_FILE_NAME "/var/log/softether/security/%s" #define HUB_SECURITY_LOG_PREFIX "sec" -#define HUB_PACKET_LOG_DIR_NAME "@packet_log" -#define HUB_PACKET_LOG_FILE_NAME "@packet_log/%s" -+#define HUB_PACKET_LOG_DIR_NAME "/var/db/softether/packet_log" -+#define HUB_PACKET_LOG_FILE_NAME "/var/db/softether/packet_log/%s" ++#define HUB_PACKET_LOG_DIR_NAME "/var/log/softether/packet" ++#define HUB_PACKET_LOG_FILE_NAME "/var/log/softether/packet/%s" #define HUB_PACKET_LOG_PREFIX "pkt" -#define NAT_LOG_DIR_NAME "@secure_nat_log" -#define NAT_LOG_FILE_NAME "@secure_nat_log/%s" -+#define NAT_LOG_DIR_NAME "/var/db/softether/secure_nat_log" -+#define NAT_LOG_FILE_NAME "/var/db/softether/secure_nat_log/%s" ++#define NAT_LOG_DIR_NAME "/var/log/softether/secure_nat" ++#define NAT_LOG_FILE_NAME "/var/log/softether/secure_nat/%s" #define NAT_LOG_PREFIX "snat" -#define CLIENT_LOG_DIR_NAME "@client_log" -+#define CLIENT_LOG_DIR_NAME "/var/db/softether/client_log" ++#define CLIENT_LOG_DIR_NAME "/var/log/softether/client" #define CLIENT_LOG_PREFIX "client" // Packet log settings -@@ -527,8 +527,8 @@ - #define DISK_FREE_CHECK_INTERVAL (5 * 60 * 1000) +@@ -560,8 +560,8 @@ + #define DISK_FREE_CHECK_INTERVAL_DEFAULT (5 * 60 * 1000) // Simple log -#define TINY_LOG_DIRNAME "@tiny_log" -#define TINY_LOG_FILENAME "@tiny_log/%04u%02u%02u_%02u%02u%02u.log" -+#define TINY_LOG_DIRNAME "/var/db/softether/tiny_log" -+#define TINY_LOG_FILENAME "/var/db/softether/tiny_log/%04u%02u%02u_%02u%02u%02u.log" ++#define TINY_LOG_DIRNAME "/var/log/softether/tiny" ++#define TINY_LOG_FILENAME "/var/log/softether/tiny/%04u%02u%02u_%02u%02u%02u.log" ////////////////////////////////////////////////////////////////////// -@@ -541,7 +541,7 @@ +@@ -574,7 +574,7 @@ //#define CE_SNAPSHOT_INTERVAL ((UINT64)(3000)) #define CE_SNAPSHOT_POLLING_INTERVAL (1 * 1000) #define CE_SNAPSHOT_POLLING_INTERVAL_LICENSE (30 * 1000) -#define CE_SNAPSHOT_DIR_NAME "@carrier_log" -+#define CE_SNAPSHOT_DIR_NAME "/var/db/softether/carrier_log" ++#define CE_SNAPSHOT_DIR_NAME "/var/log/softether/carrier" #define CE_SNAPSHOT_PREFIX "carrier" -@@ -558,7 +558,7 @@ +@@ -591,7 +591,7 @@ // Expiration date of random size cache #define RAND_SIZE_CACHE_EXPIRE (24 * 60 * 60 * 1000) // Management allowed IP address list file name @@ -60,7 +60,7 @@ #define NON_SSL_MIN_COUNT 60 #define NON_SSL_ENTRY_EXPIRES (10 * 60 * 1000) -@@ -609,9 +609,9 @@ +@@ -642,9 +642,9 @@ ////////////////////////////////////////////////////////////////////// #define EL_ADMIN_PORT 22888 @@ -68,8 +68,8 @@ -#define EL_PACKET_LOG_DIR_NAME "@etherlogger_log" -#define EL_PACKET_LOG_FILE_NAME "@etherlogger_log/%s" +#define EL_CONFIG_FILENAME "/var/db/softether/etherlogger.config" -+#define EL_PACKET_LOG_DIR_NAME "/var/db/softether/etherlogger_log" -+#define EL_PACKET_LOG_FILE_NAME "/var/db/softether/etherlogger_log/%s" ++#define EL_PACKET_LOG_DIR_NAME "/var/log/softether/etherlogger" ++#define EL_PACKET_LOG_FILE_NAME "/var/log/softether/etherlogger/%s" #define EL_PACKET_LOG_PREFIX "pkt" #define EL_LICENSE_CHECK_SPAN (10 * 1000) Modified: head/security/softether/files/patch-src__Cedar__Client.h ============================================================================== --- head/security/softether/files/patch-src__Cedar__Client.h Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Cedar__Client.h Mon Feb 27 20:56:31 2017 (r434989) @@ -1,4 +1,4 @@ ---- src/Cedar/Client.h.orig 2014-06-08 06:19:15 UTC +--- src/Cedar/Client.h.orig 2016-05-03 06:16:53 UTC +++ src/Cedar/Client.h @@ -125,7 +125,7 @@ Modified: head/security/softether/files/patch-src__Cedar__Nat.h ============================================================================== --- head/security/softether/files/patch-src__Cedar__Nat.h Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Cedar__Nat.h Mon Feb 27 20:56:31 2017 (r434989) @@ -1,4 +1,4 @@ ---- src/Cedar/Nat.h.orig 2014-06-08 06:19:15 UTC +--- src/Cedar/Nat.h.orig 2016-05-03 06:16:53 UTC +++ src/Cedar/Nat.h @@ -115,7 +115,7 @@ #define NAT_H Modified: head/security/softether/files/patch-src__Cedar__Server.c ============================================================================== --- head/security/softether/files/patch-src__Cedar__Server.c Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Cedar__Server.c Mon Feb 27 20:56:31 2017 (r434989) @@ -1,4 +1,4 @@ ---- src/Cedar/Server.c.orig 2014-06-08 06:19:15 UTC +--- src/Cedar/Server.c.orig 2016-05-03 06:16:53 UTC +++ src/Cedar/Server.c @@ -115,12 +115,12 @@ @@ -19,3 +19,12 @@ static bool server_reset_setting = false; +@@ -10916,7 +10916,7 @@ SERVER *SiNewServerEx(bool bridge, bool + #endif // OS_WIN32 + + #ifdef ENABLE_AZURE_SERVER +- if (IsFileExists("@azureserver.config")) ++ if (IsFileExists("/var/db/softether/azureserver.config")) + { + DisableRDUPServerGlobally(); + s->AzureServer = NewAzureServer(s->Cedar); Modified: head/security/softether/files/patch-src__Mayaqua__Cfg.c ============================================================================== --- head/security/softether/files/patch-src__Mayaqua__Cfg.c Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Mayaqua__Cfg.c Mon Feb 27 20:56:31 2017 (r434989) @@ -1,6 +1,6 @@ ---- src/Mayaqua/Cfg.c.orig 2014-06-08 06:19:14 UTC +--- src/Mayaqua/Cfg.c.orig 2016-05-03 06:16:53 UTC +++ src/Mayaqua/Cfg.c -@@ -124,7 +124,7 @@ +@@ -139,7 +139,7 @@ void BackupCfgWEx(CFG_RW *rw, FOLDER *f, } // Determine the directory name Modified: head/security/softether/files/patch-src__Mayaqua__Cfg.h ============================================================================== --- head/security/softether/files/patch-src__Mayaqua__Cfg.h Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Mayaqua__Cfg.h Mon Feb 27 20:56:31 2017 (r434989) @@ -1,6 +1,6 @@ ---- src/Mayaqua/Cfg.h.orig 2014-06-08 06:19:14 UTC +--- src/Mayaqua/Cfg.h.orig 2016-05-03 06:16:53 UTC +++ src/Mayaqua/Cfg.h -@@ -102,7 +102,7 @@ +@@ -117,7 +117,7 @@ // Macro //#define CHECK_CFG_NAME_EXISTS // Check duplication of the existing name Modified: head/security/softether/files/patch-src__Mayaqua__Kernel.c ============================================================================== --- head/security/softether/files/patch-src__Mayaqua__Kernel.c Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Mayaqua__Kernel.c Mon Feb 27 20:56:31 2017 (r434989) @@ -1,6 +1,6 @@ ---- src/Mayaqua/Kernel.c.orig 2014-06-08 06:19:14 UTC +--- src/Mayaqua/Kernel.c.orig 2016-05-03 06:16:53 UTC +++ src/Mayaqua/Kernel.c -@@ -2160,7 +2160,7 @@ +@@ -2213,7 +2213,7 @@ void AbortExitEx(char *msg) msg = "Unknown Error"; } Modified: head/security/softether/files/patch-src__Mayaqua__Network.c ============================================================================== --- head/security/softether/files/patch-src__Mayaqua__Network.c Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Mayaqua__Network.c Mon Feb 27 20:56:31 2017 (r434989) @@ -1,6 +1,6 @@ ---- src/Mayaqua/Network.c.orig 2015-07-26 06:38:18 UTC +--- src/Mayaqua/Network.c.orig 2016-05-03 06:16:53 UTC +++ src/Mayaqua/Network.c -@@ -12920,7 +12920,16 @@ bool StartSSLEx(SOCK *sock, X *x, K *pri +@@ -12983,7 +12983,16 @@ bool StartSSLEx(SOCK *sock, X *x, K *pri { if (client_tls == false) { Modified: head/security/softether/files/patch-src__Mayaqua__Table.h ============================================================================== --- head/security/softether/files/patch-src__Mayaqua__Table.h Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Mayaqua__Table.h Mon Feb 27 20:56:31 2017 (r434989) @@ -1,6 +1,6 @@ ---- src/Mayaqua/Table.h.orig 2014-06-08 06:19:14 UTC +--- src/Mayaqua/Table.h.orig 2016-05-03 06:16:53 UTC +++ src/Mayaqua/Table.h -@@ -102,7 +102,7 @@ +@@ -117,7 +117,7 @@ #define UNICODE_CACHE_FILE L".unicode_cache_%s.dat" #define LANGLIST_FILENAME "|languages.txt" Modified: head/security/softether/files/patch-src__Mayaqua__Unix.c ============================================================================== --- head/security/softether/files/patch-src__Mayaqua__Unix.c Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/files/patch-src__Mayaqua__Unix.c Mon Feb 27 20:56:31 2017 (r434989) @@ -1,6 +1,6 @@ ---- src/Mayaqua/Unix.c.orig 2014-06-08 06:19:14 UTC +--- src/Mayaqua/Unix.c.orig 2016-05-03 06:16:53 UTC +++ src/Mayaqua/Unix.c -@@ -916,7 +916,7 @@ +@@ -931,7 +931,7 @@ void *UnixNewSingleInstance(char *instan GetExeDir(dir, sizeof(dir)); // File name generation @@ -9,16 +9,16 @@ fd = open(name, O_WRONLY); if (fd == -1) -@@ -2254,7 +2254,7 @@ +@@ -2320,7 +2320,7 @@ void UnixGenPidFileName(char *name, UINT Hash(hash, exe_name, StrLen(exe_name), false); BinToStr(tmp1, sizeof(tmp1), hash, sizeof(hash)); - Format(name, size, "%s/.pid_%s", dir, tmp1); -+ Format(name, size, "/var/db/softether/.pid_%s", tmp1); ++ Format(name, size, "/var/db/softether/%s.pid", tmp1); } // Delete the PID file -@@ -2299,7 +2299,7 @@ +@@ -2365,7 +2365,7 @@ void UnixGenCtlFileName(char *name, UINT Hash(hash, exe_name, StrLen(exe_name), false); BinToStr(tmp1, sizeof(tmp1), hash, sizeof(hash)); Modified: head/security/softether/pkg-message ============================================================================== --- head/security/softether/pkg-message Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/pkg-message Mon Feb 27 20:56:31 2017 (r434989) @@ -1,18 +1,21 @@ ************************************************************************** +To run softether vpn client from startup, add +softether_client_enable="YES" in your rc.conf. + To run softether vpn server from startup, add softether_server_enable="YES" in your rc.conf. To run softether vpn bridge from startup, add softether_bridge_enable="YES" in your rc.conf. -To run softether vpn client from startup, add -softether_client_enable="YES" in your rc.conf. - Initial and further configuration of all softether services can be done either by using a Windows client to connect to the running services or by vpncmd from command line. +Please note client and bridge functionality is not fully +supported on FreeBSD right now. + When removing SoftEther VPN without the desire to reinstall, please ensure to remove the directory /var/db/softether as well. Modified: head/security/softether/pkg-plist ============================================================================== --- head/security/softether/pkg-plist Mon Feb 27 20:50:05 2017 (r434988) +++ head/security/softether/pkg-plist Mon Feb 27 20:56:31 2017 (r434989) @@ -5,3 +5,4 @@ libexec/softether/vpncmd libexec/softether/vpnserver sbin/vpncmd @dir libexec/softether +@dir %%LOGDIR%% From owner-svn-ports-all@freebsd.org Mon Feb 27 21:13:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D88A1CEE67B; Mon, 27 Feb 2017 21:13:52 +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 8C772DE; Mon, 27 Feb 2017 21:13:52 +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 v1RLDpV9074940; Mon, 27 Feb 2017 21:13:51 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RLDpYT074937; Mon, 27 Feb 2017 21:13:51 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702272113.v1RLDpYT074937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 27 Feb 2017 21:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434990 - in head/x11-themes: adwaita-common adwaita-qt4 adwaita-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, 27 Feb 2017 21:13:53 -0000 Author: olivierd Date: Mon Feb 27 21:13:51 2017 New Revision: 434990 URL: https://svnweb.freebsd.org/changeset/ports/434990 Log: Update to 0.98 Modified: head/x11-themes/adwaita-common/Makefile head/x11-themes/adwaita-common/distinfo head/x11-themes/adwaita-qt4/Makefile head/x11-themes/adwaita-qt5/Makefile Modified: head/x11-themes/adwaita-common/Makefile ============================================================================== --- head/x11-themes/adwaita-common/Makefile Mon Feb 27 20:56:31 2017 (r434989) +++ head/x11-themes/adwaita-common/Makefile Mon Feb 27 21:13:51 2017 (r434990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adwaita -PORTVERSION= 0.97 +PORTVERSION= 0.98 CATEGORIES= x11-themes PKGNAMESUFFIX= -common @@ -12,8 +12,8 @@ COMMENT= Adwaita theme for Qt applicatio LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi -RUN_DEPENDS= adwaita-qt4>=0.97:x11-themes/adwaita-qt4 \ - adwaita-qt5>=0.97:x11-themes/adwaita-qt5 +RUN_DEPENDS= adwaita-qt4>=0.98:x11-themes/adwaita-qt4 \ + adwaita-qt5>=0.98:x11-themes/adwaita-qt5 USES= metaport Modified: head/x11-themes/adwaita-common/distinfo ============================================================================== --- head/x11-themes/adwaita-common/distinfo Mon Feb 27 20:56:31 2017 (r434989) +++ head/x11-themes/adwaita-common/distinfo Mon Feb 27 21:13:51 2017 (r434990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484489415 -SHA256 (MartinBriza-adwaita-qt-0.97_GH0.tar.gz) = ed92484d731b4258e01d3924e1748d627c28ed3a10f270288e23e90b4f47918d -SIZE (MartinBriza-adwaita-qt-0.97_GH0.tar.gz) = 562887 +TIMESTAMP = 1488228870 +SHA256 (MartinBriza-adwaita-qt-0.98_GH0.tar.gz) = 49292334345878ffd1766c118333fb1e2e1a28fb71e5fe052aad3a9d15d65b0d +SIZE (MartinBriza-adwaita-qt-0.98_GH0.tar.gz) = 564963 Modified: head/x11-themes/adwaita-qt4/Makefile ============================================================================== --- head/x11-themes/adwaita-qt4/Makefile Mon Feb 27 20:56:31 2017 (r434989) +++ head/x11-themes/adwaita-qt4/Makefile Mon Feb 27 21:13:51 2017 (r434990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adwaita -PORTVERSION= 0.97 +PORTVERSION= 0.98 CATEGORIES= x11-themes PKGNAMESUFFIX= -qt4 Modified: head/x11-themes/adwaita-qt5/Makefile ============================================================================== --- head/x11-themes/adwaita-qt5/Makefile Mon Feb 27 20:56:31 2017 (r434989) +++ head/x11-themes/adwaita-qt5/Makefile Mon Feb 27 21:13:51 2017 (r434990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adwaita -PORTVERSION= 0.97 +PORTVERSION= 0.98 CATEGORIES= x11-themes PKGNAMESUFFIX= -qt5 From owner-svn-ports-all@freebsd.org Mon Feb 27 21:15:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FA32CEE754; Mon, 27 Feb 2017 21:15:13 +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 66F3221C; Mon, 27 Feb 2017 21:15:13 +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 v1RLFCfV075116; Mon, 27 Feb 2017 21:15:12 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RLFCwh075114; Mon, 27 Feb 2017 21:15:12 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201702272115.v1RLFCwh075114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 27 Feb 2017 21:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434991 - head/graphics/glfw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 21:15:13 -0000 Author: danfe Date: Mon Feb 27 21:15:12 2017 New Revision: 434991 URL: https://svnweb.freebsd.org/changeset/ports/434991 Log: - Prefer to build and install shared library rather than static one - Convert explicit LIB_DEPENDS to their USE_XORG equivalents - Utilize USES+=localbase instead of manually amending CPPFLAGS/LDFLAGS - Drop USE_GCC=yes: the port builds fine with both Clang and GCC 4.2.1 (e.g. on PowerPC) Modified: head/graphics/glfw/Makefile head/graphics/glfw/pkg-plist Modified: head/graphics/glfw/Makefile ============================================================================== --- head/graphics/glfw/Makefile Mon Feb 27 21:13:51 2017 (r434990) +++ head/graphics/glfw/Makefile Mon Feb 27 21:15:12 2017 (r434991) @@ -3,6 +3,7 @@ PORTNAME= glfw PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -11,17 +12,11 @@ COMMENT= Portable framework for OpenGL d LICENSE= ZLIB -LIB_DEPENDS= libXinerama.so:x11/libXinerama \ - libXcursor.so:x11/libXcursor - -USES= cmake zip -USE_XORG= xi xrandr +USES= cmake localbase zip +USE_XORG= x11 xcursor xinerama xrandr xxf86vm USE_GL= glu -USE_GCC= yes USE_LDCONFIG= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON PORTDOCS= * Modified: head/graphics/glfw/pkg-plist ============================================================================== --- head/graphics/glfw/pkg-plist Mon Feb 27 21:13:51 2017 (r434990) +++ head/graphics/glfw/pkg-plist Mon Feb 27 21:15:12 2017 (r434991) @@ -4,5 +4,7 @@ lib/cmake/glfw3/glfw3Config.cmake lib/cmake/glfw3/glfw3ConfigVersion.cmake lib/cmake/glfw3/glfw3Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/glfw3/glfw3Targets.cmake -lib/libglfw3.a +lib/libglfw.so +lib/libglfw.so.3 +lib/libglfw.so.3.2 libdata/pkgconfig/glfw3.pc From owner-svn-ports-all@freebsd.org Mon Feb 27 21:20:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BA62CEE8A9; Mon, 27 Feb 2017 21:20:45 +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 D7B498E6; Mon, 27 Feb 2017 21:20:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RLKhZa075675; Mon, 27 Feb 2017 21:20:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RLKfCp075654; Mon, 27 Feb 2017 21:20:41 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702272120.v1RLKfCp075654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 27 Feb 2017 21:20:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434992 - in head: audio/cpige audio/xmms-curses devel/libexecinfo devel/qgit mail/altermime mail/squirrelmail-change_sqlpass-plugin mail/squirrelmail-check_quota-plugin mail/squirrelma... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 21:20:45 -0000 Author: rene Date: Mon Feb 27 21:20:41 2017 New Revision: 434992 URL: https://svnweb.freebsd.org/changeset/ports/434992 Log: Reset ports of itetcu@ after taking in his commit bit for safekeeping. With hat: portmgr-secretary Modified: head/audio/cpige/Makefile head/audio/xmms-curses/Makefile head/devel/libexecinfo/Makefile head/devel/qgit/Makefile head/mail/altermime/Makefile head/mail/squirrelmail-change_sqlpass-plugin/Makefile head/mail/squirrelmail-check_quota-plugin/Makefile head/mail/squirrelmail-mark_read-plugin/Makefile head/mail/squirrelmail-spam-buttons-plugin/Makefile head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile head/misc/chord2html/Makefile head/misc/fortune-mod-culmea-culmilor/Makefile head/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile head/net/dictd-database/Makefile head/net/sendsnpp/Makefile head/sysutils/apcupsd/Makefile head/sysutils/dt/Makefile head/textproc/clit/Makefile Modified: head/audio/cpige/Makefile ============================================================================== --- head/audio/cpige/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/audio/cpige/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://old.ed.zehome.com/cpige/ \ http://T32.TecNik93.com/FreeBSD/ports/cpige/sources/ -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Icecast/Shoutcast stream ripper USES= gmake Modified: head/audio/xmms-curses/Makefile ============================================================================== --- head/audio/xmms-curses/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/audio/xmms-curses/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses program for (remote) controlling multimedia/xmms BUILD_DEPENDS= xmms:multimedia/xmms Modified: head/devel/libexecinfo/Makefile ============================================================================== --- head/devel/libexecinfo/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/devel/libexecinfo/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= LOCAL/itetcu -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for inspecting program's backtrace OPTIONS_DEFINE= DOCS Modified: head/devel/qgit/Makefile ============================================================================== --- head/devel/qgit/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/devel/qgit/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}4/${PORTVERSION} PKGNAMESUFFIX= -qt4 -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Graphical interface to git repositories USES= qmake tar:bzip2 Modified: head/mail/altermime/Makefile ============================================================================== --- head/mail/altermime/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/mail/altermime/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -6,7 +6,7 @@ PORTVERSION= 0.3.11.a1 CATEGORIES= mail textproc MASTER_SITES= http://ionut.tetcu.info/FreeBSD/ports/distfiles/ -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small C program which is used to alter your mime-encoded mailpacks PLIST_FILES= bin/altermime Modified: head/mail/squirrelmail-change_sqlpass-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-change_sqlpass-plugin/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/mail/squirrelmail-change_sqlpass-plugin/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= mail www DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2 -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Allows users to change their passwords stored in a SQL database USE_SM_COMPAT= yes Modified: head/mail/squirrelmail-check_quota-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-check_quota-plugin/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/mail/squirrelmail-check_quota-plugin/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= mail www DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.4.0 -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Check/display users' mail quota (filesystem, IMAP-based, and cPanel) USE_SM_COMPAT= YES Modified: head/mail/squirrelmail-mark_read-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-mark_read-plugin/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/mail/squirrelmail-mark_read-plugin/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= mail www DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2 -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Provides one-click link to mark read/unread all mails in a folder USE_SM_COMPAT= YES Modified: head/mail/squirrelmail-spam-buttons-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-spam-buttons-plugin/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/mail/squirrelmail-spam-buttons-plugin/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -8,7 +8,7 @@ CATEGORIES= mail www DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Provides buttons with customizable action (for reporting spam, etc.) USE_SM_COMPAT= yes Modified: head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= mail www DISTNAME= ${PORTNAME:S/-/_/}.${PORTVERSION}-1.4 -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Determines what unsafe (web) images will be shown USE_SM_COMPAT= yes Modified: head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= mail www DISTNAME= ${PORTNAME:S/-/_/}.${PORTVERSION}-1.4 -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lets define folders to be displayed at the top of the folders list USE_SM_COMPAT= yes Modified: head/misc/chord2html/Makefile ============================================================================== --- head/misc/chord2html/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/misc/chord2html/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert CHORD input files to HTML RUN_DEPENDS= p5-GD>=0:graphics/p5-GD Modified: head/misc/fortune-mod-culmea-culmilor/Makefile ============================================================================== --- head/misc/fortune-mod-culmea-culmilor/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/misc/fortune-mod-culmea-culmilor/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -6,7 +6,7 @@ PORTVERSION= 2005.12.15 CATEGORIES= misc # should / will (also) be romanian MASTER_SITES= http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Romanian "Culmea culmilor" jokes (in Romanian) BROKEN= unfetchable (tecnik93.com is down) Modified: head/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile ============================================================================== --- head/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -7,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Star Trek: The Ferengi Rules of Acquisition BROKEN= Unfetchable (tecnik93.com is down) Modified: head/net/dictd-database/Makefile ============================================================================== --- head/net/dictd-database/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/net/dictd-database/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -18,7 +18,7 @@ DISTFILES= devils-dict-pre.tar.gz \ dict-world02-20030215.tar.gz \ elements-20001107-pre.tar.gz -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dictd words database RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:net/dictd Modified: head/net/sendsnpp/Makefile ============================================================================== --- head/net/sendsnpp/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/net/sendsnpp/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= http://caspian.dotconf.net/menu/Software/SendSNPP/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server NO_BUILD= yes Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/sysutils/apcupsd/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -6,7 +6,7 @@ PORTVERSION= 3.14.14 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%20Stable/${PORTVERSION} -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Set of programs for controlling APC UPS LICENSE= GPLv2 Modified: head/sysutils/dt/Makefile ============================================================================== --- head/sysutils/dt/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/sysutils/dt/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -13,7 +13,7 @@ MASTER_SITES= http://home.comcast.net/~S #DISTNAME= ${PORTNAME}-source-v${PORTVERSION DISTNAME= ${PORTNAME}-source -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Data Test Program - disk/tape error diagnostic tool LICENSE= ISCL Modified: head/textproc/clit/Makefile ============================================================================== --- head/textproc/clit/Makefile Mon Feb 27 21:15:12 2017 (r434991) +++ head/textproc/clit/Makefile Mon Feb 27 21:20:41 2017 (r434992) @@ -11,7 +11,7 @@ DISTFILES= clit${MAJ_VER}${MIN_VER}src.z ltm-0.33.tar.bz2:ltm EXTRACT_ONLY= clit${MAJ_VER}${MIN_VER}src.zip -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Lit to HTML and Open eBooks converter PATCH_WRKSRC= ${WRKSRC}/${PORTNAME}${MAJ_VER}${MIN_VER} From owner-svn-ports-all@freebsd.org Mon Feb 27 21:24:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7870CEEA20; Mon, 27 Feb 2017 21:24:55 +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 8AB0CC95; Mon, 27 Feb 2017 21:24:55 +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 v1RLOskv079433; Mon, 27 Feb 2017 21:24:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RLOsBX079428; Mon, 27 Feb 2017 21:24:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702272124.v1RLOsBX079428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 27 Feb 2017 21:24:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434993 - in head/x11: . pipeglade X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 21:24:55 -0000 Author: swills Date: Mon Feb 27 21:24:53 2017 New Revision: 434993 URL: https://svnweb.freebsd.org/changeset/ports/434993 Log: x11/pipeglade: create port Pipeglade is a helper program that displays graphical user interfaces for other programs. It renders the GUI definition found in a GtkBuilder file (created using the Glade Interface Designer), and communicates with the main program solely via pipes or fifos. WWW: http://pipeglade.boundp.org PR: 203523 Submitted by: Bert Burgemeister (with modifications) Added: head/x11/pipeglade/ head/x11/pipeglade/Makefile (contents, props changed) head/x11/pipeglade/distinfo (contents, props changed) head/x11/pipeglade/pkg-descr (contents, props changed) head/x11/pipeglade/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Feb 27 21:20:41 2017 (r434992) +++ head/x11/Makefile Mon Feb 27 21:24:53 2017 (r434993) @@ -249,6 +249,7 @@ SUBDIR += p5-X11-XCB SUBDIR += p5-X11-Xlib SUBDIR += p5-XTerm-Conf + SUBDIR += pipeglade SUBDIR += pixman SUBDIR += plasma-scriptengine-python SUBDIR += plasma-scriptengine-ruby Added: head/x11/pipeglade/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/pipeglade/Makefile Mon Feb 27 21:24:53 2017 (r434993) @@ -0,0 +1,35 @@ +# Created by: Bert Burgemeister +# $FreeBSD$ + +PORTNAME= pipeglade +PORTVERSION= 4.7.0 +CATEGORIES= x11 devel + +MAINTAINER= trebbu@googlemail.com +COMMENT= Graphical user interface driven by pipes or fifos + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= trebb + +USES= gettext-runtime pkgconfig +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2 + +OPTIONS_DEFINE= EXAMPLES +OPTIONS_SUB= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + +post-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/clock.sh ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/echo.sh ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/clock.ui ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/pipeglade.ui ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/simple_dialog.ui ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/simple_open.ui ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/x11/pipeglade/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/pipeglade/distinfo Mon Feb 27 21:24:53 2017 (r434993) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488225220 +SHA256 (trebb-pipeglade-4.7.0_GH0.tar.gz) = 91020685849ccb1fd091d41fbace68b23be2bb4b9d6c543a6b1bb68ccb3ca828 +SIZE (trebb-pipeglade-4.7.0_GH0.tar.gz) = 82888 Added: head/x11/pipeglade/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/pipeglade/pkg-descr Mon Feb 27 21:24:53 2017 (r434993) @@ -0,0 +1,21 @@ +Pipeglade is a helper program that displays graphical user interfaces +for other programs. It renders the GUI definition found in a +GtkBuilder file (created using the Glade Interface Designer), and +communicates with the main program solely via pipes or fifos. + +To have its GUI rendered by pipeglade, a program must be able to + - send plain text commands to standard output or a named pipe and/or + - receive and parse simple plain text messages from standard input or + a named pipe. + +Simple one-shot dialogs as well as more complex, long-running programs +can be built. + +Pipeglade provides access to a subset of the features available in +GTK+ 3. Widgets able to communicate via pipeglade include text labels +and images, statusbars and progress indicators, various kinds of +buttons, spinbuttons and scales/sliders, comboboxes and menus, various +text and tabular inputs, various standard dialog windows, calendars, +drawing areas. + +WWW: http://pipeglade.boundp.org Added: head/x11/pipeglade/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/pipeglade/pkg-plist Mon Feb 27 21:24:53 2017 (r434993) @@ -0,0 +1,8 @@ +bin/pipeglade +man/man1/pipeglade.1.gz +%%EXAMPLES%%%%EXAMPLESDIR%%/clock.sh +%%EXAMPLES%%%%EXAMPLESDIR%%/clock.ui +%%EXAMPLES%%%%EXAMPLESDIR%%/echo.sh +%%EXAMPLES%%%%EXAMPLESDIR%%/pipeglade.ui +%%EXAMPLES%%%%EXAMPLESDIR%%/simple_dialog.ui +%%EXAMPLES%%%%EXAMPLESDIR%%/simple_open.ui From owner-svn-ports-all@freebsd.org Mon Feb 27 21:40:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2F5DCEED48; Mon, 27 Feb 2017 21:40:22 +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 67EBD28B; Mon, 27 Feb 2017 21:40:22 +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 v1RLeLYY083613; Mon, 27 Feb 2017 21:40:21 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RLeLMc083610; Mon, 27 Feb 2017 21:40:21 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201702272140.v1RLeLMc083610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 27 Feb 2017 21:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434994 - in head/sysutils/acpica-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 21:40:22 -0000 Author: jkim Date: Mon Feb 27 21:40:21 2017 New Revision: 434994 URL: https://svnweb.freebsd.org/changeset/ports/434994 Log: Update to 20170224. Added: head/sysutils/acpica-tools/files/ head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c (contents, props changed) Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Mon Feb 27 21:24:53 2017 (r434993) +++ head/sysutils/acpica-tools/Makefile Mon Feb 27 21:40:21 2017 (r434994) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20170119 +PORTVERSION= 20170224 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Mon Feb 27 21:24:53 2017 (r434993) +++ head/sysutils/acpica-tools/distinfo Mon Feb 27 21:40:21 2017 (r434994) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484854407 -SHA256 (acpica-unix2-20170119.tar.gz) = c3c9338f7a03e8296bb43978990ab04f0bbd6234725838a2da4fda131367e468 -SIZE (acpica-unix2-20170119.tar.gz) = 1438410 +TIMESTAMP = 1488229492 +SHA256 (acpica-unix2-20170224.tar.gz) = dca9a738f310b931b0805dabd1bf0536cb8ab4fe5ca9fd540ca4ddc430437af6 +SIZE (acpica-unix2-20170224.tar.gz) = 1459815 Added: head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c Mon Feb 27 21:40:21 2017 (r434994) @@ -0,0 +1,11 @@ +--- source/compiler/asltree.c.orig 2017-02-25 00:43:54 UTC ++++ source/compiler/asltree.c +@@ -187,7 +187,7 @@ TrAllocateNode ( + } + + Gbl_CommentState.Latest_Parse_Node = Op; +- if (Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName) ++ if (Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName[0]) + { + CvDbgPrint ("trallocatenode=Set latest parse node to this node.\n"); + CvDbgPrint (" Op->Asl.ParseOpName = %s\n", From owner-svn-ports-all@freebsd.org Mon Feb 27 22:23:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07A81CF0735; Mon, 27 Feb 2017 22:23:18 +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 D6049AD0; Mon, 27 Feb 2017 22:23:17 +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 v1RMNG7P002708; Mon, 27 Feb 2017 22:23:16 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RMNGt5002703; Mon, 27 Feb 2017 22:23:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702272223.v1RMNGt5002703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 27 Feb 2017 22:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434995 - in head/editors: . micro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 22:23:18 -0000 Author: swills Date: Mon Feb 27 22:23:16 2017 New Revision: 434995 URL: https://svnweb.freebsd.org/changeset/ports/434995 Log: editors/micro: create port Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. WWW: https://micro-editor.github.io/ Added: head/editors/micro/ head/editors/micro/Makefile (contents, props changed) head/editors/micro/distinfo (contents, props changed) head/editors/micro/pkg-descr (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Mon Feb 27 21:40:21 2017 (r434994) +++ head/editors/Makefile Mon Feb 27 22:23:16 2017 (r434995) @@ -201,6 +201,7 @@ SUBDIR += madedit SUBDIR += manedit SUBDIR += mg + SUBDIR += micro SUBDIR += mined SUBDIR += morla SUBDIR += mousepad Added: head/editors/micro/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/micro/Makefile Mon Feb 27 22:23:16 2017 (r434995) @@ -0,0 +1,55 @@ +# $FreeBSD$ + +PORTNAME= micro +PORTVERSION= 1.1.4 +DISTVERSIONPREFIX= v +CATEGORIES= editors + +MAINTAINER= swills@FreeBSD.org +COMMENT= Modern and intuitive terminal-based text editor + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= zyedidia +GH_SUBDIR= src/github.com/zyedidia/${PORTNAME} +GH_TUPLE= \ + blang:semver:4a1e882:semver/src/github.com/blang/semver \ + gdamore:encoding:b23993c:encoding/src/github.com/gdamore/encoding \ + go-errors:errors:8fa88b0:errors/src/github.com/go-errors/errors \ + golang:net:906cda9:net/src/golang.org/x/net \ + golang:text:0ad425f:text/src/golang.org/x/text \ + layeh:gopher-luar:ab3f305:luar/src/layeh.com/gopher-luar \ + lucasb-eyer:go-colorful:c900de9:colorful/src/github.com/lucasb-eyer/go-colorful \ + mattn:go-isatty:dda3de4:isatty/src/github.com/mattn/go-isatty \ + mattn:go-runewidth:14207d2:runewidth/src/github.com/mattn/go-runewidth \ + mitchellh:go-homedir:b8bc1bf:homedir/src/github.com/mitchellh/go-homedir \ + sergi:go-diff:24e2351:godiff/src/github.com/sergi/go-diff \ + yuin:gopher-lua:eed1c79:gopherlua/src/github.com/yuin/gopher-lua \ + zyedidia:clipboard:adacf41:clipboard/src/github.com/zyedidia/clipboard \ + zyedidia:glob:dd4023a:glob/src/github.com/zyedidia/glob \ + zyedidia:json5:2518f8b:json5/src/github.com/zyedidia/json5 \ + zyedidia:tcell:856dbb2:tcell/src/github.com/zyedidia/tcell + +BUILD_HASH= 5dc8fe4 +BUILD_DATE= February 10, 2017 + +STRIP= # stripping can break go binaries + +PLIST_FILES= bin/micro +PORTDOCS= README.md + +do-build: + @(cd ${WRKSRC} ; \ + ${SETENV} GOPATH=${WRKSRC} go build -ldflags \ + "-s -w -X main.Version=${PORTVERSION} -X main.CommitHash=${BUILD_HASH} -X 'main.CompileDate=${BUILD_DATE}' " ./cmd/micro ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/micro ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/editors/micro/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/micro/distinfo Mon Feb 27 22:23:16 2017 (r434995) @@ -0,0 +1,35 @@ +TIMESTAMP = 1488232339 +SHA256 (zyedidia-micro-v1.1.4_GH0.tar.gz) = 54910918f9bf52b4b076fe46de8afb5fb1c6bb462f6a81414540acd4d56153e5 +SIZE (zyedidia-micro-v1.1.4_GH0.tar.gz) = 563376 +SHA256 (blang-semver-4a1e882_GH0.tar.gz) = e392b8b07bcc674ac15c0174b48f08528651f21bfbe448b91349825b68bba930 +SIZE (blang-semver-4a1e882_GH0.tar.gz) = 14839 +SHA256 (gdamore-encoding-b23993c_GH0.tar.gz) = 7fe1ed858143ba259114120a8a736645ee644b22bece7c09240df6113922f01a +SIZE (gdamore-encoding-b23993c_GH0.tar.gz) = 10629 +SHA256 (go-errors-errors-8fa88b0_GH0.tar.gz) = 1564e6cb7460b5d2cd14f6fbb8e41f38e98483c0d33192b0a157888e742ccd47 +SIZE (go-errors-errors-8fa88b0_GH0.tar.gz) = 7889 +SHA256 (golang-net-906cda9_GH0.tar.gz) = 078a8a7cfd8a114977cb90661601c105cc2231fd275e0c044d8552f2a262b9a3 +SIZE (golang-net-906cda9_GH0.tar.gz) = 775828 +SHA256 (golang-text-0ad425f_GH0.tar.gz) = c178f070338a148f9d5f1c4724ef59a68286fbb18286c82c778a157d1590d7ec +SIZE (golang-text-0ad425f_GH0.tar.gz) = 4552999 +SHA256 (layeh-gopher-luar-ab3f305_GH0.tar.gz) = 9251ec7bf852a28c922e57df1a2588a2436bcf12f7b2d0d83c846af157de8bcb +SIZE (layeh-gopher-luar-ab3f305_GH0.tar.gz) = 21923 +SHA256 (lucasb-eyer-go-colorful-c900de9_GH0.tar.gz) = 0188b3fbfdd0427142e0fae5d64bfaf66e3428eb2536ae30ec11dda184c5189e +SIZE (lucasb-eyer-go-colorful-c900de9_GH0.tar.gz) = 57046 +SHA256 (mattn-go-isatty-dda3de4_GH0.tar.gz) = c40190b1f3dcf07417ab5f6a631dd6e74ce054d602e1a983927761877d111f91 +SIZE (mattn-go-isatty-dda3de4_GH0.tar.gz) = 3182 +SHA256 (mattn-go-runewidth-14207d2_GH0.tar.gz) = e665c10f4ccefe1d320fe8fe69403754c499fe79bc737f8f1d199d86ecfb7efb +SIZE (mattn-go-runewidth-14207d2_GH0.tar.gz) = 22365 +SHA256 (mitchellh-go-homedir-b8bc1bf_GH0.tar.gz) = 4baa24d61eab2da480d6f11d1d6f2a1cb7601f7b634af2ad5a978c95452150b9 +SIZE (mitchellh-go-homedir-b8bc1bf_GH0.tar.gz) = 2993 +SHA256 (sergi-go-diff-24e2351_GH0.tar.gz) = a2d75c5a10fe3ca9f00afe76452d7407742260927f3586c1f6078a77f41c151e +SIZE (sergi-go-diff-24e2351_GH0.tar.gz) = 41465 +SHA256 (yuin-gopher-lua-eed1c79_GH0.tar.gz) = 1321f26e59709aa7a3c18d8a34db735222cbb1110e1b039c3b2ca48ff05cbc6c +SIZE (yuin-gopher-lua-eed1c79_GH0.tar.gz) = 148779 +SHA256 (zyedidia-clipboard-adacf41_GH0.tar.gz) = e391050f2b2989e010a994daa99931e12b0427f7ac6bada22a1c5d0c69d77e74 +SIZE (zyedidia-clipboard-adacf41_GH0.tar.gz) = 3816 +SHA256 (zyedidia-glob-dd4023a_GH0.tar.gz) = 495f89326f153b713c2e3e24a0258decdc1d9e9dc1c2370ba7c39aa82289bc6f +SIZE (zyedidia-glob-dd4023a_GH0.tar.gz) = 2696 +SHA256 (zyedidia-json5-2518f8b_GH0.tar.gz) = 5eaef29d6f96b99af5a89cac394c58011a6708f7fce93a5a4722e23e8ed8919f +SIZE (zyedidia-json5-2518f8b_GH0.tar.gz) = 43655 +SHA256 (zyedidia-tcell-856dbb2_GH0.tar.gz) = 5878b4746547771c7c96d26f189cbd3d3095edee0ce6886cb701ac71939f422b +SIZE (zyedidia-tcell-856dbb2_GH0.tar.gz) = 166376 Added: head/editors/micro/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/micro/pkg-descr Mon Feb 27 22:23:16 2017 (r434995) @@ -0,0 +1,5 @@ +Micro is a terminal-based text editor that aims to be easy to use and +intuitive, while also taking advantage of the full capabilities of modern +terminals. + +WWW: https://micro-editor.github.io/ From owner-svn-ports-all@freebsd.org Mon Feb 27 23:04:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40248CF0F50; Mon, 27 Feb 2017 23:04:41 +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 E4F1BF63; Mon, 27 Feb 2017 23:04:40 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RN4d5b018195; Mon, 27 Feb 2017 23:04:39 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RN4duJ018188; Mon, 27 Feb 2017 23:04:39 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201702272304.v1RN4duJ018188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 27 Feb 2017 23:04:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434996 - in head/graphics/simpleviewer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 27 Feb 2017 23:04:41 -0000 Author: danfe Date: Mon Feb 27 23:04:39 2017 New Revision: 434996 URL: https://svnweb.freebsd.org/changeset/ports/434996 Log: - Update `graphics/simpleviewer' to version 2.88 - Add missing USE_XORG components as reported by `stage-qa' - Project had moved from SourceForge to Bitbucket Added: head/graphics/simpleviewer/files/patch-CMakeLists.txt (contents, props changed) head/graphics/simpleviewer/files/patch-sanitize-fontsize (contents, props changed) head/graphics/simpleviewer/files/patch-src_common_config.cpp (contents, props changed) head/graphics/simpleviewer/files/patch-src_viewer.cpp (contents, props changed) Deleted: head/graphics/simpleviewer/files/patch-defreeglut head/graphics/simpleviewer/files/patch-src_fileslist.cpp head/graphics/simpleviewer/files/patch-src_formats_formatgif.cpp head/graphics/simpleviewer/files/patch-src_formats_formatpng.cpp Modified: head/graphics/simpleviewer/Makefile head/graphics/simpleviewer/distinfo head/graphics/simpleviewer/pkg-descr Modified: head/graphics/simpleviewer/Makefile ============================================================================== --- head/graphics/simpleviewer/Makefile Mon Feb 27 22:23:16 2017 (r434995) +++ head/graphics/simpleviewer/Makefile Mon Feb 27 23:04:39 2017 (r434996) @@ -2,31 +2,35 @@ # $FreeBSD$ PORTNAME= simpleviewer -PORTVERSION= 1.7.1553.8560 -PORTREVISION= 10 +PORTVERSION= 2.88 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/OpenGL%20edition -DISTNAME= sviewgl-src-${PORTVERSION} +MASTER_SITES= https://bitbucket.org/andreyu/simple-viewer-gl/get/ +DISTNAME= v${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Small and simple OpenGL image viewer with transparency support LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:graphics/png \ +LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ + libexif.so:graphics/libexif \ + libfreetype.so:print/freetype2 \ libgif.so:graphics/giflib \ - libImlib2.so:graphics/imlib2 + libglfw.so:graphics/glfw \ + liblcms2.so:graphics/lcms2 \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff \ + libwebp.so:graphics/webp + +USES= cmake compiler:c++11-lang jpeg pkgconfig tar:bzip2 +USE_GL= glu +USE_XORG= ice sm x11 xcursor xext xrandr xxf86vm -USES= jpeg tar:bzip2 -USE_GL= glut -WRKSRC= ${WRKDIR}/sviewgl-src -MAKE_ARGS= CC="${CXX}" +WRKSRC= ${WRKDIR}/andreyu-simple-viewer-gl-b9266979237d PLIST_FILES= bin/sviewgl -post-patch: - @${REINPLACE_CMD} -e 's,-O2,${CFLAGS}, ; s,/usr/include,${LOCALBASE}/include,g ; \ - s,=-s,=-L${LOCALBASE}/lib,' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sviewgl ${STAGEDIR}${PREFIX}/bin Modified: head/graphics/simpleviewer/distinfo ============================================================================== --- head/graphics/simpleviewer/distinfo Mon Feb 27 22:23:16 2017 (r434995) +++ head/graphics/simpleviewer/distinfo Mon Feb 27 23:04:39 2017 (r434996) @@ -1,2 +1,3 @@ -SHA256 (sviewgl-src-1.7.1553.8560.tar.bz2) = 509de7d8a42c58fbd365a3b730994fef0ff1199536a20f58f29930917339f4c8 -SIZE (sviewgl-src-1.7.1553.8560.tar.bz2) = 522209 +TIMESTAMP = 1487875449 +SHA256 (simpleviewer/v2.88.tar.bz2) = 4d3835ae008b8a7cdd9379f82e72d338a9d5e3d0cb4ef491d888697727c92c56 +SIZE (simpleviewer/v2.88.tar.bz2) = 238105 Added: head/graphics/simpleviewer/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/simpleviewer/files/patch-CMakeLists.txt Mon Feb 27 23:04:39 2017 (r434996) @@ -0,0 +1,18 @@ +--- CMakeLists.txt.orig 2017-02-23 18:44:09 UTC ++++ CMakeLists.txt +@@ -71,11 +71,11 @@ endif() + + file( GLOB_RECURSE SOURCES "src/*.cpp" ) + +-add_executable( sviewgl ${SOURCES} ) ++link_directories( ++ ${EXIF_LIBRARY_DIRS} ++ ) + +-#link_directories( +- #${FREETYPE_LIBRARY_DIRS} +- #) ++add_executable( sviewgl ${SOURCES} ) + + target_link_libraries( sviewgl + ${RT_LIBRARY} Added: head/graphics/simpleviewer/files/patch-sanitize-fontsize ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/simpleviewer/files/patch-sanitize-fontsize Mon Feb 27 23:04:39 2017 (r434996) @@ -0,0 +1,38 @@ +--- src/exifpopup.cpp.orig 2017-02-23 18:44:09 UTC ++++ src/exifpopup.cpp +@@ -32,7 +32,7 @@ void cExifPopup::setRatio(float ratio) + // if (m_ratio != ratio) + { + m_ratio = ratio; +- const int DesiredFontSize = 26; ++ const int DesiredFontSize = 16; + createFont(DesiredFontSize * ratio); + } + } +--- src/infobar.cpp.orig 2017-02-23 18:44:09 UTC ++++ src/infobar.cpp +@@ -48,11 +48,11 @@ void cInfoBar::setRatio(float scale) + { + m_scale = scale; + +- const int DesiredFontSize = 30; ++ const int DesiredFontSize = 16; + createFont(DesiredFontSize * scale); + } + +- const float DesiredHeight = 36; ++ const float DesiredHeight = 16 + 6; + m_height = DesiredHeight * scale; + } + +--- src/pixelpopup.cpp.orig 2017-02-23 18:44:09 UTC ++++ src/pixelpopup.cpp +@@ -58,7 +58,7 @@ void cPixelPopup::setRatio(float ratio) + const float Border = 10.0f; + m_border = Border * ratio; + +- const int desiredFontSize = 30; ++ const int desiredFontSize = 16; + createFont(desiredFontSize * ratio); + + m_ratio = ratio; Added: head/graphics/simpleviewer/files/patch-src_common_config.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/simpleviewer/files/patch-src_common_config.cpp Mon Feb 27 23:04:39 2017 (r434996) @@ -0,0 +1,10 @@ +--- src/common/config.cpp.orig 2017-02-23 18:44:09 UTC ++++ src/common/config.cpp +@@ -11,6 +11,7 @@ + #include "../viewer.h" + #include "Ini.h" + ++#include + #include + #include + Added: head/graphics/simpleviewer/files/patch-src_viewer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/simpleviewer/files/patch-src_viewer.cpp Mon Feb 27 23:04:39 2017 (r434996) @@ -0,0 +1,10 @@ +--- src/viewer.cpp.orig 2017-02-23 18:44:09 UTC ++++ src/viewer.cpp +@@ -345,6 +345,7 @@ void cViewer::fnKeyboard(int key, int /* + switch (key) + { + case GLFW_KEY_ESCAPE: ++ case GLFW_KEY_Q: + glfwSetWindowShouldClose(cRenderer::getWindow(), 1); + break; + Modified: head/graphics/simpleviewer/pkg-descr ============================================================================== --- head/graphics/simpleviewer/pkg-descr Mon Feb 27 22:23:16 2017 (r434995) +++ head/graphics/simpleviewer/pkg-descr Mon Feb 27 23:04:39 2017 (r434996) @@ -1,9 +1,10 @@ Simple Viewer is small and simple OpenGL based image viewer. Its features: - Lightweight and fast: utilizes hardware-accelerated video card + - GIF animation, embedded ICC profiles, and Exif tags support - Very simple interface, minimum dependencies - Suitable for default image viewer of desktop - Desktop independent: does not require any specific desktop environment - Open source, licensed under GNU GPLv2 -WWW: http://simpleviewer.sourceforge.net/ +WWW: https://bitbucket.org/andreyu/simple-viewer-gl From owner-svn-ports-all@freebsd.org Tue Feb 28 00:42:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59DDCCEFA1F; Tue, 28 Feb 2017 00:42:49 +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 29455F6E; Tue, 28 Feb 2017 00:42:49 +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 v1S0gmPV056275; Tue, 28 Feb 2017 00:42:48 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S0gmLK056273; Tue, 28 Feb 2017 00:42:48 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201702280042.v1S0gmLK056273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 28 Feb 2017 00:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434997 - head/editors/nano X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 00:42:49 -0000 Author: danilo Date: Tue Feb 28 00:42:47 2017 New Revision: 434997 URL: https://svnweb.freebsd.org/changeset/ports/434997 Log: - Update to 2.7.5 Modified: head/editors/nano/Makefile head/editors/nano/distinfo Modified: head/editors/nano/Makefile ============================================================================== --- head/editors/nano/Makefile Mon Feb 27 23:04:39 2017 (r434996) +++ head/editors/nano/Makefile Tue Feb 28 00:42:47 2017 (r434997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.7.4 +PORTVERSION= 2.7.5 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU Modified: head/editors/nano/distinfo ============================================================================== --- head/editors/nano/distinfo Mon Feb 27 23:04:39 2017 (r434996) +++ head/editors/nano/distinfo Tue Feb 28 00:42:47 2017 (r434997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484184914 -SHA256 (nano-2.7.4.tar.gz) = 23ffc2de52d687739fed6dc2fc94df36aa7da7bb52c8740c523fdd7336fdbc8c -SIZE (nano-2.7.4.tar.gz) = 2023560 +TIMESTAMP = 1488239317 +SHA256 (nano-2.7.5.tar.gz) = 226be22f46359007aa76499623739f4a7d5fa294a2899c70b21bc09b8d81d907 +SIZE (nano-2.7.5.tar.gz) = 2031723 From owner-svn-ports-all@freebsd.org Tue Feb 28 01:52:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ECB8CEEBAF; Tue, 28 Feb 2017 01:52:05 +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 51B87984; Tue, 28 Feb 2017 01:52:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S1q4GH081159; Tue, 28 Feb 2017 01:52:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S1q4c9081156; Tue, 28 Feb 2017 01:52:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201702280152.v1S1q4c9081156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 Feb 2017 01:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434998 - in head/multimedia: plexmediaserver plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 01:52:05 -0000 Author: feld Date: Tue Feb 28 01:52:03 2017 New Revision: 434998 URL: https://svnweb.freebsd.org/changeset/ports/434998 Log: multimedia/plexmediaserver{-plexpass}: Add option for Plex Relay Plex Relay is a process which allows remote access to your Plex server behind restrictive firewalls by proxing through the cloud. If you do not want your Plex server to be available publicly or only under strict firewall rules you can disable this port option to prevent the binary from being installed. Submitted by: zi Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Tue Feb 28 00:42:47 2017 (r434997) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Tue Feb 28 01:52:03 2017 (r434998) @@ -3,7 +3,7 @@ %%DATADIR%%/Plex DLNA Server %%DATADIR%%/Plex Media Scanner %%DATADIR%%/Plex Media Server -%%DATADIR%%/Plex Relay +%%RELAY%%%%DATADIR%%/Plex Relay %%DATADIR%%/Plex Script Host %%DATADIR%%/Plex Transcoder @mode Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Tue Feb 28 00:42:47 2017 (r434997) +++ head/multimedia/plexmediaserver/Makefile Tue Feb 28 01:52:03 2017 (r434998) @@ -33,6 +33,13 @@ BUNDLE_LIBS= yes ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= binary-only program, source code not available +OPTIONS_DEFINE= RELAY +OPTIONS_DEFAULT= RELAY +OPTIONS_SUB= yes +RELAY_DESC= Install Plex Relay daemon + +.include + .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 Modified: head/multimedia/plexmediaserver/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver/pkg-plist Tue Feb 28 00:42:47 2017 (r434997) +++ head/multimedia/plexmediaserver/pkg-plist Tue Feb 28 01:52:03 2017 (r434998) @@ -3,7 +3,7 @@ %%DATADIR%%/Plex DLNA Server %%DATADIR%%/Plex Media Scanner %%DATADIR%%/Plex Media Server -%%DATADIR%%/Plex Relay +%%RELAY%%%%DATADIR%%/Plex Relay %%DATADIR%%/Plex Script Host %%DATADIR%%/Plex Transcoder @mode From owner-svn-ports-all@freebsd.org Tue Feb 28 04:32:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D11ECF09B8; Tue, 28 Feb 2017 04:32: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 030FFAF3; Tue, 28 Feb 2017 04:32: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 v1S4WUV3045464; Tue, 28 Feb 2017 04:32:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S4WTen045453; Tue, 28 Feb 2017 04:32:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702280432.v1S4WTen045453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Feb 2017 04:32:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434999 - in head: Mk/Uses www/firefox www/firefox-i18n 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: Tue, 28 Feb 2017 04:32:31 -0000 Author: jbeich Date: Tue Feb 28 04:32:28 2017 New Revision: 434999 URL: https://svnweb.freebsd.org/changeset/ports/434999 Log: www/firefox: update to 52.0 (rc1) More candidates are likely to come before the official announcement (aka the rush hour) scheduled on 2017-03-07. This one intended to pick up upstream security fixes earlier while looking for downstream regressions. Changes: https://www.mozilla.org/firefox/52.0/releasenotes/ Security: 96eca031-1313-4daf-9be2-9d6e1c4f1eb5 MFH: 2017Q1 (piling up, requires r431637 + r434531) Deleted: head/www/firefox/files/patch-bug1142056 head/www/firefox/files/patch-bug1303380 head/www/firefox/files/patch-bug1315986 head/www/firefox/files/patch-bug1318914 head/www/firefox/files/patch-bug1320991 head/www/firefox/files/patch-bug1329520 head/www/firefox/files/patch-bug1329895 head/www/firefox/files/patch-bug1330119 head/www/firefox/files/patch-bug757366 Modified: head/Mk/Uses/gecko.mk (contents, props changed) 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) head/www/firefox/files/patch-bug1316879 (contents, props changed) head/www/firefox/files/patch-bug826985 (contents, props changed) head/www/firefox/files/patch-bug847568 (contents, props changed) head/www/firefox/files/patch-bug981348 (contents, props changed) head/www/firefox/files/patch-z-bug517422 (contents, props changed) Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Tue Feb 28 01:52:03 2017 (r434998) +++ head/Mk/Uses/gecko.mk Tue Feb 28 04:32:28 2017 (r434999) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 45 -_GECKO_VERSIONS= 45 51 +_GECKO_VERSIONS= 45 52 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -51_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox-i18n/Makefile Tue Feb 28 04:32:28 2017 (r434999) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 51.0.1 +PORTVERSION= 52.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,51,build +USES= zip:infozip gecko:firefox,52,build USE_XPI= firefox NO_ARCH= yes Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox-i18n/distinfo Tue Feb 28 04:32:28 2017 (r434999) @@ -1,179 +1,179 @@ -TIMESTAMP = 1485379956 -SHA256 (xpi/firefox-i18n-51.0.1/ach.xpi) = 2d0f554d524dfbd552f513a59eca728f87f2dc63871ea05d45e50dc62f98d0f4 -SIZE (xpi/firefox-i18n-51.0.1/ach.xpi) = 422479 -SHA256 (xpi/firefox-i18n-51.0.1/af.xpi) = 1bea00a4beb2c08eeff01386f119954d166cfe108e6b9053ff84923071cc70c1 -SIZE (xpi/firefox-i18n-51.0.1/af.xpi) = 430609 -SHA256 (xpi/firefox-i18n-51.0.1/an.xpi) = 4f05a2800d1eb7c65d7f4fc731c90a798e55a414e425938ed9f2a4aab2574bb8 -SIZE (xpi/firefox-i18n-51.0.1/an.xpi) = 439499 -SHA256 (xpi/firefox-i18n-51.0.1/ar.xpi) = ba9f424d03b292b7428c37104c9f367d1cfeb4c1cb70f01a3a3468ab8261a5a5 -SIZE (xpi/firefox-i18n-51.0.1/ar.xpi) = 467366 -SHA256 (xpi/firefox-i18n-51.0.1/as.xpi) = 525a14db543a0f80840e399d579ffbd8703f0b7ef75d4e3fc6c2ad7ce783d1f9 -SIZE (xpi/firefox-i18n-51.0.1/as.xpi) = 481206 -SHA256 (xpi/firefox-i18n-51.0.1/ast.xpi) = 4465abc44e515d39ead8cc7e072b225d5bec080e370129d5861eece6b348b2a9 -SIZE (xpi/firefox-i18n-51.0.1/ast.xpi) = 433415 -SHA256 (xpi/firefox-i18n-51.0.1/az.xpi) = 86beaf681270b0465b3a06d381866ed951f80d5d78f98217cb7e859f8dbb2705 -SIZE (xpi/firefox-i18n-51.0.1/az.xpi) = 448403 -SHA256 (xpi/firefox-i18n-51.0.1/bg.xpi) = c4824b49257cff76ed34b0cb1a0f6747dc24b500f40d464b8696a5cc18f6ff0d -SIZE (xpi/firefox-i18n-51.0.1/bg.xpi) = 481421 -SHA256 (xpi/firefox-i18n-51.0.1/bn-BD.xpi) = 9284871e91d84b39567b803ca75eb89d77d2a9dd0a3b25960ace88d5f13947ff -SIZE (xpi/firefox-i18n-51.0.1/bn-BD.xpi) = 506133 -SHA256 (xpi/firefox-i18n-51.0.1/bn-IN.xpi) = 642e8676e25ae1cd933f77be1d1ec30e80e8561be8856b8cd92e78866cd49870 -SIZE (xpi/firefox-i18n-51.0.1/bn-IN.xpi) = 503272 -SHA256 (xpi/firefox-i18n-51.0.1/br.xpi) = 09b4cb3d86fcd3e3f6eb1a38b366c9fe6412deeb67d01479f43a87543e137af1 -SIZE (xpi/firefox-i18n-51.0.1/br.xpi) = 429718 -SHA256 (xpi/firefox-i18n-51.0.1/bs.xpi) = 4022af94e170fc94d80250389b2e7b61a4a0f046b70ba2d3d51efb842b9e4834 -SIZE (xpi/firefox-i18n-51.0.1/bs.xpi) = 435979 -SHA256 (xpi/firefox-i18n-51.0.1/ca.xpi) = 26e5c545322ccfe6b923445daba906ed66671387a899c96c902e5bcc705c0ca3 -SIZE (xpi/firefox-i18n-51.0.1/ca.xpi) = 437597 -SHA256 (xpi/firefox-i18n-51.0.1/cs.xpi) = be37d732ad896c548523efcd097f45a8d16b3a0f1f1d086d0ed07c772e2969cb -SIZE (xpi/firefox-i18n-51.0.1/cs.xpi) = 437011 -SHA256 (xpi/firefox-i18n-51.0.1/cy.xpi) = 3e38992a09904b134d53c3bc27924ce7a10273ef47c0e8773960ac6937577fd3 -SIZE (xpi/firefox-i18n-51.0.1/cy.xpi) = 430768 -SHA256 (xpi/firefox-i18n-51.0.1/da.xpi) = d8c21c45cac8ef9ecf891ae400151a2a8b65e0b1828049dc4094dc43269ad687 -SIZE (xpi/firefox-i18n-51.0.1/da.xpi) = 418407 -SHA256 (xpi/firefox-i18n-51.0.1/de.xpi) = c10becdcbedda89442a7e2783e2622ae154e467d7b3a6573dce0a8d156f39605 -SIZE (xpi/firefox-i18n-51.0.1/de.xpi) = 435630 -SHA256 (xpi/firefox-i18n-51.0.1/dsb.xpi) = 51f535695c5cf6a5ac8672b4bc56b62e1fd8d8f85c4142da7db5e61d2b951222 -SIZE (xpi/firefox-i18n-51.0.1/dsb.xpi) = 453124 -SHA256 (xpi/firefox-i18n-51.0.1/el.xpi) = af4998b5514bf808c86bb0aa9e11a342e43c785e7d408c202a99ccc89cabc483 -SIZE (xpi/firefox-i18n-51.0.1/el.xpi) = 498857 -SHA256 (xpi/firefox-i18n-51.0.1/en-GB.xpi) = 91004f483701c7a830cf08edde0e2afabff57238f6b90d0391c8ec0e113e3f6e -SIZE (xpi/firefox-i18n-51.0.1/en-GB.xpi) = 412809 -SHA256 (xpi/firefox-i18n-51.0.1/en-US.xpi) = 11eb16fe5c971ca539d378bbb3a40322c26758495c97acdfc4f626326a465b18 -SIZE (xpi/firefox-i18n-51.0.1/en-US.xpi) = 422548 -SHA256 (xpi/firefox-i18n-51.0.1/en-ZA.xpi) = 37d7ae2f16415195c65d50bb1baa527fd9636aab1d3e105fd6a435af0fa38070 -SIZE (xpi/firefox-i18n-51.0.1/en-ZA.xpi) = 406318 -SHA256 (xpi/firefox-i18n-51.0.1/eo.xpi) = 0be96d097d93caedf404cc719c5938ea6f7937d57094a5018c4890fa13fbe2c1 -SIZE (xpi/firefox-i18n-51.0.1/eo.xpi) = 431477 -SHA256 (xpi/firefox-i18n-51.0.1/es-AR.xpi) = 5c366f99807bf1c419f7bf78db6da27c2ec472c8e739849ce410d26ab0a34c3d -SIZE (xpi/firefox-i18n-51.0.1/es-AR.xpi) = 436851 -SHA256 (xpi/firefox-i18n-51.0.1/es-CL.xpi) = 62c0b31c29ed61620c80125b8e65281b1ad09e453189d05b53a196a202df0092 -SIZE (xpi/firefox-i18n-51.0.1/es-CL.xpi) = 439571 -SHA256 (xpi/firefox-i18n-51.0.1/es-ES.xpi) = a03558ac33f3d28b9ed7a1a131f982bab4f1b7bae1bb1305d80670ef5387e520 -SIZE (xpi/firefox-i18n-51.0.1/es-ES.xpi) = 340417 -SHA256 (xpi/firefox-i18n-51.0.1/es-MX.xpi) = c07d399f058d3f02bb7b69ebe10f4ffbb44247d3559328359c1d87895f15d28d -SIZE (xpi/firefox-i18n-51.0.1/es-MX.xpi) = 442427 -SHA256 (xpi/firefox-i18n-51.0.1/et.xpi) = fb31e7547ce748abf8181604a35db93885719dd6fddc8fde7b7e56d8b83a35fc -SIZE (xpi/firefox-i18n-51.0.1/et.xpi) = 419372 -SHA256 (xpi/firefox-i18n-51.0.1/eu.xpi) = 9ed3f4aab20cd9e3d7efd53394efb7a5d097d05e659a8af3d37422fbea5c6f7f -SIZE (xpi/firefox-i18n-51.0.1/eu.xpi) = 432702 -SHA256 (xpi/firefox-i18n-51.0.1/fa.xpi) = 8f0c4430424e1e3f20f35f012d690860aeb68379b77309db93d30ff4d1e2ed6d -SIZE (xpi/firefox-i18n-51.0.1/fa.xpi) = 484368 -SHA256 (xpi/firefox-i18n-51.0.1/ff.xpi) = 8075823f986dd63c624566c32524154791c2e8288562dad20e873e968537002c -SIZE (xpi/firefox-i18n-51.0.1/ff.xpi) = 435445 -SHA256 (xpi/firefox-i18n-51.0.1/fi.xpi) = 54f70d1122cc3a391dc41e180cae223c8d1bad3f788b6722f552b968e7c4ae2a -SIZE (xpi/firefox-i18n-51.0.1/fi.xpi) = 424026 -SHA256 (xpi/firefox-i18n-51.0.1/fr.xpi) = e5feac2a5aba883defdd74a07c5644d61b262df822d5168f79a451f76696e5d5 -SIZE (xpi/firefox-i18n-51.0.1/fr.xpi) = 444128 -SHA256 (xpi/firefox-i18n-51.0.1/fy-NL.xpi) = 6b381e3bcb6b989605f4f5d94dd0d22aecfcee65b415a61be6cb32edd953a525 -SIZE (xpi/firefox-i18n-51.0.1/fy-NL.xpi) = 439356 -SHA256 (xpi/firefox-i18n-51.0.1/ga-IE.xpi) = 30ad7e4fb9d8c8b4b3445ffc1ed744f2b9d5dd03bc5909d4e69685ff4b8cc89e -SIZE (xpi/firefox-i18n-51.0.1/ga-IE.xpi) = 452113 -SHA256 (xpi/firefox-i18n-51.0.1/gd.xpi) = fcc9251174c1b1cee14277e7fcfa0abdeaa993e9c2fcb46c9ca9bebb64a2bb04 -SIZE (xpi/firefox-i18n-51.0.1/gd.xpi) = 441392 -SHA256 (xpi/firefox-i18n-51.0.1/gl.xpi) = 537bd4735417db61f2198cebb27ed55d813f4c1bb2fc7046978a51218eff6647 -SIZE (xpi/firefox-i18n-51.0.1/gl.xpi) = 444052 -SHA256 (xpi/firefox-i18n-51.0.1/gn.xpi) = bc356b73e51d63255afb1bcafa880bf44ecf40a7be494edc1c1aff2c55c479a9 -SIZE (xpi/firefox-i18n-51.0.1/gn.xpi) = 450228 -SHA256 (xpi/firefox-i18n-51.0.1/gu-IN.xpi) = a9c15003d2c1252631be89ac1b3c722ea330b7e898934a73464371e3d91295e1 -SIZE (xpi/firefox-i18n-51.0.1/gu-IN.xpi) = 483516 -SHA256 (xpi/firefox-i18n-51.0.1/he.xpi) = 9c429782701846b294751ea0f0786370ae7870cedff75a6f08a618301eb0f9ff -SIZE (xpi/firefox-i18n-51.0.1/he.xpi) = 452770 -SHA256 (xpi/firefox-i18n-51.0.1/hi-IN.xpi) = 9978df7459b5d46592bf135acbe3577900b395e67914e4b00a08dacebaf4da7d -SIZE (xpi/firefox-i18n-51.0.1/hi-IN.xpi) = 499949 -SHA256 (xpi/firefox-i18n-51.0.1/hr.xpi) = d674d2355f82cd552d7944a3128331305524ec3fa3a9ea089cad014848bbb1aa -SIZE (xpi/firefox-i18n-51.0.1/hr.xpi) = 441582 -SHA256 (xpi/firefox-i18n-51.0.1/hsb.xpi) = e26772b5472bd981bad41408dcf9ea18d6e43fdfb26eed411395b1d24c300b81 -SIZE (xpi/firefox-i18n-51.0.1/hsb.xpi) = 451004 -SHA256 (xpi/firefox-i18n-51.0.1/hu.xpi) = e664b47e69ad12bf1a2284e1ae0ec5dbad5c79551df2eb4c9954455d1232cf1c -SIZE (xpi/firefox-i18n-51.0.1/hu.xpi) = 445380 -SHA256 (xpi/firefox-i18n-51.0.1/hy-AM.xpi) = 74903ef5dc36292073e05552df15a5fd17dbab09520bdd3102f77bbdf65eb220 -SIZE (xpi/firefox-i18n-51.0.1/hy-AM.xpi) = 489195 -SHA256 (xpi/firefox-i18n-51.0.1/id.xpi) = 5e240651a6f0d0ecb7ceaf099872c0996da5b7e6dee8293184ae0a200a72caae -SIZE (xpi/firefox-i18n-51.0.1/id.xpi) = 420115 -SHA256 (xpi/firefox-i18n-51.0.1/is.xpi) = aed5cb9a82cf11fe4520a1889bc3ed587aa9976e3e62ac63060db7042ac1ee29 -SIZE (xpi/firefox-i18n-51.0.1/is.xpi) = 432634 -SHA256 (xpi/firefox-i18n-51.0.1/it.xpi) = d3c7f1bee0fc3d12d77af3282685250e26761f260998fe68ebb2540f6b07f950 -SIZE (xpi/firefox-i18n-51.0.1/it.xpi) = 334922 -SHA256 (xpi/firefox-i18n-51.0.1/ja.xpi) = 02ad8db63da2a4dcf50a15f4d32496fffdccfad53509553c97f256454f31d589 -SIZE (xpi/firefox-i18n-51.0.1/ja.xpi) = 481876 -SHA256 (xpi/firefox-i18n-51.0.1/kk.xpi) = bb9e27875466a9c3bc86b51ac5e2676156a7b22c689826c1ae460712b20d1eba -SIZE (xpi/firefox-i18n-51.0.1/kk.xpi) = 490749 -SHA256 (xpi/firefox-i18n-51.0.1/km.xpi) = e6fc90fc9656a8f9f440e657e63f1e6977391d4a1410f82d9fff58cc536b0e4a -SIZE (xpi/firefox-i18n-51.0.1/km.xpi) = 514272 -SHA256 (xpi/firefox-i18n-51.0.1/kn.xpi) = 244ee834654706623bbd3e014c2445223eecbd0ada0e24cb0d424417cab93769 -SIZE (xpi/firefox-i18n-51.0.1/kn.xpi) = 514063 -SHA256 (xpi/firefox-i18n-51.0.1/ko.xpi) = d277aa5c16362193f791ce6205b52da8b26a7c377fe6abbec081e7543a909733 -SIZE (xpi/firefox-i18n-51.0.1/ko.xpi) = 457537 -SHA256 (xpi/firefox-i18n-51.0.1/lij.xpi) = c39631927409e9b2941df66a98083ab89b553e6500c7a3ad74c9b614ef9b3f66 -SIZE (xpi/firefox-i18n-51.0.1/lij.xpi) = 410714 -SHA256 (xpi/firefox-i18n-51.0.1/lt.xpi) = 92c23c54580787cc7f67fc85845f4a205f02522414d248342782d4b3258876e8 -SIZE (xpi/firefox-i18n-51.0.1/lt.xpi) = 446154 -SHA256 (xpi/firefox-i18n-51.0.1/lv.xpi) = d7c019a96ec31f925c95520e59329448a39e661d9ba89716cb7b4f484293a8cc -SIZE (xpi/firefox-i18n-51.0.1/lv.xpi) = 442271 -SHA256 (xpi/firefox-i18n-51.0.1/mai.xpi) = cd434a775f7ed822a683ba3aa45f5f3773eaf615d7d6b1aec855ec9bcd9528e2 -SIZE (xpi/firefox-i18n-51.0.1/mai.xpi) = 494294 -SHA256 (xpi/firefox-i18n-51.0.1/mk.xpi) = ece6e3bd27ede475f944b297626913919f2d3ab150e3ab28e036fc7e14a7f4cb -SIZE (xpi/firefox-i18n-51.0.1/mk.xpi) = 490961 -SHA256 (xpi/firefox-i18n-51.0.1/ml.xpi) = 865c224ad0f42cfde172207a939b25068db5da7ae0399ccb4d78376bb215e22c -SIZE (xpi/firefox-i18n-51.0.1/ml.xpi) = 510897 -SHA256 (xpi/firefox-i18n-51.0.1/mr.xpi) = 3afd8693af84ee9e2fcc7b23e80b5488a1e0a9d454d4a53a6da76a76ccfffb7f -SIZE (xpi/firefox-i18n-51.0.1/mr.xpi) = 495860 -SHA256 (xpi/firefox-i18n-51.0.1/ms.xpi) = 5d8e25bbe48fe65212b7b6c699d1568a407ce6a2f686bf07465200958be45b14 -SIZE (xpi/firefox-i18n-51.0.1/ms.xpi) = 430332 -SHA256 (xpi/firefox-i18n-51.0.1/nb-NO.xpi) = c9024d64f9cc6bbc9e3c82b2ef755a1e70f70a2875ba2f6538b31c8cdc2a54de -SIZE (xpi/firefox-i18n-51.0.1/nb-NO.xpi) = 428674 -SHA256 (xpi/firefox-i18n-51.0.1/nl.xpi) = d958f7dba5974eb759754d41c7576e43f955434b06bd446b8879ffb1587b291f -SIZE (xpi/firefox-i18n-51.0.1/nl.xpi) = 426237 -SHA256 (xpi/firefox-i18n-51.0.1/nn-NO.xpi) = f5ab46bfdaf504d7d49acd76ed046664eb975997aa40adff4002eb4d49346112 -SIZE (xpi/firefox-i18n-51.0.1/nn-NO.xpi) = 422803 -SHA256 (xpi/firefox-i18n-51.0.1/or.xpi) = 3b326f65c0e804c43048a78051caa9bbf6f790baaf25194a2a92a9a9d5c3eaab -SIZE (xpi/firefox-i18n-51.0.1/or.xpi) = 491272 -SHA256 (xpi/firefox-i18n-51.0.1/pa-IN.xpi) = bfd3eebdb10fb8923bcad9b519f3eff5a23b413dd493a23b07c493b3649e5974 -SIZE (xpi/firefox-i18n-51.0.1/pa-IN.xpi) = 471454 -SHA256 (xpi/firefox-i18n-51.0.1/pl.xpi) = d74bdfa2707a663d7a1ed3f02fe0f9a3e529becea7463cc24b6e198be07522d9 -SIZE (xpi/firefox-i18n-51.0.1/pl.xpi) = 349711 -SHA256 (xpi/firefox-i18n-51.0.1/pt-BR.xpi) = afac5c77a0e98178206fa111c3bba50f665f551aed07e9f66b500c069c0a9926 -SIZE (xpi/firefox-i18n-51.0.1/pt-BR.xpi) = 431875 -SHA256 (xpi/firefox-i18n-51.0.1/pt-PT.xpi) = 5a3ee9b1fb44852c12e19a4b0129d9f02103796b256a8d5e0b2b80fd47520002 -SIZE (xpi/firefox-i18n-51.0.1/pt-PT.xpi) = 430722 -SHA256 (xpi/firefox-i18n-51.0.1/rm.xpi) = 63c6446866f65e768c181217b89c184a86e164b0432265b06ac800d039eb82ad -SIZE (xpi/firefox-i18n-51.0.1/rm.xpi) = 428938 -SHA256 (xpi/firefox-i18n-51.0.1/ro.xpi) = 23fa86a9f896d2d83fd3892ffbe5a6d7a4edeb47faf7e450d7f46ece0854ca72 -SIZE (xpi/firefox-i18n-51.0.1/ro.xpi) = 442676 -SHA256 (xpi/firefox-i18n-51.0.1/ru.xpi) = bd2ca4ce51a824fb4f5d8804df9405565f9af7fffcb74ece1149c759f70a6558 -SIZE (xpi/firefox-i18n-51.0.1/ru.xpi) = 390303 -SHA256 (xpi/firefox-i18n-51.0.1/si.xpi) = d8c67ba6af47d46eb2a6da306ee93e3125f863251da6f9f96c44fc3742cfa45d -SIZE (xpi/firefox-i18n-51.0.1/si.xpi) = 486608 -SHA256 (xpi/firefox-i18n-51.0.1/sk.xpi) = 6584f6c3c5f085981d4c902b03411638ba85c69388f84b71fdfa238d4876e0bf -SIZE (xpi/firefox-i18n-51.0.1/sk.xpi) = 449706 -SHA256 (xpi/firefox-i18n-51.0.1/sl.xpi) = ac5985b8ec241f18443e568b96771b838870a0818c1d1cdced9b9a6fd72a33c1 -SIZE (xpi/firefox-i18n-51.0.1/sl.xpi) = 427697 -SHA256 (xpi/firefox-i18n-51.0.1/son.xpi) = 2751e3e600e6a59a7c52ccb7351dc6ffbd3ca04c91b3142af02e8fb8adebb16e -SIZE (xpi/firefox-i18n-51.0.1/son.xpi) = 430450 -SHA256 (xpi/firefox-i18n-51.0.1/sq.xpi) = 3e1a06e2285a0193326657bbd24511bf303963ae62b22a50e22a762e721f249e -SIZE (xpi/firefox-i18n-51.0.1/sq.xpi) = 441710 -SHA256 (xpi/firefox-i18n-51.0.1/sr.xpi) = 6e63165b89eecb7eb3028304221d4e0837caa6f7f5a6e2c9677e89897a475b35 -SIZE (xpi/firefox-i18n-51.0.1/sr.xpi) = 457267 -SHA256 (xpi/firefox-i18n-51.0.1/sv-SE.xpi) = 35a146434984c428813547643980eaa7b0410c99dc4b762fb547b87eff4e705f -SIZE (xpi/firefox-i18n-51.0.1/sv-SE.xpi) = 435422 -SHA256 (xpi/firefox-i18n-51.0.1/ta.xpi) = 628813583a138c7b8de289f9b149e7450aa1724b20879aa550796996a8ebf470 -SIZE (xpi/firefox-i18n-51.0.1/ta.xpi) = 487837 -SHA256 (xpi/firefox-i18n-51.0.1/te.xpi) = 6bbbf58d2c33ab5ace35f5814b18527fbe08ad21215d3ea11fd2e7243852e988 -SIZE (xpi/firefox-i18n-51.0.1/te.xpi) = 509509 -SHA256 (xpi/firefox-i18n-51.0.1/th.xpi) = 3b73d2293a895aab282e7bf38604f78dec1f0354f3e276ef5c7156bc872f8159 -SIZE (xpi/firefox-i18n-51.0.1/th.xpi) = 483237 -SHA256 (xpi/firefox-i18n-51.0.1/tr.xpi) = f9c9b53310b64c629079c4c29fe9854f824e81b631c9bb402ab4fbd612648738 -SIZE (xpi/firefox-i18n-51.0.1/tr.xpi) = 437681 -SHA256 (xpi/firefox-i18n-51.0.1/uk.xpi) = f0eb25000bea0bb2497f30f234b57ef54300b56f94248685dbfe4be26a060535 -SIZE (xpi/firefox-i18n-51.0.1/uk.xpi) = 488161 -SHA256 (xpi/firefox-i18n-51.0.1/uz.xpi) = a42b58f2f1c3adaf00f5ba3b426c31bda6349b99b06a7a57cb337f38c12ddf13 -SIZE (xpi/firefox-i18n-51.0.1/uz.xpi) = 441921 -SHA256 (xpi/firefox-i18n-51.0.1/vi.xpi) = 4fbc9625c635e5ed714977d16278fc1633f541edda6293328c7b27f16b771216 -SIZE (xpi/firefox-i18n-51.0.1/vi.xpi) = 444517 -SHA256 (xpi/firefox-i18n-51.0.1/xh.xpi) = e69cda2b59bd4f28e3a2d0379d867b7d8511ca50df167e7821e2d1e9409b586e -SIZE (xpi/firefox-i18n-51.0.1/xh.xpi) = 435395 -SHA256 (xpi/firefox-i18n-51.0.1/zh-CN.xpi) = e518d6f191ba77e358139875e1a06d17ff673dad4b30cd7c794659606ed5a89a -SIZE (xpi/firefox-i18n-51.0.1/zh-CN.xpi) = 455760 -SHA256 (xpi/firefox-i18n-51.0.1/zh-TW.xpi) = 623dfce59eacbc8d58b4899fa95d5539360f45783f6a6f438048f44778ffe34e -SIZE (xpi/firefox-i18n-51.0.1/zh-TW.xpi) = 466461 +TIMESTAMP = 1488235265 +SHA256 (xpi/firefox-i18n-52.0/ach.xpi) = 3cbbcf4422b7789f28e3086ef788fc1a44db2f6a9ce4a5629a3d4c8287a3dcad +SIZE (xpi/firefox-i18n-52.0/ach.xpi) = 427636 +SHA256 (xpi/firefox-i18n-52.0/af.xpi) = fcf4684463e6476dd26686d7b7c6196fd1310a0df317fbcc88f9e9147d947864 +SIZE (xpi/firefox-i18n-52.0/af.xpi) = 436820 +SHA256 (xpi/firefox-i18n-52.0/an.xpi) = 78436260d053e966c9b663d26c72122bace217a56a15d181f551d45add1601d5 +SIZE (xpi/firefox-i18n-52.0/an.xpi) = 445139 +SHA256 (xpi/firefox-i18n-52.0/ar.xpi) = 95fa9333298e64c9c9943bcc455126a483d3904b5ade6810f2deed091234ed76 +SIZE (xpi/firefox-i18n-52.0/ar.xpi) = 473379 +SHA256 (xpi/firefox-i18n-52.0/as.xpi) = b66741a77e99c5021a7fa4e0e780223829ae53829a0947493f9fbbbf7f5319c2 +SIZE (xpi/firefox-i18n-52.0/as.xpi) = 486885 +SHA256 (xpi/firefox-i18n-52.0/ast.xpi) = 5ad2fbddf728a165e4b7434aa544bbc0b8e718d29fd813ec432573d2dd78e317 +SIZE (xpi/firefox-i18n-52.0/ast.xpi) = 440030 +SHA256 (xpi/firefox-i18n-52.0/az.xpi) = 811b652d13fea215dc1c94e74002a0fa1655a257c2dad122a47ce89eaa6c40bc +SIZE (xpi/firefox-i18n-52.0/az.xpi) = 454919 +SHA256 (xpi/firefox-i18n-52.0/bg.xpi) = 709755aa3a5b100e5cc1acd2a7feb18f8e0a6f8e2b632b5b3c0f90b0ad781c2e +SIZE (xpi/firefox-i18n-52.0/bg.xpi) = 487888 +SHA256 (xpi/firefox-i18n-52.0/bn-BD.xpi) = 433d795e02809300d24d5b391209457e96eaa9d636d63c03f22b38a706a7a382 +SIZE (xpi/firefox-i18n-52.0/bn-BD.xpi) = 511991 +SHA256 (xpi/firefox-i18n-52.0/bn-IN.xpi) = e5a2fa91eabece076fb0963ca6b4361c05ffa4b15dfd1763f6ba524c4ec01059 +SIZE (xpi/firefox-i18n-52.0/bn-IN.xpi) = 509372 +SHA256 (xpi/firefox-i18n-52.0/br.xpi) = b72bea1dcddc797e0c45e1dfa6b0a0fd77d845ac61afe14dd47d76dee4b01e7f +SIZE (xpi/firefox-i18n-52.0/br.xpi) = 435480 +SHA256 (xpi/firefox-i18n-52.0/bs.xpi) = ff83002b983a02a2a5b1775034124e8b1e7b16e6e944f571ea9c8042b19a24e7 +SIZE (xpi/firefox-i18n-52.0/bs.xpi) = 441780 +SHA256 (xpi/firefox-i18n-52.0/ca.xpi) = 73cb168de30734c68690e3ed12391342c5d4a7d5360d714a863b258ad06f8421 +SIZE (xpi/firefox-i18n-52.0/ca.xpi) = 443301 +SHA256 (xpi/firefox-i18n-52.0/cs.xpi) = 31f5687aa5084d04c46790654f23044569ffd19996f41d27e2bab464083fb3dc +SIZE (xpi/firefox-i18n-52.0/cs.xpi) = 444071 +SHA256 (xpi/firefox-i18n-52.0/cy.xpi) = a4db85bb05fc0b974ce735987b586cb90c42f1e1b4b02126d71f5b48341799e7 +SIZE (xpi/firefox-i18n-52.0/cy.xpi) = 436580 +SHA256 (xpi/firefox-i18n-52.0/da.xpi) = b7f06549c9ac38c4c27832cd5697f7c1303aef19e893b4a05c88c3e6efe58cb3 +SIZE (xpi/firefox-i18n-52.0/da.xpi) = 424390 +SHA256 (xpi/firefox-i18n-52.0/de.xpi) = 94d58d7e8173e55614f2fd203b02309000c21b121a9d114379c237b6a06e2329 +SIZE (xpi/firefox-i18n-52.0/de.xpi) = 442476 +SHA256 (xpi/firefox-i18n-52.0/dsb.xpi) = 2ff9d70cc9265842ef3c1867a6b5b9d082717607eff28c0968cd86741ff1037f +SIZE (xpi/firefox-i18n-52.0/dsb.xpi) = 459421 +SHA256 (xpi/firefox-i18n-52.0/el.xpi) = feabe455b70b2a3ac41da4f4149bc8eb49b0b0789ce22366a60742c26dd920ef +SIZE (xpi/firefox-i18n-52.0/el.xpi) = 516589 +SHA256 (xpi/firefox-i18n-52.0/en-GB.xpi) = 7fb581a3cbef3940067bd09edc0bc18c14a9e48ceeeea915982e3753d20ef771 +SIZE (xpi/firefox-i18n-52.0/en-GB.xpi) = 419321 +SHA256 (xpi/firefox-i18n-52.0/en-US.xpi) = b7a5d481c5f250a19ea17ff1e967d3e99b2b07dab8372463d4d3eaa4b38421e8 +SIZE (xpi/firefox-i18n-52.0/en-US.xpi) = 428627 +SHA256 (xpi/firefox-i18n-52.0/en-ZA.xpi) = 6bf4ffa1c7240975feaa8a71abf6a85d62386281e5ef66ee0feb7f6803685686 +SIZE (xpi/firefox-i18n-52.0/en-ZA.xpi) = 412209 +SHA256 (xpi/firefox-i18n-52.0/eo.xpi) = c776830c4c4b30ff789d2c86134194ccf6924e3f7695bb98618ab302c2837cc0 +SIZE (xpi/firefox-i18n-52.0/eo.xpi) = 437470 +SHA256 (xpi/firefox-i18n-52.0/es-AR.xpi) = 48a4bd97e2aaee0315e5243c56fb7c3a491c22ab25a79dc47e59ac3f0523525c +SIZE (xpi/firefox-i18n-52.0/es-AR.xpi) = 445922 +SHA256 (xpi/firefox-i18n-52.0/es-CL.xpi) = 1b369f6fb6bc6b503e1fcbf83a2a8f5e6e4d0f424996fe3dea2b99228890f196 +SIZE (xpi/firefox-i18n-52.0/es-CL.xpi) = 445673 +SHA256 (xpi/firefox-i18n-52.0/es-ES.xpi) = fa98cce058736cddb439aeb28bf7324c03366089503d7075fa4b627b028f54ca +SIZE (xpi/firefox-i18n-52.0/es-ES.xpi) = 344873 +SHA256 (xpi/firefox-i18n-52.0/es-MX.xpi) = c10eb860a82220b37e656a7a4c51115c5e30956ee838c1aee9b75c8e0eaa1482 +SIZE (xpi/firefox-i18n-52.0/es-MX.xpi) = 448381 +SHA256 (xpi/firefox-i18n-52.0/et.xpi) = 7f2f4a5f20445a84c1e81657e6912ea10fbc82903c3e62f9e4f3ed6a6adc38a4 +SIZE (xpi/firefox-i18n-52.0/et.xpi) = 425110 +SHA256 (xpi/firefox-i18n-52.0/eu.xpi) = cb482735ccbfdb1c882f8de5b46fce92254e1873dbb38959220e646381130549 +SIZE (xpi/firefox-i18n-52.0/eu.xpi) = 438475 +SHA256 (xpi/firefox-i18n-52.0/fa.xpi) = 4f48ed709c82ad98ea5c0e7d3620eb5376a07d5ca7d94e9fee7c96ff7ed3040b +SIZE (xpi/firefox-i18n-52.0/fa.xpi) = 491341 +SHA256 (xpi/firefox-i18n-52.0/ff.xpi) = c4f5f351abb7ea25109ef0d60d9c3cca0d22884263d2b44f932e91c40dc6a2d9 +SIZE (xpi/firefox-i18n-52.0/ff.xpi) = 440924 +SHA256 (xpi/firefox-i18n-52.0/fi.xpi) = 20646e6250569d948e84622c7c9023dba780f3c69d7f1fc109b96feb450a9761 +SIZE (xpi/firefox-i18n-52.0/fi.xpi) = 430056 +SHA256 (xpi/firefox-i18n-52.0/fr.xpi) = fe61890275424ed0837e3c8f0541005281b66db64695b6c58bb88c413eca9ce6 +SIZE (xpi/firefox-i18n-52.0/fr.xpi) = 450207 +SHA256 (xpi/firefox-i18n-52.0/fy-NL.xpi) = db6aa16a44912bcfa3412db2090f501197286231863b76572ec27ac5dbce68fb +SIZE (xpi/firefox-i18n-52.0/fy-NL.xpi) = 444967 +SHA256 (xpi/firefox-i18n-52.0/ga-IE.xpi) = 684a72d30d1d58f80bbfa40516ec125badedf85793fbb37ed51ee5c26cbf76f4 +SIZE (xpi/firefox-i18n-52.0/ga-IE.xpi) = 458162 +SHA256 (xpi/firefox-i18n-52.0/gd.xpi) = 71881534ee499dd440c271edb3bd9f1e508ee3b5d24d24b1bb71ea9f5b284c43 +SIZE (xpi/firefox-i18n-52.0/gd.xpi) = 447264 +SHA256 (xpi/firefox-i18n-52.0/gl.xpi) = 43ef6180ba6b13f29406231f820f13dc6044138bc9308419b981838fc12cf244 +SIZE (xpi/firefox-i18n-52.0/gl.xpi) = 447292 +SHA256 (xpi/firefox-i18n-52.0/gn.xpi) = 20c34d2d25a8e24bafe71313870f56ce35827e9b17d3fc57a9ece6eb7efc5778 +SIZE (xpi/firefox-i18n-52.0/gn.xpi) = 456211 +SHA256 (xpi/firefox-i18n-52.0/gu-IN.xpi) = 92fe2775b244c1e02af6e65b26b0081538366c019bc6cae4be0b0cd83de002dd +SIZE (xpi/firefox-i18n-52.0/gu-IN.xpi) = 489360 +SHA256 (xpi/firefox-i18n-52.0/he.xpi) = 3c796b5a1fe2fddb8d50f808329977bb93363dfff6935b26e271c9b8aed23bf8 +SIZE (xpi/firefox-i18n-52.0/he.xpi) = 455278 +SHA256 (xpi/firefox-i18n-52.0/hi-IN.xpi) = 8add42335e4ba75e98b6aa228f88d41a0dd803c75621666b12f43f89a5b986cb +SIZE (xpi/firefox-i18n-52.0/hi-IN.xpi) = 506515 +SHA256 (xpi/firefox-i18n-52.0/hr.xpi) = 60b5548a5c352ff9fb9d6854d28d857415657c3d5a0c7439255a466bfdd560b2 +SIZE (xpi/firefox-i18n-52.0/hr.xpi) = 447500 +SHA256 (xpi/firefox-i18n-52.0/hsb.xpi) = 82ac035db1fab91141971f6d02df5d895959164489a666fabc0d248323c25cd2 +SIZE (xpi/firefox-i18n-52.0/hsb.xpi) = 457255 +SHA256 (xpi/firefox-i18n-52.0/hu.xpi) = 21302994edf657035817e7e47c29011a20d06578283bdd0050b3c2cc50d42c6f +SIZE (xpi/firefox-i18n-52.0/hu.xpi) = 451493 +SHA256 (xpi/firefox-i18n-52.0/hy-AM.xpi) = 0c282eae390a992f1e94a96cb74cab3b9692f91d8fcf1d03fbc5e3fa2babd545 +SIZE (xpi/firefox-i18n-52.0/hy-AM.xpi) = 495770 +SHA256 (xpi/firefox-i18n-52.0/id.xpi) = a00004dda0e17fe82535e44ec498be8e5074b019a0f72896c931f0521957d8b0 +SIZE (xpi/firefox-i18n-52.0/id.xpi) = 426021 +SHA256 (xpi/firefox-i18n-52.0/is.xpi) = 144f666efa1367714acc058781cb104af51957375ea2a11f536d8d74007e6753 +SIZE (xpi/firefox-i18n-52.0/is.xpi) = 442690 +SHA256 (xpi/firefox-i18n-52.0/it.xpi) = 8585ce8f41462998863d1fa486def6fd8875d64f4335abedd8f2afb85602969a +SIZE (xpi/firefox-i18n-52.0/it.xpi) = 339218 +SHA256 (xpi/firefox-i18n-52.0/ja.xpi) = 51936f803cdfa6c47353d63b053a59d2e9ce67fbce3d2a59c063a3465e956d3f +SIZE (xpi/firefox-i18n-52.0/ja.xpi) = 488340 +SHA256 (xpi/firefox-i18n-52.0/kk.xpi) = 3ed27bb2ce0547f6c7c8f83e1be7cb83e054406e042c33ef607df6d5a364f0bf +SIZE (xpi/firefox-i18n-52.0/kk.xpi) = 496936 +SHA256 (xpi/firefox-i18n-52.0/km.xpi) = c0a8d9abea5d22b2f3dc613a3bd07a6b007a795c938dbce6caa3efd14cf94f43 +SIZE (xpi/firefox-i18n-52.0/km.xpi) = 520341 +SHA256 (xpi/firefox-i18n-52.0/kn.xpi) = c3a6d1e0ef0649ca5c653dbba85bdfca1a2cbbe02f09de86ffd91fce371b28ab +SIZE (xpi/firefox-i18n-52.0/kn.xpi) = 519452 +SHA256 (xpi/firefox-i18n-52.0/ko.xpi) = 59e9bc347be988faf6828ecacb8176f625e4e55230fcfcb168246ae69495d80c +SIZE (xpi/firefox-i18n-52.0/ko.xpi) = 463627 +SHA256 (xpi/firefox-i18n-52.0/lij.xpi) = 8832e70d6527c02516b6ec7f218fa257088c711a8ced0c82b8fd29e499e35b73 +SIZE (xpi/firefox-i18n-52.0/lij.xpi) = 421067 +SHA256 (xpi/firefox-i18n-52.0/lt.xpi) = 199fe4661af40d7a45a7aec4d9bafa38d42dc5ef54bf0a74bd94cd45f47ecc86 +SIZE (xpi/firefox-i18n-52.0/lt.xpi) = 452233 +SHA256 (xpi/firefox-i18n-52.0/lv.xpi) = d517cb0b639246b8e5de0acc8d67c98e0cb13bbff065241b750bee101180faff +SIZE (xpi/firefox-i18n-52.0/lv.xpi) = 448447 +SHA256 (xpi/firefox-i18n-52.0/mai.xpi) = 69ded775bde17871ceda765367a117a83507b96766aca449aa53545b76725143 +SIZE (xpi/firefox-i18n-52.0/mai.xpi) = 499837 +SHA256 (xpi/firefox-i18n-52.0/mk.xpi) = 98857fa0d0ee508c8f3b1671ab28a9cecfccb74d9e29f464debc96ef5b141120 +SIZE (xpi/firefox-i18n-52.0/mk.xpi) = 496196 +SHA256 (xpi/firefox-i18n-52.0/ml.xpi) = 202200292cfeda1f2bb3707d0571173fc53508da23ec7dd264376dbcef21ffc1 +SIZE (xpi/firefox-i18n-52.0/ml.xpi) = 516483 +SHA256 (xpi/firefox-i18n-52.0/mr.xpi) = 5fce2e7f647b391becd55c2cb2dbc9ff3fe0ae8d9fb691bd225f29ee123a88b1 +SIZE (xpi/firefox-i18n-52.0/mr.xpi) = 502428 +SHA256 (xpi/firefox-i18n-52.0/ms.xpi) = 7629049a8a35248b3b97d3cec97f359e0547aac09f1f95699840c621a37866a8 +SIZE (xpi/firefox-i18n-52.0/ms.xpi) = 435987 +SHA256 (xpi/firefox-i18n-52.0/nb-NO.xpi) = c4b752feac174081c9faf05c49b504a1b4040118d8b162f8975285d950be3903 +SIZE (xpi/firefox-i18n-52.0/nb-NO.xpi) = 434408 +SHA256 (xpi/firefox-i18n-52.0/nl.xpi) = 560cfb8a281d6ae1bb6f21e57196604d20e95206395eba74d7cb09ac5ec39e9e +SIZE (xpi/firefox-i18n-52.0/nl.xpi) = 432004 +SHA256 (xpi/firefox-i18n-52.0/nn-NO.xpi) = db5f957188bee2039f9041c57c5183474f9863490395002d3d2be5b595b81253 +SIZE (xpi/firefox-i18n-52.0/nn-NO.xpi) = 428641 +SHA256 (xpi/firefox-i18n-52.0/or.xpi) = a943ce941a1d000d80b7fad146070e754a5000a311fd7359fdd38bfe9e155c89 +SIZE (xpi/firefox-i18n-52.0/or.xpi) = 496913 +SHA256 (xpi/firefox-i18n-52.0/pa-IN.xpi) = 5f822cf59bbfc93c3c3b3525d19a316b062248ad61f03da3f9c34d3e8600dee7 +SIZE (xpi/firefox-i18n-52.0/pa-IN.xpi) = 476584 +SHA256 (xpi/firefox-i18n-52.0/pl.xpi) = d27c4526f818c18f54d79626b456ca1a051a94a0f57cd3ed16600f39ecc3c318 +SIZE (xpi/firefox-i18n-52.0/pl.xpi) = 352849 +SHA256 (xpi/firefox-i18n-52.0/pt-BR.xpi) = 65ab415fb4bc953a3ef4e6647daed7548b5d35c8f98cc1f0da38c44eb9009ca5 +SIZE (xpi/firefox-i18n-52.0/pt-BR.xpi) = 438166 +SHA256 (xpi/firefox-i18n-52.0/pt-PT.xpi) = 73d3309d4ab26bd0c3f50985a367aabd90e573d883ebdac9badd37fbeeeb3eee +SIZE (xpi/firefox-i18n-52.0/pt-PT.xpi) = 436723 +SHA256 (xpi/firefox-i18n-52.0/rm.xpi) = 0c0c043cd190983b6729afa847c229f6a83467335e09653a6304fbeaa167bdb9 +SIZE (xpi/firefox-i18n-52.0/rm.xpi) = 434604 +SHA256 (xpi/firefox-i18n-52.0/ro.xpi) = a88faf248640285f31f9d6734dd1c1af6536a9780680c6eb6e3f8c12c11e3cc4 +SIZE (xpi/firefox-i18n-52.0/ro.xpi) = 449934 +SHA256 (xpi/firefox-i18n-52.0/ru.xpi) = 6fcc516b09f2cca47ac5dd3108bd819357fdb9555c94a74f00f2e3b268418f92 +SIZE (xpi/firefox-i18n-52.0/ru.xpi) = 395361 +SHA256 (xpi/firefox-i18n-52.0/si.xpi) = ca8e11d3d1c14ebed7e328bdb593765b6f71140d9cb173fd11e76520dd52b89a +SIZE (xpi/firefox-i18n-52.0/si.xpi) = 491956 +SHA256 (xpi/firefox-i18n-52.0/sk.xpi) = fe947ccd6a25968b1422974b16892f4ddcb208769294c8634cb55adf491cf6cd +SIZE (xpi/firefox-i18n-52.0/sk.xpi) = 455815 +SHA256 (xpi/firefox-i18n-52.0/sl.xpi) = 24fbfb12d60604640533ac0073c36a1f956da2a1ae9853bc8ce88544e16e0b75 +SIZE (xpi/firefox-i18n-52.0/sl.xpi) = 433480 +SHA256 (xpi/firefox-i18n-52.0/son.xpi) = b67823f59a936ffa80ad8d99ebc583844ab888f18cfb968ea4d22cc1c49a16d6 +SIZE (xpi/firefox-i18n-52.0/son.xpi) = 435125 +SHA256 (xpi/firefox-i18n-52.0/sq.xpi) = ac1137b10f8280a73eea91be59fd8176b9be9d8bf18dffb6887be0330812f898 +SIZE (xpi/firefox-i18n-52.0/sq.xpi) = 448154 +SHA256 (xpi/firefox-i18n-52.0/sr.xpi) = 997f428456718f37919c2dd5a32bece00e9ac4d8bce29a07d5c6e1c0d5baa6fe +SIZE (xpi/firefox-i18n-52.0/sr.xpi) = 463390 +SHA256 (xpi/firefox-i18n-52.0/sv-SE.xpi) = 09cda0230d06867a0332e12d0cf7e1dded0412aaca5493d1f671c25f917f31d5 +SIZE (xpi/firefox-i18n-52.0/sv-SE.xpi) = 441178 +SHA256 (xpi/firefox-i18n-52.0/ta.xpi) = 8eac60c6ffed27d9ef9335722b105737a6848a953852bd64a77d06bcda810d79 +SIZE (xpi/firefox-i18n-52.0/ta.xpi) = 494795 +SHA256 (xpi/firefox-i18n-52.0/te.xpi) = 0af427eb3a234fc167b34c316426da0a0463670cc7295a4b4e8619e28b593dbf +SIZE (xpi/firefox-i18n-52.0/te.xpi) = 515237 +SHA256 (xpi/firefox-i18n-52.0/th.xpi) = 2cb0ae512a2f1f730be13a7bd6856c0c8d2113353281243a8489455a45ac8e56 +SIZE (xpi/firefox-i18n-52.0/th.xpi) = 489375 +SHA256 (xpi/firefox-i18n-52.0/tr.xpi) = 50b719beae4712e1981fe5fd1f8cd15df81217d6a7036e20cebd8435ebc3c02b +SIZE (xpi/firefox-i18n-52.0/tr.xpi) = 443670 +SHA256 (xpi/firefox-i18n-52.0/uk.xpi) = 83e43d7f26727940de5e3ae400eb4a2a8f425a24a183b0c0d952208cba172468 +SIZE (xpi/firefox-i18n-52.0/uk.xpi) = 495091 +SHA256 (xpi/firefox-i18n-52.0/uz.xpi) = 946b81ca738ca75b2d2407842c8d969e85832e30ce8280c4ef485b334cca7949 +SIZE (xpi/firefox-i18n-52.0/uz.xpi) = 447913 +SHA256 (xpi/firefox-i18n-52.0/vi.xpi) = 00ffdeb1d95c1bbcead080c6126c2a75155c4ffc3df0039ddd1b536eb4918aef +SIZE (xpi/firefox-i18n-52.0/vi.xpi) = 450802 +SHA256 (xpi/firefox-i18n-52.0/xh.xpi) = f3d57861c64f59c4250ff5450b9386e8ef96676783aa9828f688cc261eb864a6 +SIZE (xpi/firefox-i18n-52.0/xh.xpi) = 441169 +SHA256 (xpi/firefox-i18n-52.0/zh-CN.xpi) = 9c7347fd70d7b554670c2408dd1509cbe30a7b6a11ae4597278b6bf9cdeedc23 +SIZE (xpi/firefox-i18n-52.0/zh-CN.xpi) = 461691 +SHA256 (xpi/firefox-i18n-52.0/zh-TW.xpi) = 8ade0de0ee62fc690328b56866ec33137a77989d588071bb453bce5e6a938379 +SIZE (xpi/firefox-i18n-52.0/zh-TW.xpi) = 472530 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox/Makefile Tue Feb 28 04:32:28 2017 (r434999) @@ -2,26 +2,25 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 51.0.1 +DISTVERSION= 52.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ - nss>=3.28.1:security/nss \ + nss>=3.28.3:security/nss \ libevent>=2.0.21_2:devel/libevent \ - harfbuzz>=1.3.3:print/harfbuzz \ + harfbuzz>=1.4.1:print/harfbuzz \ graphite2>=1.3.8:graphics/graphite2 \ png>=1.6.25:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.14.1:databases/sqlite3 \ + sqlite3>=3.17.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox/distinfo Tue Feb 28 04:32:28 2017 (r434999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485379956 -SHA256 (firefox-51.0.1.source.tar.xz) = 30ba00ba716ea1eeda526e2ccc8642f8d18a836793fde50e87a4fcb9d9fccca9 -SIZE (firefox-51.0.1.source.tar.xz) = 202142716 +TIMESTAMP = 1488235265 +SHA256 (firefox-52.0.source.tar.xz) = dcb492a7f843806119decfd92a42c7101acd9e79ef8fd190ff13f48c6ee0d536 +SIZE (firefox-52.0.source.tar.xz) = 212251428 Modified: head/www/firefox/files/patch-bug1316879 ============================================================================== --- head/www/firefox/files/patch-bug1316879 Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox/files/patch-bug1316879 Tue Feb 28 04:32:28 2017 (r434999) @@ -1,103 +1,11 @@ -Revert bug 1299919 due to a failure building with CPP in environemnt. - -diff --git build/autoconf/toolchain.m4 build/autoconf/toolchain.m4 -index 8353967a180c..c8503e5d63f5 100644 ---- build/autoconf/toolchain.m4 -+++ build/autoconf/toolchain.m4 -@@ -2,14 +2,6 @@ - dnl License, v. 2.0. If a copy of the MPL was not distributed with this - dnl file, You can obtain one at http://mozilla.org/MPL/2.0/. - --dnl Several autoconf functions AC_REQUIRE AC_PROG_CPP/AC_PROG_CXXCPP, --dnl meaning they are called even when we don't call them explicitly. --dnl However, theses checks are not necessary and python configure sets --dnl the corresponding variables already, so just skip those tests --dnl entirely. --define([AC_PROG_CPP],[]) --define([AC_PROG_CXXCPP],[]) -- - AC_DEFUN([MOZ_TOOL_VARIABLES], - [ - GNU_AS= -diff --git build/moz.configure/toolchain.configure build/moz.configure/toolchain.configure -index c69b5d12daf4..bba62023c836 100644 ---- build/moz.configure/toolchain.configure -+++ build/moz.configure/toolchain.configure -@@ -754,23 +754,6 @@ - valid_compiler.try_compile(check_msg='%s works' % what, - onerror=compiler_error) - -- -- # Set CPP/CXXCPP for both the build system and old-configure. We don't -- # need to check this works for preprocessing, because we already relied -- # on $CC -E/$CXX -E doing preprocessing work to validate the compiler -- # in the first place. -- if host_or_target == target: -- pp_var = { -- 'C': 'CPP', -- 'C++': 'CXXCPP', -- }[language] -- -- preprocessor = depends_if(valid_compiler)( -- lambda x: list(x.wrapper) + [x.compiler, '-E'] + list(x.flags)) -- -- set_config(pp_var, preprocessor) -- add_old_configure_assignment(pp_var, preprocessor) -- - return valid_compiler - - -diff --git dom/bindings/GenerateCSS2PropertiesWebIDL.py dom/bindings/GenerateCSS2PropertiesWebIDL.py -index 73e1541c13b0..58ec60c29b10 100644 ---- dom/bindings/GenerateCSS2PropertiesWebIDL.py -+++ dom/bindings/GenerateCSS2PropertiesWebIDL.py -@@ -16,7 +16,7 @@ - return " [%s] attribute DOMString %s;\n" % (", ".join(extendedAttrs), - propName) - def generate(output, idlFilename, preprocessorHeader): -- cpp = list(buildconfig.substs['CPP']) -+ cpp = shellutil.split(buildconfig.substs['CPP']) - cpp += shellutil.split(buildconfig.substs['ACDEFINES']) - cpp.append(preprocessorHeader) - preprocessed = subprocess.check_output(cpp) -diff --git js/src/old-configure.in js/src/old-configure.in -index 79541bdeb986..1cb4204aeeb3 100644 ---- js/src/old-configure.in -+++ js/src/old-configure.in -@@ -140,6 +140,9 @@ - - MOZ_TOOL_VARIABLES - -+AC_PROG_CPP -+AC_PROG_CXXCPP -+ - dnl Special win32 checks - dnl ======================================================== - -diff --git layout/style/GenerateCSSPropsGenerated.py layout/style/GenerateCSSPropsGenerated.py -index 4dc2a253a811..5038e9afe726 100644 ---- layout/style/GenerateCSSPropsGenerated.py -+++ layout/style/GenerateCSSPropsGenerated.py -@@ -10,7 +10,7 @@ - from mozbuild import shellutil - - def get_properties(preprocessorHeader): -- cpp = list(buildconfig.substs['CPP']) -+ cpp = shellutil.split(buildconfig.substs['CPP']) - cpp += shellutil.split(buildconfig.substs['ACDEFINES']) - cpp.append(preprocessorHeader) - preprocessed = subprocess.check_output(cpp) -diff --git old-configure.in old-configure.in -index 863235e13176..545e82f83d56 100644 ---- old-configure.in -+++ old-configure.in -@@ -241,6 +241,9 @@ - - MOZ_TOOL_VARIABLES - -+AC_PROG_CPP -+AC_PROG_CXXCPP -+ - dnl ======================================================== - dnl Special win32 checks - dnl ======================================================== +diff --git build/buildconfig.py build/buildconfig.py +index bb12114b2f4a..e73903a1a981 100644 +--- build/buildconfig.py ++++ build/buildconfig.py +@@ -16,5 +16,5 @@ for var in ('topsrcdir', 'topobjdir', 'defines', 'non_global_defines', + substs = dict(substs) + + for var in os.environ: +- if var != 'SHELL' and var in substs: ++ if var not in ('CPP', 'CXXCPP', 'SHELL') and var in substs: + substs[var] = os.environ[var] Modified: head/www/firefox/files/patch-bug826985 ============================================================================== --- head/www/firefox/files/patch-bug826985 Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox/files/patch-bug826985 Tue Feb 28 04:32:28 2017 (r434999) @@ -67,7 +67,7 @@ diff --git media/webrtc/trunk/webrtc/mod index 239a292..bab496c 100644 --- media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +++ media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc -@@ -25,10 +25,21 @@ +@@ -25,6 +25,9 @@ #else #include #endif @@ -77,6 +77,9 @@ index 239a292..bab496c 100644 #include "webrtc/system_wrappers/interface/ref_count.h" #include "webrtc/system_wrappers/interface/trace.h" +@@ -34,6 +37,15 @@ + #define BUF_LEN ( 1024 * ( EVENT_SIZE + 16 ) ) + #endif +#ifdef HAVE_LIBV4L2 +#define open v4l2_open @@ -86,10 +89,11 @@ index 239a292..bab496c 100644 +#define mmap v4l2_mmap +#define munmap v4l2_munmap +#endif - ++ namespace webrtc { -@@ -130,6 +142,11 @@ WebRtc_Word32 DeviceInfoLinux::GetDeviceName( + namespace videocapturemodule +@@ -274,6 +286,11 @@ int32_t DeviceInfoLinux::GetDeviceName( memset(deviceNameUTF8, 0, deviceNameLength); memcpy(cameraName, cap.card, sizeof(cap.card)); Modified: head/www/firefox/files/patch-bug847568 ============================================================================== --- head/www/firefox/files/patch-bug847568 Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox/files/patch-bug847568 Tue Feb 28 04:32:28 2017 (r434999) @@ -1,26 +1,26 @@ # Allow building against system-wide graphite2/harfbuzz. diff --git config/Makefile.in config/Makefile.in -index 10807cf..f4b8587 100644 +index e2e11dc0e27e..a6206bb0ff30 100644 --- config/Makefile.in +++ config/Makefile.in -@@ -49,6 +49,8 @@ export:: $(export-preqs) - -DMOZ_SYSTEM_LIBEVENT=$(MOZ_SYSTEM_LIBEVENT) \ - -DMOZ_SYSTEM_LIBVPX=$(MOZ_SYSTEM_LIBVPX) \ - -DMOZ_SYSTEM_ICU=$(MOZ_SYSTEM_ICU) \ +@@ -41,6 +41,8 @@ export:: $(export-preqs) + $(PYTHON) -m mozbuild.action.preprocessor $(DEFINES) $(ACDEFINES) \ + -DMOZ_TREE_CAIRO=$(MOZ_TREE_CAIRO) \ + -DMOZ_TREE_PIXMAN=$(MOZ_TREE_PIXMAN) \ + -DMOZ_SYSTEM_GRAPHITE2=$(MOZ_SYSTEM_GRAPHITE2) \ + -DMOZ_SYSTEM_HARFBUZZ=$(MOZ_SYSTEM_HARFBUZZ) \ - $(srcdir)/system-headers $(srcdir)/stl-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers - $(INSTALL) system_wrappers $(DIST) - + -DMOZ_SYSTEM_HUNSPELL=$(MOZ_SYSTEM_HUNSPELL) \ + -DMOZ_SYSTEM_BZ2=$(MOZ_SYSTEM_BZ2) \ + -DMOZ_SYSTEM_ZLIB=$(MOZ_SYSTEM_ZLIB) \ diff --git config/system-headers config/system-headers -index 48afa0f..61612f6 100644 +index a0c53c651a3e..5ee7f71f9634 100644 --- config/system-headers +++ config/system-headers -@@ -1331,3 +1331,12 @@ unicode/utypes.h +@@ -1269,6 +1269,15 @@ libsn/sn-launcher.h + libsn/sn-monitor.h + libsn/sn-util.h #endif - libutil.h - unwind.h +#if MOZ_SYSTEM_GRAPHITE2==1 +graphite2/Font.h +graphite2/Segment.h @@ -30,11 +30,14 @@ index 48afa0f..61612f6 100644 +harfbuzz/hb-ot.h +harfbuzz/hb.h +#endif + #if MOZ_SYSTEM_HUNSPELL==1 + hunspell.hxx + #endif diff --git dom/base/moz.build dom/base/moz.build -index 6e0d4f5..0770717 100644 +index 8e19020315ae..2fcdbb6f7b42 100644 --- dom/base/moz.build +++ dom/base/moz.build -@@ -457,6 +457,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: +@@ -464,6 +464,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: if CONFIG['MOZ_X11']: CXXFLAGS += CONFIG['TK_CFLAGS'] @@ -45,7 +48,7 @@ index 6e0d4f5..0770717 100644 'PropertyUseCounterMap.inc', 'UseCounterList.h', diff --git gfx/graphite2/moz-gr-update.sh gfx/graphite2/moz-gr-update.sh -index faaab1b..04eff5f 100644 +index faaab1b17971..04eff5f09882 100644 --- gfx/graphite2/moz-gr-update.sh +++ gfx/graphite2/moz-gr-update.sh @@ -1,6 +1,7 @@ @@ -75,23 +78,23 @@ index faaab1b..04eff5f 100644 echo echo If gfx/graphite2/src/files.mk has changed, please make corresponding diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/README-mozilla -index 24e6cbb..0b7a5df 100644 +index 22c76a7df020..a01490bd49ee 100644 --- gfx/harfbuzz/README-mozilla +++ gfx/harfbuzz/README-mozilla -@@ -20,3 +20,8 @@ the mozilla tree. +@@ -19,3 +19,8 @@ the mozilla tree. If the collection of source files changes, manual updates to moz.build may be needed, as we don't use the upstream makefiles. + +The in-tree copy may be omitted during build by --with-system-harfbuzz. -+Make sure to keep pkg-config version check within old-configure.in in sync ++Make sure to keep pkg-config version check within toolkit/moz.configure in sync +with checkout version or increment latest tag by one if it's not based +on upstream release. diff --git gfx/moz.build gfx/moz.build -index 2509198..5cc4663 100644 +index 771f652e837a..3b358d84e384 100644 --- gfx/moz.build +++ gfx/moz.build -@@ -7,6 +7,12 @@ +@@ -10,6 +10,12 @@ with Files('**'): if CONFIG['MOZ_TREE_CAIRO']: DIRS += ['cairo'] @@ -104,7 +107,7 @@ index 2509198..5cc4663 100644 DIRS += [ '2d', 'ycbcr', -@@ -15,8 +21,6 @@ DIRS += [ +@@ -18,8 +24,6 @@ DIRS += [ 'qcms', 'gl', 'layers', @@ -114,57 +117,57 @@ index 2509198..5cc4663 100644 'thebes', 'ipc', diff --git gfx/skia/generate_mozbuild.py gfx/skia/generate_mozbuild.py -index ab1365f..8897c27 100755 +index e06ae3457a47..93faa61594a3 100755 --- gfx/skia/generate_mozbuild.py +++ gfx/skia/generate_mozbuild.py -@@ -140,6 +140,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -143,6 +143,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: '-Wno-unused-private-field', ] +if CONFIG['MOZ_SYSTEM_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + - if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk'): + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android'): CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] diff --git gfx/skia/moz.build gfx/skia/moz.build -index a2f914b..d3759b0 100644 +index 2118677ca3a8..e4978b413784 100644 --- gfx/skia/moz.build +++ gfx/skia/moz.build -@@ -664,6 +664,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -753,6 +753,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: '-Wno-unused-private-field', ] +if CONFIG['MOZ_SYSTEM_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + - if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk'): + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android'): CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] diff --git gfx/thebes/moz.build gfx/thebes/moz.build -index bbbce6fd..db0ceb1 100644 +index dee9b7bfa2cb..bd801f3a468e 100644 --- gfx/thebes/moz.build +++ gfx/thebes/moz.build -@@ -289,7 +289,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): +@@ -273,7 +273,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] -DEFINES['GRAPHITE2_STATIC'] = True -+if CONFIG['MOZ_SYSTEM_HARFBUZZ']: -+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] -+ +if CONFIG['MOZ_SYSTEM_GRAPHITE2']: + CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS'] +else: + DEFINES['GRAPHITE2_STATIC'] = True ++ ++if CONFIG['MOZ_SYSTEM_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] if CONFIG['CLANG_CXX']: # Suppress warnings from Skia header files. diff --git intl/unicharutil/util/moz.build intl/unicharutil/util/moz.build -index 9754753..768cc7d 100644 +index cb1233c56d7e..06fb1f9f174b 100644 --- intl/unicharutil/util/moz.build +++ intl/unicharutil/util/moz.build -@@ -42,4 +42,7 @@ if CONFIG['_MSC_VER']: +@@ -40,4 +40,7 @@ if CONFIG['_MSC_VER']: if CONFIG['ENABLE_INTL_API']: USE_LIBS += ['icu'] @@ -172,46 +175,11 @@ index 9754753..768cc7d 100644 + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + DIST_INSTALL = True -diff --git moz.configure moz.configure -index e762576..196dafd 100644 ---- moz.configure -+++ moz.configure -@@ -216,6 +216,30 @@ check_prog('GENISOIMAGE', delayed_getattr(extra_programs, 'GENISOIMAGE'), - check_prog('RPMBUILD', delayed_getattr(extra_programs, 'RPMBUILD'), - allow_missing=True) - -+option('--with-system-graphite2', -+ help="Use system graphite2 (located with pkgconfig)") -+ -+@depends('--with-system-graphite2', compile_environment) -+def check_for_graphite2(value, compile_env): -+ return value and compile_env -+ -+system_graphite2 = pkg_check_modules('MOZ_GRAPHITE2', 'graphite2', -+ check_for_graphite2) -+ -+set_config('MOZ_SYSTEM_GRAPHITE2', system_graphite2) -+ -+option('--with-system-harfbuzz', -+ help="Use system harfbuzz (located with pkgconfig)") -+ -+@depends('--with-system-harfbuzz', compile_environment) -+def check_for_harfbuzz(value, compile_env): -+ return value and compile_env -+ -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.3.3', -+ check_for_harfbuzz) -+ -+set_config('MOZ_SYSTEM_HARFBUZZ', system_harfbuzz) -+ - option('--enable-system-hunspell', - help="Use system hunspell (located with pkgconfig)") - diff --git netwerk/dns/moz.build netwerk/dns/moz.build -index f788d9a..5662301 100644 +index 79c26e3e7001..c4d93bc5f7dc 100644 --- netwerk/dns/moz.build +++ netwerk/dns/moz.build -@@ -66,6 +66,9 @@ LOCAL_INCLUDES += [ +@@ -69,6 +69,9 @@ LOCAL_INCLUDES += [ '/netwerk/base', ] @@ -222,11 +190,11 @@ index f788d9a..5662301 100644 DEFINES['IDNA2008'] = True USE_LIBS += ['icu'] diff --git old-configure.in old-configure.in -index 0070d48..9d1129f 100644 +index 95a58b634593..b614eef85c89 100644 --- old-configure.in +++ old-configure.in -@@ -5764,6 +5764,27 @@ if test "$USE_FC_FREETYPE"; then - fi +@@ -4888,6 +4888,27 @@ dnl ======================================================== + AC_SUBST(MOZ_LINUX_32_SSE2_STARTUP_ERROR) dnl ======================================================== +dnl Check for graphite2 @@ -254,10 +222,10 @@ index 0070d48..9d1129f 100644 dnl ======================================================== diff --git toolkit/library/moz.build toolkit/library/moz.build -index a3d5450..2c684a7e 100644 +index 24f940e1ed7e..079a575adec3 100644 --- toolkit/library/moz.build +++ toolkit/library/moz.build -@@ -217,6 +217,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']: +@@ -228,6 +228,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']: if CONFIG['MOZ_SYSTEM_PNG']: OS_LIBS += CONFIG['MOZ_PNG_LIBS'] @@ -270,3 +238,34 @@ index a3d5450..2c684a7e 100644 if CONFIG['MOZ_SYSTEM_HUNSPELL']: OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS'] +diff --git toolkit/moz.configure toolkit/moz.configure +index 9297e4d6f501..d8e273887e4b 100644 +--- toolkit/moz.configure ++++ toolkit/moz.configure +@@ -343,6 +343,26 @@ add_old_configure_assignment('FT2_LIBS', + add_old_configure_assignment('FT2_CFLAGS', + delayed_getattr(ft2_info, 'cflags')) + ++# Graphite2 ++# ============================================================== ++option('--with-system-graphite2', ++ help="Use system graphite2 (located with pkgconfig)") ++ ++system_graphite2 = pkg_check_modules('MOZ_GRAPHITE2', 'graphite2', ++ when='--with-system-graphite2') ++ ++set_config('MOZ_SYSTEM_GRAPHITE2', depends_if(system_graphite2)(lambda _: True)) ++ ++# HarfBuzz ++# ============================================================== ++option('--with-system-harfbuzz', ++ help="Use system harfbuzz (located with pkgconfig)") ++ ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.4.1', ++ when='--with-system-harfbuzz') ++ ++set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) ++ + # Apple platform decoder support + # ============================================================== + @depends(toolkit) Modified: head/www/firefox/files/patch-bug981348 ============================================================================== --- head/www/firefox/files/patch-bug981348 Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox/files/patch-bug981348 Tue Feb 28 04:32:28 2017 (r434999) @@ -1,8 +1,28 @@ diff --git dom/system/OSFileConstants.cpp dom/system/OSFileConstants.cpp -index 4b21361..cb3be32 100644 +index 88bba9baa401..99f240952dfe 100644 --- dom/system/OSFileConstants.cpp +++ dom/system/OSFileConstants.cpp -@@ -662,7 +662,7 @@ +@@ -16,14 +16,17 @@ + #include "dirent.h" + #include "poll.h" + #include "sys/stat.h" +-#if defined(ANDROID) ++#if defined(XP_LINUX) + #include + #define statvfs statfs ++#define f_frsize f_bsize + #else + #include "sys/statvfs.h" ++#endif // defined(XP_LINUX) ++#if !defined(ANDROID) + #include "sys/wait.h" + #include +-#endif // defined(ANDROID) ++#endif // !defined(ANDROID) + #endif // defined(XP_UNIX) + + #if defined(XP_LINUX) +@@ -699,7 +702,7 @@ static const dom::ConstantSpec gLibcProperties[] = { "OSFILE_SIZEOF_STATVFS", JS::Int32Value(sizeof (struct statvfs)) }, @@ -12,7 +32,7 @@ index 4b21361..cb3be32 100644 #endif // defined(XP_UNIX) diff --git toolkit/components/osfile/modules/osfile_unix_back.jsm toolkit/components/osfile/modules/osfile_unix_back.jsm -index b59fca4..0cf220b 100644 +index a028dda7d5ec..f5c632e3d7e5 100644 --- toolkit/components/osfile/modules/osfile_unix_back.jsm +++ toolkit/components/osfile/modules/osfile_unix_back.jsm @@ -228,8 +228,8 @@ @@ -27,11 +47,11 @@ index b59fca4..0cf220b 100644 "f_bavail", Type.fsblkcnt_t.implementation); diff --git toolkit/components/osfile/modules/osfile_unix_front.jsm toolkit/components/osfile/modules/osfile_unix_front.jsm -index 99e5e9b..de642c5 100644 +index bd60d4d8419c..a8cd6b546b0e 100644 --- toolkit/components/osfile/modules/osfile_unix_front.jsm +++ toolkit/components/osfile/modules/osfile_unix_front.jsm -@@ -373,7 +373,7 @@ - throw_on_negative("statvfs", UnixFile.statvfs(sourcePath, fileSystemInfoPtr)); +@@ -399,7 +399,7 @@ + throw_on_negative("statvfs", (UnixFile.statvfs || UnixFile.statfs)(sourcePath, fileSystemInfoPtr)); let bytes = new Type.uint64_t.implementation( - fileSystemInfo.f_bsize * fileSystemInfo.f_bavail); Modified: head/www/firefox/files/patch-z-bug517422 ============================================================================== --- head/www/firefox/files/patch-z-bug517422 Tue Feb 28 01:52:03 2017 (r434998) +++ head/www/firefox/files/patch-z-bug517422 Tue Feb 28 04:32:28 2017 (r434999) @@ -1,10 +1,10 @@ # Allow more config/external/ libs built against system-wide version. diff --git build/moz.configure/old.configure build/moz.configure/old.configure -index 42ab554..c91df3d 100644 +index d0fe7accffe6..c46bdd023225 100644 --- build/moz.configure/old.configure +++ build/moz.configure/old.configure -@@ -320,7 +320,12 @@ def old_configure_options(*options): +@@ -288,7 +288,12 @@ def old_configure_options(*options): '--with-system-libvpx', '--with-system-nspr', '--with-system-nss', @@ -18,13 +18,13 @@ index 42ab554..c91df3d 100644 '--with-thumb', '--with-thumb-interwork', diff --git config/Makefile.in config/Makefile.in -index 5383399..0410004 100644 +index a6206bb0ff30..f20987c61754 100644 --- config/Makefile.in +++ config/Makefile.in @@ -51,6 +51,11 @@ export:: $(export-preqs) + -DMOZ_SYSTEM_LIBEVENT=$(MOZ_SYSTEM_LIBEVENT) \ + -DMOZ_SYSTEM_LIBVPX=$(MOZ_SYSTEM_LIBVPX) \ -DMOZ_SYSTEM_ICU=$(MOZ_SYSTEM_ICU) \ - -DMOZ_SYSTEM_GRAPHITE2=$(MOZ_SYSTEM_GRAPHITE2) \ - -DMOZ_SYSTEM_HARFBUZZ=$(MOZ_SYSTEM_HARFBUZZ) \ + -DMOZ_SYSTEM_OGG=$(MOZ_SYSTEM_OGG) \ + -DMOZ_SYSTEM_THEORA=$(MOZ_SYSTEM_THEORA) \ + -DMOZ_SYSTEM_VORBIS=$(MOZ_SYSTEM_VORBIS) \ @@ -34,12 +34,12 @@ index 5383399..0410004 100644 $(INSTALL) system_wrappers $(DIST) diff --git config/external/moz.build config/external/moz.build -index f67c5c7..eb909ce 100644 +index 029ff8504795..2c3a40caa1ba 100644 --- config/external/moz.build +++ config/external/moz.build -@@ -20,12 +20,21 @@ if CONFIG['MOZ_UPDATER']: - # There's no "native brotli" yet, but probably in the future... +@@ -21,12 +21,21 @@ if CONFIG['MOZ_UPDATER']: external_dirs += ['modules/brotli'] + external_dirs += ['modules/woff2'] -if CONFIG['MOZ_VORBIS']: +if not CONFIG['MOZ_SYSTEM_OGG']: @@ -61,7 +61,7 @@ index f67c5c7..eb909ce 100644 if CONFIG['MOZ_WEBM_ENCODER']: external_dirs += ['media/libmkv'] -@@ -51,12 +60,9 @@ external_dirs += [ +@@ -52,12 +61,9 @@ external_dirs += [ 'media/kiss_fft', 'media/libcubeb', 'media/libnestegg', @@ -71,17 +71,17 @@ index f67c5c7..eb909ce 100644 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Feb 28 06:13:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13744CF1E35; Tue, 28 Feb 2017 06:13: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 D6E6685B; Tue, 28 Feb 2017 06:13: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 v1S6DgLM083922; Tue, 28 Feb 2017 06:13:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S6DgGw083921; Tue, 28 Feb 2017 06:13:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280613.v1S6DgGw083921@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, 28 Feb 2017 06:13:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435000 - head/converters/p5-JSON-MaybeXS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 06:13:44 -0000 Author: sunpoet Date: Tue Feb 28 06:13:42 2017 New Revision: 435000 URL: https://svnweb.freebsd.org/changeset/ports/435000 Log: Update to 1.003009 Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes Modified: head/converters/p5-JSON-MaybeXS/Makefile head/converters/p5-JSON-MaybeXS/distinfo Modified: head/converters/p5-JSON-MaybeXS/Makefile ============================================================================== --- head/converters/p5-JSON-MaybeXS/Makefile Tue Feb 28 04:32:28 2017 (r434999) +++ head/converters/p5-JSON-MaybeXS/Makefile Tue Feb 28 06:13:42 2017 (r435000) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-MaybeXS -PORTVERSION= 1.003008 +PORTVERSION= 1.003009 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/converters/p5-JSON-MaybeXS/distinfo ============================================================================== --- head/converters/p5-JSON-MaybeXS/distinfo Tue Feb 28 04:32:28 2017 (r434999) +++ head/converters/p5-JSON-MaybeXS/distinfo Tue Feb 28 06:13:42 2017 (r435000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478369931 -SHA256 (JSON-MaybeXS-1.003008.tar.gz) = 0964385e021397283de5a9581c524a3a847bb069d63f3ea4ba6f9c4d214c6c82 -SIZE (JSON-MaybeXS-1.003008.tar.gz) = 11647 +TIMESTAMP = 1488261262 +SHA256 (JSON-MaybeXS-1.003009.tar.gz) = f7800ee97baae6e987ceba0c05fde838116d5f4ec3dff55ff79eb36654d22486 +SIZE (JSON-MaybeXS-1.003009.tar.gz) = 11699 From owner-svn-ports-all@freebsd.org Tue Feb 28 06:13:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3B69CF1E54; Tue, 28 Feb 2017 06:13: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 8315D870; Tue, 28 Feb 2017 06:13: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 v1S6Dlqc084042; Tue, 28 Feb 2017 06:13:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S6DlA2084040; Tue, 28 Feb 2017 06:13:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280613.v1S6DlA2084040@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, 28 Feb 2017 06:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435001 - head/devel/p5-Config-Any X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 06:13:48 -0000 Author: sunpoet Date: Tue Feb 28 06:13:47 2017 New Revision: 435001 URL: https://svnweb.freebsd.org/changeset/ports/435001 Log: Update to 0.29 Changes: http://search.cpan.org/dist/Config-Any/Changes Modified: head/devel/p5-Config-Any/Makefile head/devel/p5-Config-Any/distinfo Modified: head/devel/p5-Config-Any/Makefile ============================================================================== --- head/devel/p5-Config-Any/Makefile Tue Feb 28 06:13:42 2017 (r435000) +++ head/devel/p5-Config-Any/Makefile Tue Feb 28 06:13:47 2017 (r435001) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Any -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Any/distinfo ============================================================================== --- head/devel/p5-Config-Any/distinfo Tue Feb 28 06:13:42 2017 (r435000) +++ head/devel/p5-Config-Any/distinfo Tue Feb 28 06:13:47 2017 (r435001) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487767153 -SHA256 (Config-Any-0.28.tar.gz) = e427c13a421ea862d07b53a9a751df34f74f4bc1e00c8794148642a8b5de1311 -SIZE (Config-Any-0.28.tar.gz) = 19551 +TIMESTAMP = 1488261272 +SHA256 (Config-Any-0.29.tar.gz) = 5793cba5b2c3620d4f466fd1fcb81dbbd43c5aa23116fe0f10b93ce2f95381a9 +SIZE (Config-Any-0.29.tar.gz) = 22124 From owner-svn-ports-all@freebsd.org Tue Feb 28 06:13:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE430CF1E7D; Tue, 28 Feb 2017 06: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 990968DB; Tue, 28 Feb 2017 06: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 v1S6DqcZ084161; Tue, 28 Feb 2017 06:13:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S6DqRY084159; Tue, 28 Feb 2017 06:13:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280613.v1S6DqRY084159@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, 28 Feb 2017 06:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435002 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 06:13:53 -0000 Author: sunpoet Date: Tue Feb 28 06:13:52 2017 New Revision: 435002 URL: https://svnweb.freebsd.org/changeset/ports/435002 Log: Update to 2.7.16 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Tue Feb 28 06:13:47 2017 (r435001) +++ head/devel/rubygem-aws-sdk-core/Makefile Tue Feb 28 06:13:52 2017 (r435002) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.7.15 +PORTVERSION= 2.7.16 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Tue Feb 28 06:13:47 2017 (r435001) +++ head/devel/rubygem-aws-sdk-core/distinfo Tue Feb 28 06:13:52 2017 (r435002) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487995161 -SHA256 (rubygem/aws-sdk-core-2.7.15.gem) = 883da30e861d8f04814620256baa95f864de33e0e7c437356f1b66ca8d1d6e99 -SIZE (rubygem/aws-sdk-core-2.7.15.gem) = 959488 +TIMESTAMP = 1488261279 +SHA256 (rubygem/aws-sdk-core-2.7.16.gem) = 5db68310b5078b0e6ef0a5b048d6d6eb43f6024ee17029386a1dd92a0336bcb4 +SIZE (rubygem/aws-sdk-core-2.7.16.gem) = 974336 From owner-svn-ports-all@freebsd.org Tue Feb 28 06:13:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEF01CF1EAC; Tue, 28 Feb 2017 06:13: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 8E2F0951; Tue, 28 Feb 2017 06:13: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 v1S6Dv78084280; Tue, 28 Feb 2017 06:13:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S6Dv6V084278; Tue, 28 Feb 2017 06:13:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280613.v1S6Dv6V084278@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, 28 Feb 2017 06:13:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435003 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 06:13:58 -0000 Author: sunpoet Date: Tue Feb 28 06:13:57 2017 New Revision: 435003 URL: https://svnweb.freebsd.org/changeset/ports/435003 Log: Update to 2.7.16 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Tue Feb 28 06:13:52 2017 (r435002) +++ head/devel/rubygem-aws-sdk-resources/Makefile Tue Feb 28 06:13:57 2017 (r435003) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.7.15 +PORTVERSION= 2.7.16 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Tue Feb 28 06:13:52 2017 (r435002) +++ head/devel/rubygem-aws-sdk-resources/distinfo Tue Feb 28 06:13:57 2017 (r435003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487995165 -SHA256 (rubygem/aws-sdk-resources-2.7.15.gem) = 71a5b2630f442cf1d74e37e1f09ac5025053bfb2e9426bf19cbc38524dfbbd1d -SIZE (rubygem/aws-sdk-resources-2.7.15.gem) = 47104 +TIMESTAMP = 1488261284 +SHA256 (rubygem/aws-sdk-resources-2.7.16.gem) = 24ca10dfb13698a92d06f4355eaec3e72000747acd538d8729c2f497686f25d4 +SIZE (rubygem/aws-sdk-resources-2.7.16.gem) = 47104 From owner-svn-ports-all@freebsd.org Tue Feb 28 06:14:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7098ACF1EE1; Tue, 28 Feb 2017 06:14: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 366AE9A2; Tue, 28 Feb 2017 06:14: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 v1S6E2nW084400; Tue, 28 Feb 2017 06:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S6E2Ge084398; Tue, 28 Feb 2017 06:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280614.v1S6E2Ge084398@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, 28 Feb 2017 06:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435004 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 06:14:03 -0000 Author: sunpoet Date: Tue Feb 28 06:14:01 2017 New Revision: 435004 URL: https://svnweb.freebsd.org/changeset/ports/435004 Log: Update to 2.7.16 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Tue Feb 28 06:13:57 2017 (r435003) +++ head/devel/rubygem-aws-sdk/Makefile Tue Feb 28 06:14:01 2017 (r435004) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.7.15 +PORTVERSION= 2.7.16 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Tue Feb 28 06:13:57 2017 (r435003) +++ head/devel/rubygem-aws-sdk/distinfo Tue Feb 28 06:14:01 2017 (r435004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487995169 -SHA256 (rubygem/aws-sdk-2.7.15.gem) = aa201c41c518fb77ffde27486e3920c8f6aaca43db20431241bf5fdac2025684 -SIZE (rubygem/aws-sdk-2.7.15.gem) = 4608 +TIMESTAMP = 1488261289 +SHA256 (rubygem/aws-sdk-2.7.16.gem) = a6cce8689a0b7661fd0b93045efe7dbc879998d9ccdda8ed88cec08a1831e6ab +SIZE (rubygem/aws-sdk-2.7.16.gem) = 4608 From owner-svn-ports-all@freebsd.org Tue Feb 28 06:14:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF0D8CF1F11; Tue, 28 Feb 2017 06:14: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 AAFE3A0F; Tue, 28 Feb 2017 06:14: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 v1S6E6jv084519; Tue, 28 Feb 2017 06:14:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S6E6Y1084517; Tue, 28 Feb 2017 06:14:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280614.v1S6E6Y1084517@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, 28 Feb 2017 06:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435005 - head/www/rubygem-uglifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 06:14:08 -0000 Author: sunpoet Date: Tue Feb 28 06:14:06 2017 New Revision: 435005 URL: https://svnweb.freebsd.org/changeset/ports/435005 Log: Update to 3.1.0 Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md Modified: head/www/rubygem-uglifier/Makefile head/www/rubygem-uglifier/distinfo Modified: head/www/rubygem-uglifier/Makefile ============================================================================== --- head/www/rubygem-uglifier/Makefile Tue Feb 28 06:14:01 2017 (r435004) +++ head/www/rubygem-uglifier/Makefile Tue Feb 28 06:14:06 2017 (r435005) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uglifier -PORTVERSION= 3.0.4 +PORTVERSION= 3.1.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-uglifier/distinfo ============================================================================== --- head/www/rubygem-uglifier/distinfo Tue Feb 28 06:14:01 2017 (r435004) +++ head/www/rubygem-uglifier/distinfo Tue Feb 28 06:14:06 2017 (r435005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483109499 -SHA256 (rubygem/uglifier-3.0.4.gem) = b1a0d1e21e095bf75547b886cb725b435ea668bfea64e1190f3bda7918b97341 -SIZE (rubygem/uglifier-3.0.4.gem) = 93696 +TIMESTAMP = 1488261294 +SHA256 (rubygem/uglifier-3.1.0.gem) = d836d44ceb7b629c04eb649b18ca763cbdfac9596d9d32d6824c1537e017b550 +SIZE (rubygem/uglifier-3.1.0.gem) = 96768 From owner-svn-ports-all@freebsd.org Tue Feb 28 08:33:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8AEDCF09DE; Tue, 28 Feb 2017 08:33:46 +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 7AEBA1C7; Tue, 28 Feb 2017 08:33:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S8XjJA039012; Tue, 28 Feb 2017 08:33:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S8XiuD039004; Tue, 28 Feb 2017 08:33:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702280833.v1S8XiuD039004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 28 Feb 2017 08:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435006 - in head: biology/iolib devel/qjson multimedia/shotcut www/aws www/aws-demos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 08:33:46 -0000 Author: mat Date: Tue Feb 28 08:33:44 2017 New Revision: 435006 URL: https://svnweb.freebsd.org/changeset/ports/435006 Log: Fix USE_GITHUB's GH_TAGNAME usage. Sponsored by: Absolight Modified: head/biology/iolib/Makefile (contents, props changed) head/biology/iolib/distinfo (contents, props changed) head/devel/qjson/Makefile (contents, props changed) head/multimedia/shotcut/Makefile (contents, props changed) head/multimedia/shotcut/distinfo (contents, props changed) head/www/aws-demos/Makefile (contents, props changed) head/www/aws/Makefile (contents, props changed) head/www/aws/distinfo (contents, props changed) Modified: head/biology/iolib/Makefile ============================================================================== --- head/biology/iolib/Makefile Tue Feb 28 06:14:06 2017 (r435005) +++ head/biology/iolib/Makefile Tue Feb 28 08:33:44 2017 (r435006) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= io_lib -PORTVERSION= 1.14.9 +DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 1-14-9 CATEGORIES= biology MAINTAINER= danilo@FreeBSD.org @@ -14,7 +15,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= jkbonfield -GH_TAGNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} USES= autoreconf gmake libtool GNU_CONFIGURE= yes Modified: head/biology/iolib/distinfo ============================================================================== --- head/biology/iolib/distinfo Tue Feb 28 06:14:06 2017 (r435005) +++ head/biology/iolib/distinfo Tue Feb 28 08:33:44 2017 (r435006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487946049 -SHA256 (jkbonfield-io_lib-1.14.9-io_lib-1-14-9_GH0.tar.gz) = 077044d525e9dd76f94ee83b0ab19cd655b08348cc81bbdaa84e39c622280a4a -SIZE (jkbonfield-io_lib-1.14.9-io_lib-1-14-9_GH0.tar.gz) = 1396092 +TIMESTAMP = 1488270338 +SHA256 (jkbonfield-io_lib-io_lib-1-14-9_GH0.tar.gz) = 077044d525e9dd76f94ee83b0ab19cd655b08348cc81bbdaa84e39c622280a4a +SIZE (jkbonfield-io_lib-io_lib-1-14-9_GH0.tar.gz) = 1396092 Modified: head/devel/qjson/Makefile ============================================================================== --- head/devel/qjson/Makefile Tue Feb 28 06:14:06 2017 (r435005) +++ head/devel/qjson/Makefile Tue Feb 28 08:33:44 2017 (r435006) @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING.lib USE_GITHUB= yes GH_ACCOUNT= flavio -GH_TAGNAME= ${PORTVERSION} USES= cmake pathfix USE_LDCONFIG= yes Modified: head/multimedia/shotcut/Makefile ============================================================================== --- head/multimedia/shotcut/Makefile Tue Feb 28 06:14:06 2017 (r435005) +++ head/multimedia/shotcut/Makefile Tue Feb 28 08:33:44 2017 (r435006) @@ -2,6 +2,7 @@ PORTNAME= shotcut PORTVERSION= ${FULLVERSION:R} +DISTVERSIONPREFIX= v CATEGORIES= multimedia MAINTAINER= avilla@FreeBSD.org @@ -16,7 +17,6 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ USE_GITHUB= yes GH_ACCOUNT= mltframework -GH_TAGNAME= v${PORTVERSION} # Needed to be able to correctly check for updates in-app. FULLVERSION= 17.02.01 Modified: head/multimedia/shotcut/distinfo ============================================================================== --- head/multimedia/shotcut/distinfo Tue Feb 28 06:14:06 2017 (r435005) +++ head/multimedia/shotcut/distinfo Tue Feb 28 08:33:44 2017 (r435006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486028770 -SHA256 (mltframework-shotcut-17.02-v17.02_GH0.tar.gz) = 19e2812c72c34d87317f56f0e1ad07de1e19b295865dfcc67078bbd4c37fde26 -SIZE (mltframework-shotcut-17.02-v17.02_GH0.tar.gz) = 3729420 +TIMESTAMP = 1488270629 +SHA256 (mltframework-shotcut-v17.02_GH0.tar.gz) = 19e2812c72c34d87317f56f0e1ad07de1e19b295865dfcc67078bbd4c37fde26 +SIZE (mltframework-shotcut-v17.02_GH0.tar.gz) = 3729420 Modified: head/www/aws-demos/Makefile ============================================================================== --- head/www/aws-demos/Makefile Tue Feb 28 06:14:06 2017 (r435005) +++ head/www/aws-demos/Makefile Tue Feb 28 08:33:44 2017 (r435006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 17.1.0 +PORTVERSION= 17.1 CATEGORIES= www PKGNAMESUFFIX= -demos @@ -19,8 +19,7 @@ BUILD_DEPENDS= gprbuild:devel/gprbuild \ USES= ada gmake python USE_GITHUB= yes GH_ACCOUNT= AdaCore -GH_TAGNAME= ${PORTVERSION:R} -GH_TUPLE= AdaCore:templates-parser:${PORTVERSION:R}:tp/templates_parser +GH_TUPLE= AdaCore:templates-parser:${PORTVERSION}:tp/templates_parser DISTINFO_FILE= ${PORTSDIR}/www/aws/distinfo Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Tue Feb 28 06:14:06 2017 (r435005) +++ head/www/aws/Makefile Tue Feb 28 08:33:44 2017 (r435006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 17.1.0 +PORTVERSION= 17.1 CATEGORIES= www MAINTAINER= freebsd.contact@marino.st @@ -20,8 +20,7 @@ RUN_DEPENDS= xmlada>=4.4:textproc/xmlada USES= ada:run gmake python shebangfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= AdaCore -GH_TAGNAME= ${PORTVERSION:R} -GH_TUPLE= AdaCore:templates-parser:${PORTVERSION:R}:tp/templates_parser +GH_TUPLE= AdaCore:templates-parser:${PORTVERSION}:tp/templates_parser GNU_CONFIGURE= yes NO_MTREE= yes Modified: head/www/aws/distinfo ============================================================================== --- head/www/aws/distinfo Tue Feb 28 06:14:06 2017 (r435005) +++ head/www/aws/distinfo Tue Feb 28 08:33:44 2017 (r435006) @@ -1,5 +1,5 @@ -TIMESTAMP = 1483518397 -SHA256 (AdaCore-aws-17.1.0-17.1_GH0.tar.gz) = 107d2fcec8e20b4f00d390e9db858a0723ed1baed9a696e869c05b362da98d8b -SIZE (AdaCore-aws-17.1.0-17.1_GH0.tar.gz) = 2085674 +TIMESTAMP = 1488270744 +SHA256 (AdaCore-aws-17.1_GH0.tar.gz) = 107d2fcec8e20b4f00d390e9db858a0723ed1baed9a696e869c05b362da98d8b +SIZE (AdaCore-aws-17.1_GH0.tar.gz) = 2085674 SHA256 (AdaCore-templates-parser-17.1_GH0.tar.gz) = efd2f2d21a532014802c5dc2083453b9c945c146c7bf910c348387ef48c22b62 SIZE (AdaCore-templates-parser-17.1_GH0.tar.gz) = 216649 From owner-svn-ports-all@freebsd.org Tue Feb 28 08:36:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0483CCF0B52; Tue, 28 Feb 2017 08:36:08 +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 982BF31E; Tue, 28 Feb 2017 08:36:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5D672BDC89; Tue, 28 Feb 2017 09:36:04 +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 92F9CBDC9B; Tue, 28 Feb 2017 09:36:02 +0100 (CET) Subject: Re: svn commit: r434867 - in head: biology/avida biology/gmap devel/k8048 devel/kyra devel/php-uprofiler multimedia/libde265 net-mgmt/fastnetmon To: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201702261256.v1QCufsh008639@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <8a75178e-f8b8-e52c-b118-c6781ed5393e@FreeBSD.org> Date: Tue, 28 Feb 2017 09:36:00 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <201702261256.v1QCufsh008639@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="pxhqrlqSxbMg2qehL1Mgd9OjAETAibxL4" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 08:36:08 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --pxhqrlqSxbMg2qehL1Mgd9OjAETAibxL4 Content-Type: multipart/mixed; boundary="al2xBFN4aSUWoXsiQUmCcUnvGwR08Lifm"; 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: <8a75178e-f8b8-e52c-b118-c6781ed5393e@FreeBSD.org> Subject: Re: svn commit: r434867 - in head: biology/avida biology/gmap devel/k8048 devel/kyra devel/php-uprofiler multimedia/libde265 net-mgmt/fastnetmon References: <201702261256.v1QCufsh008639@repo.freebsd.org> In-Reply-To: <201702261256.v1QCufsh008639@repo.freebsd.org> --al2xBFN4aSUWoXsiQUmCcUnvGwR08Lifm Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 26/02/2017 =C3=A0 13:56, Mark Linimon a =C3=A9crit : > Author: linimon > Date: Sun Feb 26 12:56:41 2017 > New Revision: 434867 > URL: https://svnweb.freebsd.org/changeset/ports/434867 > > Log: > Mark various ports as broken on armv6: invokes x86 asm. > =20 Shouldn't they be marked as ONLY_FOR_ARCH=3Di386 amd64 instead of listing= all arches that are not those two ? > Approved by: portmgr (tier-2 blanket) > > Modified: > head/biology/avida/Makefile > head/biology/gmap/Makefile > head/devel/k8048/Makefile > head/devel/kyra/Makefile > head/devel/php-uprofiler/Makefile > head/multimedia/libde265/Makefile > head/net-mgmt/fastnetmon/Makefile --=20 Mathieu Arnold --al2xBFN4aSUWoXsiQUmCcUnvGwR08Lifm-- --pxhqrlqSxbMg2qehL1Mgd9OjAETAibxL4 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 iQJ8BAEBCgBmBQJYtTZxXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IlKIP/0PK9zajgEVTZzvpgjyXds+P BgbKyfQ7C4nRK1Ggw7cIw82MshhA7VeG8fQ+88HlmDUxb1M2n0xw38ATeYUfxAKJ G6xVbb0JM6NKRHGzUweDkTelpPgml2Pz0u9lh5i9d5o44ToUxCZO2dz6NlBcQQQJ ol22Mz4e1LvEf1Oo3yapOyH1IBQFFWP70X5XhxVo08nR0MU6H3sBw4BRX4YJGgo+ hfIHX1B8El7wleun+eufCFASuWgPuyro2aJWdSHSUd6LrOabIVG1JiVWP01p7Tj1 eTPkSi1dg+ujMVhynO4OdE5CoZ1OPTBLNzv86Cdsinkj4zevdmqC0FEtzB6t0lTX iYsnMLNI1cSaecVpJw8247OSJhz7PEkoYgKHu38YWlygZrCYaJ3aB6/IVRLzcN7N xpePSlQhfZP0dl4YQMTyKLN60AL2adtuUzG2QTf7dx7orBzdpTe8KKbhFXXs8bM2 tHScNdcIWhTNynvu1WAL3hyEgI3mktiyaaHtKWpJFS7EaIFfuio7Hfn5K2/iuvau 4rOmGX55kQ8XlSJD/1ARFB5VvNJ74JhzSAIcmeLyp0nwLmddEAV77xJZXwdh/ROV bUa3lgM3OwJJjcS4sCKC0NuerMtmfZmhmA7CJ+TmVpccDt/nsjDz8BSMF7JWsy26 zXM7B/QH5gMCdLE01he1 =Dfr4 -----END PGP SIGNATURE----- --pxhqrlqSxbMg2qehL1Mgd9OjAETAibxL4-- From owner-svn-ports-all@freebsd.org Tue Feb 28 08:44:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DB8BCF0F1B; Tue, 28 Feb 2017 08:44:50 +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 E29A0A7B; Tue, 28 Feb 2017 08:44: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 v1S8inXQ043018; Tue, 28 Feb 2017 08:44:49 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S8im9S043013; Tue, 28 Feb 2017 08:44:48 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201702280844.v1S8im9S043013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 28 Feb 2017 08:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435007 - in head/math: . acalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 08:44:50 -0000 Author: danfe Date: Tue Feb 28 08:44:48 2017 New Revision: 435007 URL: https://svnweb.freebsd.org/changeset/ports/435007 Log: `math/acalc' is a simple and pretty Qt4-based expression calculator. Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1481206796 which corresponds to commit 6c032ba tagged as this release. PR: 215158 Submitted by: Andrey Ponomarenko Added: head/math/acalc/ head/math/acalc/Makefile (contents, props changed) head/math/acalc/distinfo (contents, props changed) head/math/acalc/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Feb 28 08:33:44 2017 (r435006) +++ head/math/Makefile Tue Feb 28 08:44:48 2017 (r435007) @@ -75,6 +75,7 @@ SUBDIR += abacus SUBDIR += abakus SUBDIR += abs + SUBDIR += acalc SUBDIR += add SUBDIR += algae SUBDIR += algotutor Added: head/math/acalc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/acalc/Makefile Tue Feb 28 08:44:48 2017 (r435007) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= acalc +PORTVERSION= 0.21 +DISTVERSIONPREFIX= ${PORTNAME}- +CATEGORIES= math + +MAINTAINER= andrey.nik.ponomarenko@gmail.com +COMMENT= Simple and pretty Qt4-based expression calculator + +LICENSE= BSD4CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= anpp + +USES= qmake +USE_QT4= corelib gui moc_build rcc_build uic_build +WRKSRC_SUBDIR= aCalc/aCalc + +PLIST_FILES= bin/acalc share/pixmaps/Calculator-50.png + +DESKTOP_ENTRIES="acalc" "" "${PREFIX}/share/pixmaps/Calculator-50.png" \ + "${PORTNAME}" "" "" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/acalc ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/Icons/Calculator-50.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps + +.include Added: head/math/acalc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/acalc/distinfo Tue Feb 28 08:44:48 2017 (r435007) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481206796 +SHA256 (anpp-acalc-acalc-0.21_GH0.tar.gz) = 0c4f0680a2e87ff7e7814c867c5ca8e3b31edfd36ce996912628bae913c6530c +SIZE (anpp-acalc-acalc-0.21_GH0.tar.gz) = 52961 Added: head/math/acalc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/acalc/pkg-descr Tue Feb 28 08:44:48 2017 (r435007) @@ -0,0 +1,5 @@ +Acalc is simple and pretty expression calculator, based on Qt 4 toolkit. +It offers standard functions (sin, asinh, etc.), pre-defined constants, +variables, hex/octal/binary I/O, original and user-friendly interface. + +WWW: https://github.com/anpp/acalc From owner-svn-ports-all@freebsd.org Tue Feb 28 08:50:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBB05CF101E; Tue, 28 Feb 2017 08:50: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 7104DDDE; Tue, 28 Feb 2017 08:50: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 v1S8oaZ1043362; Tue, 28 Feb 2017 08:50:36 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S8oaq5043360; Tue, 28 Feb 2017 08:50:36 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201702280850.v1S8oaq5043360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 28 Feb 2017 08:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435008 - head/databases/py-agate-sql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 08:50:37 -0000 Author: matthew Date: Tue Feb 28 08:50:36 2017 New Revision: 435008 URL: https://svnweb.freebsd.org/changeset/ports/435008 Log: Update to 0.5.1 ChangeLog: https://github.com/wireservice/agate-sql/blob/master/CHANGELOG.rst Modified: head/databases/py-agate-sql/Makefile head/databases/py-agate-sql/distinfo (contents, props changed) Modified: head/databases/py-agate-sql/Makefile ============================================================================== --- head/databases/py-agate-sql/Makefile Tue Feb 28 08:44:48 2017 (r435007) +++ head/databases/py-agate-sql/Makefile Tue Feb 28 08:50:36 2017 (r435008) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= agate-sql -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= databases textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-agate-sql/distinfo ============================================================================== --- head/databases/py-agate-sql/distinfo Tue Feb 28 08:44:48 2017 (r435007) +++ head/databases/py-agate-sql/distinfo Tue Feb 28 08:50:36 2017 (r435008) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482922201 -SHA256 (agate-sql-0.5.0.tar.gz) = e5fa728dd5c0d71d3c7653a794cd830330fa2cf8b2f02230db68ddea3ab32ffb -SIZE (agate-sql-0.5.0.tar.gz) = 4302 +TIMESTAMP = 1488269781 +SHA256 (agate-sql-0.5.1.tar.gz) = 1ce9c15218f7318b3db49a8d744172da3318d1f719f8cd0135f692f405c3ed75 +SIZE (agate-sql-0.5.1.tar.gz) = 5366 From owner-svn-ports-all@freebsd.org Tue Feb 28 08:50:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 780A0CF1054; Tue, 28 Feb 2017 08:50:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5663AED9; Tue, 28 Feb 2017 08:50:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6E178232; Tue, 28 Feb 2017 08:50:46 +0000 (UTC) Date: Tue, 28 Feb 2017 08:50:46 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434867 - in head: biology/avida biology/gmap devel/k8048 devel/kyra devel/php-uprofiler multimedia/libde265 net-mgmt/fastnetmon Message-ID: <20170228085046.GA89691@FreeBSD.org> References: <201702261256.v1QCufsh008639@repo.freebsd.org> <8a75178e-f8b8-e52c-b118-c6781ed5393e@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8a75178e-f8b8-e52c-b118-c6781ed5393e@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: Tue, 28 Feb 2017 08:50:52 -0000 On Tue, Feb 28, 2017 at 09:36:00AM +0100, Mathieu Arnold wrote: > Le 26/02/2017 ?? 13:56, Mark Linimon a ??crit : > > Author: linimon > > Date: Sun Feb 26 12:56:41 2017 > > New Revision: 434867 > > URL: https://svnweb.freebsd.org/changeset/ports/434867 > > > > Log: > > Mark various ports as broken on armv6: invokes x86 asm. > > Shouldn't they be marked as ONLY_FOR_ARCH=i386 amd64 instead of listing > all arches that are not those two ? Actually original message is misleading: the fact that port does invoke x86 assembler often means "locking primitives are not implemented for $arch" or that the port uses non-portable time keeping instead of doing it in a CPU-agnostic way (and thus might be quite easy to patch). In all these cases Mark should've probably found what the real issue is and provided better BROKEN messages. :-) ./danfe From owner-svn-ports-all@freebsd.org Tue Feb 28 08:51:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80018CF117C; Tue, 28 Feb 2017 08:51:23 +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 4C9F5F9; Tue, 28 Feb 2017 08:51:23 +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 v1S8pMii046223; Tue, 28 Feb 2017 08:51:22 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S8pMnC046221; Tue, 28 Feb 2017 08:51:22 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201702280851.v1S8pMnC046221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 28 Feb 2017 08:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435009 - 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: Tue, 28 Feb 2017 08:51:23 -0000 Author: robak Date: Tue Feb 28 08:51:22 2017 New Revision: 435009 URL: https://svnweb.freebsd.org/changeset/ports/435009 Log: dns/mDNSResponder_nss: update 765.20.4 -> 765.30.11 PR: 216596 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 Tue Feb 28 08:50:36 2017 (r435008) +++ head/dns/mDNSResponder_nss/Makefile Tue Feb 28 08:51:22 2017 (r435009) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mDNSResponder -PORTVERSION= 765.20.4 +PORTVERSION= 765.30.11 CATEGORIES= dns net MASTER_SITES= http://opensource.apple.com/tarballs/mDNSResponder/ PKGNAMESUFFIX= _nss Modified: head/dns/mDNSResponder_nss/distinfo ============================================================================== --- head/dns/mDNSResponder_nss/distinfo Tue Feb 28 08:50:36 2017 (r435008) +++ head/dns/mDNSResponder_nss/distinfo Tue Feb 28 08:51:22 2017 (r435009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480769460 -SHA256 (mDNSResponder-765.20.4.tar.gz) = 1759d0fb52f6382b9d9fc43f53b8b4fd9a61da6aed96eddd86a05419825afdff -SIZE (mDNSResponder-765.20.4.tar.gz) = 2307562 +TIMESTAMP = 1488271041 +SHA256 (mDNSResponder-765.30.11.tar.gz) = e7a98aaa3a4327c65f19a2d656aa9e3ff0208c71773e9c2aecee48cf76e1e7a7 +SIZE (mDNSResponder-765.30.11.tar.gz) = 2315692 From owner-svn-ports-all@freebsd.org Tue Feb 28 09:01:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AC3ACF19BC; Tue, 28 Feb 2017 09:01:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D381F9C0; Tue, 28 Feb 2017 09:01: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 v1S91fK8050912; Tue, 28 Feb 2017 09:01:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S91fLS050910; Tue, 28 Feb 2017 09:01:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702280901.v1S91fLS050910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Feb 2017 09:01:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435010 - head/audio/muse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:01:43 -0000 Author: amdmi3 Date: Tue Feb 28 09:01:41 2017 New Revision: 435010 URL: https://svnweb.freebsd.org/changeset/ports/435010 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to options helpers Added: head/audio/muse/pkg-plist (contents, props changed) Modified: head/audio/muse/Makefile Modified: head/audio/muse/Makefile ============================================================================== --- head/audio/muse/Makefile Tue Feb 28 08:51:22 2017 (r435009) +++ head/audio/muse/Makefile Tue Feb 28 09:01:41 2017 (r435010) @@ -10,7 +10,8 @@ MASTER_SITES= https://files.dyne.org/mus MAINTAINER= ports@FreeBSD.org COMMENT= Multiple Streaming Engine -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis @@ -26,10 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -DHAVE LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lintl PORTDOCS= AUTHORS ChangeLog NEWS KNOWN-BUGS README TODO USAGE -PLIST_FILES= bin/muse man/man1/muse.1.gz -.for lang in es it -PLIST_FILES+= share/locale/${lang}/LC_MESSAGES/muse.mo -.endfor LAME_LIB_DEPENDS= libmp3lame.so:audio/lame LAME_CONFIGURE_ENV= ac_cv_header_lame_lame_h=no @@ -40,11 +37,12 @@ X11_CONFIGURE_OFF= --without-x --with-ru post-patch: @${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' \ ${WRKSRC}/src/portaudio/pa_unix_oss.c + post-patch-SNDFILE-off: @${REINPLACE_CMD} -e '/sndfile >=/s|$$PKG_CONFIG|${FALSE}|' \ ${WRKSRC}/configure -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) Added: head/audio/muse/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/muse/pkg-plist Tue Feb 28 09:01:41 2017 (r435010) @@ -0,0 +1,4 @@ +bin/muse +man/man1/muse.1.gz +share/locale/es/LC_MESSAGES/muse.mo +share/locale/it/LC_MESSAGES/muse.mo From owner-svn-ports-all@freebsd.org Tue Feb 28 09:44:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF031CEE4F4; Tue, 28 Feb 2017 09:44: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 A9928C25; Tue, 28 Feb 2017 09:44: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 v1S9ijBp066444; Tue, 28 Feb 2017 09:44:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9ij2U066441; Tue, 28 Feb 2017 09:44:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280944.v1S9ij2U066441@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, 28 Feb 2017 09:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435011 - head/devel/p5-AnyData X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:44:46 -0000 Author: sunpoet Date: Tue Feb 28 09:44:45 2017 New Revision: 435011 URL: https://svnweb.freebsd.org/changeset/ports/435011 Log: Update to 0.12 - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/AnyData/Changes Modified: head/devel/p5-AnyData/Makefile head/devel/p5-AnyData/distinfo head/devel/p5-AnyData/pkg-plist Modified: head/devel/p5-AnyData/Makefile ============================================================================== --- head/devel/p5-AnyData/Makefile Tue Feb 28 09:01:41 2017 (r435010) +++ head/devel/p5-AnyData/Makefile Tue Feb 28 09:44:45 2017 (r435011) @@ -2,16 +2,24 @@ # $FreeBSD$ PORTNAME= AnyData -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SDOWIDEIT +MASTER_SITE_SUBDIR= CPAN:REHSACK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easy access to data in many formats +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-AnyData/distinfo ============================================================================== --- head/devel/p5-AnyData/distinfo Tue Feb 28 09:01:41 2017 (r435010) +++ head/devel/p5-AnyData/distinfo Tue Feb 28 09:44:45 2017 (r435011) @@ -1,2 +1,3 @@ -SHA256 (AnyData-0.11.tar.gz) = f3eadb3960bbd1eb76f3b5af01bd2ca6e3c84c9b61a7e0f1b4b019c93bf1083f -SIZE (AnyData-0.11.tar.gz) = 60009 +TIMESTAMP = 1488262506 +SHA256 (AnyData-0.12.tar.gz) = be6a957f04a2feba9b305536b132deceba1f455db295b221a63e75567fadbcfc +SIZE (AnyData-0.12.tar.gz) = 59851 Modified: head/devel/p5-AnyData/pkg-plist ============================================================================== --- head/devel/p5-AnyData/pkg-plist Tue Feb 28 09:01:41 2017 (r435010) +++ head/devel/p5-AnyData/pkg-plist Tue Feb 28 09:44:45 2017 (r435011) @@ -1,16 +1,3 @@ -%%PERL5_MAN3%%/AnyData.3.gz -%%PERL5_MAN3%%/AnyData::Format::CSV.3.gz -%%PERL5_MAN3%%/AnyData::Format::Fixed.3.gz -%%PERL5_MAN3%%/AnyData::Format::HTMLtable.3.gz -%%PERL5_MAN3%%/AnyData::Format::Ini.3.gz -%%PERL5_MAN3%%/AnyData::Format::Mp3.3.gz -%%PERL5_MAN3%%/AnyData::Format::Paragraph.3.gz -%%PERL5_MAN3%%/AnyData::Format::Passwd.3.gz -%%PERL5_MAN3%%/AnyData::Format::Pipe.3.gz -%%PERL5_MAN3%%/AnyData::Format::Tab.3.gz -%%PERL5_MAN3%%/AnyData::Format::Weblog.3.gz -%%PERL5_MAN3%%/AnyData::Format::XML.3.gz -%%PERL5_MAN3%%/AnyData::Storage::File.3.gz %%SITE_PERL%%/AnyData.pm %%SITE_PERL%%/AnyData/Format/Base.pm %%SITE_PERL%%/AnyData/Format/CSV.pm @@ -32,3 +19,16 @@ %%SITE_PERL%%/AnyData/Storage/PassThru.pm %%SITE_PERL%%/AnyData/Storage/RAM.pm %%SITE_PERL%%/AnyData/Storage/TiedHash.pm +%%PERL5_MAN3%%/AnyData.3.gz +%%PERL5_MAN3%%/AnyData::Format::CSV.3.gz +%%PERL5_MAN3%%/AnyData::Format::Fixed.3.gz +%%PERL5_MAN3%%/AnyData::Format::HTMLtable.3.gz +%%PERL5_MAN3%%/AnyData::Format::Ini.3.gz +%%PERL5_MAN3%%/AnyData::Format::Mp3.3.gz +%%PERL5_MAN3%%/AnyData::Format::Paragraph.3.gz +%%PERL5_MAN3%%/AnyData::Format::Passwd.3.gz +%%PERL5_MAN3%%/AnyData::Format::Pipe.3.gz +%%PERL5_MAN3%%/AnyData::Format::Tab.3.gz +%%PERL5_MAN3%%/AnyData::Format::Weblog.3.gz +%%PERL5_MAN3%%/AnyData::Format::XML.3.gz +%%PERL5_MAN3%%/AnyData::Storage::File.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:44:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD636CEE51B; Tue, 28 Feb 2017 09:44: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 7FEAFC3A; Tue, 28 Feb 2017 09:44: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 v1S9iohC066579; Tue, 28 Feb 2017 09:44:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9ioRF066576; Tue, 28 Feb 2017 09:44:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280944.v1S9ioRF066576@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, 28 Feb 2017 09:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435012 - head/devel/p5-Carp-REPL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:44:51 -0000 Author: sunpoet Date: Tue Feb 28 09:44:50 2017 New Revision: 435012 URL: https://svnweb.freebsd.org/changeset/ports/435012 Log: Update to 0.18 - Add LICENSE - Fix *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Carp-REPL/Changes Modified: head/devel/p5-Carp-REPL/Makefile head/devel/p5-Carp-REPL/distinfo head/devel/p5-Carp-REPL/pkg-plist Modified: head/devel/p5-Carp-REPL/Makefile ============================================================================== --- head/devel/p5-Carp-REPL/Makefile Tue Feb 28 09:44:45 2017 (r435011) +++ head/devel/p5-Carp-REPL/Makefile Tue Feb 28 09:44:50 2017 (r435012) @@ -2,24 +2,28 @@ # $FreeBSD$ PORTNAME= Carp-REPL -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:TSIBLEY +MASTER_SITE_SUBDIR= CPAN:ETHER PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read-Eval-Print-Loop on die and/or warn -BUILD_DEPENDS= devel/p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer \ p5-Devel-LexAlias>=0:devel/p5-Devel-LexAlias \ p5-Devel-REPL>=0:devel/p5-Devel-REPL \ - p5-Devel-StackTrace-WithLexicals>0:devel/p5-Devel-StackTrace-WithLexicals \ - p5-Lexical-Persistence>0:devel/p5-Lexical-Persistence \ - p5-namespace-clean>=0:devel/p5-namespace-clean + p5-Devel-StackTrace-WithLexicals>=0:devel/p5-Devel-StackTrace-WithLexicals \ + p5-Lexical-Persistence>=0:devel/p5-Lexical-Persistence \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Expect>=0:devel/p5-Test-Expect +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Carp-REPL/distinfo ============================================================================== --- head/devel/p5-Carp-REPL/distinfo Tue Feb 28 09:44:45 2017 (r435011) +++ head/devel/p5-Carp-REPL/distinfo Tue Feb 28 09:44:50 2017 (r435012) @@ -1,2 +1,3 @@ -SHA256 (Carp-REPL-0.17.tar.gz) = 1baa5bc2bb82a5223c6640edbff0cfda6396d88e1d49acbcc1fbe03b3e25c78a -SIZE (Carp-REPL-0.17.tar.gz) = 27917 +TIMESTAMP = 1488262516 +SHA256 (Carp-REPL-0.18.tar.gz) = 78afef4ebdd3fd3848c60839cabe0766a8cbf419a29e6a80246c5752fb17d1a7 +SIZE (Carp-REPL-0.18.tar.gz) = 13283 Modified: head/devel/p5-Carp-REPL/pkg-plist ============================================================================== --- head/devel/p5-Carp-REPL/pkg-plist Tue Feb 28 09:44:45 2017 (r435011) +++ head/devel/p5-Carp-REPL/pkg-plist Tue Feb 28 09:44:50 2017 (r435012) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Carp::REPL.3.gz -%%PERL5_MAN3%%/Devel::REPL::Plugin::Carp::REPL.3.gz %%SITE_PERL%%/Carp/REPL.pm %%SITE_PERL%%/Devel/REPL/Plugin/Carp/REPL.pm +%%PERL5_MAN3%%/Carp::REPL.3.gz +%%PERL5_MAN3%%/Devel::REPL::Plugin::Carp::REPL.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:44:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 222B5CEE548; Tue, 28 Feb 2017 09:44: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 C9937C97; Tue, 28 Feb 2017 09:44: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 v1S9itvh066711; Tue, 28 Feb 2017 09:44:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9itOZ066708; Tue, 28 Feb 2017 09:44:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280944.v1S9itOZ066708@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, 28 Feb 2017 09:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435013 - head/devel/p5-Check-ISA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:44:57 -0000 Author: sunpoet Date: Tue Feb 28 09:44:55 2017 New Revision: 435013 URL: https://svnweb.freebsd.org/changeset/ports/435013 Log: Update to 0.09 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Check-ISA/Changes Modified: head/devel/p5-Check-ISA/Makefile head/devel/p5-Check-ISA/distinfo head/devel/p5-Check-ISA/pkg-plist Modified: head/devel/p5-Check-ISA/Makefile ============================================================================== --- head/devel/p5-Check-ISA/Makefile Tue Feb 28 09:44:50 2017 (r435012) +++ head/devel/p5-Check-ISA/Makefile Tue Feb 28 09:44:55 2017 (r435013) @@ -2,19 +2,23 @@ # $FreeBSD$ PORTNAME= Check-ISA -PORTVERSION= 0.04 -PORTREVISION= 2 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:NUFFIN +MASTER_SITE_SUBDIR= CPAN:MANWAR PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= DWIM, correct checking of an object's class +COMMENT= DWIM, correct checking of an object's class #' + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter BUILD_DEPENDS:= ${RUN_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Check-ISA/distinfo ============================================================================== --- head/devel/p5-Check-ISA/distinfo Tue Feb 28 09:44:50 2017 (r435012) +++ head/devel/p5-Check-ISA/distinfo Tue Feb 28 09:44:55 2017 (r435013) @@ -1,2 +1,3 @@ -SHA256 (Check-ISA-0.04.tar.gz) = 48e9bdad799dfcbcd8b081a1f6c165d7fe5236f63290506cad44b27b74db2312 -SIZE (Check-ISA-0.04.tar.gz) = 5552 +TIMESTAMP = 1488262523 +SHA256 (Check-ISA-0.09.tar.gz) = bc4865d29525940a5cf571cb7f38e8430316e47d4c10085f227d20fbf41d904c +SIZE (Check-ISA-0.09.tar.gz) = 13828 Modified: head/devel/p5-Check-ISA/pkg-plist ============================================================================== --- head/devel/p5-Check-ISA/pkg-plist Tue Feb 28 09:44:50 2017 (r435012) +++ head/devel/p5-Check-ISA/pkg-plist Tue Feb 28 09:44:55 2017 (r435013) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Check::ISA.3.gz %%SITE_PERL%%/Check/ISA.pm +%%PERL5_MAN3%%/Check::ISA.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:45:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F16ECEE57A; Tue, 28 Feb 2017 09:45: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 42046D1F; Tue, 28 Feb 2017 09:45: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 v1S9j1S9066884; Tue, 28 Feb 2017 09:45:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9j1Tt066881; Tue, 28 Feb 2017 09:45:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280945.v1S9j1Tt066881@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, 28 Feb 2017 09:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435014 - in head: databases/p5-DBIx-Class databases/p5-DBIx-Class-Schema-Loader devel/p5-Class-C3-Componentised X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:45:02 -0000 Author: sunpoet Date: Tue Feb 28 09:45:00 2017 New Revision: 435014 URL: https://svnweb.freebsd.org/changeset/ports/435014 Log: Use real PORTVERSION and update dependent ports - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Remove post-extract: - Sort PLIST Modified: head/databases/p5-DBIx-Class-Schema-Loader/Makefile head/databases/p5-DBIx-Class/Makefile head/devel/p5-Class-C3-Componentised/Makefile head/devel/p5-Class-C3-Componentised/pkg-plist Modified: head/databases/p5-DBIx-Class-Schema-Loader/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Schema-Loader/Makefile Tue Feb 28 09:44:55 2017 (r435013) +++ head/databases/p5-DBIx-Class-Schema-Loader/Makefile Tue Feb 28 09:45:00 2017 (r435014) @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ p5-Class-Accessor-Grouped>=0.10002:devel/p5-Class-Accessor-Grouped \ - p5-Class-C3-Componentised>=1.0008:devel/p5-Class-C3-Componentised \ + p5-Class-C3-Componentised>=1.000800:devel/p5-Class-C3-Componentised \ p5-Class-Inspector>=1.27:devel/p5-Class-Inspector \ p5-Class-Load>=0:devel/p5-Class-Load \ p5-Class-Unload>=0:devel/p5-Class-Unload \ Modified: head/databases/p5-DBIx-Class/Makefile ============================================================================== --- head/databases/p5-DBIx-Class/Makefile Tue Feb 28 09:44:55 2017 (r435013) +++ head/databases/p5-DBIx-Class/Makefile Tue Feb 28 09:45:00 2017 (r435014) @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor-Grouped>=0.10012:devel/p5-Class-Accessor-Grouped \ - p5-Class-C3-Componentised>=1.0009:devel/p5-Class-C3-Componentised \ + p5-Class-C3-Componentised>=1.000900:devel/p5-Class-C3-Componentised \ p5-Class-Inspector>=1.24:devel/p5-Class-Inspector \ p5-Class-Method-Modifiers>=1.06:devel/p5-Class-Method-Modifiers \ p5-Config-Any>=0.20:devel/p5-Config-Any \ Modified: head/devel/p5-Class-C3-Componentised/Makefile ============================================================================== --- head/devel/p5-Class-C3-Componentised/Makefile Tue Feb 28 09:44:55 2017 (r435013) +++ head/devel/p5-Class-C3-Componentised/Makefile Tue Feb 28 09:45:00 2017 (r435014) @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= Class-C3-Componentised -PORTVERSION= 1.0010 -DISTVERSIONSUFFIX= 00 -PORTREVISION= 1 +PORTVERSION= 1.001000 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,19 +10,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Load mix-ins or components to your C3-based class -RUN_DEPENDS= p5-Class-C3>=0.20:devel/p5-Class-C3 \ - p5-MRO-Compat>0:devel/p5-MRO-Compat \ - p5-Class-Inspector>=0:devel/p5-Class-Inspector -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-Class-C3>=0.20:devel/p5-Class-C3 \ + p5-Class-Inspector>=0:devel/p5-Class-Inspector \ + p5-MRO-Compat>0:devel/p5-MRO-Compat +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ - p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ - p5-Test-Pod>=1.14:devel/p5-Test-Pod + p5-Test-Pod>=1.14:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-extract: - @${REINPLACE_CMD} -i '' -e '/Test::/d' ${WRKSRC}/Makefile.PL - .include Modified: head/devel/p5-Class-C3-Componentised/pkg-plist ============================================================================== --- head/devel/p5-Class-C3-Componentised/pkg-plist Tue Feb 28 09:44:55 2017 (r435013) +++ head/devel/p5-Class-C3-Componentised/pkg-plist Tue Feb 28 09:45:00 2017 (r435014) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Class::C3::Componentised.3.gz -%%PERL5_MAN3%%/Class::C3::Componentised::ApplyHooks.3.gz %%SITE_PERL%%/Class/C3/Componentised.pm %%SITE_PERL%%/Class/C3/Componentised/ApplyHooks.pm +%%PERL5_MAN3%%/Class::C3::Componentised.3.gz +%%PERL5_MAN3%%/Class::C3::Componentised::ApplyHooks.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:45:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CC5ACEE5AD; Tue, 28 Feb 2017 09:45: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 2ADADD98; Tue, 28 Feb 2017 09:45: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 v1S9j6QF067018; Tue, 28 Feb 2017 09:45:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9j5w7067015; Tue, 28 Feb 2017 09:45:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280945.v1S9j5w7067015@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, 28 Feb 2017 09:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435015 - head/devel/p5-Class-Delegation X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:45:07 -0000 Author: sunpoet Date: Tue Feb 28 09:45:05 2017 New Revision: 435015 URL: https://svnweb.freebsd.org/changeset/ports/435015 Log: Update to 1.9.0 - Remove MASTER_SITE_SUBDIR - Add LICENSE - Add NO_ARCH - Convert to options target helper - Sort PLIST Changes: http://search.cpan.org/dist/Class-Delegation/Changes Modified: head/devel/p5-Class-Delegation/Makefile head/devel/p5-Class-Delegation/distinfo head/devel/p5-Class-Delegation/pkg-plist Modified: head/devel/p5-Class-Delegation/Makefile ============================================================================== --- head/devel/p5-Class-Delegation/Makefile Tue Feb 28 09:45:00 2017 (r435014) +++ head/devel/p5-Class-Delegation/Makefile Tue Feb 28 09:45:05 2017 (r435015) @@ -2,23 +2,24 @@ # $FreeBSD$ PORTNAME= Class-Delegation -PORTVERSION= 1.7.1 -DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTVERSION= 1.9.0 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DCONWAY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Object-oriented delegation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/demo/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/devel/p5-Class-Delegation/distinfo ============================================================================== --- head/devel/p5-Class-Delegation/distinfo Tue Feb 28 09:45:00 2017 (r435014) +++ head/devel/p5-Class-Delegation/distinfo Tue Feb 28 09:45:05 2017 (r435015) @@ -1,2 +1,3 @@ -SHA256 (Class-Delegation-v1.7.1.tar.gz) = a4ce8608e2069aa5c96b8be47c6bad4bc64d4c5d22fd15429ac5135eb75f28f2 -SIZE (Class-Delegation-v1.7.1.tar.gz) = 14583 +TIMESTAMP = 1488223206 +SHA256 (Class-Delegation-1.9.0.tar.gz) = 9841da97bbade4cb5a29127b07077de789736ba215b70fe229a9ff9260ff55df +SIZE (Class-Delegation-1.9.0.tar.gz) = 14709 Modified: head/devel/p5-Class-Delegation/pkg-plist ============================================================================== --- head/devel/p5-Class-Delegation/pkg-plist Tue Feb 28 09:45:00 2017 (r435014) +++ head/devel/p5-Class-Delegation/pkg-plist Tue Feb 28 09:45:05 2017 (r435015) @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Class::Delegation.3.gz %%SITE_PERL%%/Class/Delegation.pm +%%PERL5_MAN3%%/Class::Delegation.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_adapt_interface.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_change_semantics.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_facade.pl From owner-svn-ports-all@freebsd.org Tue Feb 28 09:45:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D55FCEE5DB; Tue, 28 Feb 2017 09:45: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 C8740E0A; Tue, 28 Feb 2017 09:45: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 v1S9jAxE067135; Tue, 28 Feb 2017 09:45:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9jAIp067133; Tue, 28 Feb 2017 09:45:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280945.v1S9jAIp067133@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, 28 Feb 2017 09:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435016 - head/devel/p5-Config-INI-Reader-Ordered X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:45:12 -0000 Author: sunpoet Date: Tue Feb 28 09:45:10 2017 New Revision: 435016 URL: https://svnweb.freebsd.org/changeset/ports/435016 Log: Update to 0.020 - Remove MASTER_SITE_SUBDIR - Add LICENSE_FILE - Remove TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Config-INI-Reader-Ordered/Changes Modified: head/devel/p5-Config-INI-Reader-Ordered/Makefile head/devel/p5-Config-INI-Reader-Ordered/distinfo Modified: head/devel/p5-Config-INI-Reader-Ordered/Makefile ============================================================================== --- head/devel/p5-Config-INI-Reader-Ordered/Makefile Tue Feb 28 09:45:05 2017 (r435015) +++ head/devel/p5-Config-INI-Reader-Ordered/Makefile Tue Feb 28 09:45:10 2017 (r435016) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Config-INI-Reader-Ordered -PORTVERSION= 0.011 +PORTVERSION= 0.020 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:HDP PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -13,12 +12,12 @@ COMMENT= INI-file parser that returns se LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Config-INI>=0:devel/p5-Config-INI RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Config-INI-Reader-Ordered/distinfo ============================================================================== --- head/devel/p5-Config-INI-Reader-Ordered/distinfo Tue Feb 28 09:45:05 2017 (r435015) +++ head/devel/p5-Config-INI-Reader-Ordered/distinfo Tue Feb 28 09:45:10 2017 (r435016) @@ -1,2 +1,3 @@ -SHA256 (Config-INI-Reader-Ordered-0.011.tar.gz) = a8c41c33fdacf85fd8f93e2fd587e33c7b70281d2d1e1c1e293ad8ac8d8eadcb -SIZE (Config-INI-Reader-Ordered-0.011.tar.gz) = 13301 +TIMESTAMP = 1488265335 +SHA256 (Config-INI-Reader-Ordered-0.020.tar.gz) = 5984458afa48e6aede17f2347a80ef9937238c75c525d2f12628123ab0b9f71d +SIZE (Config-INI-Reader-Ordered-0.020.tar.gz) = 14945 From owner-svn-ports-all@freebsd.org Tue Feb 28 09:45:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4050CEE610; Tue, 28 Feb 2017 09:45: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 A64F4E79; Tue, 28 Feb 2017 09:45: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 v1S9jFKa067270; Tue, 28 Feb 2017 09:45:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9jF0K067267; Tue, 28 Feb 2017 09:45:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280945.v1S9jF0K067267@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, 28 Feb 2017 09:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435017 - head/devel/p5-Contextual-Return X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:45:17 -0000 Author: sunpoet Date: Tue Feb 28 09:45:15 2017 New Revision: 435017 URL: https://svnweb.freebsd.org/changeset/ports/435017 Log: Update to 0.004010 - Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Contextual-Return/Changes Modified: head/devel/p5-Contextual-Return/Makefile head/devel/p5-Contextual-Return/distinfo head/devel/p5-Contextual-Return/pkg-plist Modified: head/devel/p5-Contextual-Return/Makefile ============================================================================== --- head/devel/p5-Contextual-Return/Makefile Tue Feb 28 09:45:10 2017 (r435016) +++ head/devel/p5-Contextual-Return/Makefile Tue Feb 28 09:45:15 2017 (r435017) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= Contextual-Return -PORTVERSION= 0.004.007 -PORTREVISION= 1 +PORTVERSION= 0.004010 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DCONWAY PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Create context-sensitive return values +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Want>=0:devel/p5-Want -RUN_DEPENDS= p5-Want>=0:devel/p5-Want +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Contextual-Return/distinfo ============================================================================== --- head/devel/p5-Contextual-Return/distinfo Tue Feb 28 09:45:10 2017 (r435016) +++ head/devel/p5-Contextual-Return/distinfo Tue Feb 28 09:45:15 2017 (r435017) @@ -1,2 +1,3 @@ -SHA256 (Contextual-Return-0.004007.tar.gz) = 3a8e81b3592c581d21fc567c7965c329bac9ffc39ef3c3e2cbb5706621d938ff -SIZE (Contextual-Return-0.004007.tar.gz) = 39900 +TIMESTAMP = 1488262539 +SHA256 (Contextual-Return-0.004010.tar.gz) = d055c53e1c514c0be40abf0c8ba830adf0b6cb5dd70ea4df70a28ef918dff56c +SIZE (Contextual-Return-0.004010.tar.gz) = 40832 Modified: head/devel/p5-Contextual-Return/pkg-plist ============================================================================== --- head/devel/p5-Contextual-Return/pkg-plist Tue Feb 28 09:45:10 2017 (r435016) +++ head/devel/p5-Contextual-Return/pkg-plist Tue Feb 28 09:45:15 2017 (r435017) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Contextual::Return.3.gz -%%PERL5_MAN3%%/Contextual::Return::Failure.3.gz %%SITE_PERL%%/Contextual/Return.pm %%SITE_PERL%%/Contextual/Return/Failure.pm +%%PERL5_MAN3%%/Contextual::Return.3.gz +%%PERL5_MAN3%%/Contextual::Return::Failure.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:45:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0AC2CEE643; Tue, 28 Feb 2017 09:45: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 8FFD3EEA; Tue, 28 Feb 2017 09:45: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 v1S9jKOD067386; Tue, 28 Feb 2017 09:45:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9jKQJ067384; Tue, 28 Feb 2017 09:45:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280945.v1S9jKQJ067384@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, 28 Feb 2017 09:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435018 - head/devel/p5-Data-Hexdumper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:45:21 -0000 Author: sunpoet Date: Tue Feb 28 09:45:20 2017 New Revision: 435018 URL: https://svnweb.freebsd.org/changeset/ports/435018 Log: Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-Data-Hexdumper/Makefile head/devel/p5-Data-Hexdumper/pkg-plist Modified: head/devel/p5-Data-Hexdumper/Makefile ============================================================================== --- head/devel/p5-Data-Hexdumper/Makefile Tue Feb 28 09:45:15 2017 (r435017) +++ head/devel/p5-Data-Hexdumper/Makefile Tue Feb 28 09:45:20 2017 (r435018) @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME= Data-Hexdumper -PORTVERSION= 3.00.01 -PORTREVISION= 1 +PORTVERSION= 3.0001 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Module for displaying binary data in a readable format +LICENSE= ART10 GPLv2 +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/ARTISTIC.txt +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2.txt + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Data-Hexdumper/pkg-plist ============================================================================== --- head/devel/p5-Data-Hexdumper/pkg-plist Tue Feb 28 09:45:15 2017 (r435017) +++ head/devel/p5-Data-Hexdumper/pkg-plist Tue Feb 28 09:45:20 2017 (r435018) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Data::Hexdumper.3.gz %%SITE_PERL%%/Data/Hexdumper.pm +%%PERL5_MAN3%%/Data::Hexdumper.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:45:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 452EFCEE6A0; Tue, 28 Feb 2017 09:45: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 ED989134; Tue, 28 Feb 2017 09:45:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9jhWW067513; Tue, 28 Feb 2017 09:45:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9jgqc067511; Tue, 28 Feb 2017 09:45:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280945.v1S9jgqc067511@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, 28 Feb 2017 09:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435019 - head/devel/p5-DateTime-Event-Sunrise X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:45:44 -0000 Author: sunpoet Date: Tue Feb 28 09:45:42 2017 New Revision: 435019 URL: https://svnweb.freebsd.org/changeset/ports/435019 Log: Update to 0.0505 - Use real PORTVERSION - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/DateTime-Event-Sunrise/Changes Modified: head/devel/p5-DateTime-Event-Sunrise/Makefile head/devel/p5-DateTime-Event-Sunrise/distinfo Modified: head/devel/p5-DateTime-Event-Sunrise/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-Sunrise/Makefile Tue Feb 28 09:45:20 2017 (r435018) +++ head/devel/p5-DateTime-Event-Sunrise/Makefile Tue Feb 28 09:45:42 2017 (r435019) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= DateTime-Event-Sunrise -PORTVERSION= 0.05.03 -PORTREVISION= 1 +PORTVERSION= 0.0505 CATEGORIES= devel perl5 MASTER_SITES= CPAN -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,13 +12,16 @@ COMMENT= DateTime Objects for sunrise an LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0.21:devel/p5-DateTime \ p5-DateTime-Set>=0.16:devel/p5-DateTime-Set \ p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Set-Infinite>=0:devel/p5-Set-Infinite RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-DateTime-Event-Sunrise/distinfo ============================================================================== --- head/devel/p5-DateTime-Event-Sunrise/distinfo Tue Feb 28 09:45:20 2017 (r435018) +++ head/devel/p5-DateTime-Event-Sunrise/distinfo Tue Feb 28 09:45:42 2017 (r435019) @@ -1,2 +1,3 @@ -SHA256 (DateTime-Event-Sunrise-0.0503.tar.gz) = 361d21f6ba875dfe49079a060816067828a3f1942edfcecbb8fc07a7adff9be7 -SIZE (DateTime-Event-Sunrise-0.0503.tar.gz) = 30116 +TIMESTAMP = 1488262547 +SHA256 (DateTime-Event-Sunrise-0.0505.tar.gz) = 6d9f592252ca1428d0357f81449b973775948892d83e4f5e3dce6b383364404e +SIZE (DateTime-Event-Sunrise-0.0505.tar.gz) = 34545 From owner-svn-ports-all@freebsd.org Tue Feb 28 09:46:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E439CEE718; Tue, 28 Feb 2017 09:46: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 4D92369D; Tue, 28 Feb 2017 09:46:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9kdiL067658; Tue, 28 Feb 2017 09:46:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9kduc067656; Tue, 28 Feb 2017 09:46:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280946.v1S9kduc067656@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, 28 Feb 2017 09:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435020 - head/devel/p5-DateTime-Format-IBeat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:46:40 -0000 Author: sunpoet Date: Tue Feb 28 09:46:39 2017 New Revision: 435020 URL: https://svnweb.freebsd.org/changeset/ports/435020 Log: Use real PORTVERSION - Remove DISTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-DateTime-Format-IBeat/Makefile head/devel/p5-DateTime-Format-IBeat/pkg-plist Modified: head/devel/p5-DateTime-Format-IBeat/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-IBeat/Makefile Tue Feb 28 09:45:42 2017 (r435019) +++ head/devel/p5-DateTime-Format-IBeat/Makefile Tue Feb 28 09:46:39 2017 (r435020) @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-IBeat -PORTVERSION= 0.16.1 -PORTREVISION= 1 -DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/} +PORTVERSION= 0.161 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -13,9 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Format times in .beat notation +LICENSE= ART10 GPLv2 +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/Artistic +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-DateTime-Format-IBeat/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-IBeat/pkg-plist Tue Feb 28 09:45:42 2017 (r435019) +++ head/devel/p5-DateTime-Format-IBeat/pkg-plist Tue Feb 28 09:46:39 2017 (r435020) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Format::IBeat.3.gz %%SITE_PERL%%/DateTime/Format/IBeat.pm +%%PERL5_MAN3%%/DateTime::Format::IBeat.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:46:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 214EACEE72F; Tue, 28 Feb 2017 09:46:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E21A76B1; Tue, 28 Feb 2017 09:46: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 v1S9khCk067777; Tue, 28 Feb 2017 09:46:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9kh60067775; Tue, 28 Feb 2017 09:46:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280946.v1S9kh60067775@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, 28 Feb 2017 09:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435021 - head/devel/p5-DateTime-Format-ISO8601 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:46:45 -0000 Author: sunpoet Date: Tue Feb 28 09:46:43 2017 New Revision: 435021 URL: https://svnweb.freebsd.org/changeset/ports/435021 Log: Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-DateTime-Format-ISO8601/Makefile head/devel/p5-DateTime-Format-ISO8601/pkg-plist Modified: head/devel/p5-DateTime-Format-ISO8601/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-ISO8601/Makefile Tue Feb 28 09:46:39 2017 (r435020) +++ head/devel/p5-DateTime-Format-ISO8601/Makefile Tue Feb 28 09:46:43 2017 (r435021) @@ -13,11 +13,13 @@ COMMENT= Parse ISO8601 formats LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0.18:devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.77:devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-DateTime-Format-ISO8601/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-ISO8601/pkg-plist Tue Feb 28 09:46:39 2017 (r435020) +++ head/devel/p5-DateTime-Format-ISO8601/pkg-plist Tue Feb 28 09:46:43 2017 (r435021) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/DateTime::Format::ISO8601.3.gz %%SITE_PERL%%/DateTime/Format/ISO8601.pm %%SITE_PERL%%/DateTime/Format/ISO8601.pod +%%PERL5_MAN3%%/DateTime::Format::ISO8601.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:46:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF755CEE76B; Tue, 28 Feb 2017 09:46:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DFA36DD; Tue, 28 Feb 2017 09:46:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9kmfD067895; Tue, 28 Feb 2017 09:46:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9kmvU067892; Tue, 28 Feb 2017 09:46:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280946.v1S9kmvU067892@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, 28 Feb 2017 09:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435022 - head/devel/p5-DateTime-Format-Mail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:46:50 -0000 Author: sunpoet Date: Tue Feb 28 09:46:48 2017 New Revision: 435022 URL: https://svnweb.freebsd.org/changeset/ports/435022 Log: Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-DateTime-Format-Mail/Makefile head/devel/p5-DateTime-Format-Mail/pkg-plist Modified: head/devel/p5-DateTime-Format-Mail/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Mail/Makefile Tue Feb 28 09:46:43 2017 (r435021) +++ head/devel/p5-DateTime-Format-Mail/Makefile Tue Feb 28 09:46:48 2017 (r435022) @@ -2,19 +2,23 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Mail -PORTVERSION= 0.40.3 +PORTVERSION= 0.403 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Convert between DateTime and RFC2822/822 formats +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-DateTime>=0:devel/p5-DateTime BUILD_DEPENDS:= ${RUN_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-DateTime-Format-Mail/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-Mail/pkg-plist Tue Feb 28 09:46:43 2017 (r435021) +++ head/devel/p5-DateTime-Format-Mail/pkg-plist Tue Feb 28 09:46:48 2017 (r435022) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Format::Mail.3.gz %%SITE_PERL%%/DateTime/Format/Mail.pm +%%PERL5_MAN3%%/DateTime::Format::Mail.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:46:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D19DCCEE7B4; Tue, 28 Feb 2017 09:46:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A64F57B9; Tue, 28 Feb 2017 09:46:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9krpO068050; Tue, 28 Feb 2017 09:46:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9krA1068046; Tue, 28 Feb 2017 09:46:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280946.v1S9krA1068046@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, 28 Feb 2017 09:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435023 - in head: databases/p5-Rose-DB devel/p5-DateTime-Format-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:46:54 -0000 Author: sunpoet Date: Tue Feb 28 09:46:53 2017 New Revision: 435023 URL: https://svnweb.freebsd.org/changeset/ports/435023 Log: Update to 0.16012 - Use real PORTVERSION and update dependent port - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/DateTime-Format-Pg/Changes Modified: head/databases/p5-Rose-DB/Makefile head/devel/p5-DateTime-Format-Pg/Makefile head/devel/p5-DateTime-Format-Pg/distinfo head/devel/p5-DateTime-Format-Pg/pkg-plist Modified: head/databases/p5-Rose-DB/Makefile ============================================================================== --- head/databases/p5-Rose-DB/Makefile Tue Feb 28 09:46:48 2017 (r435022) +++ head/databases/p5-Rose-DB/Makefile Tue Feb 28 09:46:53 2017 (r435023) @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=6.4:math/p p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-Format-MySQL>=0:devel/p5-DateTime-Format-MySQL \ p5-DateTime-Format-Oracle>=0:devel/p5-DateTime-Format-Oracle \ - p5-DateTime-Format-Pg>=0.11:devel/p5-DateTime-Format-Pg \ + p5-DateTime-Format-Pg>=0.11000:devel/p5-DateTime-Format-Pg \ p5-Rose-DateTime>=0.532,1:devel/p5-Rose-DateTime \ p5-Rose-Object>=0.854:devel/p5-Rose-Object \ p5-SQL-ReservedWords>=0:databases/p5-SQL-ReservedWords \ Modified: head/devel/p5-DateTime-Format-Pg/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Pg/Makefile Tue Feb 28 09:46:48 2017 (r435022) +++ head/devel/p5-DateTime-Format-Pg/Makefile Tue Feb 28 09:46:53 2017 (r435023) @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Pg -PORTVERSION= 0.16.009 -PORTREVISION= 1 +PORTVERSION= 0.16012 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format PostgreSQL dates and times +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-DateTime>=0.10:devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.72:devel/p5-DateTime-Format-Builder \ p5-DateTime-TimeZone>=0.05:devel/p5-DateTime-TimeZone RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny .include Modified: head/devel/p5-DateTime-Format-Pg/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Pg/distinfo Tue Feb 28 09:46:48 2017 (r435022) +++ head/devel/p5-DateTime-Format-Pg/distinfo Tue Feb 28 09:46:53 2017 (r435023) @@ -1,2 +1,3 @@ -SHA256 (DateTime-Format-Pg-0.16009.tar.gz) = 629380fd8e4e896715f4df60969f3aaffc07a59905af705b47b1b929f2ef73fb -SIZE (DateTime-Format-Pg-0.16009.tar.gz) = 29082 +TIMESTAMP = 1488262557 +SHA256 (DateTime-Format-Pg-0.16012.tar.gz) = ebd7d334b6cb53a35b7cf0a7acc11ac7839eb0664e8b239edd2450f405c1d9f5 +SIZE (DateTime-Format-Pg-0.16012.tar.gz) = 29403 Modified: head/devel/p5-DateTime-Format-Pg/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-Pg/pkg-plist Tue Feb 28 09:46:48 2017 (r435022) +++ head/devel/p5-DateTime-Format-Pg/pkg-plist Tue Feb 28 09:46:53 2017 (r435023) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Format::Pg.3.gz %%SITE_PERL%%/DateTime/Format/Pg.pm +%%PERL5_MAN3%%/DateTime::Format::Pg.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:46:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAD35CEE7E8; Tue, 28 Feb 2017 09:46:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4DB383C; Tue, 28 Feb 2017 09:46: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 v1S9kwL9068175; Tue, 28 Feb 2017 09:46:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9kw2A068173; Tue, 28 Feb 2017 09:46:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280946.v1S9kw2A068173@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, 28 Feb 2017 09:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435024 - in head/devel: p5-DateTime-Event-Sunrise p5-DateTime-Set X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:00 -0000 Author: sunpoet Date: Tue Feb 28 09:46:58 2017 New Revision: 435024 URL: https://svnweb.freebsd.org/changeset/ports/435024 Log: Use real PORTVERSION and update dependent ports Modified: head/devel/p5-DateTime-Event-Sunrise/Makefile head/devel/p5-DateTime-Set/Makefile Modified: head/devel/p5-DateTime-Event-Sunrise/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-Sunrise/Makefile Tue Feb 28 09:46:53 2017 (r435023) +++ head/devel/p5-DateTime-Event-Sunrise/Makefile Tue Feb 28 09:46:58 2017 (r435024) @@ -15,7 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0.21:devel/p5-DateTime \ - p5-DateTime-Set>=0.16:devel/p5-DateTime-Set \ + p5-DateTime-Set>=0.1600:devel/p5-DateTime-Set \ p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Set-Infinite>=0:devel/p5-Set-Infinite RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-DateTime-Set/Makefile ============================================================================== --- head/devel/p5-DateTime-Set/Makefile Tue Feb 28 09:46:53 2017 (r435023) +++ head/devel/p5-DateTime-Set/Makefile Tue Feb 28 09:46:58 2017 (r435024) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Set -PORTVERSION= 0.39 -DISTVERSIONSUFFIX= 00 +PORTVERSION= 0.3900 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7786FCEE82C; Tue, 28 Feb 2017 09:47:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D3298A4; Tue, 28 Feb 2017 09:47: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 v1S9l3xA068311; Tue, 28 Feb 2017 09:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9l31D068308; Tue, 28 Feb 2017 09:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9l31D068308@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, 28 Feb 2017 09:47:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435025 - head/graphics/p5-Captcha-reCAPTCHA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:04 -0000 Author: sunpoet Date: Tue Feb 28 09:47:02 2017 New Revision: 435025 URL: https://svnweb.freebsd.org/changeset/ports/435025 Log: Update to 0.98 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Captcha-reCAPTCHA/Changes Modified: head/graphics/p5-Captcha-reCAPTCHA/Makefile head/graphics/p5-Captcha-reCAPTCHA/distinfo head/graphics/p5-Captcha-reCAPTCHA/pkg-plist Modified: head/graphics/p5-Captcha-reCAPTCHA/Makefile ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA/Makefile Tue Feb 28 09:46:58 2017 (r435024) +++ head/graphics/p5-Captcha-reCAPTCHA/Makefile Tue Feb 28 09:47:02 2017 (r435025) @@ -2,21 +2,28 @@ # $FreeBSD$ PORTNAME= Captcha-reCAPTCHA -PORTVERSION= 0.97 -PORTREVISION= 1 +PORTVERSION= 0.98 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:PHRED +MASTER_SITE_SUBDIR= CPAN:SUNNYP PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the reCAPTCHA API +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-HTML-Tiny>=0:textproc/p5-HTML-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure +WRKSRC= ${WRKDIR}/Captcha-reCaptcha + +post-patch: + @${FIND} ${WRKSRC} -name '._*' -delete .include Modified: head/graphics/p5-Captcha-reCAPTCHA/distinfo ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA/distinfo Tue Feb 28 09:46:58 2017 (r435024) +++ head/graphics/p5-Captcha-reCAPTCHA/distinfo Tue Feb 28 09:47:02 2017 (r435025) @@ -1,2 +1,3 @@ -SHA256 (Captcha-reCAPTCHA-0.97.tar.gz) = 988b10b1ef89045f153f12fccd0b298fb6a239a54c769ca7ad264a9510f4c289 -SIZE (Captcha-reCAPTCHA-0.97.tar.gz) = 9311 +TIMESTAMP = 1488262564 +SHA256 (Captcha-reCAPTCHA-0.98.tar.gz) = 9eac5c0aebcbba8e22687d136e5f8630d865874abed3b1f92b6fc65d4c9a8cd9 +SIZE (Captcha-reCAPTCHA-0.98.tar.gz) = 13096 Modified: head/graphics/p5-Captcha-reCAPTCHA/pkg-plist ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA/pkg-plist Tue Feb 28 09:46:58 2017 (r435024) +++ head/graphics/p5-Captcha-reCAPTCHA/pkg-plist Tue Feb 28 09:47:02 2017 (r435025) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Captcha::reCAPTCHA.3.gz %%SITE_PERL%%/Captcha/reCAPTCHA.pm +%%PERL5_MAN3%%/Captcha::reCAPTCHA.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EB2CCEE854; Tue, 28 Feb 2017 09:47: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 C525F910; Tue, 28 Feb 2017 09:47:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9l7Pk068452; Tue, 28 Feb 2017 09:47:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9l79x068449; Tue, 28 Feb 2017 09:47:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9l79x068449@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, 28 Feb 2017 09:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435026 - in head/graphics: p5-Color-Library p5-Graphics-Color X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:09 -0000 Author: sunpoet Date: Tue Feb 28 09:47:07 2017 New Revision: 435026 URL: https://svnweb.freebsd.org/changeset/ports/435026 Log: Use real PORTVERSION and update dependent port - Remove MASTER_SITE_SUBDIR - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/graphics/p5-Color-Library/Makefile head/graphics/p5-Color-Library/pkg-plist head/graphics/p5-Graphics-Color/Makefile Modified: head/graphics/p5-Color-Library/Makefile ============================================================================== --- head/graphics/p5-Color-Library/Makefile Tue Feb 28 09:47:02 2017 (r435025) +++ head/graphics/p5-Color-Library/Makefile Tue Feb 28 09:47:07 2017 (r435026) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= Color-Library -PORTVERSION= 0.02.1 -PORTREVISION= 2 +PORTVERSION= 0.021 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ROKR PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Easy-to-use and comprehensive named-color library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-Color-Library/pkg-plist ============================================================================== --- head/graphics/p5-Color-Library/pkg-plist Tue Feb 28 09:47:02 2017 (r435025) +++ head/graphics/p5-Color-Library/pkg-plist Tue Feb 28 09:47:07 2017 (r435026) @@ -1,28 +1,3 @@ -%%PERL5_MAN3%%/Color::Library.3.gz -%%PERL5_MAN3%%/Color::Library::Color.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::HTML.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::IE.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::Mozilla.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::A.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::B.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::F.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::H.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::M.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::P.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::R.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::RC.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::S.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::SC.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::TC.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::Netscape.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::SVG.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::Tango.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::VACCC.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::WWW.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::Windows.3.gz -%%PERL5_MAN3%%/Color::Library::Dictionary::X11.3.gz %%SITE_PERL%%/Color/Library.pm %%SITE_PERL%%/Color/Library/Color.pm %%SITE_PERL%%/Color/Library/Dictionary.pm @@ -48,3 +23,28 @@ %%SITE_PERL%%/Color/Library/Dictionary/WWW.pm %%SITE_PERL%%/Color/Library/Dictionary/Windows.pm %%SITE_PERL%%/Color/Library/Dictionary/X11.pm +%%PERL5_MAN3%%/Color::Library.3.gz +%%PERL5_MAN3%%/Color::Library::Color.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::HTML.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::IE.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::Mozilla.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::A.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::B.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::F.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::H.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::M.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::P.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::R.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::RC.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::S.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::SC.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::NBS_ISCC::TC.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::Netscape.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::SVG.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::Tango.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::VACCC.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::WWW.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::Windows.3.gz +%%PERL5_MAN3%%/Color::Library::Dictionary::X11.3.gz Modified: head/graphics/p5-Graphics-Color/Makefile ============================================================================== --- head/graphics/p5-Graphics-Color/Makefile Tue Feb 28 09:47:02 2017 (r435025) +++ head/graphics/p5-Graphics-Color/Makefile Tue Feb 28 09:47:07 2017 (r435026) @@ -13,7 +13,7 @@ COMMENT= Device and library agnostic col LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Color-Library>=0.02:graphics/p5-Color-Library \ +BUILD_DEPENDS= p5-Color-Library>=0.020:graphics/p5-Color-Library \ p5-Moose>=0.74:devel/p5-Moose \ p5-MooseX-Aliases>=0.03:devel/p5-MooseX-Aliases \ p5-MooseX-Clone>=0.03:devel/p5-MooseX-Clone \ From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C140CEE898; Tue, 28 Feb 2017 09:47: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 D00489BA; Tue, 28 Feb 2017 09:47: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 v1S9lECp068771; Tue, 28 Feb 2017 09:47:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lDEE068759; Tue, 28 Feb 2017 09:47:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lDEE068759@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, 28 Feb 2017 09:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435027 - in head: devel/p5-SVN-Notify mail/p5-Email-Address mail/p5-Email-Address-Loose mail/p5-Email-MessageID mail/p5-Email-Reply mail/p5-Email-Send textproc/p5-Perl-Critic www/p5-To... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:16 -0000 Author: sunpoet Date: Tue Feb 28 09:47:13 2017 New Revision: 435027 URL: https://svnweb.freebsd.org/changeset/ports/435027 Log: Use real PORTVERSION and update dependent ports - Add LICENSE_FILE - Sort PLIST Modified: head/devel/p5-SVN-Notify/Makefile head/mail/p5-Email-Address-Loose/Makefile head/mail/p5-Email-Address/Makefile head/mail/p5-Email-Address/pkg-plist head/mail/p5-Email-MessageID/Makefile head/mail/p5-Email-Reply/Makefile head/mail/p5-Email-Send/Makefile head/textproc/p5-Perl-Critic/Makefile head/www/p5-Toader/Makefile head/www/rt42/Makefile.cpan (contents, props changed) head/www/rt44/Makefile.cpan Modified: head/devel/p5-SVN-Notify/Makefile ============================================================================== --- head/devel/p5-SVN-Notify/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/devel/p5-SVN-Notify/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -14,7 +14,7 @@ COMMENT= Subversion activity notificatio LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Address>=1.89.7:mail/p5-Email-Address \ +BUILD_DEPENDS= p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \ p5-Text-Trac>=0.10:textproc/p5-Text-Trac Modified: head/mail/p5-Email-Address-Loose/Makefile ============================================================================== --- head/mail/p5-Email-Address-Loose/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Address-Loose/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to make Email::Address->parse() loose RUN_DEPENDS= \ - p5-Email-Address>=1.88.9:mail/p5-Email-Address + p5-Email-Address>=1.889:mail/p5-Email-Address BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 Modified: head/mail/p5-Email-Address/Makefile ============================================================================== --- head/mail/p5-Email-Address/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Address/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= Email-Address -PORTVERSION= 1.90.8 +PORTVERSION= 1.908 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= RFC 2822 Address Parsing and Creation LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Email-Address/pkg-plist ============================================================================== --- head/mail/p5-Email-Address/pkg-plist Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Address/pkg-plist Tue Feb 28 09:47:13 2017 (r435027) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Email::Address.3.gz %%SITE_PERL%%/Email/Address.pm +%%PERL5_MAN3%%/Email::Address.3.gz Modified: head/mail/p5-Email-MessageID/Makefile ============================================================================== --- head/mail/p5-Email-MessageID/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-MessageID/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -13,7 +13,7 @@ COMMENT= Generate world unique message-i LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Address>=1.80:mail/p5-Email-Address +BUILD_DEPENDS= p5-Email-Address>=1.800:mail/p5-Email-Address RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/mail/p5-Email-Reply/Makefile ============================================================================== --- head/mail/p5-Email-Reply/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Reply/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Email-Abstract>=2.01:mail/p5-Email-Abstract \ - p5-Email-Address>=1.80:mail/p5-Email-Address \ + p5-Email-Address>=1.800:mail/p5-Email-Address \ p5-Email-MIME>=1.82:mail/p5-Email-MIME RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny Modified: head/mail/p5-Email-Send/Makefile ============================================================================== --- head/mail/p5-Email-Send/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/mail/p5-Email-Send/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -12,7 +12,7 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Email::Send - Simply Sending Email BUILD_DEPENDS= p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \ - p5-Email-Address>=1.80:mail/p5-Email-Address \ + p5-Email-Address>=1.800:mail/p5-Email-Address \ p5-Email-Simple>=1.92:mail/p5-Email-Simple \ p5-Return-Value>=1.28:devel/p5-Return-Value \ p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require Modified: head/textproc/p5-Perl-Critic/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/textproc/p5-Perl-Critic/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -17,7 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \ p5-Config-Tiny>=2:devel/p5-Config-Tiny \ - p5-Email-Address>=1.88.9:mail/p5-Email-Address \ + p5-Email-Address>=1.889:mail/p5-Email-Address \ p5-Exception-Class>=1.23:devel/p5-Exception-Class \ p5-File-HomeDir>=0:devel/p5-File-HomeDir \ p5-File-Which>=0:sysutils/p5-File-Which \ Modified: head/www/p5-Toader/Makefile ============================================================================== --- head/www/p5-Toader/Makefile Tue Feb 28 09:47:07 2017 (r435026) +++ head/www/p5-Toader/Makefile Tue Feb 28 09:47:13 2017 (r435027) @@ -25,7 +25,7 @@ BUILD_DEPENDS= p5-Config-Tiny>=2.14:deve p5-File-Path>=2.09:devel/p5-File-Path \ p5-Time-HiRes>=1.9725:devel/p5-Time-HiRes \ p5-TimeDate>=1.20:devel/p5-TimeDate \ - p5-Email-Address>=1.89.7:mail/p5-Email-Address \ + p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Pod-Simple>=3.26:textproc/p5-Pod-Simple \ p5-File-Temp>=0.22:devel/p5-File-Temp \ p5-Image-ExifTool>=9.04:graphics/p5-Image-ExifTool \ Modified: head/www/rt42/Makefile.cpan ============================================================================== --- head/www/rt42/Makefile.cpan Tue Feb 28 09:47:07 2017 (r435026) +++ head/www/rt42/Makefile.cpan Tue Feb 28 09:47:13 2017 (r435027) @@ -91,7 +91,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p p5-DateTime>=0.44:devel/p5-DateTime \ p5-Devel-GlobalDestruction>0:devel/p5-Devel-GlobalDestruction \ p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace \ - p5-Email-Address>=1.89.7:mail/p5-Email-Address \ + p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Email-Address-List>=0.03:mail/p5-Email-Address-List \ p5-Encode>=2.64:converters/p5-Encode \ p5-File-ShareDir>0:devel/p5-File-ShareDir \ Modified: head/www/rt44/Makefile.cpan ============================================================================== --- head/www/rt44/Makefile.cpan Tue Feb 28 09:47:07 2017 (r435026) +++ head/www/rt44/Makefile.cpan Tue Feb 28 09:47:13 2017 (r435027) @@ -107,7 +107,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p p5-DateTime>=0.44:devel/p5-DateTime \ p5-Devel-GlobalDestruction>0:devel/p5-Devel-GlobalDestruction \ p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace \ - p5-Email-Address>=1.89.7:mail/p5-Email-Address \ + p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Email-Address-List>=0.03:mail/p5-Email-Address-List \ p5-Encode>=2.64:converters/p5-Encode \ p5-File-ShareDir>0:devel/p5-File-ShareDir \ From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A20E8CEE8E1; Tue, 28 Feb 2017 09:47: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 6EF91A25; Tue, 28 Feb 2017 09:47: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 v1S9lJ4C068889; Tue, 28 Feb 2017 09:47:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lJYt068887; Tue, 28 Feb 2017 09:47:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lJYt068887@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, 28 Feb 2017 09:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435028 - head/mail/p5-Email-Date X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:20 -0000 Author: sunpoet Date: Tue Feb 28 09:47:19 2017 New Revision: 435028 URL: https://svnweb.freebsd.org/changeset/ports/435028 Log: Use real PORTVERSION - Add LICENSE - Remove Perl core modules - Add NO_ARCH - Sort PLIST Modified: head/mail/p5-Email-Date/Makefile head/mail/p5-Email-Date/pkg-plist Modified: head/mail/p5-Email-Date/Makefile ============================================================================== --- head/mail/p5-Email-Date/Makefile Tue Feb 28 09:47:13 2017 (r435027) +++ head/mail/p5-Email-Date/Makefile Tue Feb 28 09:47:19 2017 (r435028) @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= Email-Date -PORTVERSION= 1.10.4 -PORTREVISION= 1 +PORTVERSION= 1.104 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Find and Format Date Headers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Email-Abstract>=2.10:mail/p5-Email-Abstract \ p5-Email-Date-Format>=1:mail/p5-Email-Date-Format \ p5-Email-Simple>=1.9:mail/p5-Email-Simple \ - p5-Time-Piece>=1.08:devel/p5-Time-Piece \ p5-TimeDate>=1.16:devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Email-Date/pkg-plist ============================================================================== --- head/mail/p5-Email-Date/pkg-plist Tue Feb 28 09:47:13 2017 (r435027) +++ head/mail/p5-Email-Date/pkg-plist Tue Feb 28 09:47:19 2017 (r435028) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Email::Date.3.gz %%SITE_PERL%%/Email/Date.pm +%%PERL5_MAN3%%/Email::Date.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 636D3CEE912; Tue, 28 Feb 2017 09:47: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 156B6AA6; Tue, 28 Feb 2017 09:47: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 v1S9lOr1069022; Tue, 28 Feb 2017 09:47:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lNio069019; Tue, 28 Feb 2017 09:47:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lNio069019@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, 28 Feb 2017 09:47:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435029 - head/mail/p5-Email-Filter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:25 -0000 Author: sunpoet Date: Tue Feb 28 09:47:23 2017 New Revision: 435029 URL: https://svnweb.freebsd.org/changeset/ports/435029 Log: Update to 1.034 - Use real PORTVERSION - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Email-Filter/Changes Modified: head/mail/p5-Email-Filter/Makefile head/mail/p5-Email-Filter/distinfo head/mail/p5-Email-Filter/pkg-plist Modified: head/mail/p5-Email-Filter/Makefile ============================================================================== --- head/mail/p5-Email-Filter/Makefile Tue Feb 28 09:47:19 2017 (r435028) +++ head/mail/p5-Email-Filter/Makefile Tue Feb 28 09:47:23 2017 (r435029) @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= Email-Filter -PORTVERSION= 1.03.3 -PORTREVISION= 1 +PORTVERSION= 1.034 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Library for creating easy email filters -BUILD_DEPENDS= p5-Email-Simple>=0:mail/p5-Email-Simple \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Class-Trigger>=0:devel/p5-Class-Trigger \ p5-Email-LocalDelivery>=0:mail/p5-Email-LocalDelivery \ - p5-IPC-Run>=0:devel/p5-IPC-Run \ - p5-Class-Trigger>=0:devel/p5-Class-Trigger + p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-IPC-Run>=0:devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Email-Filter/distinfo ============================================================================== --- head/mail/p5-Email-Filter/distinfo Tue Feb 28 09:47:19 2017 (r435028) +++ head/mail/p5-Email-Filter/distinfo Tue Feb 28 09:47:23 2017 (r435029) @@ -1,2 +1,3 @@ -SHA256 (Email-Filter-1.033.tar.gz) = 755989f97398ddbf86bc59faf93e81b981baccbf5385de9ca4f98b1ea350afdf -SIZE (Email-Filter-1.033.tar.gz) = 17744 +TIMESTAMP = 1488262573 +SHA256 (Email-Filter-1.034.tar.gz) = b640f3cdd997b3aa513e542db4af2a1016f5aa3ca379f3779bf3195a2898e2f7 +SIZE (Email-Filter-1.034.tar.gz) = 18133 Modified: head/mail/p5-Email-Filter/pkg-plist ============================================================================== --- head/mail/p5-Email-Filter/pkg-plist Tue Feb 28 09:47:19 2017 (r435028) +++ head/mail/p5-Email-Filter/pkg-plist Tue Feb 28 09:47:23 2017 (r435029) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Email::Filter.3.gz %%SITE_PERL%%/Email/Filter.pm +%%PERL5_MAN3%%/Email::Filter.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B96DFCEE94A; Tue, 28 Feb 2017 09:47: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 6CB29B10; Tue, 28 Feb 2017 09:47:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9lSkH069140; Tue, 28 Feb 2017 09:47:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lSG0069138; Tue, 28 Feb 2017 09:47:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lSG0069138@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, 28 Feb 2017 09:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435030 - head/math/p5-Math-Currency X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:29 -0000 Author: sunpoet Date: Tue Feb 28 09:47:28 2017 New Revision: 435030 URL: https://svnweb.freebsd.org/changeset/ports/435030 Log: Update to 0.51 - Add LICENSE - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/Math-Currency/Changes Modified: head/math/p5-Math-Currency/Makefile head/math/p5-Math-Currency/distinfo Modified: head/math/p5-Math-Currency/Makefile ============================================================================== --- head/math/p5-Math-Currency/Makefile Tue Feb 28 09:47:23 2017 (r435029) +++ head/math/p5-Math-Currency/Makefile Tue Feb 28 09:47:28 2017 (r435030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Currency -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for exact currency math with formatting and rounding +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Math-FixedPrecision>=0:math/p5-Math-FixedPrecision RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 +NO_ARCH= yes USES= perl5 USE_PERL5= configure @@ -21,7 +26,7 @@ OPTIONS_DEFINE= DOCS PORTDOCS= Changes -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/math/p5-Math-Currency/distinfo ============================================================================== --- head/math/p5-Math-Currency/distinfo Tue Feb 28 09:47:23 2017 (r435029) +++ head/math/p5-Math-Currency/distinfo Tue Feb 28 09:47:28 2017 (r435030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467708725 -SHA256 (Math-Currency-0.50.tar.gz) = 388b268a700c04813cd06f3be0d657879991dcfdfb4afda79acbe097f8d57e35 -SIZE (Math-Currency-0.50.tar.gz) = 33123 +TIMESTAMP = 1488262582 +SHA256 (Math-Currency-0.51.tar.gz) = 52606fabb9e406515fe2cdcc35db0aac709e1c620b81c0ece4185be8b4b54186 +SIZE (Math-Currency-0.51.tar.gz) = 34648 From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C711CEE975; Tue, 28 Feb 2017 09:47: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 22977B8A; Tue, 28 Feb 2017 09:47: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 v1S9lXuI069274; Tue, 28 Feb 2017 09:47:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lX7J069271; Tue, 28 Feb 2017 09:47:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lX7J069271@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, 28 Feb 2017 09:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435031 - head/misc/p5-Bot-Training X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:34 -0000 Author: sunpoet Date: Tue Feb 28 09:47:32 2017 New Revision: 435031 URL: https://svnweb.freebsd.org/changeset/ports/435031 Log: Update to 0.06 - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Bot-Training/Changes Modified: head/misc/p5-Bot-Training/Makefile head/misc/p5-Bot-Training/distinfo head/misc/p5-Bot-Training/pkg-plist Modified: head/misc/p5-Bot-Training/Makefile ============================================================================== --- head/misc/p5-Bot-Training/Makefile Tue Feb 28 09:47:28 2017 (r435030) +++ head/misc/p5-Bot-Training/Makefile Tue Feb 28 09:47:32 2017 (r435031) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Bot-Training -PORTVERSION= 0.04 -PORTREVISION= 2 +PORTVERSION= 0.06 CATEGORIES= misc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:AVAR +MASTER_SITE_SUBDIR= CPAN:FIBO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,18 +13,19 @@ COMMENT= Plain text training material fo LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ + p5-Class-Load>=0:devel/p5-Class-Load \ p5-Dir-Self>=0:devel/p5-Dir-Self \ p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-Moose>=0.82:devel/p5-Moose \ p5-MooseX-Getopt>=0:devel/p5-MooseX-Getopt \ - p5-Mouse>=0:devel/p5-Mouse \ - p5-MouseX-Getopt>=0:devel/p5-MouseX-Getopt \ p5-namespace-clean>=0:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/misc/p5-Bot-Training/distinfo ============================================================================== --- head/misc/p5-Bot-Training/distinfo Tue Feb 28 09:47:28 2017 (r435030) +++ head/misc/p5-Bot-Training/distinfo Tue Feb 28 09:47:32 2017 (r435031) @@ -1,2 +1,3 @@ -SHA256 (Bot-Training-0.04.tar.gz) = 462f36e577828f23b90251f39e1ca7b8cab11e48a57353b1f66b612698d78bed -SIZE (Bot-Training-0.04.tar.gz) = 12571 +TIMESTAMP = 1488262592 +SHA256 (Bot-Training-0.06.tar.gz) = 5e70544d646c910a8517a7ca98958a0f3fe2cf4a1b556ccd8f8ff0c78b2440ce +SIZE (Bot-Training-0.06.tar.gz) = 13686 Modified: head/misc/p5-Bot-Training/pkg-plist ============================================================================== --- head/misc/p5-Bot-Training/pkg-plist Tue Feb 28 09:47:28 2017 (r435030) +++ head/misc/p5-Bot-Training/pkg-plist Tue Feb 28 09:47:32 2017 (r435031) @@ -1,5 +1,5 @@ bin/bot-training %%SITE_PERL%%/Bot/Training.pm %%SITE_PERL%%/Bot/Training/Plugin.pm -%%PERL5_MAN3%%/Bot::Training.3.gz %%PERL5_MAN1%%/bot-training.1.gz +%%PERL5_MAN3%%/Bot::Training.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70886CEE9A7; Tue, 28 Feb 2017 09:47: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 24152C09; Tue, 28 Feb 2017 09:47: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 v1S9lcDs069407; Tue, 28 Feb 2017 09:47:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lbLo069404; Tue, 28 Feb 2017 09:47:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lbLo069404@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, 28 Feb 2017 09:47:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435032 - head/misc/p5-Business-UPS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:39 -0000 Author: sunpoet Date: Tue Feb 28 09:47:37 2017 New Revision: 435032 URL: https://svnweb.freebsd.org/changeset/ports/435032 Log: Update to 2.01 - Add LICENSE - Add NO_ARCH - Convert to options target helper - Sort PLIST Modified: head/misc/p5-Business-UPS/Makefile head/misc/p5-Business-UPS/distinfo head/misc/p5-Business-UPS/pkg-plist Modified: head/misc/p5-Business-UPS/Makefile ============================================================================== --- head/misc/p5-Business-UPS/Makefile Tue Feb 28 09:47:32 2017 (r435031) +++ head/misc/p5-Business-UPS/Makefile Tue Feb 28 09:47:37 2017 (r435032) @@ -2,25 +2,28 @@ # $FreeBSD$ PORTNAME= Business-UPS -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.01 CATEGORIES= misc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:JWHEELER +MASTER_SITE_SUBDIR= CPAN:TODDR PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= UPS Interface Module +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/misc/p5-Business-UPS/distinfo ============================================================================== --- head/misc/p5-Business-UPS/distinfo Tue Feb 28 09:47:32 2017 (r435031) +++ head/misc/p5-Business-UPS/distinfo Tue Feb 28 09:47:37 2017 (r435032) @@ -1,2 +1,3 @@ -SHA256 (Business-UPS-2.0.tar.gz) = 46b2b09acfdef1d2e437ab3b6fd839e1dbdab58f15cc68807005c4d379ae3d54 -SIZE (Business-UPS-2.0.tar.gz) = 9127 +TIMESTAMP = 1488262599 +SHA256 (Business-UPS-2.01.tar.gz) = eff7f40e4b6bf5107dea93442cdce9763f2c911554b1de040dff10944d946164 +SIZE (Business-UPS-2.01.tar.gz) = 9341 Modified: head/misc/p5-Business-UPS/pkg-plist ============================================================================== --- head/misc/p5-Business-UPS/pkg-plist Tue Feb 28 09:47:32 2017 (r435031) +++ head/misc/p5-Business-UPS/pkg-plist Tue Feb 28 09:47:37 2017 (r435032) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Business::UPS.3.gz %%SITE_PERL%%/Business/UPS.pm %%SITE_PERL%%/auto/Business/UPS/autosplit.ix +%%PERL5_MAN3%%/Business::UPS.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.pl From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 261CACEE9D8; Tue, 28 Feb 2017 09:47: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 DBE59C55; Tue, 28 Feb 2017 09:47: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 v1S9lgQv069542; Tue, 28 Feb 2017 09:47:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lg95069539; Tue, 28 Feb 2017 09:47:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lg95069539@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, 28 Feb 2017 09:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435033 - head/net/p5-AnyEvent-RabbitMQ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:44 -0000 Author: sunpoet Date: Tue Feb 28 09:47:42 2017 New Revision: 435033 URL: https://svnweb.freebsd.org/changeset/ports/435033 Log: Update to 1.19 - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes Modified: head/net/p5-AnyEvent-RabbitMQ/Makefile head/net/p5-AnyEvent-RabbitMQ/distinfo head/net/p5-AnyEvent-RabbitMQ/pkg-plist Modified: head/net/p5-AnyEvent-RabbitMQ/Makefile ============================================================================== --- head/net/p5-AnyEvent-RabbitMQ/Makefile Tue Feb 28 09:47:37 2017 (r435032) +++ head/net/p5-AnyEvent-RabbitMQ/Makefile Tue Feb 28 09:47:42 2017 (r435033) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= AnyEvent-RabbitMQ -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= net devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BOBTFISH +MASTER_SITE_SUBDIR= CPAN:DLAMBLEY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -15,15 +15,16 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ - p5-Net-AMQP>=0.6:net/p5-Net-AMQP \ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Net-AMQP>=0.6:net/p5-Net-AMQP \ p5-Readonly>=1.03:devel/p5-Readonly \ p5-namespace-clean>=0:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-AnyEvent-RabbitMQ/distinfo ============================================================================== --- head/net/p5-AnyEvent-RabbitMQ/distinfo Tue Feb 28 09:47:37 2017 (r435032) +++ head/net/p5-AnyEvent-RabbitMQ/distinfo Tue Feb 28 09:47:42 2017 (r435033) @@ -1,2 +1,3 @@ -SHA256 (AnyEvent-RabbitMQ-1.18.tar.gz) = 1ae845bef4df982a1e4219cd51d76fdcc64749029397912375db4df1d1245737 -SIZE (AnyEvent-RabbitMQ-1.18.tar.gz) = 89415 +TIMESTAMP = 1488262609 +SHA256 (AnyEvent-RabbitMQ-1.19.tar.gz) = a440ec2fa5a4018ad44739baaa9601cc460ad497282e89110ba8e3cf23312f0a +SIZE (AnyEvent-RabbitMQ-1.19.tar.gz) = 86973 Modified: head/net/p5-AnyEvent-RabbitMQ/pkg-plist ============================================================================== --- head/net/p5-AnyEvent-RabbitMQ/pkg-plist Tue Feb 28 09:47:37 2017 (r435032) +++ head/net/p5-AnyEvent-RabbitMQ/pkg-plist Tue Feb 28 09:47:42 2017 (r435033) @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/AnyEvent::RabbitMQ.3.gz -%%PERL5_MAN3%%/AnyEvent::RabbitMQ::Channel.3.gz %%SITE_PERL%%/AnyEvent/RabbitMQ.pm %%SITE_PERL%%/AnyEvent/RabbitMQ/Channel.pm %%SITE_PERL%%/AnyEvent/RabbitMQ/LocalQueue.pm %%SITE_PERL%%/auto/share/dist/AnyEvent-RabbitMQ/README %%SITE_PERL%%/auto/share/dist/AnyEvent-RabbitMQ/fixed_amqp0-8.xml %%SITE_PERL%%/auto/share/dist/AnyEvent-RabbitMQ/fixed_amqp0-9-1.xml +%%PERL5_MAN3%%/AnyEvent::RabbitMQ.3.gz +%%PERL5_MAN3%%/AnyEvent::RabbitMQ::Channel.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 434FBCEEA06; Tue, 28 Feb 2017 09:47:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBD19CC1; Tue, 28 Feb 2017 09:47: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 v1S9lmQt069685; Tue, 28 Feb 2017 09:47:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9ll9i069681; Tue, 28 Feb 2017 09:47:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9ll9i069681@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, 28 Feb 2017 09:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435034 - in head/security/p5-Crypt-OpenSSL-X509: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:49 -0000 Author: sunpoet Date: Tue Feb 28 09:47:47 2017 New Revision: 435034 URL: https://svnweb.freebsd.org/changeset/ports/435034 Log: Update to 1.807 - Use real PORTVERSION - Use = instead of += for MAKE_ARGS - Use USES=ssl - Sort PLIST Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes Deleted: head/security/p5-Crypt-OpenSSL-X509/files/ Modified: head/security/p5-Crypt-OpenSSL-X509/Makefile head/security/p5-Crypt-OpenSSL-X509/distinfo head/security/p5-Crypt-OpenSSL-X509/pkg-plist Modified: head/security/p5-Crypt-OpenSSL-X509/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-X509/Makefile Tue Feb 28 09:47:42 2017 (r435033) +++ head/security/p5-Crypt-OpenSSL-X509/Makefile Tue Feb 28 09:47:47 2017 (r435034) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-X509 -PORTVERSION= 1.8.06 +PORTVERSION= 1.807 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for OpenSSL X509 API @@ -14,10 +13,9 @@ COMMENT= Perl extension for OpenSSL X509 LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 +USES= perl5 ssl USE_PERL5= configure -USE_OPENSSL= yes -MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} +MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} post-patch: @${REINPLACE_CMD} -e '/cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL Modified: head/security/p5-Crypt-OpenSSL-X509/distinfo ============================================================================== --- head/security/p5-Crypt-OpenSSL-X509/distinfo Tue Feb 28 09:47:42 2017 (r435033) +++ head/security/p5-Crypt-OpenSSL-X509/distinfo Tue Feb 28 09:47:47 2017 (r435034) @@ -1,2 +1,3 @@ -SHA256 (Crypt-OpenSSL-X509-1.806.tar.gz) = 950046cc5eac7611dd4c34c40d5570814c4dd2eb49209aa8301e9268dfc1e120 -SIZE (Crypt-OpenSSL-X509-1.806.tar.gz) = 45963 +TIMESTAMP = 1488262616 +SHA256 (Crypt-OpenSSL-X509-1.807.tar.gz) = 5ac7ba3d74863ae6cf2b8a8df912be7f7a5337037b65adeca80f9274bf00ba0c +SIZE (Crypt-OpenSSL-X509-1.807.tar.gz) = 45947 Modified: head/security/p5-Crypt-OpenSSL-X509/pkg-plist ============================================================================== --- head/security/p5-Crypt-OpenSSL-X509/pkg-plist Tue Feb 28 09:47:42 2017 (r435033) +++ head/security/p5-Crypt-OpenSSL-X509/pkg-plist Tue Feb 28 09:47:47 2017 (r435034) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Crypt::OpenSSL::X509.3.gz %%SITE_ARCH%%/Crypt/OpenSSL/X509.pm %%SITE_ARCH%%/auto/Crypt/OpenSSL/X509/X509.so +%%PERL5_MAN3%%/Crypt::OpenSSL::X509.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C3D7CEEA3B; Tue, 28 Feb 2017 09:47: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 D3B06D43; Tue, 28 Feb 2017 09:47: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 v1S9lqDN069821; Tue, 28 Feb 2017 09:47:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lqw2069818; Tue, 28 Feb 2017 09:47:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lqw2069818@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, 28 Feb 2017 09:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435035 - head/security/p5-Crypt-PasswdMD5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:54 -0000 Author: sunpoet Date: Tue Feb 28 09:47:52 2017 New Revision: 435035 URL: https://svnweb.freebsd.org/changeset/ports/435035 Log: Update to 1.40 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Crypt-PasswdMD5/Changes Modified: head/security/p5-Crypt-PasswdMD5/Makefile head/security/p5-Crypt-PasswdMD5/distinfo head/security/p5-Crypt-PasswdMD5/pkg-plist Modified: head/security/p5-Crypt-PasswdMD5/Makefile ============================================================================== --- head/security/p5-Crypt-PasswdMD5/Makefile Tue Feb 28 09:47:47 2017 (r435034) +++ head/security/p5-Crypt-PasswdMD5/Makefile Tue Feb 28 09:47:52 2017 (r435035) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-PasswdMD5 -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.40 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides interoperable MD5-based crypt() function -USES= perl5 -USE_PERL5= configure +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -pre-patch: - @${REINPLACE_CMD} -e 's|[[:cntrl:]]$$||g' ${WRKSRC}/PasswdMD5.pm +NO_ARCH= yes +USES= perl5 tar:tgz +USE_PERL5= configure .include Modified: head/security/p5-Crypt-PasswdMD5/distinfo ============================================================================== --- head/security/p5-Crypt-PasswdMD5/distinfo Tue Feb 28 09:47:47 2017 (r435034) +++ head/security/p5-Crypt-PasswdMD5/distinfo Tue Feb 28 09:47:52 2017 (r435035) @@ -1,2 +1,3 @@ -SHA256 (Crypt-PasswdMD5-1.3.tar.gz) = a44c3811d948ee9380f552610184fbf611b31099442b0f25c200f507a3d9408e -SIZE (Crypt-PasswdMD5-1.3.tar.gz) = 4820 +TIMESTAMP = 1488266923 +SHA256 (Crypt-PasswdMD5-1.40.tgz) = b77d6aeea25301af7be679f7452e894ca88af9710bffd6e01d665a141c391948 +SIZE (Crypt-PasswdMD5-1.40.tgz) = 6683 Modified: head/security/p5-Crypt-PasswdMD5/pkg-plist ============================================================================== --- head/security/p5-Crypt-PasswdMD5/pkg-plist Tue Feb 28 09:47:47 2017 (r435034) +++ head/security/p5-Crypt-PasswdMD5/pkg-plist Tue Feb 28 09:47:52 2017 (r435035) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Crypt::PasswdMD5.3.gz %%SITE_PERL%%/Crypt/PasswdMD5.pm +%%PERL5_MAN3%%/Crypt::PasswdMD5.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:48:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88D1CCEEAA4; Tue, 28 Feb 2017 09:48: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 3A17AE22; Tue, 28 Feb 2017 09:48: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 v1S9m2l3070106; Tue, 28 Feb 2017 09:48:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9m2Kh070103; Tue, 28 Feb 2017 09:48:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9m2Kh070103@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, 28 Feb 2017 09:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435037 - in head/textproc/p5-Text-Template: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:48:03 -0000 Author: sunpoet Date: Tue Feb 28 09:48:01 2017 New Revision: 435037 URL: https://svnweb.freebsd.org/changeset/ports/435037 Log: Update to 1.47 - Clean up MASTER_SITES - Update LICENSE - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Text-Template/Changes Deleted: head/textproc/p5-Text-Template/files/ Modified: head/textproc/p5-Text-Template/Makefile head/textproc/p5-Text-Template/distinfo head/textproc/p5-Text-Template/pkg-plist Modified: head/textproc/p5-Text-Template/Makefile ============================================================================== --- head/textproc/p5-Text-Template/Makefile Tue Feb 28 09:47:57 2017 (r435036) +++ head/textproc/p5-Text-Template/Makefile Tue Feb 28 09:48:01 2017 (r435037) @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= Text-Template -PORTVERSION= 1.46 -PORTREVISION= 1 +PORTVERSION= 1.47 CATEGORIES= textproc perl5 -MASTER_SITES= http://perl.plover.com/Template/ \ - CPAN +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Expand template text with embedded Perl -LICENSE= ART10 GPLv2 +LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-patch: - @${FIND} ${WRKSRC} -name "*.orig" -delete - .include Modified: head/textproc/p5-Text-Template/distinfo ============================================================================== --- head/textproc/p5-Text-Template/distinfo Tue Feb 28 09:47:57 2017 (r435036) +++ head/textproc/p5-Text-Template/distinfo Tue Feb 28 09:48:01 2017 (r435037) @@ -1,2 +1,3 @@ -SHA256 (Text-Template-1.46.tar.gz) = 77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580 -SIZE (Text-Template-1.46.tar.gz) = 43952 +TIMESTAMP = 1488262664 +SHA256 (Text-Template-1.47.tar.gz) = 50d742c74482478aa01008d468290fcfbc0b9a1219cfe1284076f1f31f0be8fc +SIZE (Text-Template-1.47.tar.gz) = 48988 Modified: head/textproc/p5-Text-Template/pkg-plist ============================================================================== --- head/textproc/p5-Text-Template/pkg-plist Tue Feb 28 09:47:57 2017 (r435036) +++ head/textproc/p5-Text-Template/pkg-plist Tue Feb 28 09:48:01 2017 (r435037) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Text::Template.3.gz -%%PERL5_MAN3%%/Text::Template::Preprocess.3.gz %%SITE_PERL%%/Text/Template.pm %%SITE_PERL%%/Text/Template/Preprocess.pm +%%PERL5_MAN3%%/Text::Template.3.gz +%%PERL5_MAN3%%/Text::Template::Preprocess.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:47:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA724CEEA72; Tue, 28 Feb 2017 09:47: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 8C44DDB9; Tue, 28 Feb 2017 09:47: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 v1S9lv0c069957; Tue, 28 Feb 2017 09:47:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lv3i069954; Tue, 28 Feb 2017 09:47:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lv3i069954@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, 28 Feb 2017 09:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435036 - head/textproc/p5-Bloom-Filter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:59 -0000 Author: sunpoet Date: Tue Feb 28 09:47:57 2017 New Revision: 435036 URL: https://svnweb.freebsd.org/changeset/ports/435036 Log: Update to 1.2 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Bloom-Filter/Changes Modified: head/textproc/p5-Bloom-Filter/Makefile head/textproc/p5-Bloom-Filter/distinfo head/textproc/p5-Bloom-Filter/pkg-plist Modified: head/textproc/p5-Bloom-Filter/Makefile ============================================================================== --- head/textproc/p5-Bloom-Filter/Makefile Tue Feb 28 09:47:52 2017 (r435035) +++ head/textproc/p5-Bloom-Filter/Makefile Tue Feb 28 09:47:57 2017 (r435036) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= Bloom-Filter -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MCEGLOWS +MASTER_SITE_SUBDIR= CPAN:XAERXESS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Probabilistic algorithm for doing existence tests -BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Bloom-Filter/distinfo ============================================================================== --- head/textproc/p5-Bloom-Filter/distinfo Tue Feb 28 09:47:52 2017 (r435035) +++ head/textproc/p5-Bloom-Filter/distinfo Tue Feb 28 09:47:57 2017 (r435036) @@ -1,2 +1,3 @@ -SHA256 (Bloom-Filter-1.0.tar.gz) = 3deeee4eb473757bc5124aab3c684c71c12ea32350ff6d8b599ae073b35f05e8 -SIZE (Bloom-Filter-1.0.tar.gz) = 4475 +TIMESTAMP = 1488262656 +SHA256 (Bloom-Filter-1.2.tar.gz) = 7ebb421becdda847d4eb960f4721ca83dbcd3679bb84d887b3000f6a50005761 +SIZE (Bloom-Filter-1.2.tar.gz) = 12033 Modified: head/textproc/p5-Bloom-Filter/pkg-plist ============================================================================== --- head/textproc/p5-Bloom-Filter/pkg-plist Tue Feb 28 09:47:52 2017 (r435035) +++ head/textproc/p5-Bloom-Filter/pkg-plist Tue Feb 28 09:47:57 2017 (r435036) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Bloom::Filter.3.gz %%SITE_PERL%%/Bloom/Filter.pm +%%PERL5_MAN3%%/Bloom::Filter.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:48:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE78ACEEB0E; Tue, 28 Feb 2017 09:48: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 9F601F02; Tue, 28 Feb 2017 09:48: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 v1S9mBdQ070375; Tue, 28 Feb 2017 09:48:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9mB36070372; Tue, 28 Feb 2017 09:48:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9mB36070372@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, 28 Feb 2017 09:48:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435039 - head/www/p5-Catalyst-Plugin-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: Tue, 28 Feb 2017 09:48:13 -0000 Author: sunpoet Date: Tue Feb 28 09:48:11 2017 New Revision: 435039 URL: https://svnweb.freebsd.org/changeset/ports/435039 Log: Update to 0.2 - Add LICENSE - Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Plugin-Singleton/Changes Modified: head/www/p5-Catalyst-Plugin-Singleton/Makefile head/www/p5-Catalyst-Plugin-Singleton/distinfo head/www/p5-Catalyst-Plugin-Singleton/pkg-plist Modified: head/www/p5-Catalyst-Plugin-Singleton/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Singleton/Makefile Tue Feb 28 09:48:06 2017 (r435038) +++ head/www/p5-Catalyst-Plugin-Singleton/Makefile Tue Feb 28 09:48:11 2017 (r435039) @@ -2,21 +2,28 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Singleton -PORTVERSION= 0.1 -PORTREVISION= 2 +PORTVERSION= 0.2 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MRAMBERG +MASTER_SITE_SUBDIR= CPAN:BOBTFISH PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Singleton accessors to context +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} +DEPRECATED= Deprecated by upstream +EXPIRATION_DATE=2017-03-31 + +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild .include + Modified: head/www/p5-Catalyst-Plugin-Singleton/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-Singleton/distinfo Tue Feb 28 09:48:06 2017 (r435038) +++ head/www/p5-Catalyst-Plugin-Singleton/distinfo Tue Feb 28 09:48:11 2017 (r435039) @@ -1,2 +1,3 @@ -SHA256 (Catalyst-Plugin-Singleton-0.1.tar.gz) = 27a6b08f057f10e4b46024548ef8d00a7daf717c9da3677d2751ff8da20bd19e -SIZE (Catalyst-Plugin-Singleton-0.1.tar.gz) = 2553 +TIMESTAMP = 1488262684 +SHA256 (Catalyst-Plugin-Singleton-0.2.tar.gz) = 8570cd397bfa7b9f9d76f827acbb7922b9231067a4b93a8ba2e709991ef07fc6 +SIZE (Catalyst-Plugin-Singleton-0.2.tar.gz) = 3008 Modified: head/www/p5-Catalyst-Plugin-Singleton/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Singleton/pkg-plist Tue Feb 28 09:48:06 2017 (r435038) +++ head/www/p5-Catalyst-Plugin-Singleton/pkg-plist Tue Feb 28 09:48:11 2017 (r435039) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Catalyst::Plugin::Singleton.3.gz %%SITE_PERL%%/Catalyst/Plugin/Singleton.pm +%%PERL5_MAN3%%/Catalyst::Plugin::Singleton.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:48:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 407E1CEEAE5; Tue, 28 Feb 2017 09:48: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 18774E9D; Tue, 28 Feb 2017 09:48: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 v1S9m7if070241; Tue, 28 Feb 2017 09:48:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9m6cb070238; Tue, 28 Feb 2017 09:48:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9m6cb070238@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, 28 Feb 2017 09:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435038 - head/www/p5-Catalyst-Plugin-AutoCRUD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:48:08 -0000 Author: sunpoet Date: Tue Feb 28 09:48:06 2017 New Revision: 435038 URL: https://svnweb.freebsd.org/changeset/ports/435038 Log: Update to 2.200002 - Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Plugin-AutoCRUD/Changes Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile head/www/p5-Catalyst-Plugin-AutoCRUD/distinfo head/www/p5-Catalyst-Plugin-AutoCRUD/pkg-plist Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile Tue Feb 28 09:48:01 2017 (r435037) +++ head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile Tue Feb 28 09:48:06 2017 (r435038) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-AutoCRUD -PORTVERSION= 2.131.210 -PORTREVISION= 2 +PORTVERSION= 2.200002 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Instant AJAX web front-end for DBIx::Class +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Action-RenderView>=0:www/p5-Catalyst-Action-RenderView \ p5-Catalyst-Model-DBIC-Schema>=0:www/p5-Catalyst-Model-DBIC-Schema \ p5-Catalyst-Plugin-ConfigLoader>=0:www/p5-Catalyst-Plugin-ConfigLoader \ @@ -21,16 +22,17 @@ BUILD_DEPENDS= p5-Catalyst-Action-Render p5-DBIx-Class-Schema-Loader>=0:databases/p5-DBIx-Class-Schema-Loader \ p5-Data-Page>=0:databases/p5-Data-Page \ p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-JSON>=2.90:converters/p5-JSON \ p5-Lingua-EN-Inflect-Number>=0:textproc/p5-Lingua-EN-Inflect-Number \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-SQL-Translator>=0:databases/p5-SQL-Translator RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Test-WWW-Mechanize-Catalyst>=0:devel/p5-Test-WWW-Mechanize-Catalyst +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-AutoCRUD/distinfo Tue Feb 28 09:48:01 2017 (r435037) +++ head/www/p5-Catalyst-Plugin-AutoCRUD/distinfo Tue Feb 28 09:48:06 2017 (r435038) @@ -1,2 +1,3 @@ -SHA256 (Catalyst-Plugin-AutoCRUD-2.131210.tar.gz) = 118ba48dac20f0b37ed3e02b1e276052f623f3a5992ad8a15a2e99be785cb20e -SIZE (Catalyst-Plugin-AutoCRUD-2.131210.tar.gz) = 113214 +TIMESTAMP = 1488262677 +SHA256 (Catalyst-Plugin-AutoCRUD-2.200002.tar.gz) = 1517e074fc14276c17e20e2861667b9df90dceee8d26ccc70f84bef85da3955c +SIZE (Catalyst-Plugin-AutoCRUD-2.200002.tar.gz) = 95368 Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-AutoCRUD/pkg-plist Tue Feb 28 09:48:01 2017 (r435037) +++ head/www/p5-Catalyst-Plugin-AutoCRUD/pkg-plist Tue Feb 28 09:48:06 2017 (r435038) @@ -1,7 +1,3 @@ -%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD.3.gz -%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::DBICTips.3.gz -%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::Limitations.3.gz -%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::Troubleshooting.3.gz %%SITE_PERL%%/Catalyst/Plugin/AutoCRUD.pm %%SITE_PERL%%/Catalyst/Plugin/AutoCRUD/Controller/AJAX.pm %%SITE_PERL%%/Catalyst/Plugin/AutoCRUD/Controller/DisplayEngine/ExtJS2.pm @@ -75,3 +71,7 @@ %%SITE_PERL%%/SQL/Translator/Filter/AutoCRUD/StorageEngine/DBIC/ProxyColumns.pm %%SITE_PERL%%/SQL/Translator/Filter/AutoCRUD/StorageEngine/DBIC/Relationships.pm %%SITE_PERL%%/SQL/Translator/Filter/AutoCRUD/StorageEngine/DBIC/ViewsAsTables.pm +%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::DBICTips.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::Limitations.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::Troubleshooting.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:48:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA7BFCEEB41; Tue, 28 Feb 2017 09:48: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 8CD8EF84; Tue, 28 Feb 2017 09:48:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9mGW1070494; Tue, 28 Feb 2017 09:48:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9mGMp070492; Tue, 28 Feb 2017 09:48:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9mGMp070492@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, 28 Feb 2017 09:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435040 - head/www/p5-CatalystX-Profile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:48:18 -0000 Author: sunpoet Date: Tue Feb 28 09:48:16 2017 New Revision: 435040 URL: https://svnweb.freebsd.org/changeset/ports/435040 Log: Update to 0.02 - Remove MASTER_SITE_SUBDIR - Add LICENSE_FILE - Fix *_DEPENDS - Add NO_ARCH Modified: head/www/p5-CatalystX-Profile/Makefile head/www/p5-CatalystX-Profile/distinfo Modified: head/www/p5-CatalystX-Profile/Makefile ============================================================================== --- head/www/p5-CatalystX-Profile/Makefile Tue Feb 28 09:48:11 2017 (r435039) +++ head/www/p5-CatalystX-Profile/Makefile Tue Feb 28 09:48:16 2017 (r435040) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= CatalystX-Profile -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CYCLES PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,14 +12,17 @@ COMMENT= Profile your Catalyst applicati LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80020:www/p5-Catalyst-Runtime \ p5-CatalystX-InjectComponent>=0.024:www/p5-CatalystX-InjectComponent \ - devel/p5-Devel-NYTProf>=3.01:devel/p5-Devel-NYTProf \ + p5-Devel-NYTProf>=3.01:devel/p5-Devel-NYTProf \ p5-Moose>=0.93:devel/p5-Moose \ - p5-namespace-autoclean>=0:devel/p5-namespace-autoclean + p5-Sub-Identify>=0.04:devel/p5-Sub-Identify \ + p5-namespace-autoclean>=0.09:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-CatalystX-Profile/distinfo ============================================================================== --- head/www/p5-CatalystX-Profile/distinfo Tue Feb 28 09:48:11 2017 (r435039) +++ head/www/p5-CatalystX-Profile/distinfo Tue Feb 28 09:48:16 2017 (r435040) @@ -1,2 +1,3 @@ -SHA256 (CatalystX-Profile-0.01.tar.gz) = 704441da1af5906343927f37c59c6e5c206aa4b0c8aaca35babd6156ccb27392 -SIZE (CatalystX-Profile-0.01.tar.gz) = 9155 +TIMESTAMP = 1488262692 +SHA256 (CatalystX-Profile-0.02.tar.gz) = 151a352333a6d26626d9001bb7e3b3a11cd4251a191111da60a9657eb66acd6c +SIZE (CatalystX-Profile-0.02.tar.gz) = 9303 From owner-svn-ports-all@freebsd.org Tue Feb 28 09:48:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DB2FCEEB75; Tue, 28 Feb 2017 09:48: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 3FCF0FEE; Tue, 28 Feb 2017 09:48:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9mLvo070627; Tue, 28 Feb 2017 09:48:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9mLTg070624; Tue, 28 Feb 2017 09:48:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9mLTg070624@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, 28 Feb 2017 09:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435041 - head/www/p5-CatalystX-SimpleLogin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:48:22 -0000 Author: sunpoet Date: Tue Feb 28 09:48:20 2017 New Revision: 435041 URL: https://svnweb.freebsd.org/changeset/ports/435041 Log: Update to 0.19 - Remove MASTER_SITE_SUBDIR - Fix *_DEPENDS - Add more TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/CatalystX-SimpleLogin/Changes Modified: head/www/p5-CatalystX-SimpleLogin/Makefile head/www/p5-CatalystX-SimpleLogin/distinfo head/www/p5-CatalystX-SimpleLogin/pkg-plist Modified: head/www/p5-CatalystX-SimpleLogin/Makefile ============================================================================== --- head/www/p5-CatalystX-SimpleLogin/Makefile Tue Feb 28 09:48:16 2017 (r435040) +++ head/www/p5-CatalystX-SimpleLogin/Makefile Tue Feb 28 09:48:20 2017 (r435041) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= CatalystX-SimpleLogin -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BOBTFISH PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -16,29 +14,31 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Action-REST>=0.74:www/p5-Catalyst-Action-REST \ - p5-Catalyst-Action-RenderView>=0:www/p5-Catalyst-Action-RenderView \ - p5-Catalyst-ActionRole-ACL>=0:www/p5-Catalyst-ActionRole-ACL \ p5-Catalyst-Plugin-Authentication>=0:www/p5-Catalyst-Plugin-Authentication \ - p5-Catalyst-Plugin-Session>=0:www/p5-Catalyst-Plugin-Session \ - p5-Catalyst-Plugin-Session-State-Cookie>=0.17:www/p5-Catalyst-Plugin-Session-State-Cookie \ - p5-Catalyst-Plugin-Session-Store-File>=0:www/p5-Catalyst-Plugin-Session-Store-File \ - p5-Catalyst-Runtime>=5.80:www/p5-Catalyst-Runtime \ + p5-Catalyst-Plugin-Session>=0.35:www/p5-Catalyst-Plugin-Session \ + p5-Catalyst-Runtime>=5.80013:www/p5-Catalyst-Runtime \ p5-Catalyst-View-TT>=0:www/p5-Catalyst-View-TT \ p5-CatalystX-Component-Traits>=0.13:www/p5-CatalystX-Component-Traits \ p5-CatalystX-InjectComponent>=0:www/p5-CatalystX-InjectComponent \ p5-HTML-FormHandler>=0.28001:www/p5-HTML-FormHandler \ - p5-libwww>0:www/p5-libwww \ + p5-Moose-Autobox>=0.09:devel/p5-Moose-Autobox \ p5-Moose>=0:devel/p5-Moose \ - p5-Moose-Autobox>=0:devel/p5-Moose-Autobox \ p5-MooseX-MethodAttributes>=0.18:devel/p5-MooseX-MethodAttributes \ - p5-MooseX-RelatedClassRoles>=0:devel/p5-MooseX-RelatedClassRoles \ - p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-MooseX-RelatedClassRoles>=0.004:devel/p5-MooseX-RelatedClassRoles \ p5-MooseX-Types-Common>=0:devel/p5-MooseX-Types-Common \ - p5-SQL-Translator>=0:databases/p5-SQL-Translator \ + p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-Try-Tiny>=0.24:lang/p5-Try-Tiny \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception +TEST_DEPENDS= p5-Catalyst-Action-RenderView>=0:www/p5-Catalyst-Action-RenderView \ + p5-Catalyst-ActionRole-ACL>=0:www/p5-Catalyst-ActionRole-ACL \ + p5-Catalyst-Plugin-Session-State-Cookie>=0:www/p5-Catalyst-Plugin-Session-State-Cookie \ + p5-Class-Load>=0.20:devel/p5-Class-Load \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-SQL-Translator>=0:databases/p5-SQL-Translator \ + p5-Test-Exception>=0:devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-CatalystX-SimpleLogin/distinfo ============================================================================== --- head/www/p5-CatalystX-SimpleLogin/distinfo Tue Feb 28 09:48:16 2017 (r435040) +++ head/www/p5-CatalystX-SimpleLogin/distinfo Tue Feb 28 09:48:20 2017 (r435041) @@ -1,2 +1,3 @@ -SHA256 (CatalystX-SimpleLogin-0.18.tar.gz) = ed6250956532dc101e7e40eb808b36da6775ceb87135b3dcf20b3ca7da4db161 -SIZE (CatalystX-SimpleLogin-0.18.tar.gz) = 48690 +TIMESTAMP = 1488262708 +SHA256 (CatalystX-SimpleLogin-0.19.tar.gz) = 24b3eb949785d137751eb66b79d6c43ea2bc075af9a5fa073c3c8a62cd633e4c +SIZE (CatalystX-SimpleLogin-0.19.tar.gz) = 49735 Modified: head/www/p5-CatalystX-SimpleLogin/pkg-plist ============================================================================== --- head/www/p5-CatalystX-SimpleLogin/pkg-plist Tue Feb 28 09:48:16 2017 (r435040) +++ head/www/p5-CatalystX-SimpleLogin/pkg-plist Tue Feb 28 09:48:20 2017 (r435041) @@ -1,13 +1,13 @@ %%SITE_PERL%%/Catalyst/ActionRole/NeedsLogin.pm +%%SITE_PERL%%/CatalystX/SimpleLogin.pm %%SITE_PERL%%/CatalystX/SimpleLogin/Controller/Login.pm -%%SITE_PERL%%/CatalystX/SimpleLogin/Form/LoginOpenID.pm %%SITE_PERL%%/CatalystX/SimpleLogin/Form/Login.pm -%%SITE_PERL%%/CatalystX/SimpleLogin/TraitFor/Controller/Login/RenderAsTTTemplate.pm +%%SITE_PERL%%/CatalystX/SimpleLogin/Form/LoginOpenID.pm +%%SITE_PERL%%/CatalystX/SimpleLogin/Manual.pod %%SITE_PERL%%/CatalystX/SimpleLogin/TraitFor/Controller/Login/Logout.pm %%SITE_PERL%%/CatalystX/SimpleLogin/TraitFor/Controller/Login/OpenID.pm +%%SITE_PERL%%/CatalystX/SimpleLogin/TraitFor/Controller/Login/RenderAsTTTemplate.pm %%SITE_PERL%%/CatalystX/SimpleLogin/TraitFor/Controller/Login/WithRedirect.pm -%%SITE_PERL%%/CatalystX/SimpleLogin/Manual.pod -%%SITE_PERL%%/CatalystX/SimpleLogin.pm %%PERL5_MAN3%%/Catalyst::ActionRole::NeedsLogin.3.gz %%PERL5_MAN3%%/CatalystX::SimpleLogin.3.gz %%PERL5_MAN3%%/CatalystX::SimpleLogin::Controller::Login.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:48:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EEF6CEEBAC; Tue, 28 Feb 2017 09:48:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04BB5C2; Tue, 28 Feb 2017 09:48: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 v1S9mQb9070761; Tue, 28 Feb 2017 09:48:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9mPfj070758; Tue, 28 Feb 2017 09:48:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9mPfj070758@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, 28 Feb 2017 09:48:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435042 - head/www/p5-Dancer2-Plugin-Deferred X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:48:27 -0000 Author: sunpoet Date: Tue Feb 28 09:48:25 2017 New Revision: 435042 URL: https://svnweb.freebsd.org/changeset/ports/435042 Log: Update to 0.007017 - Remove MASTER_SITE_SUBDIR - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Dancer2-Plugin-Deferred/Changes Modified: head/www/p5-Dancer2-Plugin-Deferred/Makefile head/www/p5-Dancer2-Plugin-Deferred/distinfo head/www/p5-Dancer2-Plugin-Deferred/pkg-plist Modified: head/www/p5-Dancer2-Plugin-Deferred/Makefile ============================================================================== --- head/www/p5-Dancer2-Plugin-Deferred/Makefile Tue Feb 28 09:48:20 2017 (r435041) +++ head/www/p5-Dancer2-Plugin-Deferred/Makefile Tue Feb 28 09:48:25 2017 (r435042) @@ -2,20 +2,25 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Deferred -PORTVERSION= 0.007015 -PORTREVISION= 1 +PORTVERSION= 0.007017 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DELUXARAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Dancer2 plugin to defer messages or data across redirections -BUILD_DEPENDS= p5-Dancer2>=0:www/p5-Dancer2 \ +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Plack>=0:www/p5-Plack +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Dancer2-Plugin-Deferred/distinfo ============================================================================== --- head/www/p5-Dancer2-Plugin-Deferred/distinfo Tue Feb 28 09:48:20 2017 (r435041) +++ head/www/p5-Dancer2-Plugin-Deferred/distinfo Tue Feb 28 09:48:25 2017 (r435042) @@ -1,2 +1,3 @@ -SHA256 (Dancer2-Plugin-Deferred-0.007015.tar.gz) = c13c1fd2f8e3fce82a6b4384ff4b8589df86a2407c1c8a333ea5911fcbc90d8a -SIZE (Dancer2-Plugin-Deferred-0.007015.tar.gz) = 73895 +TIMESTAMP = 1488262715 +SHA256 (Dancer2-Plugin-Deferred-0.007017.tar.gz) = 26a79aaeb7ea5bee460ed3e8700268bcd7aef3bd72367f34743efe6fc75c0c0b +SIZE (Dancer2-Plugin-Deferred-0.007017.tar.gz) = 17076 Modified: head/www/p5-Dancer2-Plugin-Deferred/pkg-plist ============================================================================== --- head/www/p5-Dancer2-Plugin-Deferred/pkg-plist Tue Feb 28 09:48:20 2017 (r435041) +++ head/www/p5-Dancer2-Plugin-Deferred/pkg-plist Tue Feb 28 09:48:25 2017 (r435042) @@ -1,4 +1,4 @@ %%SITE_PERL%%/Dancer2/Plugin/Deferred.pm -%%PERL5_MAN3%%/Dancer2::Plugin::Deferred.3.gz @comment Don't package these: @comment %%SITE_PERL%%/Dancer2/Plugin/README.pod +%%PERL5_MAN3%%/Dancer2::Plugin::Deferred.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 09:51:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56EDDCEEDC6; Tue, 28 Feb 2017 09:51: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 25DC97E; Tue, 28 Feb 2017 09:51: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 v1S9pItX071774; Tue, 28 Feb 2017 09:51:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9pIhj071772; Tue, 28 Feb 2017 09:51:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280951.v1S9pIhj071772@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, 28 Feb 2017 09:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435043 - in head/devel: p5-DateTime-Event-Recurrence p5-DateTime-Incomplete X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:51:19 -0000 Author: sunpoet Date: Tue Feb 28 09:51:17 2017 New Revision: 435043 URL: https://svnweb.freebsd.org/changeset/ports/435043 Log: Update dependent ports of devel/p5-DateTime-Set Modified: head/devel/p5-DateTime-Event-Recurrence/Makefile head/devel/p5-DateTime-Incomplete/Makefile Modified: head/devel/p5-DateTime-Event-Recurrence/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-Recurrence/Makefile Tue Feb 28 09:48:25 2017 (r435042) +++ head/devel/p5-DateTime-Event-Recurrence/Makefile Tue Feb 28 09:51:17 2017 (r435043) @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-DateTime>=0.27:devel/p5-DateTime \ - p5-DateTime-Set>=0.36:devel/p5-DateTime-Set + p5-DateTime-Set>=0.3600:devel/p5-DateTime-Set RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS Modified: head/devel/p5-DateTime-Incomplete/Makefile ============================================================================== --- head/devel/p5-DateTime-Incomplete/Makefile Tue Feb 28 09:48:25 2017 (r435042) +++ head/devel/p5-DateTime-Incomplete/Makefile Tue Feb 28 09:51:17 2017 (r435043) @@ -15,7 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ - p5-DateTime-Set>=0.14:devel/p5-DateTime-Set \ + p5-DateTime-Set>=0.1400:devel/p5-DateTime-Set \ p5-DateTime-Event-Recurrence>=0:devel/p5-DateTime-Event-Recurrence RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-all@freebsd.org Tue Feb 28 09:53:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86709CEEE1E; Tue, 28 Feb 2017 09:53: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 5E8E13A4; Tue, 28 Feb 2017 09:53: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 v1S9rLRK074771; Tue, 28 Feb 2017 09:53:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9rKwY074765; Tue, 28 Feb 2017 09:53:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702280953.v1S9rKwY074765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Feb 2017 09:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435044 - in head/devel: . fossology-nomos-standalone fossology-nomos-standalone/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:53:22 -0000 Author: amdmi3 Date: Tue Feb 28 09:53:20 2017 New Revision: 435044 URL: https://svnweb.freebsd.org/changeset/ports/435044 Log: Standalone Nomos license scanner from fossology project WWW: https://www.fossology.org/ Added: head/devel/fossology-nomos-standalone/ head/devel/fossology-nomos-standalone/Makefile (contents, props changed) head/devel/fossology-nomos-standalone/distinfo (contents, props changed) head/devel/fossology-nomos-standalone/files/ head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_GENSEARCHDATA (contents, props changed) head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_Makefile.sa (contents, props changed) head/devel/fossology-nomos-standalone/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 28 09:51:17 2017 (r435043) +++ head/devel/Makefile Tue Feb 28 09:53:20 2017 (r435044) @@ -576,6 +576,7 @@ SUBDIR += fortran-utils SUBDIR += fortytwo-encore SUBDIR += fossil + SUBDIR += fossology-nomos-standalone SUBDIR += fpc-bfd SUBDIR += fpc-dbus SUBDIR += fpc-fcl-async @@ -1274,8 +1275,8 @@ SUBDIR += libestr SUBDIR += libev SUBDIR += libevdev - SUBDIR += libevent-hiphop SUBDIR += libevent + SUBDIR += libevent-hiphop SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf Added: head/devel/fossology-nomos-standalone/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fossology-nomos-standalone/Makefile Tue Feb 28 09:53:20 2017 (r435044) @@ -0,0 +1,33 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= fossology +PORTVERSION= 3.1.0rc2 +CATEGORIES= devel +PKGNAMESUFFIX= -nomos-standalone + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Standalone Nomos license scanner from fossology project + +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL + +BUILD_DEPENDS= gawk:lang/gawk + +USE_GITHUB= yes + +USES= gmake gettext pkgconfig +USE_GNOME= glib20 + +BUILD_WRKSRC= ${WRKSRC}/src/nomos/agent +MAKEFILE= Makefile.sa +MAKE_JOBS_UNSAFE= yes + +PLIST_FILES= bin/nomossa + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/nomos/agent/nomossa ${STAGEDIR}${PREFIX}/bin + +.include Added: head/devel/fossology-nomos-standalone/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fossology-nomos-standalone/distinfo Tue Feb 28 09:53:20 2017 (r435044) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488270305 +SHA256 (fossology-fossology-3.1.0rc2_GH0.tar.gz) = d1876170b290a43a44199fedd71ae27438f81a20905af28c1307613e84a37af4 +SIZE (fossology-fossology-3.1.0rc2_GH0.tar.gz) = 11949927 Added: head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_GENSEARCHDATA ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_GENSEARCHDATA Tue Feb 28 09:53:20 2017 (r435044) @@ -0,0 +1,11 @@ +--- src/nomos/agent/GENSEARCHDATA.orig 2017-02-28 09:04:41 UTC ++++ src/nomos/agent/GENSEARCHDATA +@@ -84,7 +84,7 @@ sed -e 's/ =FEW= /.{0,30}/g' -e 's/ =SOM + @EOF@ + chmod 755 _STRFILTER + ## awk --lint ' +-awk -v SRC=$NEW_C -v HDR=$NEW_H ' ++gawk -v SRC=$NEW_C -v HDR=$NEW_H ' + ##### + # All strings to be encoded MUST be include double-quotes; this way, + # we can check for syntax-errors and bail out when an error is found. Added: head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_Makefile.sa ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_Makefile.sa Tue Feb 28 09:53:20 2017 (r435044) @@ -0,0 +1,75 @@ +--- src/nomos/agent/Makefile.sa.orig 2016-05-05 13:46:14 UTC ++++ src/nomos/agent/Makefile.sa +@@ -2,10 +2,6 @@ + # This is to make a version of nomos that does not require any of the fossology build dependencies. + # Copyright (C) 2013 Hewlett-Packard Development Company, L.P. + +-TOP = ../../.. +-VARS = $(TOP)/Makefile.conf +-include $(VARS) +- + EXE = nomossa + + SPEC = STRINGS.in +@@ -19,33 +15,34 @@ GENOBJS = _precheck.o _autodata.o + HDRS = nomos.h $(OBJS:.o=.h) _autodefs.h + + #CFLAGS_LOCAL = -DSTANDALONE -g -O2 -Wall -D_FILE_OFFSET_BITS=64 +-CFLAGS_LOCAL = -DSTANDALONE -Wall -D_FILE_OFFSET_BITS=64 `pkg-config glib-2.0 --cflags --libs` ++CFLAGS_LOCAL = -DSTANDALONE -Wall -D_FILE_OFFSET_BITS=64 `pkg-config glib-2.0 --cflags` ++LDFLAGS_LOCAL = `pkg-config glib-2.0 --libs` + +-all: encode nomos ++all: $(EXE) + + debug: nomos-gl + +-nomos: nomos.o $(OBJS) $(GENOBJS) +- $(CC) nomos.o $(OBJS) $(GENOBJS) $(CFLAGS_LOCAL) -o $(EXE) ++$(EXE): nomos.o $(OBJS) $(GENOBJS) ++ $(CC) nomos.o $(OBJS) $(GENOBJS) $(LDFLAGS) $(LDFLAGS_LOCAL) -o $(EXE) + +-nomos.o: nomos.c $(HDRS) $(DB) $(REPO) $(AGENTLIB) $(VARS) +- $(CC) -c $< $(CFLAGS_LOCAL) $(DEFS) ++nomos.o: nomos.c $(HDRS) $(REPO) $(AGENTLIB) $(VARS) ++ $(CC) -c $< $(CFLAGS) $(CFLAGS_LOCAL) + + nomos-gl: nomos-g.o $(OBJS) $(GENOBJS) +- $(CC) nomos.o $(OBJS) $(GENOBJS) $(CFLAGS_LOCAL) -o $@ ++ $(CC) nomos.o $(OBJS) $(GENOBJS) $(CFLAGS) $(CFLAGS_LOCAL) -o $@ + +-nomos-g.o: nomos.c $(HDRS) $(DB) $(REPO) $(AGENTLIB) $(VARS) +- $(CC) -c -l /usr/lib/libefence.a $< $(CFLAGS_LOCAL) ++nomos-g.o: nomos.c $(HDRS) $(REPO) $(AGENTLIB) $(VARS) ++ $(CC) -c -l /usr/lib/libefence.a $< $(CFLAGS) $(CFLAGS_LOCAL) + +-$(OBJS) $(GENOBJS): %.o: %.c $(HDRS) $(DB) $(VARS) +- $(CC) -c $< $(CFLAGS_LOCAL) ++$(OBJS) $(GENOBJS): %.o: %.c $(HDRS) ++ $(CC) -c $< $(CFLAGS) $(CFLAGS_LOCAL) + + # + # Non "standard" preprocessing stuff starts here... + # + + encode: encode.o +- $(CC) $(CFLAGS) -o $@ $@.c ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.c + + _precheck.c: _autodata.c $(PRE) $(CHECK) + # @echo "NOTE: _autodata.c has changed --> regenerate _precheck.c" +@@ -53,7 +50,7 @@ _precheck.c: _autodata.c $(PRE) $(CHECK) + ./$(CHECK) + # @$(MAKE) $(STRINGS) $(KEYS) + +-_autodefs.h _autodata.c: $(SPEC) $(LICFIX) ++_autodefs.h _autodata.c: $(SPEC) $(LICFIX) encode + @echo "NOTE: GENSEARCHDATA takes 1-2 minutes to run" + ./$(LICFIX) + +@@ -82,5 +79,3 @@ clean: + split.OTHER checkstr.OK + + .PHONY: all install uninstall clean test +- +-include $(DEPS) Added: head/devel/fossology-nomos-standalone/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fossology-nomos-standalone/pkg-descr Tue Feb 28 09:53:20 2017 (r435044) @@ -0,0 +1,3 @@ +Standalone Nomos license scanner from fossology project + +WWW: https://www.fossology.org/ From owner-svn-ports-all@freebsd.org Tue Feb 28 11:09:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 137F7CF1079; Tue, 28 Feb 2017 11:09:34 +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 EDCB47A2; Tue, 28 Feb 2017 11:09:32 +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 59515162; Tue, 28 Feb 2017 05:09:30 -0600 (CST) Date: Tue, 28 Feb 2017 05:09:29 -0600 From: Mark Linimon To: Alexey Dokuchaev Cc: Mathieu Arnold , Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434867 - in head: biology/avida biology/gmap devel/k8048 devel/kyra devel/php-uprofiler multimedia/libde265 net-mgmt/fastnetmon Message-ID: <20170228110929.GA8021@lonesome.com> References: <201702261256.v1QCufsh008639@repo.freebsd.org> <8a75178e-f8b8-e52c-b118-c6781ed5393e@FreeBSD.org> <20170228085046.GA89691@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170228085046.GA89691@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 11:09:34 -0000 On Tue, Feb 28, 2017 at 08:50:46AM +0000, Alexey Dokuchaev wrote: > In all these cases Mark should've probably found what the real issue > is and provided better BROKEN messages. :-) I'm working through ports for which I have already created wrkdirs. The problems are not obvious from inspecting those. My goal is to try to flag all the arm ports that don't build. I'm sorry but I do not have time to diagnose and fix all of them. The poudriere build outputs on the cluster are still showing hundreds of ports failing to build. Marking them broken (and forwarding that fact to the maintainer) gives us a poudriere output on subsequent builds that tells us why each port did not build (the 'broken' message), rather than (e.g.) the terse "coredump". This is a step in the process towards making arm tier-1; not the completion. Folks should feel free to edit: https://wiki.freebsd.org/armv6/ports#How_you_can_help to state which ports they are actively working on and I'll stay out of their way. mcl From owner-svn-ports-all@freebsd.org Tue Feb 28 11:11:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91DE2CF12E9; Tue, 28 Feb 2017 11:11:32 +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 7798DB54; Tue, 28 Feb 2017 11:11:32 +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 5BD80162; Tue, 28 Feb 2017 05:11:31 -0600 (CST) Date: Tue, 28 Feb 2017 05:11:30 -0600 From: Mark Linimon To: Mathieu Arnold Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434867 - in head: biology/avida biology/gmap devel/k8048 devel/kyra devel/php-uprofiler multimedia/libde265 net-mgmt/fastnetmon Message-ID: <20170228111130.GB8021@lonesome.com> References: <201702261256.v1QCufsh008639@repo.freebsd.org> <8a75178e-f8b8-e52c-b118-c6781ed5393e@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8a75178e-f8b8-e52c-b118-c6781ed5393e@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 11:11:32 -0000 On Tue, Feb 28, 2017 at 09:36:00AM +0100, Mathieu Arnold wrote: > Shouldn't they be marked as ONLY_FOR_ARCH=i386 amd64 instead of listing > all arches that are not those two ? I'm assuming (hoping?) there is some internal configure or Makefile step that I don't grok in each of these ports that can turn off the optimization. I'm reserving ONLY_FOR for ones where it's clear they can never run on anything but x86. Let me know if I've missed one. mcl From owner-svn-ports-all@freebsd.org Tue Feb 28 11:42:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE514CF1C86; Tue, 28 Feb 2017 11:42:04 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB933DF2; Tue, 28 Feb 2017 11:42:04 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SBg3AT016632; Tue, 28 Feb 2017 11:42:03 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SBg34Z016629; Tue, 28 Feb 2017 11:42:03 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702281142.v1SBg34Z016629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 28 Feb 2017 11:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435045 - 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: Tue, 28 Feb 2017 11:42:05 -0000 Author: demon Date: Tue Feb 28 11:42:03 2017 New Revision: 435045 URL: https://svnweb.freebsd.org/changeset/ports/435045 Log: Update to version 1.7.3. Modified: head/net/haproxy/Makefile head/net/haproxy/distinfo Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Tue Feb 28 09:53:20 2017 (r435044) +++ head/net/haproxy/Makefile Tue Feb 28 11:42:03 2017 (r435045) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.7/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} Modified: head/net/haproxy/distinfo ============================================================================== --- head/net/haproxy/distinfo Tue Feb 28 09:53:20 2017 (r435044) +++ head/net/haproxy/distinfo Tue Feb 28 11:42:03 2017 (r435045) @@ -1,5 +1,5 @@ -TIMESTAMP = 1487962088 -SHA256 (haproxy-1.7.2.tar.gz) = f95b40f52a4d61feaae363c9b15bf411c16fe8f61fddb297c7afcca0072e4b2f -SIZE (haproxy-1.7.2.tar.gz) = 1735073 +TIMESTAMP = 1488281242 +SHA256 (haproxy-1.7.3.tar.gz) = ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65 +SIZE (haproxy-1.7.3.tar.gz) = 1737006 SHA256 (deviceatlas-enterprise-c-2.1.2.tgz) = 4c366e5630c58759fa5ef0c62f304ad36a79d452d35d30569db5698cec74fd71 SIZE (deviceatlas-enterprise-c-2.1.2.tgz) = 183513 From owner-svn-ports-all@freebsd.org Tue Feb 28 11:52:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3065CF10E3; Tue, 28 Feb 2017 11:52:47 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 801467EF; Tue, 28 Feb 2017 11:52:47 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SBqkNI021398; Tue, 28 Feb 2017 11:52:46 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SBqkNt021396; Tue, 28 Feb 2017 11:52:46 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201702281152.v1SBqkNt021396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Tue, 28 Feb 2017 11:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435046 - head/devel/argdata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 11:52:47 -0000 Author: ed (src committer) Date: Tue Feb 28 11:52:46 2017 New Revision: 435046 URL: https://svnweb.freebsd.org/changeset/ports/435046 Log: Upgrade argdata to version 0.2. This release includes improvements to how the map/sequence iterator API works. When using iterators, the object from which the iterator was extracted can now go out of scope, without rendering the iterator useless. This makes it a lot easier to traverse the tree at multiple depths without needing to keep many iterators allocated. Modified: head/devel/argdata/Makefile head/devel/argdata/distinfo Modified: head/devel/argdata/Makefile ============================================================================== --- head/devel/argdata/Makefile Tue Feb 28 11:42:03 2017 (r435045) +++ head/devel/argdata/Makefile Tue Feb 28 11:52:46 2017 (r435046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= argdata -PORTVERSION= 0.1 +PORTVERSION= 0.2 DISTVERSIONPREFIX=v CATEGORIES= devel Modified: head/devel/argdata/distinfo ============================================================================== --- head/devel/argdata/distinfo Tue Feb 28 11:42:03 2017 (r435045) +++ head/devel/argdata/distinfo Tue Feb 28 11:52:46 2017 (r435046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488022001 -SHA256 (NuxiNL-argdata-v0.1_GH0.tar.gz) = 1fd26745e72382b9e0eda042154b3219682de980f6cdd15f574f9d4288b7df79 -SIZE (NuxiNL-argdata-v0.1_GH0.tar.gz) = 18787 +TIMESTAMP = 1488282593 +SHA256 (NuxiNL-argdata-v0.2_GH0.tar.gz) = bfc97e8a8a0d34909f2627e80013f2c3da2492e7b86060636a5d46731c12aee0 +SIZE (NuxiNL-argdata-v0.2_GH0.tar.gz) = 18667 From owner-svn-ports-all@freebsd.org Tue Feb 28 12:00:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3C3ACF141B; Tue, 28 Feb 2017 12:00: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 82E4FABC; Tue, 28 Feb 2017 12:00: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 v1SC005M022106; Tue, 28 Feb 2017 12:00:00 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SBxxIu022050; Tue, 28 Feb 2017 11:59:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702281159.v1SBxxIu022050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 28 Feb 2017 11:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435047 - in head: . devel devel/rubygem-bson1 devel/rubygem-builder32 devel/rubygem-minitest4 java java/jdk16-doc java/jdk7-doc textproc textproc/rubygem-liquid2 textproc/rubygem-nokog... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 12:00:01 -0000 Author: rene Date: Tue Feb 28 11:59:59 2017 New Revision: 435047 URL: https://svnweb.freebsd.org/changeset/ports/435047 Log: Remove expired ports: 2017-02-28 textproc/rubygem-nokogiri14: Use textproc/rubygem-nokogiri instead 2017-02-28 textproc/rubygem-liquid2: Use textproc/rubygem-liquid instead 2017-02-28 www/rubygem-rack14: Use www/rubygem-rack or www/rubygem-rack16 instead 2017-02-28 www/rubygem-mechanize26: Use www/rubygem-mechanize instead 2017-02-28 www/rubygem-net-http-persistent25: Use www/rubygem-net-http-persistent2 instead 2017-02-28 devel/rubygem-builder32: Use devel/rubygem-builder instead 2017-02-28 www/rubygem-net-http-digest_auth11: Use www/rubygem-net-http-digest_auth instead 2017-02-28 devel/rubygem-bson1: Use devel/rubygem-bson instead 2017-02-28 devel/rubygem-minitest4: Use devel/rubygem-minitest instead 2017-02-28 java/jdk16-doc: Should have been removed with linux-sun-jdk16 (2014-05-11) 2017-02-28 java/jdk7-doc: Should have been removed with linux-sun-jdk17 (2016-04-24) 2017-02-28 textproc/rubygem-sass-rails4: Use textproc/rubygem-sass-rails5 instead Deleted: head/devel/rubygem-bson1/ head/devel/rubygem-builder32/ head/devel/rubygem-minitest4/ head/java/jdk16-doc/ head/java/jdk7-doc/ head/textproc/rubygem-liquid2/ head/textproc/rubygem-nokogiri14/ head/textproc/rubygem-sass-rails4/ head/www/rubygem-mechanize26/ head/www/rubygem-net-http-digest_auth11/ head/www/rubygem-net-http-persistent25/ head/www/rubygem-rack14/ Modified: head/LEGAL head/MOVED head/devel/Makefile head/java/Makefile head/textproc/Makefile head/www/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Tue Feb 28 11:52:46 2017 (r435046) +++ head/LEGAL Tue Feb 28 11:59:59 2017 (r435047) @@ -122,8 +122,6 @@ jaf-*.zip java/jaf See the license jai-*-lib-linux-i586.* java/jai Redistribution is not permitted java3d-sdk-*-linux-i386* java/java3d License does not allow distribution javax_comm-*-solsparc.* comms/java-commapi No commercial use -jdk-6*-apidocs.zip java/jdk16-doc This documentation is under license and export control -jdk-7*-apidocs.zip java/jdk7-doc This documentation is under license and export control jdk-8*-apidocs.zip java/jdk8-doc This documentation is under license and export control jdk-8*-i586.tar.gz java/linux-oracle-jdk18 Redistribution of repackaged binaries not permitted jfbuild-* games/jfsw Must be distributed only through the Internet and free of charge Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 28 11:52:46 2017 (r435046) +++ head/MOVED Tue Feb 28 11:59:59 2017 (r435047) @@ -9088,3 +9088,15 @@ sysutils/packetbeat|sysutils/beats|2017- devel/libc++||2017-02-24|Obsolete, all supported FreeBSD versions have libc++ in the base system devel/libcxxrt||2017-02-24|Obsolete, all supported FreeBSD versions have libcxxrt in the base system devel/linux_kdump||2017-02-26|Broken and obsolete +textproc/rubygem-nokogiri14|textproc/rubygem-nokogiri|2017-02-28|Has expired: Use textproc/rubygem-nokogiri instead +textproc/rubygem-liquid2|textproc/rubygem-liquid|2017-02-28|Has expired: Use textproc/rubygem-liquid instead +www/rubygem-rack14||2017-02-28|Has expired: Use www/rubygem-rack or www/rubygem-rack16 instead +www/rubygem-mechanize26|www/rubygem-mechanize|2017-02-28|Has expired: Use www/rubygem-mechanize instead +www/rubygem-net-http-persistent25|www/rubygem-net-http-persistent2|2017-02-28|Has expired: Use www/rubygem-net-http-persistent2 instead +devel/rubygem-builder32|devel/rubygem-builder|2017-02-28|Has expired: Use devel/rubygem-builder instead +www/rubygem-net-http-digest_auth11|www/rubygem-net-http-digest_auth|2017-02-28|Has expired: Use www/rubygem-net-http-digest_auth instead +devel/rubygem-bson1|devel/rubygem-bson|2017-02-28|Has expired: Use devel/rubygem-bson instead +devel/rubygem-minitest4|devel/rubygem-minitest|2017-02-28|Has expired: Use devel/rubygem-minitest instead +java/jdk16-doc||2017-02-28|Has expired: Should have been removed with linux-sun-jdk16 (2014-05-11) +java/jdk7-doc||2017-02-28|Has expired: Should have been removed with linux-sun-jdk17 (2016-04-24) +textproc/rubygem-sass-rails4|textproc/rubygem-sass-rails5|2017-02-28|Has expired: Use textproc/rubygem-sass-rails5 instead Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 28 11:52:46 2017 (r435046) +++ head/devel/Makefile Tue Feb 28 11:59:59 2017 (r435047) @@ -5110,11 +5110,9 @@ SUBDIR += rubygem-bosh-template SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson - SUBDIR += rubygem-bson1 SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder - SUBDIR += rubygem-builder32 SUBDIR += rubygem-byebug SUBDIR += rubygem-cabin SUBDIR += rubygem-caesars @@ -5318,7 +5316,6 @@ SUBDIR += rubygem-method_source SUBDIR += rubygem-micromachine SUBDIR += rubygem-minitest - SUBDIR += rubygem-minitest4 SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Tue Feb 28 11:52:46 2017 (r435046) +++ head/java/Makefile Tue Feb 28 11:59:59 2017 (r435047) @@ -70,8 +70,6 @@ SUBDIR += jcommon SUBDIR += jd-gui SUBDIR += jdbcpool - SUBDIR += jdk16-doc - SUBDIR += jdk7-doc SUBDIR += jdk8-doc SUBDIR += jdom SUBDIR += jflex Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Feb 28 11:52:46 2017 (r435046) +++ head/textproc/Makefile Tue Feb 28 11:59:59 2017 (r435047) @@ -1482,7 +1482,6 @@ SUBDIR += rubygem-libxml-ruby SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid - SUBDIR += rubygem-liquid2 SUBDIR += rubygem-liquid3 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah @@ -1491,7 +1490,6 @@ SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri-diff - SUBDIR += rubygem-nokogiri14 SUBDIR += rubygem-nokogumbo SUBDIR += rubygem-octopress-escape-code SUBDIR += rubygem-opml @@ -1523,7 +1521,6 @@ SUBDIR += rubygem-rugments SUBDIR += rubygem-sanitize SUBDIR += rubygem-sass - SUBDIR += rubygem-sass-rails4 SUBDIR += rubygem-sass-rails5 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sax-machine Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Feb 28 11:52:46 2017 (r435046) +++ head/www/Makefile Tue Feb 28 11:59:59 2017 (r435047) @@ -2019,7 +2019,6 @@ SUBDIR += rubygem-link_header SUBDIR += rubygem-maruku SUBDIR += rubygem-mechanize - SUBDIR += rubygem-mechanize26 SUBDIR += rubygem-merb-assets SUBDIR += rubygem-merb-core SUBDIR += rubygem-merb-haml @@ -2030,10 +2029,8 @@ SUBDIR += rubygem-nanoc SUBDIR += rubygem-nested_form SUBDIR += rubygem-net-http-digest_auth - SUBDIR += rubygem-net-http-digest_auth11 SUBDIR += rubygem-net-http-persistent SUBDIR += rubygem-net-http-persistent2 - SUBDIR += rubygem-net-http-persistent25 SUBDIR += rubygem-net-http-pipeline SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http @@ -2054,7 +2051,6 @@ SUBDIR += rubygem-rack-protection SUBDIR += rubygem-rack-ssl SUBDIR += rubygem-rack-test - SUBDIR += rubygem-rack14 SUBDIR += rubygem-rack15 SUBDIR += rubygem-rack16 SUBDIR += rubygem-rails4 From owner-svn-ports-all@freebsd.org Tue Feb 28 12:06:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F76BCF1C6C; Tue, 28 Feb 2017 12:06:11 +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 1D6A7240; Tue, 28 Feb 2017 12:06: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 v1SC6AZt026115; Tue, 28 Feb 2017 12:06:10 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SC69wI026104; Tue, 28 Feb 2017 12:06:09 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201702281206.v1SC69wI026104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 28 Feb 2017 12:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435048 - in head/graphics: . azpainter azpainter/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 12:06:11 -0000 Author: danfe Date: Tue Feb 28 12:06:09 2017 New Revision: 435048 URL: https://svnweb.freebsd.org/changeset/ports/435048 Log: AzPainter is a full color painting application for Unix-like systems for illustration drawing. This is not suitable for dot editing. Since the color is handled internally with 16-bit precision (15-bit fixed point), color accuracy is increased at the expense of more memory being consumed. WWW: http://azsky2.html.xdomain.jp/linux/azpainter/ TIMESTAMP (azpainter-2.0.2.tar.bz2) = 1487462397 Added: head/graphics/azpainter/ head/graphics/azpainter/Makefile (contents, props changed) head/graphics/azpainter/distinfo (contents, props changed) head/graphics/azpainter/files/ head/graphics/azpainter/files/patch-AUTHORS (contents, props changed) head/graphics/azpainter/files/patch-data_Makefile.in (contents, props changed) head/graphics/azpainter/files/patch-desktop_azpainter.desktop (contents, props changed) head/graphics/azpainter/files/patch-mlib_include_mSysX11.h (contents, props changed) head/graphics/azpainter/files/patch-mlib_src_x11_x11__main.c (contents, props changed) head/graphics/azpainter/files/patch-translation_en (contents, props changed) head/graphics/azpainter/files/ru (contents, props changed) head/graphics/azpainter/files/uk (contents, props changed) head/graphics/azpainter/pkg-descr (contents, props changed) head/graphics/azpainter/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Feb 28 11:59:59 2017 (r435047) +++ head/graphics/Makefile Tue Feb 28 12:06:09 2017 (r435048) @@ -63,6 +63,7 @@ SUBDIR += autotrace SUBDIR += aview SUBDIR += ayam + SUBDIR += azpainter SUBDIR += backfract SUBDIR += barbecue SUBDIR += barcode Added: head/graphics/azpainter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/Makefile Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,39 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= azpainter +DISTVERSION= 2.0.2 +CATEGORIES= graphics +MASTER_SITES= http://jaist.dl.osdn.jp/azpainter/67130/ \ + http://rwthaachen.dl.osdn.jp/azpainter/67130/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= 16-bit RGB full color painting application + +LICENSE= GPLv3 + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libpng.so:graphics/png + +USES= desktop-file-utils jpeg localbase tar:bzip2 +USE_XORG= x11 xext xi +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-freetype-dir=${LOCALBASE}/include/freetype2 + +PORTDOCS= AUTHORS ChangeLog NEWS README README.ja manual + +OPTIONS_DEFINE= DOCS + +pre-build: + ${CP} -p ${FILESDIR}/?? ${WRKSRC}/translation + cd ${WRKSRC}/translation && ${CC} ${CFLAGS} -o mtrconv mtrconv.c +.for lang in en ru uk + cd ${WRKSRC}/translation && ./mtrconv ${lang} ../data/tr/${lang}.mtr +.endfor + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${CP} -a ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/graphics/azpainter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/distinfo Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487462397 +SHA256 (azpainter-2.0.2.tar.bz2) = 24ee7cb15bb313a395d35094fe41cd9fc21bad67d2fffbbf7cce41d8c6b5a589 +SIZE (azpainter-2.0.2.tar.bz2) = 760536 Added: head/graphics/azpainter/files/patch-AUTHORS ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/files/patch-AUTHORS Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,12 @@ +--- AUTHORS.orig 2017-02-18 23:19:16 UTC ++++ AUTHORS +@@ -1,4 +1,7 @@ + # translation + ------------------- + +-pt_BR : Adriano Duarte +\ No newline at end of file ++pt_BR : Adriano Duarte ++ru : Eugeniy Fedirets , 2017 ++ Alexandre Prokoudine , 2017 ++uk : Eugeniy Fedirets , 2017 Added: head/graphics/azpainter/files/patch-data_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/files/patch-data_Makefile.in Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,13 @@ +--- data/Makefile.in.orig 2017-02-18 23:19:20 UTC ++++ data/Makefile.in +@@ -321,7 +321,9 @@ trdatadir = $(appdatadir)/tr + dist_trdata_DATA = \ + tr/en.mtr \ + tr/ja.mtr \ +-tr/pt_BR.mtr ++tr/pt_BR.mtr \ ++tr/ru.mtr \ ++tr/uk.mtr + + + # brush Added: head/graphics/azpainter/files/patch-desktop_azpainter.desktop ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/files/patch-desktop_azpainter.desktop Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,19 @@ +--- desktop/azpainter.desktop.orig 2017-02-18 23:19:16 UTC ++++ desktop/azpainter.desktop +@@ -1,8 +1,14 @@ + [Desktop Entry] +-Version=1.0 ++Version=2.0 + Type=Application + Name=AzPainter +-Exec=azpainter ++Exec=azpainter %F + Icon=azpainter + Terminal=false + Categories=Graphics; ++Comment=16-bit RGB full color painting application ++Comment[ja]=16-bit RGB full color painting application ++Comment[pt_BR]=16-bit RGB full color painting application ++Comment[ru]=16-bit RGB full color painting application ++Comment[uk]=16-bit RGB full color painting application ++MimeType=application/x-azpainter-apd; Added: head/graphics/azpainter/files/patch-mlib_include_mSysX11.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/files/patch-mlib_include_mSysX11.h Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,11 @@ +--- mlib/include/mSysX11.h.orig 2017-02-18 23:19:17 UTC ++++ mlib/include/mSysX11.h +@@ -150,7 +150,7 @@ struct _mAppSystem + + #if !defined(MLIB_NO_THREAD) + mMutex mutex; +- int fd_event; ++ int fd_pipe[2]; + #endif + + Atom atoms[MX11_ATOM_NUM]; Added: head/graphics/azpainter/files/patch-mlib_src_x11_x11__main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/files/patch-mlib_src_x11_x11__main.c Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,70 @@ +--- mlib/src/x11/x11_main.c.orig 2017-02-18 23:19:17 UTC ++++ mlib/src/x11/x11_main.c +@@ -36,7 +36,6 @@ $*/ + + #include + #include +-#include + #include + + #include +@@ -199,10 +198,9 @@ static void _app_init_thread(mAppSystem + + #else + +- p->fd_event = eventfd(0, 0); +- if(p->fd_event == -1) p->fd_event = 0; ++ if(pipe(p->fd_pipe) == -1) p->fd_pipe[0] = p->fd_pipe[1] = 0; + +- p->select_fdnum = 1 + ((p->connection < p->fd_event)? p->fd_event: p->connection); ++ p->select_fdnum = 1 + ((p->connection < p->fd_pipe[1])? p->fd_pipe[1]: p->connection); + + p->mutex = mMutexNew(); + mMutexLock(p->mutex); +@@ -228,8 +226,10 @@ void __mAppEnd(void) + + #if !defined(MLIB_NO_THREAD) + +- if(p->fd_event) +- close(p->fd_event); ++ if(p->fd_pipe[0]) ++ close(p->fd_pipe[0]); ++ if(p->fd_pipe[1]) ++ close(p->fd_pipe[1]); + + if(p->mutex) + { +@@ -435,8 +435,8 @@ void mAppWakeUpEvent() + + int64_t num = 1; + +- if(MAPP_SYS->fd_event) +- write(MAPP_SYS->fd_event, &num, 8); ++ if(MAPP_SYS->fd_pipe[1]) ++ write(MAPP_SYS->fd_pipe[1], &num, 8); + + #endif + } +@@ -492,7 +492,8 @@ static int _wait_event(void) + FD_SET(p->connection, &fd); + + #if !defined(MLIB_NO_THREAD) +- if(p->fd_event) FD_SET(p->fd_event, &fd); ++ if(p->fd_pipe[0]) FD_SET(p->fd_pipe[0], &fd); ++ if(p->fd_pipe[1]) FD_SET(p->fd_pipe[1], &fd); + #endif + + //タイマーの最小時間 +@@ -526,10 +527,10 @@ static int _wait_event(void) + else if(FD_ISSET(p->connection, &fd)) + return 1; + #if !defined(MLIB_NO_THREAD) +- else if(p->fd_event && FD_ISSET(p->fd_event, &fd)) ++ else if(p->fd_pipe[0] && FD_ISSET(p->fd_pipe[0], &fd)) + { + int64_t eft; +- read(p->fd_event, &eft, 8); ++ read(p->fd_pipe[0], &eft, 8); + } + #endif + Added: head/graphics/azpainter/files/patch-translation_en ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/files/patch-translation_en Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,145 @@ +--- translation/en.orig 2017-02-18 23:19:17 UTC ++++ translation/en +@@ -48,7 +48,7 @@ + +=Overwrite + +=Save as + +=Save a copy +-+=Show palette +++=Show panels + +=Flip canvas horizontally + +=Show background as plaid pattern + +=Show grid +@@ -76,7 +76,7 @@ + +=[Shift: horizontally] [Ctrl: vertically] + +=[+Ctrl when pressed: delete selection] + +=[+Shift when pressed: overwrite] [Ctrl: hide selection frame while dragging] +-+=[click to paste if there is a image] [Ctrl: clear the image and reselect] +++=[click to paste if there is an image] [Ctrl: clear the image and reselect] + +=[Ctrl: color on current layer] [Shift: set as mask color] [Alt: add to mask color] + + +=[Shift: in denomination of 45°] +@@ -107,7 +107,7 @@ + +=Stamp + +=Move canvas + +=Rotate canvas +-+=Spuit +++=Color picker + + #---------------- + # tool sub +@@ -183,7 +183,7 @@ + [106] + 0=normal + +=multiplication +-+=addtion +++=addition + +=subtraction + +=screen(color filter) + +=overlay +@@ -226,7 +226,7 @@ + + + #********************** +-# palette window ++# panel window + #********************** + + +@@ -792,10 +792,10 @@ + +=move selection position + + #-------------------- +-# Palette setting ++# Panel setting + + [2018] +-0=Palette setting ++0=Panel setting + +=Up + +=Down + +@@ -811,8 +811,8 @@ + +=System + +=Cursor + +-100=width at startup +-+=height at startup ++100=image width when starting up +++=image height when starting up + +=canvas background color + +=color of plaid background + +=max undo times [2-400] +@@ -848,7 +848,7 @@ + 500=[*] applied when next time starting up + +=working directory + +=GUI font +-+=palette font +++=panel font + +=image directory + +=brush + +=texture +@@ -856,7 +856,7 @@ + 600=hotspot position + +=load image + +=Default +-+=width,height is of 1〜32px.\nblack and white color of the image will remain black and white.\nOther colors will be transfromed to transparent. +++=width,height is of 1~32px.\nblack and white color of the image will remain black and white.\nOther colors will be transfromed to transparent. + + 1000=a non-existing directory is set as working directory. + +=Units can be used for K,M,G. Byte without unit.\nMaximum 1 GB.\n0 to output to all files. +@@ -1161,24 +1161,24 @@ + +=Radial blur... + +=Lens blur... + +-+=Cloud... +-+=Dot(1)... +-+=Dot(2)... +++=Clouds... +++=Dot pattern(1)... +++=Dot pattern(2)... + +=Random point draw... + +=Draw points along the rim... + +=Border... +-+=Horizontal line&&vertical line... +++=Horizontal&&vertical lines... + +=Plaid... + + +=Concentration line... +-+=Flash... +-+=Solid flash... +++=Flash (ring of fire)... +++=Solid flash (sun)... + +=Uni flash... +-+=Uni flash(wave)... +++=Uni flash (wave)... + + +=Mosaic... + +=Crystal... +-+=Half tone +++=Half tone... + + +=Sharp... + +=Unsharp mask... +@@ -1204,13 +1204,13 @@ + + +=Extraction of line drawing + +=1px dot line correction +-+=Anti aliasing... +++=Antialiasing... + +=Edging... + +=Three-dimensional frame... + +=Shift... + + ### 表示 +-6000=Palette(&P) ++6000=Panel(&P) + +=Canvas flip horizontally(&Q) + +=Show background as check pattern(&K) + +=Show grid(&G) +@@ -1250,5 +1250,5 @@ + +=Grid setting(&G)... + +=Shortcut key setting(&K)... + +=Canvas key setting(&C)... +-+=Palette setting(&P)... +++=Panel setting(&P)... + +=Version information(&A)... Added: head/graphics/azpainter/files/ru ============================================================================== Binary file. No diff available. Added: head/graphics/azpainter/files/uk ============================================================================== Binary file. No diff available. Added: head/graphics/azpainter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/pkg-descr Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,6 @@ +AzPainter is a full color painting application for Unix-like systems for +illustration drawing. This is not suitable for dot editing. Since the +color is handled internally with 16-bit precision (15-bit fixed point), +color accuracy is increased at the expense of more memory being consumed. + +WWW: http://azsky2.html.xdomain.jp/linux/azpainter/ Added: head/graphics/azpainter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainter/pkg-plist Tue Feb 28 12:06:09 2017 (r435048) @@ -0,0 +1,163 @@ +bin/azpainter +%%DATADIR%%/brush/circle1.png +%%DATADIR%%/brush/ellipse.png +%%DATADIR%%/brush-2.dat +%%DATADIR%%/grad.dat +%%DATADIR%%/ib_brushedit.png +%%DATADIR%%/ib_canvasview.png +%%DATADIR%%/ib_imgviewer.png +%%DATADIR%%/ib_layer.png +%%DATADIR%%/ib_tool.png +%%DATADIR%%/ib_toolbar.png +%%DATADIR%%/ib_toolsub.png +%%DATADIR%%/icon.png +%%DATADIR%%/palette-2.dat +%%DATADIR%%/sckey-2.conf +%%DATADIR%%/texture/tone300/05L01.png +%%DATADIR%%/texture/tone300/05L02.png +%%DATADIR%%/texture/tone300/05L05.png +%%DATADIR%%/texture/tone300/05L10.png +%%DATADIR%%/texture/tone300/05L20.png +%%DATADIR%%/texture/tone300/08L01.png +%%DATADIR%%/texture/tone300/08L02.png +%%DATADIR%%/texture/tone300/08L05.png +%%DATADIR%%/texture/tone300/10L02.png +%%DATADIR%%/texture/tone300/10L05.png +%%DATADIR%%/texture/tone300/10L10.png +%%DATADIR%%/texture/tone300/10L20.png +%%DATADIR%%/texture/tone300/10L30.png +%%DATADIR%%/texture/tone300/15L02.png +%%DATADIR%%/texture/tone300/15L05.png +%%DATADIR%%/texture/tone300/15L10.png +%%DATADIR%%/texture/tone300/15L20.png +%%DATADIR%%/texture/tone300/20L02.png +%%DATADIR%%/texture/tone300/20L05.png +%%DATADIR%%/texture/tone300/20L10.png +%%DATADIR%%/texture/tone300/20L20.png +%%DATADIR%%/texture/tone300/20L30.png +%%DATADIR%%/texture/tone300/20L40.png +%%DATADIR%%/texture/tone300/30L10.png +%%DATADIR%%/texture/tone300/30L20.png +%%DATADIR%%/texture/tone300/30L30.png +%%DATADIR%%/texture/tone300/30L40.png +%%DATADIR%%/texture/tone300/40L10.png +%%DATADIR%%/texture/tone300/40L20.png +%%DATADIR%%/texture/tone300/40L30.png +%%DATADIR%%/texture/tone300/50L10.png +%%DATADIR%%/texture/tone300/50L20.png +%%DATADIR%%/texture/tone300/60L10.png +%%DATADIR%%/texture/tone600/27.5L05.png +%%DATADIR%%/texture/tone600/27.5L10.png +%%DATADIR%%/texture/tone600/27.5L20.png +%%DATADIR%%/texture/tone600/27.5L30.png +%%DATADIR%%/texture/tone600/27.5L40.png +%%DATADIR%%/texture/tone600/30L05.png +%%DATADIR%%/texture/tone600/30L10.png +%%DATADIR%%/texture/tone600/30L20.png +%%DATADIR%%/texture/tone600/30L30.png +%%DATADIR%%/texture/tone600/32.5L05.png +%%DATADIR%%/texture/tone600/32.5L10.png +%%DATADIR%%/texture/tone600/32.5L20.png +%%DATADIR%%/texture/tone600/32.5L30.png +%%DATADIR%%/texture/tone600/42.5L05.png +%%DATADIR%%/texture/tone600/42.5L10.png +%%DATADIR%%/texture/tone600/42.5L20.png +%%DATADIR%%/texture/tone600/42.5L30.png +%%DATADIR%%/texture/tone600/50L05.png +%%DATADIR%%/texture/tone600/50L10.png +%%DATADIR%%/texture/tone600/50L20.png +%%DATADIR%%/texture/tone600/50L30.png +%%DATADIR%%/texture/tone600/55L05.png +%%DATADIR%%/texture/tone600/55L10.png +%%DATADIR%%/texture/tone600/55L20.png +%%DATADIR%%/texture/tone600/55L30.png +%%DATADIR%%/texture/tone600/60L05.png +%%DATADIR%%/texture/tone600/60L10.png +%%DATADIR%%/texture/tone600/60L30.png +%%DATADIR%%/texture/tone600/65L05.png +%%DATADIR%%/texture/tone600/65L10.png +%%DATADIR%%/texture/tone600/85L05.png +%%DATADIR%%/texture/various/brick.png +%%DATADIR%%/texture/various/check1.png +%%DATADIR%%/texture/various/check2.png +%%DATADIR%%/texture/various/check3.png +%%DATADIR%%/texture/various/check4.png +%%DATADIR%%/texture/various/check5.png +%%DATADIR%%/texture/various/check6.png +%%DATADIR%%/texture/various/cross.png +%%DATADIR%%/texture/various/dot01.png +%%DATADIR%%/texture/various/dot02.png +%%DATADIR%%/texture/various/dot03.png +%%DATADIR%%/texture/various/dot04.png +%%DATADIR%%/texture/various/dot05.png +%%DATADIR%%/texture/various/dot06.png +%%DATADIR%%/texture/various/dot07.png +%%DATADIR%%/texture/various/dot08.png +%%DATADIR%%/texture/various/dot09.png +%%DATADIR%%/texture/various/dot10.png +%%DATADIR%%/texture/various/flower.png +%%DATADIR%%/texture/various/gradient1.png +%%DATADIR%%/texture/various/gradient2.png +%%DATADIR%%/texture/various/grid01.png +%%DATADIR%%/texture/various/grid02.png +%%DATADIR%%/texture/various/grid03.png +%%DATADIR%%/texture/various/grid04.png +%%DATADIR%%/texture/various/grid05.png +%%DATADIR%%/texture/various/grid06.png +%%DATADIR%%/texture/various/grid07.png +%%DATADIR%%/texture/various/grid08.png +%%DATADIR%%/texture/various/gridsl1.png +%%DATADIR%%/texture/various/gridsl2.png +%%DATADIR%%/texture/various/heart.png +%%DATADIR%%/texture/various/horz1.png +%%DATADIR%%/texture/various/horz2.png +%%DATADIR%%/texture/various/horz3.png +%%DATADIR%%/texture/various/horz4.png +%%DATADIR%%/texture/various/horz5.png +%%DATADIR%%/texture/various/horz6.png +%%DATADIR%%/texture/various/horz7.png +%%DATADIR%%/texture/various/jag1.png +%%DATADIR%%/texture/various/jag2.png +%%DATADIR%%/texture/various/slant1.png +%%DATADIR%%/texture/various/slant2.png +%%DATADIR%%/texture/various/slant3.png +%%DATADIR%%/texture/various/slant4.png +%%DATADIR%%/texture/various/slant5.png +%%DATADIR%%/texture/various/slant6.png +%%DATADIR%%/texture/various/slant7.png +%%DATADIR%%/texture/various/slant8.png +%%DATADIR%%/texture/various/speed_horz.png +%%DATADIR%%/texture/various/speed_vert.png +%%DATADIR%%/texture/various/square_dot.png +%%DATADIR%%/texture/various/star.png +%%DATADIR%%/texture/various/tone00.png +%%DATADIR%%/texture/various/tone01.png +%%DATADIR%%/texture/various/tone02.png +%%DATADIR%%/texture/various/tone03.png +%%DATADIR%%/texture/various/tone04.png +%%DATADIR%%/texture/various/tone05.png +%%DATADIR%%/texture/various/tone06.png +%%DATADIR%%/texture/various/tone07.png +%%DATADIR%%/texture/various/tone08.png +%%DATADIR%%/texture/various/tone09.png +%%DATADIR%%/texture/various/tone10.png +%%DATADIR%%/texture/various/triangle1.png +%%DATADIR%%/texture/various/triangle2.png +%%DATADIR%%/texture/various/vert1.png +%%DATADIR%%/texture/various/vert2.png +%%DATADIR%%/texture/various/vert3.png +%%DATADIR%%/texture/various/vert4.png +%%DATADIR%%/texture/various/vert5.png +%%DATADIR%%/texture/various/vert6.png +%%DATADIR%%/texture/various/vert7.png +%%DATADIR%%/texture/various/wall.png +%%DATADIR%%/texture/various/white_circle.png +%%DATADIR%%/texture/various/x-mark.png +%%DATADIR%%/tr/en.mtr +%%DATADIR%%/tr/ja.mtr +%%DATADIR%%/tr/pt_BR.mtr +%%DATADIR%%/tr/ru.mtr +%%DATADIR%%/tr/uk.mtr +share/applications/azpainter.desktop +share/icons/hicolor/48x48/apps/azpainter.png +share/icons/hicolor/scalable/apps/azpainter.svg From owner-svn-ports-all@freebsd.org Tue Feb 28 12:21:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2449CEF600; Tue, 28 Feb 2017 12:21:14 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA6E7BFD; Tue, 28 Feb 2017 12:21:14 +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 v1SCLDXj032309; Tue, 28 Feb 2017 12:21:13 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SCLD5X032307; Tue, 28 Feb 2017 12:21:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201702281221.v1SCLD5X032307@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, 28 Feb 2017 12:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435049 - in head/security/libgcrypt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 12:21:15 -0000 Author: cpm Date: Tue Feb 28 12:21:13 2017 New Revision: 435049 URL: https://svnweb.freebsd.org/changeset/ports/435049 Log: security/libgcrypt: fix build on aarch64 libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -Wa,--noexecstack -O2 -pipe -fno-strict-aliasing -std=gnu89 -MT cipher-gcm-armv8-aarch64-ce.lo -MD -MP -MF .deps/cipher-gcm-armv8-aarch64-ce.Tpo -c cipher-gcm-armv8-aarch64-ce.S -fPIC -DPIC -o .libs/cipher-gcm-armv8-aarch64-ce.o cipher-gcm-armv8-aarch64-ce.S:190:3: error: instruction requires: neon eor v31.16b, v31.16b, v31.16b ^ PR: 217271 Submitted by: krion Reported by: Simon Rozman MFH: 2017Q1 (blanket) Added: head/security/libgcrypt/files/ head/security/libgcrypt/files/extra-patch-aarch64 (contents, props changed) Modified: head/security/libgcrypt/Makefile Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Tue Feb 28 12:06:09 2017 (r435048) +++ head/security/libgcrypt/Makefile Tue Feb 28 12:21:13 2017 (r435049) @@ -33,6 +33,10 @@ OPTIONS_DEFINE= DOCS .include +.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aarch64 +.endif + .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm .endif Added: head/security/libgcrypt/files/extra-patch-aarch64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgcrypt/files/extra-patch-aarch64 Tue Feb 28 12:21:13 2017 (r435049) @@ -0,0 +1,68 @@ +--- cipher/cipher-gcm-armv8-aarch64-ce.S.orig 2016-11-12 10:39:35 UTC ++++ cipher/cipher-gcm-armv8-aarch64-ce.S +@@ -23,7 +23,7 @@ + defined(HAVE_COMPATIBLE_GCC_AARCH64_PLATFORM_AS) && \ + defined(HAVE_GCC_INLINE_ASM_AARCH64_CRYPTO) + +-.arch armv8-a+crypto ++.cpu generic+simd+crypto + + .text + +--- cipher/rijndael-armv8-aarch64-ce.S.orig 2017-01-18 11:28:40 UTC ++++ cipher/rijndael-armv8-aarch64-ce.S +@@ -23,7 +23,7 @@ + defined(HAVE_COMPATIBLE_GCC_AARCH64_PLATFORM_AS) && \ + defined(HAVE_GCC_INLINE_ASM_AARCH64_CRYPTO) + +-.arch armv8-a+crypto ++.cpu generic+simd+crypto + + .text + +--- cipher/sha1-armv8-aarch64-ce.S.orig 2016-11-12 10:39:35 UTC ++++ cipher/sha1-armv8-aarch64-ce.S +@@ -23,7 +23,7 @@ + defined(HAVE_COMPATIBLE_GCC_AARCH64_PLATFORM_AS) && \ + defined(HAVE_GCC_INLINE_ASM_AARCH64_CRYPTO) && defined(USE_SHA1) + +-.arch armv8-a+crypto ++.cpu generic+simd+crypto + + .text + +--- cipher/sha256-armv8-aarch64-ce.S.orig 2016-11-12 10:39:35 UTC ++++ cipher/sha256-armv8-aarch64-ce.S +@@ -23,7 +23,7 @@ + defined(HAVE_COMPATIBLE_GCC_AARCH64_PLATFORM_AS) && \ + defined(HAVE_GCC_INLINE_ASM_AARCH64_CRYPTO) && defined(USE_SHA256) + +-.arch armv8-a+crypto ++.cpu generic+simd+crypto + + .text + +--- configure.ac.orig 2017-01-18 11:37:00 UTC ++++ configure.ac +@@ -1623,7 +1623,7 @@ AC_CACHE_CHECK([whether GCC inline assem + gcry_cv_gcc_inline_asm_aarch64_neon=no + AC_COMPILE_IFELSE([AC_LANG_SOURCE( + [[__asm__( +- ".arch armv8-a\n\t" ++ ".cpu generic+simd\n\t" + "mov w0, \#42;\n\t" + "dup v0.8b, w0;\n\t" + "ld4 {v0.8b,v1.8b,v2.8b,v3.8b},[x0],\#32;\n\t" +@@ -1648,7 +1648,11 @@ AC_CACHE_CHECK([whether GCC inline assem + gcry_cv_gcc_inline_asm_aarch64_crypto=no + AC_COMPILE_IFELSE([AC_LANG_SOURCE( + [[__asm__( +- ".arch armv8-a+crypto\n\t" ++ ".cpu generic+simd\n\t" ++ ++ "mov w0, \#42;\n\t" ++ "dup v0.8b, w0;\n\t" ++ "ld4 {v0.8b,v1.8b,v2.8b,v3.8b},[x0],\#32;\n\t" + + "sha1h s0, s0;\n\t" + "sha1c q0, s0, v0.4s;\n\t" From owner-svn-ports-all@freebsd.org Tue Feb 28 12:28:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56669CEF92E; Tue, 28 Feb 2017 12:28:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AB8AED8; Tue, 28 Feb 2017 12:28:25 +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 v1SCSOFB034123; Tue, 28 Feb 2017 12:28:24 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SCSOQC034122; Tue, 28 Feb 2017 12:28:24 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201702281228.v1SCSOQC034122@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, 28 Feb 2017 12:28:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435050 - in branches/2017Q1/security/libgcrypt: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 12:28:25 -0000 Author: cpm Date: Tue Feb 28 12:28:24 2017 New Revision: 435050 URL: https://svnweb.freebsd.org/changeset/ports/435050 Log: MFH: r435049 security/libgcrypt: fix build on aarch64 libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -Wa,--noexecstack -O2 -pipe -fno-strict-aliasing -std=gnu89 -MT cipher-gcm-armv8-aarch64-ce.lo -MD -MP -MF .deps/cipher-gcm-armv8-aarch64-ce.Tpo -c cipher-gcm-armv8-aarch64-ce.S -fPIC -DPIC -o .libs/cipher-gcm-armv8-aarch64-ce.o cipher-gcm-armv8-aarch64-ce.S:190:3: error: instruction requires: neon eor v31.16b, v31.16b, v31.16b ^ PR: 217271 Submitted by: krion Reported by: Simon Rozman Approved by: ports-secteam (blanket) Added: branches/2017Q1/security/libgcrypt/files/ - copied from r435049, head/security/libgcrypt/files/ Modified: branches/2017Q1/security/libgcrypt/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/security/libgcrypt/Makefile ============================================================================== --- branches/2017Q1/security/libgcrypt/Makefile Tue Feb 28 12:21:13 2017 (r435049) +++ branches/2017Q1/security/libgcrypt/Makefile Tue Feb 28 12:28:24 2017 (r435050) @@ -33,6 +33,10 @@ OPTIONS_DEFINE= DOCS .include +.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aarch64 +.endif + .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm .endif From owner-svn-ports-all@freebsd.org Tue Feb 28 12:57:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A2D5CEFF5E; Tue, 28 Feb 2017 12:57:40 +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 F08C1BAF; Tue, 28 Feb 2017 12:57:39 +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 v1SCvd3X045665; Tue, 28 Feb 2017 12:57:39 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SCvcSc045663; Tue, 28 Feb 2017 12:57:38 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201702281257.v1SCvcSc045663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 28 Feb 2017 12:57:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435051 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 12:57:40 -0000 Author: woodsb02 Date: Tue Feb 28 12:57:38 2017 New Revision: 435051 URL: https://svnweb.freebsd.org/changeset/ports/435051 Log: multimedia/emby-server: Update to 3.2.5 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.5 Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Tue Feb 28 12:28:24 2017 (r435050) +++ head/multimedia/emby-server/Makefile Tue Feb 28 12:57:38 2017 (r435051) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Tue Feb 28 12:28:24 2017 (r435050) +++ head/multimedia/emby-server/distinfo Tue Feb 28 12:57:38 2017 (r435051) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488040607 -SHA256 (MediaBrowser-Emby-3.2.4_GH0.tar.gz) = dfdb3ee9fbc02ffa33730e7bc2c0c1bedbb938ee3615607fc37e2f80f5882944 -SIZE (MediaBrowser-Emby-3.2.4_GH0.tar.gz) = 46521200 +TIMESTAMP = 1488237128 +SHA256 (MediaBrowser-Emby-3.2.5_GH0.tar.gz) = b310ce7a91a577b995569cbe57d73b5bd8029744faba765b00b470345b7caf48 +SIZE (MediaBrowser-Emby-3.2.5_GH0.tar.gz) = 46521369 From owner-svn-ports-all@freebsd.org Tue Feb 28 13:29:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCCC5CF06A6; Tue, 28 Feb 2017 13:29:50 +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 4B5EDA52; Tue, 28 Feb 2017 13:29:50 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [172.20.3.207] (unknown [70.98.210.100]) (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 6DB853F5E3; Tue, 28 Feb 2017 08:29:48 -0500 (EST) Date: Tue, 28 Feb 2017 05:29:47 -0800 (PST) From: Gerald Pfeifer To: Baptiste Daroussin cc: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r418285 - in head/sysutils: . uefi-edk2-bhyve uefi-edk2-bhyve-csm In-Reply-To: <20160807102703.mtekenorefwfsl2v@ivaldir.etoilebsd.net> Message-ID: References: <201607091610.u69GA8kt092183@repo.freebsd.org> <20160807102703.mtekenorefwfsl2v@ivaldir.etoilebsd.net> 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: Tue, 28 Feb 2017 13:29:51 -0000 On Sun, 7 Aug 2016, Baptiste Daroussin wrote: >>> +USE_GCC= 4.8 >> Is that really stricly GCC 4.8, or would "GCC 4.8 or later" work? In >> the latter case, we'd write this as "USE_GCC=4.8+" (or "USE_GCC=yes" >> even). > I think the best for this one would be to mimic what is done in the > seabios ports (which would also drop the run dependency on gcc which > a I clearly think uefi things does not need :) Yes, but... :-) We got upstream GCC (and lang/gcc via a backport) fixed such that seabios now has a simple USE_GCC=yes. :-) Gerald From owner-svn-ports-all@freebsd.org Tue Feb 28 13:30:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 871A8CF06F4; Tue, 28 Feb 2017 13:30: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 53F75C88; Tue, 28 Feb 2017 13:30:51 +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 v1SDUoUe057417; Tue, 28 Feb 2017 13:30:50 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SDUovc057416; Tue, 28 Feb 2017 13:30:50 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702281330.v1SDUovc057416@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, 28 Feb 2017 13:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435052 - head/multimedia/fpc-libvlc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 13:30:51 -0000 Author: acm Date: Tue Feb 28 13:30:50 2017 New Revision: 435052 URL: https://svnweb.freebsd.org/changeset/ports/435052 Log: - Fix build Modified: head/multimedia/fpc-libvlc/files/patch-packages_libvlc_fpmake.pp Modified: head/multimedia/fpc-libvlc/files/patch-packages_libvlc_fpmake.pp ============================================================================== --- head/multimedia/fpc-libvlc/files/patch-packages_libvlc_fpmake.pp Tue Feb 28 12:57:38 2017 (r435051) +++ head/multimedia/fpc-libvlc/files/patch-packages_libvlc_fpmake.pp Tue Feb 28 13:30:50 2017 (r435052) @@ -7,7 +7,7 @@ - P.OSes := [win32, win64, linux, freebsd]; + P.OSes := [win32, win64, linux, dragonfly, freebsd]; P.Dependencies.Add('fcl-base'); - P.Version:='3.0.0'; + P.Version:='3.0.2'; P.License := 'LGPL with modification'; P.HomepageURL := 'www.freepascal.org'; P.Email := 'michael@freepascal.org'; From owner-svn-ports-all@freebsd.org Tue Feb 28 13:49:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 384C4CF0B73; Tue, 28 Feb 2017 13:49:02 +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 D7FEC339; Tue, 28 Feb 2017 13:49:01 +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 v1SDn0Tp065189; Tue, 28 Feb 2017 13:49:00 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SDn0l3065188; Tue, 28 Feb 2017 13:49:00 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201702281349.v1SDn0l3065188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 28 Feb 2017 13:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435053 - head/graphics/azpainter/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 13:49:02 -0000 Author: danfe Date: Tue Feb 28 13:49:00 2017 New Revision: 435053 URL: https://svnweb.freebsd.org/changeset/ports/435053 Log: Fix SVN properties on these two UTF-8 text files Modified: Directory Properties: head/graphics/azpainter/files/ru (props changed) head/graphics/azpainter/files/uk (props changed) From owner-svn-ports-all@freebsd.org Tue Feb 28 14:13:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15553CF136C; Tue, 28 Feb 2017 14:13:04 +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 D665A1E2; Tue, 28 Feb 2017 14:13:03 +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 v1SED2Rc076633; Tue, 28 Feb 2017 14:13:02 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SED2Pj076631; Tue, 28 Feb 2017 14:13:02 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702281413.v1SED2Pj076631@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, 28 Feb 2017 14:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435054 - head/devel/sope3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:13:04 -0000 Author: acm Date: Tue Feb 28 14:13:02 2017 New Revision: 435054 URL: https://svnweb.freebsd.org/changeset/ports/435054 Log: - Update to 3.2.7 Modified: head/devel/sope3/Makefile head/devel/sope3/distinfo Modified: head/devel/sope3/Makefile ============================================================================== --- head/devel/sope3/Makefile Tue Feb 28 13:49:00 2017 (r435053) +++ head/devel/sope3/Makefile Tue Feb 28 14:13:02 2017 (r435054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sope3 -PORTVERSION= 3.2.6 +PORTVERSION= 3.2.7 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} Modified: head/devel/sope3/distinfo ============================================================================== --- head/devel/sope3/distinfo Tue Feb 28 13:49:00 2017 (r435053) +++ head/devel/sope3/distinfo Tue Feb 28 14:13:02 2017 (r435054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485274078 -SHA256 (SOPE-3.2.6.tar.gz) = 0baa8e749a2b96753cc4d1b645eca0dc7ab293c8df75c73dbab6532b2b0677ad -SIZE (SOPE-3.2.6.tar.gz) = 2281111 +TIMESTAMP = 1487987482 +SHA256 (SOPE-3.2.7.tar.gz) = d32865939677bcb349981358db4b6bfe9748b19499ed7c1c1bb1d6eba0a3460a +SIZE (SOPE-3.2.7.tar.gz) = 2281021 From owner-svn-ports-all@freebsd.org Tue Feb 28 14:13:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 684C2CF13B7; Tue, 28 Feb 2017 14:13: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 281AA2FB; Tue, 28 Feb 2017 14:13: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 v1SEDexr076778; Tue, 28 Feb 2017 14:13:40 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEDdw8076775; Tue, 28 Feb 2017 14:13:39 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702281413.v1SEDdw8076775@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, 28 Feb 2017 14:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435055 - head/www/sogo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:13:41 -0000 Author: acm Date: Tue Feb 28 14:13:39 2017 New Revision: 435055 URL: https://svnweb.freebsd.org/changeset/ports/435055 Log: - Update to 3.2.7 Modified: head/www/sogo3/Makefile head/www/sogo3/distinfo head/www/sogo3/pkg-plist Modified: head/www/sogo3/Makefile ============================================================================== --- head/www/sogo3/Makefile Tue Feb 28 14:13:02 2017 (r435054) +++ head/www/sogo3/Makefile Tue Feb 28 14:13:39 2017 (r435055) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sogo3 -PORTVERSION= 3.2.6 +PORTVERSION= 3.2.7 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} Modified: head/www/sogo3/distinfo ============================================================================== --- head/www/sogo3/distinfo Tue Feb 28 14:13:02 2017 (r435054) +++ head/www/sogo3/distinfo Tue Feb 28 14:13:39 2017 (r435055) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485273932 -SHA256 (SOGo-3.2.6.tar.gz) = ee6d94df5e5622ef518b50bfd7bc97d337cb5446e18187a3326c066af7ac6c2d -SIZE (SOGo-3.2.6.tar.gz) = 32397930 +TIMESTAMP = 1487987481 +SHA256 (SOGo-3.2.7.tar.gz) = fdb1b97577844f79113f21d2a56f884627cb45696a91973dc463e51099efd3e3 +SIZE (SOGo-3.2.7.tar.gz) = 32427314 Modified: head/www/sogo3/pkg-plist ============================================================================== --- head/www/sogo3/pkg-plist Tue Feb 28 14:13:02 2017 (r435054) +++ head/www/sogo3/pkg-plist Tue Feb 28 14:13:39 2017 (r435055) @@ -598,6 +598,7 @@ GNUstep/Local/Library/SOGo/Administratio GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist @@ -635,6 +636,7 @@ GNUstep/Local/Library/SOGo/Appointments. GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist @@ -674,6 +676,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist @@ -711,6 +714,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist @@ -747,6 +751,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SO GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist @@ -785,6 +790,7 @@ GNUstep/Local/Library/SOGo/MailPartViewe GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist @@ -821,6 +827,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/R GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist @@ -880,6 +887,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/R GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html @@ -981,6 +992,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist @@ -1034,6 +1046,8 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/R GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hebrew.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Locale @@ -1099,6 +1113,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist @@ -1135,6 +1150,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.S GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hebrew.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist @@ -1259,6 +1275,9 @@ GNUstep/Local/Library/SOGo/Templates/SOG GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHebrewAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHebrewModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHebrewRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox @@ -1339,6 +1358,8 @@ GNUstep/Local/Library/SOGo/Templates/SOG GNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderHebrewAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderHebrewRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox From owner-svn-ports-all@freebsd.org Tue Feb 28 14:28:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26285CF1677; Tue, 28 Feb 2017 14:28: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 E5CBEB7C; Tue, 28 Feb 2017 14:28:58 +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 v1SESw6F080887; Tue, 28 Feb 2017 14:28:58 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SESvF3080884; Tue, 28 Feb 2017 14:28:57 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702281428.v1SESvF3080884@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, 28 Feb 2017 14:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435056 - head/www/drupal8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:28:59 -0000 Author: acm Date: Tue Feb 28 14:28:57 2017 New Revision: 435056 URL: https://svnweb.freebsd.org/changeset/ports/435056 Log: - Update to 8.2.6 Modified: head/www/drupal8/Makefile head/www/drupal8/distinfo head/www/drupal8/pkg-plist Modified: head/www/drupal8/Makefile ============================================================================== --- head/www/drupal8/Makefile Tue Feb 28 14:13:39 2017 (r435055) +++ head/www/drupal8/Makefile Tue Feb 28 14:28:57 2017 (r435056) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal8 -PORTVERSION= 8.2.5 +PORTVERSION= 8.2.6 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: head/www/drupal8/distinfo ============================================================================== --- head/www/drupal8/distinfo Tue Feb 28 14:13:39 2017 (r435055) +++ head/www/drupal8/distinfo Tue Feb 28 14:28:57 2017 (r435056) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485274067 -SHA256 (drupal/drupal-8.2.5.tar.gz) = 41c1ba9573e4974494a5ce0888366638132e798e2b71ea7130b197f88f22a5fe -SIZE (drupal/drupal-8.2.5.tar.gz) = 12064201 +TIMESTAMP = 1488183349 +SHA256 (drupal/drupal-8.2.6.tar.gz) = ffcc6fc92d90d309e423fb142de6a782eef2dfef6d4cc2172aec445b5a4807e5 +SIZE (drupal/drupal-8.2.6.tar.gz) = 12091847 Modified: head/www/drupal8/pkg-plist ============================================================================== --- head/www/drupal8/pkg-plist Tue Feb 28 14:13:39 2017 (r435055) +++ head/www/drupal8/pkg-plist Tue Feb 28 14:28:57 2017 (r435056) @@ -2572,6 +2572,7 @@ %%WWWDIR%%/core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php %%WWWDIR%%/core/modules/aggregator/src/Tests/ImportOpmlTest.php %%WWWDIR%%/core/modules/aggregator/src/Tests/ItemCacheTagsTest.php +%%WWWDIR%%/core/modules/aggregator/src/Tests/Update/AggregatorUpdateTest.php %%WWWDIR%%/core/modules/aggregator/src/Tests/UpdateFeedItemTest.php %%WWWDIR%%/core/modules/aggregator/src/Tests/UpdateFeedTest.php %%WWWDIR%%/core/modules/aggregator/templates/aggregator-feed.html.twig @@ -2638,6 +2639,9 @@ %%WWWDIR%%/core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php %%WWWDIR%%/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php %%WWWDIR%%/core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php +%%WWWDIR%%/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml +%%WWWDIR%%/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml +%%WWWDIR%%/core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php %%WWWDIR%%/core/modules/big_pipe/big_pipe.info.yml %%WWWDIR%%/core/modules/big_pipe/big_pipe.libraries.yml %%WWWDIR%%/core/modules/big_pipe/big_pipe.module @@ -2837,6 +2841,7 @@ %%WWWDIR%%/core/modules/block_content/src/Tests/PageEditTest.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php +%%WWWDIR%%/core/modules/block_content/src/Tests/Views/BlockContentRedirectTest.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/BlockContentTestBase.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/FieldTypeTest.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php @@ -2846,6 +2851,7 @@ %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_id.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_revision_id.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_view.yml @@ -3747,6 +3753,7 @@ %%WWWDIR%%/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php %%WWWDIR%%/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php %%WWWDIR%%/core/modules/datetime_range/src/Tests/DateRangeFieldTest.php +%%WWWDIR%%/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php %%WWWDIR%%/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php %%WWWDIR%%/core/modules/dblog/config/install/dblog.settings.yml %%WWWDIR%%/core/modules/dblog/config/schema/dblog.schema.yml @@ -5011,7 +5018,7 @@ %%WWWDIR%%/core/modules/menu_ui/src/Tests/MenuTest.php %%WWWDIR%%/core/modules/menu_ui/src/Tests/MenuUninstallTest.php %%WWWDIR%%/core/modules/menu_ui/src/Tests/MenuWebTestBase.php -%%WWWDIR%%/core/modules/menu_ui/tests/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php +%%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php %%WWWDIR%%/core/modules/migrate/migrate.api.php %%WWWDIR%%/core/modules/migrate/migrate.info.yml %%WWWDIR%%/core/modules/migrate/migrate.install @@ -5127,6 +5134,7 @@ %%WWWDIR%%/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/HighWaterTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php @@ -5253,6 +5261,7 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/src/Tests/d6/files/tmp/some-temp-file.jpg %%WWWDIR%%/core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php %%WWWDIR%%/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/cube.jpeg +%%WWWDIR%%/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/ds9.txt %%WWWDIR%%/core/modules/node/config/install/core.entity_view_mode.node.full.yml %%WWWDIR%%/core/modules/node/config/install/core.entity_view_mode.node.rss.yml %%WWWDIR%%/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml @@ -5592,6 +5601,8 @@ %%WWWDIR%%/core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php %%WWWDIR%%/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php %%WWWDIR%%/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php +%%WWWDIR%%/core/modules/outside_in/css/offcanvas.css +%%WWWDIR%%/core/modules/outside_in/css/offcanvas.motion.css %%WWWDIR%%/core/modules/outside_in/css/outside_in.details.css %%WWWDIR%%/core/modules/outside_in/css/outside_in.form.css %%WWWDIR%%/core/modules/outside_in/css/outside_in.module.css @@ -5623,6 +5634,10 @@ %%WWWDIR%%/core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.routing.yml %%WWWDIR%%/core/modules/outside_in/tests/modules/offcanvas_test/src/Controller/TestController.php %%WWWDIR%%/core/modules/outside_in/tests/modules/offcanvas_test/src/Plugin/Block/TestBlock.php +%%WWWDIR%%/core/modules/outside_in/tests/modules/outside_in_test_css/css/css_fix.theme.css +%%WWWDIR%%/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.info.yml +%%WWWDIR%%/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.libraries.yml +%%WWWDIR%%/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.module %%WWWDIR%%/core/modules/outside_in/tests/src/FunctionalJavascript/OffCanvasTest.php %%WWWDIR%%/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php %%WWWDIR%%/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInJavascriptTestBase.php @@ -6199,6 +6214,7 @@ %%WWWDIR%%/core/modules/simpletest/src/Tests/SimpleTestTest.php %%WWWDIR%%/core/modules/simpletest/src/Tests/TimeZoneTest.php %%WWWDIR%%/core/modules/simpletest/src/Tests/UserHelpersTest.php +%%WWWDIR%%/core/modules/simpletest/src/Tests/WebTestBaseInstallTest.php %%WWWDIR%%/core/modules/simpletest/src/UserCreationTrait.php %%WWWDIR%%/core/modules/simpletest/src/WebAssert.php %%WWWDIR%%/core/modules/simpletest/src/WebTestBase.php @@ -6989,6 +7005,8 @@ %%WWWDIR%%/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module %%WWWDIR%%/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module +%%WWWDIR%%/core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml +%%WWWDIR%%/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml %%WWWDIR%%/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/error_service_test/error_service_test.services.yml @@ -7097,6 +7115,12 @@ %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php %%WWWDIR%%/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.js +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.js +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php %%WWWDIR%%/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.module %%WWWDIR%%/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml @@ -8080,6 +8104,7 @@ %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml +%%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml @@ -8140,6 +8165,7 @@ %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserValidationTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php +%%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php @@ -8554,6 +8580,7 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml @@ -9093,9 +9120,11 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php @@ -9209,6 +9238,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php @@ -9240,6 +9270,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldModuleUninstallValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php @@ -9596,6 +9627,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php @@ -9755,6 +9787,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Site/SettingsTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php @@ -11091,6 +11124,7 @@ %%WWWDIR%%/vendor/symfony/console/composer.json %%WWWDIR%%/vendor/symfony/console/phpunit.xml.dist %%WWWDIR%%/vendor/symfony/debug/.gitignore +%%WWWDIR%%/vendor/symfony/debug/BufferingLogger.php %%WWWDIR%%/vendor/symfony/debug/CHANGELOG.md %%WWWDIR%%/vendor/symfony/debug/Debug.php %%WWWDIR%%/vendor/symfony/debug/DebugClassLoader.php @@ -11246,6 +11280,7 @@ %%WWWDIR%%/vendor/symfony/http-foundation/BinaryFileResponse.php %%WWWDIR%%/vendor/symfony/http-foundation/CHANGELOG.md %%WWWDIR%%/vendor/symfony/http-foundation/Cookie.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php %%WWWDIR%%/vendor/symfony/http-foundation/ExpressionRequestMatcher.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/FileException.php @@ -11373,6 +11408,7 @@ %%WWWDIR%%/vendor/symfony/http-kernel/EventListener/SurrogateListener.php %%WWWDIR%%/vendor/symfony/http-kernel/EventListener/TestSessionListener.php %%WWWDIR%%/vendor/symfony/http-kernel/EventListener/TranslatorListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/BadRequestHttpException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/ConflictHttpException.php @@ -11443,69 +11479,69 @@ %%WWWDIR%%/vendor/symfony/polyfill-iconv/Iconv.php %%WWWDIR%%/vendor/symfony/polyfill-iconv/LICENSE %%WWWDIR%%/vendor/symfony/polyfill-iconv/README.md -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/translit.ser +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/translit.php %%WWWDIR%%/vendor/symfony/polyfill-iconv/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-iconv/composer.json %%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE %%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/README.md -%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.ser -%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.ser +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json %%WWWDIR%%/vendor/symfony/polyfill-php54/LICENSE From owner-svn-ports-all@freebsd.org Tue Feb 28 14:52:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FD70CF1FC5; Tue, 28 Feb 2017 14:52: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 525E9D25; Tue, 28 Feb 2017 14:52: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 v1SEqklE092456; Tue, 28 Feb 2017 14:52:46 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEqknh092451; Tue, 28 Feb 2017 14:52:46 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702281452.v1SEqknh092451@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, 28 Feb 2017 14:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435057 - in head/lang: . ldc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:52:47 -0000 Author: acm Date: Tue Feb 28 14:52:45 2017 New Revision: 435057 URL: https://svnweb.freebsd.org/changeset/ports/435057 Log: New ports: lang/ldc The LDC project aims to provide a portable D programming language compiler with modern optimization and code generation capabilities. The compiler uses the official DMD frontends to support the latest version of D2, and relies on the LLVM Core libraries for code generation. LDC is fully Open Source; the parts of the code not taken/adapted from other projects are BSD-licensed (see the LICENSE file for details). WWW: http://wiki.dlang.org/LDC Added: head/lang/ldc/ head/lang/ldc/Makefile (contents, props changed) head/lang/ldc/distinfo (contents, props changed) head/lang/ldc/pkg-descr (contents, props changed) head/lang/ldc/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue Feb 28 14:28:57 2017 (r435056) +++ head/lang/Makefile Tue Feb 28 14:52:45 2017 (r435057) @@ -154,6 +154,7 @@ SUBDIR += kturtle SUBDIR += lafontaine SUBDIR += lci + SUBDIR += ldc SUBDIR += lfe SUBDIR += libhx SUBDIR += libobjc2 Added: head/lang/ldc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ldc/Makefile Tue Feb 28 14:52:45 2017 (r435057) @@ -0,0 +1,37 @@ +# Created by: Alonso Cardenas Marquez +# $FreeBSD$ + +PORTNAME= ldc +PORTVERSION= 1.1.0 +CATEGORIES= lang +MASTER_SITES= https://github.com/ldc-developers/ldc/releases/download/v${PORTVERSION}/:source \ + https://github.com/ldc-developers/ldc/releases/download/v${BOOTVER}/:bootstrap +DISTFILES= ${DISTNAME:S/$/-src/}${EXTRACT_SUFX}:source + +MAINTAINER= acm@FreeBSD.org +COMMENT= The LLVM-based D compiler + +LIB_DEPENDS= libconfig.so:devel/libconfig + +LICENSE= BSD3CLAUSE +USES= cmake +CMAKE_ARGS+= -DD_COMPILER:STRING="${WRKDIR}/${PORTNAME}-${BOOTVER:S/$/-src/}/bin/ldmd2" + +BOOTVER= 0.17.3 +LDCVER= ${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/$/-src/} + +DISTFILES+= ${PORTNAME}-${BOOTVER}-src.tar.gz:bootstrap + +.include + +.if ${OSVERSION} < 1100101 +BUILD_DEPENDS+= clang39:devel/llvm39 +CC= clang39 +.endif + +pre-configure: + @cd ${WRKDIR}/${PORTNAME}-${BOOTVER:S/$/-src/} && ${CMAKE_BIN} . + @cd ${WRKDIR}/${PORTNAME}-${BOOTVER:S/$/-src/} && ${MAKE} + +.include Added: head/lang/ldc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ldc/distinfo Tue Feb 28 14:52:45 2017 (r435057) @@ -0,0 +1,5 @@ +TIMESTAMP = 1488180943 +SHA256 (ldc-1.1.0-src.tar.gz) = 3b95216cd664e140dca321a6364c2238c442c972d6ccca8b9a65cb02d2e47112 +SIZE (ldc-1.1.0-src.tar.gz) = 6068433 +SHA256 (ldc-0.17.3-src.tar.gz) = 325bd540f7eb71c309fa0ee9ef6d196a75ee2c3ccf323076053e6b7b295c2dad +SIZE (ldc-0.17.3-src.tar.gz) = 4934044 Added: head/lang/ldc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ldc/pkg-descr Tue Feb 28 14:52:45 2017 (r435057) @@ -0,0 +1,10 @@ +The LDC project aims to provide a portable D programming language compiler +with modern optimization and code generation capabilities. + +The compiler uses the official DMD frontends to support the latest version of +D2, and relies on the LLVM Core libraries for code generation. + +LDC is fully Open Source; the parts of the code not taken/adapted from other +projects are BSD-licensed (see the LICENSE file for details). + +WWW: http://wiki.dlang.org/LDC Added: head/lang/ldc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ldc/pkg-plist Tue Feb 28 14:52:45 2017 (r435057) @@ -0,0 +1,525 @@ +bin/ldc-profdata +bin/ldc-prune-cache +bin/ldc2 +bin/ldmd2 +%%ETCDIR%%2.conf +include/d/core/atomic.d +include/d/core/attribute.d +include/d/core/bitop.d +include/d/core/checkedint.d +include/d/core/cpuid.d +include/d/core/demangle.d +include/d/core/exception.d +include/d/core/internal/abort.d +include/d/core/internal/convert.d +include/d/core/internal/hash.d +include/d/core/internal/spinlock.d +include/d/core/internal/string.d +include/d/core/internal/traits.d +include/d/core/math.d +include/d/core/memory.d +include/d/core/runtime.d +include/d/core/simd.d +include/d/core/stdc/complex.d +include/d/core/stdc/config.d +include/d/core/stdc/ctype.d +include/d/core/stdc/errno.c +include/d/core/stdc/errno.d +include/d/core/stdc/fenv.d +include/d/core/stdc/float_.d +include/d/core/stdc/inttypes.d +include/d/core/stdc/limits.d +include/d/core/stdc/locale.d +include/d/core/stdc/math.d +include/d/core/stdc/signal.d +include/d/core/stdc/stdarg.d +include/d/core/stdc/stddef.d +include/d/core/stdc/stdint.d +include/d/core/stdc/stdio.d +include/d/core/stdc/stdlib.d +include/d/core/stdc/string.d +include/d/core/stdc/tgmath.d +include/d/core/stdc/time.d +include/d/core/stdc/wchar_.d +include/d/core/stdc/wctype.d +include/d/core/stdcpp/exception.d +include/d/core/stdcpp/typeinfo.d +include/d/core/sync/barrier.d +include/d/core/sync/condition.d +include/d/core/sync/config.d +include/d/core/sync/exception.d +include/d/core/sync/mutex.d +include/d/core/sync/rwmutex.d +include/d/core/sync/semaphore.d +include/d/core/sys/bionic/fcntl.d +include/d/core/sys/bionic/unistd.d +include/d/core/sys/freebsd/dlfcn.d +include/d/core/sys/freebsd/execinfo.d +include/d/core/sys/freebsd/sys/cdefs.d +include/d/core/sys/freebsd/sys/elf.d +include/d/core/sys/freebsd/sys/elf32.d +include/d/core/sys/freebsd/sys/elf64.d +include/d/core/sys/freebsd/sys/elf_common.d +include/d/core/sys/freebsd/sys/event.d +include/d/core/sys/freebsd/sys/link_elf.d +include/d/core/sys/freebsd/sys/mman.d +include/d/core/sys/freebsd/time.d +include/d/core/sys/linux/config.d +include/d/core/sys/linux/dlfcn.d +include/d/core/sys/linux/elf.d +include/d/core/sys/linux/epoll.d +include/d/core/sys/linux/errno.d +include/d/core/sys/linux/execinfo.d +include/d/core/sys/linux/fcntl.d +include/d/core/sys/linux/link.d +include/d/core/sys/linux/stdio.d +include/d/core/sys/linux/sys/auxv.d +include/d/core/sys/linux/sys/inotify.d +include/d/core/sys/linux/sys/mman.d +include/d/core/sys/linux/sys/signalfd.d +include/d/core/sys/linux/sys/socket.d +include/d/core/sys/linux/sys/sysinfo.d +include/d/core/sys/linux/sys/xattr.d +include/d/core/sys/linux/termios.d +include/d/core/sys/linux/time.d +include/d/core/sys/linux/timerfd.d +include/d/core/sys/linux/tipc.d +include/d/core/sys/linux/unistd.d +include/d/core/sys/osx/execinfo.d +include/d/core/sys/osx/mach/dyld.d +include/d/core/sys/osx/mach/getsect.d +include/d/core/sys/osx/mach/kern_return.d +include/d/core/sys/osx/mach/loader.d +include/d/core/sys/osx/mach/port.d +include/d/core/sys/osx/mach/semaphore.d +include/d/core/sys/osx/mach/thread_act.d +include/d/core/sys/osx/pthread.d +include/d/core/sys/osx/sys/cdefs.d +include/d/core/sys/osx/sys/event.d +include/d/core/sys/osx/sys/mman.d +include/d/core/sys/posix/arpa/inet.d +include/d/core/sys/posix/config.d +include/d/core/sys/posix/dirent.d +include/d/core/sys/posix/dlfcn.d +include/d/core/sys/posix/fcntl.d +include/d/core/sys/posix/grp.d +include/d/core/sys/posix/inttypes.d +include/d/core/sys/posix/mqueue.d +include/d/core/sys/posix/net/if_.d +include/d/core/sys/posix/netdb.d +include/d/core/sys/posix/netinet/in_.d +include/d/core/sys/posix/netinet/tcp.d +include/d/core/sys/posix/poll.d +include/d/core/sys/posix/pthread.d +include/d/core/sys/posix/pwd.d +include/d/core/sys/posix/sched.d +include/d/core/sys/posix/semaphore.d +include/d/core/sys/posix/setjmp.d +include/d/core/sys/posix/signal.d +include/d/core/sys/posix/stdio.d +include/d/core/sys/posix/stdlib.d +include/d/core/sys/posix/sys/ioctl.d +include/d/core/sys/posix/sys/ipc.d +include/d/core/sys/posix/sys/mman.d +include/d/core/sys/posix/sys/msg.d +include/d/core/sys/posix/sys/resource.d +include/d/core/sys/posix/sys/select.d +include/d/core/sys/posix/sys/shm.d +include/d/core/sys/posix/sys/socket.d +include/d/core/sys/posix/sys/stat.d +include/d/core/sys/posix/sys/statvfs.d +include/d/core/sys/posix/sys/time.d +include/d/core/sys/posix/sys/types.d +include/d/core/sys/posix/sys/uio.d +include/d/core/sys/posix/sys/un.d +include/d/core/sys/posix/sys/utsname.d +include/d/core/sys/posix/sys/wait.d +include/d/core/sys/posix/syslog.d +include/d/core/sys/posix/termios.d +include/d/core/sys/posix/time.d +include/d/core/sys/posix/ucontext.d +include/d/core/sys/posix/unistd.d +include/d/core/sys/posix/utime.d +include/d/core/sys/solaris/dlfcn.d +include/d/core/sys/solaris/elf.d +include/d/core/sys/solaris/execinfo.d +include/d/core/sys/solaris/libelf.d +include/d/core/sys/solaris/link.d +include/d/core/sys/solaris/sys/elf.d +include/d/core/sys/solaris/sys/elf_386.d +include/d/core/sys/solaris/sys/elf_SPARC.d +include/d/core/sys/solaris/sys/elf_amd64.d +include/d/core/sys/solaris/sys/elf_notes.d +include/d/core/sys/solaris/sys/elftypes.d +include/d/core/sys/solaris/sys/link.d +include/d/core/sys/solaris/sys/priocntl.d +include/d/core/sys/solaris/sys/procset.d +include/d/core/sys/solaris/sys/types.d +include/d/core/sys/solaris/time.d +include/d/core/sys/windows/accctrl.d +include/d/core/sys/windows/aclapi.d +include/d/core/sys/windows/aclui.d +include/d/core/sys/windows/basetsd.d +include/d/core/sys/windows/basetyps.d +include/d/core/sys/windows/cderr.d +include/d/core/sys/windows/cguid.d +include/d/core/sys/windows/com.d +include/d/core/sys/windows/comcat.d +include/d/core/sys/windows/commctrl.d +include/d/core/sys/windows/commdlg.d +include/d/core/sys/windows/core.d +include/d/core/sys/windows/cpl.d +include/d/core/sys/windows/cplext.d +include/d/core/sys/windows/custcntl.d +include/d/core/sys/windows/dbghelp.d +include/d/core/sys/windows/dbghelp_types.d +include/d/core/sys/windows/dbt.d +include/d/core/sys/windows/dde.d +include/d/core/sys/windows/ddeml.d +include/d/core/sys/windows/dhcpcsdk.d +include/d/core/sys/windows/dlgs.d +include/d/core/sys/windows/dll.d +include/d/core/sys/windows/docobj.d +include/d/core/sys/windows/errorrep.d +include/d/core/sys/windows/exdisp.d +include/d/core/sys/windows/exdispid.d +include/d/core/sys/windows/httpext.d +include/d/core/sys/windows/idispids.d +include/d/core/sys/windows/imagehlp.d +include/d/core/sys/windows/imm.d +include/d/core/sys/windows/intshcut.d +include/d/core/sys/windows/ipexport.d +include/d/core/sys/windows/iphlpapi.d +include/d/core/sys/windows/ipifcons.d +include/d/core/sys/windows/iprtrmib.d +include/d/core/sys/windows/iptypes.d +include/d/core/sys/windows/isguids.d +include/d/core/sys/windows/lm.d +include/d/core/sys/windows/lmaccess.d +include/d/core/sys/windows/lmalert.d +include/d/core/sys/windows/lmapibuf.d +include/d/core/sys/windows/lmat.d +include/d/core/sys/windows/lmaudit.d +include/d/core/sys/windows/lmbrowsr.d +include/d/core/sys/windows/lmchdev.d +include/d/core/sys/windows/lmconfig.d +include/d/core/sys/windows/lmcons.d +include/d/core/sys/windows/lmerr.d +include/d/core/sys/windows/lmerrlog.d +include/d/core/sys/windows/lmmsg.d +include/d/core/sys/windows/lmremutl.d +include/d/core/sys/windows/lmrepl.d +include/d/core/sys/windows/lmserver.d +include/d/core/sys/windows/lmshare.d +include/d/core/sys/windows/lmsname.d +include/d/core/sys/windows/lmstats.d +include/d/core/sys/windows/lmsvc.d +include/d/core/sys/windows/lmuse.d +include/d/core/sys/windows/lmuseflg.d +include/d/core/sys/windows/lmwksta.d +include/d/core/sys/windows/lzexpand.d +include/d/core/sys/windows/mapi.d +include/d/core/sys/windows/mciavi.d +include/d/core/sys/windows/mcx.d +include/d/core/sys/windows/mgmtapi.d +include/d/core/sys/windows/mmsystem.d +include/d/core/sys/windows/msacm.d +include/d/core/sys/windows/mshtml.d +include/d/core/sys/windows/mswsock.d +include/d/core/sys/windows/nb30.d +include/d/core/sys/windows/nddeapi.d +include/d/core/sys/windows/nspapi.d +include/d/core/sys/windows/ntdef.d +include/d/core/sys/windows/ntdll.d +include/d/core/sys/windows/ntldap.d +include/d/core/sys/windows/ntsecapi.d +include/d/core/sys/windows/ntsecpkg.d +include/d/core/sys/windows/oaidl.d +include/d/core/sys/windows/objbase.d +include/d/core/sys/windows/objfwd.d +include/d/core/sys/windows/objidl.d +include/d/core/sys/windows/objsafe.d +include/d/core/sys/windows/ocidl.d +include/d/core/sys/windows/odbcinst.d +include/d/core/sys/windows/ole.d +include/d/core/sys/windows/ole2.d +include/d/core/sys/windows/ole2ver.d +include/d/core/sys/windows/oleacc.d +include/d/core/sys/windows/oleauto.d +include/d/core/sys/windows/olectl.d +include/d/core/sys/windows/olectlid.d +include/d/core/sys/windows/oledlg.d +include/d/core/sys/windows/oleidl.d +include/d/core/sys/windows/pbt.d +include/d/core/sys/windows/powrprof.d +include/d/core/sys/windows/prsht.d +include/d/core/sys/windows/psapi.d +include/d/core/sys/windows/rapi.d +include/d/core/sys/windows/ras.d +include/d/core/sys/windows/rasdlg.d +include/d/core/sys/windows/raserror.d +include/d/core/sys/windows/rassapi.d +include/d/core/sys/windows/reason.d +include/d/core/sys/windows/regstr.d +include/d/core/sys/windows/richedit.d +include/d/core/sys/windows/richole.d +include/d/core/sys/windows/rpc.d +include/d/core/sys/windows/rpcdce.d +include/d/core/sys/windows/rpcdce2.d +include/d/core/sys/windows/rpcdcep.d +include/d/core/sys/windows/rpcndr.d +include/d/core/sys/windows/rpcnsi.d +include/d/core/sys/windows/rpcnsip.d +include/d/core/sys/windows/rpcnterr.d +include/d/core/sys/windows/schannel.d +include/d/core/sys/windows/secext.d +include/d/core/sys/windows/security.d +include/d/core/sys/windows/servprov.d +include/d/core/sys/windows/setupapi.d +include/d/core/sys/windows/shellapi.d +include/d/core/sys/windows/shldisp.d +include/d/core/sys/windows/shlguid.d +include/d/core/sys/windows/shlobj.d +include/d/core/sys/windows/shlwapi.d +include/d/core/sys/windows/snmp.d +include/d/core/sys/windows/sql.d +include/d/core/sys/windows/sqlext.d +include/d/core/sys/windows/sqltypes.d +include/d/core/sys/windows/sqlucode.d +include/d/core/sys/windows/sspi.d +include/d/core/sys/windows/stacktrace.d +include/d/core/sys/windows/stat.d +include/d/core/sys/windows/subauth.d +include/d/core/sys/windows/threadaux.d +include/d/core/sys/windows/tlhelp32.d +include/d/core/sys/windows/tmschema.d +include/d/core/sys/windows/unknwn.d +include/d/core/sys/windows/uuid.d +include/d/core/sys/windows/vfw.d +include/d/core/sys/windows/w32api.d +include/d/core/sys/windows/winbase.d +include/d/core/sys/windows/winber.d +include/d/core/sys/windows/wincon.d +include/d/core/sys/windows/wincrypt.d +include/d/core/sys/windows/windef.d +include/d/core/sys/windows/windows.d +include/d/core/sys/windows/winerror.d +include/d/core/sys/windows/wingdi.d +include/d/core/sys/windows/winhttp.d +include/d/core/sys/windows/wininet.d +include/d/core/sys/windows/winioctl.d +include/d/core/sys/windows/winldap.d +include/d/core/sys/windows/winnetwk.d +include/d/core/sys/windows/winnls.d +include/d/core/sys/windows/winnt.d +include/d/core/sys/windows/winperf.d +include/d/core/sys/windows/winreg.d +include/d/core/sys/windows/winsock2.d +include/d/core/sys/windows/winspool.d +include/d/core/sys/windows/winsvc.d +include/d/core/sys/windows/winuser.d +include/d/core/sys/windows/winver.d +include/d/core/sys/windows/wtsapi32.d +include/d/core/sys/windows/wtypes.d +include/d/core/thread.d +include/d/core/threadasm.S +include/d/core/time.d +include/d/core/vararg.d +include/d/etc/c/curl.d +include/d/etc/c/odbc/sql.d +include/d/etc/c/odbc/sqlext.d +include/d/etc/c/odbc/sqltypes.d +include/d/etc/c/odbc/sqlucode.d +include/d/etc/c/sqlite3.d +include/d/etc/c/zlib.d +include/d/etc/linux/memoryerror.d +include/d/ldc/arm_unwind.c +include/d/ldc/arrayinit.d +include/d/ldc/attributes.d +include/d/ldc/eh/common.d +include/d/ldc/eh/fixedpool.d +include/d/ldc/eh/libunwind.d +include/d/ldc/eh/msvc.d +include/d/ldc/eh_asm.S +include/d/ldc/gccbuiltins_aarch64.di +include/d/ldc/gccbuiltins_arm.di +include/d/ldc/gccbuiltins_mips.di +include/d/ldc/gccbuiltins_ppc.di +include/d/ldc/gccbuiltins_s390.di +include/d/ldc/gccbuiltins_x86.di +include/d/ldc/internal/vararg.di +include/d/ldc/intrinsics.di +include/d/ldc/llvmasm.di +include/d/ldc/msvc.c +include/d/ldc/object.d +include/d/ldc/osx_tls.c +include/d/ldc/profile.d +include/d/ldc/simd.di +include/d/std/algorithm/comparison.d +include/d/std/algorithm/internal.d +include/d/std/algorithm/iteration.d +include/d/std/algorithm/mutation.d +include/d/std/algorithm/package.d +include/d/std/algorithm/searching.d +include/d/std/algorithm/setops.d +include/d/std/algorithm/sorting.d +include/d/std/array.d +include/d/std/ascii.d +include/d/std/base64.d +include/d/std/bigint.d +include/d/std/bitmanip.d +include/d/std/c/fenv.d +include/d/std/c/freebsd/socket.d +include/d/std/c/linux/linux.d +include/d/std/c/linux/linuxextern.d +include/d/std/c/linux/pthread.d +include/d/std/c/linux/socket.d +include/d/std/c/linux/termios.d +include/d/std/c/linux/tipc.d +include/d/std/c/locale.d +include/d/std/c/math.d +include/d/std/c/osx/socket.d +include/d/std/c/process.d +include/d/std/c/stdarg.d +include/d/std/c/stddef.d +include/d/std/c/stdio.d +include/d/std/c/stdlib.d +include/d/std/c/string.d +include/d/std/c/time.d +include/d/std/c/wcharh.d +include/d/std/c/windows/com.d +include/d/std/c/windows/stat.d +include/d/std/c/windows/windows.d +include/d/std/c/windows/winsock.d +include/d/std/compiler.d +include/d/std/complex.d +include/d/std/concurrency.d +include/d/std/concurrencybase.d +include/d/std/container/array.d +include/d/std/container/binaryheap.d +include/d/std/container/dlist.d +include/d/std/container/package.d +include/d/std/container/rbtree.d +include/d/std/container/slist.d +include/d/std/container/util.d +include/d/std/conv.d +include/d/std/cstream.d +include/d/std/csv.d +include/d/std/datetime.d +include/d/std/demangle.d +include/d/std/digest/crc.d +include/d/std/digest/digest.d +include/d/std/digest/hmac.d +include/d/std/digest/md.d +include/d/std/digest/ripemd.d +include/d/std/digest/sha.d +include/d/std/encoding.d +include/d/std/exception.d +include/d/std/experimental/allocator/building_blocks/affix_allocator.d +include/d/std/experimental/allocator/building_blocks/allocator_list.d +include/d/std/experimental/allocator/building_blocks/bitmapped_block.d +include/d/std/experimental/allocator/building_blocks/bucketizer.d +include/d/std/experimental/allocator/building_blocks/fallback_allocator.d +include/d/std/experimental/allocator/building_blocks/free_list.d +include/d/std/experimental/allocator/building_blocks/free_tree.d +include/d/std/experimental/allocator/building_blocks/kernighan_ritchie.d +include/d/std/experimental/allocator/building_blocks/null_allocator.d +include/d/std/experimental/allocator/building_blocks/package.d +include/d/std/experimental/allocator/building_blocks/quantizer.d +include/d/std/experimental/allocator/building_blocks/region.d +include/d/std/experimental/allocator/building_blocks/scoped_allocator.d +include/d/std/experimental/allocator/building_blocks/segregator.d +include/d/std/experimental/allocator/building_blocks/stats_collector.d +include/d/std/experimental/allocator/common.d +include/d/std/experimental/allocator/gc_allocator.d +include/d/std/experimental/allocator/mallocator.d +include/d/std/experimental/allocator/mmap_allocator.d +include/d/std/experimental/allocator/package.d +include/d/std/experimental/allocator/showcase.d +include/d/std/experimental/allocator/typed.d +include/d/std/experimental/logger/core.d +include/d/std/experimental/logger/filelogger.d +include/d/std/experimental/logger/multilogger.d +include/d/std/experimental/logger/nulllogger.d +include/d/std/experimental/logger/package.d +include/d/std/experimental/ndslice/internal.d +include/d/std/experimental/ndslice/iteration.d +include/d/std/experimental/ndslice/package.d +include/d/std/experimental/ndslice/selection.d +include/d/std/experimental/ndslice/slice.d +include/d/std/file.d +include/d/std/format.d +include/d/std/functional.d +include/d/std/getopt.d +include/d/std/internal/cstring.d +include/d/std/internal/digest/sha_SSSE3.d +include/d/std/internal/math/biguintarm.d +include/d/std/internal/math/biguintcore.d +include/d/std/internal/math/biguintnoasm.d +include/d/std/internal/math/biguintx86.d +include/d/std/internal/math/errorfunction.d +include/d/std/internal/math/gammafunction.d +include/d/std/internal/processinit.d +include/d/std/internal/scopebuffer.d +include/d/std/internal/test/dummyrange.d +include/d/std/internal/test/uda.d +include/d/std/internal/unicode_comp.d +include/d/std/internal/unicode_decomp.d +include/d/std/internal/unicode_grapheme.d +include/d/std/internal/unicode_norm.d +include/d/std/internal/unicode_tables.d +include/d/std/internal/windows/advapi32.d +include/d/std/json.d +include/d/std/math.d +include/d/std/mathspecial.d +include/d/std/meta.d +include/d/std/mmfile.d +include/d/std/net/curl.d +include/d/std/net/isemail.d +include/d/std/numeric.d +include/d/std/outbuffer.d +include/d/std/parallelism.d +include/d/std/path.d +include/d/std/process.d +include/d/std/random.d +include/d/std/range/interfaces.d +include/d/std/range/package.d +include/d/std/range/primitives.d +include/d/std/regex/internal/backtracking.d +include/d/std/regex/internal/generator.d +include/d/std/regex/internal/ir.d +include/d/std/regex/internal/kickstart.d +include/d/std/regex/internal/parser.d +include/d/std/regex/internal/tests.d +include/d/std/regex/internal/thompson.d +include/d/std/regex/package.d +include/d/std/signals.d +include/d/std/socket.d +include/d/std/socketstream.d +include/d/std/stdint.d +include/d/std/stdio.d +include/d/std/stdiobase.d +include/d/std/stream.d +include/d/std/string.d +include/d/std/system.d +include/d/std/traits.d +include/d/std/typecons.d +include/d/std/typetuple.d +include/d/std/uni.d +include/d/std/uri.d +include/d/std/utf.d +include/d/std/uuid.d +include/d/std/variant.d +include/d/std/windows/charset.d +include/d/std/windows/iunknown.d +include/d/std/windows/registry.d +include/d/std/windows/syserror.d +include/d/std/xml.d +include/d/std/zip.d +include/d/std/zlib.d +lib/libdruntime-ldc-debug.a +lib/libdruntime-ldc.a +lib/libldc-profile-rt.a +lib/libphobos2-ldc-debug.a +lib/libphobos2-ldc.a +@dir include/d/etc/c/zlib From owner-svn-ports-all@freebsd.org Tue Feb 28 14:57:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A36FCF008E; Tue, 28 Feb 2017 14:57: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 66FC6B6; Tue, 28 Feb 2017 14:57: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 v1SEvq0m092764; Tue, 28 Feb 2017 14:57:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEvqx3092762; Tue, 28 Feb 2017 14:57:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281457.v1SEvqx3092762@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, 28 Feb 2017 14:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435058 - head/dns/dnscap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:57:53 -0000 Author: sunpoet Date: Tue Feb 28 14:57:52 2017 New Revision: 435058 URL: https://svnweb.freebsd.org/changeset/ports/435058 Log: Update to 1.4.0 - Add my LOCAL to MASTER_SITES Changes: https://github.com/DNS-OARC/dnscap/releases Modified: head/dns/dnscap/Makefile head/dns/dnscap/distinfo Modified: head/dns/dnscap/Makefile ============================================================================== --- head/dns/dnscap/Makefile Tue Feb 28 14:52:45 2017 (r435057) +++ head/dns/dnscap/Makefile Tue Feb 28 14:57:52 2017 (r435058) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= dnscap -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 PORTEPOCH= 1 CATEGORIES= dns -MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ +MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= DNS network traffic capture utility @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS -CONFIGURE_ARGS= --enable-shared --enable-static +CONFIGURE_ARGS= --enable-shared --enable-static --enable-threads GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool Modified: head/dns/dnscap/distinfo ============================================================================== --- head/dns/dnscap/distinfo Tue Feb 28 14:52:45 2017 (r435057) +++ head/dns/dnscap/distinfo Tue Feb 28 14:57:52 2017 (r435058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483080473 -SHA256 (dnscap-1.3.0.tar.gz) = 3e31bb57e513d724b6310ebc64773eb00a44ea101978fd738aa4340eabef3635 -SIZE (dnscap-1.3.0.tar.gz) = 405655 +TIMESTAMP = 1488275916 +SHA256 (dnscap-1.4.0.tar.gz) = 0f3e89bb3ff19ff9b159589b17a6437d6e32e93ef9b57ff338e0589a1e73a6ed +SIZE (dnscap-1.4.0.tar.gz) = 426245 From owner-svn-ports-all@freebsd.org Tue Feb 28 14:57:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAD3FCF00C0; Tue, 28 Feb 2017 14:57: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 7DD95D1; Tue, 28 Feb 2017 14:57: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 v1SEvvkA092899; Tue, 28 Feb 2017 14:57:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEvvhK092896; Tue, 28 Feb 2017 14:57:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281457.v1SEvvhK092896@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, 28 Feb 2017 14:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435059 - head/devel/p5-enum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:57:58 -0000 Author: sunpoet Date: Tue Feb 28 14:57:57 2017 New Revision: 435059 URL: https://svnweb.freebsd.org/changeset/ports/435059 Log: Update to 1.11 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/enum/Changes Modified: head/devel/p5-enum/Makefile head/devel/p5-enum/distinfo head/devel/p5-enum/pkg-plist Modified: head/devel/p5-enum/Makefile ============================================================================== --- head/devel/p5-enum/Makefile Tue Feb 28 14:57:52 2017 (r435058) +++ head/devel/p5-enum/Makefile Tue Feb 28 14:57:57 2017 (r435059) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= enum -PORTVERSION= 1.090 -PORTREVISION= 1 +PORTVERSION= 1.110 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NEILB @@ -13,6 +12,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$ MAINTAINER= perl@FreeBSD.org COMMENT= Defines symbolic constants with ordered numeric values, like C enums +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-enum/distinfo ============================================================================== --- head/devel/p5-enum/distinfo Tue Feb 28 14:57:52 2017 (r435058) +++ head/devel/p5-enum/distinfo Tue Feb 28 14:57:57 2017 (r435059) @@ -1,2 +1,3 @@ -SHA256 (enum-1.09.tar.gz) = 62bb4cc999b6e258f07487c5fc0f66f85e27bbc179058d81b88e7d04419ce0c4 -SIZE (enum-1.09.tar.gz) = 7719 +TIMESTAMP = 1488277088 +SHA256 (enum-1.11.tar.gz) = d2f36b5015f1e35f640159867b60bf5d5cd66b56cd5e42d33f531be68e5eee35 +SIZE (enum-1.11.tar.gz) = 7883 Modified: head/devel/p5-enum/pkg-plist ============================================================================== --- head/devel/p5-enum/pkg-plist Tue Feb 28 14:57:52 2017 (r435058) +++ head/devel/p5-enum/pkg-plist Tue Feb 28 14:57:57 2017 (r435059) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/enum.3.gz %%SITE_PERL%%/enum.pm +%%PERL5_MAN3%%/enum.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 14:58:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C40B5CF00EA; Tue, 28 Feb 2017 14:58: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 8E793143; Tue, 28 Feb 2017 14:58: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 v1SEw2Hj093024; Tue, 28 Feb 2017 14:58:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEw2cw093022; Tue, 28 Feb 2017 14:58:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281458.v1SEw2cw093022@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, 28 Feb 2017 14:58:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435060 - head/devel/p5-version X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:58:03 -0000 Author: sunpoet Date: Tue Feb 28 14:58:02 2017 New Revision: 435060 URL: https://svnweb.freebsd.org/changeset/ports/435060 Log: Update to 0.9917 - Use real PORTVERSION Changes: http://search.cpan.org/dist/version/Changes Modified: head/devel/p5-version/Makefile head/devel/p5-version/distinfo Modified: head/devel/p5-version/Makefile ============================================================================== --- head/devel/p5-version/Makefile Tue Feb 28 14:57:57 2017 (r435059) +++ head/devel/p5-version/Makefile Tue Feb 28 14:58:02 2017 (r435060) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= version -PORTVERSION= 0.99.15 +PORTVERSION= 0.9917 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Version Objects Modified: head/devel/p5-version/distinfo ============================================================================== --- head/devel/p5-version/distinfo Tue Feb 28 14:57:57 2017 (r435059) +++ head/devel/p5-version/distinfo Tue Feb 28 14:58:02 2017 (r435060) @@ -1,2 +1,3 @@ -SHA256 (version-0.9915.tar.gz) = 14e11e586f07d6a27898e4b4cb7801a9a23d68ebfde08432ea6e3e38f9d57f66 -SIZE (version-0.9915.tar.gz) = 126851 +TIMESTAMP = 1488276256 +SHA256 (version-0.9917.tar.gz) = d9ecb20dc5d7877b1f6cb1b1d2fb4149b1b25a8ec2d5fa09f1b5fbc62668b4c6 +SIZE (version-0.9917.tar.gz) = 127223 From owner-svn-ports-all@freebsd.org Tue Feb 28 14:58:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4B9DCF0115; Tue, 28 Feb 2017 14: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 8C9B11BC; Tue, 28 Feb 2017 14: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 v1SEw7Fx093159; Tue, 28 Feb 2017 14:58:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEw7DH093156; Tue, 28 Feb 2017 14:58:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281458.v1SEw7DH093156@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, 28 Feb 2017 14:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435061 - head/textproc/p5-Hailo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:58:08 -0000 Author: sunpoet Date: Tue Feb 28 14:58:07 2017 New Revision: 435061 URL: https://svnweb.freebsd.org/changeset/ports/435061 Log: Update to 0.72 - Add LICENSE_FILE - Fix *_DEPENDS: move test-only dependencies to TEST_DEPENDS - Add NO_ARCH - Convert to options dependency helper - Sort PLIST Changes: http://search.cpan.org/dist/Hailo/Changes Modified: head/textproc/p5-Hailo/Makefile head/textproc/p5-Hailo/distinfo head/textproc/p5-Hailo/pkg-plist Modified: head/textproc/p5-Hailo/Makefile ============================================================================== --- head/textproc/p5-Hailo/Makefile Tue Feb 28 14:58:02 2017 (r435060) +++ head/textproc/p5-Hailo/Makefile Tue Feb 28 14:58:07 2017 (r435061) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Hailo -PORTVERSION= 0.70 -PORTREVISION= 2 +PORTVERSION= 0.72 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:HINRIK +MASTER_SITE_SUBDIR= CPAN:AVAR PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,28 +13,33 @@ COMMENT= Pluggable Markov engine analogo LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Any-Moose>=0.13:devel/p5-Any-Moose \ - p5-Bot-Training-MegaHAL>=0:misc/p5-Bot-Training-MegaHAL \ - p5-Bot-Training-StarCraft>=0:misc/p5-Bot-Training-StarCraft \ - p5-Bot-Training>=0:misc/p5-Bot-Training \ p5-Class-Load>=0.06:devel/p5-Class-Load \ + p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \ p5-Data-Dump>=1.17:devel/p5-Data-Dump \ - p5-Data-Section>=0.101620:devel/p5-Data-Section \ p5-Dir-Self>=0.10:devel/p5-Dir-Self \ - p5-File-CountLines>=0.0.2:devel/p5-File-CountLines \ + p5-File-CountLines>=v0.0.2:devel/p5-File-CountLines \ p5-Getopt-Long-Descriptive>=0.085:devel/p5-Getopt-Long-Descriptive \ - p5-IO-Interactive>=0.0.6:devel/p5-IO-Interactive \ + p5-IO-Interactive>=v0.0.6:devel/p5-IO-Interactive \ p5-IPC-System-Simple>=1.21:devel/p5-IPC-System-Simple \ p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \ + p5-Moose>=1.08:devel/p5-Moose \ + p5-MooseX-Getopt>=0.37:devel/p5-MooseX-Getopt \ p5-MooseX-StrictConstructor>=0.16:devel/p5-MooseX-StrictConstructor \ + p5-Mouse>=0.62:devel/p5-Mouse \ p5-MouseX-Getopt>=0.33:devel/p5-MouseX-Getopt \ p5-MouseX-StrictConstructor>=0.02:devel/p5-MouseX-StrictConstructor \ p5-Regexp-Common>=2010010201:textproc/p5-Regexp-Common \ p5-Term-Sk>=0.06:devel/p5-Term-Sk \ p5-namespace-clean>=0.18:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \ +TEST_DEPENDS= p5-Bot-Training>=0:misc/p5-Bot-Training \ + p5-Bot-Training-MegaHAL>=0:misc/p5-Bot-Training-MegaHAL \ + p5-Bot-Training-StarCraft>=0:misc/p5-Bot-Training-StarCraft \ + p5-Data-Section>=0.101620:devel/p5-Data-Section \ + p5-File-Slurp>=9999.13:devel/p5-File-Slurp \ p5-Test-Exception>=0.29:devel/p5-Test-Exception \ p5-Test-Expect>=0.31:devel/p5-Test-Expect \ p5-Test-Output>=0.16:devel/p5-Test-Output \ @@ -43,23 +47,15 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.29:databa p5-Test-Script-Run>=0.04:devel/p5-Test-Script-Run \ p5-Test-Synopsis>=0.06:devel/p5-Test-Synopsis +NO_ARCH= yes USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= SQLITE PGSQL MYSQL -OPTIONS_DEFAULT= SQLITE - -.include +OPTIONS_DEFAULT=SQLITE -.if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite -.endif - -.if ${PORT_OPTIONS:MPGSQL} -RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg -.endif -.if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql -.endif +SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql .include Modified: head/textproc/p5-Hailo/distinfo ============================================================================== --- head/textproc/p5-Hailo/distinfo Tue Feb 28 14:58:02 2017 (r435060) +++ head/textproc/p5-Hailo/distinfo Tue Feb 28 14:58:07 2017 (r435061) @@ -1,2 +1,3 @@ -SHA256 (Hailo-0.70.tar.gz) = 90e46a76b02654f146ba9752f2e66e295f6ff45e56667dfa9e038bf1bd292072 -SIZE (Hailo-0.70.tar.gz) = 330700 +TIMESTAMP = 1488291029 +SHA256 (Hailo-0.72.tar.gz) = d14eb9ed769294dd563ad0a1b7311577527c136a53931351d8bf63703cea6ce9 +SIZE (Hailo-0.72.tar.gz) = 331038 Modified: head/textproc/p5-Hailo/pkg-plist ============================================================================== --- head/textproc/p5-Hailo/pkg-plist Tue Feb 28 14:58:02 2017 (r435060) +++ head/textproc/p5-Hailo/pkg-plist Tue Feb 28 14:58:07 2017 (r435061) @@ -1,4 +1,21 @@ bin/hailo +%%SITE_PERL%%/Hailo.pm +%%SITE_PERL%%/Hailo/Command.pm +%%SITE_PERL%%/Hailo/Engine/Default.pm +%%SITE_PERL%%/Hailo/Engine/Scored.pm +%%SITE_PERL%%/Hailo/Role/Arguments.pm +%%SITE_PERL%%/Hailo/Role/Engine.pm +%%SITE_PERL%%/Hailo/Role/Storage.pm +%%SITE_PERL%%/Hailo/Role/Tokenizer.pm +%%SITE_PERL%%/Hailo/Role/UI.pm +%%SITE_PERL%%/Hailo/Storage.pm +%%SITE_PERL%%/Hailo/Storage/MySQL.pm +%%SITE_PERL%%/Hailo/Storage/PostgreSQL.pm +%%SITE_PERL%%/Hailo/Storage/SQLite.pm +%%SITE_PERL%%/Hailo/Storage/Schema.pm +%%SITE_PERL%%/Hailo/Tokenizer/Chars.pm +%%SITE_PERL%%/Hailo/Tokenizer/Words.pm +%%SITE_PERL%%/Hailo/UI/ReadLine.pm %%PERL5_MAN1%%/hailo.1.gz %%PERL5_MAN3%%/Hailo.3.gz %%PERL5_MAN3%%/Hailo::Command.3.gz @@ -17,20 +34,3 @@ bin/hailo %%PERL5_MAN3%%/Hailo::Tokenizer::Chars.3.gz %%PERL5_MAN3%%/Hailo::Tokenizer::Words.3.gz %%PERL5_MAN3%%/Hailo::UI::ReadLine.3.gz -%%SITE_PERL%%/Hailo.pm -%%SITE_PERL%%/Hailo/Command.pm -%%SITE_PERL%%/Hailo/Engine/Default.pm -%%SITE_PERL%%/Hailo/Engine/Scored.pm -%%SITE_PERL%%/Hailo/Role/Arguments.pm -%%SITE_PERL%%/Hailo/Role/Engine.pm -%%SITE_PERL%%/Hailo/Role/Storage.pm -%%SITE_PERL%%/Hailo/Role/Tokenizer.pm -%%SITE_PERL%%/Hailo/Role/UI.pm -%%SITE_PERL%%/Hailo/Storage.pm -%%SITE_PERL%%/Hailo/Storage/MySQL.pm -%%SITE_PERL%%/Hailo/Storage/PostgreSQL.pm -%%SITE_PERL%%/Hailo/Storage/SQLite.pm -%%SITE_PERL%%/Hailo/Storage/Schema.pm -%%SITE_PERL%%/Hailo/Tokenizer/Chars.pm -%%SITE_PERL%%/Hailo/Tokenizer/Words.pm -%%SITE_PERL%%/Hailo/UI/ReadLine.pm From owner-svn-ports-all@freebsd.org Tue Feb 28 14:58:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A72F1CF012C; Tue, 28 Feb 2017 14:58: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 76B581F4; Tue, 28 Feb 2017 14:58:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SEwCnb093259; Tue, 28 Feb 2017 14:58:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEwCjc093258; Tue, 28 Feb 2017 14:58:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281458.v1SEwCjc093258@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, 28 Feb 2017 14:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435062 - head/textproc/p5-Hash-Merge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:58:13 -0000 Author: sunpoet Date: Tue Feb 28 14:58:12 2017 New Revision: 435062 URL: https://svnweb.freebsd.org/changeset/ports/435062 Log: Use real PORTVERSION - Add NO_ARCH Modified: head/textproc/p5-Hash-Merge/Makefile Modified: head/textproc/p5-Hash-Merge/Makefile ============================================================================== --- head/textproc/p5-Hash-Merge/Makefile Tue Feb 28 14:58:07 2017 (r435061) +++ head/textproc/p5-Hash-Merge/Makefile Tue Feb 28 14:58:12 2017 (r435062) @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= Hash-Merge -PORTVERSION= 0.20 -DISTVERSIONSUFFIX= 0 -PORTREVISION= 1 +PORTVERSION= 0.200 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +13,10 @@ COMMENT= Merges hashes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Tue Feb 28 14:58:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A45B6CF0179; Tue, 28 Feb 2017 14:58:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B8A227D; Tue, 28 Feb 2017 14:58: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 v1SEwHTj093378; Tue, 28 Feb 2017 14:58:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEwHQR093376; Tue, 28 Feb 2017 14:58:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281458.v1SEwHQR093376@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, 28 Feb 2017 14:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435063 - head/textproc/p5-HTML-Format X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:58:18 -0000 Author: sunpoet Date: Tue Feb 28 14:58:17 2017 New Revision: 435063 URL: https://svnweb.freebsd.org/changeset/ports/435063 Log: Update to 2.12 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/HTML-Format/Changes Modified: head/textproc/p5-HTML-Format/Makefile head/textproc/p5-HTML-Format/distinfo Modified: head/textproc/p5-HTML-Format/Makefile ============================================================================== --- head/textproc/p5-HTML-Format/Makefile Tue Feb 28 14:58:12 2017 (r435062) +++ head/textproc/p5-HTML-Format/Makefile Tue Feb 28 14:58:17 2017 (r435063) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= HTML-Format -PORTVERSION= 2.11 -PORTREVISION= 2 +PORTVERSION= 2.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:NIGELM PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -13,14 +13,19 @@ COMMENT= Module to format HTML to text o LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Font-AFM>=0:x11-fonts/p5-Font-AFM \ p5-HTML-Tree>=3.15:www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp +TEST_DEPENDS= p5-File-Slurper>=0:devel/p5-File-Slurper \ + p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \ + p5-Test-EOL>=0:devel/p5-Test-EOL \ + p5-Test-NoTabs>=0:devel/p5-Test-NoTabs +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild -INSTALL_TARGET= pure_install +#INSTALL_TARGET= pure_install .include Modified: head/textproc/p5-HTML-Format/distinfo ============================================================================== --- head/textproc/p5-HTML-Format/distinfo Tue Feb 28 14:58:12 2017 (r435062) +++ head/textproc/p5-HTML-Format/distinfo Tue Feb 28 14:58:17 2017 (r435063) @@ -1,2 +1,3 @@ -SHA256 (HTML-Format-2.11.tar.gz) = 44a3af6b9d0184bb4cc300624352760e4435c3d802521742f42dd228e44d4a95 -SIZE (HTML-Format-2.11.tar.gz) = 48697 +TIMESTAMP = 1488289940 +SHA256 (HTML-Format-2.12.tar.gz) = a8f76839e46a22c64b8635b82072799caf77393d2102fba81041db6348c66899 +SIZE (HTML-Format-2.12.tar.gz) = 50248 From owner-svn-ports-all@freebsd.org Tue Feb 28 14:58:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6242ECF01B8; Tue, 28 Feb 2017 14:58: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 21D33334; Tue, 28 Feb 2017 14:58: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 v1SEwNvg093512; Tue, 28 Feb 2017 14:58:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEwMAk093509; Tue, 28 Feb 2017 14:58:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281458.v1SEwMAk093509@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, 28 Feb 2017 14:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435064 - head/www/p5-HTML-Element-Library X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:58:24 -0000 Author: sunpoet Date: Tue Feb 28 14:58:22 2017 New Revision: 435064 URL: https://svnweb.freebsd.org/changeset/ports/435064 Log: Update to 5.220000 - Use real PORTVERSION - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Remove USE_PERL5=patch - Sort PLIST Changes: http://search.cpan.org/dist/HTML-Element-Library/Changes Modified: head/www/p5-HTML-Element-Library/Makefile head/www/p5-HTML-Element-Library/distinfo head/www/p5-HTML-Element-Library/pkg-plist Modified: head/www/p5-HTML-Element-Library/Makefile ============================================================================== --- head/www/p5-HTML-Element-Library/Makefile Tue Feb 28 14:58:17 2017 (r435063) +++ head/www/p5-HTML-Element-Library/Makefile Tue Feb 28 14:58:22 2017 (r435064) @@ -2,29 +2,31 @@ # $FreeBSD$ PORTNAME= HTML-Element-Library -PORTVERSION= 5.112.170 -PORTREVISION= 1 +PORTVERSION= 5.220000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= HTML::Element convenience functions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Array-Group>=0:devel/p5-Array-Group \ p5-Data-Rmap>=0:devel/p5-Data-Rmap \ - p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \ - p5-HTML-PrettyPrinter>=0:www/p5-HTML-PrettyPrinter \ p5-HTML-Tree>=0:www/p5-HTML-Tree \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-List-Rotation-Cycle>=0:devel/p5-List-Rotation-Cycle \ p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Scalar-Listify>=0:devel/p5-Scalar-Listify RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Test-XML>=0:devel/p5-Test-XML +NO_ARCH= yes USES= perl5 -USE_PERL5= patch configure +USE_PERL5= configure .include Modified: head/www/p5-HTML-Element-Library/distinfo ============================================================================== --- head/www/p5-HTML-Element-Library/distinfo Tue Feb 28 14:58:17 2017 (r435063) +++ head/www/p5-HTML-Element-Library/distinfo Tue Feb 28 14:58:22 2017 (r435064) @@ -1,2 +1,3 @@ -SHA256 (HTML-Element-Library-5.112170.tar.gz) = 8b7d32a3b2be93963700e7be8f049df56c25030ce1e2fdbf343dd17eb4f04fb0 -SIZE (HTML-Element-Library-5.112170.tar.gz) = 45629 +TIMESTAMP = 1488290171 +SHA256 (HTML-Element-Library-5.220000.tar.gz) = d38048b0fc7dea17f89a75eb170f3278e6e2076f88d418f2524dfbd339404b24 +SIZE (HTML-Element-Library-5.220000.tar.gz) = 33751 Modified: head/www/p5-HTML-Element-Library/pkg-plist ============================================================================== --- head/www/p5-HTML-Element-Library/pkg-plist Tue Feb 28 14:58:17 2017 (r435063) +++ head/www/p5-HTML-Element-Library/pkg-plist Tue Feb 28 14:58:22 2017 (r435064) @@ -1,5 +1,2 @@ -%%PERL5_MAN3%%/HTML::Element::Library.3.gz -%%PERL5_MAN3%%/HTML::Element::Library::Changes.3.gz %%SITE_PERL%%/HTML/Element/Library.pm -%%SITE_PERL%%/HTML/Element/Library.pod -%%SITE_PERL%%/HTML/Element/Library/Changes.pod +%%PERL5_MAN3%%/HTML::Element::Library.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 14:58:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BBCCCF0242; Tue, 28 Feb 2017 14:58: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 167FC3C5; Tue, 28 Feb 2017 14:58:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SEwS4q093645; Tue, 28 Feb 2017 14:58:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEwR4N093642; Tue, 28 Feb 2017 14:58:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281458.v1SEwR4N093642@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, 28 Feb 2017 14:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435065 - head/www/p5-HTML-Seamstress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:58:29 -0000 Author: sunpoet Date: Tue Feb 28 14:58:27 2017 New Revision: 435065 URL: https://svnweb.freebsd.org/changeset/ports/435065 Log: Update to 6.112830 - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Modified: head/www/p5-HTML-Seamstress/Makefile head/www/p5-HTML-Seamstress/distinfo head/www/p5-HTML-Seamstress/pkg-plist Modified: head/www/p5-HTML-Seamstress/Makefile ============================================================================== --- head/www/p5-HTML-Seamstress/Makefile Tue Feb 28 14:58:22 2017 (r435064) +++ head/www/p5-HTML-Seamstress/Makefile Tue Feb 28 14:58:27 2017 (r435065) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Seamstress -PORTVERSION= 5.0h -PORTREVISION= 3 +PORTVERSION= 6.112830 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,17 +10,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= HTML::Tree subclass for HTML templating via tree rewriting -BUILD_DEPENDS= p5-Class-Prototyped>=0:devel/p5-Class-Prototyped \ - p5-File-Slurp>=0:devel/p5-File-Slurp \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-HTML-Element-Library>=0:www/p5-HTML-Element-Library \ p5-HTML-Element-Replacer>=0:www/p5-HTML-Element-Replacer \ - p5-HTML-PrettyPrinter>=0:www/p5-HTML-PrettyPrinter \ - p5-HTML-Tree>=0:www/p5-HTML-Tree + p5-HTML-Tree>=0:www/p5-HTML-Tree \ + p5-Set-Array>=0:devel/p5-Set-Array RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Class-Prototyped>=0:devel/p5-Class-Prototyped +NO_ARCH= yes USES= perl5 shebangfix -SHEBANG_FILES= lib/HTML/Seamstress/tt.pl \ - sbase.pl spkg.pl USE_PERL5= configure +SHEBANG_FILES= lib/HTML/Seamstress/tt.pl + .include Modified: head/www/p5-HTML-Seamstress/distinfo ============================================================================== --- head/www/p5-HTML-Seamstress/distinfo Tue Feb 28 14:58:22 2017 (r435064) +++ head/www/p5-HTML-Seamstress/distinfo Tue Feb 28 14:58:27 2017 (r435065) @@ -1,2 +1,3 @@ -SHA256 (HTML-Seamstress-5.0h.tar.gz) = 76aed0ab97b51521a73697a2f69b81b0e1a79013b6fd8f4c641a3af33f5a2c3e -SIZE (HTML-Seamstress-5.0h.tar.gz) = 54462 +TIMESTAMP = 1488288400 +SHA256 (HTML-Seamstress-6.112830.tar.gz) = 1176548c14ac4061e4a39e9f4520130ca669f1d81999fc1d85c074997aa54051 +SIZE (HTML-Seamstress-6.112830.tar.gz) = 62641 Modified: head/www/p5-HTML-Seamstress/pkg-plist ============================================================================== --- head/www/p5-HTML-Seamstress/pkg-plist Tue Feb 28 14:58:22 2017 (r435064) +++ head/www/p5-HTML-Seamstress/pkg-plist Tue Feb 28 14:58:27 2017 (r435065) @@ -1,15 +1,12 @@ +bin/Class.pm +bin/compile +bin/compile-all.pl +bin/file.html +bin/preamble bin/sbase.pl bin/spkg.pl -%%PERL5_MAN3%%/HTML::Seamstress.3.gz -%%PERL5_MAN3%%/HTML::Seamstress::Doc::FAQ.3.gz -%%PERL5_MAN3%%/HTML::Seamstress::EDIT_Quickstart.tt_DO_NOT_EDIT_Quickstart.3.gz -%%PERL5_MAN3%%/HTML::Seamstress::Quickstart.3.gz -%%PERL5_MAN3%%/HTML::sbase.3.gz -%%PERL5_MAN3%%/HTML::spkg.3.gz -%%PERL5_MAN3%%/XML::Seamstress.3.gz %%SITE_PERL%%/HTML/Seamstress.html %%SITE_PERL%%/HTML/Seamstress.pm -%%SITE_PERL%%/HTML/Seamstress.pod %%SITE_PERL%%/HTML/Seamstress/Doc/FAQ.pod %%SITE_PERL%%/HTML/Seamstress/EDIT_Quickstart.tt_DO_NOT_EDIT_Quickstart.pod %%SITE_PERL%%/HTML/Seamstress/EDIT_Quickstart.tt_ONLY @@ -38,8 +35,11 @@ bin/spkg.pl %%SITE_PERL%%/HTML/c %%SITE_PERL%%/HTML/pod2htmd.tmp %%SITE_PERL%%/HTML/pod2htmi.tmp -%%SITE_PERL%%/HTML/sbase.pl -%%SITE_PERL%%/HTML/spkg.pl %%SITE_PERL%%/XML/Seamstress.pm %%PERL5_MAN1%%/sbase.pl.1.gz %%PERL5_MAN1%%/spkg.pl.1.gz +%%PERL5_MAN3%%/HTML::Seamstress.3.gz +%%PERL5_MAN3%%/HTML::Seamstress::Doc::FAQ.3.gz +%%PERL5_MAN3%%/HTML::Seamstress::EDIT_Quickstart.tt_DO_NOT_EDIT_Quickstart.3.gz +%%PERL5_MAN3%%/HTML::Seamstress::Quickstart.3.gz +%%PERL5_MAN3%%/XML::Seamstress.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 14:58:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAA18CF027F; Tue, 28 Feb 2017 14:58: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 82FBF64C; Tue, 28 Feb 2017 14:58: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 v1SEwXJA093825; Tue, 28 Feb 2017 14:58:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SEwXO4093821; Tue, 28 Feb 2017 14:58:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702281458.v1SEwXO4093821@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, 28 Feb 2017 14:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435066 - in head: . comms/gscmxx x11-toolkits x11-toolkits/p5-Gtk x11-toolkits/p5-Gtk-Perl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 14:58:34 -0000 Author: sunpoet Date: Tue Feb 28 14:58:33 2017 New Revision: 435066 URL: https://svnweb.freebsd.org/changeset/ports/435066 Log: Move x11-toolkits/p5-Gtk to x11-toolkits/p5-Gtk-Perl - Add LICENSE - Bump PORTREVISION for dependent ports Added: head/x11-toolkits/p5-Gtk-Perl/ - copied from r435065, head/x11-toolkits/p5-Gtk/ Deleted: head/x11-toolkits/p5-Gtk/ Modified: head/MOVED head/comms/gscmxx/Makefile head/x11-toolkits/Makefile head/x11-toolkits/p5-Gtk-Perl/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 28 14:58:27 2017 (r435065) +++ head/MOVED Tue Feb 28 14:58:33 2017 (r435066) @@ -9100,3 +9100,4 @@ devel/rubygem-minitest4|devel/rubygem-mi java/jdk16-doc||2017-02-28|Has expired: Should have been removed with linux-sun-jdk16 (2014-05-11) java/jdk7-doc||2017-02-28|Has expired: Should have been removed with linux-sun-jdk17 (2016-04-24) textproc/rubygem-sass-rails4|textproc/rubygem-sass-rails5|2017-02-28|Has expired: Use textproc/rubygem-sass-rails5 instead +x11-toolkits/p5-Gtk|x11-toolkits/p5-Gtk-Perl|2017-02-28|Rename to match upstream naming Modified: head/comms/gscmxx/Makefile ============================================================================== --- head/comms/gscmxx/Makefile Tue Feb 28 14:58:27 2017 (r435065) +++ head/comms/gscmxx/Makefile Tue Feb 28 14:58:33 2017 (r435066) @@ -3,7 +3,7 @@ PORTNAME= gscmxx PORTVERSION= 0.4.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= comms MASTER_SITES= SF @@ -11,9 +11,9 @@ MAINTAINER= svmohr@gmail.com COMMENT= Graphical frontend for scmxx RUN_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \ - p5-Gtk>=0:x11-toolkits/p5-Gtk + p5-Gtk-Perl>=0:x11-toolkits/p5-Gtk-Perl BUILD_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \ - p5-Gtk>=0:x11-toolkits/p5-Gtk \ + p5-Gtk-Perl>=0:x11-toolkits/p5-Gtk-Perl \ scmxx:comms/scmxx \ convert:graphics/ImageMagick Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Tue Feb 28 14:58:27 2017 (r435065) +++ head/x11-toolkits/Makefile Tue Feb 28 14:58:33 2017 (r435066) @@ -145,7 +145,7 @@ SUBDIR += p5-Gnome2-Canvas SUBDIR += p5-Gnome2-VFS SUBDIR += p5-Gnome2-Wnck - SUBDIR += p5-Gtk + SUBDIR += p5-Gtk-Perl SUBDIR += p5-Gtk2 SUBDIR += p5-Gtk2-Chmod SUBDIR += p5-Gtk2-Ex-Dialogs Modified: head/x11-toolkits/p5-Gtk-Perl/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk/Makefile Tue Feb 28 14:58:27 2017 (r435065) +++ head/x11-toolkits/p5-Gtk-Perl/Makefile Tue Feb 28 14:58:33 2017 (r435066) @@ -1,17 +1,19 @@ # Created by: Vanilla I. Shu # $FreeBSD$ -PORTNAME= Gtk +PORTNAME= Gtk-Perl PORTVERSION= 0.7010 PORTREVISION= 3 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-Perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= The base module of Gtk-Perl +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-Writer>=0:textproc/p5-XML-Writer \ p5-XML-Parser>=0:textproc/p5-XML-Parser From owner-svn-ports-all@freebsd.org Tue Feb 28 15:14:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82835CF08A1; Tue, 28 Feb 2017 15:14:01 +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 4ED447F2; Tue, 28 Feb 2017 15:14:01 +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 v1SFE0Id001684; Tue, 28 Feb 2017 15:14:00 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SFE0uD001682; Tue, 28 Feb 2017 15:14:00 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702281514.v1SFE0uD001682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 28 Feb 2017 15:14:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435067 - head/graphics/ida X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 15:14:01 -0000 Author: vanilla Date: Tue Feb 28 15:14:00 2017 New Revision: 435067 URL: https://svnweb.freebsd.org/changeset/ports/435067 Log: Update to 2.13. Modified: head/graphics/ida/Makefile head/graphics/ida/distinfo Modified: head/graphics/ida/Makefile ============================================================================== --- head/graphics/ida/Makefile Tue Feb 28 14:58:33 2017 (r435066) +++ head/graphics/ida/Makefile Tue Feb 28 15:14:00 2017 (r435067) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ida -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= graphics MASTER_SITES= https://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} @@ -16,6 +16,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif USES= desktop-file-utils gmake iconv jpeg motif perl5 pkgconfig USE_PERL5= build +USE_XORG= x11 MAKEFILE= GNUmakefile MAKE_ARGS= verbose=yes Modified: head/graphics/ida/distinfo ============================================================================== --- head/graphics/ida/distinfo Tue Feb 28 14:58:33 2017 (r435066) +++ head/graphics/ida/distinfo Tue Feb 28 15:14:00 2017 (r435067) @@ -1,2 +1,3 @@ -SHA256 (fbida-2.12.tar.gz) = d33193105cce77057c919761728cee9bbe8ec8ec4f12a770a600cab33611822f -SIZE (fbida-2.12.tar.gz) = 294842 +TIMESTAMP = 1488292685 +SHA256 (fbida-2.13.tar.gz) = a887195dcd189055ee9b787eb03c8b7954df3aec540a1f90d8e92f873126db07 +SIZE (fbida-2.13.tar.gz) = 296020 From owner-svn-ports-all@freebsd.org Tue Feb 28 15:32:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA283CF0C65; Tue, 28 Feb 2017 15:32:01 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EBE21FB; Tue, 28 Feb 2017 15:32:01 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SFW01p008715; Tue, 28 Feb 2017 15:32:00 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SFW0cu008712; Tue, 28 Feb 2017 15:32:00 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702281532.v1SFW0cu008712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 28 Feb 2017 15:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435068 - head/graphics/tiffgt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 15:32:01 -0000 Author: bofh Date: Tue Feb 28 15:32:00 2017 New Revision: 435068 URL: https://svnweb.freebsd.org/changeset/ports/435068 Log: graphics/tiffgt: Update version 4.0.6=>4.0.7 Modified: head/graphics/tiffgt/Makefile head/graphics/tiffgt/distinfo Modified: head/graphics/tiffgt/Makefile ============================================================================== --- head/graphics/tiffgt/Makefile Tue Feb 28 15:14:00 2017 (r435067) +++ head/graphics/tiffgt/Makefile Tue Feb 28 15:32:00 2017 (r435068) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tiffgt -DISTVERSION= 4.0.6 +DISTVERSION= 4.0.7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ Modified: head/graphics/tiffgt/distinfo ============================================================================== --- head/graphics/tiffgt/distinfo Tue Feb 28 15:14:00 2017 (r435067) +++ head/graphics/tiffgt/distinfo Tue Feb 28 15:32:00 2017 (r435068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465685561 -SHA256 (tiff-4.0.6.tar.gz) = 4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c -SIZE (tiff-4.0.6.tar.gz) = 2192991 +TIMESTAMP = 1488109559 +SHA256 (tiff-4.0.7.tar.gz) = 9f43a2cfb9589e5cecaa66e16bf87f814c945f22df7ba600d63aac4632c4f019 +SIZE (tiff-4.0.7.tar.gz) = 2076392 From owner-svn-ports-all@freebsd.org Tue Feb 28 15:37:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78864CF0E2F; Tue, 28 Feb 2017 15:37:17 +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 1629C5FA; Tue, 28 Feb 2017 15:37:16 +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 884461AF144; Tue, 28 Feb 2017 18:30:48 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id CB62B645; Tue, 28 Feb 2017 18:25:08 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id C597D8E3; Tue, 28 Feb 2017 18:29:11 +0300 (MSK) Date: Tue, 28 Feb 2017 18:29:11 +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: r435017 - head/devel/p5-Contextual-Return Message-ID: <20170228152911.GA85667@hades.panopticon> References: <201702280945.v1S9jF0K067267@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201702280945.v1S9jF0K067267@repo.freebsd.org> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 15:37:17 -0000 * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: > Date: Tue Feb 28 09:45:15 2017 > New Revision: 435017 > URL: https://svnweb.freebsd.org/changeset/ports/435017 > > Log: > Update to 0.004010 > > - Use real PORTVERSION Thank you for these! -- 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 Tue Feb 28 15:43:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FECECF1084; Tue, 28 Feb 2017 15:43:27 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C648A50; Tue, 28 Feb 2017 15:43:27 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SFhQwo013321; Tue, 28 Feb 2017 15:43:26 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SFhQdl013319; Tue, 28 Feb 2017 15:43:26 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702281543.v1SFhQdl013319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 28 Feb 2017 15:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435069 - head/devel/py3-jsonschema X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 15:43:27 -0000 Author: bofh Date: Tue Feb 28 15:43:26 2017 New Revision: 435069 URL: https://svnweb.freebsd.org/changeset/ports/435069 Log: devel/py3-jsonschema: Update version 2.5.1=>2.6.0 Modified: head/devel/py3-jsonschema/Makefile head/devel/py3-jsonschema/distinfo Modified: head/devel/py3-jsonschema/Makefile ============================================================================== --- head/devel/py3-jsonschema/Makefile Tue Feb 28 15:32:00 2017 (r435068) +++ head/devel/py3-jsonschema/Makefile Tue Feb 28 15:43:26 2017 (r435069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsonschema -PORTVERSION= 2.5.1 +PORTVERSION= 2.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py3-jsonschema/distinfo ============================================================================== --- head/devel/py3-jsonschema/distinfo Tue Feb 28 15:32:00 2017 (r435068) +++ head/devel/py3-jsonschema/distinfo Tue Feb 28 15:43:26 2017 (r435069) @@ -1,2 +1,3 @@ -SHA256 (jsonschema-2.5.1.tar.gz) = 36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41 -SIZE (jsonschema-2.5.1.tar.gz) = 50855 +TIMESTAMP = 1488112296 +SHA256 (jsonschema-2.6.0.tar.gz) = 6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02 +SIZE (jsonschema-2.6.0.tar.gz) = 53252 From owner-svn-ports-all@freebsd.org Tue Feb 28 16:15:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3A49CF18BB; Tue, 28 Feb 2017 16:15: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 8CAECB58; Tue, 28 Feb 2017 16:15:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SGF7XI025143; Tue, 28 Feb 2017 16:15:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SGF6th025135; Tue, 28 Feb 2017 16:15:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702281615.v1SGF6th025135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Feb 2017 16:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435070 - in head/www: firefox-esr firefox-esr-i18n firefox-esr/files libxul libxul/files linux-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: Tue, 28 Feb 2017 16:15:09 -0000 Author: jbeich Date: Tue Feb 28 16:15:06 2017 New Revision: 435070 URL: https://svnweb.freebsd.org/changeset/ports/435070 Log: www/firefox-esr: update to 45.8.0 (rc1) Changes: https://www.mozilla.org/firefox/45.8.0/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr45/shortlog Security: 96eca031-1313-4daf-9be2-9d6e1c4f1eb5 MFH: 2017Q1 Deleted: head/www/firefox-esr/files/patch-bug1318914 head/www/firefox-esr/files/patch-bug1330119 head/www/libxul/files/patch-bug1318914 head/www/libxul/files/patch-bug1330119 Modified: head/www/firefox-esr-i18n/Makefile (contents, props changed) head/www/firefox-esr-i18n/distinfo (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/distinfo (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/libxul/distinfo (contents, props changed) head/www/linux-firefox/Makefile (contents, props changed) head/www/linux-firefox/distinfo (contents, props changed) Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Tue Feb 28 15:43:26 2017 (r435069) +++ head/www/firefox-esr-i18n/Makefile Tue Feb 28 16:15:06 2017 (r435070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 45.7.0 +PORTVERSION= 45.8.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi Modified: head/www/firefox-esr-i18n/distinfo ============================================================================== --- head/www/firefox-esr-i18n/distinfo Tue Feb 28 15:43:26 2017 (r435069) +++ head/www/firefox-esr-i18n/distinfo Tue Feb 28 16:15:06 2017 (r435070) @@ -1,181 +1,181 @@ -TIMESTAMP = 1484786354 -SHA256 (xpi/firefox-45.7.0/ach.xpi) = bfd345d02ad1a1658c1f630b9e024c4a1bd00630037e89ebb2e6f0ccebf258e6 -SIZE (xpi/firefox-45.7.0/ach.xpi) = 426530 -SHA256 (xpi/firefox-45.7.0/af.xpi) = 3374b98fa0bab8cfec13b301585ae886fdc93e33c340ad33230d0e2eb42954d0 -SIZE (xpi/firefox-45.7.0/af.xpi) = 439353 -SHA256 (xpi/firefox-45.7.0/an.xpi) = 072154ea6b1c04c90d88e4a81f13b247e2c608171a51860077d20b3d16a0e50b -SIZE (xpi/firefox-45.7.0/an.xpi) = 449036 -SHA256 (xpi/firefox-45.7.0/ar.xpi) = 2c3319d3d30d5a7b0aad445b7f8c512a74c2239b4e12e46704ad7bde76b5e18b -SIZE (xpi/firefox-45.7.0/ar.xpi) = 474960 -SHA256 (xpi/firefox-45.7.0/as.xpi) = 418c549444f69923eb4ffd873443b96aabc9882526c778c87cbaa4155c279376 -SIZE (xpi/firefox-45.7.0/as.xpi) = 483096 -SHA256 (xpi/firefox-45.7.0/ast.xpi) = ee8fa58ab61a410be1cf52aa24bce42216f99864c2e444817bdbeba7e3f7cabb -SIZE (xpi/firefox-45.7.0/ast.xpi) = 419250 -SHA256 (xpi/firefox-45.7.0/az.xpi) = b0ea59eb1da833f769d71f4fd3b42e1bf306c1f48bee14000d9737bd58474a80 -SIZE (xpi/firefox-45.7.0/az.xpi) = 464018 -SHA256 (xpi/firefox-45.7.0/be.xpi) = 3bdc075612cb3a93b5dc42b6b806e0875dc65b1f8babe7027d73b9e90a6c4696 -SIZE (xpi/firefox-45.7.0/be.xpi) = 442619 -SHA256 (xpi/firefox-45.7.0/bg.xpi) = 3820b9fe21976180d8fb8e7c781969c85006192907e8600e1d33d5479e6d833c -SIZE (xpi/firefox-45.7.0/bg.xpi) = 460808 -SHA256 (xpi/firefox-45.7.0/bn-BD.xpi) = 24d8ce85cd78a8e85136037edfc5f896e1f44798eea902c66efdc6641c33fd9b -SIZE (xpi/firefox-45.7.0/bn-BD.xpi) = 515643 -SHA256 (xpi/firefox-45.7.0/bn-IN.xpi) = f77c86f7d876cab202e479b02daec731b1ec1960732258a5c543d8c9484c1296 -SIZE (xpi/firefox-45.7.0/bn-IN.xpi) = 494076 -SHA256 (xpi/firefox-45.7.0/br.xpi) = ea94533503448404989a698944df3770e96e30d761e7ead6b7112977b8d15a3e -SIZE (xpi/firefox-45.7.0/br.xpi) = 436390 -SHA256 (xpi/firefox-45.7.0/bs.xpi) = 8422f330f4e4fdf59fc2e3973883cadfa129577af073ef3fe42fc08e25fc67ff -SIZE (xpi/firefox-45.7.0/bs.xpi) = 442998 -SHA256 (xpi/firefox-45.7.0/ca.xpi) = 4960f79f223ff357ac82c44b29a44d10b0f5bcc60747d7ac03d90d166657d6ce -SIZE (xpi/firefox-45.7.0/ca.xpi) = 436832 -SHA256 (xpi/firefox-45.7.0/cs.xpi) = a0ff18348b81b78d5979274c871997db063fc53987c150a6df8c9a41d5f9c806 -SIZE (xpi/firefox-45.7.0/cs.xpi) = 443482 -SHA256 (xpi/firefox-45.7.0/cy.xpi) = ae825fe3d1af179cecd060e317691ddc06c31b7596561e5a60c45e1a23d23745 -SIZE (xpi/firefox-45.7.0/cy.xpi) = 438907 -SHA256 (xpi/firefox-45.7.0/da.xpi) = 7684b51a3664113db6152c391e5be4f02d842d3bcb08f7a9691d5e3df9d0ac6d -SIZE (xpi/firefox-45.7.0/da.xpi) = 430078 -SHA256 (xpi/firefox-45.7.0/de.xpi) = 58c72e5f82a7e2a51f53faa462a4ba221714d685287f574d31e63e1ab0b1cedd -SIZE (xpi/firefox-45.7.0/de.xpi) = 445481 -SHA256 (xpi/firefox-45.7.0/dsb.xpi) = 47577219d099e1443c45a11c98d4a93f167b683f1555f2e02b6591e2bf640e1a -SIZE (xpi/firefox-45.7.0/dsb.xpi) = 463791 -SHA256 (xpi/firefox-45.7.0/el.xpi) = 0cac6f9ed43f8e81e193910a0fe1efa9b85ced1c669d0ec8a24c5a411cdbf44b -SIZE (xpi/firefox-45.7.0/el.xpi) = 470867 -SHA256 (xpi/firefox-45.7.0/en-GB.xpi) = 25a6cd776acb4fa635ed89434bee65a1aa432c66532a57edfb3b8e840fbf8091 -SIZE (xpi/firefox-45.7.0/en-GB.xpi) = 423871 -SHA256 (xpi/firefox-45.7.0/en-US.xpi) = ac0109f62a9aa51282769e47de62d856af44d9c24588056786959a73ad6f5a04 -SIZE (xpi/firefox-45.7.0/en-US.xpi) = 425461 -SHA256 (xpi/firefox-45.7.0/en-ZA.xpi) = 613a9574b44e463abd481e19682ce05359c72661160e39b493ef934b75ab41d8 -SIZE (xpi/firefox-45.7.0/en-ZA.xpi) = 420776 -SHA256 (xpi/firefox-45.7.0/eo.xpi) = 15e9ea3019176c0bf4f0de59fd045763d304fc8af10e9e36476c15501bb22481 -SIZE (xpi/firefox-45.7.0/eo.xpi) = 440960 -SHA256 (xpi/firefox-45.7.0/es-AR.xpi) = 14d466c32ea086a30d530826b7fcbcad57c0b7c8f6a694eab7f9a447bbf2649c -SIZE (xpi/firefox-45.7.0/es-AR.xpi) = 441482 -SHA256 (xpi/firefox-45.7.0/es-CL.xpi) = 284533fdd9771d1b6358a4fade8e94e44b405109ea1e4cfd43f653c7dc329f7e -SIZE (xpi/firefox-45.7.0/es-CL.xpi) = 368763 -SHA256 (xpi/firefox-45.7.0/es-ES.xpi) = 2369e1943d7a81ee497fca779034605a33b32886756709b4f30a199ced89b143 -SIZE (xpi/firefox-45.7.0/es-ES.xpi) = 353716 -SHA256 (xpi/firefox-45.7.0/es-MX.xpi) = 97a7e22fe01b2aad8b97f3012c8f2dd1353c9fb76cb08b5959597be7db4bbbc8 -SIZE (xpi/firefox-45.7.0/es-MX.xpi) = 449395 -SHA256 (xpi/firefox-45.7.0/et.xpi) = f348180672bde33da1fcafa84c11516b73416c1615054da3256b4216558cdd12 -SIZE (xpi/firefox-45.7.0/et.xpi) = 433352 -SHA256 (xpi/firefox-45.7.0/eu.xpi) = 50ba6def386e9612f6fbd1518a1754678b9114d63ad08aa9094e5bb19125ee15 -SIZE (xpi/firefox-45.7.0/eu.xpi) = 441357 -SHA256 (xpi/firefox-45.7.0/fa.xpi) = 8cad09df466e89e04ab40a08fadbb8f45f518614fa466587ddda1f3932ac92e5 -SIZE (xpi/firefox-45.7.0/fa.xpi) = 491940 -SHA256 (xpi/firefox-45.7.0/ff.xpi) = 92d9b697e8fb42446dfec221c0a8c061861dc0214ddbaf9d1433899c0b99cd94 -SIZE (xpi/firefox-45.7.0/ff.xpi) = 441499 -SHA256 (xpi/firefox-45.7.0/fi.xpi) = 4974ea7fa1aa972151be8cc5674bd90607a23537d41a887bb46ba2d6e4cc2544 -SIZE (xpi/firefox-45.7.0/fi.xpi) = 438347 -SHA256 (xpi/firefox-45.7.0/fr.xpi) = 16280c56e26024a72a1a3f1610693ac0a2b67b63c250a402c534e35c0f2aab16 -SIZE (xpi/firefox-45.7.0/fr.xpi) = 450037 -SHA256 (xpi/firefox-45.7.0/fy-NL.xpi) = 2962b5188f2883d8954df39a5af2cf685f2dd515fe4330314e956c6ddc80cf33 -SIZE (xpi/firefox-45.7.0/fy-NL.xpi) = 447779 -SHA256 (xpi/firefox-45.7.0/ga-IE.xpi) = 31718d383250eb23d4113df47aeb671c9fd06a719612789b7aa47a2bd9520f2d -SIZE (xpi/firefox-45.7.0/ga-IE.xpi) = 460056 -SHA256 (xpi/firefox-45.7.0/gd.xpi) = 7b45ca2bea8bcf4ccb24c5de7b64cbcf4580048a16260a347b7be717fd0a33da -SIZE (xpi/firefox-45.7.0/gd.xpi) = 449711 -SHA256 (xpi/firefox-45.7.0/gl.xpi) = 332251b174bcabcf269aab3e169045055576eaabc43fd0a7df015463a8666f56 -SIZE (xpi/firefox-45.7.0/gl.xpi) = 434804 -SHA256 (xpi/firefox-45.7.0/gn.xpi) = b44eb9bac78e841566df80d8bed7af53e41ea3eb1e541118410226c82b487c84 -SIZE (xpi/firefox-45.7.0/gn.xpi) = 460648 -SHA256 (xpi/firefox-45.7.0/gu-IN.xpi) = 587b95db01f7087d99b05f77330aba47e67eb1b91d8bbfcf5be2e53791650b6c -SIZE (xpi/firefox-45.7.0/gu-IN.xpi) = 472567 -SHA256 (xpi/firefox-45.7.0/he.xpi) = 59b1caee7ac0db29d63f2ae1be4b0324f2e8c2fbfa2011d9a251ca53daa1f803 -SIZE (xpi/firefox-45.7.0/he.xpi) = 454786 -SHA256 (xpi/firefox-45.7.0/hi-IN.xpi) = a070a7fc241a84ccb3f5d1b1490a785f1becdfba3054e6b360882158d2ee4181 -SIZE (xpi/firefox-45.7.0/hi-IN.xpi) = 486991 -SHA256 (xpi/firefox-45.7.0/hr.xpi) = 1533e6e17868a7facb207a996cf9808f97a97db47064e30d168e1cb16d6bd036 -SIZE (xpi/firefox-45.7.0/hr.xpi) = 449069 -SHA256 (xpi/firefox-45.7.0/hsb.xpi) = db2998ee9423406aaee1e1fbff0451224660248968bf1932b9537b793f863574 -SIZE (xpi/firefox-45.7.0/hsb.xpi) = 461454 -SHA256 (xpi/firefox-45.7.0/hu.xpi) = 5428addd92e9dde3ebee0a45f4c00deea4a0806543d9b53c2120065ca4d7ac69 -SIZE (xpi/firefox-45.7.0/hu.xpi) = 449777 -SHA256 (xpi/firefox-45.7.0/hy-AM.xpi) = dbb883029fac0d2c15d426ee2bb3df9de13c97b4af64871922ea4de53cc9f506 -SIZE (xpi/firefox-45.7.0/hy-AM.xpi) = 500040 -SHA256 (xpi/firefox-45.7.0/id.xpi) = 3c6701f5de7db0a91ef2b9a03986194efcbd41353868569226b5aca4e452ee53 -SIZE (xpi/firefox-45.7.0/id.xpi) = 427175 -SHA256 (xpi/firefox-45.7.0/is.xpi) = c1e839002d454ba67e47cfaa8a174c9430816c9fd3b6fda8c6a6309fc24404b7 -SIZE (xpi/firefox-45.7.0/is.xpi) = 443213 -SHA256 (xpi/firefox-45.7.0/it.xpi) = 91d9605e95562eb86e1ab500ea0994b4786d79d78a26cbdc836bea51c863851a -SIZE (xpi/firefox-45.7.0/it.xpi) = 343724 -SHA256 (xpi/firefox-45.7.0/ja.xpi) = 853c1943833af495e4c60805814d0a086dcf85bb3f06caa9cfee5a5c8434fb0b -SIZE (xpi/firefox-45.7.0/ja.xpi) = 486331 -SHA256 (xpi/firefox-45.7.0/kk.xpi) = 77176f4ada25b45bbab5c39ea3ad68ea0e3b3b5a9a338ed8d7e6c340aee22502 -SIZE (xpi/firefox-45.7.0/kk.xpi) = 498895 -SHA256 (xpi/firefox-45.7.0/km.xpi) = a88745ed3e774e2d81d0fa7985ddf201e785bad08a6b51627b0fdb26643aece9 -SIZE (xpi/firefox-45.7.0/km.xpi) = 504302 -SHA256 (xpi/firefox-45.7.0/kn.xpi) = a283f614bf984aff145b5d5869ae5685aa169b1398e71111d2a7e8c544872956 -SIZE (xpi/firefox-45.7.0/kn.xpi) = 495881 -SHA256 (xpi/firefox-45.7.0/ko.xpi) = a61bafd47a1a1caf6de1eb5a9b4c137132acdb9e5a2a9a257eafbc414ae0ab0f -SIZE (xpi/firefox-45.7.0/ko.xpi) = 465289 -SHA256 (xpi/firefox-45.7.0/lij.xpi) = 0a2b8e0826948e253ad6e74764d7ec574bc4a75e9aba43489c894f9639f00763 -SIZE (xpi/firefox-45.7.0/lij.xpi) = 381388 -SHA256 (xpi/firefox-45.7.0/lt.xpi) = ff7c2fcbb15a030344e7b46b34dc01c05fcd12f1b9c81df09cf4e53593dc6dc9 -SIZE (xpi/firefox-45.7.0/lt.xpi) = 454678 -SHA256 (xpi/firefox-45.7.0/lv.xpi) = 28b2152bf9e88aaed39863ebe0e65f203f3755769a2786a05185fe2243022f76 -SIZE (xpi/firefox-45.7.0/lv.xpi) = 445720 -SHA256 (xpi/firefox-45.7.0/mai.xpi) = 54423f003cf914c445ae88608212fcd154d599a9c612c3200b98f59b9c09a144 -SIZE (xpi/firefox-45.7.0/mai.xpi) = 492650 -SHA256 (xpi/firefox-45.7.0/mk.xpi) = 70203a8fcebd05b5e0004ec1af98e67565fb65f2ae12d80586bd92300072d354 -SIZE (xpi/firefox-45.7.0/mk.xpi) = 476392 -SHA256 (xpi/firefox-45.7.0/ml.xpi) = 6b08026ebda6051e1f3277cf8cc8b660e6c47b2905977536811df429c65d4410 -SIZE (xpi/firefox-45.7.0/ml.xpi) = 498681 -SHA256 (xpi/firefox-45.7.0/mr.xpi) = 8acee4277726315d2ad2c84642d18288cc86ae5aa587d933be89d532a19384ac -SIZE (xpi/firefox-45.7.0/mr.xpi) = 503700 -SHA256 (xpi/firefox-45.7.0/ms.xpi) = 75facd74a697d4541386d1e613d446410072b2d1ceb6621e0b230c80f675d8e2 -SIZE (xpi/firefox-45.7.0/ms.xpi) = 440064 -SHA256 (xpi/firefox-45.7.0/nb-NO.xpi) = 013ba44c6356df10ff8b1c6382191be88d78991183f3c78eb959fad99284a6e1 -SIZE (xpi/firefox-45.7.0/nb-NO.xpi) = 435470 -SHA256 (xpi/firefox-45.7.0/nl.xpi) = 5e801fb3ab4466de757b7ae17ceeecc51dbe7f33ff5b25d504209b097d83d7c2 -SIZE (xpi/firefox-45.7.0/nl.xpi) = 435202 -SHA256 (xpi/firefox-45.7.0/nn-NO.xpi) = 050179e683b752a3df7a6b6e9f2142654e7cd3a57252531b8637bb097ce50c1a -SIZE (xpi/firefox-45.7.0/nn-NO.xpi) = 432934 -SHA256 (xpi/firefox-45.7.0/or.xpi) = 956b26a855b8f599e29816a9fae851ccb90f107a6b0986e15cc31d09ab77b7f9 -SIZE (xpi/firefox-45.7.0/or.xpi) = 495922 -SHA256 (xpi/firefox-45.7.0/pa-IN.xpi) = d37c0976537513219707799c35d737d5680acd17e2066a76608020b21bbec6da -SIZE (xpi/firefox-45.7.0/pa-IN.xpi) = 489551 -SHA256 (xpi/firefox-45.7.0/pl.xpi) = bcea1c85159688a9f97fd90c53b931ac4adf158de9a56275f8e40c79b3c15f30 -SIZE (xpi/firefox-45.7.0/pl.xpi) = 383929 -SHA256 (xpi/firefox-45.7.0/pt-BR.xpi) = 7a360b124c7885ec078b55604f9555a4b10328ecfb523a3fc2de682baca0f38e -SIZE (xpi/firefox-45.7.0/pt-BR.xpi) = 450991 -SHA256 (xpi/firefox-45.7.0/pt-PT.xpi) = 31b3f1b0454721343f9f78aee71aeb5b806191cb37d394ed390f0e5465c847ab -SIZE (xpi/firefox-45.7.0/pt-PT.xpi) = 437022 -SHA256 (xpi/firefox-45.7.0/rm.xpi) = 3ad942bdcf67d2e414315c489bf4afe1c8f4108e3f3070abcf99a0853153564d -SIZE (xpi/firefox-45.7.0/rm.xpi) = 437718 -SHA256 (xpi/firefox-45.7.0/ro.xpi) = dddccd6894459025392401b8534b6e32955552a1295e1deda4852a65c5b6655d -SIZE (xpi/firefox-45.7.0/ro.xpi) = 444062 -SHA256 (xpi/firefox-45.7.0/ru.xpi) = 000ee8410f4ee3d40a25ff9892133674b04c6bafcab11d0a66852d817fe6c719 -SIZE (xpi/firefox-45.7.0/ru.xpi) = 392738 -SHA256 (xpi/firefox-45.7.0/si.xpi) = 20b22bf3c39eebe3d73ef00359db4569bdb704d980194fced95668368b3b159a -SIZE (xpi/firefox-45.7.0/si.xpi) = 482248 -SHA256 (xpi/firefox-45.7.0/sk.xpi) = 5870dd8aa90ad058173a353109e1e6a73c0c70b8206c2869b2e21cb103b9c40d -SIZE (xpi/firefox-45.7.0/sk.xpi) = 453606 -SHA256 (xpi/firefox-45.7.0/sl.xpi) = 2911704bbe741968190470ec903f2e2feb8ce611303721549d0e495302e5f516 -SIZE (xpi/firefox-45.7.0/sl.xpi) = 444963 -SHA256 (xpi/firefox-45.7.0/son.xpi) = 65899e51bb63fadaffbdb1bc2a06129e12f5409808f40c1582479784425477e4 -SIZE (xpi/firefox-45.7.0/son.xpi) = 433513 -SHA256 (xpi/firefox-45.7.0/sq.xpi) = 7e6a17d9a98368b67823efa187abe9921d9dfaa60cfe21cbc5424a57f916c8d9 -SIZE (xpi/firefox-45.7.0/sq.xpi) = 452186 -SHA256 (xpi/firefox-45.7.0/sr.xpi) = 8dc9c2b0300fbda0db8975846345a84a0620a376aa7d04a71c5abf7f4b76c832 -SIZE (xpi/firefox-45.7.0/sr.xpi) = 464479 -SHA256 (xpi/firefox-45.7.0/sv-SE.xpi) = d534c7e0aef786b8f70eb248cdbc3cca19fab1e91e041d7330c1f43a97429024 -SIZE (xpi/firefox-45.7.0/sv-SE.xpi) = 444214 -SHA256 (xpi/firefox-45.7.0/ta.xpi) = f7ea928f7be8a1bb47fd83c8f0d2616b05e082adf9e1fb6bdf186dc63c79107a -SIZE (xpi/firefox-45.7.0/ta.xpi) = 483117 -SHA256 (xpi/firefox-45.7.0/te.xpi) = 649a6769d5dc50891d9f230c0e9eff9946ee83dbff19870d1fd6a95d22f03dea -SIZE (xpi/firefox-45.7.0/te.xpi) = 492471 -SHA256 (xpi/firefox-45.7.0/th.xpi) = 39d7b557630de0a958d8fca33c742e3f8f17550c8fd8239da2dd8690db45dbcf -SIZE (xpi/firefox-45.7.0/th.xpi) = 477650 -SHA256 (xpi/firefox-45.7.0/tr.xpi) = 0291cab30fe06c2ca5201adc4e66ac55689110bf589db802c63b991881a3d6f9 -SIZE (xpi/firefox-45.7.0/tr.xpi) = 451166 -SHA256 (xpi/firefox-45.7.0/uk.xpi) = b52c6056655d6c74b4563456eafe1412747800cf278260c151639ff16c086566 -SIZE (xpi/firefox-45.7.0/uk.xpi) = 494780 -SHA256 (xpi/firefox-45.7.0/uz.xpi) = e7f5ab1d966b731b4af2e276d8709e9ba4a358279dbd9de0e5fdf4278ef0e9b9 -SIZE (xpi/firefox-45.7.0/uz.xpi) = 443803 -SHA256 (xpi/firefox-45.7.0/vi.xpi) = e4476d413539fa08e9007bd9a7dd4f402ccdc4260a2fcdf3bd7ce66c91bc1769 -SIZE (xpi/firefox-45.7.0/vi.xpi) = 450778 -SHA256 (xpi/firefox-45.7.0/xh.xpi) = 58b25333677594d8666f7fd9b459623059b03d3ec1776f27059f1b4334559e9a -SIZE (xpi/firefox-45.7.0/xh.xpi) = 432918 -SHA256 (xpi/firefox-45.7.0/zh-CN.xpi) = 0e8eb9173e890e5ec2726c60706548f8b554ec532a75022a743fb23fbcb78fd8 -SIZE (xpi/firefox-45.7.0/zh-CN.xpi) = 475797 -SHA256 (xpi/firefox-45.7.0/zh-TW.xpi) = 8c2ce7bf8a2c95eb065ae9491e3b557d1775be578f7c523080eb204de68c3b49 -SIZE (xpi/firefox-45.7.0/zh-TW.xpi) = 466529 +TIMESTAMP = 1488235265 +SHA256 (xpi/firefox-45.8.0/ach.xpi) = e8337d1951aa8484bfade7a3157529a78a0d6882c4d332e880e1ac1063e028f1 +SIZE (xpi/firefox-45.8.0/ach.xpi) = 426530 +SHA256 (xpi/firefox-45.8.0/af.xpi) = b0d0ff680ae288fca3f319fa54a2607f980845c0384e153523b764fcf4d475b4 +SIZE (xpi/firefox-45.8.0/af.xpi) = 439353 +SHA256 (xpi/firefox-45.8.0/an.xpi) = 8897ebf779339512753770d00cafad01e514e8eec6f89e1887cde3c5c5256209 +SIZE (xpi/firefox-45.8.0/an.xpi) = 449036 +SHA256 (xpi/firefox-45.8.0/ar.xpi) = 7a2142e9eee1f9d798070da889301b0750b7c80aaea511fac6dfa38dc1e2e873 +SIZE (xpi/firefox-45.8.0/ar.xpi) = 474961 +SHA256 (xpi/firefox-45.8.0/as.xpi) = 58a788699e8f2930085b72edbfa03939e82f170258db92bdc7d8b44a4ec695e6 +SIZE (xpi/firefox-45.8.0/as.xpi) = 483096 +SHA256 (xpi/firefox-45.8.0/ast.xpi) = b0dabf6bd67b1bece44728ad600c919bfa0498bc593228b5a2ca46ad0574c7a5 +SIZE (xpi/firefox-45.8.0/ast.xpi) = 419250 +SHA256 (xpi/firefox-45.8.0/az.xpi) = e794b077c1a3e1d0c560dc95f69dcb90a03168032f34ab7822eb44c31ac5782a +SIZE (xpi/firefox-45.8.0/az.xpi) = 464018 +SHA256 (xpi/firefox-45.8.0/be.xpi) = 42c9a3eaf47d5dc59a137b756f80bd8ee79771825f63c8edfdd8366e0a95b63b +SIZE (xpi/firefox-45.8.0/be.xpi) = 442619 +SHA256 (xpi/firefox-45.8.0/bg.xpi) = 5972247e018f6b7165f5f2349a8693475aa046a0fbabd829a4b16d83170be637 +SIZE (xpi/firefox-45.8.0/bg.xpi) = 460809 +SHA256 (xpi/firefox-45.8.0/bn-BD.xpi) = 2d8097d6bc4632a092cf93967998bb76323051cbeb54e8b448d51105dba2fddb +SIZE (xpi/firefox-45.8.0/bn-BD.xpi) = 515643 +SHA256 (xpi/firefox-45.8.0/bn-IN.xpi) = 9b9c18088bb7b93bfb305b7beb86d097372bddf2e2cf1b6a9bea3915f6553a9f +SIZE (xpi/firefox-45.8.0/bn-IN.xpi) = 494076 +SHA256 (xpi/firefox-45.8.0/br.xpi) = 907414ac6a4edd0aece6e855e5fcade6d95fb98bb838c9dbf5c6a7ff22ea2e8e +SIZE (xpi/firefox-45.8.0/br.xpi) = 436390 +SHA256 (xpi/firefox-45.8.0/bs.xpi) = 0a7547b87ff3b16977f12568fee06d50936e33cb60a343cde84ab8f4dcbf17eb +SIZE (xpi/firefox-45.8.0/bs.xpi) = 442998 +SHA256 (xpi/firefox-45.8.0/ca.xpi) = c42c7517e9f16411407d437742c192538fa8996b460e697c455e62069d9e89e7 +SIZE (xpi/firefox-45.8.0/ca.xpi) = 436832 +SHA256 (xpi/firefox-45.8.0/cs.xpi) = 18d5650dd4eaef469228a6fa1a67363b828b17ada1ad861d51db41d9096f51fd +SIZE (xpi/firefox-45.8.0/cs.xpi) = 443482 +SHA256 (xpi/firefox-45.8.0/cy.xpi) = 9b7882133ec2f3b87c6c89c3069d74093c971a8369cbec15a679a75cf6703ad5 +SIZE (xpi/firefox-45.8.0/cy.xpi) = 438907 +SHA256 (xpi/firefox-45.8.0/da.xpi) = 3cb7160d1197f4378f2d9e5a292d69db020f4de33fabf99f772ff1d7a014575f +SIZE (xpi/firefox-45.8.0/da.xpi) = 430078 +SHA256 (xpi/firefox-45.8.0/de.xpi) = 5fbbe236fe80d34c0791fcd8b7492c18ca19bc0b1b093c3888d5ed191739b83f +SIZE (xpi/firefox-45.8.0/de.xpi) = 445482 +SHA256 (xpi/firefox-45.8.0/dsb.xpi) = b133cfb5d4b3556a7a7ed1cae65bd2cd0c271ea7d192c737c3316d1c9c872cda +SIZE (xpi/firefox-45.8.0/dsb.xpi) = 463791 +SHA256 (xpi/firefox-45.8.0/el.xpi) = 440468020d2babb17f28b13e781adf6e94829dde7474edacac9a8b9b0c0a5037 +SIZE (xpi/firefox-45.8.0/el.xpi) = 470867 +SHA256 (xpi/firefox-45.8.0/en-GB.xpi) = 7716fb13674dcff52cfa2d72ca3901e9d72a33f8c3af051bce89739daecf1f56 +SIZE (xpi/firefox-45.8.0/en-GB.xpi) = 423871 +SHA256 (xpi/firefox-45.8.0/en-US.xpi) = 615da888226f0b8052887af96c8269d5af642a203c08a18a450a20756baf8580 +SIZE (xpi/firefox-45.8.0/en-US.xpi) = 425461 +SHA256 (xpi/firefox-45.8.0/en-ZA.xpi) = a9a1cf1e1e3cd9a89698a8b1da8fa868f43216783325974ef966b0b9f7ad17c2 +SIZE (xpi/firefox-45.8.0/en-ZA.xpi) = 420776 +SHA256 (xpi/firefox-45.8.0/eo.xpi) = 61bae1e4100b1132eb534fd68e3889f5f683e65af7fd6165765a2c0203a92135 +SIZE (xpi/firefox-45.8.0/eo.xpi) = 440960 +SHA256 (xpi/firefox-45.8.0/es-AR.xpi) = 1a87cf2b1e1f78c8b6ebf6bc5d6e659c9cec002e47f2db5cd8b0b49b7d0ec87f +SIZE (xpi/firefox-45.8.0/es-AR.xpi) = 441482 +SHA256 (xpi/firefox-45.8.0/es-CL.xpi) = e05a6f9dcf53e32e8ee83e7350dbb6f0f1570ab0bb460fca5f7fbc884216cce9 +SIZE (xpi/firefox-45.8.0/es-CL.xpi) = 368763 +SHA256 (xpi/firefox-45.8.0/es-ES.xpi) = 829634f48d92d17c106bfdb58c054793b6016e61354d83e1c16f6c7cfee7a5a6 +SIZE (xpi/firefox-45.8.0/es-ES.xpi) = 353716 +SHA256 (xpi/firefox-45.8.0/es-MX.xpi) = 878fc31f44841162b748828a33cf0d5e906e0bff5bcf0295d1392395dae3e46d +SIZE (xpi/firefox-45.8.0/es-MX.xpi) = 449395 +SHA256 (xpi/firefox-45.8.0/et.xpi) = 400df3e8d025e106ff6217647bb9be03b75befa6446ef853b8638416665fde14 +SIZE (xpi/firefox-45.8.0/et.xpi) = 433352 +SHA256 (xpi/firefox-45.8.0/eu.xpi) = 650f66dd10372666747891e8ea4ce9a4bc749e9586b69e972517c2ae4a2c9fcd +SIZE (xpi/firefox-45.8.0/eu.xpi) = 441357 +SHA256 (xpi/firefox-45.8.0/fa.xpi) = 09d367036bde6791f39dbe8c33bb6f27c4de2c4c5378129e4eb61ce2635e3d25 +SIZE (xpi/firefox-45.8.0/fa.xpi) = 491941 +SHA256 (xpi/firefox-45.8.0/ff.xpi) = a60f6c1d1ed52e26b2f7dff4aeedfbb986d0d48bbeb031ea5d35dae3dc4e3729 +SIZE (xpi/firefox-45.8.0/ff.xpi) = 441499 +SHA256 (xpi/firefox-45.8.0/fi.xpi) = ddfb255418d7592bcef68cae8897fc18fe5914829c7502d0ff92354fa3cb8aef +SIZE (xpi/firefox-45.8.0/fi.xpi) = 438347 +SHA256 (xpi/firefox-45.8.0/fr.xpi) = 1ef78dde93358f09dcb596905669409f3b072a58dcc7fedc9187a64ff2dd7232 +SIZE (xpi/firefox-45.8.0/fr.xpi) = 450037 +SHA256 (xpi/firefox-45.8.0/fy-NL.xpi) = 6170e0272b70dd9cbd042d8521b154f87a39049ab4186c57f4ff01a35b240cb8 +SIZE (xpi/firefox-45.8.0/fy-NL.xpi) = 447778 +SHA256 (xpi/firefox-45.8.0/ga-IE.xpi) = f1e8faf6df095894c5b615caa0df6f476cadfa68dc5f45dea7136c2dea323975 +SIZE (xpi/firefox-45.8.0/ga-IE.xpi) = 460055 +SHA256 (xpi/firefox-45.8.0/gd.xpi) = a11c18d575fd3e572f7d3ee4a081516dab34390127387c73f524dc705a8c8c42 +SIZE (xpi/firefox-45.8.0/gd.xpi) = 449711 +SHA256 (xpi/firefox-45.8.0/gl.xpi) = b8fb8d3c132d1f5d56bc6b3c24b6c285b9ada68e4c5760bf3356974969d7f8c4 +SIZE (xpi/firefox-45.8.0/gl.xpi) = 434804 +SHA256 (xpi/firefox-45.8.0/gn.xpi) = d29c7b1c8193ed6194daabb57603ef67a0123a69c25be551736bff2268abb19d +SIZE (xpi/firefox-45.8.0/gn.xpi) = 460649 +SHA256 (xpi/firefox-45.8.0/gu-IN.xpi) = cb21847120c5c9bb389cf1f94b353d3b448b76296a3882104c516ede2005db9a +SIZE (xpi/firefox-45.8.0/gu-IN.xpi) = 472566 +SHA256 (xpi/firefox-45.8.0/he.xpi) = 865ecbbf980f14bd5d3341fff508c9af3c30130ebe31a78b1b331dec1cf30e6c +SIZE (xpi/firefox-45.8.0/he.xpi) = 454785 +SHA256 (xpi/firefox-45.8.0/hi-IN.xpi) = a531c8850809b576a5a363b33378f0a21284388317bf5d24a830d01080db810f +SIZE (xpi/firefox-45.8.0/hi-IN.xpi) = 486991 +SHA256 (xpi/firefox-45.8.0/hr.xpi) = 4e01fcfcac300d47cc7e7763d2ef10fec67bd24b5ac5a8916152910d2521fdd3 +SIZE (xpi/firefox-45.8.0/hr.xpi) = 449068 +SHA256 (xpi/firefox-45.8.0/hsb.xpi) = 7643abcd9e9a4183082300215403f2b7a6483bdc3dded68068b68a5b96e8eae3 +SIZE (xpi/firefox-45.8.0/hsb.xpi) = 461454 +SHA256 (xpi/firefox-45.8.0/hu.xpi) = af5f29ebe544af8d94d584b33b60c0aef2ada90b9832570b763cd4ecc8869428 +SIZE (xpi/firefox-45.8.0/hu.xpi) = 449777 +SHA256 (xpi/firefox-45.8.0/hy-AM.xpi) = 8c3d266ba6dbd0e25d0b24822f88f51daf1796ad72a5f329196f0a85f0c3d1e4 +SIZE (xpi/firefox-45.8.0/hy-AM.xpi) = 500040 +SHA256 (xpi/firefox-45.8.0/id.xpi) = 9d387769e3e1023768f4cf67d81e7f7952d33b6d821ba3f9cb4f41f87cf32727 +SIZE (xpi/firefox-45.8.0/id.xpi) = 427175 +SHA256 (xpi/firefox-45.8.0/is.xpi) = 3e4ce279d99fc0d13f153b03cbc2f65f55f7f5cf19116efb40304f36775d3063 +SIZE (xpi/firefox-45.8.0/is.xpi) = 443209 +SHA256 (xpi/firefox-45.8.0/it.xpi) = 4ef4bf7762f371a600b483c0e1331983a5a61c0060df650f375027f782460e82 +SIZE (xpi/firefox-45.8.0/it.xpi) = 343724 +SHA256 (xpi/firefox-45.8.0/ja.xpi) = c4d19e2ac9b3067cd6fae506544467eac85f5364604a2e973db028f3058ab21d +SIZE (xpi/firefox-45.8.0/ja.xpi) = 486331 +SHA256 (xpi/firefox-45.8.0/kk.xpi) = b8c6d314679d5cb13c86feca37277c0b8e84762bfc676f216ce2a22eb575b082 +SIZE (xpi/firefox-45.8.0/kk.xpi) = 498895 +SHA256 (xpi/firefox-45.8.0/km.xpi) = d19c3611bd7ac7366eaf7d1d9cb29389542a7900769db01e06e87ca67c1b3800 +SIZE (xpi/firefox-45.8.0/km.xpi) = 504301 +SHA256 (xpi/firefox-45.8.0/kn.xpi) = 233f6358aabc171d80d4b153757400d41e2b412c69acb208e5e0c9ad128cd542 +SIZE (xpi/firefox-45.8.0/kn.xpi) = 495881 +SHA256 (xpi/firefox-45.8.0/ko.xpi) = ab9a9a655b86ffe8fac739ceb72c9e65b5f765dc90964778d9a6d39b7f1e46f5 +SIZE (xpi/firefox-45.8.0/ko.xpi) = 465289 +SHA256 (xpi/firefox-45.8.0/lij.xpi) = 8a695065e6581135a814f1b5ca63f2c73856ec729e2a86bf6074800ff755866a +SIZE (xpi/firefox-45.8.0/lij.xpi) = 381384 +SHA256 (xpi/firefox-45.8.0/lt.xpi) = 0768f7d2596d33c66fd3d7d9cfeeb1dd91930fa48009c34079227537c436b74f +SIZE (xpi/firefox-45.8.0/lt.xpi) = 454678 +SHA256 (xpi/firefox-45.8.0/lv.xpi) = ff2ed673affc08ee4b5e65f701c082249990015dc32852e5055048f8a7a803c2 +SIZE (xpi/firefox-45.8.0/lv.xpi) = 445720 +SHA256 (xpi/firefox-45.8.0/mai.xpi) = 0152e459d6d5192f45dc29935309bd42001e6035fef225b4f098b7434f55f5b4 +SIZE (xpi/firefox-45.8.0/mai.xpi) = 492650 +SHA256 (xpi/firefox-45.8.0/mk.xpi) = 4dfb44f42d1f2442f19c8b082c07f96470f9cc5135b6266957ee567436ee4ceb +SIZE (xpi/firefox-45.8.0/mk.xpi) = 476391 +SHA256 (xpi/firefox-45.8.0/ml.xpi) = c7a35ae74caec8c252339f0c65dcb406303fca35553e0b9665fb9ca87bd55ea8 +SIZE (xpi/firefox-45.8.0/ml.xpi) = 498681 +SHA256 (xpi/firefox-45.8.0/mr.xpi) = c5c44dd20bdabdf92c1e5d7cce847d280f43182740c1d0a22ae392284a243b9f +SIZE (xpi/firefox-45.8.0/mr.xpi) = 503700 +SHA256 (xpi/firefox-45.8.0/ms.xpi) = 6d8b74dbafd3c490ed345d533c50963a0a5e9204c52d14a28bdda989d84d4c7a +SIZE (xpi/firefox-45.8.0/ms.xpi) = 440065 +SHA256 (xpi/firefox-45.8.0/nb-NO.xpi) = 7fc2e833da70c875aa7eaee49a750565ce663c060e3ac17b6cd88a5e9799fcd6 +SIZE (xpi/firefox-45.8.0/nb-NO.xpi) = 435471 +SHA256 (xpi/firefox-45.8.0/nl.xpi) = ec7725665e885272e51ab0986e19052af01c6179e32a17ca22b64eeb8f6a5d41 +SIZE (xpi/firefox-45.8.0/nl.xpi) = 435202 +SHA256 (xpi/firefox-45.8.0/nn-NO.xpi) = 61eb3e0d76ca7cbb69bbf6bb8c9552f469b71723a0cb4417171fe7b82b89fa3e +SIZE (xpi/firefox-45.8.0/nn-NO.xpi) = 432934 +SHA256 (xpi/firefox-45.8.0/or.xpi) = 943c4c44d1bd776730e098180c08c15a89dceb88b4130a287b5c87ba74bff512 +SIZE (xpi/firefox-45.8.0/or.xpi) = 495922 +SHA256 (xpi/firefox-45.8.0/pa-IN.xpi) = bc6d13e6fe2c12b79f55f04f7e51c4bddcdae66696c669f49dac73285d3fd265 +SIZE (xpi/firefox-45.8.0/pa-IN.xpi) = 489550 +SHA256 (xpi/firefox-45.8.0/pl.xpi) = 261b3c557ae6e53601504f9ad801489bc33fc2aa62ea6d1436e34b69c76c412a +SIZE (xpi/firefox-45.8.0/pl.xpi) = 383929 +SHA256 (xpi/firefox-45.8.0/pt-BR.xpi) = 0959e6b30ef9579b02f8f8ee6cfb148e581329195915d94c05b21489c7d856ff +SIZE (xpi/firefox-45.8.0/pt-BR.xpi) = 450991 +SHA256 (xpi/firefox-45.8.0/pt-PT.xpi) = cb61aa1b149eacda43343368b699c0dcc9fd70ee292293ff82e65263edc6040a +SIZE (xpi/firefox-45.8.0/pt-PT.xpi) = 437022 +SHA256 (xpi/firefox-45.8.0/rm.xpi) = 80b9a7da56be4b82d74ba97ee53fe78609942625a45769a93294a160f5a59c48 +SIZE (xpi/firefox-45.8.0/rm.xpi) = 437717 +SHA256 (xpi/firefox-45.8.0/ro.xpi) = de6e523e7730f0329a5b5753c467cbc8c38aa6628f0746a57febd36633fec9f6 +SIZE (xpi/firefox-45.8.0/ro.xpi) = 444062 +SHA256 (xpi/firefox-45.8.0/ru.xpi) = 0dce53178156223869dbc0a56dfeb203b94770ff32a7029de1af51f662c21363 +SIZE (xpi/firefox-45.8.0/ru.xpi) = 392738 +SHA256 (xpi/firefox-45.8.0/si.xpi) = 55a3ff30146341f0d1e6c86765248d5161d574cccaca1b5da69565d97604e43f +SIZE (xpi/firefox-45.8.0/si.xpi) = 482248 +SHA256 (xpi/firefox-45.8.0/sk.xpi) = b6e248955e8d37d5082664b20f6dddfbf0ee7f9b5151e43789086c6d59632438 +SIZE (xpi/firefox-45.8.0/sk.xpi) = 453607 +SHA256 (xpi/firefox-45.8.0/sl.xpi) = cb23d8e958701534794dedd3cc25fbf85a5238bc0a89ecb479a2550df3fe7f5e +SIZE (xpi/firefox-45.8.0/sl.xpi) = 444963 +SHA256 (xpi/firefox-45.8.0/son.xpi) = 337fba617b16ada119fce0b07a6b8658656a65fd5b429e0b214654fadcdc91a5 +SIZE (xpi/firefox-45.8.0/son.xpi) = 433513 +SHA256 (xpi/firefox-45.8.0/sq.xpi) = c7a71597dc4ca54984200a0da3837100756dbe930eda21ad6ccfab0cc2700f1b +SIZE (xpi/firefox-45.8.0/sq.xpi) = 452186 +SHA256 (xpi/firefox-45.8.0/sr.xpi) = 7185fc946328646b1a80996df71a4f8d02c1033c5c84b546eca01851bc6df337 +SIZE (xpi/firefox-45.8.0/sr.xpi) = 464478 +SHA256 (xpi/firefox-45.8.0/sv-SE.xpi) = a9a9dacf53e510db5fb0476af2f16f3508bd955aecf5cce4b522d07f24c3cafd +SIZE (xpi/firefox-45.8.0/sv-SE.xpi) = 444213 +SHA256 (xpi/firefox-45.8.0/ta.xpi) = f3c24960f752a494a468d878da01e114b886da4b547c6bcf9fbb618a54c4fc93 +SIZE (xpi/firefox-45.8.0/ta.xpi) = 483118 +SHA256 (xpi/firefox-45.8.0/te.xpi) = b8d11b842d31c933e6e74fbad3eb443b7e053740d3d5d7fd1627da8415a0c17d +SIZE (xpi/firefox-45.8.0/te.xpi) = 492471 +SHA256 (xpi/firefox-45.8.0/th.xpi) = 3fca54e4c7bb453f8000d87759a1ec5bcb63e30efc3d5fd6011a0b6eef890936 +SIZE (xpi/firefox-45.8.0/th.xpi) = 477650 +SHA256 (xpi/firefox-45.8.0/tr.xpi) = 17a30f0df5ea59969a7c8f12f81fe40db80281ffb45db770c2a6de5d7797b20c +SIZE (xpi/firefox-45.8.0/tr.xpi) = 451166 +SHA256 (xpi/firefox-45.8.0/uk.xpi) = 7fc8c0e84af1e730ec9cb93f18b889e7ca35445f04081f1fa00c2a19a00b7185 +SIZE (xpi/firefox-45.8.0/uk.xpi) = 494780 +SHA256 (xpi/firefox-45.8.0/uz.xpi) = aeb237a07f02f7680c838518c1ab4c9450a2de87690e1d92b1ec5d317287e399 +SIZE (xpi/firefox-45.8.0/uz.xpi) = 443803 +SHA256 (xpi/firefox-45.8.0/vi.xpi) = 6112ea4ddeb60109f656f902886c2b59b8cb1f34e6c87b966fff558e5aa8561d +SIZE (xpi/firefox-45.8.0/vi.xpi) = 450778 +SHA256 (xpi/firefox-45.8.0/xh.xpi) = d77e888447b44be1716f36f36f599823ea619e6b58673d21123b171402b05203 +SIZE (xpi/firefox-45.8.0/xh.xpi) = 432918 +SHA256 (xpi/firefox-45.8.0/zh-CN.xpi) = 295990f964e9926f20b6a5f06e06686a88a9199a7e4a48e9fa2132e6338cff0c +SIZE (xpi/firefox-45.8.0/zh-CN.xpi) = 475797 +SHA256 (xpi/firefox-45.8.0/zh-TW.xpi) = 004c22566602ef5c3905f0d8818018fc77d9f8022c97e15bb9f2841c9711fde3 +SIZE (xpi/firefox-45.8.0/zh-TW.xpi) = 466529 Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Tue Feb 28 15:43:26 2017 (r435069) +++ head/www/firefox-esr/Makefile Tue Feb 28 16:15:06 2017 (r435070) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 45.7.0 +DISTVERSION= 45.8.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox-esr/distinfo Tue Feb 28 15:43:26 2017 (r435069) +++ head/www/firefox-esr/distinfo Tue Feb 28 16:15:06 2017 (r435070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484786354 -SHA256 (firefox-45.7.0esr.source.tar.xz) = 4b5610691d32b77dd0dec25902f0d19e530c184cedc11babb530621cbdd33143 -SIZE (firefox-45.7.0esr.source.tar.xz) = 184131284 +TIMESTAMP = 1488235265 +SHA256 (firefox-45.8.0esr.source.tar.xz) = d51dcc16d30ff06c6548e2fd9ddb23e342c2d28da4abcc8c705802a6305e95dc +SIZE (firefox-45.8.0esr.source.tar.xz) = 185143188 Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Tue Feb 28 15:43:26 2017 (r435069) +++ head/www/libxul/Makefile Tue Feb 28 16:15:06 2017 (r435070) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 45.7.0 -PORTREVISION= 2 +DISTVERSION= 45.8.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source Modified: head/www/libxul/distinfo ============================================================================== --- head/www/libxul/distinfo Tue Feb 28 15:43:26 2017 (r435069) +++ head/www/libxul/distinfo Tue Feb 28 16:15:06 2017 (r435070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484786354 -SHA256 (firefox-45.7.0esr.source.tar.xz) = 4b5610691d32b77dd0dec25902f0d19e530c184cedc11babb530621cbdd33143 -SIZE (firefox-45.7.0esr.source.tar.xz) = 184131284 +TIMESTAMP = 1488235265 +SHA256 (firefox-45.8.0esr.source.tar.xz) = d51dcc16d30ff06c6548e2fd9ddb23e342c2d28da4abcc8c705802a6305e95dc +SIZE (firefox-45.8.0esr.source.tar.xz) = 185143188 Modified: head/www/linux-firefox/Makefile ============================================================================== --- head/www/linux-firefox/Makefile Tue Feb 28 15:43:26 2017 (r435069) +++ head/www/linux-firefox/Makefile Tue Feb 28 16:15:06 2017 (r435070) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 45.7.0 +DISTVERSION= 45.8.0 DISTVERSIONSUFFIX=esr -PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US \ Modified: head/www/linux-firefox/distinfo ============================================================================== --- head/www/linux-firefox/distinfo Tue Feb 28 15:43:26 2017 (r435069) +++ head/www/linux-firefox/distinfo Tue Feb 28 16:15:06 2017 (r435070) @@ -1,6 +1,6 @@ -TIMESTAMP = 1484786354 -SHA256 (firefox-45.7.0esr.tar.bz2) = 6096f2c2e9fc3d611ae2629f3f71f9465eb80b03d89fa5cc28ef9c668214e569 -SIZE (firefox-45.7.0esr.tar.bz2) = 52355533 +TIMESTAMP = 1488235265 +SHA256 (firefox-45.8.0esr.tar.bz2) = 58bf1824082ab86ad57f1cc4c7fab187b32f4d4fb0861fa20c37dc89ee6acb89 +SIZE (firefox-45.8.0esr.tar.bz2) = 52377370 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 From owner-svn-ports-all@freebsd.org Tue Feb 28 16:45:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 861FECF126B; Tue, 28 Feb 2017 16:45:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39278F9F; Tue, 28 Feb 2017 16:45:44 +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 v1SGjhOD036838; Tue, 28 Feb 2017 16:45:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SGjgdh036834; Tue, 28 Feb 2017 16:45:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702281645.v1SGjgdh036834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 28 Feb 2017 16:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435071 - in head/devel: . py-widgetsnbextension X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 16:45:44 -0000 Author: swills Date: Tue Feb 28 16:45:42 2017 New Revision: 435071 URL: https://svnweb.freebsd.org/changeset/ports/435071 Log: devel/py-widgetsnbextension: create port Interactive HTML widgets for Jupyter notebooks Added: head/devel/py-widgetsnbextension/ head/devel/py-widgetsnbextension/Makefile (contents, props changed) head/devel/py-widgetsnbextension/distinfo (contents, props changed) head/devel/py-widgetsnbextension/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 28 16:15:06 2017 (r435070) +++ head/devel/Makefile Tue Feb 28 16:45:42 2017 (r435071) @@ -4779,6 +4779,7 @@ SUBDIR += py-weblib SUBDIR += py-websockify SUBDIR += py-wheel + SUBDIR += py-widgetsnbextension SUBDIR += py-wrapt SUBDIR += py-wsgi_intercept SUBDIR += py-wsgi_xmlrpc Added: head/devel/py-widgetsnbextension/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-widgetsnbextension/Makefile Tue Feb 28 16:45:42 2017 (r435071) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= widgetsnbextension +PORTVERSION= 1.2.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= IPython HTML widgets for Jupyter + +BUILD_DEPENDS= npm>=0:www/npm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notebook>=0:www/py-notebook + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/devel/py-widgetsnbextension/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-widgetsnbextension/distinfo Tue Feb 28 16:45:42 2017 (r435071) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487844968 +SHA256 (widgetsnbextension-1.2.6.tar.gz) = c618cfb32978c9517caf0b4ef3aec312f8dd138577745e7b0d4abfcc7315ce51 +SIZE (widgetsnbextension-1.2.6.tar.gz) = 732444 Added: head/devel/py-widgetsnbextension/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-widgetsnbextension/pkg-descr Tue Feb 28 16:45:42 2017 (r435071) @@ -0,0 +1 @@ +Interactive HTML widgets for Jupyter notebooks From owner-svn-ports-all@freebsd.org Tue Feb 28 17:51:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F500CF125E; Tue, 28 Feb 2017 17:51:10 +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 CBDCD2F3; Tue, 28 Feb 2017 17:51:09 +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 v1SHp854060891; Tue, 28 Feb 2017 17:51:08 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SHp8xm060887; Tue, 28 Feb 2017 17:51:08 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201702281751.v1SHp8xm060887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 28 Feb 2017 17:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435072 - in head/benchmarks: . bombardier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 17:51:10 -0000 Author: danilo Date: Tue Feb 28 17:51:08 2017 New Revision: 435072 URL: https://svnweb.freebsd.org/changeset/ports/435072 Log: - New port: benchmarks/bombardier bombardier is a HTTP(S) benchmarking tool. It is written in Go programming language and uses excellent fasthttp instead of Go's default http library, because of its lightning fast performance. Added: head/benchmarks/bombardier/ head/benchmarks/bombardier/Makefile (contents, props changed) head/benchmarks/bombardier/distinfo (contents, props changed) head/benchmarks/bombardier/pkg-descr (contents, props changed) Modified: head/benchmarks/Makefile Modified: head/benchmarks/Makefile ============================================================================== --- head/benchmarks/Makefile Tue Feb 28 16:45:42 2017 (r435071) +++ head/benchmarks/Makefile Tue Feb 28 17:51:08 2017 (r435072) @@ -5,6 +5,7 @@ SUBDIR += autobench SUBDIR += blogbench + SUBDIR += bombardier SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += clpeak Added: head/benchmarks/bombardier/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/bombardier/Makefile Tue Feb 28 17:51:08 2017 (r435072) @@ -0,0 +1,37 @@ +# Created by: Danilo Egea Gondolfo +# $FreeBSD$ + +PORTNAME= bombardier +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v +CATEGORIES= benchmarks + +MAINTAINER= danilo@FreeBSD.org +COMMENT= Fast cross-platform HTTP benchmarking tool written in Go + +LICENSE= MIT + +BUILD_DEPENDS= go>=1.7:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= codesenberg +GH_TUPLE= cheggaaa:pb:v1.0.7:pb/src/github.com/cheggaaa/pb \ + valyala:fasthttp:v20160617:fasthttp/src/github.com/valyala/fasthttp \ + klauspost:compress:v1.2.1:compress/src/github.com/klauspost/compress \ + klauspost:cpuid:v1.0:cpuid/src/github.com/klauspost/cpuid \ + klauspost:crc32:v1.1:crc32/src/github.com/klauspost/crc32 \ + alecthomas:kingpin:v2.2.3:kingpin/src/github.com/alecthomas/kingpin \ + alecthomas:template:a0175ee:template/src/github.com/alecthomas/template \ + alecthomas:units:2efee85:units/src/github.com/alecthomas/units \ + mattn:go-runewidth:v0.0.2:go_runewidth/src/github.com/mattn/go-runewidth + +PLIST_FILES= bin/${PORTNAME} + +do-build: + cd ${WRKSRC}; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags "-X main.version=${PORTVERSION}" . + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-1.0 ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/benchmarks/bombardier/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/bombardier/distinfo Tue Feb 28 17:51:08 2017 (r435072) @@ -0,0 +1,21 @@ +TIMESTAMP = 1488238314 +SHA256 (codesenberg-bombardier-v1.0_GH0.tar.gz) = 87b424ec261bf1364790803723aa108f9c75f1a63797c28ff16c21f692c7d0d3 +SIZE (codesenberg-bombardier-v1.0_GH0.tar.gz) = 284939 +SHA256 (cheggaaa-pb-v1.0.7_GH0.tar.gz) = ff76e8aa0059ff016f0918f979548f23e0ce7d779ea8276ffcf0ed6a1530abe1 +SIZE (cheggaaa-pb-v1.0.7_GH0.tar.gz) = 10600 +SHA256 (valyala-fasthttp-v20160617_GH0.tar.gz) = 342253f1cab10aae3c5a4ac2daa8207fec23fdcff044d5c910ee393f792b225c +SIZE (valyala-fasthttp-v20160617_GH0.tar.gz) = 148822 +SHA256 (klauspost-compress-v1.2.1_GH0.tar.gz) = 5c95b4b8dba515d275c4071675d35415512b0415d103653ba00f7305bb9ecfa9 +SIZE (klauspost-compress-v1.2.1_GH0.tar.gz) = 2725575 +SHA256 (klauspost-cpuid-v1.0_GH0.tar.gz) = 9739cdbf54eb6c26752c37ae567f59d52ceb879bba7b925b161caf920155d43d +SIZE (klauspost-cpuid-v1.0_GH0.tar.gz) = 205089 +SHA256 (klauspost-crc32-v1.1_GH0.tar.gz) = 4f48f442a3d79e936dc558843d5bcbeb9f1081c4553cb24167d035dc35abd8e4 +SIZE (klauspost-crc32-v1.1_GH0.tar.gz) = 16086 +SHA256 (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 1950744e84f83796d39298c2a85c3895b1bf37c4e01c2fdb9f81db309c8da33c +SIZE (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 43770 +SHA256 (alecthomas-template-a0175ee_GH0.tar.gz) = 18330bd4bf73af704ec42953b6106e256b58314c7931bcd5aedf41b470ee3dc8 +SIZE (alecthomas-template-a0175ee_GH0.tar.gz) = 55261 +SHA256 (alecthomas-units-2efee85_GH0.tar.gz) = 8e84e0468232e23459212cf84e38164a43b1c8b7a2788a44c9446c01b684c39d +SIZE (alecthomas-units-2efee85_GH0.tar.gz) = 3445 +SHA256 (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 6c7734401fdf829af4f35a5af21a54548f7d3a68336940fb550178ddfe95b076 +SIZE (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 22367 Added: head/benchmarks/bombardier/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/bombardier/pkg-descr Tue Feb 28 17:51:08 2017 (r435072) @@ -0,0 +1,5 @@ +bombardier is a HTTP(S) benchmarking tool. It is written in +Go programming language and uses excellent fasthttp instead +of Go's default http library, because of its lightning fast performance. + +WWW: https://github.com/codesenberg/bombardier From owner-svn-ports-all@freebsd.org Tue Feb 28 17:58:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A78E0CF15D5; Tue, 28 Feb 2017 17:58:53 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 770FC945; Tue, 28 Feb 2017 17:58:53 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SHwqqY064082; Tue, 28 Feb 2017 17:58:52 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SHwqY5064080; Tue, 28 Feb 2017 17:58:52 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702281758.v1SHwqY5064080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 28 Feb 2017 17:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435073 - head/devel/py3-pytz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 17:58:53 -0000 Author: bofh Date: Tue Feb 28 17:58:52 2017 New Revision: 435073 URL: https://svnweb.freebsd.org/changeset/ports/435073 Log: devel/py3-pytz: Update version 2016.4=>2016.10 Modified: head/devel/py3-pytz/Makefile head/devel/py3-pytz/distinfo Modified: head/devel/py3-pytz/Makefile ============================================================================== --- head/devel/py3-pytz/Makefile Tue Feb 28 17:51:08 2017 (r435072) +++ head/devel/py3-pytz/Makefile Tue Feb 28 17:58:52 2017 (r435073) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2016.4 -PORTREVISION= 1 +PORTVERSION= 2016.10 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP Modified: head/devel/py3-pytz/distinfo ============================================================================== --- head/devel/py3-pytz/distinfo Tue Feb 28 17:51:08 2017 (r435072) +++ head/devel/py3-pytz/distinfo Tue Feb 28 17:58:52 2017 (r435073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465721780 -SHA256 (pytz-2016.4.tar.bz2) = ee7c751544e35a7b7fb5e3fb25a49dade37d51e70a93e5107f10575d7102c311 -SIZE (pytz-2016.4.tar.bz2) = 171959 +TIMESTAMP = 1488112206 +SHA256 (pytz-2016.10.tar.bz2) = 7016b2c4fa075c564b81c37a252a5fccf60d8964aa31b7f5eae59aeb594ae02b +SIZE (pytz-2016.10.tar.bz2) = 172920 From owner-svn-ports-all@freebsd.org Tue Feb 28 18:03:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCF10CF1765; Tue, 28 Feb 2017 18:03:00 +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 97783D14; Tue, 28 Feb 2017 18:03:00 +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 v1SI2xOa067877; Tue, 28 Feb 2017 18:02:59 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SI2xeN067873; Tue, 28 Feb 2017 18:02:59 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702281802.v1SI2xeN067873@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, 28 Feb 2017 18:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435074 - in head/devel: . dub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 18:03:00 -0000 Author: acm Date: Tue Feb 28 18:02:59 2017 New Revision: 435074 URL: https://svnweb.freebsd.org/changeset/ports/435074 Log: - New port: devel/dub DUB emerged as a more general replacement for vibe.d's package manager. It does not imply a dependency to vibe.d for packages and was extended to not only directly build projects, but also to generate project files (currently VisualD). Mono-D also supports the use of dub.json (dub's package description) as the project file. The project's philosophy is to keep things as simple as possible. All that is needed to make a project a dub package is to write a short dub.json file and put the source code into a source subfolder. It can then be registered on the public package registry to be made available for everyone. Any dependencies specified in dub.json are automatically downloaded and made available to the project during the build process. WWW: https://github.com/dlang/dub Added: head/devel/dub/ head/devel/dub/Makefile (contents, props changed) head/devel/dub/distinfo (contents, props changed) head/devel/dub/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 28 17:58:52 2017 (r435073) +++ head/devel/Makefile Tue Feb 28 18:02:59 2017 (r435074) @@ -426,6 +426,7 @@ SUBDIR += dreampie SUBDIR += drpython SUBDIR += ds2 + SUBDIR += dub SUBDIR += dulwich SUBDIR += duplo SUBDIR += dwarfdump Added: head/devel/dub/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dub/Makefile Tue Feb 28 18:02:59 2017 (r435074) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= dub +PORTVERSION= 1.2.1 +CATEGORIES= devel +MASTER_SITES= https://github.com/dlang/dub/archive/ +DISTFILES= v${PORTVERSION}.tar.gz +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= acm@FreeBSD.org +COMMENT= Package and build manager for D applications and libraries + +BUILD_DEPENDS= ldmd2:lang/ldc +LIB_DEPENDS= libcurl.so:ftp/curl + +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +PLIST_FILES= bin/${PORTNAME} \ + %%DATADIR%%/LICENSE + +do-build: + @cd ${WRKSRC} && ${SH} build.sh + +do-install: + @${MKDIR} ${STAGEDIR}/${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DATADIR}/LICENSE + +.include Added: head/devel/dub/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dub/distinfo Tue Feb 28 18:02:59 2017 (r435074) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488296336 +SHA256 (dub/v1.2.1.tar.gz) = e880cf9ca6234f751a53a427eba71b8d5585b6b660d6a489458f638d2ff60554 +SIZE (dub/v1.2.1.tar.gz) = 1139223 Added: head/devel/dub/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dub/pkg-descr Tue Feb 28 18:02:59 2017 (r435074) @@ -0,0 +1,15 @@ +DUB emerged as a more general replacement for vibe.d's package manager. It does +not imply a dependency to vibe.d for packages and was extended to not only +directly build projects, but also to generate project files (currently VisualD). + +Mono-D also supports the use of dub.json (dub's package description) as the +project file. + +The project's philosophy is to keep things as simple as possible. All that is +needed to make a project a dub package is to write a short dub.json file and +put the source code into a source subfolder. It can then be registered on the +public package registry to be made available for everyone. Any dependencies +specified in dub.json are automatically downloaded and made available to the +project during the build process. + +WWW: https://github.com/dlang/dub From owner-svn-ports-all@freebsd.org Tue Feb 28 18:06:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BDF2CF18AC; Tue, 28 Feb 2017 18:06:33 +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 28C1AF98; Tue, 28 Feb 2017 18:06:33 +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 v1SI6WBD068130; Tue, 28 Feb 2017 18:06:32 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SI6W88068128; Tue, 28 Feb 2017 18:06:32 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201702281806.v1SI6W88068128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 28 Feb 2017 18:06:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435075 - head/sysutils/entr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 18:06:33 -0000 Author: danilo Date: Tue Feb 28 18:06:31 2017 New Revision: 435075 URL: https://svnweb.freebsd.org/changeset/ports/435075 Log: - Update to 3.7 Modified: head/sysutils/entr/Makefile head/sysutils/entr/distinfo Modified: head/sysutils/entr/Makefile ============================================================================== --- head/sysutils/entr/Makefile Tue Feb 28 18:02:59 2017 (r435074) +++ head/sysutils/entr/Makefile Tue Feb 28 18:06:31 2017 (r435075) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= entr -PORTVERSION= 3.6 +PORTVERSION= 3.7 CATEGORIES= sysutils MASTER_SITES= http://entrproject.org/code/ \ https://bitbucket.org/eradman/entr/get/ @@ -13,7 +13,7 @@ COMMENT= Runs arbitrary commands when fi # All the code used in FreeBSD is under ISCL license. LICENSE= ISCL -WRKSRC= ${WRKDIR}/eradman-entr-c15b0be493fc +WRKSRC= ${WRKDIR}/eradman-entr-c5b62bde107d MAKEFILE= Makefile.bsd MAKE_ARGS= MANPREFIX=${MANPREFIX}/man Modified: head/sysutils/entr/distinfo ============================================================================== --- head/sysutils/entr/distinfo Tue Feb 28 18:02:59 2017 (r435074) +++ head/sysutils/entr/distinfo Tue Feb 28 18:06:31 2017 (r435075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467557098 -SHA256 (entr-3.6.tar.gz) = a42746d81c548d7e557d500f93422b8ec9731d719309eb2601b8be69ae0dc8eb -SIZE (entr-3.6.tar.gz) = 22548 +TIMESTAMP = 1488305064 +SHA256 (entr-3.7.tar.gz) = 94efd50c8f7e9d569060d5deebf366c3565e81e814ab332b973d7298fa8ea22f +SIZE (entr-3.7.tar.gz) = 23326 From owner-svn-ports-all@freebsd.org Tue Feb 28 18:31:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BD2ACF11DE for ; Tue, 28 Feb 2017 18:31:33 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::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 CDD045E4 for ; Tue, 28 Feb 2017 18:31:32 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x229.google.com with SMTP id 62so10373596oih.2 for ; Tue, 28 Feb 2017 10:31:32 -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=ovxDPmRVjScvqVMZZpng6jJy63ItkKB6okbcvi+PSoc=; b=lURyHteVNT+T6URp1NORirRnPtod+BiFWAyU6xtEfM2kNQQz8chGpwuRIM/gJIx63V obqyzkb2/+K1FgKi+SwKyttaPmkg5SDiRDXP4QRK77PozjPPZg+7a/0flnijBvg4skZJ /TZNytSecrzbpKlpxGR/Bp6dT0M6uj/+tcwTz/wS7jhKjQL9Jn9T97JXWvO90Udu8hhi DlVEwTM16uSkjvjFleuwWFT3wnEG4R1NXiC++9NOLaV6sIbCpH77whs6uVNiaHtTicos gEmRxD+kkcujoUJWLUcLP1hm9dHnlPdbRvoOAxFrxajqyvH1TXl4pPOkUi0vNeqdu7Ec UAmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=ovxDPmRVjScvqVMZZpng6jJy63ItkKB6okbcvi+PSoc=; b=TG0MZq8dof4gmUVfxDlkJA2X7et+kUv/m7f4xeAET3gTYjM9wOgGwUB4sgsBKAVHiB QlLwFuhLwBbo0xZF4Sa6LwSQ/QEqSAGKdsvZ0F5rFnDElSYwaKP8UaWS2iU7YwiR9sEl McdaoHnI60JfTIyTfwAgYSKG1KNEKcao1b14SHvBcxi1SZ8CFYS0yN2pvy/gxn0cZ437 LstwQdIKM3Erou7Kay0jLgfey+AJ7876/WofUE9mws3o779FAE4m1UCmHxJI+fNfOat5 5BsPBmx+czt+etHMfX9LCENG4QqKTwLMfq0Ko4hQenoczP3L9GcjiYWCG2dqmnuNvfWp eELA== X-Gm-Message-State: AMke39nFcbg3hB+qGmv9GgVP6TgugNoLXHru7N0PvlnpVzTWTYzoII26OMgFTBzgFHkf3INUcjbOhdg1aYvP3A== X-Received: by 10.202.185.85 with SMTP id j82mr924689oif.66.1488306692015; Tue, 28 Feb 2017 10:31:32 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.14.38 with HTTP; Tue, 28 Feb 2017 10:30:51 -0800 (PST) In-Reply-To: <201702281758.v1SHwqY5064080@repo.freebsd.org> References: <201702281758.v1SHwqY5064080@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Mar 2017 02:30:51 +0800 X-Google-Sender-Auth: g33TOMZS6WHhX76t3tO0HKAZW1w Message-ID: Subject: Re: svn commit: r435073 - head/devel/py3-pytz To: Muhammad Moinur Rahman 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: Tue, 28 Feb 2017 18:31:33 -0000 On Wed, Mar 1, 2017 at 1:58 AM, Muhammad Moinur Rahman wrote: > Author: bofh > Date: Tue Feb 28 17:58:52 2017 > New Revision: 435073 > URL: https://svnweb.freebsd.org/changeset/ports/435073 > > Log: > devel/py3-pytz: Update version 2016.4=>2016.10 > > Hi, Is there any reason to have a separate port with different version compared to devel/py-pytz? Please consider to change it to a slave port of devel/py-pytz. Thanks! Regards, sunpoet From owner-svn-ports-all@freebsd.org Tue Feb 28 18:35:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7E20CF1303; Tue, 28 Feb 2017 18:35:35 +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 70CBB837; Tue, 28 Feb 2017 18:35:35 +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 v1SIZYDi079843; Tue, 28 Feb 2017 18:35:34 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SIZYGh079842; Tue, 28 Feb 2017 18:35:34 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702281835.v1SIZYGh079842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 28 Feb 2017 18:35:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435076 - 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, 28 Feb 2017 18:35:35 -0000 Author: olivierd Date: Tue Feb 28 18:35:34 2017 New Revision: 435076 URL: https://svnweb.freebsd.org/changeset/ports/435076 Log: Document multiple memory failure in potrace PR: 217347 Reported by: lightside Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 28 18:06:31 2017 (r435075) +++ head/security/vuxml/vuln.xml Tue Feb 28 18:35:34 2017 (r435076) @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + potrace -- multiple memory failure + + + potrace + 1.13 + + + + +

potrace reports:

+
+

CVE-2016-8685: invalid memory access in findnext

+

CVE-2016-8686: memory allocation failure

+
+ +
+ + https://sourceforge.net/p/potrace/news/2017/02/potrace-114-released/ + CVE-2016-8685 + CVE-2016-8686 + + + 2016-10-15 + 2017-02-28 + +
+ MPD -- buffer overflows in http output From owner-svn-ports-all@freebsd.org Tue Feb 28 18:37:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F282CF13D3; Tue, 28 Feb 2017 18:37:07 +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 3C246941; Tue, 28 Feb 2017 18:37:07 +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 v1SIb6Rj080024; Tue, 28 Feb 2017 18:37:06 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SIb6Gd080023; Tue, 28 Feb 2017 18:37:06 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201702281837.v1SIb6Gd080023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 28 Feb 2017 18:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435077 - head/sysutils/acpica-tools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 18:37:07 -0000 Author: jkim Date: Tue Feb 28 18:37:06 2017 New Revision: 435077 URL: https://svnweb.freebsd.org/changeset/ports/435077 Log: Remove the redefinition to fix build on FreeBSD 10. Added: head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h (contents, props changed) Added: head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h Tue Feb 28 18:37:06 2017 (r435077) @@ -0,0 +1,16 @@ +--- source/compiler/asltypes.h.orig 2017-02-25 00:43:54 UTC ++++ source/compiler/asltypes.h +@@ -344,12 +344,11 @@ typedef struct asl_xref_info + } ASL_XREF_INFO; + + +-typedef struct yy_buffer_state *YY_BUFFER_STATE; + typedef struct asl_file_node + { + FILE *File; + UINT32 CurrentLineNumber; +- YY_BUFFER_STATE State; ++ void *State; + char *Filename; + struct asl_file_node *Next; + From owner-svn-ports-all@freebsd.org Tue Feb 28 18:39:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1A99CF1457; Tue, 28 Feb 2017 18:39:53 +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 A7372BF2; Tue, 28 Feb 2017 18:39:53 +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 v1SIdqfk080249; Tue, 28 Feb 2017 18:39:52 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SIdqd0080247; Tue, 28 Feb 2017 18:39:52 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702281839.v1SIdqd0080247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 28 Feb 2017 18:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435078 - head/graphics/potrace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 18:39:54 -0000 Author: olivierd Date: Tue Feb 28 18:39:52 2017 New Revision: 435078 URL: https://svnweb.freebsd.org/changeset/ports/435078 Log: - Update to 1.14 - Add LICENSE and USES= cpe - Switch to options helpers PR: 217347 Submitted by: lightside Approved by: Piotr Smyrak (maintainer) MFH: 2017Q1 Security: f4eb9a25-fde0-11e6-9ad0-b8aeed92ecc4 Modified: head/graphics/potrace/Makefile head/graphics/potrace/distinfo Modified: head/graphics/potrace/Makefile ============================================================================== --- head/graphics/potrace/Makefile Tue Feb 28 18:37:06 2017 (r435077) +++ head/graphics/potrace/Makefile Tue Feb 28 18:39:52 2017 (r435078) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= potrace -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= graphics MASTER_SITES= http://sourceforge.net/projects/potrace/files/${PORTVERSION}/ MAINTAINER= ps.ports@smyrak.com COMMENT= Transforms bitmaps into vector graphics +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe GNU_CONFIGURE= yes PLIST_FILES= bin/potrace bin/mkbitmap \ @@ -20,17 +23,9 @@ OPTIONS_DEFINE= METRIC A4 OPTIONS_DEFAULT=METRIC A4 METRIC_DESC= Use metric units (cm) as default +METRIC_CONFIGURE_ENABLE= metric A4_DESC= Use A4 as the default papersize - -.include - -.if ${PORT_OPTIONS:MA4} -CONFIGURE_ARGS+= --enable-a4 -.endif - -.if ${PORT_OPTIONS:MMETRIC} -CONFIGURE_ARGS+= --enable-metric -.endif +A4_CONFIGURE_ENABLE= a4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/potrace ${STAGEDIR}${PREFIX}/bin Modified: head/graphics/potrace/distinfo ============================================================================== --- head/graphics/potrace/distinfo Tue Feb 28 18:37:06 2017 (r435077) +++ head/graphics/potrace/distinfo Tue Feb 28 18:39:52 2017 (r435078) @@ -1,2 +1,3 @@ -SHA256 (potrace-1.11.tar.gz) = 5aa5eb496e00206d68b67edf8f6067999a45d1b69f848c18af5cbdf8e4a17ead -SIZE (potrace-1.11.tar.gz) = 662085 +TIMESTAMP = 1487558979 +SHA256 (potrace-1.14.tar.gz) = db72b65311cfdcb63880b317f610d84485f086e15f88ca2346012d49414cd97e +SIZE (potrace-1.14.tar.gz) = 649685 From owner-svn-ports-all@freebsd.org Tue Feb 28 18:58:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FB0ECF1907; Tue, 28 Feb 2017 18:58:19 +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 D3733857; Tue, 28 Feb 2017 18:58:18 +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 v1SIwHl9088080; Tue, 28 Feb 2017 18:58:17 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SIwHFi088077; Tue, 28 Feb 2017 18:58:17 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201702281858.v1SIwHFi088077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 28 Feb 2017 18:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435079 - head/databases/pgrouting X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 18:58:19 -0000 Author: cmt Date: Tue Feb 28 18:58:17 2017 New Revision: 435079 URL: https://svnweb.freebsd.org/changeset/ports/435079 Log: databases/pgrouting: update to 2.3.2 PR: 216918 Approved by: lbartoletti()tuxfamily.org (maintainer), rene (mentor, implicit) Modified: head/databases/pgrouting/Makefile head/databases/pgrouting/distinfo head/databases/pgrouting/pkg-plist Modified: head/databases/pgrouting/Makefile ============================================================================== --- head/databases/pgrouting/Makefile Tue Feb 28 18:39:52 2017 (r435078) +++ head/databases/pgrouting/Makefile Tue Feb 28 18:58:17 2017 (r435079) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= pgrouting -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= databases geography MAINTAINER= lbartoletti@tuxfamily.org Modified: head/databases/pgrouting/distinfo ============================================================================== --- head/databases/pgrouting/distinfo Tue Feb 28 18:39:52 2017 (r435078) +++ head/databases/pgrouting/distinfo Tue Feb 28 18:58:17 2017 (r435079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479802054 -SHA256 (pgRouting-pgrouting-v2.3.1_GH0.tar.gz) = 065e55f4838b55c21e44f68fe45b001f0d8fb081e765704dc6580ffc05a1c25b -SIZE (pgRouting-pgrouting-v2.3.1_GH0.tar.gz) = 6554416 +TIMESTAMP = 1486559492 +SHA256 (pgRouting-pgrouting-v2.3.2_GH0.tar.gz) = ea443e451baf286b510bdda6a663460209d830c5309b0f6dce1222576e21d5b3 +SIZE (pgRouting-pgrouting-v2.3.2_GH0.tar.gz) = 6567058 Modified: head/databases/pgrouting/pkg-plist ============================================================================== --- head/databases/pgrouting/pkg-plist Tue Feb 28 18:39:52 2017 (r435078) +++ head/databases/pgrouting/pkg-plist Tue Feb 28 18:58:17 2017 (r435079) @@ -1,12 +1,13 @@ lib/postgresql/libpgrouting-2.3.so -share/postgresql/extension/pgrouting--2.0.0--2.3.1.sql -share/postgresql/extension/pgrouting--2.0.1--2.3.1.sql -share/postgresql/extension/pgrouting--2.1.0--2.3.1.sql -share/postgresql/extension/pgrouting--2.2.0--2.3.1.sql -share/postgresql/extension/pgrouting--2.2.1--2.3.1.sql -share/postgresql/extension/pgrouting--2.2.2--2.3.1.sql -share/postgresql/extension/pgrouting--2.2.3--2.3.1.sql -share/postgresql/extension/pgrouting--2.2.4--2.3.1.sql -share/postgresql/extension/pgrouting--2.3.0--2.3.1.sql -share/postgresql/extension/pgrouting--2.3.1.sql +share/postgresql/extension/pgrouting--2.0.0--2.3.2.sql +share/postgresql/extension/pgrouting--2.0.1--2.3.2.sql +share/postgresql/extension/pgrouting--2.1.0--2.3.2.sql +share/postgresql/extension/pgrouting--2.2.0--2.3.2.sql +share/postgresql/extension/pgrouting--2.2.1--2.3.2.sql +share/postgresql/extension/pgrouting--2.2.2--2.3.2.sql +share/postgresql/extension/pgrouting--2.2.3--2.3.2.sql +share/postgresql/extension/pgrouting--2.2.4--2.3.2.sql +share/postgresql/extension/pgrouting--2.3.0--2.3.2.sql +share/postgresql/extension/pgrouting--2.3.1--2.3.2.sql +share/postgresql/extension/pgrouting--2.3.2.sql share/postgresql/extension/pgrouting.control From owner-svn-ports-all@freebsd.org Tue Feb 28 19:50:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 121BDCF1F37; Tue, 28 Feb 2017 19:50:06 +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 C703938F; Tue, 28 Feb 2017 19:50: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 v1SJo464007970; Tue, 28 Feb 2017 19:50:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SJo4jm007963; Tue, 28 Feb 2017 19:50:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702281950.v1SJo4jm007963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 28 Feb 2017 19:50:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435080 - in head/devel: . py-python-dtrace py-python-dtrace/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 19:50:06 -0000 Author: swills Date: Tue Feb 28 19:50:04 2017 New Revision: 435080 URL: https://svnweb.freebsd.org/changeset/ports/435080 Log: devel/py-python-dtrace: create port DTrace consumer for Python based on libdtrace. Currently this package provides two modules: one wraps libdtrace using ctypes. The other one uses cython. WWW: http://tmetsch.github.com/python-dtrace/ PR: 217419 Submitted by: Graeme Jenkinson (with changes) Added: head/devel/py-python-dtrace/ head/devel/py-python-dtrace/Makefile (contents, props changed) head/devel/py-python-dtrace/distinfo (contents, props changed) head/devel/py-python-dtrace/files/ head/devel/py-python-dtrace/files/patch-dtrace__cython_consumer.pyx (contents, props changed) head/devel/py-python-dtrace/files/patch-dtrace__cython_dtrace__h.pxd (contents, props changed) head/devel/py-python-dtrace/files/patch-setup.py (contents, props changed) head/devel/py-python-dtrace/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 28 18:58:17 2017 (r435079) +++ head/devel/Makefile Tue Feb 28 19:50:04 2017 (r435080) @@ -4565,6 +4565,7 @@ SUBDIR += py-pytest-xdist SUBDIR += py-python-bugzilla SUBDIR += py-python-distutils-extra + SUBDIR += py-python-dtrace SUBDIR += py-python-editor SUBDIR += py-python-gflags SUBDIR += py-python-gist Added: head/devel/py-python-dtrace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-dtrace/Makefile Tue Feb 28 19:50:04 2017 (r435080) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= python-dtrace +PORTVERSION= 0.0.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gcj21@cl.cam.ac.uk +COMMENT= DTrace consumer for Python based on libdtrace + +LICENSE= MIT + +BUILD_DEPENDS= cython:lang/cython +RUN_DEPENDS= cython:lang/cython + +USES= python zip +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-python-dtrace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-dtrace/distinfo Tue Feb 28 19:50:04 2017 (r435080) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476182943 +SHA256 (python-dtrace-0.0.9.zip) = 9daa24fe3b5d16c17c4afed00d3b2b2f869598efc5a8100b8570342713328912 +SIZE (python-dtrace-0.0.9.zip) = 21764 Added: head/devel/py-python-dtrace/files/patch-dtrace__cython_consumer.pyx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-dtrace/files/patch-dtrace__cython_consumer.pyx Tue Feb 28 19:50:04 2017 (r435080) @@ -0,0 +1,35 @@ +--- dtrace_cython/consumer.pyx.orig 2015-01-24 23:40:08 UTC ++++ dtrace_cython/consumer.pyx +@@ -2,7 +2,7 @@ + import time + import threading + from threading import Thread +-from dtrace_consumer.dtrace_h cimport * ++from dtrace_cython.dtrace_h cimport * + + # ---------------------------------------------------------------------------- + # The DTrace callbacks +@@ -333,6 +333,11 @@ cdef class DTraceConsumer: + dtrace_errmsg(self.handle, + dtrace_errno(self.handle))) + ++ def setopt(self, key, value): ++ if dtrace_setopt(self.handle, key, value) != 0: ++ raise Exception(dtrace_errmsg(self.handle, ++ dtrace_errno(self.handle))) ++ + + cdef class DTraceContinuousConsumer: + """ +@@ -434,6 +439,11 @@ cdef class DTraceContinuousConsumer: + + return status + ++ def setopt(self, key, value): ++ if dtrace_setopt(self.handle, key, value) != 0: ++ raise Exception(dtrace_errmsg(self.handle, ++ dtrace_errno(self.handle))) ++ + + class DTraceConsumerThread(Thread): + """ Added: head/devel/py-python-dtrace/files/patch-dtrace__cython_dtrace__h.pxd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-dtrace/files/patch-dtrace__cython_dtrace__h.pxd Tue Feb 28 19:50:04 2017 (r435080) @@ -0,0 +1,43 @@ +--- dtrace_cython/dtrace_h.pxd.orig 2015-01-24 23:30:44 UTC ++++ dtrace_cython/dtrace_h.pxd +@@ -7,7 +7,7 @@ cdef extern from "libelf_workaround.h": + pass + + +-IF UNAME_SYSNAME == "Darwin": ++IF UNAME_SYSNAME == "Darwin" or UNAME_SYSNAME == "FreeBSD": + cdef extern from "stdint.h": + # needed for quantize mths. + cdef int64_t INT64_MAX +@@ -18,7 +18,6 @@ ELSE: + cdef int64_t INT64_MAX + cdef int64_t INT64_MIN + +- + cdef extern from "sys/dtrace.h": + + ctypedef enum agg_actions: +@@ -34,10 +33,12 @@ cdef extern from "sys/dtrace.h": + DTRACEAGG_QUANTIZE = (DTRACEACT_AGGREGATION + 7) + DTRACEAGG_LQUANTIZE = (DTRACEACT_AGGREGATION + 8) + +- ctypedef enum quantize_types: ++ cdef int DTRACE_QUANTIZE_NBUCKETS ++ cdef int DTRACE_QUANTIZE_ZEROBUCKET ++ #ctypedef enum quantize_types: + # NBBY = 8 +- DTRACE_QUANTIZE_NBUCKETS = (((sizeof (uint64_t) * 8) - 1) * 2 + 1) +- DTRACE_QUANTIZE_ZEROBUCKET = ((sizeof (uint64_t) * 8) - 1) ++ # DTRACE_QUANTIZE_NBUCKETS = (((sizeof (uint64_t) * 8) - 1) * 2 + 1) ++ # DTRACE_QUANTIZE_ZEROBUCKET = ((sizeof (uint64_t) * 8) - 1) + + ctypedef struct dtrace_recdesc_t: + # Taken from sys/dtrace.h:931 +@@ -56,7 +57,6 @@ cdef extern from "sys/dtrace.h": + cdef int32_t DTRACE_LQUANTIZE_BASE(long x) + cdef int64_t DTRACE_QUANTIZE_BUCKETVAL(long buck) + +- + cdef extern from "dtrace.h": + + ctypedef enum dtrace_probespec_t: Added: head/devel/py-python-dtrace/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-dtrace/files/patch-setup.py Tue Feb 28 19:50:04 2017 (r435080) @@ -0,0 +1,18 @@ +--- setup.py.orig 2015-01-26 14:26:50 UTC ++++ setup.py +@@ -14,9 +14,12 @@ try: + from Cython.Distutils import build_ext + + BUILD_EXTENSION = {'build_ext': build_ext} +- EXT_MODULES = [Extension("dtrace", ["dtrace_cython/dtrace_h.pxd", +- "dtrace_cython/consumer.pyx"], +- libraries=["dtrace"])] ++ EXT_MODULES = [Extension("dtrace", ++ ["dtrace_cython/dtrace_h.pxd", "dtrace_cython/consumer.pyx"], ++ libraries=["dtrace","proc","ctf","elf","z","rtld_db","pthread","util"], ++ include_dirs=['/sys/cddl/compat/opensolaris', ++ '/sys/cddl/contrib/opensolaris/uts/common', ++ '/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common'])] + + except ImportError: + BUILD_EXTENSION = {} Added: head/devel/py-python-dtrace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-dtrace/pkg-descr Tue Feb 28 19:50:04 2017 (r435080) @@ -0,0 +1,6 @@ +DTrace consumer for Python based on libdtrace. + +Currently this package provides two modules: one wraps libdtrace using ctypes. +The other one uses cython. + +WWW: http://tmetsch.github.com/python-dtrace/ From owner-svn-ports-all@freebsd.org Tue Feb 28 19:53:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28CE1CF210F; Tue, 28 Feb 2017 19:53:14 +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 E9A379F4; Tue, 28 Feb 2017 19:53:13 +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 v1SJrC9t011655; Tue, 28 Feb 2017 19:53:12 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SJrC4Q011653; Tue, 28 Feb 2017 19:53:12 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201702281953.v1SJrC4Q011653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 28 Feb 2017 19:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435081 - in head/sysutils/acpica-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 19:53:14 -0000 Author: jkim Date: Tue Feb 28 19:53:12 2017 New Revision: 435081 URL: https://svnweb.freebsd.org/changeset/ports/435081 Log: Fix a disassembler regression. https://github.com/acpica/acpica/commit/abf1d02 https://github.com/acpica/acpica/commit/ae2a65b Added: head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c (contents, props changed) Modified: head/sysutils/acpica-tools/Makefile Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Tue Feb 28 19:50:04 2017 (r435080) +++ head/sysutils/acpica-tools/Makefile Tue Feb 28 19:53:12 2017 (r435081) @@ -2,6 +2,7 @@ PORTNAME= acpica PORTVERSION= 20170224 +PORTREVISION= 1 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim Added: head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c Tue Feb 28 19:53:12 2017 (r435081) @@ -0,0 +1,14 @@ +--- source/components/disassembler/dmopcode.c.orig 2017-02-25 00:43:55 UTC ++++ source/components/disassembler/dmopcode.c +@@ -443,7 +443,10 @@ AcpiDmFieldPredefinedDescription ( + ACPI_CAST_PTR (char, Info->Description)); + } + +- ACPI_FREE (Tag); /* Tag was allocated in AcpiGetTagPathname */ ++ /* AML buffer (String) was allocated in AcpiGetTagPathname */ ++ ++ ACPI_FREE (IndexOp->Common.Value.String); ++ + #endif + return; + } From owner-svn-ports-all@freebsd.org Tue Feb 28 20:02:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C216ACF24F6; Tue, 28 Feb 2017 20:02: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 4F7A53C6; Tue, 28 Feb 2017 20:02: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 v1SK2eRQ015695; Tue, 28 Feb 2017 20:02:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SK2eYh015694; Tue, 28 Feb 2017 20:02:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201702282002.v1SK2eYh015694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 28 Feb 2017 20:02:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435082 - head/net-mgmt/nfdump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 20:02:41 -0000 Author: pi Date: Tue Feb 28 20:02:40 2017 New Revision: 435082 URL: https://svnweb.freebsd.org/changeset/ports/435082 Log: net-mgmt/nfdump: fix installation - install real binaries and library, not libtool scripts PR: 217400 Submitted by: Trond.Endrestol@ximalas.info Modified: head/net-mgmt/nfdump/Makefile Modified: head/net-mgmt/nfdump/Makefile ============================================================================== --- head/net-mgmt/nfdump/Makefile Tue Feb 28 19:53:12 2017 (r435081) +++ head/net-mgmt/nfdump/Makefile Tue Feb 28 20:02:40 2017 (r435082) @@ -3,6 +3,7 @@ PORTNAME= nfdump PORTVERSION= 1.6.15 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt @@ -54,6 +55,7 @@ CONFIGURE_ARGS+= --disable-nsel .endif PLIST_FILES= bin/nfanon bin/nfcapd bin/nfdump bin/nfexpire bin/nfreplay \ + lib/libnfdump-${PORTVERSION}.so \ man/man1/nfanon.1.gz man/man1/nfcapd.1.gz man/man1/nfdump.1.gz \ man/man1/nfexpire.1.gz man/man1/nfreplay.1.gz PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README @@ -107,30 +109,26 @@ CONFIGURE_ARGS+= --disable-sflow do-install: .for binary in nfanon nfcapd nfdump nfexpire nfreplay - ${INSTALL_DATA} ${WRKSRC}/bin/${binary} ${STAGEDIR}${PREFIX}/bin - ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${binary} + ${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/${binary} ${STAGEDIR}${PREFIX}/bin .endfor + ${INSTALL_DATA} ${WRKSRC}/bin/.libs/libnfdump-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib .if ${PORT_OPTIONS:MNFPROFILE} - ${INSTALL_DATA} ${WRKSRC}/bin/nfprofile ${STAGEDIR}${PREFIX}/bin - ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/nfprofile + ${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/nfprofile ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/nfprofile.1 ${STAGEDIR}${PREFIX}/man/man1 .endif .if ${PORT_OPTIONS:MNFTRACK} - ${INSTALL_DATA} ${WRKSRC}/bin/nftrack ${STAGEDIR}${PREFIX}/bin - ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/nftrack + ${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/nftrack ${STAGEDIR}${PREFIX}/bin .endif .if ${PORT_OPTIONS:MFT2NFDUMP} - ${INSTALL_DATA} ${WRKSRC}/bin/ft2nfdump ${STAGEDIR}${PREFIX}/bin - ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/ft2nfdump + ${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/ft2nfdump ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/ft2nfdump.1 ${STAGEDIR}${PREFIX}/man/man1 .endif .if ${PORT_OPTIONS:MSFLOW} - ${INSTALL_DATA} ${WRKSRC}/bin/sfcapd ${STAGEDIR}${PREFIX}/bin - ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/sfcapd + ${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/sfcapd ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/sfcapd.1 ${STAGEDIR}${PREFIX}/man/man1 .endif From owner-svn-ports-all@freebsd.org Tue Feb 28 20:07:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B093CF268F; Tue, 28 Feb 2017 20:07:02 +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 67D7A95A; Tue, 28 Feb 2017 20:07:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SK71Pg016034; Tue, 28 Feb 2017 20:07:01 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SK71Tq016033; Tue, 28 Feb 2017 20:07:01 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702282007.v1SK71Tq016033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 28 Feb 2017 20:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435083 - head/benchmarks/libmicro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 20:07:02 -0000 Author: linimon Date: Tue Feb 28 20:07:01 2017 New Revision: 435083 URL: https://svnweb.freebsd.org/changeset/ports/435083 Log: Mark broken on arm. It may just need a uname patch in stage/usr/local/lib/libmicro/bench. Approved by: portmgr (tier-2 blanket) Modified: head/benchmarks/libmicro/Makefile Modified: head/benchmarks/libmicro/Makefile ============================================================================== --- head/benchmarks/libmicro/Makefile Tue Feb 28 20:02:40 2017 (r435082) +++ head/benchmarks/libmicro/Makefile Tue Feb 28 20:07:01 2017 (r435083) @@ -13,12 +13,13 @@ COMMENT= Set of utilities to benchmark p LICENSE= CDDL BROKEN_aarch64= Fails to build: bin-aarch64: no such file or directory +BROKEN_armv6= Fails to build: bin-armv6: no such file or directory BROKEN_mips64= Fails to build: bin-mips64: no such file or directory BROKEN_powerpc64= Does not build on powerpc64 USES= gmake WRKSRC= ${WRKDIR}/libMicro-${PORTVERSION} -STRIP= # Do not strip binaries +STRIP= # Do not strip binaries PLIST_SUB= ARCH="${ARCH}" PKGLIBDIR= ${PREFIX}/lib/${PORTNAME} From owner-svn-ports-all@freebsd.org Tue Feb 28 20:12:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E359BCF28EF; Tue, 28 Feb 2017 20:12:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEFB9EB5; Tue, 28 Feb 2017 20:12:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SKC6dJ019208; Tue, 28 Feb 2017 20:12:06 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SKC6vh019207; Tue, 28 Feb 2017 20:12:06 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702282012.v1SKC6vh019207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 28 Feb 2017 20:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435084 - head/devel/gecode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 20:12:08 -0000 Author: linimon Date: Tue Feb 28 20:12:06 2017 New Revision: 435084 URL: https://svnweb.freebsd.org/changeset/ports/435084 Log: Change BROKEN_* to NOT_FOR_ARCHS. Upon further review, there is code that needs to be written to support these archs. It is not avaiable even in the latest upstream. Approved by: portmgr (tier-2 blanket) Modified: head/devel/gecode/Makefile Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Tue Feb 28 20:07:01 2017 (r435083) +++ head/devel/gecode/Makefile Tue Feb 28 20:12:06 2017 (r435084) @@ -15,8 +15,8 @@ LICENSE_COMB= multi LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp -BROKEN_aarch64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism -BROKEN_mips64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 +NOT_FOR_ARCHS_REASON= needs code written to specify rounding control mechanism in Boost.Numeric.Interval USES= bison gmake perl5 USE_PERL5= build From owner-svn-ports-all@freebsd.org Tue Feb 28 21:15:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0E1CCF231F; Tue, 28 Feb 2017 21:15:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82562BA9; Tue, 28 Feb 2017 21:15:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SLFGa8044037; Tue, 28 Feb 2017 21:15:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SLFGVq044032; Tue, 28 Feb 2017 21:15:16 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201702282115.v1SLFGVq044032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 28 Feb 2017 21:15:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435085 - in head/devel: . fifechan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 21:15:17 -0000 Author: tobik Date: Tue Feb 28 21:15:15 2017 New Revision: 435085 URL: https://svnweb.freebsd.org/changeset/ports/435085 Log: New port: devel/fifechan Fifechan is a lightweight cross platform GUI library written in C++ specifically designed for games. It has a small yet powerful built-in set of extendable GUI Widgets allowing users to create virtually unlimited types of widgets. Fifechan supports rendering in SDL, OpenGL, or Allegro out of the box or it can be adapted to use any rendering engine the user requires. Events are pushed to Fifechan which allows users to use any input library they wish or they could use the built in input handling through either SDL input or Allegro input. The primary goal for Fifechan is to keep it extendable, lightweight and still be powerful enough to use in all types of games out of the box. WWW: http://fifengine.net/ PR: 217322 Submitted by: fiziologus@gmail.com (based on) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9837 Added: head/devel/fifechan/ head/devel/fifechan/Makefile (contents, props changed) head/devel/fifechan/distinfo (contents, props changed) head/devel/fifechan/pkg-descr (contents, props changed) head/devel/fifechan/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 28 20:12:06 2017 (r435084) +++ head/devel/Makefile Tue Feb 28 21:15:15 2017 (r435085) @@ -560,6 +560,7 @@ SUBDIR += fga SUBDIR += fhist SUBDIR += fib + SUBDIR += fifechan SUBDIR += firmware-utils SUBDIR += fistgen SUBDIR += flatbuffers Added: head/devel/fifechan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fifechan/Makefile Tue Feb 28 21:15:15 2017 (r435085) @@ -0,0 +1,48 @@ +# Created by: Green Dog +# $FreeBSD$ + +PORTNAME= fifechan +PORTVERSION= 0.1.4 +CATEGORIES= devel games + +MAINTAINER= fiziologus@gmail.com +COMMENT= Small, efficient C++ GUI library designed for games + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USES= cmake:outsource + +USE_GITHUB= yes +GH_ACCOUNT= fifengine + +PLIST_SUB= PORTVERSION=${PORTVERSION} + +OPTIONS_DEFINE= ALLEGRO IRRLICHT OPENGL SDL SDL_CONTRIB +ALLEGRO_DESC= Allegro extension +IRRLICHT_DESC= Irrlicht extension +OPENGL_DESC= OpenGL extension (need for FIFE) +SDL_DESC= SDL extension (need for FIFE) +SDL_CONTRIB_DESC= SDL contrib extension (need SDL) + +OPTIONS_DEFAULT= ALLEGRO IRRLICHT OPENGL SDL + +OPTIONS_SUB= yes + +ALLEGRO_CMAKE_BOOL= ENABLE_ALLEGRO +ALLEGRO_LIB_DEPENDS= liballeg.so:devel/allegro + +IRRLICHT_CMAKE_BOOL= ENABLE_IRRLICHT +IRRLICHT_LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht + +OPENGL_CMAKE_BOOL= ENABLE_OPENGL +OPENGL_USE= gl=gl,glu + +SDL_CMAKE_BOOL= ENABLE_SDL +SDL_USE= sdl=sdl2,image2 + +SDL_CONTRIB_CMAKE_BOOL= ENABLE_SDL_CONTRIB +SDL_CONTRIB_USE= sdl=ttf2 +SDL_CONTRIB_IMPLIES= SDL + +.include Added: head/devel/fifechan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fifechan/distinfo Tue Feb 28 21:15:15 2017 (r435085) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487971273 +SHA256 (fifengine-fifechan-0.1.4_GH0.tar.gz) = a93b015b5852b8fe2a0a2a6891d3de2cacb196732f670e081d7b7966f9ed1b87 +SIZE (fifengine-fifechan-0.1.4_GH0.tar.gz) = 246181 Added: head/devel/fifechan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fifechan/pkg-descr Tue Feb 28 21:15:15 2017 (r435085) @@ -0,0 +1,16 @@ +Fifechan is a lightweight cross platform GUI library written in C++ +specifically designed for games. It has a small yet powerful built-in +set of extendable GUI Widgets allowing users to create virtually +unlimited types of widgets. + +Fifechan supports rendering in SDL, OpenGL, or Allegro out of the box +or it can be adapted to use any rendering engine the user requires. +Events are pushed to Fifechan which allows users to use any input +library they wish or they could use the built in input handling +through either SDL input or Allegro input. + +The primary goal for Fifechan is to keep it extendable, lightweight +and still be powerful enough to use in all types of games out of the +box. + +WWW: http://fifengine.net/ Added: head/devel/fifechan/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fifechan/pkg-plist Tue Feb 28 21:15:15 2017 (r435085) @@ -0,0 +1,94 @@ +include/fifechan.hpp +include/fifechan/actionevent.hpp +include/fifechan/actionlistener.hpp +%%ALLEGRO%%include/fifechan/allegro.hpp +%%ALLEGRO%%include/fifechan/allegro/allegrofont.hpp +%%ALLEGRO%%include/fifechan/allegro/allegrographics.hpp +%%ALLEGRO%%include/fifechan/allegro/allegroimage.hpp +%%ALLEGRO%%include/fifechan/allegro/allegroimageloader.hpp +%%ALLEGRO%%include/fifechan/allegro/allegroinput.hpp +include/fifechan/cliprectangle.hpp +include/fifechan/color.hpp +include/fifechan/containerevent.hpp +include/fifechan/containerlistener.hpp +%%ALLEGRO%%include/fifechan/contrib/allegro/allegroglyphkeeperfont.hpp +%%OPENGL%%include/fifechan/contrib/opengl/oglftfont.hpp +%%SDL%%include/fifechan/contrib/sdl/sdltruetypefont.hpp +include/fifechan/deathlistener.hpp +include/fifechan/defaultfont.hpp +include/fifechan/event.hpp +include/fifechan/exception.hpp +include/fifechan/focushandler.hpp +include/fifechan/focuslistener.hpp +include/fifechan/font.hpp +include/fifechan/genericinput.hpp +include/fifechan/glut.hpp +include/fifechan/graphics.hpp +include/fifechan/gui.hpp +include/fifechan/image.hpp +include/fifechan/imagefont.hpp +include/fifechan/imageloader.hpp +include/fifechan/input.hpp +include/fifechan/inputevent.hpp +%%IRRLICHT%%include/fifechan/irrlicht.hpp +%%IRRLICHT%%include/fifechan/irrlicht/irrlichtgraphics.hpp +%%IRRLICHT%%include/fifechan/irrlicht/irrlichtimage.hpp +%%IRRLICHT%%include/fifechan/irrlicht/irrlichtimageloader.hpp +%%IRRLICHT%%include/fifechan/irrlicht/irrlichtinput.hpp +include/fifechan/key.hpp +include/fifechan/keyevent.hpp +include/fifechan/keyinput.hpp +include/fifechan/keylistener.hpp +include/fifechan/listmodel.hpp +include/fifechan/mouseevent.hpp +include/fifechan/mouseinput.hpp +include/fifechan/mouselistener.hpp +%%OPENGL%%include/fifechan/opengl.hpp +%%OPENGL%%include/fifechan/opengl/openglallegroimageloader.hpp +%%OPENGL%%include/fifechan/opengl/openglgraphics.hpp +%%OPENGL%%include/fifechan/opengl/openglimage.hpp +%%OPENGL%%include/fifechan/opengl/openglsdlimageloader.hpp +include/fifechan/platform.hpp +include/fifechan/rectangle.hpp +%%SDL%%include/fifechan/sdl.hpp +%%SDL%%include/fifechan/sdl/sdlgraphics.hpp +%%SDL%%include/fifechan/sdl/sdlimage.hpp +%%SDL%%include/fifechan/sdl/sdlimageloader.hpp +%%SDL%%include/fifechan/sdl/sdlinput.hpp +%%SDL%%include/fifechan/sdl/sdlpixel.hpp +include/fifechan/selectionevent.hpp +include/fifechan/selectionlistener.hpp +include/fifechan/text.hpp +include/fifechan/utf8stringeditor.hpp +include/fifechan/visibilityeventhandler.hpp +include/fifechan/widget.hpp +include/fifechan/widgetlistener.hpp +include/fifechan/widgets/adjustingcontainer.hpp +include/fifechan/widgets/button.hpp +include/fifechan/widgets/checkbox.hpp +include/fifechan/widgets/container.hpp +include/fifechan/widgets/dropdown.hpp +include/fifechan/widgets/icon.hpp +include/fifechan/widgets/iconprogressbar.hpp +include/fifechan/widgets/imagebutton.hpp +include/fifechan/widgets/label.hpp +include/fifechan/widgets/listbox.hpp +include/fifechan/widgets/passwordfield.hpp +include/fifechan/widgets/radiobutton.hpp +include/fifechan/widgets/scrollarea.hpp +include/fifechan/widgets/slider.hpp +include/fifechan/widgets/tab.hpp +include/fifechan/widgets/tabbedarea.hpp +include/fifechan/widgets/textbox.hpp +include/fifechan/widgets/textfield.hpp +include/fifechan/widgets/window.hpp +lib/libfifechan.so +lib/libfifechan.so.%%PORTVERSION%% +%%ALLEGRO%%lib/libfifechan_allegro.so +%%ALLEGRO%%lib/libfifechan_allegro.so.%%PORTVERSION%% +%%IRRLICHT%%lib/libfifechan_irrlicht.so +%%IRRLICHT%%lib/libfifechan_irrlicht.so.%%PORTVERSION%% +%%OPENGL%%lib/libfifechan_opengl.so +%%OPENGL%%lib/libfifechan_opengl.so.%%PORTVERSION%% +%%SDL%%lib/libfifechan_sdl.so +%%SDL%%lib/libfifechan_sdl.so.%%PORTVERSION%% From owner-svn-ports-all@freebsd.org Tue Feb 28 21:23:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ADCCCF2579; Tue, 28 Feb 2017 21:23:42 +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 47BD52D3; Tue, 28 Feb 2017 21:23:42 +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 v1SLNfLX048084; Tue, 28 Feb 2017 21:23:41 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SLNf76048083; Tue, 28 Feb 2017 21:23:41 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201702282123.v1SLNf76048083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 28 Feb 2017 21:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435086 - head/audio/qjackctl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 21:23:42 -0000 Author: jhale Date: Tue Feb 28 21:23:41 2017 New Revision: 435086 URL: https://svnweb.freebsd.org/changeset/ports/435086 Log: Fix configure for QT5 option after Qt 5.7.1 update (r434380) configure:4371: checking for Qt library version >= 5.1 configure:4392: c++ -c -O2 -fno-strict-aliasing -pipe -march=core2 -fstack-protector -isystem /usr/local/include - isystem /usr/local/include -I/usr/local/include/qt5 -fPIC -isystem /usr/local/include conftest.cpp >&5 In file included from conftest.cpp:17: In file included from /usr/local/include/qt5/QtCore/qglobal.h:83: /usr/local/include/qt5/QtCore/qcompilerdetection.h:562:6: error: Qt requires a C++11 compiler and yours does not seem to be that. Modified: head/audio/qjackctl/Makefile Modified: head/audio/qjackctl/Makefile ============================================================================== --- head/audio/qjackctl/Makefile Tue Feb 28 21:15:15 2017 (r435085) +++ head/audio/qjackctl/Makefile Tue Feb 28 21:23:41 2017 (r435086) @@ -47,9 +47,12 @@ QT4_USE= QT4=corelib,dbus,gui,xml \ QT4=linguisttools_build \ QT4=moc_build,qmake_build,rcc_build,uic_build QT4_CONFIGURE_ENABLE= qt4 + +QT5_USES= compiler:c++11-lib QT5_USE= QT5=core,dbus,gui,widgets,x11extras,xml \ QT5=buildtools_build,linguisttools_build,qmake_build \ - GL=gl + GL=gl \ + CXXSTD=c++11 post-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o ${PORTNAME}.mak \ From owner-svn-ports-all@freebsd.org Tue Feb 28 22:49:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A71ECCF21FA; Tue, 28 Feb 2017 22:49: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 7F2D335F; Tue, 28 Feb 2017 22:49: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 v1SMnw52080153; Tue, 28 Feb 2017 22:49:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMnwHn080146; Tue, 28 Feb 2017 22:49:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282249.v1SMnwHn080146@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, 28 Feb 2017 22:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435087 - head/devel/p5-ExtUtils-XSpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:49:59 -0000 Author: sunpoet Date: Tue Feb 28 22:49:58 2017 New Revision: 435087 URL: https://svnweb.freebsd.org/changeset/ports/435087 Log: Update to 0.18 - Add LICENSE - Use TEST_DEPENDS for test-only dependencies - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/ExtUtils-XSpp/Changes Modified: head/devel/p5-ExtUtils-XSpp/Makefile head/devel/p5-ExtUtils-XSpp/distinfo head/devel/p5-ExtUtils-XSpp/pkg-plist Modified: head/devel/p5-ExtUtils-XSpp/Makefile ============================================================================== --- head/devel/p5-ExtUtils-XSpp/Makefile Tue Feb 28 21:23:41 2017 (r435086) +++ head/devel/p5-ExtUtils-XSpp/Makefile Tue Feb 28 22:49:58 2017 (r435087) @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= ExtUtils-XSpp -PORTVERSION= 0.16.03 -PORTREVISION= 2 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= XS for C++ in Perl -BUILD_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base \ p5-Test-Differences>=0:devel/p5-Test-Differences +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-ExtUtils-XSpp/distinfo ============================================================================== --- head/devel/p5-ExtUtils-XSpp/distinfo Tue Feb 28 21:23:41 2017 (r435086) +++ head/devel/p5-ExtUtils-XSpp/distinfo Tue Feb 28 22:49:58 2017 (r435087) @@ -1,2 +1,3 @@ -SHA256 (ExtUtils-XSpp-0.1603.tar.gz) = 45f35ee240a4bfd76c2eed4bfcc623a0d23d32b8100f69e27fe5c7eca8712cab -SIZE (ExtUtils-XSpp-0.1603.tar.gz) = 173271 +TIMESTAMP = 1488300396 +SHA256 (ExtUtils-XSpp-0.18.tar.gz) = 9176ad646729e3bd27cf7abf114bedd3424bff1ba61185cfc7d54f3a9223a8ff +SIZE (ExtUtils-XSpp-0.18.tar.gz) = 185431 Modified: head/devel/p5-ExtUtils-XSpp/pkg-plist ============================================================================== --- head/devel/p5-ExtUtils-XSpp/pkg-plist Tue Feb 28 21:23:41 2017 (r435086) +++ head/devel/p5-ExtUtils-XSpp/pkg-plist Tue Feb 28 22:49:58 2017 (r435087) @@ -23,6 +23,7 @@ bin/xspp %%SITE_PERL%%/ExtUtils/XSpp/Node/EnumValue.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/File.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Function.pm +%%SITE_PERL%%/ExtUtils/XSpp/Node/Member.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Method.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Module.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Package.pm @@ -32,10 +33,13 @@ bin/xspp %%SITE_PERL%%/ExtUtils/XSpp/Node/Type.pm %%SITE_PERL%%/ExtUtils/XSpp/Parser.pm %%SITE_PERL%%/ExtUtils/XSpp/Plugin.pod +%%SITE_PERL%%/ExtUtils/XSpp/Plugin/feature/default_xs_typemap.pm %%SITE_PERL%%/ExtUtils/XSpp/Typemap.pm %%SITE_PERL%%/ExtUtils/XSpp/Typemap/parsed.pm %%SITE_PERL%%/ExtUtils/XSpp/Typemap/reference.pm %%SITE_PERL%%/ExtUtils/XSpp/Typemap/simple.pm +%%SITE_PERL%%/ExtUtils/XSpp/Typemap/wrapper.pm +%%PERL5_MAN1%%/xspp.1.gz %%PERL5_MAN3%%/ExtUtils::XSpp.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Cmd.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Exception.3.gz @@ -50,6 +54,7 @@ bin/xspp %%PERL5_MAN3%%/ExtUtils::XSpp::Node::EnumValue.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Node::File.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Node::Function.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Member.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Node::Method.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Node::Module.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Node::Package.3.gz @@ -58,4 +63,3 @@ bin/xspp %%PERL5_MAN3%%/ExtUtils::XSpp::Parser.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Plugin.3.gz %%PERL5_MAN3%%/ExtUtils::XSpp::Typemap.3.gz -%%PERL5_MAN1%%/xspp.1.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FE8DCF2229; Tue, 28 Feb 2017 22:50: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 4A56B3E2; Tue, 28 Feb 2017 22:50: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 v1SMo3xn080298; Tue, 28 Feb 2017 22:50:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMo37h080296; Tue, 28 Feb 2017 22:50:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMo37h080296@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, 28 Feb 2017 22:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435088 - head/devel/p5-LockFile-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: Tue, 28 Feb 2017 22:50:04 -0000 Author: sunpoet Date: Tue Feb 28 22:50:03 2017 New Revision: 435088 URL: https://svnweb.freebsd.org/changeset/ports/435088 Log: Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-LockFile-Simple/Makefile head/devel/p5-LockFile-Simple/pkg-plist Modified: head/devel/p5-LockFile-Simple/Makefile ============================================================================== --- head/devel/p5-LockFile-Simple/Makefile Tue Feb 28 22:49:58 2017 (r435087) +++ head/devel/p5-LockFile-Simple/Makefile Tue Feb 28 22:50:03 2017 (r435088) @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= LockFile-Simple -PORTVERSION= 0.2.8 -PORTREVISION= 1 +PORTVERSION= 0.208 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}0${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing simple file locking +LICENSE= ART10 GPLv2+ +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-LockFile-Simple/pkg-plist ============================================================================== --- head/devel/p5-LockFile-Simple/pkg-plist Tue Feb 28 22:49:58 2017 (r435087) +++ head/devel/p5-LockFile-Simple/pkg-plist Tue Feb 28 22:50:03 2017 (r435088) @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/LockFile::Simple.3.gz %%SITE_PERL%%/LockFile/Lock.pm %%SITE_PERL%%/LockFile/Lock/Simple.pm %%SITE_PERL%%/LockFile/Manager.pm %%SITE_PERL%%/LockFile/Simple.pm +%%PERL5_MAN3%%/LockFile::Simple.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F004CCF2260; Tue, 28 Feb 2017 22:50: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 97DDD668; Tue, 28 Feb 2017 22:50:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMo8LI080445; Tue, 28 Feb 2017 22:50:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMo851080442; Tue, 28 Feb 2017 22:50:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMo851080442@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, 28 Feb 2017 22:50:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435089 - in head: devel/p5-File-Temp editors/p5-Vimana www/p5-Toader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:10 -0000 Author: sunpoet Date: Tue Feb 28 22:50:08 2017 New Revision: 435089 URL: https://svnweb.freebsd.org/changeset/ports/435089 Log: Use real PORTVERSION and update dependent ports - Add LICENSE - Add NO_ARCH Modified: head/devel/p5-File-Temp/Makefile head/editors/p5-Vimana/Makefile head/www/p5-Toader/Makefile Modified: head/devel/p5-File-Temp/Makefile ============================================================================== --- head/devel/p5-File-Temp/Makefile Tue Feb 28 22:50:03 2017 (r435088) +++ head/devel/p5-File-Temp/Makefile Tue Feb 28 22:50:08 2017 (r435089) @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME= File-Temp -PORTVERSION= 0.23.04 +PORTVERSION= 0.2304 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to generate temporary files or directories safely +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/editors/p5-Vimana/Makefile ============================================================================== --- head/editors/p5-Vimana/Makefile Tue Feb 28 22:50:03 2017 (r435088) +++ head/editors/p5-Vimana/Makefile Tue Feb 28 22:50:08 2017 (r435089) @@ -21,7 +21,7 @@ RUN_DEPENDS= vim:editors/vim \ p5-Exporter-Lite>=0.2:devel/p5-Exporter-Lite \ p5-File-Type>=0.22:devel/p5-File-Type \ p5-File-Path>=2.07:devel/p5-File-Path \ - p5-File-Temp>=0.22:devel/p5-File-Temp \ + p5-File-Temp>=0.2200:devel/p5-File-Temp \ p5-HTTP-Lite>=0:www/p5-HTTP-Lite \ p5-JSON-PP>=0:converters/p5-JSON-PP \ p5-Mouse>=0:devel/p5-Mouse \ Modified: head/www/p5-Toader/Makefile ============================================================================== --- head/www/p5-Toader/Makefile Tue Feb 28 22:50:03 2017 (r435088) +++ head/www/p5-Toader/Makefile Tue Feb 28 22:50:08 2017 (r435089) @@ -27,7 +27,7 @@ BUILD_DEPENDS= p5-Config-Tiny>=2.14:deve p5-TimeDate>=1.20:devel/p5-TimeDate \ p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Pod-Simple>=3.26:textproc/p5-Pod-Simple \ - p5-File-Temp>=0.22:devel/p5-File-Temp \ + p5-File-Temp>=0.2200:devel/p5-File-Temp \ p5-Image-ExifTool>=9.04:graphics/p5-Image-ExifTool \ p5-GD-Thumbnail>=1.41:graphics/p5-GD-Thumbnail \ p5-Text-Tags>=0.04:textproc/p5-Text-Tags \ From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C65EFCF2287; Tue, 28 Feb 2017 22:50:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 798176EF; Tue, 28 Feb 2017 22:50:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMoDU9080578; Tue, 28 Feb 2017 22:50:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMoDZL080575; Tue, 28 Feb 2017 22:50:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMoDZL080575@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, 28 Feb 2017 22:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435090 - head/devel/p5-Log-Agent-Logger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:14 -0000 Author: sunpoet Date: Tue Feb 28 22:50:13 2017 New Revision: 435090 URL: https://svnweb.freebsd.org/changeset/ports/435090 Log: Update to 0.200 - Remove MASTER_SITE_SUBDIR - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-Log-Agent-Logger/Makefile head/devel/p5-Log-Agent-Logger/distinfo head/devel/p5-Log-Agent-Logger/pkg-plist Modified: head/devel/p5-Log-Agent-Logger/Makefile ============================================================================== --- head/devel/p5-Log-Agent-Logger/Makefile Tue Feb 28 22:50:08 2017 (r435089) +++ head/devel/p5-Log-Agent-Logger/Makefile Tue Feb 28 22:50:13 2017 (r435090) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= Log-Agent-Logger -PORTVERSION= 0.2 -PORTREVISION= 2 +PORTVERSION= 0.200 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:TBONE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Log::Agent::Logger - a logging interface for perl -BUILD_DEPENDS= p5-Log-Agent>=0:devel/p5-Log-Agent +LICENSE= ART20 + +BUILD_DEPENDS= p5-Log-Agent>=0.208:devel/p5-Log-Agent RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Log-Agent-Logger/distinfo ============================================================================== --- head/devel/p5-Log-Agent-Logger/distinfo Tue Feb 28 22:50:08 2017 (r435089) +++ head/devel/p5-Log-Agent-Logger/distinfo Tue Feb 28 22:50:13 2017 (r435090) @@ -1,2 +1,3 @@ -SHA256 (Log-Agent-Logger-0.2.tar.gz) = 06d93b23ddd75346616349717e7a794ef0f39dddb0011749a33f3061a364c768 -SIZE (Log-Agent-Logger-0.2.tar.gz) = 8823 +TIMESTAMP = 1488316448 +SHA256 (Log-Agent-Logger-0.200.tar.gz) = aa7d9145d7638d8a4b3b1d84adc13fd100f0f36890d1890ab3eedf56ea30842c +SIZE (Log-Agent-Logger-0.200.tar.gz) = 10496 Modified: head/devel/p5-Log-Agent-Logger/pkg-plist ============================================================================== --- head/devel/p5-Log-Agent-Logger/pkg-plist Tue Feb 28 22:50:08 2017 (r435089) +++ head/devel/p5-Log-Agent-Logger/pkg-plist Tue Feb 28 22:50:13 2017 (r435090) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Log::Agent::Logger.3.gz %%SITE_PERL%%/Log/Agent/Logger.pm +%%PERL5_MAN3%%/Log::Agent::Logger.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5FCBCF22B8; Tue, 28 Feb 2017 22:50:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 724767C4; Tue, 28 Feb 2017 22:50:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMoI4v080696; Tue, 28 Feb 2017 22:50:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMoIQD080694; Tue, 28 Feb 2017 22:50:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMoIQD080694@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, 28 Feb 2017 22:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435091 - head/devel/p5-Minion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:19 -0000 Author: sunpoet Date: Tue Feb 28 22:50:18 2017 New Revision: 435091 URL: https://svnweb.freebsd.org/changeset/ports/435091 Log: Update to 6.02 Changes: http://search.cpan.org/dist/Minion/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Tue Feb 28 22:50:13 2017 (r435090) +++ head/devel/p5-Minion/Makefile Tue Feb 28 22:50:18 2017 (r435091) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 5.09 +PORTVERSION= 6.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Tue Feb 28 22:50:13 2017 (r435090) +++ head/devel/p5-Minion/distinfo Tue Feb 28 22:50:18 2017 (r435091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475946199 -SHA256 (Minion-5.09.tar.gz) = 742b807eb9c2553268dae3dfe9a65df472672e9fd8116cab5c58163b2e70e1d5 -SIZE (Minion-5.09.tar.gz) = 30231 +TIMESTAMP = 1488316108 +SHA256 (Minion-6.02.tar.gz) = 55a648531f895ef885039bc1ca2efcd83f74187bcf7b91571e78b2aaf02d3a3b +SIZE (Minion-6.02.tar.gz) = 32099 From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58324CF22DF; Tue, 28 Feb 2017 22:50:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20692840; Tue, 28 Feb 2017 22:50:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMoNvQ080820; Tue, 28 Feb 2017 22:50:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMoNAE080818; Tue, 28 Feb 2017 22:50:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMoNAE080818@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, 28 Feb 2017 22:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435092 - in head/devel: p5-Module-CPANTS-Analyse p5-Module-ExtractUse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:24 -0000 Author: sunpoet Date: Tue Feb 28 22:50:22 2017 New Revision: 435092 URL: https://svnweb.freebsd.org/changeset/ports/435092 Log: Use real PORTVERSION and update dependent ports Modified: head/devel/p5-Module-CPANTS-Analyse/Makefile head/devel/p5-Module-ExtractUse/Makefile Modified: head/devel/p5-Module-CPANTS-Analyse/Makefile ============================================================================== --- head/devel/p5-Module-CPANTS-Analyse/Makefile Tue Feb 28 22:50:18 2017 (r435091) +++ head/devel/p5-Module-CPANTS-Analyse/Makefile Tue Feb 28 22:50:22 2017 (r435092) @@ -23,7 +23,7 @@ BUILD_DEPENDS= p5-Archive-Any-Lite>=0.06 p5-IO-Capture>=0.05:devel/p5-IO-Capture \ p5-JSON-MaybeXS>0:converters/p5-JSON-MaybeXS \ p5-File-Find-Object>=0.2.1:devel/p5-File-Find-Object \ - p5-Module-ExtractUse>=0.33:devel/p5-Module-ExtractUse \ + p5-Module-ExtractUse>=0.330:devel/p5-Module-ExtractUse \ p5-Set-Scalar>=0:devel/p5-Set-Scalar \ p5-Software-License>=0.103008:misc/p5-Software-License \ p5-Software-License-CCpack>=0:misc/p5-Software-License-CCpack Modified: head/devel/p5-Module-ExtractUse/Makefile ============================================================================== --- head/devel/p5-Module-ExtractUse/Makefile Tue Feb 28 22:50:18 2017 (r435091) +++ head/devel/p5-Module-ExtractUse/Makefile Tue Feb 28 22:50:22 2017 (r435092) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Module-ExtractUse -PORTVERSION= 0.34.1 +PORTVERSION= 0.341 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Find out what CPAN modules are used From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F7B0CF2306; Tue, 28 Feb 2017 22:50:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE3AC8BF; Tue, 28 Feb 2017 22:50:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMoRlY080953; Tue, 28 Feb 2017 22:50:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMoR2B080950; Tue, 28 Feb 2017 22:50:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMoR2B080950@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, 28 Feb 2017 22:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435093 - head/devel/p5-MooseX-Role-Parameterized X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:29 -0000 Author: sunpoet Date: Tue Feb 28 22:50:27 2017 New Revision: 435093 URL: https://svnweb.freebsd.org/changeset/ports/435093 Log: Update to 1.09 - Remove MASTER_SITE_SUBDIR - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/MooseX-Role-Parameterized/Changes Modified: head/devel/p5-MooseX-Role-Parameterized/Makefile head/devel/p5-MooseX-Role-Parameterized/distinfo head/devel/p5-MooseX-Role-Parameterized/pkg-plist Modified: head/devel/p5-MooseX-Role-Parameterized/Makefile ============================================================================== --- head/devel/p5-MooseX-Role-Parameterized/Makefile Tue Feb 28 22:50:22 2017 (r435092) +++ head/devel/p5-MooseX-Role-Parameterized/Makefile Tue Feb 28 22:50:27 2017 (r435093) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= MooseX-Role-Parameterized -PORTVERSION= 1.02 -PORTREVISION= 1 +PORTVERSION= 1.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SARTAK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,13 +12,20 @@ COMMENT= Roles with composition paramete LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Module-Runtime>=0:devel/p5-Module-Runtime \ - p5-Moose>=2.0300:devel/p5-Moose + p5-Moose>=2.0300:devel/p5-Moose \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean \ + p5-namespace-clean>=0.19:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal +TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \ + p5-MooseX-Role-WithOverloading>=0:devel/p5-MooseX-Role-WithOverloading \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Requires>=0:devel/p5-Test-Requires +NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include Modified: head/devel/p5-MooseX-Role-Parameterized/distinfo ============================================================================== --- head/devel/p5-MooseX-Role-Parameterized/distinfo Tue Feb 28 22:50:22 2017 (r435092) +++ head/devel/p5-MooseX-Role-Parameterized/distinfo Tue Feb 28 22:50:27 2017 (r435093) @@ -1,2 +1,3 @@ -SHA256 (MooseX-Role-Parameterized-1.02.tar.gz) = b3e13a709a669e858cde20fed5e8b83402e1418fb467e2a5546ddf7805fc2c21 -SIZE (MooseX-Role-Parameterized-1.02.tar.gz) = 36599 +TIMESTAMP = 1488316117 +SHA256 (MooseX-Role-Parameterized-1.09.tar.gz) = b5669b80c4edcd926223b2cb192a846841709ba3db45d75ef9434a08dbbf8c20 +SIZE (MooseX-Role-Parameterized-1.09.tar.gz) = 46356 Modified: head/devel/p5-MooseX-Role-Parameterized/pkg-plist ============================================================================== --- head/devel/p5-MooseX-Role-Parameterized/pkg-plist Tue Feb 28 22:50:22 2017 (r435092) +++ head/devel/p5-MooseX-Role-Parameterized/pkg-plist Tue Feb 28 22:50:27 2017 (r435093) @@ -1,14 +1,14 @@ -%%PERL5_MAN3%%/MooseX::Role::Parameterized.3.gz -%%PERL5_MAN3%%/MooseX::Role::Parameterized::Extending.3.gz -%%PERL5_MAN3%%/MooseX::Role::Parameterized::Meta::Role::Parameterizable.3.gz -%%PERL5_MAN3%%/MooseX::Role::Parameterized::Meta::Role::Parameterized.3.gz -%%PERL5_MAN3%%/MooseX::Role::Parameterized::Meta::Trait::Parameterized.3.gz -%%PERL5_MAN3%%/MooseX::Role::Parameterized::Parameters.3.gz -%%PERL5_MAN3%%/MooseX::Role::Parameterized::Tutorial.3.gz %%SITE_PERL%%/MooseX/Role/Parameterized.pm %%SITE_PERL%%/MooseX/Role/Parameterized/Extending.pod -%%SITE_PERL%%/MooseX/Role/Parameterized/Meta/Role/Parameterizable.pm %%SITE_PERL%%/MooseX/Role/Parameterized/Meta/Role/Parameterized.pm +%%SITE_PERL%%/MooseX/Role/Parameterized/Meta/Trait/Parameterizable.pm %%SITE_PERL%%/MooseX/Role/Parameterized/Meta/Trait/Parameterized.pm %%SITE_PERL%%/MooseX/Role/Parameterized/Parameters.pm %%SITE_PERL%%/MooseX/Role/Parameterized/Tutorial.pod +%%PERL5_MAN3%%/MooseX::Role::Parameterized.3.gz +%%PERL5_MAN3%%/MooseX::Role::Parameterized::Extending.3.gz +%%PERL5_MAN3%%/MooseX::Role::Parameterized::Meta::Role::Parameterized.3.gz +%%PERL5_MAN3%%/MooseX::Role::Parameterized::Meta::Trait::Parameterizable.3.gz +%%PERL5_MAN3%%/MooseX::Role::Parameterized::Meta::Trait::Parameterized.3.gz +%%PERL5_MAN3%%/MooseX::Role::Parameterized::Parameters.3.gz +%%PERL5_MAN3%%/MooseX::Role::Parameterized::Tutorial.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E451FCF232E; Tue, 28 Feb 2017 22:50:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF022935; Tue, 28 Feb 2017 22:50:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMoWCg081088; Tue, 28 Feb 2017 22:50:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMoWpb081085; Tue, 28 Feb 2017 22:50:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMoWpb081085@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, 28 Feb 2017 22:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435094 - head/mail/p5-Mail-Audit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:34 -0000 Author: sunpoet Date: Tue Feb 28 22:50:32 2017 New Revision: 435094 URL: https://svnweb.freebsd.org/changeset/ports/435094 Log: Update to 2.228 - Use real PORTVERSION - Add LICENSE - Add TEST_DEPENDS - Convert to options target helper - Sort PLIST Changes: http://search.cpan.org/dist/Mail-Audit/Changes Modified: head/mail/p5-Mail-Audit/Makefile head/mail/p5-Mail-Audit/distinfo head/mail/p5-Mail-Audit/pkg-plist Modified: head/mail/p5-Mail-Audit/Makefile ============================================================================== --- head/mail/p5-Mail-Audit/Makefile Tue Feb 28 22:50:27 2017 (r435093) +++ head/mail/p5-Mail-Audit/Makefile Tue Feb 28 22:50:32 2017 (r435094) @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= Mail-Audit -PORTVERSION= 2.2.27 -PORTREVISION= 2 +PORTVERSION= 2.228 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for creating easy mail filters -RUN_DEPENDS= p5-File-HomeDir>=0.61:devel/p5-File-HomeDir \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-File-HomeDir>=0.61:devel/p5-File-HomeDir \ p5-File-Tempdir>=0:devel/p5-File-Tempdir \ p5-MIME-Tools>=0:mail/p5-MIME-Tools \ p5-Mail-Tools>=0:mail/p5-Mail-Tools -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Mail-POP3Client>=0:mail/p5-Mail-POP3Client \ + p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent USES= perl5 shebangfix SHEBANG_FILES= bin/* @@ -34,11 +38,13 @@ post-patch: @${REINPLACE_CMD} -i '' -e 's|/var/spool/mail|/var/mail|g' \ ${WRKSRC}/lib/Mail/Audit.pm -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/${i} .endfor + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in ${PORTEXAMPLES} ${INSTALL_SCRIPT} ${WRKSRC}/bin/${i} ${STAGEDIR}${EXAMPLESDIR}/${i} Modified: head/mail/p5-Mail-Audit/distinfo ============================================================================== --- head/mail/p5-Mail-Audit/distinfo Tue Feb 28 22:50:27 2017 (r435093) +++ head/mail/p5-Mail-Audit/distinfo Tue Feb 28 22:50:32 2017 (r435094) @@ -1,2 +1,3 @@ -SHA256 (Mail-Audit-2.227.tar.gz) = 30b3de2d33433ddf343008e0efd2aa17686a6cd51bddb779a11490c8a4aa9ae9 -SIZE (Mail-Audit-2.227.tar.gz) = 34164 +TIMESTAMP = 1488316406 +SHA256 (Mail-Audit-2.228.tar.gz) = 41a42dc3fbead585c732de5e35b46c3d3511358458bc31520abac1946c99d2e4 +SIZE (Mail-Audit-2.228.tar.gz) = 37156 Modified: head/mail/p5-Mail-Audit/pkg-plist ============================================================================== --- head/mail/p5-Mail-Audit/pkg-plist Tue Feb 28 22:50:27 2017 (r435093) +++ head/mail/p5-Mail-Audit/pkg-plist Tue Feb 28 22:50:32 2017 (r435094) @@ -1,10 +1,5 @@ -%%PERL5_MAN3%%/Mail::Audit.3.gz -%%PERL5_MAN3%%/Mail::Audit::KillDups.3.gz -%%PERL5_MAN3%%/Mail::Audit::MAPS.3.gz -%%PERL5_MAN3%%/Mail::Audit::MailInternet.3.gz -%%PERL5_MAN3%%/Mail::Audit::MimeEntity.3.gz -%%PERL5_MAN3%%/Mail::Audit::Util::Tempdir.3.gz -%%PERL5_MAN3%%/Mail::Audit::Vacation.3.gz +bin/popread +bin/proc2ma %%SITE_PERL%%/Mail/Audit.pm %%SITE_PERL%%/Mail/Audit/KillDups.pm %%SITE_PERL%%/Mail/Audit/MAPS.pm @@ -12,3 +7,12 @@ %%SITE_PERL%%/Mail/Audit/MimeEntity.pm %%SITE_PERL%%/Mail/Audit/Util/Tempdir.pm %%SITE_PERL%%/Mail/Audit/Vacation.pm +%%PERL5_MAN1%%/popread.1.gz +%%PERL5_MAN1%%/proc2ma.1.gz +%%PERL5_MAN3%%/Mail::Audit.3.gz +%%PERL5_MAN3%%/Mail::Audit::KillDups.3.gz +%%PERL5_MAN3%%/Mail::Audit::MAPS.3.gz +%%PERL5_MAN3%%/Mail::Audit::MailInternet.3.gz +%%PERL5_MAN3%%/Mail::Audit::MimeEntity.3.gz +%%PERL5_MAN3%%/Mail::Audit::Util::Tempdir.3.gz +%%PERL5_MAN3%%/Mail::Audit::Vacation.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E1C0CF2358; Tue, 28 Feb 2017 22:50:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 522659A6; Tue, 28 Feb 2017 22:50:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMobTM081204; Tue, 28 Feb 2017 22:50:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMobXH081202; Tue, 28 Feb 2017 22:50:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMobXH081202@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, 28 Feb 2017 22:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435095 - head/mail/p5-Mail-DeliveryStatus-BounceParser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:38 -0000 Author: sunpoet Date: Tue Feb 28 22:50:37 2017 New Revision: 435095 URL: https://svnweb.freebsd.org/changeset/ports/435095 Log: Update to 1.542 - Use real PORTVERSION - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/Mail-DeliveryStatus-BounceParser/Changes Modified: head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile head/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo Modified: head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile ============================================================================== --- head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile Tue Feb 28 22:50:32 2017 (r435094) +++ head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile Tue Feb 28 22:50:37 2017 (r435095) @@ -2,20 +2,23 @@ # $FreeBSD$ PORTNAME= Mail-DeliveryStatus-BounceParser -PORTVERSION= 1.5.34 -PORTREVISION= 1 +PORTVERSION= 1.542 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to analyze bounce messages -RUN_DEPENDS= p5-MIME-Tools>=5.418:mail/p5-MIME-Tools \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-MIME-Tools>=5.418:mail/p5-MIME-Tools \ p5-Mail-Tools>=2.04:mail/p5-Mail-Tools -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo ============================================================================== --- head/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo Tue Feb 28 22:50:32 2017 (r435094) +++ head/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo Tue Feb 28 22:50:37 2017 (r435095) @@ -1,2 +1,3 @@ -SHA256 (Mail-DeliveryStatus-BounceParser-1.534.tar.gz) = 02f06116a384fc679489c354bde0faf626bf5e823289ce251461532d3ccd1803 -SIZE (Mail-DeliveryStatus-BounceParser-1.534.tar.gz) = 209240 +TIMESTAMP = 1488316415 +SHA256 (Mail-DeliveryStatus-BounceParser-1.542.tar.gz) = 745a6b547db9384341842cb2e26159a9166938ac3354d0643bc5b4db5f74728d +SIZE (Mail-DeliveryStatus-BounceParser-1.542.tar.gz) = 192295 From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B230BCF2379; Tue, 28 Feb 2017 22:50: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 7ED6EA0C; Tue, 28 Feb 2017 22:50: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 v1SMofLr082020; Tue, 28 Feb 2017 22:50:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMofQL082019; Tue, 28 Feb 2017 22:50:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMofQL082019@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, 28 Feb 2017 22:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435096 - head/mail/p5-MIME-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:42 -0000 Author: sunpoet Date: Tue Feb 28 22:50:41 2017 New Revision: 435096 URL: https://svnweb.freebsd.org/changeset/ports/435096 Log: Use real PORTVERSION - Add LICENSE_FILE - Add NO_ARCH Modified: head/mail/p5-MIME-Lite/Makefile Modified: head/mail/p5-MIME-Lite/Makefile ============================================================================== --- head/mail/p5-MIME-Lite/Makefile Tue Feb 28 22:50:37 2017 (r435095) +++ head/mail/p5-MIME-Lite/Makefile Tue Feb 28 22:50:41 2017 (r435096) @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= MIME-Lite -PORTVERSION= 3.03.0 +PORTVERSION= 3.030 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Simple interface for creating (not parsing!) MIME messages LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Email-Date-Format>=1.000:mail/p5-Email-Date-Format \ p5-MIME-Types>=1.28:mail/p5-MIME-Types \ p5-Mail-Tools>=1.62:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B63CCF23AC; Tue, 28 Feb 2017 22:50: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 3AC1BA89; Tue, 28 Feb 2017 22:50: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 v1SMokK7082140; Tue, 28 Feb 2017 22:50:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMoknt082138; Tue, 28 Feb 2017 22:50:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMoknt082138@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, 28 Feb 2017 22:50:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435097 - head/math/p5-Math-BaseCnv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:47 -0000 Author: sunpoet Date: Tue Feb 28 22:50:46 2017 New Revision: 435097 URL: https://svnweb.freebsd.org/changeset/ports/435097 Log: Update to 1.14 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Math-BaseCnv/Changes Modified: head/math/p5-Math-BaseCnv/Makefile head/math/p5-Math-BaseCnv/distinfo Modified: head/math/p5-Math-BaseCnv/Makefile ============================================================================== --- head/math/p5-Math-BaseCnv/Makefile Tue Feb 28 22:50:41 2017 (r435096) +++ head/math/p5-Math-BaseCnv/Makefile Tue Feb 28 22:50:46 2017 (r435097) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BaseCnv -PORTVERSION= 1.8 -DISTVERSIONSUFFIX= .B59BrZX +PORTVERSION= 1.14 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,10 +11,12 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Fast functions to convert between number Bases LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage +NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure Modified: head/math/p5-Math-BaseCnv/distinfo ============================================================================== --- head/math/p5-Math-BaseCnv/distinfo Tue Feb 28 22:50:41 2017 (r435096) +++ head/math/p5-Math-BaseCnv/distinfo Tue Feb 28 22:50:46 2017 (r435097) @@ -1,2 +1,3 @@ -SHA256 (Math-BaseCnv-1.8.B59BrZX.tgz) = 132dab154439bd60ee3302947e4707eacbcd04b61172ca7eae1e650644608243 -SIZE (Math-BaseCnv-1.8.B59BrZX.tgz) = 12401 +TIMESTAMP = 1488315854 +SHA256 (Math-BaseCnv-1.14.tgz) = c93566a0e9bbc9aab5998243ff8129d2389ed98cf2414bec88f5e5a57af4e7ee +SIZE (Math-BaseCnv-1.14.tgz) = 26946 From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED22ECF23E0; Tue, 28 Feb 2017 22:50: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 B9739B11; Tue, 28 Feb 2017 22:50: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 v1SMooIw082263; Tue, 28 Feb 2017 22:50:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMooYD082262; Tue, 28 Feb 2017 22:50:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMooYD082262@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, 28 Feb 2017 22:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435098 - head/math/p5-Math-BigRat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:50:52 -0000 Author: sunpoet Date: Tue Feb 28 22:50:50 2017 New Revision: 435098 URL: https://svnweb.freebsd.org/changeset/ports/435098 Log: Update to 0.2611 - Use real PORTVERSION Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Modified: head/math/p5-Math-BigRat/Makefile head/math/p5-Math-BigRat/distinfo Modified: head/math/p5-Math-BigRat/Makefile ============================================================================== --- head/math/p5-Math-BigRat/Makefile Tue Feb 28 22:50:46 2017 (r435097) +++ head/math/p5-Math-BigRat/Makefile Tue Feb 28 22:50:50 2017 (r435098) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Math-BigRat -PORTVERSION= 0.26.08.04 +PORTVERSION= 0.2611 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R:R}${PORTVERSION:R:E}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Arbitrary big rational numbers Modified: head/math/p5-Math-BigRat/distinfo ============================================================================== --- head/math/p5-Math-BigRat/distinfo Tue Feb 28 22:50:46 2017 (r435097) +++ head/math/p5-Math-BigRat/distinfo Tue Feb 28 22:50:50 2017 (r435098) @@ -1,2 +1,3 @@ -SHA256 (Math-BigRat-0.260804.tar.gz) = f9bf5c007c0f141df7c7887d3482d47033cf7deab094a01e2863f31bacd7ef8a -SIZE (Math-BigRat-0.260804.tar.gz) = 67934 +TIMESTAMP = 1488316423 +SHA256 (Math-BigRat-0.2611.tar.gz) = a8a033d0ccac9ac641c73867d71f2455ecb2339984cd964b1e3cfb2859e9fd81 +SIZE (Math-BigRat-0.2611.tar.gz) = 50128 From owner-svn-ports-all@freebsd.org Tue Feb 28 22:50:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53479CF2409; Tue, 28 Feb 2017 22:50: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 1F441B91; Tue, 28 Feb 2017 22:50: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 v1SMot9V082379; Tue, 28 Feb 2017 22:50:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMotK8082377; Tue, 28 Feb 2017 22:50:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMotK8082377@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, 28 Feb 2017 22:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435099 - head/misc/p5-Locale-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: Tue, 28 Feb 2017 22:50:56 -0000 Author: sunpoet Date: Tue Feb 28 22:50:54 2017 New Revision: 435099 URL: https://svnweb.freebsd.org/changeset/ports/435099 Log: Update to 3.04 - Use real PORTVERSION - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Locale-US/Changes Modified: head/misc/p5-Locale-US/Makefile head/misc/p5-Locale-US/distinfo Modified: head/misc/p5-Locale-US/Makefile ============================================================================== --- head/misc/p5-Locale-US/Makefile Tue Feb 28 22:50:50 2017 (r435098) +++ head/misc/p5-Locale-US/Makefile Tue Feb 28 22:50:54 2017 (r435099) @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= Locale-US -PORTVERSION= 2.112.150 -PORTREVISION= 1 +PORTVERSION= 3.04 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Two letter codes for state identification in the United States LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Data-Section-Simple>=0:devel/p5-Data-Section-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/misc/p5-Locale-US/distinfo ============================================================================== --- head/misc/p5-Locale-US/distinfo Tue Feb 28 22:50:50 2017 (r435098) +++ head/misc/p5-Locale-US/distinfo Tue Feb 28 22:50:54 2017 (r435099) @@ -1,2 +1,3 @@ -SHA256 (Locale-US-2.112150.tar.gz) = 60464ca75adf6cb5ec04e32c57fa709c30bc9b9e9cdb6ef253d80e41db5ccdbf -SIZE (Locale-US-2.112150.tar.gz) = 10735 +TIMESTAMP = 1488319390 +SHA256 (Locale-US-3.04.tar.gz) = 1900cc58acd29f93bf933b9d6c96cfc4896da95f34225a8643917993377f57fa +SIZE (Locale-US-3.04.tar.gz) = 10768 From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7196FCF2439; Tue, 28 Feb 2017 22:51: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 3B955C06; Tue, 28 Feb 2017 22:51: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 v1SMoxwf082482; Tue, 28 Feb 2017 22:50:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMoxWx082481; Tue, 28 Feb 2017 22:50:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282250.v1SMoxWx082481@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, 28 Feb 2017 22:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435100 - head/net/p5-JavaScript-RPC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:00 -0000 Author: sunpoet Date: Tue Feb 28 22:50:59 2017 New Revision: 435100 URL: https://svnweb.freebsd.org/changeset/ports/435100 Log: Add LICENSE - Add NO_ARCH Modified: head/net/p5-JavaScript-RPC/Makefile Modified: head/net/p5-JavaScript-RPC/Makefile ============================================================================== --- head/net/p5-JavaScript-RPC/Makefile Tue Feb 28 22:50:54 2017 (r435099) +++ head/net/p5-JavaScript-RPC/Makefile Tue Feb 28 22:50:59 2017 (r435100) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Remote procedure calls from JavaScript +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A6C2CF246C; Tue, 28 Feb 2017 22:51: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 F0715C8E; Tue, 28 Feb 2017 22:51: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 v1SMp47A082641; Tue, 28 Feb 2017 22:51:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMp31N082636; Tue, 28 Feb 2017 22:51:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMp31N082636@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, 28 Feb 2017 22:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435101 - in head: mail/assp security/p5-File-Scan-ClamAV X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:05 -0000 Author: sunpoet Date: Tue Feb 28 22:51:03 2017 New Revision: 435101 URL: https://svnweb.freebsd.org/changeset/ports/435101 Log: Update to 1.95 - Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/File-Scan-ClamAV/Changes Modified: head/mail/assp/Makefile head/security/p5-File-Scan-ClamAV/Makefile head/security/p5-File-Scan-ClamAV/distinfo head/security/p5-File-Scan-ClamAV/pkg-plist Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Tue Feb 28 22:50:59 2017 (r435100) +++ head/mail/assp/Makefile Tue Feb 28 22:51:03 2017 (r435101) @@ -85,7 +85,7 @@ RUN_DEPENDS+= p5-File-ReadBackwards>=1.0 .endif .if ${PORT_OPTIONS:MCLAMAV} -RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:security/p5-File-Scan-ClamAV +RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.91:security/p5-File-Scan-ClamAV PLIST_SUB+= ASSP_CLAMAV="" .else PLIST_SUB+= ASSP_CLAMAV="@comment " Modified: head/security/p5-File-Scan-ClamAV/Makefile ============================================================================== --- head/security/p5-File-Scan-ClamAV/Makefile Tue Feb 28 22:50:59 2017 (r435100) +++ head/security/p5-File-Scan-ClamAV/Makefile Tue Feb 28 22:51:03 2017 (r435101) @@ -2,19 +2,22 @@ # $FreeBSD$ PORTNAME= File-Scan-ClamAV -PORTVERSION= 1.9.1 -PORTREVISION= 3 +PORTVERSION= 1.95 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the clamav virus scanner +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= clamscan:security/clamav RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/security/p5-File-Scan-ClamAV/distinfo ============================================================================== --- head/security/p5-File-Scan-ClamAV/distinfo Tue Feb 28 22:50:59 2017 (r435100) +++ head/security/p5-File-Scan-ClamAV/distinfo Tue Feb 28 22:51:03 2017 (r435101) @@ -1,2 +1,3 @@ -SHA256 (File-Scan-ClamAV-1.91.tar.gz) = f9f265acfac680e590dc81c0d9f3e4eb4aaa833cf4910c7e21f881e1a4784b7e -SIZE (File-Scan-ClamAV-1.91.tar.gz) = 7048 +TIMESTAMP = 1488301508 +SHA256 (File-Scan-ClamAV-1.95.tar.gz) = d2418fcc8022fb541da609df47393219514b02c4968bd92d6372d2f836639f85 +SIZE (File-Scan-ClamAV-1.95.tar.gz) = 15010 Modified: head/security/p5-File-Scan-ClamAV/pkg-plist ============================================================================== --- head/security/p5-File-Scan-ClamAV/pkg-plist Tue Feb 28 22:50:59 2017 (r435100) +++ head/security/p5-File-Scan-ClamAV/pkg-plist Tue Feb 28 22:51:03 2017 (r435101) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/File::Scan::ClamAV.3.gz %%SITE_PERL%%/File/Scan/ClamAV.pm +%%PERL5_MAN3%%/File::Scan::ClamAV.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE32BCF249B; Tue, 28 Feb 2017 22:51: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 9D56CD0D; Tue, 28 Feb 2017 22:51: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 v1SMp8Mp082775; Tue, 28 Feb 2017 22:51:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMp8c1082772; Tue, 28 Feb 2017 22:51:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMp8c1082772@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, 28 Feb 2017 22:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435102 - head/textproc/p5-Games-Dissociate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:10 -0000 Author: sunpoet Date: Tue Feb 28 22:51:08 2017 New Revision: 435102 URL: https://svnweb.freebsd.org/changeset/ports/435102 Log: Update to 1 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Games-Dissociate/ChangeLog Modified: head/textproc/p5-Games-Dissociate/Makefile head/textproc/p5-Games-Dissociate/distinfo head/textproc/p5-Games-Dissociate/pkg-plist Modified: head/textproc/p5-Games-Dissociate/Makefile ============================================================================== --- head/textproc/p5-Games-Dissociate/Makefile Tue Feb 28 22:51:03 2017 (r435101) +++ head/textproc/p5-Games-Dissociate/Makefile Tue Feb 28 22:51:08 2017 (r435102) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Games-Dissociate -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 1 CATEGORIES= textproc games perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVIF @@ -12,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Dissociated Press algorithm and filter +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Pod>=1.00:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>0:devel/p5-Test-Pod-Coverage +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Games-Dissociate/distinfo ============================================================================== --- head/textproc/p5-Games-Dissociate/distinfo Tue Feb 28 22:51:03 2017 (r435101) +++ head/textproc/p5-Games-Dissociate/distinfo Tue Feb 28 22:51:08 2017 (r435102) @@ -1,2 +1,3 @@ -SHA256 (Games-Dissociate-0.19.tar.gz) = 27a38a83bd45b7fc295fed426c9476a860c9836416d6f24ebf58eb97d067d471 -SIZE (Games-Dissociate-0.19.tar.gz) = 29703 +TIMESTAMP = 1488303350 +SHA256 (Games-Dissociate-1.tar.gz) = cbdf914defc9cd772b2c72b5ecab177739cdb62deeef39d3f318f163f10cafbb +SIZE (Games-Dissociate-1.tar.gz) = 29925 Modified: head/textproc/p5-Games-Dissociate/pkg-plist ============================================================================== --- head/textproc/p5-Games-Dissociate/pkg-plist Tue Feb 28 22:51:03 2017 (r435101) +++ head/textproc/p5-Games-Dissociate/pkg-plist Tue Feb 28 22:51:08 2017 (r435102) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Games::Dissociate.3.gz %%SITE_PERL%%/Games/Dissociate.pm +%%PERL5_MAN3%%/Games::Dissociate.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DA92CF24DA; Tue, 28 Feb 2017 22:51: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 08876D97; Tue, 28 Feb 2017 22:51:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMpDaE084664; Tue, 28 Feb 2017 22:51:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMpCUQ084407; Tue, 28 Feb 2017 22:51:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMpCUQ084407@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, 28 Feb 2017 22:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435103 - head/textproc/p5-IDNA-Punycode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:14 -0000 Author: sunpoet Date: Tue Feb 28 22:51:12 2017 New Revision: 435103 URL: https://svnweb.freebsd.org/changeset/ports/435103 Log: Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/textproc/p5-IDNA-Punycode/Makefile head/textproc/p5-IDNA-Punycode/pkg-plist Modified: head/textproc/p5-IDNA-Punycode/Makefile ============================================================================== --- head/textproc/p5-IDNA-Punycode/Makefile Tue Feb 28 22:51:08 2017 (r435102) +++ head/textproc/p5-IDNA-Punycode/Makefile Tue Feb 28 22:51:12 2017 (r435103) @@ -12,6 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to encode Unicode string in Punycode +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-IDNA-Punycode/pkg-plist ============================================================================== --- head/textproc/p5-IDNA-Punycode/pkg-plist Tue Feb 28 22:51:08 2017 (r435102) +++ head/textproc/p5-IDNA-Punycode/pkg-plist Tue Feb 28 22:51:12 2017 (r435103) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/IDNA::Punycode.3.gz %%SITE_PERL%%/IDNA/Punycode.pm +%%PERL5_MAN3%%/IDNA::Punycode.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83EC3CF253D; Tue, 28 Feb 2017 22:51: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 43466E35; Tue, 28 Feb 2017 22:51: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 v1SMpIlE085122; Tue, 28 Feb 2017 22:51:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMpHS7085118; Tue, 28 Feb 2017 22:51:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMpHS7085118@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, 28 Feb 2017 22:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435104 - in head/textproc: p5-Lingua-EN-Inflect p5-Lingua-EN-Inflect-Phrase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:19 -0000 Author: sunpoet Date: Tue Feb 28 22:51:17 2017 New Revision: 435104 URL: https://svnweb.freebsd.org/changeset/ports/435104 Log: Update to 1.901 - Use real PORTVERSION and update dependent ports - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-EN-Inflect/Changes Modified: head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile head/textproc/p5-Lingua-EN-Inflect/Makefile head/textproc/p5-Lingua-EN-Inflect/distinfo head/textproc/p5-Lingua-EN-Inflect/pkg-plist Modified: head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile Tue Feb 28 22:51:12 2017 (r435103) +++ head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile Tue Feb 28 22:51:17 2017 (r435104) @@ -15,7 +15,7 @@ LICENSE_COMB= dual RUN_DEPENDS= \ p5-Lingua-EN-FindNumber>=0:textproc/p5-Lingua-EN-FindNumber \ - p5-Lingua-EN-Inflect>=1.89.1:textproc/p5-Lingua-EN-Inflect \ + p5-Lingua-EN-Inflect>=1.891:textproc/p5-Lingua-EN-Inflect \ p5-Lingua-EN-Inflect-Number>=1.1:textproc/p5-Lingua-EN-Inflect-Number \ p5-Lingua-EN-Number-IsOrdinal>0:textproc/p5-Lingua-EN-Number-IsOrdinal \ p5-Lingua-EN-Tagger>=0.20:textproc/p5-Lingua-EN-Tagger Modified: head/textproc/p5-Lingua-EN-Inflect/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect/Makefile Tue Feb 28 22:51:12 2017 (r435103) +++ head/textproc/p5-Lingua-EN-Inflect/Makefile Tue Feb 28 22:51:17 2017 (r435104) @@ -2,17 +2,20 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Inflect -PORTVERSION= 1.89.3 -PORTREVISION= 1 +PORTVERSION= 1.901 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Convert singular words to their plural form +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include Modified: head/textproc/p5-Lingua-EN-Inflect/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect/distinfo Tue Feb 28 22:51:12 2017 (r435103) +++ head/textproc/p5-Lingua-EN-Inflect/distinfo Tue Feb 28 22:51:17 2017 (r435104) @@ -1,2 +1,3 @@ -SHA256 (Lingua-EN-Inflect-1.893.tar.gz) = be765284f6ae7d2cca9f633c9867fdd0884f2b7b93b75ba7825a5b7c87eb12c8 -SIZE (Lingua-EN-Inflect-1.893.tar.gz) = 45630 +TIMESTAMP = 1488310779 +SHA256 (Lingua-EN-Inflect-1.901.tar.gz) = da17e7cd50126bdf1d8f5a6fc1f2f790c85e844b09f5a047fd044e68dca39c55 +SIZE (Lingua-EN-Inflect-1.901.tar.gz) = 59500 Modified: head/textproc/p5-Lingua-EN-Inflect/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect/pkg-plist Tue Feb 28 22:51:12 2017 (r435103) +++ head/textproc/p5-Lingua-EN-Inflect/pkg-plist Tue Feb 28 22:51:17 2017 (r435104) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Lingua::EN::Inflect.3.gz %%SITE_PERL%%/Lingua/EN/Inflect.pm +%%PERL5_MAN3%%/Lingua::EN::Inflect.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93803CF2572; Tue, 28 Feb 2017 22:51: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 5328FEBD; Tue, 28 Feb 2017 22:51: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 v1SMpNeQ085271; Tue, 28 Feb 2017 22:51:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMpN84085267; Tue, 28 Feb 2017 22:51:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMpN84085267@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, 28 Feb 2017 22:51:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435105 - head/textproc/p5-Lingua-EN-Sentence X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:24 -0000 Author: sunpoet Date: Tue Feb 28 22:51:22 2017 New Revision: 435105 URL: https://svnweb.freebsd.org/changeset/ports/435105 Log: Update to 0.30 - Remove MASTER_SITE_SUBDIR - Add LICENSE - Add NO_ARCH - Sort PLIST - Clean up pkg-descr Changes: http://search.cpan.org/dist/Lingua-EN-Sentence/Changes Modified: head/textproc/p5-Lingua-EN-Sentence/Makefile head/textproc/p5-Lingua-EN-Sentence/distinfo head/textproc/p5-Lingua-EN-Sentence/pkg-descr head/textproc/p5-Lingua-EN-Sentence/pkg-plist Modified: head/textproc/p5-Lingua-EN-Sentence/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Sentence/Makefile Tue Feb 28 22:51:17 2017 (r435104) +++ head/textproc/p5-Lingua-EN-Sentence/Makefile Tue Feb 28 22:51:22 2017 (r435105) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Sentence -PORTVERSION= 0.25 -PORTREVISION= 1 +PORTVERSION= 0.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SHLOMOY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for splitting text into sentences +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENCE + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-extract: - @${RM} ${WRKSRC}/lib/Lingua/EN/Sentence.pm~ - .include Modified: head/textproc/p5-Lingua-EN-Sentence/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Sentence/distinfo Tue Feb 28 22:51:17 2017 (r435104) +++ head/textproc/p5-Lingua-EN-Sentence/distinfo Tue Feb 28 22:51:22 2017 (r435105) @@ -1,2 +1,3 @@ -SHA256 (Lingua-EN-Sentence-0.25.tar.gz) = f886e3e9e2ddab299f80fd9f252eb48930b0bf4e1cbd1e85193d8565727e171d -SIZE (Lingua-EN-Sentence-0.25.tar.gz) = 6994 +TIMESTAMP = 1488311045 +SHA256 (Lingua-EN-Sentence-0.30.tar.gz) = 3b709a229175d5f9937b76c5f8499b0002447387d25993c170cc19190cde6b2d +SIZE (Lingua-EN-Sentence-0.30.tar.gz) = 17903 Modified: head/textproc/p5-Lingua-EN-Sentence/pkg-descr ============================================================================== --- head/textproc/p5-Lingua-EN-Sentence/pkg-descr Tue Feb 28 22:51:17 2017 (r435104) +++ head/textproc/p5-Lingua-EN-Sentence/pkg-descr Tue Feb 28 22:51:22 2017 (r435105) @@ -3,5 +3,3 @@ which splits text into its constituent s expression and a list of abbreviations (built in and given). WWW: http://search.cpan.org/dist/Lingua-EN-Sentence/ - -Seamus Venasse Modified: head/textproc/p5-Lingua-EN-Sentence/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-EN-Sentence/pkg-plist Tue Feb 28 22:51:17 2017 (r435104) +++ head/textproc/p5-Lingua-EN-Sentence/pkg-plist Tue Feb 28 22:51:22 2017 (r435105) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Lingua::EN::Sentence.3.gz %%SITE_PERL%%/Lingua/EN/Sentence.pm +%%PERL5_MAN3%%/Lingua::EN::Sentence.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90483CF259B; Tue, 28 Feb 2017 22:51: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 423D7F3A; Tue, 28 Feb 2017 22:51:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMpSYP085403; Tue, 28 Feb 2017 22:51:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMpSTn085400; Tue, 28 Feb 2017 22:51:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMpSTn085400@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, 28 Feb 2017 22:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435106 - head/www/p5-Flickr-Upload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:29 -0000 Author: sunpoet Date: Tue Feb 28 22:51:27 2017 New Revision: 435106 URL: https://svnweb.freebsd.org/changeset/ports/435106 Log: Update to 1.6 - Add LICENSE - Pet portlint - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Flickr-Upload/ChangeLog Modified: head/www/p5-Flickr-Upload/Makefile head/www/p5-Flickr-Upload/distinfo head/www/p5-Flickr-Upload/pkg-plist Modified: head/www/p5-Flickr-Upload/Makefile ============================================================================== --- head/www/p5-Flickr-Upload/Makefile Tue Feb 28 22:51:22 2017 (r435105) +++ head/www/p5-Flickr-Upload/Makefile Tue Feb 28 22:51:27 2017 (r435106) @@ -2,20 +2,24 @@ # $FreeBSD$ PORTNAME= Flickr-Upload -PORTVERSION= 1.40 +PORTVERSION= 1.60 CATEGORIES= www perl5 MASTER_SITES= CPAN -DISTNAME= ${PORTNAME}-1.4 PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||} MAINTAINER= perl@FreeBSD.org COMMENT= Upload images to flickr.com +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Flickr-API>=0:www/p5-Flickr-API \ - p5-libwww>=0:www/p5-libwww \ - p5-XML-Parser-Lite-Tree>=0:textproc/p5-XML-Parser-Lite-Tree + p5-XML-Parser-Lite-Tree>=0:textproc/p5-XML-Parser-Lite-Tree \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Flickr-Upload/distinfo ============================================================================== --- head/www/p5-Flickr-Upload/distinfo Tue Feb 28 22:51:22 2017 (r435105) +++ head/www/p5-Flickr-Upload/distinfo Tue Feb 28 22:51:27 2017 (r435106) @@ -1,2 +1,3 @@ -SHA256 (Flickr-Upload-1.4.tar.gz) = 9a6e2bffa3594d9df8d5651d3c05cf74433b4f8ed398efd79552145c56d25f39 -SIZE (Flickr-Upload-1.4.tar.gz) = 84416 +TIMESTAMP = 1488303045 +SHA256 (Flickr-Upload-1.6.tar.gz) = ba61987e0e3a20f0fea0120113b01e89b05432edbc976fa6153be4b8de312c6c +SIZE (Flickr-Upload-1.6.tar.gz) = 90736 Modified: head/www/p5-Flickr-Upload/pkg-plist ============================================================================== --- head/www/p5-Flickr-Upload/pkg-plist Tue Feb 28 22:51:22 2017 (r435105) +++ head/www/p5-Flickr-Upload/pkg-plist Tue Feb 28 22:51:27 2017 (r435106) @@ -1,4 +1,4 @@ bin/flickr_upload -%%PERL5_MAN3%%/Flickr::Upload.3.gz %%SITE_PERL%%/Flickr/Upload.pm %%PERL5_MAN1%%/flickr_upload.1.gz +%%PERL5_MAN3%%/Flickr::Upload.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 294CCCF25C4; Tue, 28 Feb 2017 22:51: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 DCF69FBD; Tue, 28 Feb 2017 22:51: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 v1SMpWeI085546; Tue, 28 Feb 2017 22:51:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMpWBU085543; Tue, 28 Feb 2017 22:51:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMpWBU085543@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, 28 Feb 2017 22:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435107 - in head/www: p5-Gungho p5-GunghoX-FollowLinks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:34 -0000 Author: sunpoet Date: Tue Feb 28 22:51:32 2017 New Revision: 435107 URL: https://svnweb.freebsd.org/changeset/ports/435107 Log: Use real PORTVERSION and update dependent ports - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/www/p5-Gungho/Makefile head/www/p5-Gungho/pkg-plist head/www/p5-GunghoX-FollowLinks/Makefile Modified: head/www/p5-Gungho/Makefile ============================================================================== --- head/www/p5-Gungho/Makefile Tue Feb 28 22:51:27 2017 (r435106) +++ head/www/p5-Gungho/Makefile Tue Feb 28 22:51:32 2017 (r435107) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= Gungho -PORTVERSION= 0.09.008 +PORTVERSION= 0.09008 PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Event Based High Performance Web Crawler Framework +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Best>=0:devel/p5-Best \ p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Class-C3-Componentised>=0:devel/p5-Class-C3-Componentised \ @@ -46,6 +48,7 @@ BUILD_DEPENDS= p5-Best>=0:devel/p5-Best p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= script/* Modified: head/www/p5-Gungho/pkg-plist ============================================================================== --- head/www/p5-Gungho/pkg-plist Tue Feb 28 22:51:27 2017 (r435106) +++ head/www/p5-Gungho/pkg-plist Tue Feb 28 22:51:32 2017 (r435107) @@ -1,57 +1,4 @@ bin/gungho -%%PERL5_MAN3%%/Gungho.3.gz -%%PERL5_MAN3%%/Gungho::Base.3.gz -%%PERL5_MAN3%%/Gungho::Base::Class.3.gz -%%PERL5_MAN3%%/Gungho::Component.3.gz -%%PERL5_MAN3%%/Gungho::Component::Authentication.3.gz -%%PERL5_MAN3%%/Gungho::Component::Authentication::Basic.3.gz -%%PERL5_MAN3%%/Gungho::Component::BlockPrivateIP.3.gz -%%PERL5_MAN3%%/Gungho::Component::Cache.3.gz -%%PERL5_MAN3%%/Gungho::Component::Core.3.gz -%%PERL5_MAN3%%/Gungho::Component::RobotRules.3.gz -%%PERL5_MAN3%%/Gungho::Component::RobotRules::Rule.3.gz -%%PERL5_MAN3%%/Gungho::Component::RobotRules::Storage.3.gz -%%PERL5_MAN3%%/Gungho::Component::RobotRules::Storage::Cache.3.gz -%%PERL5_MAN3%%/Gungho::Component::RobotRules::Storage::DB_File.3.gz -%%PERL5_MAN3%%/Gungho::Component::RobotsMETA.3.gz -%%PERL5_MAN3%%/Gungho::Component::Scraper.3.gz -%%PERL5_MAN3%%/Gungho::Component::Setup.3.gz -%%PERL5_MAN3%%/Gungho::Component::Throttle.3.gz -%%PERL5_MAN3%%/Gungho::Component::Throttle::Domain.3.gz -%%PERL5_MAN3%%/Gungho::Component::Throttle::Provider.3.gz -%%PERL5_MAN3%%/Gungho::Component::Throttle::Simple.3.gz -%%PERL5_MAN3%%/Gungho::Component::Throttle::Throttler.3.gz -%%PERL5_MAN3%%/Gungho::Engine.3.gz -%%PERL5_MAN3%%/Gungho::Engine::Danga::Socket.3.gz -%%PERL5_MAN3%%/Gungho::Engine::IO::Async.3.gz -%%PERL5_MAN3%%/Gungho::Engine::POE.3.gz -%%PERL5_MAN3%%/Gungho::Exception.3.gz -%%PERL5_MAN3%%/Gungho::Handler.3.gz -%%PERL5_MAN3%%/Gungho::Handler::FileWriter::Simple.3.gz -%%PERL5_MAN3%%/Gungho::Handler::Inline.3.gz -%%PERL5_MAN3%%/Gungho::Handler::Null.3.gz -%%PERL5_MAN3%%/Gungho::Inline.3.gz -%%PERL5_MAN3%%/Gungho::Log.3.gz -%%PERL5_MAN3%%/Gungho::Log::Dispatch.3.gz -%%PERL5_MAN3%%/Gungho::Log::Simple.3.gz -%%PERL5_MAN3%%/Gungho::Manual::FAQ.3.gz -%%PERL5_MAN3%%/Gungho::Manual::TODO.3.gz -%%PERL5_MAN3%%/Gungho::Plugin.3.gz -%%PERL5_MAN3%%/Gungho::Plugin::Apoptosis.3.gz -%%PERL5_MAN3%%/Gungho::Plugin::RequestLog.3.gz -%%PERL5_MAN3%%/Gungho::Plugin::RequestTimer.3.gz -%%PERL5_MAN3%%/Gungho::Plugin::Statistics.3.gz -%%PERL5_MAN3%%/Gungho::Plugin::Statistics::Format::XML.3.gz -%%PERL5_MAN3%%/Gungho::Plugin::Statistics::Storage::SQLite.3.gz -%%PERL5_MAN3%%/Gungho::Provider.3.gz -%%PERL5_MAN3%%/Gungho::Provider::File::Simple.3.gz -%%PERL5_MAN3%%/Gungho::Provider::Inline.3.gz -%%PERL5_MAN3%%/Gungho::Provider::Simple.3.gz -%%PERL5_MAN3%%/Gungho::Provider::YAML.3.gz -%%PERL5_MAN3%%/Gungho::Request.3.gz -%%PERL5_MAN3%%/Gungho::Request::http.3.gz -%%PERL5_MAN3%%/Gungho::Response.3.gz -%%PERL5_MAN3%%/Gungho::Util.3.gz %%SITE_PERL%%/Gungho.pm %%SITE_PERL%%/Gungho/Base.pm %%SITE_PERL%%/Gungho/Base/Class.pm @@ -106,3 +53,56 @@ bin/gungho %%SITE_PERL%%/Gungho/Response.pm %%SITE_PERL%%/Gungho/Util.pm %%PERL5_MAN1%%/gungho.1.gz +%%PERL5_MAN3%%/Gungho.3.gz +%%PERL5_MAN3%%/Gungho::Base.3.gz +%%PERL5_MAN3%%/Gungho::Base::Class.3.gz +%%PERL5_MAN3%%/Gungho::Component.3.gz +%%PERL5_MAN3%%/Gungho::Component::Authentication.3.gz +%%PERL5_MAN3%%/Gungho::Component::Authentication::Basic.3.gz +%%PERL5_MAN3%%/Gungho::Component::BlockPrivateIP.3.gz +%%PERL5_MAN3%%/Gungho::Component::Cache.3.gz +%%PERL5_MAN3%%/Gungho::Component::Core.3.gz +%%PERL5_MAN3%%/Gungho::Component::RobotRules.3.gz +%%PERL5_MAN3%%/Gungho::Component::RobotRules::Rule.3.gz +%%PERL5_MAN3%%/Gungho::Component::RobotRules::Storage.3.gz +%%PERL5_MAN3%%/Gungho::Component::RobotRules::Storage::Cache.3.gz +%%PERL5_MAN3%%/Gungho::Component::RobotRules::Storage::DB_File.3.gz +%%PERL5_MAN3%%/Gungho::Component::RobotsMETA.3.gz +%%PERL5_MAN3%%/Gungho::Component::Scraper.3.gz +%%PERL5_MAN3%%/Gungho::Component::Setup.3.gz +%%PERL5_MAN3%%/Gungho::Component::Throttle.3.gz +%%PERL5_MAN3%%/Gungho::Component::Throttle::Domain.3.gz +%%PERL5_MAN3%%/Gungho::Component::Throttle::Provider.3.gz +%%PERL5_MAN3%%/Gungho::Component::Throttle::Simple.3.gz +%%PERL5_MAN3%%/Gungho::Component::Throttle::Throttler.3.gz +%%PERL5_MAN3%%/Gungho::Engine.3.gz +%%PERL5_MAN3%%/Gungho::Engine::Danga::Socket.3.gz +%%PERL5_MAN3%%/Gungho::Engine::IO::Async.3.gz +%%PERL5_MAN3%%/Gungho::Engine::POE.3.gz +%%PERL5_MAN3%%/Gungho::Exception.3.gz +%%PERL5_MAN3%%/Gungho::Handler.3.gz +%%PERL5_MAN3%%/Gungho::Handler::FileWriter::Simple.3.gz +%%PERL5_MAN3%%/Gungho::Handler::Inline.3.gz +%%PERL5_MAN3%%/Gungho::Handler::Null.3.gz +%%PERL5_MAN3%%/Gungho::Inline.3.gz +%%PERL5_MAN3%%/Gungho::Log.3.gz +%%PERL5_MAN3%%/Gungho::Log::Dispatch.3.gz +%%PERL5_MAN3%%/Gungho::Log::Simple.3.gz +%%PERL5_MAN3%%/Gungho::Manual::FAQ.3.gz +%%PERL5_MAN3%%/Gungho::Manual::TODO.3.gz +%%PERL5_MAN3%%/Gungho::Plugin.3.gz +%%PERL5_MAN3%%/Gungho::Plugin::Apoptosis.3.gz +%%PERL5_MAN3%%/Gungho::Plugin::RequestLog.3.gz +%%PERL5_MAN3%%/Gungho::Plugin::RequestTimer.3.gz +%%PERL5_MAN3%%/Gungho::Plugin::Statistics.3.gz +%%PERL5_MAN3%%/Gungho::Plugin::Statistics::Format::XML.3.gz +%%PERL5_MAN3%%/Gungho::Plugin::Statistics::Storage::SQLite.3.gz +%%PERL5_MAN3%%/Gungho::Provider.3.gz +%%PERL5_MAN3%%/Gungho::Provider::File::Simple.3.gz +%%PERL5_MAN3%%/Gungho::Provider::Inline.3.gz +%%PERL5_MAN3%%/Gungho::Provider::Simple.3.gz +%%PERL5_MAN3%%/Gungho::Provider::YAML.3.gz +%%PERL5_MAN3%%/Gungho::Request.3.gz +%%PERL5_MAN3%%/Gungho::Request::http.3.gz +%%PERL5_MAN3%%/Gungho::Response.3.gz +%%PERL5_MAN3%%/Gungho::Util.3.gz Modified: head/www/p5-GunghoX-FollowLinks/Makefile ============================================================================== --- head/www/p5-GunghoX-FollowLinks/Makefile Tue Feb 28 22:51:27 2017 (r435106) +++ head/www/p5-GunghoX-FollowLinks/Makefile Tue Feb 28 22:51:32 2017 (r435107) @@ -12,7 +12,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to follow links within responses for Gungho RUN_DEPENDS= \ - p5-Gungho>=0.09.005:www/p5-Gungho \ + p5-Gungho>=0.09005:www/p5-Gungho \ p5-HTML-Parser>0:www/p5-HTML-Parser \ p5-HTML-Tagset>0:www/p5-HTML-Tagset \ p5-MIME-Types>0:mail/p5-MIME-Types \ From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D28DCCF25EF; Tue, 28 Feb 2017 22:51: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 9681C92; Tue, 28 Feb 2017 22:51: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 v1SMpbCD085683; Tue, 28 Feb 2017 22:51:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMpbaB085680; Tue, 28 Feb 2017 22:51:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMpbaB085680@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, 28 Feb 2017 22:51:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435108 - head/www/p5-Jifty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:39 -0000 Author: sunpoet Date: Tue Feb 28 22:51:37 2017 New Revision: 435108 URL: https://svnweb.freebsd.org/changeset/ports/435108 Log: Update to 1.50430 - Add LICENSE - Remove Perl core modules - Add NO_ARCH - Silence patch message - Sort PLIST Changes: http://search.cpan.org/dist/Jifty/Changelog Modified: head/www/p5-Jifty/Makefile head/www/p5-Jifty/distinfo head/www/p5-Jifty/pkg-plist Modified: head/www/p5-Jifty/Makefile ============================================================================== --- head/www/p5-Jifty/Makefile Tue Feb 28 22:51:32 2017 (r435107) +++ head/www/p5-Jifty/Makefile Tue Feb 28 22:51:37 2017 (r435108) @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= Jifty -PORTVERSION= 1.10518 -PORTREVISION= 3 +PORTVERSION= 1.50430 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SARTAK +MASTER_SITE_SUBDIR= CPAN:ALEXMV PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Jifty -- Just Do It -- Yet another web framework +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ p5-App-CLI>=0.03:devel/p5-App-CLI \ p5-CGI-Cookie-Splitter>=0:www/p5-CGI-Cookie-Splitter \ @@ -55,7 +57,6 @@ BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5- p5-Hash-Merge>0:textproc/p5-Hash-Merge \ p5-Hook-LexWrap>0:devel/p5-Hook-LexWrap \ p5-IO-Handle-Util>=0:devel/p5-IO-Handle-Util \ - p5-IPC-PubSub>=0.23:devel/p5-IPC-PubSub \ p5-IPC-Run3>0:devel/p5-IPC-Run3 \ p5-Jifty-DBI>=0.57:databases/p5-Jifty-DBI \ p5-JSON-XS>=2.27:converters/p5-JSON-XS \ @@ -72,7 +73,6 @@ BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5- p5-PerlIO-gzip>=0:archivers/p5-PerlIO-gzip \ p5-Plack>=0:www/p5-Plack \ p5-Plack-Middleware-Deflater>=0:www/p5-Plack-Middleware-Deflater \ - p5-Pod-Simple>0:textproc/p5-Pod-Simple \ p5-Scalar-Defer>=0.10:devel/p5-Scalar-Defer \ p5-Shell-Command>=0:sysutils/p5-Shell-Command \ p5-SQL-ReservedWords>0:databases/p5-SQL-ReservedWords \ @@ -101,10 +101,11 @@ TEST_DEPENDS= p5-Test-Base>=0.44:devel/p p5-Test-WWW-Mechanize-PSGI>=0:devel/p5-Test-WWW-Mechanize-PSGI \ p5-Test-WWW-Selenium>=0:devel/p5-Test-WWW-Selenium +NO_ARCH= yes USES= perl5 USE_PERL5= configure post-patch: - ${REINPLACE_CMD} -e '/auto_install/d' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/auto_install/d' ${WRKSRC}/Makefile.PL .include Modified: head/www/p5-Jifty/distinfo ============================================================================== --- head/www/p5-Jifty/distinfo Tue Feb 28 22:51:32 2017 (r435107) +++ head/www/p5-Jifty/distinfo Tue Feb 28 22:51:37 2017 (r435108) @@ -1,2 +1,3 @@ -SHA256 (Jifty-1.10518.tar.gz) = 33dc68692923557844a36d9cd5b2b651d88198f30927ef6313ec22f70a740ef5 -SIZE (Jifty-1.10518.tar.gz) = 1383052 +TIMESTAMP = 1488311330 +SHA256 (Jifty-1.50430.tar.gz) = 4120d7925a4ec9a0c65ec3ca1f51906063f7b5c8f8c9cbb3d0f242d54799db33 +SIZE (Jifty-1.50430.tar.gz) = 1303079 Modified: head/www/p5-Jifty/pkg-plist ============================================================================== --- head/www/p5-Jifty/pkg-plist Tue Feb 28 22:51:32 2017 (r435107) +++ head/www/p5-Jifty/pkg-plist Tue Feb 28 22:51:37 2017 (r435108) @@ -1,222 +1,4 @@ bin/jifty -%%PERL5_MAN3%%/Jifty.3.gz -%%PERL5_MAN3%%/Jifty::API.3.gz -%%PERL5_MAN3%%/Jifty::Action.3.gz -%%PERL5_MAN3%%/Jifty::Action::AboutMe.3.gz -%%PERL5_MAN3%%/Jifty::Action::Autocomplete.3.gz -%%PERL5_MAN3%%/Jifty::Action::Record.3.gz -%%PERL5_MAN3%%/Jifty::Action::Record::Bulk.3.gz -%%PERL5_MAN3%%/Jifty::Action::Record::Create.3.gz -%%PERL5_MAN3%%/Jifty::Action::Record::Delete.3.gz -%%PERL5_MAN3%%/Jifty::Action::Record::Execute.3.gz -%%PERL5_MAN3%%/Jifty::Action::Record::Search.3.gz -%%PERL5_MAN3%%/Jifty::Action::Record::Update.3.gz -%%PERL5_MAN3%%/Jifty::Action::Redirect.3.gz -%%PERL5_MAN3%%/Jifty::Bootstrap.3.gz -%%PERL5_MAN3%%/Jifty::CAS.3.gz -%%PERL5_MAN3%%/Jifty::CAS::Blob.3.gz -%%PERL5_MAN3%%/Jifty::CAS::Store.3.gz -%%PERL5_MAN3%%/Jifty::CAS::Store::Memcached.3.gz -%%PERL5_MAN3%%/Jifty::ClassLoader.3.gz -%%PERL5_MAN3%%/Jifty::Client.3.gz -%%PERL5_MAN3%%/Jifty::Collection.3.gz -%%PERL5_MAN3%%/Jifty::Config.3.gz -%%PERL5_MAN3%%/Jifty::Continuation.3.gz -%%PERL5_MAN3%%/Jifty::CurrentUser.3.gz -%%PERL5_MAN3%%/Jifty::DateTime.3.gz -%%PERL5_MAN3%%/Jifty::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Event.3.gz -%%PERL5_MAN3%%/Jifty::Event::Log.3.gz -%%PERL5_MAN3%%/Jifty::Event::Model.3.gz -%%PERL5_MAN3%%/Jifty::Everything.3.gz -%%PERL5_MAN3%%/Jifty::Filter::DateTime.3.gz -%%PERL5_MAN3%%/Jifty::Handle.3.gz -%%PERL5_MAN3%%/Jifty::Handler.3.gz -%%PERL5_MAN3%%/Jifty::I18N.3.gz -%%PERL5_MAN3%%/Jifty::JSON.3.gz -%%PERL5_MAN3%%/Jifty::LetMe.3.gz -%%PERL5_MAN3%%/Jifty::Logger.3.gz -%%PERL5_MAN3%%/Jifty::Logger::EventAppender.3.gz -%%PERL5_MAN3%%/Jifty::Manual.3.gz -%%PERL5_MAN3%%/Jifty::Manual::AccessControl.3.gz -%%PERL5_MAN3%%/Jifty::Manual::AccessControl_zhtw.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Actions.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Actions_zhtw.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Continuations.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Cookbook.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Deploying.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Deploying_zhtw.3.gz -%%PERL5_MAN3%%/Jifty::Manual::FAQ.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Glossary.3.gz -%%PERL5_MAN3%%/Jifty::Manual::JavaScript.3.gz -%%PERL5_MAN3%%/Jifty::Manual::JavaScript_zhtw.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Logging.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Models.3.gz -%%PERL5_MAN3%%/Jifty::Manual::ObjectModel.3.gz -%%PERL5_MAN3%%/Jifty::Manual::PageRegions.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Preload.3.gz -%%PERL5_MAN3%%/Jifty::Manual::RequestHandling.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Style.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Tutorial.3.gz -%%PERL5_MAN3%%/Jifty::Manual::TutorialRest.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Tutorial_de.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Tutorial_ja.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Tutorial_zhtw.3.gz -%%PERL5_MAN3%%/Jifty::Manual::Upgrading.3.gz -%%PERL5_MAN3%%/Jifty::Manual::UsingCSSandJS.3.gz -%%PERL5_MAN3%%/Jifty::Manual::jQueryMigrationGuide.3.gz -%%PERL5_MAN3%%/Jifty::Model::Metadata.3.gz -%%PERL5_MAN3%%/Jifty::Model::Session.3.gz -%%PERL5_MAN3%%/Jifty::Model::SessionCollection.3.gz -%%PERL5_MAN3%%/Jifty::Module::Pluggable.3.gz -%%PERL5_MAN3%%/Jifty::Notification.3.gz -%%PERL5_MAN3%%/Jifty::Object.3.gz -%%PERL5_MAN3%%/Jifty::Param.3.gz -%%PERL5_MAN3%%/Jifty::Param::Schema.3.gz -%%PERL5_MAN3%%/Jifty::Plugin.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::ActorMetadata.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::AdminUI.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::AdminUI::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::AdminUI::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::ConfirmEmail.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::GeneratePasswordToken.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::Login.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::Logout.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::ResendConfirmation.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::ResetLostPassword.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::Signup.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Mixin::Model::User.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::CSSQuery.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::ClassLoader.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Compat.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::CompressedCSSandJS.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Config.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Config::Action::AddConfig.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Config::Action::Config.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Config::Action::Restart.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Config::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Config::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Deflater.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::ErrorTemplates.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::ErrorTemplates::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Halo.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::I18N.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::I18N::Action::SetLang.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::IEFixes.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::LetMe.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::LetMe::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::OnlineDocs.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::OnlineDocs::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::Prototypism.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::REST.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::REST::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::RequestInspector.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::RequestInspector::Model::Request.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::RequestInspector::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SQLQueries.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SQLQueries::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SetupWizard.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SetupWizard::Action::TestDatabaseConnectivity.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SetupWizard::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SinglePage.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SinglePage::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SkeletonApp.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SkeletonApp::Dispatcher.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::SkeletonApp::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::TestServerWarnings.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::TestServerWarnings::Appender.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::TestServerWarnings::View.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::User.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::User::Mixin::Model::User.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::ViewDeclarePage.3.gz -%%PERL5_MAN3%%/Jifty::Plugin::ViewDeclarePage::Page.3.gz -%%PERL5_MAN3%%/Jifty::Record.3.gz -%%PERL5_MAN3%%/Jifty::Request.3.gz -%%PERL5_MAN3%%/Jifty::Request::Mapper.3.gz -%%PERL5_MAN3%%/Jifty::Response.3.gz -%%PERL5_MAN3%%/Jifty::Result.3.gz -%%PERL5_MAN3%%/Jifty::RightsFrom.3.gz -%%PERL5_MAN3%%/Jifty::Schema.3.gz -%%PERL5_MAN3%%/Jifty::Script.3.gz -%%PERL5_MAN3%%/Jifty::Script::Action.3.gz -%%PERL5_MAN3%%/Jifty::Script::Adopt.3.gz -%%PERL5_MAN3%%/Jifty::Script::App.3.gz -%%PERL5_MAN3%%/Jifty::Script::Env.3.gz -%%PERL5_MAN3%%/Jifty::Script::FastCGI.3.gz -%%PERL5_MAN3%%/Jifty::Script::Help.3.gz -%%PERL5_MAN3%%/Jifty::Script::Model.3.gz -%%PERL5_MAN3%%/Jifty::Script::Plugin.3.gz -%%PERL5_MAN3%%/Jifty::Script::Po.3.gz -%%PERL5_MAN3%%/Jifty::Script::Schema.3.gz -%%PERL5_MAN3%%/Jifty::Script::Script.3.gz -%%PERL5_MAN3%%/Jifty::Script::Server.3.gz -%%PERL5_MAN3%%/Jifty::Subs.3.gz -%%PERL5_MAN3%%/Jifty::Subs::Render.3.gz -%%PERL5_MAN3%%/Jifty::Test.3.gz -%%PERL5_MAN3%%/Jifty::Test::Dist.3.gz -%%PERL5_MAN3%%/Jifty::Test::Email.3.gz -%%PERL5_MAN3%%/Jifty::Test::WWW::Mechanize.3.gz -%%PERL5_MAN3%%/Jifty::Test::WWW::Selenium.3.gz -%%PERL5_MAN3%%/Jifty::TestServer.3.gz -%%PERL5_MAN3%%/Jifty::TestServer::Inline.3.gz -%%PERL5_MAN3%%/Jifty::Upgrade.3.gz -%%PERL5_MAN3%%/Jifty::Upgrade::Internal.3.gz -%%PERL5_MAN3%%/Jifty::Util.3.gz -%%PERL5_MAN3%%/Jifty::View.3.gz -%%PERL5_MAN3%%/Jifty::View::Declare.3.gz -%%PERL5_MAN3%%/Jifty::View::Declare::BaseClass.3.gz -%%PERL5_MAN3%%/Jifty::View::Declare::CRUD.3.gz -%%PERL5_MAN3%%/Jifty::View::Declare::CoreTemplates.3.gz -%%PERL5_MAN3%%/Jifty::View::Declare::Handler.3.gz -%%PERL5_MAN3%%/Jifty::View::Declare::Helpers.3.gz -%%PERL5_MAN3%%/Jifty::View::Declare::Page.3.gz -%%PERL5_MAN3%%/Jifty::View::Mason::Halo.3.gz -%%PERL5_MAN3%%/Jifty::View::Mason::Handler.3.gz -%%PERL5_MAN3%%/Jifty::View::Mason::Request.3.gz -%%PERL5_MAN3%%/Jifty::View::Static::Handler.3.gz -%%PERL5_MAN3%%/Jifty::Web.3.gz -%%PERL5_MAN3%%/Jifty::Web::FileUpload.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Clickable.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Element.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Button.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Checkbox.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Checkboxes.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Collection.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Combobox.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Date.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::DateTime.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Hidden.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::InlineButton.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::OrderedList.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Password.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Radio.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::ResetButton.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Select.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Text.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Textarea.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Time.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Unrendered.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Upload.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Field::Uploads.3.gz -%%PERL5_MAN3%%/Jifty::Web::Form::Link.3.gz -%%PERL5_MAN3%%/Jifty::Web::Menu.3.gz -%%PERL5_MAN3%%/Jifty::Web::PageRegion.3.gz -%%PERL5_MAN3%%/Jifty::Web::Session.3.gz -%%PERL5_MAN3%%/Jifty::Web::Session::ApacheSession.3.gz -%%PERL5_MAN3%%/Jifty::Web::Session::ClientSide.3.gz -%%PERL5_MAN3%%/Jifty::Web::Session::JDBI.3.gz -%%PERL5_MAN3%%/Jifty::Web::Session::None.3.gz -%%PERL5_MAN3%%/Jifty::YAML.3.gz %%SITE_PERL%%/Jifty.pm %%SITE_PERL%%/Jifty/API.pm %%SITE_PERL%%/Jifty/Action.pm @@ -234,7 +16,10 @@ bin/jifty %%SITE_PERL%%/Jifty/CAS.pm %%SITE_PERL%%/Jifty/CAS/Blob.pm %%SITE_PERL%%/Jifty/CAS/Store.pm +%%SITE_PERL%%/Jifty/CAS/Store/LocalFile.pm %%SITE_PERL%%/Jifty/CAS/Store/Memcached.pm +%%SITE_PERL%%/Jifty/CAS/Store/Memory.pm +%%SITE_PERL%%/Jifty/CAS/Store/Nested.pm %%SITE_PERL%%/Jifty/ClassLoader.pm %%SITE_PERL%%/Jifty/Client.pm %%SITE_PERL%%/Jifty/Collection.pm @@ -243,18 +28,15 @@ bin/jifty %%SITE_PERL%%/Jifty/CurrentUser.pm %%SITE_PERL%%/Jifty/DateTime.pm %%SITE_PERL%%/Jifty/Dispatcher.pm -%%SITE_PERL%%/Jifty/Event.pm -%%SITE_PERL%%/Jifty/Event/Log.pm -%%SITE_PERL%%/Jifty/Event/Model.pm %%SITE_PERL%%/Jifty/Everything.pm %%SITE_PERL%%/Jifty/Filter/DateTime.pm +%%SITE_PERL%%/Jifty/Filter/JSON.pm %%SITE_PERL%%/Jifty/Handle.pm %%SITE_PERL%%/Jifty/Handler.pm %%SITE_PERL%%/Jifty/I18N.pm %%SITE_PERL%%/Jifty/JSON.pm %%SITE_PERL%%/Jifty/LetMe.pm %%SITE_PERL%%/Jifty/Logger.pm -%%SITE_PERL%%/Jifty/Logger/EventAppender.pm %%SITE_PERL%%/Jifty/Manual.pm %%SITE_PERL%%/Jifty/Manual/AccessControl.pod %%SITE_PERL%%/Jifty/Manual/AccessControl_zhtw.pod @@ -326,6 +108,7 @@ bin/jifty %%SITE_PERL%%/Jifty/Plugin/ErrorTemplates.pm %%SITE_PERL%%/Jifty/Plugin/ErrorTemplates/View.pm %%SITE_PERL%%/Jifty/Plugin/Halo.pm +%%SITE_PERL%%/Jifty/Plugin/Halo/Mason.pm %%SITE_PERL%%/Jifty/Plugin/I18N.pm %%SITE_PERL%%/Jifty/Plugin/I18N/Action/SetLang.pm %%SITE_PERL%%/Jifty/Plugin/IEFixes.pm @@ -334,8 +117,13 @@ bin/jifty %%SITE_PERL%%/Jifty/Plugin/OnlineDocs.pm %%SITE_PERL%%/Jifty/Plugin/OnlineDocs/Dispatcher.pm %%SITE_PERL%%/Jifty/Plugin/Prototypism.pm +%%SITE_PERL%%/Jifty/Plugin/PubSub.pm +%%SITE_PERL%%/Jifty/Plugin/PubSub/Bus.pm +%%SITE_PERL%%/Jifty/Plugin/PubSub/Connection.pm +%%SITE_PERL%%/Jifty/Plugin/PubSub/Subscriptions.pm %%SITE_PERL%%/Jifty/Plugin/REST.pm %%SITE_PERL%%/Jifty/Plugin/REST/Dispatcher.pm +%%SITE_PERL%%/Jifty/Plugin/RPC.pm %%SITE_PERL%%/Jifty/Plugin/RequestInspector.pm %%SITE_PERL%%/Jifty/Plugin/RequestInspector/Model/Request.pm %%SITE_PERL%%/Jifty/Plugin/RequestInspector/View.pm @@ -376,13 +164,13 @@ bin/jifty %%SITE_PERL%%/Jifty/Script/Schema.pm %%SITE_PERL%%/Jifty/Script/Script.pm %%SITE_PERL%%/Jifty/Script/Server.pm -%%SITE_PERL%%/Jifty/Subs.pm -%%SITE_PERL%%/Jifty/Subs/Render.pm +%%SITE_PERL%%/Jifty/Script/WriteCCJS.pm %%SITE_PERL%%/Jifty/Test.pm %%SITE_PERL%%/Jifty/Test/Dist.pm %%SITE_PERL%%/Jifty/Test/Email.pm %%SITE_PERL%%/Jifty/Test/WWW/Mechanize.pm %%SITE_PERL%%/Jifty/Test/WWW/Selenium.pm +%%SITE_PERL%%/Jifty/Test/WWW/WebDriver.pm %%SITE_PERL%%/Jifty/TestServer.pm %%SITE_PERL%%/Jifty/TestServer/Inline.pm %%SITE_PERL%%/Jifty/Upgrade.pm @@ -396,7 +184,6 @@ bin/jifty %%SITE_PERL%%/Jifty/View/Declare/Handler.pm %%SITE_PERL%%/Jifty/View/Declare/Helpers.pm %%SITE_PERL%%/Jifty/View/Declare/Page.pm -%%SITE_PERL%%/Jifty/View/Mason/Halo.pm %%SITE_PERL%%/Jifty/View/Mason/Handler.pm %%SITE_PERL%%/Jifty/View/Mason/Request.pm %%SITE_PERL%%/Jifty/View/Static/Handler.pm @@ -443,10 +230,15 @@ bin/jifty %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/AdminUI/web/templates/__jifty/admin/action/dhandler %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/AdminUI/web/templates/__jifty/admin/autohandler %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/AdminUI/web/templates/__jifty/admin/index.html +%%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/Authentication/Password/web/static/js/MD5.js +%%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/Authentication/Password/web/static/js/login_hashing.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/CSSQuery/web/static/js/cssquery/cssQuery-level2.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/CSSQuery/web/static/js/cssquery/cssQuery-level3.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/CSSQuery/web/static/js/cssquery/cssQuery-standard.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/CSSQuery/web/static/js/cssquery/cssQuery.js +%%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/Halo/web/static/css/halo.css +%%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/Halo/web/static/js/halo.js +%%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/Halo/web/templates/__jifty/halo %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/I18N/web/static/js/loc.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/IEFixes/web/static/js/iefixes/IE7.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/IEFixes/web/static/js/iefixes/IE8.js @@ -466,6 +258,7 @@ bin/jifty %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/Prototypism/web/static/js/prototypism/scriptaculous/slider.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/Prototypism/web/static/js/prototypism/scriptaculous/sound.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/Prototypism/web/static/js/prototypism/scriptaculous/unittest.js +%%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/PubSub/web/static/js/pubsub.js %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/SinglePage/web/static/js/singlepage/rsh/LICENSE.txt %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/SinglePage/web/static/js/singlepage/rsh/blank.html %%SITE_PERL%%/auto/share/dist/Jifty/plugins/Jifty/Plugin/SinglePage/web/static/js/singlepage/rsh/rsh.js @@ -491,7 +284,6 @@ bin/jifty %%SITE_PERL%%/auto/share/dist/Jifty/web/static/css/datetime.css %%SITE_PERL%%/auto/share/dist/Jifty/web/static/css/facebox.css %%SITE_PERL%%/auto/share/dist/Jifty/web/static/css/forms.css -%%SITE_PERL%%/auto/share/dist/Jifty/web/static/css/halos.css %%SITE_PERL%%/auto/share/dist/Jifty/web/static/css/jquery.autocomplete.css %%SITE_PERL%%/auto/share/dist/Jifty/web/static/css/jquery.jgrowl.css %%SITE_PERL%%/auto/share/dist/Jifty/web/static/css/jquery.timepickr.css @@ -565,13 +357,11 @@ bin/jifty %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/datetime.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/dom-drag.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/facebox.js -%%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/halo.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/iepngfix.htc %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/iutil.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/jifty.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/jifty_interface.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/jifty_smoothscroll.js -%%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/jifty_subs.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/jifty_utils.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/jquery-1.4.1.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/jquery.ajaxQueue.js @@ -597,7 +387,6 @@ bin/jifty %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/yui/oom_select.patch %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/yui/tabview.js %%SITE_PERL%%/auto/share/dist/Jifty/web/static/js/yui/yahoo.js -%%SITE_PERL%%/auto/share/dist/Jifty/web/templates/=/subs %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/autocomplete.xml %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/empty %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/error/_elements/error_text @@ -606,7 +395,6 @@ bin/jifty %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/error/dhandler %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/error/error.css %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/error/mason_internal_error -%%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/halo %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/validator.xml %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/webservices/json %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/__jifty/webservices/xml @@ -623,3 +411,226 @@ bin/jifty %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/helpers/calendar.html %%SITE_PERL%%/auto/share/dist/Jifty/web/templates/index.html %%SITE_PERL%%/auto/share/dist/Jifty/web/transform_templates +%%PERL5_MAN3%%/Jifty.3.gz +%%PERL5_MAN3%%/Jifty::API.3.gz +%%PERL5_MAN3%%/Jifty::Action.3.gz +%%PERL5_MAN3%%/Jifty::Action::AboutMe.3.gz +%%PERL5_MAN3%%/Jifty::Action::Autocomplete.3.gz +%%PERL5_MAN3%%/Jifty::Action::Record.3.gz +%%PERL5_MAN3%%/Jifty::Action::Record::Bulk.3.gz +%%PERL5_MAN3%%/Jifty::Action::Record::Create.3.gz +%%PERL5_MAN3%%/Jifty::Action::Record::Delete.3.gz +%%PERL5_MAN3%%/Jifty::Action::Record::Execute.3.gz +%%PERL5_MAN3%%/Jifty::Action::Record::Search.3.gz +%%PERL5_MAN3%%/Jifty::Action::Record::Update.3.gz +%%PERL5_MAN3%%/Jifty::Action::Redirect.3.gz +%%PERL5_MAN3%%/Jifty::Bootstrap.3.gz +%%PERL5_MAN3%%/Jifty::CAS.3.gz +%%PERL5_MAN3%%/Jifty::CAS::Blob.3.gz +%%PERL5_MAN3%%/Jifty::CAS::Store.3.gz +%%PERL5_MAN3%%/Jifty::CAS::Store::LocalFile.3.gz +%%PERL5_MAN3%%/Jifty::CAS::Store::Memcached.3.gz +%%PERL5_MAN3%%/Jifty::CAS::Store::Memory.3.gz +%%PERL5_MAN3%%/Jifty::CAS::Store::Nested.3.gz +%%PERL5_MAN3%%/Jifty::ClassLoader.3.gz +%%PERL5_MAN3%%/Jifty::Client.3.gz +%%PERL5_MAN3%%/Jifty::Collection.3.gz +%%PERL5_MAN3%%/Jifty::Config.3.gz +%%PERL5_MAN3%%/Jifty::Continuation.3.gz +%%PERL5_MAN3%%/Jifty::CurrentUser.3.gz +%%PERL5_MAN3%%/Jifty::DateTime.3.gz +%%PERL5_MAN3%%/Jifty::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Everything.3.gz +%%PERL5_MAN3%%/Jifty::Filter::DateTime.3.gz +%%PERL5_MAN3%%/Jifty::Filter::JSON.3.gz +%%PERL5_MAN3%%/Jifty::Handle.3.gz +%%PERL5_MAN3%%/Jifty::Handler.3.gz +%%PERL5_MAN3%%/Jifty::I18N.3.gz +%%PERL5_MAN3%%/Jifty::JSON.3.gz +%%PERL5_MAN3%%/Jifty::LetMe.3.gz +%%PERL5_MAN3%%/Jifty::Logger.3.gz +%%PERL5_MAN3%%/Jifty::Manual.3.gz +%%PERL5_MAN3%%/Jifty::Manual::AccessControl.3.gz +%%PERL5_MAN3%%/Jifty::Manual::AccessControl_zhtw.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Actions.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Actions_zhtw.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Continuations.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Cookbook.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Deploying.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Deploying_zhtw.3.gz +%%PERL5_MAN3%%/Jifty::Manual::FAQ.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Glossary.3.gz +%%PERL5_MAN3%%/Jifty::Manual::JavaScript.3.gz +%%PERL5_MAN3%%/Jifty::Manual::JavaScript_zhtw.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Logging.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Models.3.gz +%%PERL5_MAN3%%/Jifty::Manual::ObjectModel.3.gz +%%PERL5_MAN3%%/Jifty::Manual::PageRegions.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Preload.3.gz +%%PERL5_MAN3%%/Jifty::Manual::RequestHandling.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Style.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Tutorial.3.gz +%%PERL5_MAN3%%/Jifty::Manual::TutorialRest.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Tutorial_de.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Tutorial_ja.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Tutorial_zhtw.3.gz +%%PERL5_MAN3%%/Jifty::Manual::Upgrading.3.gz +%%PERL5_MAN3%%/Jifty::Manual::UsingCSSandJS.3.gz +%%PERL5_MAN3%%/Jifty::Manual::jQueryMigrationGuide.3.gz +%%PERL5_MAN3%%/Jifty::Model::Metadata.3.gz +%%PERL5_MAN3%%/Jifty::Model::Session.3.gz +%%PERL5_MAN3%%/Jifty::Model::SessionCollection.3.gz +%%PERL5_MAN3%%/Jifty::Module::Pluggable.3.gz +%%PERL5_MAN3%%/Jifty::Notification.3.gz +%%PERL5_MAN3%%/Jifty::Object.3.gz +%%PERL5_MAN3%%/Jifty::Param.3.gz +%%PERL5_MAN3%%/Jifty::Param::Schema.3.gz +%%PERL5_MAN3%%/Jifty::Plugin.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::ActorMetadata.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::AdminUI.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::AdminUI::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::AdminUI::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::ConfirmEmail.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::GeneratePasswordToken.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::Login.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::Logout.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::ResendConfirmation.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::ResetLostPassword.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Action::Signup.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Mixin::Model::User.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Authentication::Password::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::CSSQuery.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::ClassLoader.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Compat.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::CompressedCSSandJS.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Config.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Config::Action::AddConfig.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Config::Action::Config.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Config::Action::Restart.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Config::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Config::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Deflater.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::ErrorTemplates.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::ErrorTemplates::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Halo.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Halo::Mason.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::I18N.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::I18N::Action::SetLang.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::IEFixes.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::LetMe.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::LetMe::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::OnlineDocs.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::OnlineDocs::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::Prototypism.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::PubSub.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::PubSub::Bus.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::PubSub::Connection.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::PubSub::Subscriptions.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::REST.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::REST::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::RPC.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::RequestInspector.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::RequestInspector::Model::Request.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::RequestInspector::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SQLQueries.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SQLQueries::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SetupWizard.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SetupWizard::Action::TestDatabaseConnectivity.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SetupWizard::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SinglePage.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SinglePage::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SkeletonApp.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SkeletonApp::Dispatcher.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::SkeletonApp::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::TestServerWarnings.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::TestServerWarnings::Appender.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::TestServerWarnings::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::User.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::User::Mixin::Model::User.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::ViewDeclarePage.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::ViewDeclarePage::Page.3.gz +%%PERL5_MAN3%%/Jifty::Record.3.gz +%%PERL5_MAN3%%/Jifty::Request.3.gz +%%PERL5_MAN3%%/Jifty::Request::Mapper.3.gz +%%PERL5_MAN3%%/Jifty::Response.3.gz +%%PERL5_MAN3%%/Jifty::Result.3.gz +%%PERL5_MAN3%%/Jifty::RightsFrom.3.gz +%%PERL5_MAN3%%/Jifty::Schema.3.gz +%%PERL5_MAN3%%/Jifty::Script.3.gz +%%PERL5_MAN3%%/Jifty::Script::Action.3.gz +%%PERL5_MAN3%%/Jifty::Script::Adopt.3.gz +%%PERL5_MAN3%%/Jifty::Script::App.3.gz +%%PERL5_MAN3%%/Jifty::Script::Env.3.gz +%%PERL5_MAN3%%/Jifty::Script::FastCGI.3.gz +%%PERL5_MAN3%%/Jifty::Script::Help.3.gz +%%PERL5_MAN3%%/Jifty::Script::Model.3.gz +%%PERL5_MAN3%%/Jifty::Script::Plugin.3.gz +%%PERL5_MAN3%%/Jifty::Script::Po.3.gz +%%PERL5_MAN3%%/Jifty::Script::Schema.3.gz +%%PERL5_MAN3%%/Jifty::Script::Script.3.gz +%%PERL5_MAN3%%/Jifty::Script::Server.3.gz +%%PERL5_MAN3%%/Jifty::Script::WriteCCJS.3.gz +%%PERL5_MAN3%%/Jifty::Test.3.gz +%%PERL5_MAN3%%/Jifty::Test::Dist.3.gz +%%PERL5_MAN3%%/Jifty::Test::Email.3.gz +%%PERL5_MAN3%%/Jifty::Test::WWW::Mechanize.3.gz +%%PERL5_MAN3%%/Jifty::Test::WWW::Selenium.3.gz +%%PERL5_MAN3%%/Jifty::Test::WWW::WebDriver.3.gz +%%PERL5_MAN3%%/Jifty::TestServer.3.gz +%%PERL5_MAN3%%/Jifty::TestServer::Inline.3.gz +%%PERL5_MAN3%%/Jifty::Upgrade.3.gz +%%PERL5_MAN3%%/Jifty::Upgrade::Internal.3.gz +%%PERL5_MAN3%%/Jifty::Util.3.gz +%%PERL5_MAN3%%/Jifty::View.3.gz +%%PERL5_MAN3%%/Jifty::View::Declare.3.gz +%%PERL5_MAN3%%/Jifty::View::Declare::BaseClass.3.gz +%%PERL5_MAN3%%/Jifty::View::Declare::CRUD.3.gz +%%PERL5_MAN3%%/Jifty::View::Declare::CoreTemplates.3.gz +%%PERL5_MAN3%%/Jifty::View::Declare::Handler.3.gz +%%PERL5_MAN3%%/Jifty::View::Declare::Helpers.3.gz +%%PERL5_MAN3%%/Jifty::View::Declare::Page.3.gz +%%PERL5_MAN3%%/Jifty::View::Mason::Handler.3.gz +%%PERL5_MAN3%%/Jifty::View::Mason::Request.3.gz +%%PERL5_MAN3%%/Jifty::View::Static::Handler.3.gz +%%PERL5_MAN3%%/Jifty::Web.3.gz +%%PERL5_MAN3%%/Jifty::Web::FileUpload.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Clickable.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Element.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Button.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Checkbox.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Checkboxes.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Collection.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Combobox.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Date.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::DateTime.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Hidden.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::InlineButton.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::OrderedList.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Password.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Radio.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::ResetButton.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Select.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Text.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Textarea.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Time.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Unrendered.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Upload.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Field::Uploads.3.gz +%%PERL5_MAN3%%/Jifty::Web::Form::Link.3.gz +%%PERL5_MAN3%%/Jifty::Web::Menu.3.gz +%%PERL5_MAN3%%/Jifty::Web::PageRegion.3.gz +%%PERL5_MAN3%%/Jifty::Web::Session.3.gz +%%PERL5_MAN3%%/Jifty::Web::Session::ApacheSession.3.gz +%%PERL5_MAN3%%/Jifty::Web::Session::ClientSide.3.gz +%%PERL5_MAN3%%/Jifty::Web::Session::JDBI.3.gz +%%PERL5_MAN3%%/Jifty::Web::Session::None.3.gz +%%PERL5_MAN3%%/Jifty::YAML.3.gz From owner-svn-ports-all@freebsd.org Tue Feb 28 22:54:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A44CCF2805; Tue, 28 Feb 2017 22:54:14 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDE8EC3; Tue, 28 Feb 2017 22:54:13 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMsDiS086537; Tue, 28 Feb 2017 22:54:13 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMsC42086535; Tue, 28 Feb 2017 22:54:12 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702282254.v1SMsC42086535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Tue, 28 Feb 2017 22:54:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435109 - head/x11/sessreg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:54:14 -0000 Author: rezny Date: Tue Feb 28 22:54:12 2017 New Revision: 435109 URL: https://svnweb.freebsd.org/changeset/ports/435109 Log: Update to 1.1.1 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9840 Modified: head/x11/sessreg/Makefile head/x11/sessreg/distinfo Modified: head/x11/sessreg/Makefile ============================================================================== --- head/x11/sessreg/Makefile Tue Feb 28 22:51:37 2017 (r435108) +++ head/x11/sessreg/Makefile Tue Feb 28 22:54:12 2017 (r435109) @@ -1,15 +1,16 @@ # $FreeBSD$ PORTNAME= sessreg -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Manage utmp/wtmp entries for non-init X clients +LICENSE= MIT + XORG_CAT= app USE_XORG= x11 -CPP+= -P # Required for gcc5+ PLIST_FILES= bin/sessreg man/man1/sessreg.1.gz Modified: head/x11/sessreg/distinfo ============================================================================== --- head/x11/sessreg/distinfo Tue Feb 28 22:51:37 2017 (r435108) +++ head/x11/sessreg/distinfo Tue Feb 28 22:54:12 2017 (r435109) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/sessreg-1.1.0.tar.bz2) = 551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c -SIZE (xorg/app/sessreg-1.1.0.tar.bz2) = 134484 +TIMESTAMP = 1488318538 +SHA256 (xorg/app/sessreg-1.1.1.tar.bz2) = 78a76ae3f3f6a26547a34630d1b740f42344848b5fb6d7c9c7f7da255e35a6e1 +SIZE (xorg/app/sessreg-1.1.1.tar.bz2) = 136044 From owner-svn-ports-all@freebsd.org Tue Feb 28 23:28:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C80BCF2252; Tue, 28 Feb 2017 23:28:57 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AC68EC0; Tue, 28 Feb 2017 23:28:56 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SNSuCp098884; Tue, 28 Feb 2017 23:28:56 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SNStnU098880; Tue, 28 Feb 2017 23:28:55 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201702282328.v1SNStnU098880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Tue, 28 Feb 2017 23:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435110 - in head/textproc: . kiss-templates X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 23:28:57 -0000 Author: grembo Date: Tue Feb 28 23:28:55 2017 New Revision: 435110 URL: https://svnweb.freebsd.org/changeset/ports/435110 Log: New port: textproc/kiss-templates Type safe "Keep it simple, stupid" text templates for C++. WWW: https://github.com/rbock/kiss-templates PR: 217418 Submitted by: Andreas Sommer Added: head/textproc/kiss-templates/ head/textproc/kiss-templates/Makefile (contents, props changed) head/textproc/kiss-templates/distinfo (contents, props changed) head/textproc/kiss-templates/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Feb 28 22:54:12 2017 (r435109) +++ head/textproc/Makefile Tue Feb 28 23:28:55 2017 (r435110) @@ -372,6 +372,7 @@ SUBDIR += kibana45 SUBDIR += kibana50 SUBDIR += kibana50-x-pack + SUBDIR += kiss-templates SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer SUBDIR += kmfl-sil-ezra Added: head/textproc/kiss-templates/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kiss-templates/Makefile Tue Feb 28 23:28:55 2017 (r435110) @@ -0,0 +1,32 @@ +# Created by: Andreas Sommer +# $FreeBSD$ + +PORTNAME= kiss-templates +PORTVERSION= 0.18 +CATEGORIES= textproc + +MAINTAINER= andreas.sommer87@googlemail.com +COMMENT= Type safe "Keep it simple, stupid" text templates for C++ + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= rbock + +PLIST_FILES= bin/kiste2cpp \ + include/kiste/html.h \ + include/kiste/kiste.h \ + include/kiste/raw.h \ + include/kiste/terminal.h + +USES= cmake + +OPTIONS_DEFINE= TEST +TEST_DESC= Build with unit tests +TEST_BUILD_DEPENDS= boost-libs>=1.55:devel/boost-libs +TEST_USES= python:2,build,test shebangfix +TEST_TEST_TARGET= test +SHEBANG_FILES= tests/comparison-based/generate.py tests/differ.py + +.include Added: head/textproc/kiss-templates/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kiss-templates/distinfo Tue Feb 28 23:28:55 2017 (r435110) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488320042 +SHA256 (rbock-kiss-templates-0.18_GH0.tar.gz) = 9ef6441b6dff992de8a8189b35293bef2b8f1892dee2f3d1dd6d0d6d6f6fb5e9 +SIZE (rbock-kiss-templates-0.18_GH0.tar.gz) = 27930 Added: head/textproc/kiss-templates/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kiss-templates/pkg-descr Tue Feb 28 23:28:55 2017 (r435110) @@ -0,0 +1,3 @@ +Type safe "Keep it simple, stupid" text templates for C++. + +WWW: https://github.com/rbock/kiss-templates From owner-svn-ports-all@freebsd.org Tue Feb 28 23:38:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49E60CF25FF; Tue, 28 Feb 2017 23:38:46 +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 198D0977; Tue, 28 Feb 2017 23:38:46 +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 v1SNcjdG003396; Tue, 28 Feb 2017 23:38:45 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SNcjkr003394; Tue, 28 Feb 2017 23:38:45 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201702282338.v1SNcjkr003394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 28 Feb 2017 23:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435111 - head/science/py-obspy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 23:38:46 -0000 Author: wen Date: Tue Feb 28 23:38:44 2017 New Revision: 435111 URL: https://svnweb.freebsd.org/changeset/ports/435111 Log: - Update to 1.0.3 Modified: head/science/py-obspy/Makefile head/science/py-obspy/distinfo Modified: head/science/py-obspy/Makefile ============================================================================== --- head/science/py-obspy/Makefile Tue Feb 28 23:28:55 2017 (r435110) +++ head/science/py-obspy/Makefile Tue Feb 28 23:38:44 2017 (r435111) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= obspy -PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTVERSION= 1.0.3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-obspy/distinfo ============================================================================== --- head/science/py-obspy/distinfo Tue Feb 28 23:28:55 2017 (r435110) +++ head/science/py-obspy/distinfo Tue Feb 28 23:38:44 2017 (r435111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470643879 -SHA256 (obspy-1.0.2.zip) = 37d563e36a44a5309b2f53b394d7391d49c8a62b0e8d0f0d13f54ea4e2943230 -SIZE (obspy-1.0.2.zip) = 22774079 +TIMESTAMP = 1488278615 +SHA256 (obspy-1.0.3.zip) = 7170c7427471f978f7a7b0fe61c2bfb7094c59b3859cd8d5d5bbae6380cc20a5 +SIZE (obspy-1.0.3.zip) = 22798404 From owner-svn-ports-all@freebsd.org Tue Feb 28 23:54:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C8C1CF2AF5; Tue, 28 Feb 2017 23:54:56 +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 EA40677A; Tue, 28 Feb 2017 23:54:55 +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 v1SNstHg011165; Tue, 28 Feb 2017 23:54:55 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SNssqM011164; Tue, 28 Feb 2017 23:54:54 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201702282354.v1SNssqM011164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 28 Feb 2017 23:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435112 - head/databases/mysql-connector-java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 23:54:56 -0000 Author: matthew Date: Tue Feb 28 23:54:54 2017 New Revision: 435112 URL: https://svnweb.freebsd.org/changeset/ports/435112 Log: Update to 5.1.41 ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-41.html Modified: head/databases/mysql-connector-java/Makefile head/databases/mysql-connector-java/distinfo Modified: head/databases/mysql-connector-java/Makefile ============================================================================== --- head/databases/mysql-connector-java/Makefile Tue Feb 28 23:38:44 2017 (r435111) +++ head/databases/mysql-connector-java/Makefile Tue Feb 28 23:54:54 2017 (r435112) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql-connector-java -PORTVERSION= 5.1.40 +PORTVERSION= 5.1.41 CATEGORIES= databases java MASTER_SITES= MYSQL/Connector-J Modified: head/databases/mysql-connector-java/distinfo ============================================================================== --- head/databases/mysql-connector-java/distinfo Tue Feb 28 23:38:44 2017 (r435111) +++ head/databases/mysql-connector-java/distinfo Tue Feb 28 23:54:54 2017 (r435112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475571381 -SHA256 (mysql-connector-java-5.1.40.tar.gz) = 668330de57485999cdbbcad22ea21159a0fc3711f11ccbca7b12b65195fa7539 -SIZE (mysql-connector-java-5.1.40.tar.gz) = 3911557 +TIMESTAMP = 1488271183 +SHA256 (mysql-connector-java-5.1.41.tar.gz) = 664d83b50ce2e9ce658cae8bd8f2155fdd1e3dc268d1e69def9c8ee64bf5d388 +SIZE (mysql-connector-java-5.1.41.tar.gz) = 3923677 From owner-svn-ports-all@freebsd.org Wed Mar 1 01:47:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D80A1CF2F5A; Wed, 1 Mar 2017 01:47:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6630CC9; Wed, 1 Mar 2017 01:47:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v211lURg055020; Wed, 1 Mar 2017 01:47:30 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v211lUEA055019; Wed, 1 Mar 2017 01:47:30 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201703010147.v211lUEA055019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 1 Mar 2017 01:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435113 - head/multimedia/mkclean X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 01:47:31 -0000 Author: linimon Date: Wed Mar 1 01:47:30 2017 New Revision: 435113 URL: https://svnweb.freebsd.org/changeset/ports/435113 Log: Previous commit should have been for armv6. Note: the last release of this code was 2012. Remember to take some antacids if you try to read this code. Approved by: portmgr (tier-2 blanket) Modified: head/multimedia/mkclean/Makefile Modified: head/multimedia/mkclean/Makefile ============================================================================== --- head/multimedia/mkclean/Makefile Tue Feb 28 23:54:54 2017 (r435112) +++ head/multimedia/mkclean/Makefile Wed Mar 1 01:47:30 2017 (r435113) @@ -26,6 +26,7 @@ PLIST_FILES= bin/mkclean \ bin/mkWDclean BROKEN_aarch64= Does not install: arm-none-linux-gnueabi-gcc: Command not found +BROKEN_armv6= Does not install: arm-none-linux-gnueabi-gcc: Command not found BROKEN_mips64= Does not install: mipsel-linux-gcc: Command not found BROKEN_sparc64= Does not install: gmake: GNUmakefile: No such file or directory From owner-svn-ports-all@freebsd.org Wed Mar 1 01:57:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B353CF21E1; Wed, 1 Mar 2017 01:57: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 6AC96237; Wed, 1 Mar 2017 01:57: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 v211vuHV058935; Wed, 1 Mar 2017 01:57:56 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v211vu26058934; Wed, 1 Mar 2017 01:57:56 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201703010157.v211vu26058934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 1 Mar 2017 01:57:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435114 - head/x11/metisse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 01:57:57 -0000 Author: linimon Date: Wed Mar 1 01:57:56 2017 New Revision: 435114 URL: https://svnweb.freebsd.org/changeset/ports/435114 Log: Also mark as broken on armv6. Note: this port is unmaintained, and there has been no upstream release since 2008. Approved by: portmgr (tier-2 blanket) Modified: head/x11/metisse/Makefile Modified: head/x11/metisse/Makefile ============================================================================== --- head/x11/metisse/Makefile Wed Mar 1 01:47:30 2017 (r435113) +++ head/x11/metisse/Makefile Wed Mar 1 01:57:56 2017 (r435114) @@ -19,6 +19,7 @@ RUN_DEPENDS= xorg-fonts>0:x11-fonts/xorg CONFLICTS= fvwm-1.* fvwm-2.* BROKEN_aarch64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 +BROKEN_armv6= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 USES= gettext libtool pathfix pkgconfig python shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \ From owner-svn-ports-all@freebsd.org Wed Mar 1 02:11:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1AC4CF245C; Wed, 1 Mar 2017 02:11:15 +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 BEBF3C11; Wed, 1 Mar 2017 02:11:15 +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 v212BEdR063789; Wed, 1 Mar 2017 02:11:14 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v212BEH2063788; Wed, 1 Mar 2017 02:11:14 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201703010211.v212BEH2063788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 1 Mar 2017 02:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435115 - head/games/iortcw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 02:11:16 -0000 Author: linimon Date: Wed Mar 1 02:11:14 2017 New Revision: 435115 URL: https://svnweb.freebsd.org/changeset/ports/435115 Log: Mark broken on armv6 as well. Upon investigation, the error is deep in the makefiles. Possibly a version update could fix this? Approved by: portmgr (tier-2 blanket) Modified: head/games/iortcw/Makefile Modified: head/games/iortcw/Makefile ============================================================================== --- head/games/iortcw/Makefile Wed Mar 1 01:57:56 2017 (r435114) +++ head/games/iortcw/Makefile Wed Mar 1 02:11:14 2017 (r435115) @@ -46,6 +46,7 @@ MP_ALL_TARGET= mp MP_INSTALL_TARGET= mp-install BROKEN_aarch64= Fails to configure: error: Architecture not supported +BROKEN_armv6= Fails to configure: error: Architecture not supported post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} From owner-svn-ports-all@freebsd.org Wed Mar 1 02:16:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1984DCF25F8; Wed, 1 Mar 2017 02:16:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFA8A154; Wed, 1 Mar 2017 02:16:15 +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 v212GEqs066845; Wed, 1 Mar 2017 02:16:14 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v212GE8B066844; Wed, 1 Mar 2017 02:16:14 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201703010216.v212GE8B066844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 1 Mar 2017 02:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435116 - head/lang/micropython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 02:16:16 -0000 Author: linimon Date: Wed Mar 1 02:16:14 2017 New Revision: 435116 URL: https://svnweb.freebsd.org/changeset/ports/435116 Log: Mark as broken on armv6. Although there is an assembler routine for arm, the label "0:" is rejected. Perhaps an update to 1.8.7 could help. Approved by: portmgr (tier-2 blanket) Modified: head/lang/micropython/Makefile Modified: head/lang/micropython/Makefile ============================================================================== --- head/lang/micropython/Makefile Wed Mar 1 02:11:14 2017 (r435115) +++ head/lang/micropython/Makefile Wed Mar 1 02:16:14 2017 (r435116) @@ -2,8 +2,8 @@ PORTNAME= micropython PORTVERSION= 1.5.1 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= lang python MAINTAINER= ports@FreeBSD.org @@ -19,6 +19,8 @@ USE_GITHUB= yes PLIST_FILES= bin/micropython +BROKEN_armv6= fails to assemble: error: invalid operand for instruction + WRKSRC_SUBDIR= unix SHEBANG_FILES= ../tools/make-frozen.py From owner-svn-ports-all@freebsd.org Wed Mar 1 02:37:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F4DFCF2A12; Wed, 1 Mar 2017 02:37:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4581DB1D; Wed, 1 Mar 2017 02:37:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v212bmHr074709; Wed, 1 Mar 2017 02:37:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v212bmeB074707; Wed, 1 Mar 2017 02:37:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703010237.v212bmeB074707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 1 Mar 2017 02:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435117 - head/net-p2p/sonarr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 02:37:49 -0000 Author: feld Date: Wed Mar 1 02:37:47 2017 New Revision: 435117 URL: https://svnweb.freebsd.org/changeset/ports/435117 Log: net-p2p/sonarr: Update to 2.0.0.4613 Modified: head/net-p2p/sonarr/Makefile head/net-p2p/sonarr/distinfo head/net-p2p/sonarr/pkg-plist Modified: head/net-p2p/sonarr/Makefile ============================================================================== --- head/net-p2p/sonarr/Makefile Wed Mar 1 02:16:14 2017 (r435116) +++ head/net-p2p/sonarr/Makefile Wed Mar 1 02:37:47 2017 (r435117) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sonarr -PORTVERSION= 2.0.0.4472 +PORTVERSION= 2.0.0.4613 PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ Modified: head/net-p2p/sonarr/distinfo ============================================================================== --- head/net-p2p/sonarr/distinfo Wed Mar 1 02:16:14 2017 (r435116) +++ head/net-p2p/sonarr/distinfo Wed Mar 1 02:37:47 2017 (r435117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483374529 -SHA256 (NzbDrone.master.2.0.0.4472.mono.tar.gz) = 88dffabaa1e9aca3758887f71e9acd7b9a4dfbd34d771a4a88cadf53c01fe06b -SIZE (NzbDrone.master.2.0.0.4472.mono.tar.gz) = 6676193 +TIMESTAMP = 1488334737 +SHA256 (NzbDrone.master.2.0.0.4613.mono.tar.gz) = 145e593ea15badfc28e71b3760348915188e8a7ff074eef78bde1fae40a91ca9 +SIZE (NzbDrone.master.2.0.0.4613.mono.tar.gz) = 6730055 Modified: head/net-p2p/sonarr/pkg-plist ============================================================================== --- head/net-p2p/sonarr/pkg-plist Wed Mar 1 02:16:14 2017 (r435116) +++ head/net-p2p/sonarr/pkg-plist Wed Mar 1 02:37:47 2017 (r435117) @@ -68,6 +68,8 @@ %%DATADIR%%/NzbDrone.Update/NzbDrone.Update.exe.config %%DATADIR%%/NzbDrone.Update/NzbDrone.Update.exe.mdb %%DATADIR%%/NzbDrone.Update/Org.Mentalis.dll +%%DATADIR%%/NzbDrone.Update/SharpRaven.dll +%%DATADIR%%/NzbDrone.Update/SharpRaven.dll.mdb %%DATADIR%%/NzbDrone.Update/SocksWebProxy.dll %%DATADIR%%/NzbDrone.exe %%DATADIR%%/NzbDrone.exe.config @@ -78,6 +80,8 @@ %%DATADIR%%/Owin.dll %%DATADIR%%/Prowlin.dll %%DATADIR%%/RestSharp.dll +%%DATADIR%%/SharpRaven.dll +%%DATADIR%%/SharpRaven.dll.mdb %%DATADIR%%/SocksWebProxy.dll %%DATADIR%%/System.Data.SQLite.dll %%DATADIR%%/System.Data.SQLite.xml From owner-svn-ports-all@freebsd.org Wed Mar 1 02:39:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3BC4CF2A55; Wed, 1 Mar 2017 02:39:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 807E2C26; Wed, 1 Mar 2017 02:39:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v212dF5Q074865; Wed, 1 Mar 2017 02:39:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v212dF60074863; Wed, 1 Mar 2017 02:39:15 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201703010239.v212dF60074863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 1 Mar 2017 02:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435118 - in head/math: ocamlgsl orpie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 02:39:16 -0000 Author: linimon Date: Wed Mar 1 02:39:15 2017 New Revision: 435118 URL: https://svnweb.freebsd.org/changeset/ports/435118 Log: Mark as not for armv6: "not supported". Note that in both of these cases, new versions are available. Approved by: portmgr (tier-2 blanket) Modified: head/math/ocamlgsl/Makefile head/math/orpie/Makefile Modified: head/math/ocamlgsl/Makefile ============================================================================== --- head/math/ocamlgsl/Makefile Wed Mar 1 02:37:47 2017 (r435117) +++ head/math/ocamlgsl/Makefile Wed Mar 1 02:39:15 2017 (r435118) @@ -29,6 +29,9 @@ OCAML_PKGDIRS= gsl HAS_CONFIGURE= YES MAKE_JOBS_UNSAFE= yes +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= architectures with double-word alignment for doubles are not supported + DOCSDIR= ${LOCALBASE}/share/doc OPTIONS_DEFINE= DOCS Modified: head/math/orpie/Makefile ============================================================================== --- head/math/orpie/Makefile Wed Mar 1 02:37:47 2017 (r435117) +++ head/math/orpie/Makefile Wed Mar 1 02:39:15 2017 (r435118) @@ -20,6 +20,9 @@ USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= architectures with double-word alignment for doubles are not supported + PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc \ man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \ man/man5/orpierc.5.gz From owner-svn-ports-all@freebsd.org Wed Mar 1 03:33:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15366CF2912; Wed, 1 Mar 2017 03:33:55 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E70DDF1E; Wed, 1 Mar 2017 03:33:54 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3A5004432; Wed, 1 Mar 2017 03:33:54 +0000 (UTC) Date: Wed, 1 Mar 2017 03:33:54 +0000 From: Alexey Dokuchaev To: Michael Gmelin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435110 - in head/textproc: . kiss-templates Message-ID: <20170301033354.GA74787@FreeBSD.org> References: <201702282328.v1SNStnU098880@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702282328.v1SNStnU098880@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, 01 Mar 2017 03:33:55 -0000 On Tue, Feb 28, 2017 at 11:28:55PM +0000, Michael Gmelin wrote: > New Revision: 435110 > URL: https://svnweb.freebsd.org/changeset/ports/435110 > > Log: > New port: textproc/kiss-templates > > Added: head/textproc/kiss-templates/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/textproc/kiss-templates/Makefile Tue Feb 28 23:28:55 2017 (r435110) > @@ -0,0 +1,32 @@ > +# Created by: Andreas Sommer > +# $FreeBSD$ > + > +PORTNAME= kiss-templates > +PORTVERSION= 0.18 > +CATEGORIES= textproc > [... and below ...] Indentation is broken in the Makefile (off by one tab). Can you please fix it? Also, port description should be more than a copy of COMMENT, allow me to quote section 3.2.1 of PHB: "A well-written pkg-descr describes the port completely enough that users would not have to consult the documentation or visit the website to understand what the software does, how it can be useful, or what particularly nice features it has." ./danfe From owner-svn-ports-all@freebsd.org Wed Mar 1 03:37:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51D83CF29E2; Wed, 1 Mar 2017 03:37:07 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0654086; Wed, 1 Mar 2017 03:37:06 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v213b6DW099104; Wed, 1 Mar 2017 03:37:06 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v213b5pW099101; Wed, 1 Mar 2017 03:37:05 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703010337.v213b5pW099101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Wed, 1 Mar 2017 03:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435119 - head/misc/zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 03:37:07 -0000 Author: skreuzer Date: Wed Mar 1 03:37:05 2017 New Revision: 435119 URL: https://svnweb.freebsd.org/changeset/ports/435119 Log: Update to version 2017a Modified: head/misc/zoneinfo/Makefile head/misc/zoneinfo/distinfo head/misc/zoneinfo/pkg-plist Modified: head/misc/zoneinfo/Makefile ============================================================================== --- head/misc/zoneinfo/Makefile Wed Mar 1 02:39:15 2017 (r435118) +++ head/misc/zoneinfo/Makefile Wed Mar 1 03:37:05 2017 (r435119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2016j +DISTVERSION= 2017a CATEGORIES= misc MASTER_SITES= ftp://ftp.iana.org/tz/releases/ \ ftp://munnari.oz.au/pub/ Modified: head/misc/zoneinfo/distinfo ============================================================================== --- head/misc/zoneinfo/distinfo Wed Mar 1 02:39:15 2017 (r435118) +++ head/misc/zoneinfo/distinfo Wed Mar 1 03:37:05 2017 (r435119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483451757 -SHA256 (tzdata2016j.tar.gz) = f5ee4e0f115f6c2faee1c4b16193a97338cbd1b503f2cea6c5a768c82ff39dc8 -SIZE (tzdata2016j.tar.gz) = 321185 +TIMESTAMP = 1488339183 +SHA256 (tzdata2017a.tar.gz) = df3a5c4d0a2cf0cde0b3f35796ccf6c9acfd598b8e70f8dece5404cd7626bbd6 +SIZE (tzdata2017a.tar.gz) = 323983 Modified: head/misc/zoneinfo/pkg-plist ============================================================================== --- head/misc/zoneinfo/pkg-plist Wed Mar 1 02:39:15 2017 (r435118) +++ head/misc/zoneinfo/pkg-plist Wed Mar 1 03:37:05 2017 (r435119) @@ -166,6 +166,7 @@ %%DATADIR%%/America/Port_of_Spain %%DATADIR%%/America/Porto_Velho %%DATADIR%%/America/Puerto_Rico +%%DATADIR%%/America/Punta_Arenas %%DATADIR%%/America/Rainy_River %%DATADIR%%/America/Rankin_Inlet %%DATADIR%%/America/Recife @@ -448,7 +449,6 @@ %%DATADIR%%/Pacific/Guadalcanal %%DATADIR%%/Pacific/Guam %%DATADIR%%/Pacific/Honolulu -%%DATADIR%%/Pacific/Johnston %%DATADIR%%/Pacific/Kiritimati %%DATADIR%%/Pacific/Kosrae %%DATADIR%%/Pacific/Kwajalein From owner-svn-ports-all@freebsd.org Wed Mar 1 03:52:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A6F7CF2D39; Wed, 1 Mar 2017 03:52:11 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D004CAD5; Wed, 1 Mar 2017 03:52:10 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v213q91B006079; Wed, 1 Mar 2017 03:52:09 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v213q93H006077; Wed, 1 Mar 2017 03:52:09 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703010352.v213q93H006077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Wed, 1 Mar 2017 03:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435120 - head/graphics/processing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 03:52:11 -0000 Author: skreuzer Date: Wed Mar 1 03:52:09 2017 New Revision: 435120 URL: https://svnweb.freebsd.org/changeset/ports/435120 Log: Update MASTER_SITES Modified: head/graphics/processing/Makefile head/graphics/processing/distinfo Modified: head/graphics/processing/Makefile ============================================================================== --- head/graphics/processing/Makefile Wed Mar 1 03:37:05 2017 (r435119) +++ head/graphics/processing/Makefile Wed Mar 1 03:52:09 2017 (r435120) @@ -5,7 +5,7 @@ PORTNAME= processing PORTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= graphics cad java -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://download.processing.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux MAINTAINER= skreuzer@FreeBSD.org @@ -13,8 +13,6 @@ COMMENT= Programming environment for ima LICENSE= GPLv2 -BROKEN= Unfetchable (google code has gone away) - RUN_DEPENDS= jikes>=1.22:java/jikes \ ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:comms/rxtx Modified: head/graphics/processing/distinfo ============================================================================== --- head/graphics/processing/distinfo Wed Mar 1 03:37:05 2017 (r435119) +++ head/graphics/processing/distinfo Wed Mar 1 03:52:09 2017 (r435120) @@ -1,2 +1,3 @@ +TIMESTAMP = 1488340290 SHA256 (processing-1.5.1-linux.tgz) = 970a8a36d9fd77764a9d369865140825956eba006c37e83d331c576c7e6f595e SIZE (processing-1.5.1-linux.tgz) = 91230153 From owner-svn-ports-all@freebsd.org Wed Mar 1 06:12:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A778CF54D9; Wed, 1 Mar 2017 06:12:31 +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 C4CB417F7; Wed, 1 Mar 2017 06:12:30 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v216CTY3061919; Wed, 1 Mar 2017 06:12:29 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v216CTPB061916; Wed, 1 Mar 2017 06:12:29 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201703010612.v216CTPB061916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 1 Mar 2017 06:12:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435121 - head/net/dhcp6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 06:12:31 -0000 Author: hrs Date: Wed Mar 1 06:12:29 2017 New Revision: 435121 URL: https://svnweb.freebsd.org/changeset/ports/435121 Log: Update to 20080615.2. Changes include: - Remove the PID file just before dhcp6c actually exits. - Set a DHCPv6 state keyword to an environment variable "REASON" which is passed to the client script when receiving a REPLY message instead of "NBI". - Add a signal handler for SIGUSR1 to forcibly exit without releasing the obtained addresses. - Add a new script event "EXIT", which is invoked when dhcp6c exits. Reference: https://github.com/hrs-allbsd/wide-dhcpv6/pull/5 Modified: head/net/dhcp6/Makefile head/net/dhcp6/distinfo Modified: head/net/dhcp6/Makefile ============================================================================== --- head/net/dhcp6/Makefile Wed Mar 1 03:52:09 2017 (r435120) +++ head/net/dhcp6/Makefile Wed Mar 1 06:12:29 2017 (r435121) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcp6 -PORTVERSION= 20080615.1 +PORTVERSION= 20080615.2 DISTVERSIONPREFIX= v CATEGORIES= net ipv6 Modified: head/net/dhcp6/distinfo ============================================================================== --- head/net/dhcp6/distinfo Wed Mar 1 03:52:09 2017 (r435120) +++ head/net/dhcp6/distinfo Wed Mar 1 06:12:29 2017 (r435121) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482135497 -SHA256 (hrs-allbsd-wide-dhcpv6-v20080615.1_GH0.tar.gz) = 3731bc5bf709627f14d0ffe7805a08055f3f483376ca49e6da708a12dddc0f42 -SIZE (hrs-allbsd-wide-dhcpv6-v20080615.1_GH0.tar.gz) = 195171 +TIMESTAMP = 1488348615 +SHA256 (hrs-allbsd-wide-dhcpv6-v20080615.2_GH0.tar.gz) = 49c2a5135d41ca00544d60bff02866cd1b2717470c7c5247996bb58f428420c2 +SIZE (hrs-allbsd-wide-dhcpv6-v20080615.2_GH0.tar.gz) = 195413 From owner-svn-ports-all@freebsd.org Wed Mar 1 07:00:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB061CF3EFF; Wed, 1 Mar 2017 07:00:38 +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 B822914BB; Wed, 1 Mar 2017 07:00:38 +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 v2170bC3077836; Wed, 1 Mar 2017 07:00:37 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2170b5B077834; Wed, 1 Mar 2017 07:00:37 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703010700.v2170b5B077834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Mar 2017 07:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435123 - head/biology/python-nexus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 07:00:39 -0000 Author: wen Date: Wed Mar 1 07:00:37 2017 New Revision: 435123 URL: https://svnweb.freebsd.org/changeset/ports/435123 Log: - Update to 1.42 Modified: head/biology/python-nexus/Makefile head/biology/python-nexus/distinfo Modified: head/biology/python-nexus/Makefile ============================================================================== --- head/biology/python-nexus/Makefile Wed Mar 1 06:38:42 2017 (r435122) +++ head/biology/python-nexus/Makefile Wed Mar 1 07:00:37 2017 (r435123) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-nexus -PORTVERSION= 1.35 +PORTVERSION= 1.42 CATEGORIES= biology python MASTER_SITES= CHEESESHOP Modified: head/biology/python-nexus/distinfo ============================================================================== --- head/biology/python-nexus/distinfo Wed Mar 1 06:38:42 2017 (r435122) +++ head/biology/python-nexus/distinfo Wed Mar 1 07:00:37 2017 (r435123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465371219 -SHA256 (python-nexus-1.35.tar.gz) = 12a104fcbd455638170777bee74aa14cf860c6e7027260c165fa368499e5af6c -SIZE (python-nexus-1.35.tar.gz) = 21509 +TIMESTAMP = 1488351455 +SHA256 (python-nexus-1.42.tar.gz) = 3fd55693665be83a56955b381913f51d997f51e1aa2da77b0373d87467fae632 +SIZE (python-nexus-1.42.tar.gz) = 21599 From owner-svn-ports-all@freebsd.org Wed Mar 1 06:38:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFAADCF4F2E; Wed, 1 Mar 2017 06:38:44 +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 7DA22AA5; Wed, 1 Mar 2017 06:38:44 +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 v216ch1q069997; Wed, 1 Mar 2017 06:38:43 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v216chn6069992; Wed, 1 Mar 2017 06:38:43 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703010638.v216chn6069992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Mar 2017 06:38:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435122 - in head/math/reduce: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 06:38:44 -0000 Author: wen Date: Wed Mar 1 06:38:42 2017 New Revision: 435122 URL: https://svnweb.freebsd.org/changeset/ports/435122 Log: - Update to version 20170124 PR: 217410 Submitted by: pfg@(maintainer) Added: head/math/reduce/files/patch-fox-configure.ac (contents, props changed) Modified: head/math/reduce/Makefile head/math/reduce/distinfo head/math/reduce/files/runpsl.sh head/math/reduce/pkg-plist Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Wed Mar 1 06:12:29 2017 (r435121) +++ head/math/reduce/Makefile Wed Mar 1 06:38:42 2017 (r435122) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= reduce -PORTVERSION= 20141130 +PORTVERSION= 20170124 CATEGORIES= math lang MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/ -DISTNAME= ${PORTNAME}-src-2014-11-30 +DISTNAME= Reduce-svn3877-src MAINTAINER= pfg@FreeBSD.org COMMENT= Portable general-purpose computer algebra system @@ -14,13 +14,13 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= gnuplot:math/gnuplot -USES= autoreconf:build gmake ncurses tar:bzip2 +USES= autoreconf:build gmake libtool ncurses 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 +SFSUBDIR= snapshot_2017-01-24 # Avoid GNU_CONFIGURE as it breaks staging HAS_CONFIGURE= yes @@ -48,7 +48,7 @@ USES+= jpeg CPPFLAGS+= `freetype-config --cflags` LDFLAGS+= `freetype-config --libs` .else -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 .endif .if ${PORT_OPTIONS:MCSL} Modified: head/math/reduce/distinfo ============================================================================== --- head/math/reduce/distinfo Wed Mar 1 06:12:29 2017 (r435121) +++ head/math/reduce/distinfo Wed Mar 1 06:38:42 2017 (r435122) @@ -1,2 +1,3 @@ -SHA256 (reduce-src-2014-11-30.tar.bz2) = b15debc944475d4daee1bcbdbaff415693522306785507f2d3110d75df6e7006 -SIZE (reduce-src-2014-11-30.tar.bz2) = 253343100 +TIMESTAMP = 1488224552 +SHA256 (Reduce-svn3877-src.tar.gz) = d6730ac0a88a510051ad36b069f5bd45d261229b4edead382c359d33a762f626 +SIZE (Reduce-svn3877-src.tar.gz) = 252749994 Added: head/math/reduce/files/patch-fox-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/reduce/files/patch-fox-configure.ac Wed Mar 1 06:38:42 2017 (r435122) @@ -0,0 +1,11 @@ +--- csl/fox/configure.ac.orig 2017-02-27 17:32:49.915004000 -0500 ++++ csl/fox/configure.ac 2017-02-27 17:35:58.712250000 -0500 +@@ -160,7 +160,7 @@ if test "x$enable_release" = "xyes" && t + CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing" + ;; + *) +- CXXFLAGS="${CXXFLAGS} -Wuninitialized -fomit-frame-pointer -ffast-math -fstrict-aliasing -finline-functions -fexpensive-optimizations" ++ CXXFLAGS="${CXXFLAGS} -Wuninitialized -fomit-frame-pointer -ffast-math -fstrict-aliasing -finline-functions" + LDFLAGS="-s ${LDFLAGS}" + ;; + esac Modified: head/math/reduce/files/runpsl.sh ============================================================================== --- head/math/reduce/files/runpsl.sh Wed Mar 1 06:12:29 2017 (r435121) +++ head/math/reduce/files/runpsl.sh Wed Mar 1 06:38:42 2017 (r435122) @@ -4,6 +4,9 @@ case `uname -m` in amd64) STORE=2000 ;; +i386) + STORE=16000000 + ;; esac bin="/usr/local/share/reduce/psl/bpsl" Modified: head/math/reduce/pkg-plist ============================================================================== --- head/math/reduce/pkg-plist Wed Mar 1 06:12:29 2017 (r435121) +++ head/math/reduce/pkg-plist Wed Mar 1 06:38:42 2017 (r435122) @@ -93,6 +93,8 @@ %%CSL%%%%DATADIR%%/reduce.fonts/cmsy7.ttf %%CSL%%%%DATADIR%%/reduce.fonts/cmsy8.ttf %%CSL%%%%DATADIR%%/reduce.fonts/cmsy9.ttf +%%CSL%%%%DATADIR%%/reduce.fonts/cmuntt.pfb +%%CSL%%%%DATADIR%%/reduce.fonts/cmuntt.ttf %%CSL%%%%DATADIR%%/reduce.fonts/fonts.dir %%CSL%%%%DATADIR%%/reduce.fonts/fonts.scale %%CSL%%%%DATADIR%%/reduce.fonts/pfmfiles/cmex10.pfm @@ -385,6 +387,17 @@ %%PSL%%%%DATADIR%%/red/cantens.b %%PSL%%%%DATADIR%%/red/cdiff.b %%PSL%%%%DATADIR%%/red/cdiffx.b +%%PSL%%%%DATADIR%%/red/cde.b +%%PSL%%%%DATADIR%%/red/cde_ansatz.b +%%PSL%%%%DATADIR%%/red/cde_cdcalc.b +%%PSL%%%%DATADIR%%/red/cde_cdiff.b +%%PSL%%%%DATADIR%%/red/cde_diffcon.b +%%PSL%%%%DATADIR%%/red/cde_init.b +%%PSL%%%%DATADIR%%/red/cde_jetspace.b +%%PSL%%%%DATADIR%%/red/cde_parametric.b +%%PSL%%%%DATADIR%%/red/cde_tools.b +%%PSL%%%%DATADIR%%/red/cde_totalder.b +%%PSL%%%%DATADIR%%/red/cde_varcalc.b %%PSL%%%%DATADIR%%/red/cedit.b %%PSL%%%%DATADIR%%/red/cface.b %%PSL%%%%DATADIR%%/red/cgb.b @@ -421,7 +434,6 @@ %%PSL%%%%DATADIR%%/red/coeffts.b %%PSL%%%%DATADIR%%/red/cofactor.b %%PSL%%%%DATADIR%%/red/comfac.b -%%PSL%%%%DATADIR%%/red/comment.b %%PSL%%%%DATADIR%%/red/compact.b %%PSL%%%%DATADIR%%/red/compactf.b %%PSL%%%%DATADIR%%/red/compat.b @@ -461,6 +473,8 @@ %%PSL%%%%DATADIR%%/red/crlinalg.b %%PSL%%%%DATADIR%%/red/crmain.b %%PSL%%%%DATADIR%%/red/crpvm.b +%%PSL%%%%DATADIR%%/red/crresu.b +%%PSL%%%%DATADIR%%/red/crstart.b %%PSL%%%%DATADIR%%/red/crsep.b %%PSL%%%%DATADIR%%/red/crshort.b %%PSL%%%%DATADIR%%/red/crsimp.b @@ -602,11 +616,11 @@ %%PSL%%%%DATADIR%%/red/general.b %%PSL%%%%DATADIR%%/red/genmod.b %%PSL%%%%DATADIR%%/red/genparser.b +%%PSL%%%%DATADIR%%/red/genparserprint.b %%PSL%%%%DATADIR%%/red/genpurfn.b %%PSL%%%%DATADIR%%/red/gentens.b %%PSL%%%%DATADIR%%/red/gentran.b %%PSL%%%%DATADIR%%/red/genus.b -%%PSL%%%%DATADIR%%/red/geometry.b %%PSL%%%%DATADIR%%/red/geoprover.b %%PSL%%%%DATADIR%%/red/ghyper.b %%PSL%%%%DATADIR%%/red/gint.b @@ -845,6 +859,10 @@ %%PSL%%%%DATADIR%%/red/ofsftfc.b %%PSL%%%%DATADIR%%/red/ofsftrop.b %%PSL%%%%DATADIR%%/red/ofsfvsl.b +%%PSL%%%%DATADIR%%/red/ofsfvsblock.b +%%PSL%%%%DATADIR%%/red/ofsfvseset.b +%%PSL%%%%DATADIR%%/red/ofsfvslists.b +%%PSL%%%%DATADIR%%/red/ofsfvssub.b %%PSL%%%%DATADIR%%/red/ofsfxopt.b %%PSL%%%%DATADIR%%/red/om2ir.b %%PSL%%%%DATADIR%%/red/opertens.b @@ -864,7 +882,6 @@ %%PSL%%%%DATADIR%%/red/pasfbnf.b %%PSL%%%%DATADIR%%/red/pasfmisc.b %%PSL%%%%DATADIR%%/red/pasfnf.b -%%PSL%%%%DATADIR%%/red/pasfopt.b %%PSL%%%%DATADIR%%/red/pasfqe.b %%PSL%%%%DATADIR%%/red/pasfresolve.b %%PSL%%%%DATADIR%%/red/pasfsiat.b @@ -975,6 +992,7 @@ %%PSL%%%%DATADIR%%/red/resultnt.b %%PSL%%%%DATADIR%%/red/reval.b %%PSL%%%%DATADIR%%/red/reval4.b +%%PSL%%%%DATADIR%%/red/revision.b %%PSL%%%%DATADIR%%/red/ring.b %%PSL%%%%DATADIR%%/red/rlami.b %%PSL%%%%DATADIR%%/red/rlcont.b @@ -983,9 +1001,14 @@ %%PSL%%%%DATADIR%%/red/rlisp.b %%PSL%%%%DATADIR%%/red/rlisp88.b %%PSL%%%%DATADIR%%/red/rlsched.b +%%PSL%%%%DATADIR%%/red/rlservice.b +%%PSL%%%%DATADIR%%/red/rlservices.b %%PSL%%%%DATADIR%%/red/rlsl.b %%PSL%%%%DATADIR%%/red/rlslv.b +%%PSL%%%%DATADIR%%/red/rlsupport.b %%PSL%%%%DATADIR%%/red/rltools.b +%%PSL%%%%DATADIR%%/red/rltype.b +%%PSL%%%%DATADIR%%/red/rltypes.b %%PSL%%%%DATADIR%%/red/rmsubs.b %%PSL%%%%DATADIR%%/red/rnelem.b %%PSL%%%%DATADIR%%/red/rootaux.b @@ -993,6 +1016,7 @@ %%PSL%%%%DATADIR%%/red/roots2.b %%PSL%%%%DATADIR%%/red/rounded.b %%PSL%%%%DATADIR%%/red/rprint.b +%%PSL%%%%DATADIR%%/red/rprintf.b %%PSL%%%%DATADIR%%/red/rsolve.b %%PSL%%%%DATADIR%%/red/rsupport.b %%PSL%%%%DATADIR%%/red/rtrace.b @@ -1068,6 +1092,7 @@ %%PSL%%%%DATADIR%%/red/sqfrnorm.b %%PSL%%%%DATADIR%%/red/sqprint.b %%PSL%%%%DATADIR%%/red/sqrtf.b +%%PSL%%%%DATADIR%%/red/sstools.b %%PSL%%%%DATADIR%%/red/statmisc.b %%PSL%%%%DATADIR%%/red/steepstd.b %%PSL%%%%DATADIR%%/red/str.b @@ -1157,6 +1182,7 @@ %%PSL%%%%DATADIR%%/red/tri.b %%PSL%%%%DATADIR%%/red/trialdiv.b %%PSL%%%%DATADIR%%/red/triang.b +%%PSL%%%%DATADIR%%/red/trigd.b %%PSL%%%%DATADIR%%/red/trigint.b %%PSL%%%%DATADIR%%/red/trigsimp.b %%PSL%%%%DATADIR%%/red/trigsmp1.b From owner-svn-ports-all@freebsd.org Wed Mar 1 07:15:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68AB9CF3031; Wed, 1 Mar 2017 07:15:37 +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 35EB697; Wed, 1 Mar 2017 07:15:37 +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 v217FahK085365; Wed, 1 Mar 2017 07:15:36 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v217Fao5085363; Wed, 1 Mar 2017 07:15:36 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703010715.v217Fao5085363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Mar 2017 07:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435124 - head/devel/memleax X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 07:15:37 -0000 Author: wen Date: Wed Mar 1 07:15:35 2017 New Revision: 435124 URL: https://svnweb.freebsd.org/changeset/ports/435124 Log: - Update to 1.0.3 PR: 217431 Submitted by: guy.tabrar@me.com(maintainer) Modified: head/devel/memleax/Makefile head/devel/memleax/distinfo Modified: head/devel/memleax/Makefile ============================================================================== --- head/devel/memleax/Makefile Wed Mar 1 07:00:37 2017 (r435123) +++ head/devel/memleax/Makefile Wed Mar 1 07:15:35 2017 (r435124) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= memleax -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -21,7 +21,7 @@ GH_ACCOUNT= WuBingzheng USES= gmake HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-debug_line +CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET= memleax PLIST_FILES= bin/memleax \ Modified: head/devel/memleax/distinfo ============================================================================== --- head/devel/memleax/distinfo Wed Mar 1 07:00:37 2017 (r435123) +++ head/devel/memleax/distinfo Wed Mar 1 07:15:35 2017 (r435124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487098632 -SHA256 (WuBingzheng-memleax-v1.0.2_GH0.tar.gz) = 6a3b2f0b2ee750151bd7605b7f933b51f3776571f06448a77a08df84b37ef0a1 -SIZE (WuBingzheng-memleax-v1.0.2_GH0.tar.gz) = 30160 +TIMESTAMP = 1488351968 +SHA256 (WuBingzheng-memleax-v1.0.3_GH0.tar.gz) = ceffb192d25d56fb0d41f74d9476ec63821ec99c368f13c32d32c8ebdfda9e56 +SIZE (WuBingzheng-memleax-v1.0.3_GH0.tar.gz) = 30198 From owner-svn-ports-all@freebsd.org Wed Mar 1 07:48:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A86F3CF2742; Wed, 1 Mar 2017 07:48:03 +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 5C57F7F8; Wed, 1 Mar 2017 07:48:03 +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 v217m2xV097052; Wed, 1 Mar 2017 07:48:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v217m2Ut097048; Wed, 1 Mar 2017 07:48:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703010748.v217m2Ut097048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Mar 2017 07:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435125 - in head/devel: . py-ipywidgets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 07:48:03 -0000 Author: swills Date: Wed Mar 1 07:48:01 2017 New Revision: 435125 URL: https://svnweb.freebsd.org/changeset/ports/435125 Log: devel/py-ipywidgets: create port IPython widgets for the Jupyter Notebook WWW: https://ipywidgets.readthedocs.io Added: head/devel/py-ipywidgets/ head/devel/py-ipywidgets/Makefile (contents, props changed) head/devel/py-ipywidgets/distinfo (contents, props changed) head/devel/py-ipywidgets/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 1 07:15:35 2017 (r435124) +++ head/devel/Makefile Wed Mar 1 07:48:01 2017 (r435125) @@ -4328,6 +4328,7 @@ SUBDIR += py-ipdb SUBDIR += py-ipykernel SUBDIR += py-ipython_genutils + SUBDIR += py-ipywidgets SUBDIR += py-iso8601 SUBDIR += py-isodate SUBDIR += py-isort Added: head/devel/py-ipywidgets/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipywidgets/Makefile Wed Mar 1 07:48:01 2017 (r435125) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= ipywidgets +PORTVERSION= 5.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Interactive HTML widgets for Jupyter notebooks and the IPython kernel + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=4.0.0:devel/ipython \ + ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.2.2:devel/py-ipykernel \ + ${PYTHON_PKGNAMEPREFIX}widgetsnbextension>=1.2:devel/py-widgetsnbextension \ + ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/devel/py-ipywidgets/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipywidgets/distinfo Wed Mar 1 07:48:01 2017 (r435125) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487845854 +SHA256 (ipywidgets-5.2.2.tar.gz) = baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2 +SIZE (ipywidgets-5.2.2.tar.gz) = 2420984 Added: head/devel/py-ipywidgets/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipywidgets/pkg-descr Wed Mar 1 07:48:01 2017 (r435125) @@ -0,0 +1,3 @@ +IPython widgets for the Jupyter Notebook + +WWW: https://ipywidgets.readthedocs.io From owner-svn-ports-all@freebsd.org Wed Mar 1 07:59:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DE86CF221C; Wed, 1 Mar 2017 07:59:48 +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 C47162A5; Wed, 1 Mar 2017 07:59:47 +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 v217xksb001169; Wed, 1 Mar 2017 07:59:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v217xk7J001165; Wed, 1 Mar 2017 07:59:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703010759.v217xk7J001165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Mar 2017 07:59:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435126 - in head/devel: . py-jupyter_console X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 07:59:48 -0000 Author: swills Date: Wed Mar 1 07:59:46 2017 New Revision: 435126 URL: https://svnweb.freebsd.org/changeset/ports/435126 Log: devel/py-jupyter_console: create port The Jupyter console is a terminal frontend for kernels using the Jupyter protocol. WWW: https://jupyter-console.readthedocs.io/ Added: head/devel/py-jupyter_console/ head/devel/py-jupyter_console/Makefile (contents, props changed) head/devel/py-jupyter_console/distinfo (contents, props changed) head/devel/py-jupyter_console/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 1 07:48:01 2017 (r435125) +++ head/devel/Makefile Wed Mar 1 07:59:46 2017 (r435126) @@ -4358,6 +4358,7 @@ SUBDIR += py-jsonrpclib SUBDIR += py-jsonschema SUBDIR += py-jupyter_client + SUBDIR += py-jupyter_console SUBDIR += py-jupyter_core SUBDIR += py-kaptan SUBDIR += py-kayako Added: head/devel/py-jupyter_console/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_console/Makefile Wed Mar 1 07:59:46 2017 (r435126) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= jupyter_console +PORTVERSION= 5.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= IPython-like terminal frontend for Jupyter kernels in any language + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client \ + ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython \ + ${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel \ + ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.4:devel/py-prompt_toolkit \ + ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments + +USES= python +USE_PYTHON= distutils autoplist +USE_LOCALE= en_US.UTF-8 +NO_ARCH= yes + +.include Added: head/devel/py-jupyter_console/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_console/distinfo Wed Mar 1 07:59:46 2017 (r435126) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487847529 +SHA256 (jupyter_console-5.1.0.tar.gz) = d0b4ae4dfe070be1e9d5690fa819328acffb5f37a8ef3baa1c7e3b77b443cfd7 +SIZE (jupyter_console-5.1.0.tar.gz) = 26661 Added: head/devel/py-jupyter_console/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_console/pkg-descr Wed Mar 1 07:59:46 2017 (r435126) @@ -0,0 +1,4 @@ +The Jupyter console is a terminal frontend for kernels using the Jupyter +protocol. + +WWW: https://jupyter-console.readthedocs.io/ From owner-svn-ports-all@freebsd.org Wed Mar 1 08:16:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31354CF2BE1; Wed, 1 Mar 2017 08:16:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C3505F1F; Wed, 1 Mar 2017 08:16:31 +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 BD599BDC9F; Wed, 1 Mar 2017 09:16:28 +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 196F2BDC89; Wed, 1 Mar 2017 09:16:26 +0100 (CET) Subject: Re: svn commit: r435017 - head/devel/p5-Contextual-Return To: Dmitry Marakasov , Sunpoet Po-Chuan Hsieh References: <201702280945.v1S9jF0K067267@repo.freebsd.org> <20170228152911.GA85667@hades.panopticon> 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: Date: Wed, 1 Mar 2017 09:16:23 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170228152911.GA85667@hades.panopticon> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="IgXWasccOfWHXKTcOvstLdLTvEwAXSN8D" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 08:16:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --IgXWasccOfWHXKTcOvstLdLTvEwAXSN8D Content-Type: multipart/mixed; boundary="u3csXc7arbfUM9Vqqe52Dini1nI1luXn2"; protected-headers="v1" From: Mathieu Arnold To: Dmitry Marakasov , Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r435017 - head/devel/p5-Contextual-Return References: <201702280945.v1S9jF0K067267@repo.freebsd.org> <20170228152911.GA85667@hades.panopticon> In-Reply-To: <20170228152911.GA85667@hades.panopticon> --u3csXc7arbfUM9Vqqe52Dini1nI1luXn2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 28/02/2017 =C3=A0 16:29, Dmitry Marakasov a =C3=A9crit : > * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: > >> Date: Tue Feb 28 09:45:15 2017 >> New Revision: 435017 >> URL: https://svnweb.freebsd.org/changeset/ports/435017 >> >> Log: >> Update to 0.004010 >> =20 >> - Use real PORTVERSION > Thank you for these! I am not sure these version changes are a good idea. Perl versions do not behave the same as Port versions, in some very radical ways, for example, in Perl land, 1.1 > 1.1.1 (because 1.1.1 really means 1.001001) All the ports that have been converted to use the real version numbers will see their PORTEPOCH bumped a lot as number go ahead. # for i in 1.1,1.1.1 1.052012,1.053; do echo ${i/,/ }; perl -MCPAN::Version -e 'print CPAN::Version->vcmp("'${i%,*}'", "'${i#*,}'"), "\n"'; pkg version -t ${i%,*} ${i#*,}; done 1.1 1.1.1 1 < 1.052012 1.053 -1 > --=20 Mathieu Arnold --u3csXc7arbfUM9Vqqe52Dini1nI1luXn2-- --IgXWasccOfWHXKTcOvstLdLTvEwAXSN8D 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 iQJ8BAEBCgBmBQJYtoNZXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I0j0QAKQr30Q1cnXrIuPh0+e+27JI +TYP7FJUHNhEnPbY881jECLJV6wgNDZ3lA4Duqr+47tvpmBPHva0bp/31B5Wj31a QHD7drxVvM8dT30Sc1mgoF3apnQgPcANlNUPJku+Z2ax/lTILGACXiezsj7Oi6Ju x72vrmSQaQ0v/U4TEPGUxXw+R6QSm/RKGzZCdq8L+HqDoPHP3OWacDKZuZfSes67 nvuUEpl/huTa6HOadCfkpDP+HQFj9s+/BlhmuujhUdUZnvbHv2ZLH0nInxGtfsR0 Zb0pEPckM7aPnuxFW/rMdCM4qocK5gsBSWJQ4rziDwcY5Tmzk7eb8HmZeDbwZbhd cwj8DYn5bksw8N2pR+6r1Xh2Hm2M/vMuxS3YR5RseiWy8bVeAQ9JhJAoXH7m9UOM qcpj6bKvIaYUZS7tYdwRyGNHgtodZ6Upz5T9O8FmgZ3mwxBO1uaK00wL40yITXr3 nFVkSpqt6uDhp9tjbeJfiQ1K6ZwIt+urgMXLfb0pAYz5SdJSstqvf/P4r/Yv712R xBcxF4tfGbEn8rOSdwusD/3hcqAm97l1DgmHcbb1s97QuE5SF+phNwTCAJJTkFKH EMM0lw+qKL4efcCsnp5R7oLwusX5pGfwXz09ZLsXxKqDdmFB9l+XzWKxU70Xcvt+ SFZLmG4O6Nye0+Qw+LbE =VrZ8 -----END PGP SIGNATURE----- --IgXWasccOfWHXKTcOvstLdLTvEwAXSN8D-- From owner-svn-ports-all@freebsd.org Wed Mar 1 08:34:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C306BCF13B9; Wed, 1 Mar 2017 08:34: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 9290DD4F; Wed, 1 Mar 2017 08:34: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 v218Yswo016512; Wed, 1 Mar 2017 08:34:54 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v218YsnJ016510; Wed, 1 Mar 2017 08:34:54 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703010834.v218YsnJ016510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 1 Mar 2017 08:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435127 - head/graphics/ssocr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 08:34:55 -0000 Author: ehaupt Date: Wed Mar 1 08:34:54 2017 New Revision: 435127 URL: https://svnweb.freebsd.org/changeset/ports/435127 Log: Update to 2.16.4 Modified: head/graphics/ssocr/Makefile head/graphics/ssocr/distinfo Modified: head/graphics/ssocr/Makefile ============================================================================== --- head/graphics/ssocr/Makefile Wed Mar 1 07:59:46 2017 (r435126) +++ head/graphics/ssocr/Makefile Wed Mar 1 08:34:54 2017 (r435127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ssocr -PORTVERSION= 2.16.3 +PORTVERSION= 2.16.4 CATEGORIES= graphics MASTER_SITES= http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \ LOCAL/ehaupt Modified: head/graphics/ssocr/distinfo ============================================================================== --- head/graphics/ssocr/distinfo Wed Mar 1 07:59:46 2017 (r435126) +++ head/graphics/ssocr/distinfo Wed Mar 1 08:34:54 2017 (r435127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480597440 -SHA256 (ssocr-2.16.3.tar.bz2) = 915ca0d5871ac8eb67b8445c94a9b6fbf8640052b5a855b0fa32f33575936a0d -SIZE (ssocr-2.16.3.tar.bz2) = 33542 +TIMESTAMP = 1488356618 +SHA256 (ssocr-2.16.4.tar.bz2) = 5956652448edf9ab7dfe40d9f83afd691abb8e0a978b715dfec0f0042ac2bbf9 +SIZE (ssocr-2.16.4.tar.bz2) = 33692 From owner-svn-ports-all@freebsd.org Wed Mar 1 08:36:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F262CCF1455; Wed, 1 Mar 2017 08:36: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 C198EE3F; Wed, 1 Mar 2017 08:36: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 v218a4NX016682; Wed, 1 Mar 2017 08:36:04 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v218a4wQ016680; Wed, 1 Mar 2017 08:36:04 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703010836.v218a4wQ016680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 1 Mar 2017 08:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435128 - 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: Wed, 01 Mar 2017 08:36:06 -0000 Author: tz Date: Wed Mar 1 08:36:04 2017 New Revision: 435128 URL: https://svnweb.freebsd.org/changeset/ports/435128 Log: www/gitlab-workhorse: Update from 0.7.11 to 0.8.2 Changelog: https://gitlab.com/gitlab-org/gitlab-workhorse/blob/v0.8.2/CHANGELOG Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Wed Mar 1 08:34:54 2017 (r435127) +++ head/www/gitlab-workhorse/Makefile Wed Mar 1 08:36:04 2017 (r435128) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 0.7.11 +PORTVERSION= 0.8.2 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 Wed Mar 1 08:34:54 2017 (r435127) +++ head/www/gitlab-workhorse/distinfo Wed Mar 1 08:36:04 2017 (r435128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476972565 -SHA256 (gitlab-workhorse-v0.7.11.tar.gz) = 4ffadd9f9696887f3d46055fa8ae47c06ef7095393d91c6918cbd51ab3bb7d9e -SIZE (gitlab-workhorse-v0.7.11.tar.gz) = 35006 +TIMESTAMP = 1486028355 +SHA256 (gitlab-workhorse-v0.8.2.tar.gz) = 050734604b993957e7b1060035a5709c3dfc03a6a9ed7aafa3f26f32691f6448 +SIZE (gitlab-workhorse-v0.8.2.tar.gz) = 242382 From owner-svn-ports-all@freebsd.org Wed Mar 1 09:01:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3CA7CF30A0; Wed, 1 Mar 2017 09:01:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5861CDF8; Wed, 1 Mar 2017 09:01:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2191gsT027567; Wed, 1 Mar 2017 09:01:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2191gO4027566; Wed, 1 Mar 2017 09:01:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703010901.v2191gO4027566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 09:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435129 - head/emulators/advancemenu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 09:01:43 -0000 Author: amdmi3 Date: Wed Mar 1 09:01:42 2017 New Revision: 435129 URL: https://svnweb.freebsd.org/changeset/ports/435129 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers Modified: head/emulators/advancemenu/Makefile Modified: head/emulators/advancemenu/Makefile ============================================================================== --- head/emulators/advancemenu/Makefile Wed Mar 1 08:36:04 2017 (r435128) +++ head/emulators/advancemenu/Makefile Wed Mar 1 09:01:42 2017 (r435129) @@ -9,18 +9,18 @@ MASTER_SITES= https://github.com/amadvan MAINTAINER= ports@FreeBSD.org COMMENT= Frontend for AdvanceMAME, MAME, MESS, RAINE -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= gmake +USES= gmake localbase:ldflags USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-svgalib --disable-fb --disable-alsa --enable-oss \ --disable-slang --disable-ncurses --disable-kevent -CFLAGS+= -idirafter ${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes PORTDOCS= * PLIST_FILES= bin/advmenu man/man1/advmenu.1.gz @@ -36,8 +36,6 @@ ASM_CONFIGURE_ENABLE= asm FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_CONFIGURE_ENABLE= freetype -MAKE_JOBS_UNSAFE= yes - post-patch: @${REINPLACE_CMD} -e \ 's|-lpthread|-pthread|' ${WRKSRC}/configure @@ -45,14 +43,13 @@ post-patch: 's|@@|@|' ${WRKSRC}/Makefile.in do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} advmenu \ - ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC}/doc && ${INSTALL_MAN} advmenu.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${INSTALL_PROGRAM} ${WRKSRC}/advmenu ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/advmenu.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} HISTORY README RELEASE \ ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC}/doc && ${INSTALL_DATA} advmenu.[ht]* \ - ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/doc/advmenu.[ht]* ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Wed Mar 1 09:59:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1323CF3B9D; Wed, 1 Mar 2017 09:59:36 +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 6F302BCD; Wed, 1 Mar 2017 09:59:36 +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 v219xZvp047694; Wed, 1 Mar 2017 09:59:35 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v219xZAu047691; Wed, 1 Mar 2017 09:59:35 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201703010959.v219xZAu047691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 1 Mar 2017 09:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435130 - 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: Wed, 01 Mar 2017 09:59:36 -0000 Author: vsevolod Date: Wed Mar 1 09:59:35 2017 New Revision: 435130 URL: https://svnweb.freebsd.org/changeset/ports/435130 Log: - Update to 1.5.0.b1 Submitted by: Alexander Moisseev via github 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 Wed Mar 1 09:01:42 2017 (r435129) +++ head/mail/rspamd-devel/Makefile Wed Mar 1 09:59:35 2017 (r435130) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.5.0.a3.20170120 -PORTREVISION= 2 +PORTVERSION= 1.5.0.b1.20170301 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -15,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre \ libevent.so:devel/libevent \ libluajit-5.1.so:lang/luajit \ - libfann.so:math/fann + libfann.so:math/fann \ + libicui18n.so:devel/icu BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd @@ -23,7 +23,7 @@ CONFLICTS_INSTALL= rspamd RSPAMD_VERSION= 1.5.0 USE_GITHUB= yes GH_ACCOUNT= vstakhov -GH_TAGNAME= a037e79 +GH_TAGNAME= fa5bd55 OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN GD OPTIONS_DEFAULT= GD Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Wed Mar 1 09:01:42 2017 (r435129) +++ head/mail/rspamd-devel/distinfo Wed Mar 1 09:59:35 2017 (r435130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484931842 -SHA256 (vstakhov-rspamd-1.5.0.a3.20170120-a037e79_GH0.tar.gz) = 8da47a2112ff454769aecc3d689bee863e28660e223869b01b70e759124a1c49 -SIZE (vstakhov-rspamd-1.5.0.a3.20170120-a037e79_GH0.tar.gz) = 2323468 +TIMESTAMP = 1488362335 +SHA256 (vstakhov-rspamd-1.5.0.b1.20170301-fa5bd55_GH0.tar.gz) = 406b66588fb2f9f22f450612a2cfd1b445d7ae21aac2ed61c27ecc4c6abbee27 +SIZE (vstakhov-rspamd-1.5.0.b1.20170301-fa5bd55_GH0.tar.gz) = 2362114 Modified: head/mail/rspamd-devel/pkg-plist ============================================================================== --- head/mail/rspamd-devel/pkg-plist Wed Mar 1 09:01:42 2017 (r435129) +++ head/mail/rspamd-devel/pkg-plist Wed Mar 1 09:59:35 2017 (r435130) @@ -16,16 +16,23 @@ bin/rspamc @sample %%ETCDIR%%/metrics.conf.sample @sample %%ETCDIR%%/mid.inc.sample @sample %%ETCDIR%%/modules.conf.sample +%%ETCDIR%%/modules.d/asn.conf %%ETCDIR%%/modules.d/chartable.conf +%%ETCDIR%%/modules.d/clickhouse.conf +%%ETCDIR%%/modules.d/dcc.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/force_actions.conf %%ETCDIR%%/modules.d/forged_recipients.conf %%ETCDIR%%/modules.d/fuzzy_check.conf +%%ETCDIR%%/modules.d/greylist.conf %%ETCDIR%%/modules.d/hfilter.conf %%ETCDIR%%/modules.d/ip_score.conf %%ETCDIR%%/modules.d/maillist.conf +%%ETCDIR%%/modules.d/metadata_exporter.conf +%%ETCDIR%%/modules.d/metric_exporter.conf %%ETCDIR%%/modules.d/mime_types.conf %%ETCDIR%%/modules.d/mid.conf %%ETCDIR%%/modules.d/multimap.conf @@ -35,9 +42,13 @@ bin/rspamc %%ETCDIR%%/modules.d/rbl.conf %%ETCDIR%%/modules.d/redis.conf %%ETCDIR%%/modules.d/regexp.conf +%%ETCDIR%%/modules.d/rmilter_headers.conf %%ETCDIR%%/modules.d/rspamd_update.conf %%ETCDIR%%/modules.d/spf.conf %%ETCDIR%%/modules.d/surbl.conf +%%ETCDIR%%/modules.d/url_redirector.conf +%%ETCDIR%%/modules.d/url_reputation.conf +%%ETCDIR%%/modules.d/url_tags.conf %%ETCDIR%%/modules.d/whitelist.conf @sample %%ETCDIR%%/options.inc.sample %%ETCDIR%%/redirectors.inc @@ -63,8 +74,10 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/lua/fann_classifier.lua %%DATADIR%%/lua/fann_redis.lua %%DATADIR%%/lua/fann_scores.lua +%%DATADIR%%/lua/force_actions.lua %%DATADIR%%/lua/forged_recipients.lua %%DATADIR%%/lua/fun.lua +%%DATADIR%%/lua/fuzzy_collect.lua %%DATADIR%%/lua/greylist.lua %%DATADIR%%/lua/hfilter.lua %%DATADIR%%/lua/ip_score.lua @@ -78,6 +91,8 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/lua/once_received.lua %%DATADIR%%/lua/phishing.lua %%DATADIR%%/lua/ratelimit.lua +%%DATADIR%%/lua/url_redirector.lua +%%DATADIR%%/lua/url_tags.lua %%DATADIR%%/lua/replies.lua %%DATADIR%%/lua/rbl.lua %%DATADIR%%/lua/rmilter_headers.lua @@ -115,15 +130,24 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/img/desc.png %%DATADIR%%/www/img/rspamd_logo_navbar.png %%DATADIR%%/www/index.html -%%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/bootstrap.min.js -%%DATADIR%%/www/js/d3.min.js -%%DATADIR%%/www/js/jquery-3.1.1.min.js -%%DATADIR%%/www/js/rspamd.js -%%DATADIR%%/www/js/visibility.min.js +%%DATADIR%%/www/js/app/config.js +%%DATADIR%%/www/js/app/graph.js +%%DATADIR%%/www/js/app/history.js +%%DATADIR%%/www/js/app/rspamd.js +%%DATADIR%%/www/js/app/stats.js +%%DATADIR%%/www/js/app/symbols.js +%%DATADIR%%/www/js/app/upload.js +%%DATADIR%%/www/js/lib/bootstrap.min.js +%%DATADIR%%/www/js/lib/d3.min.js +%%DATADIR%%/www/js/lib/d3evolution.min.js +%%DATADIR%%/www/js/lib/d3pie.min.js +%%DATADIR%%/www/js/lib/datatables.min.js +%%DATADIR%%/www/js/lib/domReady.js +%%DATADIR%%/www/js/lib/humanize.min.js +%%DATADIR%%/www/js/lib/jquery-3.1.1.min.js +%%DATADIR%%/www/js/lib/visibility.min.js +%%DATADIR%%/www/js/main.js +%%DATADIR%%/www/js/require.js %%DATADIR%%/www/plugins.txt %%DATADIR%%/www/react-index.html man/man1/rspamadm.1.gz From owner-svn-ports-all@freebsd.org Wed Mar 1 11:14:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B78AFCF3FB5; Wed, 1 Mar 2017 11:14:59 +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 871B5C93; Wed, 1 Mar 2017 11:14:59 +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 v21BEwgl078311; Wed, 1 Mar 2017 11:14:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BEw55078309; Wed, 1 Mar 2017 11:14:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011114.v21BEw55078309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:14:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435131 - head/misc/elixir-mime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:14:59 -0000 Author: olgeni Date: Wed Mar 1 11:14:58 2017 New Revision: 435131 URL: https://svnweb.freebsd.org/changeset/ports/435131 Log: Update misc/elixir-mime to version 1.1.0. Modified: head/misc/elixir-mime/Makefile head/misc/elixir-mime/distinfo Modified: head/misc/elixir-mime/Makefile ============================================================================== --- head/misc/elixir-mime/Makefile Wed Mar 1 09:59:35 2017 (r435130) +++ head/misc/elixir-mime/Makefile Wed Mar 1 11:14:58 2017 (r435131) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mime -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= elixir- Modified: head/misc/elixir-mime/distinfo ============================================================================== --- head/misc/elixir-mime/distinfo Wed Mar 1 09:59:35 2017 (r435130) +++ head/misc/elixir-mime/distinfo Wed Mar 1 11:14:58 2017 (r435131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470821732 -SHA256 (elixir-lang-mime-v1.0.1_GH0.tar.gz) = 46098b55ca09275079f046a0ffc70d042c1b95883eb0386a4c89a2058c660834 -SIZE (elixir-lang-mime-v1.0.1_GH0.tar.gz) = 19227 +TIMESTAMP = 1488366383 +SHA256 (elixir-lang-mime-v1.1.0_GH0.tar.gz) = e1786bd4e0de9b8cae001c14305187e79f9328c8fd668c31a4aaf717349809d9 +SIZE (elixir-lang-mime-v1.1.0_GH0.tar.gz) = 19633 From owner-svn-ports-all@freebsd.org Wed Mar 1 11:15:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC0C1CF303B; Wed, 1 Mar 2017 11:15:41 +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 B3FD4DA8; Wed, 1 Mar 2017 11:15:41 +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 v21BFefI078470; Wed, 1 Mar 2017 11:15:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BFekL078467; Wed, 1 Mar 2017 11:15:40 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011115.v21BFekL078467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435132 - head/net/erlang-ranch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:15:42 -0000 Author: olgeni Date: Wed Mar 1 11:15:40 2017 New Revision: 435132 URL: https://svnweb.freebsd.org/changeset/ports/435132 Log: Update net/erlang-ranch to version 1.3.2. Modified: head/net/erlang-ranch/Makefile head/net/erlang-ranch/distinfo head/net/erlang-ranch/pkg-plist Modified: head/net/erlang-ranch/Makefile ============================================================================== --- head/net/erlang-ranch/Makefile Wed Mar 1 11:14:58 2017 (r435131) +++ head/net/erlang-ranch/Makefile Wed Mar 1 11:15:40 2017 (r435132) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ranch -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= net PKGNAMEPREFIX= erlang- @@ -14,7 +13,7 @@ LICENSE= ISCL USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= ninenines -ERL_DOCS= guide/* +ERL_DOCS= doc/src/guide/* doc/src/manual/* post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/net/erlang-ranch/distinfo ============================================================================== --- head/net/erlang-ranch/distinfo Wed Mar 1 11:14:58 2017 (r435131) +++ head/net/erlang-ranch/distinfo Wed Mar 1 11:15:40 2017 (r435132) @@ -1,2 +1,3 @@ -SHA256 (ninenines-ranch-1.1.0_GH0.tar.gz) = e408d6a9dbb522566eeb725bdb1dcbd325015b2593c74916f500fbec8c570982 -SIZE (ninenines-ranch-1.1.0_GH0.tar.gz) = 42085 +TIMESTAMP = 1488271205 +SHA256 (ninenines-ranch-1.3.2_GH0.tar.gz) = b76c164e092373f91e9bfb6d7afef8ca0cfc00175adc4f26b59ef2d02ba2643a +SIZE (ninenines-ranch-1.3.2_GH0.tar.gz) = 92497 Modified: head/net/erlang-ranch/pkg-plist ============================================================================== --- head/net/erlang-ranch/pkg-plist Wed Mar 1 11:14:58 2017 (r435131) +++ head/net/erlang-ranch/pkg-plist Wed Mar 1 11:15:40 2017 (r435132) @@ -11,7 +11,6 @@ lib/erlang/lib/ranch-%%VERSION%%/ebin/ra lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_sup.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_tcp.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_transport.beam -lib/erlang/lib/ranch-%%VERSION%%/src/ranch.app.src lib/erlang/lib/ranch-%%VERSION%%/src/ranch.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_acceptor.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_acceptors_sup.erl @@ -24,26 +23,30 @@ lib/erlang/lib/ranch-%%VERSION%%/src/ran lib/erlang/lib/ranch-%%VERSION%%/src/ranch_sup.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_tcp.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_transport.erl -%%PORTDOCS%%%%DOCSDIR%%/embedded.md -%%PORTDOCS%%%%DOCSDIR%%/internals.md -%%PORTDOCS%%%%DOCSDIR%%/introduction.md -%%PORTDOCS%%%%DOCSDIR%%/listeners.md -%%PORTDOCS%%%%DOCSDIR%%/parsers.md -%%PORTDOCS%%%%DOCSDIR%%/protocols.md -%%PORTDOCS%%%%DOCSDIR%%/ssl_auth.md -%%PORTDOCS%%%%DOCSDIR%%/toc.md -%%PORTDOCS%%%%DOCSDIR%%/transports.md +%%PORTDOCS%%%%DOCSDIR%%/book.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/embedded.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/internals.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/introduction.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/listeners.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/parsers.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/protocols.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/ranch.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/ranch_app.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/ranch_protocol.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/ranch_ssl.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/ranch_tcp.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/ranch_transport.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/ssl_auth.asciidoc +%%PORTDOCS%%%%DOCSDIR%%/transports.asciidoc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/relx.config %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/echo_protocol.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo.app.src %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo_app.erl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo_sup.erl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/relx.config %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/reverse_protocol.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse.app.src %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse_app.erl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse_sup.erl From owner-svn-ports-all@freebsd.org Wed Mar 1 11:15:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6A41CF306B; Wed, 1 Mar 2017 11:15:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87ABFE6F; Wed, 1 Mar 2017 11:15:55 +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 v21BFs1R078624; Wed, 1 Mar 2017 11:15:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BFst2078620; Wed, 1 Mar 2017 11:15:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011115.v21BFst2078620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435133 - in head/www/erlang-cowboy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:15:55 -0000 Author: olgeni Date: Wed Mar 1 11:15:54 2017 New Revision: 435133 URL: https://svnweb.freebsd.org/changeset/ports/435133 Log: Update www/erlang-cowboy to version 1.1.2. Modified: head/www/erlang-cowboy/Makefile head/www/erlang-cowboy/distinfo head/www/erlang-cowboy/files/patch-rebar.config head/www/erlang-cowboy/pkg-plist Modified: head/www/erlang-cowboy/Makefile ============================================================================== --- head/www/erlang-cowboy/Makefile Wed Mar 1 11:15:40 2017 (r435132) +++ head/www/erlang-cowboy/Makefile Wed Mar 1 11:15:54 2017 (r435133) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cowboy -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.2 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-cowboy/distinfo ============================================================================== --- head/www/erlang-cowboy/distinfo Wed Mar 1 11:15:40 2017 (r435132) +++ head/www/erlang-cowboy/distinfo Wed Mar 1 11:15:54 2017 (r435133) @@ -1,2 +1,3 @@ -SHA256 (ninenines-cowboy-1.0.4_GH0.tar.gz) = 86dedf20ccb91fcba51b0e8d859108ef46b2738694e20aa9d7fa7229ec4f7284 -SIZE (ninenines-cowboy-1.0.4_GH0.tar.gz) = 4827845 +TIMESTAMP = 1488210406 +SHA256 (ninenines-cowboy-1.1.2_GH0.tar.gz) = d607498fc9e00d8026cc1a410f7f148c3fbef56601bf7213a2fc29ac66eea5a9 +SIZE (ninenines-cowboy-1.1.2_GH0.tar.gz) = 4837721 Modified: head/www/erlang-cowboy/files/patch-rebar.config ============================================================================== --- head/www/erlang-cowboy/files/patch-rebar.config Wed Mar 1 11:15:40 2017 (r435132) +++ head/www/erlang-cowboy/files/patch-rebar.config Wed Mar 1 11:15:54 2017 (r435133) @@ -1,7 +1,5 @@ ---- rebar.config.orig 2015-08-18 14:42:22 UTC +--- rebar.config.orig 2017-02-27 16:58:59 UTC +++ rebar.config -@@ -1,4 +1,2 @@ - {deps, [ -- {cowlib, ".*", {git, "https://github.com/ninenines/cowlib.git", "1.0.0"}}, -- {ranch, ".*", {git, "https://github.com/ninenines/ranch.git", "1.0.0"}} - ]}. +@@ -1,2 +1 @@ +-{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","1.0.2"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.3.2"}}]}. + {erl_opts, [debug_info,warn_export_all,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec]}. Modified: head/www/erlang-cowboy/pkg-plist ============================================================================== --- head/www/erlang-cowboy/pkg-plist Wed Mar 1 11:15:40 2017 (r435132) +++ head/www/erlang-cowboy/pkg-plist Wed Mar 1 11:15:54 2017 (r435133) @@ -1,3 +1,4 @@ +lib/erlang/lib/cowboy-%%VERSION%%/ebin/cow_uri.beam lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy.app lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy.beam lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_app.beam @@ -18,6 +19,7 @@ lib/erlang/lib/cowboy-%%VERSION%%/ebin/c lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_sup.beam lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_websocket.beam lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_websocket_handler.beam +lib/erlang/lib/cowboy-%%VERSION%%/src/cow_uri.erl lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy.app.src lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy.erl lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_app.erl From owner-svn-ports-all@freebsd.org Wed Mar 1 11:16:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB142CF309E; Wed, 1 Mar 2017 11:16: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 8A9C8F59; Wed, 1 Mar 2017 11:16:17 +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 v21BGGaU078757; Wed, 1 Mar 2017 11:16:16 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BGGnL078755; Wed, 1 Mar 2017 11:16:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011116.v21BGGnL078755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435134 - head/devel/erlang-certifi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:16:17 -0000 Author: olgeni Date: Wed Mar 1 11:16:16 2017 New Revision: 435134 URL: https://svnweb.freebsd.org/changeset/ports/435134 Log: Update devel/erlang-certifi to version 1.0.0. Modified: head/devel/erlang-certifi/Makefile head/devel/erlang-certifi/distinfo Modified: head/devel/erlang-certifi/Makefile ============================================================================== --- head/devel/erlang-certifi/Makefile Wed Mar 1 11:15:54 2017 (r435133) +++ head/devel/erlang-certifi/Makefile Wed Mar 1 11:16:16 2017 (r435134) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang-certifi -PORTVERSION= 0.7.0 +PORTVERSION= 1.0.0 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org Modified: head/devel/erlang-certifi/distinfo ============================================================================== --- head/devel/erlang-certifi/distinfo Wed Mar 1 11:15:54 2017 (r435133) +++ head/devel/erlang-certifi/distinfo Wed Mar 1 11:16:16 2017 (r435134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475483346 -SHA256 (certifi-erlang-certifi-0.7.0_GH0.tar.gz) = 08dfb0b3902684b4ea942feb76dc983513f2de7b217b222cfe0a3e9350b00fc6 -SIZE (certifi-erlang-certifi-0.7.0_GH0.tar.gz) = 762001 +TIMESTAMP = 1488315798 +SHA256 (certifi-erlang-certifi-1.0.0_GH0.tar.gz) = 19d83ad74cd334304d45c701129a19824d2b9289a3500edb91812c79f1c11609 +SIZE (certifi-erlang-certifi-1.0.0_GH0.tar.gz) = 774128 From owner-svn-ports-all@freebsd.org Wed Mar 1 11:16:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88225CF30D8; Wed, 1 Mar 2017 11:16: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 3DA1F94; Wed, 1 Mar 2017 11:16: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 v21BGjNm078901; Wed, 1 Mar 2017 11:16:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BGjXY078898; Wed, 1 Mar 2017 11:16:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011116.v21BGjXY078898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435135 - in head/www/erlang-hackney: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:16:46 -0000 Author: olgeni Date: Wed Mar 1 11:16:44 2017 New Revision: 435135 URL: https://svnweb.freebsd.org/changeset/ports/435135 Log: Update www/erlang-hackney to version 1.6.6. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo head/www/erlang-hackney/files/patch-rebar.config Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Wed Mar 1 11:16:16 2017 (r435134) +++ head/www/erlang-hackney/Makefile Wed Mar 1 11:16:44 2017 (r435135) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Wed Mar 1 11:16:16 2017 (r435134) +++ head/www/erlang-hackney/distinfo Wed Mar 1 11:16:44 2017 (r435135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483567985 -SHA256 (benoitc-hackney-1.6.5_GH0.tar.gz) = 666a122ccfa658860ff162ea5f1244eb23408c6b260b2599cee8fe1ff910f94f -SIZE (benoitc-hackney-1.6.5_GH0.tar.gz) = 111579 +TIMESTAMP = 1488315708 +SHA256 (benoitc-hackney-1.6.6_GH0.tar.gz) = b8aabb849354dca8a5fa3c60dac51a370371fdb09e2bb8bd266c2d887e55344d +SIZE (benoitc-hackney-1.6.6_GH0.tar.gz) = 110316 Modified: head/www/erlang-hackney/files/patch-rebar.config ============================================================================== --- head/www/erlang-hackney/files/patch-rebar.config Wed Mar 1 11:16:16 2017 (r435134) +++ head/www/erlang-hackney/files/patch-rebar.config Wed Mar 1 11:16:44 2017 (r435135) @@ -1,12 +1,12 @@ ---- rebar.config.orig 2016-10-22 10:13:17 UTC +--- rebar.config.orig 2017-02-28 21:02:12 UTC +++ rebar.config @@ -14,11 +14,6 @@ {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}. {deps, [ -- {idna, "1.2.0"}, +- {idna, "4.0.0"}, - {mimerl, "1.0.2"}, -- {certifi, "0.7.0"}, +- {certifi, "1.0.0"}, - {metrics, "1.0.1"}, - {ssl_verify_fun, "1.1.1"} ]}. From owner-svn-ports-all@freebsd.org Wed Mar 1 11:17:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F000CF310C; Wed, 1 Mar 2017 11:17:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8D4B17C; Wed, 1 Mar 2017 11:17:17 +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 v21BHGlr079054; Wed, 1 Mar 2017 11:17:16 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BHGFq079050; Wed, 1 Mar 2017 11:17:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011117.v21BHGFq079050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435136 - head/devel/elixir-conform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:17:18 -0000 Author: olgeni Date: Wed Mar 1 11:17:16 2017 New Revision: 435136 URL: https://svnweb.freebsd.org/changeset/ports/435136 Log: Update devel/elixir-conform to version 2.2.2. Modified: head/devel/elixir-conform/Makefile head/devel/elixir-conform/distinfo head/devel/elixir-conform/pkg-plist Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Wed Mar 1 11:16:44 2017 (r435135) +++ head/devel/elixir-conform/Makefile Wed Mar 1 11:17:16 2017 (r435136) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= conform -DISTVERSION= 2.1.2 +DISTVERSION= 2.2.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-conform/distinfo ============================================================================== --- head/devel/elixir-conform/distinfo Wed Mar 1 11:16:44 2017 (r435135) +++ head/devel/elixir-conform/distinfo Wed Mar 1 11:17:16 2017 (r435136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481797730 -SHA256 (bitwalker-conform-2.1.2_GH0.tar.gz) = 4b51c3a6abd78244b0825ac1b7823a27d441e53481f39c871bf130e0998993cd -SIZE (bitwalker-conform-2.1.2_GH0.tar.gz) = 2795025 +TIMESTAMP = 1488292586 +SHA256 (bitwalker-conform-2.2.2_GH0.tar.gz) = cb2aac7bd7bcb0676432ecb5684b742199c212881eacbca0c00693e472e44a7f +SIZE (bitwalker-conform-2.2.2_GH0.tar.gz) = 2960334 Modified: head/devel/elixir-conform/pkg-plist ============================================================================== --- head/devel/elixir-conform/pkg-plist Wed Mar 1 11:16:44 2017 (r435135) +++ head/devel/elixir-conform/pkg-plist Wed Mar 1 11:17:16 2017 (r435136) @@ -44,6 +44,6 @@ lib/elixir/lib/conform/lib/mix/tasks/con lib/elixir/lib/conform/lib/mix/tasks/conform.new.ex lib/elixir/lib/conform/priv/bin/conform lib/elixir/lib/conform/priv/bin/post_upgrade.sh -lib/elixir/lib/conform/priv/bin/pre_start.sh +lib/elixir/lib/conform/priv/bin/pre_configure.sh lib/elixir/lib/conform/priv/bin/pre_upgrade.sh %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Mar 1 11:17:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 437C8CF313E; Wed, 1 Mar 2017 11:17: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 1E281264; Wed, 1 Mar 2017 11:17: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 v21BHZLC079193; Wed, 1 Mar 2017 11:17:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BHYeb079190; Wed, 1 Mar 2017 11:17:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011117.v21BHYeb079190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:17:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435137 - head/devel/elixir-plug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:17:36 -0000 Author: olgeni Date: Wed Mar 1 11:17:34 2017 New Revision: 435137 URL: https://svnweb.freebsd.org/changeset/ports/435137 Log: Update devel/elixir-plug to version 1.3.2. Modified: head/devel/elixir-plug/Makefile head/devel/elixir-plug/distinfo head/devel/elixir-plug/pkg-plist Modified: head/devel/elixir-plug/Makefile ============================================================================== --- head/devel/elixir-plug/Makefile Wed Mar 1 11:17:16 2017 (r435136) +++ head/devel/elixir-plug/Makefile Wed Mar 1 11:17:34 2017 (r435137) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plug -PORTVERSION= 1.1.6 +PORTVERSION= 1.3.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -14,6 +14,9 @@ LICENSE= APACHE20 USES= elixir USE_GITHUB= yes GH_ACCOUNT= elixir-lang + +MIX_BUILD_DEPS= misc/elixir-mime +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_REWRITE= yes .include Modified: head/devel/elixir-plug/distinfo ============================================================================== --- head/devel/elixir-plug/distinfo Wed Mar 1 11:17:16 2017 (r435136) +++ head/devel/elixir-plug/distinfo Wed Mar 1 11:17:34 2017 (r435137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466540586 -SHA256 (elixir-lang-plug-v1.1.6_GH0.tar.gz) = f1713316c2cf712673bdad0016a19e452b6b6f41fad018bd9031b86ab02f0f78 -SIZE (elixir-lang-plug-v1.1.6_GH0.tar.gz) = 108845 +TIMESTAMP = 1488317048 +SHA256 (elixir-lang-plug-v1.3.2_GH0.tar.gz) = d59b09c2c204bee557e51ec4c22a922886579945612c660a528c2bd6e5f1f693 +SIZE (elixir-lang-plug-v1.3.2_GH0.tar.gz) = 117601 Modified: head/devel/elixir-plug/pkg-plist ============================================================================== --- head/devel/elixir-plug/pkg-plist Wed Mar 1 11:17:16 2017 (r435136) +++ head/devel/elixir-plug/pkg-plist Wed Mar 1 11:17:34 2017 (r435137) @@ -5,6 +5,7 @@ lib/elixir/lib/plug/ebin/Elixir.Plug.Ada lib/elixir/lib/plug/ebin/Elixir.Plug.Adapters.Cowboy.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Adapters.Test.Conn.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Adapters.Translator.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.BadRequestError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Builder.beam lib/elixir/lib/plug/ebin/Elixir.Plug.CSRFProtection.InvalidCSRFTokenError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.CSRFProtection.InvalidCrossOriginRequestError.beam @@ -56,6 +57,7 @@ lib/elixir/lib/plug/ebin/Elixir.Plug.Sta lib/elixir/lib/plug/ebin/Elixir.Plug.Static.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Supervisor.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Test.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.TimeoutError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Upload.beam lib/elixir/lib/plug/ebin/Elixir.Plug.UploadError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.beam @@ -88,7 +90,6 @@ lib/elixir/lib/plug/lib/plug/html.ex lib/elixir/lib/plug/lib/plug/logger.ex lib/elixir/lib/plug/lib/plug/method_override.ex lib/elixir/lib/plug/lib/plug/mime.ex -lib/elixir/lib/plug/lib/plug/mime.types lib/elixir/lib/plug/lib/plug/parsers.ex lib/elixir/lib/plug/lib/plug/parsers/json.ex lib/elixir/lib/plug/lib/plug/parsers/multipart.ex @@ -103,7 +104,8 @@ lib/elixir/lib/plug/lib/plug/session/sto lib/elixir/lib/plug/lib/plug/ssl.ex lib/elixir/lib/plug/lib/plug/static.ex lib/elixir/lib/plug/lib/plug/supervisor.ex -lib/elixir/lib/plug/lib/plug/templates/debugger.eex +lib/elixir/lib/plug/lib/plug/templates/debugger.html.eex +lib/elixir/lib/plug/lib/plug/templates/debugger.md.eex lib/elixir/lib/plug/lib/plug/test.ex lib/elixir/lib/plug/lib/plug/upload.ex %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Mar 1 11:17:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80332CF3189; Wed, 1 Mar 2017 11:17:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45612371; Wed, 1 Mar 2017 11:17:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21BHqXD079315; Wed, 1 Mar 2017 11:17:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BHq78079313; Wed, 1 Mar 2017 11:17:52 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011117.v21BHq78079313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435138 - head/devel/elixir-poison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:17:53 -0000 Author: olgeni Date: Wed Mar 1 11:17:52 2017 New Revision: 435138 URL: https://svnweb.freebsd.org/changeset/ports/435138 Log: Update devel/elixir-poison to version 3.0.0. Modified: head/devel/elixir-poison/Makefile head/devel/elixir-poison/distinfo Modified: head/devel/elixir-poison/Makefile ============================================================================== --- head/devel/elixir-poison/Makefile Wed Mar 1 11:17:34 2017 (r435137) +++ head/devel/elixir-poison/Makefile Wed Mar 1 11:17:52 2017 (r435138) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= poison -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-poison/distinfo ============================================================================== --- head/devel/elixir-poison/distinfo Wed Mar 1 11:17:34 2017 (r435137) +++ head/devel/elixir-poison/distinfo Wed Mar 1 11:17:52 2017 (r435138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466540464 -SHA256 (devinus-poison-2.2.0_GH0.tar.gz) = a635728834d9e93cbd08dc69c94b737b35e4336fe004939fde855ea238d0a58d -SIZE (devinus-poison-2.2.0_GH0.tar.gz) = 30779 +TIMESTAMP = 1477472666 +SHA256 (devinus-poison-3.0.0_GH0.tar.gz) = fd01cf68ab4488e397617039aea42625c21dd026b95b3bebe2323e0a3ac364de +SIZE (devinus-poison-3.0.0_GH0.tar.gz) = 86001 From owner-svn-ports-all@freebsd.org Wed Mar 1 11:18:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D149BCF31D3; Wed, 1 Mar 2017 11:18:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 845FA684; Wed, 1 Mar 2017 11:18:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21BI9GD079459; Wed, 1 Mar 2017 11:18:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BI9bF079456; Wed, 1 Mar 2017 11:18:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011118.v21BI9bF079456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435139 - head/dns/erlang-idna X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:18:10 -0000 Author: olgeni Date: Wed Mar 1 11:18:09 2017 New Revision: 435139 URL: https://svnweb.freebsd.org/changeset/ports/435139 Log: Update dns/erlang-idna to version 4.0.0. Modified: head/dns/erlang-idna/Makefile head/dns/erlang-idna/distinfo head/dns/erlang-idna/pkg-plist Modified: head/dns/erlang-idna/Makefile ============================================================================== --- head/dns/erlang-idna/Makefile Wed Mar 1 11:17:52 2017 (r435138) +++ head/dns/erlang-idna/Makefile Wed Mar 1 11:18:09 2017 (r435139) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 1.2.0 +PORTVERSION= 4.0.0 CATEGORIES= dns PKGNAMEPREFIX= erlang- Modified: head/dns/erlang-idna/distinfo ============================================================================== --- head/dns/erlang-idna/distinfo Wed Mar 1 11:17:52 2017 (r435138) +++ head/dns/erlang-idna/distinfo Wed Mar 1 11:18:09 2017 (r435139) @@ -1,2 +1,3 @@ -SHA256 (benoitc-erlang-idna-1.2.0_GH0.tar.gz) = 0fa997f1a2379eb01538af1d4700002500fa49aecfbbea9fb19fbb55c46c4446 -SIZE (benoitc-erlang-idna-1.2.0_GH0.tar.gz) = 129575 +TIMESTAMP = 1488315927 +SHA256 (benoitc-erlang-idna-4.0.0_GH0.tar.gz) = 73126e5a3f2d28a16a6e16c0ee4da8d34cf8441efb8bdfb4111e4c3a3b881d55 +SIZE (benoitc-erlang-idna-4.0.0_GH0.tar.gz) = 147875 Modified: head/dns/erlang-idna/pkg-plist ============================================================================== --- head/dns/erlang-idna/pkg-plist Wed Mar 1 11:17:52 2017 (r435138) +++ head/dns/erlang-idna/pkg-plist Wed Mar 1 11:18:09 2017 (r435139) @@ -2,14 +2,13 @@ lib/erlang/lib/idna-%%VERSION%%/ebin/idn lib/erlang/lib/idna-%%VERSION%%/ebin/idna.beam lib/erlang/lib/idna-%%VERSION%%/ebin/idna_ucs.beam lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode.beam -lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data1.beam -lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data2.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data.beam lib/erlang/lib/idna-%%VERSION%%/ebin/punycode.beam lib/erlang/lib/idna-%%VERSION%%/src/idna.app.src lib/erlang/lib/idna-%%VERSION%%/src/idna.erl lib/erlang/lib/idna-%%VERSION%%/src/idna_ucs.erl lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode.erl -lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data1.erl -lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data2.erl +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.hrl lib/erlang/lib/idna-%%VERSION%%/src/punycode.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Mar 1 11:22:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1438CF3396; Wed, 1 Mar 2017 11:22:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66519A69; Wed, 1 Mar 2017 11:22:15 +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 v21BMEeC083192; Wed, 1 Mar 2017 11:22:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BMEUO083189; Wed, 1 Mar 2017 11:22:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011122.v21BMEUO083189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435140 - in head/security/elixir-comeonin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:22:15 -0000 Author: olgeni Date: Wed Mar 1 11:22:14 2017 New Revision: 435140 URL: https://svnweb.freebsd.org/changeset/ports/435140 Log: Update security/elixir-comeonin to version 3.0. Modified: head/security/elixir-comeonin/Makefile head/security/elixir-comeonin/distinfo head/security/elixir-comeonin/files/patch-mix.exs Modified: head/security/elixir-comeonin/Makefile ============================================================================== --- head/security/elixir-comeonin/Makefile Wed Mar 1 11:18:09 2017 (r435139) +++ head/security/elixir-comeonin/Makefile Wed Mar 1 11:22:14 2017 (r435140) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= comeonin -PORTVERSION= 2.3 +PORTVERSION= 3.0 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- @@ -16,8 +16,9 @@ USES= elixir gmake USE_GITHUB= yes GH_ACCOUNT= elixircnx -MIX_BUILD_DEPS= security/elixir-comeonin_i18n -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_BUILD_DEPS= devel/elixir-make \ + security/elixir-comeonin_i18n +MIX_RUN_DEPS:= security/elixir-comeonin_i18n post-build: ${STRIP_CMD} ${WRKSRC}/priv/bcrypt_nif.so Modified: head/security/elixir-comeonin/distinfo ============================================================================== --- head/security/elixir-comeonin/distinfo Wed Mar 1 11:18:09 2017 (r435139) +++ head/security/elixir-comeonin/distinfo Wed Mar 1 11:22:14 2017 (r435140) @@ -1,2 +1,3 @@ -SHA256 (elixircnx-comeonin-v2.3_GH0.tar.gz) = 7122c209ae2b09965487b5cf1fcb1f82a6d127bca9221a73c824b3b25d81ddea -SIZE (elixircnx-comeonin-v2.3_GH0.tar.gz) = 31879 +TIMESTAMP = 1481803232 +SHA256 (elixircnx-comeonin-v3.0_GH0.tar.gz) = 993bc5e5a3480e12eb0bf45cafee3de1046ce8cb1419be06b542af950920d85f +SIZE (elixircnx-comeonin-v3.0_GH0.tar.gz) = 31151 Modified: head/security/elixir-comeonin/files/patch-mix.exs ============================================================================== --- head/security/elixir-comeonin/files/patch-mix.exs Wed Mar 1 11:18:09 2017 (r435139) +++ head/security/elixir-comeonin/files/patch-mix.exs Wed Mar 1 11:22:14 2017 (r435140) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-12-17 02:11:33 UTC +--- mix.exs.orig 2016-12-15 12:02:47 UTC +++ mix.exs -@@ -120,7 +120,6 @@ defmodule Comeonin.Mixfile do - package: package, - source_url: "https://github.com/elixircnx/comeonin", - compilers: [:comeonin] ++ Mix.compilers, -- deps: deps - ] +@@ -16,7 +16,6 @@ defmodule Comeonin.Mixfile do + package: package(), + source_url: "https://github.com/riverrun/comeonin", + compilers: [:elixir_make] ++ Mix.compilers, +- deps: deps(), + dialyzer: [plt_file: ".dialyzer/local.plt"]] end From owner-svn-ports-all@freebsd.org Wed Mar 1 11:26:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDB8BCF3414; Wed, 1 Mar 2017 11:26:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACA9DC13; Wed, 1 Mar 2017 11:26:55 +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 v21BQs7E083519; Wed, 1 Mar 2017 11:26:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21BQsWh083513; Wed, 1 Mar 2017 11:26:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011126.v21BQsWh083513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 11:26:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435141 - in head/devel: . elixir-make X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 11:26:56 -0000 Author: olgeni Date: Wed Mar 1 11:26:54 2017 New Revision: 435141 URL: https://svnweb.freebsd.org/changeset/ports/435141 Log: Add devel/elixir-make, a Make builder for Elixir. Added: head/devel/elixir-make/ head/devel/elixir-make/Makefile (contents, props changed) head/devel/elixir-make/distinfo (contents, props changed) head/devel/elixir-make/pkg-descr (contents, props changed) head/devel/elixir-make/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 1 11:22:14 2017 (r435140) +++ head/devel/Makefile Wed Mar 1 11:26:54 2017 (r435141) @@ -477,6 +477,7 @@ SUBDIR += elixir-inflex SUBDIR += elixir-lager_logger SUBDIR += elixir-libring + SUBDIR += elixir-make SUBDIR += elixir-math SUBDIR += elixir-msgpax SUBDIR += elixir-nadia Added: head/devel/elixir-make/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-make/Makefile Wed Mar 1 11:26:54 2017 (r435141) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= make +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.0 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Make compiler for Mix + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= elixir-lang +GH_PROJECT= elixir_make + +ELIXIR_APP_NAME=elixir_make + +.include Added: head/devel/elixir-make/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-make/distinfo Wed Mar 1 11:26:54 2017 (r435141) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481803655 +SHA256 (elixir-lang-elixir_make-v0.4.0_GH0.tar.gz) = 66f6b926df02486aa8f9aab1e97401a0b96376962f1deb13a4075277685523ff +SIZE (elixir-lang-elixir_make-v0.4.0_GH0.tar.gz) = 5294 Added: head/devel/elixir-make/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-make/pkg-descr Wed Mar 1 11:26:54 2017 (r435141) @@ -0,0 +1,4 @@ +This project provides a Mix compiler that makes it straightforward +to use makefiles in your Mix projects. + +WWW: https://github.com/elixir-lang/elixir_make Added: head/devel/elixir-make/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-make/pkg-plist Wed Mar 1 11:26:54 2017 (r435141) @@ -0,0 +1,4 @@ +lib/elixir/lib/elixir_make/ebin/Elixir.Mix.Tasks.Compile.ElixirMake.beam +lib/elixir/lib/elixir_make/ebin/elixir_make.app +lib/elixir/lib/elixir_make/lib/mix/tasks/compile.make.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Mar 1 12:01:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8675DCF20B9; Wed, 1 Mar 2017 12:01:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56460133; Wed, 1 Mar 2017 12:01:34 +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 v21C1XIG096629; Wed, 1 Mar 2017 12:01:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21C1XFI096627; Wed, 1 Mar 2017 12:01:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703011201.v21C1XFI096627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Mar 2017 12:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435142 - head/math/R-cran-MatchIt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 12:01:34 -0000 Author: wen Date: Wed Mar 1 12:01:33 2017 New Revision: 435142 URL: https://svnweb.freebsd.org/changeset/ports/435142 Log: - Update to 2.4.22 Modified: head/math/R-cran-MatchIt/Makefile head/math/R-cran-MatchIt/distinfo Modified: head/math/R-cran-MatchIt/Makefile ============================================================================== --- head/math/R-cran-MatchIt/Makefile Wed Mar 1 11:26:54 2017 (r435141) +++ head/math/R-cran-MatchIt/Makefile Wed Mar 1 12:01:33 2017 (r435142) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MatchIt -DISTVERSION= 2.4-21 +DISTVERSION= 2.4-22 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-MatchIt/distinfo ============================================================================== --- head/math/R-cran-MatchIt/distinfo Wed Mar 1 11:26:54 2017 (r435141) +++ head/math/R-cran-MatchIt/distinfo Wed Mar 1 12:01:33 2017 (r435142) @@ -1,2 +1,3 @@ -SHA256 (MatchIt_2.4-21.tar.gz) = bb54f1e9f167a165b6b72ce4c92586c4871508a28900473bf71fc5418288710a -SIZE (MatchIt_2.4-21.tar.gz) = 563573 +TIMESTAMP = 1488352817 +SHA256 (MatchIt_2.4-22.tar.gz) = 82808470c9881991eb66eed5f66438b5c7359b97da2585ca35e390942d9f479a +SIZE (MatchIt_2.4-22.tar.gz) = 314819 From owner-svn-ports-all@freebsd.org Wed Mar 1 12:10:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39B0ECF2573; Wed, 1 Mar 2017 12:10:05 +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 068E8858; Wed, 1 Mar 2017 12:10:04 +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 v21CA4RI099174; Wed, 1 Mar 2017 12:10:04 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21CA3d9099172; Wed, 1 Mar 2017 12:10:03 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703011210.v21CA3d9099172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Wed, 1 Mar 2017 12:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435143 - head/sysutils/beats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 12:10:05 -0000 Author: girgen Date: Wed Mar 1 12:10:03 2017 New Revision: 435143 URL: https://svnweb.freebsd.org/changeset/ports/435143 Log: Update to latest version, 5.2.2 Modified: head/sysutils/beats/Makefile head/sysutils/beats/distinfo Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Wed Mar 1 12:01:33 2017 (r435142) +++ head/sysutils/beats/Makefile Wed Mar 1 12:10:03 2017 (r435143) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beats -PORTVERSION= 5.2.1 +PORTVERSION= 5.2.2 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/beats/distinfo ============================================================================== --- head/sysutils/beats/distinfo Wed Mar 1 12:01:33 2017 (r435142) +++ head/sysutils/beats/distinfo Wed Mar 1 12:10:03 2017 (r435143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487537263 -SHA256 (elastic-beats-v5.2.1_GH0.tar.gz) = 8cd082583c9762314c3a15c8847a8b155733e04db328a8f759a0bf7acc17ec7d -SIZE (elastic-beats-v5.2.1_GH0.tar.gz) = 16487289 +TIMESTAMP = 1488360174 +SHA256 (elastic-beats-v5.2.2_GH0.tar.gz) = 45c89fab339de3d3e7f9a83c7a48312ede147d5989b67b8619d9128353c891c3 +SIZE (elastic-beats-v5.2.2_GH0.tar.gz) = 16489808 From owner-svn-ports-all@freebsd.org Wed Mar 1 12:14:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54D08CF275F; Wed, 1 Mar 2017 12:14:24 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD4ED2A; Wed, 1 Mar 2017 12:14:24 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21CENhN003313; Wed, 1 Mar 2017 12:14:23 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21CELbC003294; Wed, 1 Mar 2017 12:14:21 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703011214.v21CELbC003294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Wed, 1 Mar 2017 12:14:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435144 - in head/lang/beignet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 12:14:24 -0000 Author: rezny Date: Wed Mar 1 12:14:21 2017 New Revision: 435144 URL: https://svnweb.freebsd.org/changeset/ports/435144 Log: Update to 1.3.0 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9843 Added: head/lang/beignet/files/patch-backend_src_backend_gen__insn__selection.cpp (contents, props changed) - copied, changed from r435143, head/lang/beignet/files/patch-backend_src_backend_gen-insn-selection.cpp head/lang/beignet/files/patch-src_cl__api__kernel.c (contents, props changed) head/lang/beignet/files/patch-src_cl__enqueue.c (contents, props changed) Deleted: head/lang/beignet/files/patch-backend_src_backend_gen-insn-selection.cpp head/lang/beignet/files/patch-src_cl__event.c Modified: head/lang/beignet/Makefile head/lang/beignet/distinfo head/lang/beignet/files/patch-CMakeLists.txt head/lang/beignet/files/patch-CMake_FindLLVM.cmake head/lang/beignet/files/patch-backend_src_backend_gen__reg__allocation.cpp (contents, props changed) head/lang/beignet/files/patch-backend_src_ir_immediate.hpp head/lang/beignet/files/patch-backend_src_sys_alloc.cpp head/lang/beignet/files/patch-src_cl__alloc.c head/lang/beignet/files/patch-src_cl__device__id.c head/lang/beignet/files/patch-src_git__sha1.sh head/lang/beignet/files/patch-src_performance.c head/lang/beignet/files/patch-utests_CMakeLists.txt head/lang/beignet/files/patch-utests_builtin__exp.cpp head/lang/beignet/files/patch-utests_utest.cpp head/lang/beignet/files/patch-utests_utest__math__gen.py head/lang/beignet/pkg-plist Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/Makefile Wed Mar 1 12:14:21 2017 (r435144) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beignet -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= lang MASTER_SITES= https://01.org/sites/default/files/ DISTVERSIONSUFFIX= -source @@ -23,7 +23,7 @@ USES= cmake gmake ncurses pkgconfig she USE_XORG= sm ice x11 xext xfixes USE_GL= gl egl SHEBANG_FILES= src/git_sha1.sh backend/kernels/compile.sh -LLVMVER= 37 +LLVMVER= 39 CMAKE_ARGS+= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config${LLVMVER} Modified: head/lang/beignet/distinfo ============================================================================== --- head/lang/beignet/distinfo Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/distinfo Wed Mar 1 12:14:21 2017 (r435144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472595672 -SHA256 (beignet-1.2.0-source.tar.gz) = fc7af19efb7596b04510d26c558a576eba3e95e1ef86fd6951213c6a4bf58bff -SIZE (beignet-1.2.0-source.tar.gz) = 1076674 +TIMESTAMP = 1488314347 +SHA256 (beignet-1.3.0-source.tar.gz) = 63d98b4fe8fba3dbc0299d29fef84560625e5ac51b16b8fed453021d4afb5cd5 +SIZE (beignet-1.3.0-source.tar.gz) = 1133643 Modified: head/lang/beignet/files/patch-CMakeLists.txt ============================================================================== --- head/lang/beignet/files/patch-CMakeLists.txt Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-CMakeLists.txt Wed Mar 1 12:14:21 2017 (r435144) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2016-08-30 10:06:31 UTC +--- CMakeLists.txt.orig 2017-01-20 10:44:56 UTC +++ CMakeLists.txt -@@ -41,7 +41,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINA +@@ -31,7 +31,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINA INCLUDE (FindPkgConfig) @@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake/") INCLUDE (GNUInstallDirs OPTIONAL) # support old CMake without GNUInstallDirs -@@ -111,7 +110,7 @@ ELSE (USE_STANDALONE_GBE_COMPILER STREQU +@@ -101,7 +100,7 @@ ELSE (USE_STANDALONE_GBE_COMPILER STREQU ENDIF (USE_STANDALONE_GBE_COMPILER STREQUAL "true") @@ -17,7 +17,7 @@ # XLib Find_Package(X11) -@@ -230,7 +229,7 @@ IF(OCLIcd_FOUND) +@@ -219,7 +218,7 @@ IF(OCLIcd_FOUND) "intel-beignet.icd.in" "${ICD_FILE_NAME}" ) Modified: head/lang/beignet/files/patch-CMake_FindLLVM.cmake ============================================================================== --- head/lang/beignet/files/patch-CMake_FindLLVM.cmake Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-CMake_FindLLVM.cmake Wed Mar 1 12:14:21 2017 (r435144) @@ -1,6 +1,6 @@ ---- CMake/FindLLVM.cmake.orig 2015-04-17 03:59:38.000000000 +0200 -+++ CMake/FindLLVM.cmake 2015-05-09 00:27:01.012701000 +0200 -@@ -52,21 +52,21 @@ +--- CMake/FindLLVM.cmake.orig 2017-01-20 10:40:51 UTC ++++ CMake/FindLLVM.cmake +@@ -46,21 +46,21 @@ endif (LLVM_FIND_VERSION_MAJOR AND LLVM_ if (LLVM_INSTALL_DIR) find_program(CLANG_EXECUTABLE Copied and modified: head/lang/beignet/files/patch-backend_src_backend_gen__insn__selection.cpp (from r435143, head/lang/beignet/files/patch-backend_src_backend_gen-insn-selection.cpp) ============================================================================== --- head/lang/beignet/files/patch-backend_src_backend_gen-insn-selection.cpp Wed Mar 1 12:10:03 2017 (r435143, copy source) +++ head/lang/beignet/files/patch-backend_src_backend_gen__insn__selection.cpp Wed Mar 1 12:14:21 2017 (r435144) @@ -1,7 +1,7 @@ Error: No word lists can be found for the language "en_US". ---- backend/src/backend/gen_insn_selection.cpp.orig 2015-12-18 07:34:19.000000000 +0000 -+++ backend/src/backend/gen_insn_selection.cpp 2016-06-13 17:37:52.540024000 +0000 -@@ -1752,11 +1752,11 @@ +--- backend/src/backend/gen_insn_selection.cpp.orig 2017-01-20 10:40:51 UTC ++++ backend/src/backend/gen_insn_selection.cpp +@@ -2456,11 +2456,11 @@ namespace gbe // Boiler plate to initialize the selection library at c++ pre-main static SelectionLibrary *selLib = NULL; Modified: head/lang/beignet/files/patch-backend_src_backend_gen__reg__allocation.cpp ============================================================================== --- head/lang/beignet/files/patch-backend_src_backend_gen__reg__allocation.cpp Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-backend_src_backend_gen__reg__allocation.cpp Wed Mar 1 12:14:21 2017 (r435144) @@ -1,5 +1,5 @@ ---- backend/src/backend/gen_reg_allocation.cpp.orig 2015-01-30 00:57:16.930955286 +0100 -+++ backend/src/backend/gen_reg_allocation.cpp 2015-01-30 00:57:53.886912927 +0100 +--- backend/src/backend/gen_reg_allocation.cpp.orig 2017-01-20 10:40:51 UTC ++++ backend/src/backend/gen_reg_allocation.cpp @@ -33,6 +33,7 @@ #include #include @@ -7,4 +7,4 @@ +#include - namespace gbe + #define HALF_REGISTER_FILE_OFFSET (32*64) Modified: head/lang/beignet/files/patch-backend_src_ir_immediate.hpp ============================================================================== --- head/lang/beignet/files/patch-backend_src_ir_immediate.hpp Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-backend_src_ir_immediate.hpp Wed Mar 1 12:14:21 2017 (r435144) @@ -1,5 +1,5 @@ ---- backend/src/ir/immediate.hpp.orig 2015-01-30 01:06:19.873878476 +0100 -+++ backend/src/ir/immediate.hpp 2015-01-30 01:06:29.286877660 +0100 +--- backend/src/ir/immediate.hpp.orig 2017-01-20 10:40:51 UTC ++++ backend/src/ir/immediate.hpp @@ -25,6 +25,7 @@ #ifndef __GBE_IR_IMMEDIATE_HPP__ #define __GBE_IR_IMMEDIATE_HPP__ @@ -7,4 +7,4 @@ +#include #include #include "ir/type.hpp" - #include "sys/platform.hpp" + #include "ir/half.hpp" Modified: head/lang/beignet/files/patch-backend_src_sys_alloc.cpp ============================================================================== --- head/lang/beignet/files/patch-backend_src_sys_alloc.cpp Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-backend_src_sys_alloc.cpp Wed Mar 1 12:14:21 2017 (r435144) @@ -1,5 +1,5 @@ ---- backend/src/sys/alloc.cpp.orig 2015-07-02 09:39:05.000000000 +0200 -+++ backend/src/sys/alloc.cpp 2015-08-26 11:57:00.901815000 +0200 +--- backend/src/sys/alloc.cpp.orig 2017-01-20 10:40:51 UTC ++++ backend/src/sys/alloc.cpp @@ -69,7 +69,7 @@ namespace gbe /*! Total number of allocations done */ volatile intptr_t allocNum; Modified: head/lang/beignet/files/patch-src_cl__alloc.c ============================================================================== --- head/lang/beignet/files/patch-src_cl__alloc.c Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-src_cl__alloc.c Wed Mar 1 12:14:21 2017 (r435144) @@ -1,5 +1,5 @@ ---- src/cl_alloc.c.orig 2015-01-16 11:24:13.000000000 +0100 -+++ src/cl_alloc.c 2015-02-03 15:31:13.983452000 +0100 +--- src/cl_alloc.c.orig 2017-01-20 10:40:51 UTC ++++ src/cl_alloc.c @@ -22,7 +22,7 @@ #include @@ -9,7 +9,7 @@ static volatile int32_t cl_alloc_n = 0; -@@ -41,8 +41,13 @@ +@@ -41,8 +41,13 @@ cl_aligned_malloc(size_t sz, size_t alig { void * p = NULL; atomic_inc(&cl_alloc_n); Added: head/lang/beignet/files/patch-src_cl__api__kernel.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/beignet/files/patch-src_cl__api__kernel.c Wed Mar 1 12:14:21 2017 (r435144) @@ -0,0 +1,10 @@ +--- src/cl_api_kernel.c.orig 2017-01-20 10:40:51 UTC ++++ src/cl_api_kernel.c +@@ -26,6 +26,7 @@ + #include "CL/cl.h" + #include + #include ++#include + + cl_int + clGetKernelInfo(cl_kernel kernel, Modified: head/lang/beignet/files/patch-src_cl__device__id.c ============================================================================== --- head/lang/beignet/files/patch-src_cl__device__id.c Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-src_cl__device__id.c Wed Mar 1 12:14:21 2017 (r435144) @@ -1,6 +1,6 @@ ---- src/cl_device_id.c.orig 2016-08-23 12:16:02.000000000 +0200 -+++ src/cl_device_id.c 2016-08-31 17:50:49.806646000 +0200 -@@ -35,7 +35,12 @@ +--- src/cl_device_id.c.orig 2017-01-20 10:40:51 UTC ++++ src/cl_device_id.c +@@ -34,7 +34,12 @@ #include #include #include @@ -13,7 +13,7 @@ #ifndef CL_VERSION_1_2 #define CL_DEVICE_BUILT_IN_KERNELS 0x103F -@@ -269,6 +274,7 @@ LOCAL cl_device_id +@@ -258,6 +263,7 @@ LOCAL cl_device_id cl_get_gt_device(void) { cl_device_id ret = NULL; @@ -21,7 +21,7 @@ const int device_id = cl_driver_get_device_id(); cl_device_id device = NULL; -@@ -737,7 +743,7 @@ kbl_gt4_break: +@@ -743,7 +749,7 @@ kbl_gt4_break: case PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS: case PCI_CHIP_SANDYBRIDGE_BRIDGE_S: case PCI_CHIP_SANDYBRIDGE_S_GT: @@ -30,15 +30,15 @@ ret = NULL; break; default: -@@ -757,6 +763,7 @@ kbl_gt4_break: +@@ -764,6 +770,7 @@ kbl_gt4_break: /* Apply any driver-dependent updates to the device info */ cl_driver_update_device_info(ret); +#if defined(__linux__) - #define toMB(size) (size)&(0xfffffffffffffff<<20) + #define toMB(size) (size)&(UINT64_MAX<<20) /* Get the global_mem_size and max_mem_alloc size from * driver, system ram and hardware*/ -@@ -776,6 +783,24 @@ kbl_gt4_break: +@@ -783,6 +790,24 @@ kbl_gt4_break: ret->max_mem_alloc_size = toMB((ret->global_mem_size * 3 / 4 > maxallocmem) ? maxallocmem: ret->global_mem_size * 3 / 4); } Added: head/lang/beignet/files/patch-src_cl__enqueue.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/beignet/files/patch-src_cl__enqueue.c Wed Mar 1 12:14:21 2017 (r435144) @@ -0,0 +1,10 @@ +--- src/cl_enqueue.c.orig 2017-01-20 10:40:51 UTC ++++ src/cl_enqueue.c +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + static cl_int + cl_enqueue_read_buffer(enqueue_data *data, cl_int status) Modified: head/lang/beignet/files/patch-src_git__sha1.sh ============================================================================== --- head/lang/beignet/files/patch-src_git__sha1.sh Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-src_git__sha1.sh Wed Mar 1 12:14:21 2017 (r435144) @@ -1,7 +1,7 @@ ---- src/git_sha1.sh.orig 2015-01-16 10:24:13 UTC +--- src/git_sha1.sh.orig 2017-02-28 21:01:04 UTC +++ src/git_sha1.sh @@ -1,4 +1,4 @@ --#!/bin/bash +-#!/usr/local/bin/bash +#!/bin/sh SOURCE_DIR=$1 Modified: head/lang/beignet/files/patch-src_performance.c ============================================================================== --- head/lang/beignet/files/patch-src_performance.c Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-src_performance.c Wed Mar 1 12:14:21 2017 (r435144) @@ -1,5 +1,5 @@ ---- src/performance.c.orig 2015-08-26 11:58:45.989699000 +0200 -+++ src/performance.c 2015-08-26 11:59:40.117247000 +0200 +--- src/performance.c.orig 2017-01-20 10:40:51 UTC ++++ src/performance.c @@ -37,7 +37,6 @@ typedef struct storage @@ -8,7 +8,7 @@ static context_storage_node * prev_context_pointer = NULL; -@@ -170,6 +169,7 @@ static int cmp(const void *a, const void +@@ -174,6 +173,7 @@ static int cmp(const void *a, const void return 0; } @@ -16,7 +16,7 @@ static void print_time_info() { context_storage_node *p_context = record.context_storage; -@@ -273,11 +273,6 @@ static void print_time_info() +@@ -279,11 +279,6 @@ static void print_time_info() static void insert(cl_context context, const char *kernel_name, const char *build_opt, float time) { @@ -27,4 +27,4 @@ - } context_storage_node *p_context = find_context(context); kernel_storage_node *p_kernel = find_kernel(p_context, kernel_name, build_opt); - prev_context_pointer = p_context; + if(!p_kernel) Modified: head/lang/beignet/files/patch-utests_CMakeLists.txt ============================================================================== --- head/lang/beignet/files/patch-utests_CMakeLists.txt Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-utests_CMakeLists.txt Wed Mar 1 12:14:21 2017 (r435144) @@ -1,6 +1,6 @@ ---- utests/CMakeLists.txt.orig 2015-02-02 21:01:26.000000000 +0100 -+++ utests/CMakeLists.txt 2015-02-02 22:19:04.185677000 +0100 -@@ -230,12 +230,12 @@ +--- utests/CMakeLists.txt.orig 2017-01-20 10:40:51 UTC ++++ utests/CMakeLists.txt +@@ -333,12 +333,12 @@ list (GET GBE_BIN_GENERATER -1 GBE_BIN_F if(GEN_PCI_ID) ADD_CUSTOM_COMMAND( OUTPUT ${kernel_bin}.bin Modified: head/lang/beignet/files/patch-utests_builtin__exp.cpp ============================================================================== --- head/lang/beignet/files/patch-utests_builtin__exp.cpp Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-utests_builtin__exp.cpp Wed Mar 1 12:14:21 2017 (r435144) @@ -1,6 +1,6 @@ ---- utests/builtin_exp.cpp.orig 2015-01-16 10:24:13 UTC +--- utests/builtin_exp.cpp.orig 2017-01-20 10:40:51 UTC +++ utests/builtin_exp.cpp -@@ -25,7 +25,11 @@ static void cpu_compiler_math(float *dst +@@ -27,7 +27,11 @@ static void cpu_compiler_math(float *dst dst[0] = exp(x); dst[1] = exp2(x); Modified: head/lang/beignet/files/patch-utests_utest.cpp ============================================================================== --- head/lang/beignet/files/patch-utests_utest.cpp Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-utests_utest.cpp Wed Mar 1 12:14:21 2017 (r435144) @@ -1,6 +1,6 @@ ---- utests/utest.cpp.orig 2015-08-26 12:00:07.664830000 +0200 -+++ utests/utest.cpp 2015-08-26 12:00:37.039946000 +0200 -@@ -44,6 +44,7 @@ +--- utests/utest.cpp.orig 2017-01-20 10:40:51 UTC ++++ utests/utest.cpp +@@ -52,6 +52,7 @@ vector v; RStatistics UTest::retStatistics; void releaseUTestList(void) { delete UTest::utestList; } @@ -8,7 +8,7 @@ void runSummaryAtExit(void) { // If case crashes, count it as fail, and accumulate finishrun if(UTest::retStatistics.finishrun != UTest::utestList->size()) { -@@ -113,7 +114,6 @@ +@@ -146,7 +147,6 @@ UTest::UTest(Function fn, const char *na utestList = new vector; catch_signal(); Modified: head/lang/beignet/files/patch-utests_utest__math__gen.py ============================================================================== --- head/lang/beignet/files/patch-utests_utest__math__gen.py Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/files/patch-utests_utest__math__gen.py Wed Mar 1 12:14:21 2017 (r435144) @@ -1,4 +1,4 @@ ---- utests/utest_math_gen.py.orig 2015-02-02 20:01:26 UTC +--- utests/utest_math_gen.py.orig 2017-01-20 10:40:51 UTC +++ utests/utest_math_gen.py @@ -241,10 +241,11 @@ static float atan2pi(float y, float x){ exp2Utests = func('exp2','exp2',[exp2_input_type],exp2_output_type,[exp2_input_values],'4 * FLT_ULP') Modified: head/lang/beignet/pkg-plist ============================================================================== --- head/lang/beignet/pkg-plist Wed Mar 1 12:10:03 2017 (r435143) +++ head/lang/beignet/pkg-plist Wed Mar 1 12:14:21 2017 (r435144) @@ -5,23 +5,28 @@ lib/beignet/include/ocl.h lib/beignet/include/ocl_as.h lib/beignet/include/ocl_async.h lib/beignet/include/ocl_atom.h +lib/beignet/include/ocl_atom_20.h lib/beignet/include/ocl_common.h lib/beignet/include/ocl_convert.h lib/beignet/include/ocl_defines.h +lib/beignet/include/ocl_enqueue.h lib/beignet/include/ocl_float.h lib/beignet/include/ocl_geometric.h lib/beignet/include/ocl_image.h lib/beignet/include/ocl_integer.h lib/beignet/include/ocl_math.h +lib/beignet/include/ocl_math_20.h lib/beignet/include/ocl_memcpy.h lib/beignet/include/ocl_memset.h lib/beignet/include/ocl_misc.h +lib/beignet/include/ocl_pipe.h lib/beignet/include/ocl_printf.h lib/beignet/include/ocl_relational.h lib/beignet/include/ocl_simd.h lib/beignet/include/ocl_sync.h lib/beignet/include/ocl_types.h lib/beignet/include/ocl_vload.h +lib/beignet/include/ocl_vload_20.h lib/beignet/include/ocl_work_group.h lib/beignet/include/ocl_workitem.h lib/beignet/libcl.so From owner-svn-ports-all@freebsd.org Wed Mar 1 12:43:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDCA9CF3045; Wed, 1 Mar 2017 12:43:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82554C05; Wed, 1 Mar 2017 12:43:34 +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 v21ChXSP014754; Wed, 1 Mar 2017 12:43:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21ChX5H014752; Wed, 1 Mar 2017 12:43:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703011243.v21ChX5H014752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Mar 2017 12:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435145 - head/math/R-cran-Zelig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 12:43:34 -0000 Author: wen Date: Wed Mar 1 12:43:33 2017 New Revision: 435145 URL: https://svnweb.freebsd.org/changeset/ports/435145 Log: - Update to 5.0.16 Modified: head/math/R-cran-Zelig/Makefile head/math/R-cran-Zelig/distinfo Modified: head/math/R-cran-Zelig/Makefile ============================================================================== --- head/math/R-cran-Zelig/Makefile Wed Mar 1 12:14:21 2017 (r435144) +++ head/math/R-cran-Zelig/Makefile Wed Mar 1 12:43:33 2017 (r435145) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Zelig -DISTVERSION= 5.0-15 +DISTVERSION= 5.0-16 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-Zelig/distinfo ============================================================================== --- head/math/R-cran-Zelig/distinfo Wed Mar 1 12:14:21 2017 (r435144) +++ head/math/R-cran-Zelig/distinfo Wed Mar 1 12:43:33 2017 (r435145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487318401 -SHA256 (Zelig_5.0-15.tar.gz) = 1dc7aa59bbe8b77d2caf1c4e87ab8be5e04fc7f10d9cd6295ff733fb07d8a5a8 -SIZE (Zelig_5.0-15.tar.gz) = 404232 +TIMESTAMP = 1488353817 +SHA256 (Zelig_5.0-16.tar.gz) = c9a455b8c2d368c37feb4987f73565f9b2a3b0115674a55e963527e38d0ad2d7 +SIZE (Zelig_5.0-16.tar.gz) = 560863 From owner-svn-ports-all@freebsd.org Wed Mar 1 13:35:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECFE8CF3BBC; Wed, 1 Mar 2017 13:35: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 A5B76183; Wed, 1 Mar 2017 13:35: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 v21DZQe4034055; Wed, 1 Mar 2017 13:35:26 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21DZQE7034051; Wed, 1 Mar 2017 13:35:26 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703011335.v21DZQE7034051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 1 Mar 2017 13:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435146 - in head/devel: . py-mdv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 13:35:28 -0000 Author: ehaupt Date: Wed Mar 1 13:35:26 2017 New Revision: 435146 URL: https://svnweb.freebsd.org/changeset/ports/435146 Log: Add py-mdv 1.6.3, terminal markdown viewer. Added: head/devel/py-mdv/ head/devel/py-mdv/Makefile (contents, props changed) head/devel/py-mdv/distinfo (contents, props changed) head/devel/py-mdv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 1 12:43:33 2017 (r435145) +++ head/devel/Makefile Wed Mar 1 13:35:26 2017 (r435146) @@ -4398,6 +4398,7 @@ SUBDIR += py-manuel SUBDIR += py-matrix-angular-sdk SUBDIR += py-mccabe + SUBDIR += py-mdv SUBDIR += py-meliae SUBDIR += py-memory_profiler SUBDIR += py-mercurialserver Added: head/devel/py-mdv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-mdv/Makefile Wed Mar 1 13:35:26 2017 (r435146) @@ -0,0 +1,25 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= mdv +PORTVERSION= 1.6.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Terminal markdown viewer + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt \ + ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/devel/py-mdv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-mdv/distinfo Wed Mar 1 13:35:26 2017 (r435146) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488372841 +SHA256 (mdv-1.6.3.tar.gz) = 13f8d0489ad24ab11def95f04b40a4ce9306c2542510d6ee1710b7bafd0b8df4 +SIZE (mdv-1.6.3.tar.gz) = 40918 Added: head/devel/py-mdv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-mdv/pkg-descr Wed Mar 1 13:35:26 2017 (r435146) @@ -0,0 +1,12 @@ +When you edit multiple md files remotely, like in a larger mkdocs project, +context switches between editing terminal(s) and viewing browser may have some +efficiency impact. Also sometimes there is just no browser, like via security +gateways offering just a fixed set of applications on the hop in machine. +Further, reading efficiency and convenience is often significantly improved by +using colors. And lastly, using such a thing for cli applications might improve +user output, e.g. for help texts. + +This is where mdv, a Python based Markdown viewer for the terminal might be a +good option. + +WWW: https://pypi.python.org/pypi/mdv From owner-svn-ports-all@freebsd.org Wed Mar 1 13:35:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 908CCCF3BEF; Wed, 1 Mar 2017 13:35: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 438AE26C; Wed, 1 Mar 2017 13:35:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21DZoDQ034235; Wed, 1 Mar 2017 13:35:50 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21DZnKg034231; Wed, 1 Mar 2017 13:35:49 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703011335.v21DZnKg034231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 1 Mar 2017 13:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435147 - in head/sysutils: . mog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 13:35:51 -0000 Author: ehaupt Date: Wed Mar 1 13:35:49 2017 New Revision: 435147 URL: https://svnweb.freebsd.org/changeset/ports/435147 Log: Add mog 0.4, different take on the UNIX tool cat. Added: head/sysutils/mog/ head/sysutils/mog/Makefile (contents, props changed) head/sysutils/mog/distinfo (contents, props changed) head/sysutils/mog/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Mar 1 13:35:26 2017 (r435146) +++ head/sysutils/Makefile Wed Mar 1 13:35:49 2017 (r435147) @@ -613,6 +613,7 @@ SUBDIR += mksunbootcd SUBDIR += mnrpes SUBDIR += modules + SUBDIR += mog SUBDIR += monit SUBDIR += monitord SUBDIR += monitorix Added: head/sysutils/mog/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mog/Makefile Wed Mar 1 13:35:49 2017 (r435147) @@ -0,0 +1,25 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= mog +PORTVERSION= 0.4 +CATEGORIES= sysutils + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Different take on the UNIX tool cat + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments \ + mdv:devel/py-mdv +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= python +USE_GITHUB= yes +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +GH_ACCOUNT= witchard + +.include Added: head/sysutils/mog/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mog/distinfo Wed Mar 1 13:35:49 2017 (r435147) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488372190 +SHA256 (witchard-mog-0.4_GH0.tar.gz) = 41f2592de8716b5609bce957a973f66d4acb4544a6cf021daaefa5d4da5bb2b5 +SIZE (witchard-mog-0.4_GH0.tar.gz) = 61029 Added: head/sysutils/mog/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mog/pkg-descr Wed Mar 1 13:35:49 2017 (r435147) @@ -0,0 +1,12 @@ +The man page for cat says that it can: concatenate files and print on the +standard output. Often its main use is for the latter. mog tries to help you +"print on the standard output" in a more intelligent way. For example, it can +be configured to: + + * Syntax highlight scripts + * Print a hex dump of binary files + * Show details of image files + * Perform objdump on executables + * List a directory + +WWW: https://github.com/witchard/mog/ From owner-svn-ports-all@freebsd.org Wed Mar 1 14:02:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43437CEE712; Wed, 1 Mar 2017 14:02:27 +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 EB92B94A; Wed, 1 Mar 2017 14:02: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 v21E2Q1a045991; Wed, 1 Mar 2017 14:02:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21E2PXk045987; Wed, 1 Mar 2017 14:02:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703011402.v21E2PXk045987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Mar 2017 14:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435148 - in head/devel: . py-qtconsole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:02:27 -0000 Author: swills Date: Wed Mar 1 14:02:25 2017 New Revision: 435148 URL: https://svnweb.freebsd.org/changeset/ports/435148 Log: devel/py-qtconsole: create port Qt-based console for Jupyter with support for rich media output WWW: https://qtconsole.readthedocs.io/ Added: head/devel/py-qtconsole/ head/devel/py-qtconsole/Makefile (contents, props changed) head/devel/py-qtconsole/distinfo (contents, props changed) head/devel/py-qtconsole/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 1 13:35:49 2017 (r435147) +++ head/devel/Makefile Wed Mar 1 14:02:25 2017 (r435148) @@ -4614,6 +4614,7 @@ SUBDIR += py-qt5-help SUBDIR += py-qt5-qscintilla2 SUBDIR += py-qt5-test + SUBDIR += py-qtconsole SUBDIR += py-rauth SUBDIR += py-raven SUBDIR += py-rcsparse Added: head/devel/py-qtconsole/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-qtconsole/Makefile Wed Mar 1 14:02:25 2017 (r435148) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= qtconsole +PORTVERSION= 4.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Qt-based console for Jupyter with support for rich media output + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets \ + ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core \ + ${PYTHON_PKGNAMEPREFIX}jupyter_client>=4.1:devel/py-jupyter_client \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.1:devel/py-ipykernel + +USES= pyqt:4 python +USE_PYQT= core gui svg + +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-qtconsole/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-qtconsole/distinfo Wed Mar 1 14:02:25 2017 (r435148) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487848048 +SHA256 (qtconsole-4.2.1.tar.gz) = 25ec7d345528b3e8f3c91be349dd3c699755f206dc4b6ec668e2e5dd60ea18ef +SIZE (qtconsole-4.2.1.tar.gz) = 408430 Added: head/devel/py-qtconsole/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-qtconsole/pkg-descr Wed Mar 1 14:02:25 2017 (r435148) @@ -0,0 +1,3 @@ +Qt-based console for Jupyter with support for rich media output + +WWW: https://qtconsole.readthedocs.io/ From owner-svn-ports-all@freebsd.org Wed Mar 1 14:41:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C097CF01D0; Wed, 1 Mar 2017 14:41: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 197BDA8F; Wed, 1 Mar 2017 14:41:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21EfChb058522; Wed, 1 Mar 2017 14:41:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21EfC6U058520; Wed, 1 Mar 2017 14:41:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703011441.v21EfC6U058520@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, 1 Mar 2017 14:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435149 - head/www/fancybox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:41:13 -0000 Author: sunpoet Date: Wed Mar 1 14:41:11 2017 New Revision: 435149 URL: https://svnweb.freebsd.org/changeset/ports/435149 Log: Update to 2.1.7 Changes: https://github.com/fancyapps/fancybox/releases Modified: head/www/fancybox/Makefile head/www/fancybox/distinfo Modified: head/www/fancybox/Makefile ============================================================================== --- head/www/fancybox/Makefile Wed Mar 1 14:02:25 2017 (r435148) +++ head/www/fancybox/Makefile Wed Mar 1 14:41:11 2017 (r435149) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= fancybox -PORTVERSION= 2.1.6 -DISTVERSIONPREFIX= v +PORTVERSION= 2.1.7 +DISTVERSIONPREFIX= V CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org @@ -14,7 +14,6 @@ NO_BUILD= yes USES= cpe GH_ACCOUNT= fancyapps -GH_PROJECT= fancyBox USE_GITHUB= yes CPE_VENDOR= fancybox_project Modified: head/www/fancybox/distinfo ============================================================================== --- head/www/fancybox/distinfo Wed Mar 1 14:02:25 2017 (r435148) +++ head/www/fancybox/distinfo Wed Mar 1 14:41:11 2017 (r435149) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484155826 -SHA256 (fancyapps-fancyBox-v2.1.6_GH0.tar.gz) = 79fc96cb866d58627ca6610b99b38d92e16faa25e642b6547845fcf531c5fccf -SIZE (fancyapps-fancyBox-v2.1.6_GH0.tar.gz) = 504146 +TIMESTAMP = 1488373657 +SHA256 (fancyapps-fancybox-V2.1.7_GH0.tar.gz) = 938c75e58ffb38266d394107174bb9a8fadaf04b7f0c6d2d1fd930825188a7d2 +SIZE (fancyapps-fancybox-V2.1.7_GH0.tar.gz) = 504195 From owner-svn-ports-all@freebsd.org Wed Mar 1 14:41:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30B58CF021A; Wed, 1 Mar 2017 14:41:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F413DBC7; Wed, 1 Mar 2017 14:41: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 v21EfHcp058641; Wed, 1 Mar 2017 14:41:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21EfGVF058639; Wed, 1 Mar 2017 14:41:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703011441.v21EfGVF058639@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, 1 Mar 2017 14:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435150 - head/www/p5-WWW-Form-UrlEncoded X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:41:18 -0000 Author: sunpoet Date: Wed Mar 1 14:41:16 2017 New Revision: 435150 URL: https://svnweb.freebsd.org/changeset/ports/435150 Log: Update to 0.24 - Add NO_ARCH Changes: http://search.cpan.org/dist/WWW-Form-UrlEncoded/Changes Modified: head/www/p5-WWW-Form-UrlEncoded/Makefile head/www/p5-WWW-Form-UrlEncoded/distinfo Modified: head/www/p5-WWW-Form-UrlEncoded/Makefile ============================================================================== --- head/www/p5-WWW-Form-UrlEncoded/Makefile Wed Mar 1 14:41:11 2017 (r435149) +++ head/www/p5-WWW-Form-UrlEncoded/Makefile Wed Mar 1 14:41:16 2017 (r435150) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Form-UrlEncoded -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 Modified: head/www/p5-WWW-Form-UrlEncoded/distinfo ============================================================================== --- head/www/p5-WWW-Form-UrlEncoded/distinfo Wed Mar 1 14:41:11 2017 (r435149) +++ head/www/p5-WWW-Form-UrlEncoded/distinfo Wed Mar 1 14:41:16 2017 (r435150) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479545869 -SHA256 (WWW-Form-UrlEncoded-0.23.tar.gz) = c87de2c895cf8a526bf5d3a231e6ca0e6d4cfdca72f8840b3fb039dbde478852 -SIZE (WWW-Form-UrlEncoded-0.23.tar.gz) = 15068 +TIMESTAMP = 1488358262 +SHA256 (WWW-Form-UrlEncoded-0.24.tar.gz) = 6d1f3bb519140dd2d6b2f9fc334e8369725c31cf5e68ac5acd90e6fa3e29d011 +SIZE (WWW-Form-UrlEncoded-0.24.tar.gz) = 15060 From owner-svn-ports-all@freebsd.org Wed Mar 1 14:41:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 109A8CF0294; Wed, 1 Mar 2017 14:41: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 D0E54C51; Wed, 1 Mar 2017 14:41: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 v21EfLY0058760; Wed, 1 Mar 2017 14:41:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21EfLmq058758; Wed, 1 Mar 2017 14:41:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703011441.v21EfLmq058758@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, 1 Mar 2017 14:41:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435151 - 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: Wed, 01 Mar 2017 14:41:23 -0000 Author: sunpoet Date: Wed Mar 1 14:41:21 2017 New Revision: 435151 URL: https://svnweb.freebsd.org/changeset/ports/435151 Log: Update to 1.1.6 Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html Modified: head/databases/py-sqlalchemy11/Makefile head/databases/py-sqlalchemy11/distinfo Modified: head/databases/py-sqlalchemy11/Makefile ============================================================================== --- head/databases/py-sqlalchemy11/Makefile Wed Mar 1 14:41:16 2017 (r435150) +++ head/databases/py-sqlalchemy11/Makefile Wed Mar 1 14:41:21 2017 (r435151) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlalchemy -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-sqlalchemy11/distinfo ============================================================================== --- head/databases/py-sqlalchemy11/distinfo Wed Mar 1 14:41:16 2017 (r435150) +++ head/databases/py-sqlalchemy11/distinfo Wed Mar 1 14:41:21 2017 (r435151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484743834 -SHA256 (SQLAlchemy-1.1.5.tar.gz) = 68fb40049690e567ebda7b270176f5abf0d53d9fbd515fec4e43326f601119b6 -SIZE (SQLAlchemy-1.1.5.tar.gz) = 5134252 +TIMESTAMP = 1488358246 +SHA256 (SQLAlchemy-1.1.6.tar.gz) = 815924e3218d878ddd195d2f9f5bf3d2bb39fabaddb1ea27dace6ac27d9865e4 +SIZE (SQLAlchemy-1.1.6.tar.gz) = 5157222 From owner-svn-ports-all@freebsd.org Wed Mar 1 14:41:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B45F2CF0342; Wed, 1 Mar 2017 14:41: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 71326CFB; Wed, 1 Mar 2017 14:41: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 v21EfQ1r058876; Wed, 1 Mar 2017 14:41:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21EfQuG058874; Wed, 1 Mar 2017 14:41:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703011441.v21EfQuG058874@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, 1 Mar 2017 14:41:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435152 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 14:41:27 -0000 Author: sunpoet Date: Wed Mar 1 14:41:26 2017 New Revision: 435152 URL: https://svnweb.freebsd.org/changeset/ports/435152 Log: Update to 6.7.6 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Wed Mar 1 14:41:21 2017 (r435151) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Wed Mar 1 14:41:26 2017 (r435152) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 6.7.5 +PORTVERSION= 6.7.6 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Wed Mar 1 14:41:21 2017 (r435151) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Wed Mar 1 14:41:26 2017 (r435152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487864465 -SHA256 (rubygem/autoprefixer-rails-6.7.5.gem) = 7fb0fbcdf303c1316b6506e145d8eee788ee7fe70226c2a60ba1bf713618d8fa -SIZE (rubygem/autoprefixer-rails-6.7.5.gem) = 346112 +TIMESTAMP = 1488358252 +SHA256 (rubygem/autoprefixer-rails-6.7.6.gem) = 13c0dc0fd8554e414a084ecc9bb55abe8107ebb738f28b1af3a137164ea57b50 +SIZE (rubygem/autoprefixer-rails-6.7.6.gem) = 347136 From owner-svn-ports-all@freebsd.org Wed Mar 1 14:41:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BB62CF0390; Wed, 1 Mar 2017 14:41: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 60C29D8F; Wed, 1 Mar 2017 14:41: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 v21EfV46058979; Wed, 1 Mar 2017 14:41:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21EfVkp058978; Wed, 1 Mar 2017 14:41:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703011441.v21EfVkp058978@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, 1 Mar 2017 14:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435153 - head/devel/p5-DateTime-Format-Mail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:41:32 -0000 Author: sunpoet Date: Wed Mar 1 14:41:31 2017 New Revision: 435153 URL: https://svnweb.freebsd.org/changeset/ports/435153 Log: Add PORTSCOUT Modified: head/devel/p5-DateTime-Format-Mail/Makefile Modified: head/devel/p5-DateTime-Format-Mail/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Mail/Makefile Wed Mar 1 14:41:26 2017 (r435152) +++ head/devel/p5-DateTime-Format-Mail/Makefile Wed Mar 1 14:41:31 2017 (r435153) @@ -18,6 +18,8 @@ RUN_DEPENDS= p5-Params-Validate>=0:devel p5-DateTime>=0:devel/p5-DateTime BUILD_DEPENDS:= ${RUN_DEPENDS} +PORTSCOUT= skipv:0.3001 + NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Wed Mar 1 14:41:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45894CF03D2; Wed, 1 Mar 2017 14:41: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 14E71E0E; Wed, 1 Mar 2017 14:41: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 v21EfalB059095; Wed, 1 Mar 2017 14:41:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21EfaBG059093; Wed, 1 Mar 2017 14:41:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703011441.v21EfaBG059093@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, 1 Mar 2017 14:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435154 - head/www/rubygem-uglifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:41:37 -0000 Author: sunpoet Date: Wed Mar 1 14:41:35 2017 New Revision: 435154 URL: https://svnweb.freebsd.org/changeset/ports/435154 Log: Update to 3.1.1 Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md Modified: head/www/rubygem-uglifier/Makefile head/www/rubygem-uglifier/distinfo Modified: head/www/rubygem-uglifier/Makefile ============================================================================== --- head/www/rubygem-uglifier/Makefile Wed Mar 1 14:41:31 2017 (r435153) +++ head/www/rubygem-uglifier/Makefile Wed Mar 1 14:41:35 2017 (r435154) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uglifier -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-uglifier/distinfo ============================================================================== --- head/www/rubygem-uglifier/distinfo Wed Mar 1 14:41:31 2017 (r435153) +++ head/www/rubygem-uglifier/distinfo Wed Mar 1 14:41:35 2017 (r435154) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488261294 -SHA256 (rubygem/uglifier-3.1.0.gem) = d836d44ceb7b629c04eb649b18ca763cbdfac9596d9d32d6824c1537e017b550 -SIZE (rubygem/uglifier-3.1.0.gem) = 96768 +TIMESTAMP = 1488358268 +SHA256 (rubygem/uglifier-3.1.1.gem) = 1c06fcfbf86e3ab6d8378ee63196ff6cf432d88ea89c76c9cd774ef7c7a34e94 +SIZE (rubygem/uglifier-3.1.1.gem) = 96768 From owner-svn-ports-all@freebsd.org Wed Mar 1 14:41:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C37CF0414; Wed, 1 Mar 2017 14:41: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 463DFE9A; Wed, 1 Mar 2017 14:41: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 v21Eff3r059232; Wed, 1 Mar 2017 14:41:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21EffLC059229; Wed, 1 Mar 2017 14:41:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703011441.v21EffLC059229@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, 1 Mar 2017 14:41:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435155 - head/www/groupoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 14:41:42 -0000 Author: sunpoet Date: Wed Mar 1 14:41:40 2017 New Revision: 435155 URL: https://svnweb.freebsd.org/changeset/ports/435155 Log: Update to 6.2.27 - Fixes from 6.1.131 - ActiveSync Meeting request response fixed - Permission denied in send meeting request - Fixed zpush admin for 2.3.4 - Requested holidays can be edited until they are approved. PR: 217398 Submitted by: Jochen Neumeister (maintainer) Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo head/www/groupoffice/pkg-plist Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Wed Mar 1 14:41:35 2017 (r435154) +++ head/www/groupoffice/Makefile Wed Mar 1 14:41:40 2017 (r435155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= groupoffice -PORTVERSION= 6.2.25 +PORTVERSION= 6.2.27 DISTVERSIONPREFIX= com- CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Wed Mar 1 14:41:35 2017 (r435154) +++ head/www/groupoffice/distinfo Wed Mar 1 14:41:40 2017 (r435155) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487333960 -SHA256 (groupoffice-com-6.2.25.tar.gz) = 362713ee414d0ed9e94fefc02704f74b6109a387fd0dcade700fc5dbba594a6d -SIZE (groupoffice-com-6.2.25.tar.gz) = 36524005 +TIMESTAMP = 1488364441 +SHA256 (groupoffice-com-6.2.27.tar.gz) = 92fafa727eeac5a2bb65201b192e39dff30f519c778bedb640ebbfb7b8424133 +SIZE (groupoffice-com-6.2.27.tar.gz) = 36536065 Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Wed Mar 1 14:41:35 2017 (r435154) +++ head/www/groupoffice/pkg-plist Wed Mar 1 14:41:40 2017 (r435155) @@ -3360,6 +3360,7 @@ %%WWWDIR%%/modules/ipwhitelist/install/install.sql %%WWWDIR%%/modules/ipwhitelist/install/updates.php %%WWWDIR%%/modules/ipwhitelist/language/bn_BD.php +%%WWWDIR%%/modules/ipwhitelist/language/cs.php %%WWWDIR%%/modules/ipwhitelist/language/en.php %%WWWDIR%%/modules/ipwhitelist/language/fr.php %%WWWDIR%%/modules/ipwhitelist/language/nl.php @@ -8021,6 +8022,7 @@ %%WWWDIR%%/views/Extjs3/javascript/BlindPagingToolbar.js %%WWWDIR%%/views/Extjs3/javascript/ColumnFitLayout.js %%WWWDIR%%/views/Extjs3/javascript/CreateModifyTemplate.js +%%WWWDIR%%/views/Extjs3/javascript/Cutstring.js %%WWWDIR%%/views/Extjs3/javascript/Date.js %%WWWDIR%%/views/Extjs3/javascript/DeployJava.js %%WWWDIR%%/views/Extjs3/javascript/DialogListeners.js From owner-svn-ports-all@freebsd.org Wed Mar 1 14:46:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC3BBCF0694; Wed, 1 Mar 2017 14:46:51 +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 61EE475D; Wed, 1 Mar 2017 14:46:51 +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 v21EkoKY062348; Wed, 1 Mar 2017 14:46:50 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Ekoic062346; Wed, 1 Mar 2017 14:46:50 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703011446.v21Ekoic062346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 1 Mar 2017 14:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435156 - head/www/rubygem-acts-as-taggable-on X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:46:51 -0000 Author: tz Date: Wed Mar 1 14:46:50 2017 New Revision: 435156 URL: https://svnweb.freebsd.org/changeset/ports/435156 Log: www/rubygem-acts-as-taggable-on: Update from 2.4.1 to 4.0.0 Changelog: https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md Also adjust the RUN_DEPENDS to databases/rubygem-activerecord4 and remove BROKEN_RUBY23 since the new version builds fine with it Modified: head/www/rubygem-acts-as-taggable-on/Makefile head/www/rubygem-acts-as-taggable-on/distinfo Modified: head/www/rubygem-acts-as-taggable-on/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on/Makefile Wed Mar 1 14:41:40 2017 (r435155) +++ head/www/rubygem-acts-as-taggable-on/Makefile Wed Mar 1 14:46:50 2017 (r435156) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= acts-as-taggable-on -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 4.0.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,12 +11,10 @@ COMMENT= Tag a single model on several c LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-rails4>=3.0:www/rubygem-rails4 +RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4 NO_ARCH= yes USE_RUBY= YES USES= gem -BROKEN_RUBY23= yes - .include Modified: head/www/rubygem-acts-as-taggable-on/distinfo ============================================================================== --- head/www/rubygem-acts-as-taggable-on/distinfo Wed Mar 1 14:41:40 2017 (r435155) +++ head/www/rubygem-acts-as-taggable-on/distinfo Wed Mar 1 14:46:50 2017 (r435156) @@ -1,2 +1,3 @@ -SHA256 (rubygem/acts-as-taggable-on-2.4.1.gem) = 4b75dd427cb721f38fe354e8a37d8c3d217779c9db204398890984694def753d -SIZE (rubygem/acts-as-taggable-on-2.4.1.gem) = 34816 +TIMESTAMP = 1488378759 +SHA256 (rubygem/acts-as-taggable-on-4.0.0.gem) = 7a9443fe203c7877f0ce4511bc3bcaf711358a2ad8efd7fe324ee64de0175ec0 +SIZE (rubygem/acts-as-taggable-on-4.0.0.gem) = 50176 From owner-svn-ports-all@freebsd.org Wed Mar 1 14:50:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A09C2CF0760; Wed, 1 Mar 2017 14:50: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 7582C8CA; Wed, 1 Mar 2017 14:50: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 v21Eo35S062614; Wed, 1 Mar 2017 14:50:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Eo3dF062610; Wed, 1 Mar 2017 14:50:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703011450.v21Eo3dF062610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 14:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435157 - in head/games/endless-sky: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:50:04 -0000 Author: amdmi3 Date: Wed Mar 1 14:50:03 2017 New Revision: 435157 URL: https://svnweb.freebsd.org/changeset/ports/435157 Log: - Update to 0.9.6 Added: head/games/endless-sky/files/patch-source_CollisionSet.cpp (contents, props changed) Modified: head/games/endless-sky/Makefile head/games/endless-sky/distinfo head/games/endless-sky/pkg-plist Modified: head/games/endless-sky/Makefile ============================================================================== --- head/games/endless-sky/Makefile Wed Mar 1 14:46:50 2017 (r435156) +++ head/games/endless-sky/Makefile Wed Mar 1 14:50:03 2017 (r435157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= endless-sky -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.6 DISTVERSIONPREFIX= v CATEGORIES= games @@ -13,7 +13,8 @@ LICENSE= GPLv3+ CC-BY-4.0 CC-BY-SA-3.0 C LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/license.txt -LIB_DEPENDS= libpng.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png \ + libmad.so:audio/libmad USE_GITHUB= yes @@ -30,5 +31,6 @@ post-build: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${LN} -s ../icons/hicolor/32x32/apps/endless-sky.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include Modified: head/games/endless-sky/distinfo ============================================================================== --- head/games/endless-sky/distinfo Wed Mar 1 14:46:50 2017 (r435156) +++ head/games/endless-sky/distinfo Wed Mar 1 14:50:03 2017 (r435157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476278581 -SHA256 (endless-sky-endless-sky-v0.9.4_GH0.tar.gz) = 8e25b9c387736d10034396940974cd442b8a7c6e9647a12c6d08fbeed9d32eeb -SIZE (endless-sky-endless-sky-v0.9.4_GH0.tar.gz) = 57953492 +TIMESTAMP = 1487772910 +SHA256 (endless-sky-endless-sky-v0.9.6_GH0.tar.gz) = 41699dabb72a276c96019d0714e54492866e29661f161052a1caf334332be1e4 +SIZE (endless-sky-endless-sky-v0.9.6_GH0.tar.gz) = 71119557 Added: head/games/endless-sky/files/patch-source_CollisionSet.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/endless-sky/files/patch-source_CollisionSet.cpp Wed Mar 1 14:50:03 2017 (r435157) @@ -0,0 +1,21 @@ +--- source/CollisionSet.cpp.orig 2017-01-18 02:04:49 UTC ++++ source/CollisionSet.cpp +@@ -22,6 +22,7 @@ PARTICULAR PURPOSE. See the GNU General + #include + #include + #include ++#include + + using namespace std; + +@@ -179,8 +180,8 @@ Body *CollisionSet::Line(const Projectil + int stepX = (x <= endX ? 1 : -1); + int stepY = (y <= endY ? 1 : -1); + // Calculate the slope of the line, shifted so it is positive in both axes. +- int mx = abs(endX - x); +- int my = abs(endY - y); ++ int mx = std::abs(endX - x); ++ int my = std::abs(endY - y); + // Behave as if each grid cell has this width and height. This guarantees + // that we only need to work with integer coordinates. + int scale = max(mx, 1) * max(my, 1); Modified: head/games/endless-sky/pkg-plist ============================================================================== --- head/games/endless-sky/pkg-plist Wed Mar 1 14:46:50 2017 (r435156) +++ head/games/endless-sky/pkg-plist Wed Mar 1 14:50:03 2017 (r435157) @@ -8,3 +8,4 @@ share/icons/hicolor/24x24/apps/endless-s share/icons/hicolor/256x256/apps/endless-sky.png share/icons/hicolor/32x32/apps/endless-sky.png share/icons/hicolor/48x48/apps/endless-sky.png +share/pixmaps/endless-sky.png From owner-svn-ports-all@freebsd.org Wed Mar 1 14:50:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5676DCF078B; Wed, 1 Mar 2017 14:50: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 1A00D959; Wed, 1 Mar 2017 14:50: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 v21EoE2x062740; Wed, 1 Mar 2017 14:50:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21EoEdO062738; Wed, 1 Mar 2017 14:50:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703011450.v21EoEdO062738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 14:50:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435158 - head/games/endless-sky-high-dpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:50:15 -0000 Author: amdmi3 Date: Wed Mar 1 14:50:13 2017 New Revision: 435158 URL: https://svnweb.freebsd.org/changeset/ports/435158 Log: - Update to 0.9.6 Modified: head/games/endless-sky-high-dpi/Makefile head/games/endless-sky-high-dpi/distinfo Modified: head/games/endless-sky-high-dpi/Makefile ============================================================================== --- head/games/endless-sky-high-dpi/Makefile Wed Mar 1 14:50:03 2017 (r435157) +++ head/games/endless-sky-high-dpi/Makefile Wed Mar 1 14:50:13 2017 (r435158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= high-dpi -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.6 DISTVERSIONPREFIX= v CATEGORIES= games PKGNAMEPREFIX= endless-sky- Modified: head/games/endless-sky-high-dpi/distinfo ============================================================================== --- head/games/endless-sky-high-dpi/distinfo Wed Mar 1 14:50:03 2017 (r435157) +++ head/games/endless-sky-high-dpi/distinfo Wed Mar 1 14:50:13 2017 (r435158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476278602 -SHA256 (endless-sky-endless-sky-high-dpi-v0.9.4_GH0.tar.gz) = 5399d9673dbb20f7c47abc0fa99857e54440317f12316d99f087f972cb2e7366 -SIZE (endless-sky-endless-sky-high-dpi-v0.9.4_GH0.tar.gz) = 111353695 +TIMESTAMP = 1487772997 +SHA256 (endless-sky-endless-sky-high-dpi-v0.9.6_GH0.tar.gz) = 31023dbe22eabffa18460921a9ce529def20b1176c9cbaea7d66ae3f4a767000 +SIZE (endless-sky-endless-sky-high-dpi-v0.9.6_GH0.tar.gz) = 130011499 From owner-svn-ports-all@freebsd.org Wed Mar 1 14:59:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D9D8CF0A30; Wed, 1 Mar 2017 14:59:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8290EF2; Wed, 1 Mar 2017 14:59: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 v21ExgVG066634; Wed, 1 Mar 2017 14:59:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21ExfvM066631; Wed, 1 Mar 2017 14:59:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703011459.v21ExfvM066631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 14:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435159 - head/devel/py-pyflakes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 14:59:43 -0000 Author: amdmi3 Date: Wed Mar 1 14:59:41 2017 New Revision: 435159 URL: https://svnweb.freebsd.org/changeset/ports/435159 Log: - Update to 1.5.0 - Add PyPi www - Update upstream WWW PR: 217137 Submitted by: amdmi3 Approved by: maintainer timeout (koobs, 2 weeks) Modified: head/devel/py-pyflakes/Makefile head/devel/py-pyflakes/distinfo head/devel/py-pyflakes/pkg-descr Modified: head/devel/py-pyflakes/Makefile ============================================================================== --- head/devel/py-pyflakes/Makefile Wed Mar 1 14:50:13 2017 (r435158) +++ head/devel/py-pyflakes/Makefile Wed Mar 1 14:59:41 2017 (r435159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyflakes -PORTVERSION= 1.1.0 +PORTVERSION= 1.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyflakes/distinfo ============================================================================== --- head/devel/py-pyflakes/distinfo Wed Mar 1 14:50:13 2017 (r435158) +++ head/devel/py-pyflakes/distinfo Wed Mar 1 14:59:41 2017 (r435159) @@ -1,2 +1,3 @@ -SHA256 (pyflakes-1.1.0.tar.gz) = e5f959931987e2be178781554b485d52342ec9f1b43f891d2dad07a691c7a89a -SIZE (pyflakes-1.1.0.tar.gz) = 41472 +TIMESTAMP = 1487240762 +SHA256 (pyflakes-1.5.0.tar.gz) = aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4 +SIZE (pyflakes-1.5.0.tar.gz) = 47526 Modified: head/devel/py-pyflakes/pkg-descr ============================================================================== --- head/devel/py-pyflakes/pkg-descr Wed Mar 1 14:50:13 2017 (r435158) +++ head/devel/py-pyflakes/pkg-descr Wed Mar 1 14:59:41 2017 (r435159) @@ -4,4 +4,5 @@ modules to check them. This is both safe perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. -WWW: https://github.com/pyflakes/pyflakes +WWW: https://pypi.python.org/pypi/pyflakes +WWW: https://github.com/PyCQA/pyflakes From owner-svn-ports-all@freebsd.org Wed Mar 1 15:00:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95B1BCF0AD4; Wed, 1 Mar 2017 15:00: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 62B50E9; Wed, 1 Mar 2017 15:00: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 v21F0YkG066849; Wed, 1 Mar 2017 15:00:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21F0YFK066846; Wed, 1 Mar 2017 15:00:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703011500.v21F0YFK066846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 15:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435160 - head/devel/py-mccabe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 15:00:35 -0000 Author: amdmi3 Date: Wed Mar 1 15:00:34 2017 New Revision: 435160 URL: https://svnweb.freebsd.org/changeset/ports/435160 Log: - Update to 0.6.1 - Add PyPi WWW PR: 217136 Submitted by: amdmi3 Approved by: wg (maintainer) Modified: head/devel/py-mccabe/Makefile head/devel/py-mccabe/distinfo head/devel/py-mccabe/pkg-descr Modified: head/devel/py-mccabe/Makefile ============================================================================== --- head/devel/py-mccabe/Makefile Wed Mar 1 14:59:41 2017 (r435159) +++ head/devel/py-mccabe/Makefile Wed Mar 1 15:00:34 2017 (r435160) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mccabe -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-mccabe/distinfo ============================================================================== --- head/devel/py-mccabe/distinfo Wed Mar 1 14:59:41 2017 (r435159) +++ head/devel/py-mccabe/distinfo Wed Mar 1 15:00:34 2017 (r435160) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485178997 -SHA256 (mccabe-0.5.3.tar.gz) = 16293af41e7242031afd73896fef6458f4cad38201d21e28f344fff50ae1c25e -SIZE (mccabe-0.5.3.tar.gz) = 8460 +TIMESTAMP = 1487240882 +SHA256 (mccabe-0.6.1.tar.gz) = dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f +SIZE (mccabe-0.6.1.tar.gz) = 8612 Modified: head/devel/py-mccabe/pkg-descr ============================================================================== --- head/devel/py-mccabe/pkg-descr Wed Mar 1 14:59:41 2017 (r435159) +++ head/devel/py-mccabe/pkg-descr Wed Mar 1 15:00:34 2017 (r435160) @@ -2,4 +2,5 @@ Ned's script to check McCabe complexity. This module provides a plugin for flake8, the Python code checker. +WWW: https://pypi.python.org/pypi/mccabe WWW: https://github.com/flintwork/mccabe From owner-svn-ports-all@freebsd.org Wed Mar 1 15:01:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0956CF0B59; Wed, 1 Mar 2017 15:01: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 A7D43250; Wed, 1 Mar 2017 15:01: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 v21F12CC069733; Wed, 1 Mar 2017 15:01:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21F12VK069730; Wed, 1 Mar 2017 15:01:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703011501.v21F12VK069730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 15:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435161 - head/devel/py-pycodestyle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 15:01:04 -0000 Author: amdmi3 Date: Wed Mar 1 15:01:02 2017 New Revision: 435161 URL: https://svnweb.freebsd.org/changeset/ports/435161 Log: - Update to 2.3.1 - Add PyPi WWW PR: 217135 Submitted by: amdmi3 Modified: head/devel/py-pycodestyle/Makefile head/devel/py-pycodestyle/distinfo head/devel/py-pycodestyle/pkg-descr Modified: head/devel/py-pycodestyle/Makefile ============================================================================== --- head/devel/py-pycodestyle/Makefile Wed Mar 1 15:00:34 2017 (r435160) +++ head/devel/py-pycodestyle/Makefile Wed Mar 1 15:01:02 2017 (r435161) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pycodestyle -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pycodestyle/distinfo ============================================================================== --- head/devel/py-pycodestyle/distinfo Wed Mar 1 15:00:34 2017 (r435160) +++ head/devel/py-pycodestyle/distinfo Wed Mar 1 15:01:02 2017 (r435161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484910290 -SHA256 (pycodestyle-2.2.0.tar.gz) = df81dc3293e0123e2e8d1f2aaf819600e4ae287d8b3af8b72181af50257e5d9a -SIZE (pycodestyle-2.2.0.tar.gz) = 85811 +TIMESTAMP = 1485935271 +SHA256 (pycodestyle-2.3.1.tar.gz) = 682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766 +SIZE (pycodestyle-2.3.1.tar.gz) = 89460 Modified: head/devel/py-pycodestyle/pkg-descr ============================================================================== --- head/devel/py-pycodestyle/pkg-descr Wed Mar 1 15:00:34 2017 (r435160) +++ head/devel/py-pycodestyle/pkg-descr Wed Mar 1 15:01:02 2017 (r435161) @@ -4,4 +4,5 @@ style conventions in PEP 8. This package used to be called pep8 but was renamed to pycodestyle to reduce confusion +WWW: https://pypi.python.org/pypi/pycodestyle WWW: https://pycodestyle.readthedocs.io/en/latest/ From owner-svn-ports-all@freebsd.org Wed Mar 1 15:02:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A22ACF0D19; Wed, 1 Mar 2017 15:02:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FC1E7F8; Wed, 1 Mar 2017 15:02:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21F2ngm070646; Wed, 1 Mar 2017 15:02:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21F2mBp070643; Wed, 1 Mar 2017 15:02:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703011502.v21F2mBp070643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 15:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435162 - head/devel/py-flake8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 15:02:50 -0000 Author: amdmi3 Date: Wed Mar 1 15:02:48 2017 New Revision: 435162 URL: https://svnweb.freebsd.org/changeset/ports/435162 Log: - Update to 3.3.0 - Update pkg-descr - Add another WWW PR: 217134 Submitted by: amdmi3 Approved by: wg (maintainer) Modified: head/devel/py-flake8/Makefile head/devel/py-flake8/distinfo head/devel/py-flake8/pkg-descr Modified: head/devel/py-flake8/Makefile ============================================================================== --- head/devel/py-flake8/Makefile Wed Mar 1 15:01:02 2017 (r435161) +++ head/devel/py-flake8/Makefile Wed Mar 1 15:02:48 2017 (r435162) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flake8 -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-flake8/distinfo ============================================================================== --- head/devel/py-flake8/distinfo Wed Mar 1 15:01:02 2017 (r435161) +++ head/devel/py-flake8/distinfo Wed Mar 1 15:02:48 2017 (r435162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484910118 -SHA256 (flake8-3.2.1.tar.gz) = c7c460b5aff3a2063c798a77af18ec70af3941d35a22e2e76965e3c0e0b36055 -SIZE (flake8-3.2.1.tar.gz) = 129458 +TIMESTAMP = 1487238723 +SHA256 (flake8-3.3.0.tar.gz) = b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12 +SIZE (flake8-3.3.0.tar.gz) = 134345 Modified: head/devel/py-flake8/pkg-descr ============================================================================== --- head/devel/py-flake8/pkg-descr Wed Mar 1 15:01:02 2017 (r435161) +++ head/devel/py-flake8/pkg-descr Wed Mar 1 15:02:48 2017 (r435162) @@ -1,11 +1,11 @@ Flake8 is a wrapper around these tools: - - PyFlakes - - pep8 - - Ned's McCabe script + - PyFlakes + - pycodestyle + - Ned Batchelder's McCabe script -Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 -and PyFlakes extended options and just uses defaults. It displays the warnings -in a per-file, merged output. +Flake8 runs all tools by launching the single 'flake8' script. It +displays the warnings in a per-file, merged output +WWW: https://pypi.python.org/pypi/flake8 WWW: https://gitlab.com/pycqa/flake8 From owner-svn-ports-all@freebsd.org Wed Mar 1 15:07:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91DEBCF0DA7; Wed, 1 Mar 2017 15:07:52 +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 56973967; Wed, 1 Mar 2017 15:07:52 +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 v21F7ps4070929; Wed, 1 Mar 2017 15:07:51 GMT (envelope-from misha@FreeBSD.org) Received: (from misha@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21F7pJg070928; Wed, 1 Mar 2017 15:07:51 GMT (envelope-from misha@FreeBSD.org) Message-Id: <201703011507.v21F7pJg070928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: misha set sender to misha@FreeBSD.org using -f From: Mikhail Pchelin Date: Wed, 1 Mar 2017 15:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435163 - 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: Wed, 01 Mar 2017 15:07:52 -0000 Author: misha Date: Wed Mar 1 15:07:51 2017 New Revision: 435163 URL: https://svnweb.freebsd.org/changeset/ports/435163 Log: - update from 0.23.5 to 0.23.7 Approved by: jpaetzel (implicit) Modified: head/mail/notmuch/Makefile head/mail/notmuch/distinfo Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Wed Mar 1 15:02:48 2017 (r435162) +++ head/mail/notmuch/Makefile Wed Mar 1 15:07:51 2017 (r435163) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.23.5 +PORTVERSION= 0.23.7 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Wed Mar 1 15:02:48 2017 (r435162) +++ head/mail/notmuch/distinfo Wed Mar 1 15:07:51 2017 (r435163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483996252 -SHA256 (notmuch-0.23.5.tar.gz) = c62694b3c5f04db48ed3bbf37a801ea2a03439826c6be318e23b34de749ac267 -SIZE (notmuch-0.23.5.tar.gz) = 691921 +TIMESTAMP = 1488378287 +SHA256 (notmuch-0.23.7.tar.gz) = f11bb10d71945f6c3f16d23117afc70810aa485878e66bb4bf43cc3f08038913 +SIZE (notmuch-0.23.7.tar.gz) = 692230 From owner-svn-ports-all@freebsd.org Wed Mar 1 15:19:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85B51CF20AF; Wed, 1 Mar 2017 15:19:08 +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 39200DE6; Wed, 1 Mar 2017 15:19:08 +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 v21FJ7OA074892; Wed, 1 Mar 2017 15:19:07 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21FJ7KZ074890; Wed, 1 Mar 2017 15:19:07 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703011519.v21FJ7KZ074890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 1 Mar 2017 15:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435164 - in head/shells/bash: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 15:19:08 -0000 Author: ehaupt Date: Wed Mar 1 15:19:06 2017 New Revision: 435164 URL: https://svnweb.freebsd.org/changeset/ports/435164 Log: Default path includes the string %%LOCALBASE%%. This was intended to be replaced with the real value of LOCALBASE by the port Makefile at some point, but it isn't at the moment. Set this value in the Makefile by defining CPPFLAGS accordingly. PR: 217451 Submitted by: Dan McGregor MFH: 2017Q1 (blanket) Modified: head/shells/bash/Makefile head/shells/bash/files/patch-config-top.h Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Wed Mar 1 15:07:51 2017 (r435163) +++ head/shells/bash/Makefile Wed Mar 1 15:19:06 2017 (r435164) @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 12 PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -65,6 +65,9 @@ CONFIGURE_ARGS+= --disable-static-link # "enable -f". (Plugins are not supported for bash-static.) CFLAGS+= -Wl,-export-dynamic .endif +STANDARD_PATH= /sbin:/bin:/usr/sbin:/usr/bin +CPPFLAGS+= -DDEFAULT_PATH_VALUE='\"${STANDARD_PATH}:${LOCALBASE}/sbin:${LOCALBASE}/bin\"' \ + -DSTANDARD_UTILS_PATH='\"${STANDARD_PATH}\"' post-patch: # Ensure y.tab.c is regenerated Modified: head/shells/bash/files/patch-config-top.h ============================================================================== --- head/shells/bash/files/patch-config-top.h Wed Mar 1 15:07:51 2017 (r435163) +++ head/shells/bash/files/patch-config-top.h Wed Mar 1 15:19:06 2017 (r435164) @@ -1,19 +1,6 @@ --- config-top.h.orig 2016-05-19 18:34:02 UTC +++ config-top.h -@@ -63,18 +63,18 @@ - /* The default value of the PATH variable. */ - #ifndef DEFAULT_PATH_VALUE - #define DEFAULT_PATH_VALUE \ -- "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:." -+ "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin" - #endif - - /* The value for PATH when invoking `command -p'. This is only used when - the Posix.2 confstr () function, or CS_PATH define are not present. */ - #ifndef STANDARD_UTILS_PATH - #define STANDARD_UTILS_PATH \ -- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" -+ "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games" +@@ -74,7 +74,7 @@ #endif /* Default primary and secondary prompt strings. */ From owner-svn-ports-all@freebsd.org Wed Mar 1 15:20:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2710ECF217B; Wed, 1 Mar 2017 15:20:16 +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 D1B04F11; Wed, 1 Mar 2017 15:20:15 +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 v21FKEPk075169; Wed, 1 Mar 2017 15:20:14 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21FKEJQ075167; Wed, 1 Mar 2017 15:20:14 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703011520.v21FKEJQ075167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 1 Mar 2017 15:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435165 - in branches/2017Q1/shells/bash: . 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, 01 Mar 2017 15:20:16 -0000 Author: ehaupt Date: Wed Mar 1 15:20:14 2017 New Revision: 435165 URL: https://svnweb.freebsd.org/changeset/ports/435165 Log: MFH: r435164 Default path includes the string %%LOCALBASE%%. This was intended to be replaced with the real value of LOCALBASE by the port Makefile at some point, but it isn't at the moment. Set this value in the Makefile by defining CPPFLAGS accordingly. PR: 217451 Submitted by: Dan McGregor Approved by: ports-secteam (blanket) Modified: branches/2017Q1/shells/bash/Makefile branches/2017Q1/shells/bash/files/patch-config-top.h Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/shells/bash/Makefile ============================================================================== --- branches/2017Q1/shells/bash/Makefile Wed Mar 1 15:19:06 2017 (r435164) +++ branches/2017Q1/shells/bash/Makefile Wed Mar 1 15:20:14 2017 (r435165) @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 12 PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -64,6 +64,9 @@ CONFIGURE_ARGS+= --disable-static-link # "enable -f". (Plugins are not supported for bash-static.) CFLAGS+= -Wl,-export-dynamic .endif +STANDARD_PATH= /sbin:/bin:/usr/sbin:/usr/bin +CPPFLAGS+= -DDEFAULT_PATH_VALUE='\"${STANDARD_PATH}:${LOCALBASE}/sbin:${LOCALBASE}/bin\"' \ + -DSTANDARD_UTILS_PATH='\"${STANDARD_PATH}\"' post-patch: # Ensure y.tab.c is regenerated Modified: branches/2017Q1/shells/bash/files/patch-config-top.h ============================================================================== --- branches/2017Q1/shells/bash/files/patch-config-top.h Wed Mar 1 15:19:06 2017 (r435164) +++ branches/2017Q1/shells/bash/files/patch-config-top.h Wed Mar 1 15:20:14 2017 (r435165) @@ -1,19 +1,6 @@ --- config-top.h.orig 2016-05-19 18:34:02 UTC +++ config-top.h -@@ -63,18 +63,18 @@ - /* The default value of the PATH variable. */ - #ifndef DEFAULT_PATH_VALUE - #define DEFAULT_PATH_VALUE \ -- "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:." -+ "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin" - #endif - - /* The value for PATH when invoking `command -p'. This is only used when - the Posix.2 confstr () function, or CS_PATH define are not present. */ - #ifndef STANDARD_UTILS_PATH - #define STANDARD_UTILS_PATH \ -- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" -+ "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games" +@@ -74,7 +74,7 @@ #endif /* Default primary and secondary prompt strings. */ From owner-svn-ports-all@freebsd.org Wed Mar 1 15:29:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5341CCF2380; Wed, 1 Mar 2017 15:29: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 1FE18384; Wed, 1 Mar 2017 15:29: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 v21FTAxm079107; Wed, 1 Mar 2017 15:29:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21FT9s5079103; Wed, 1 Mar 2017 15:29:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703011529.v21FT9s5079103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 15:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435166 - in head/games/allacrost: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 15:29:11 -0000 Author: amdmi3 Date: Wed Mar 1 15:29:09 2017 New Revision: 435166 URL: https://svnweb.freebsd.org/changeset/ports/435166 Log: - Fix runtime and build with newer compilers, get rid of gcc dependency PR: 217002 Reported by: jbeich Added: head/games/allacrost/files/patch-src-luabind-luabind-detail-format__signature.hpp (contents, props changed) head/games/allacrost/files/patch-src_luabind_luabind_detail_object__rep.hpp (contents, props changed) head/games/allacrost/files/patch-src_main.cpp (contents, props changed) Modified: head/games/allacrost/Makefile Modified: head/games/allacrost/Makefile ============================================================================== --- head/games/allacrost/Makefile Wed Mar 1 15:20:14 2017 (r435165) +++ head/games/allacrost/Makefile Wed Mar 1 15:29:09 2017 (r435166) @@ -3,7 +3,7 @@ PORTNAME= allacrost PORTVERSION= 1.0.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} @@ -23,7 +23,6 @@ GNU_CONFIGURE= yes USES= gettext gmake iconv jpeg lua:51 openal:al USE_SDL= sdl ttf net USE_GL= yes -USE_GCC= any # problems in luabind QT_NONSTANDARD= yes # used when EDITOR enabled CONFIGURE_ARGS= --datadir=${DATADIR} @@ -63,7 +62,7 @@ post-patch-EDITOR-on: ${WRKSRC}/Makefile.in post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MANUAL ${STAGEDIR}${DOCSDIR}/ .include Added: head/games/allacrost/files/patch-src-luabind-luabind-detail-format__signature.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/allacrost/files/patch-src-luabind-luabind-detail-format__signature.hpp Wed Mar 1 15:29:09 2017 (r435166) @@ -0,0 +1,35 @@ +commit 3044a9053ac50977684a75c4af42b2bddb853fad +Author: Daniel Wallin +Date: Mon Oct 11 14:33:23 2010 +0200 + + Proper forward declarations for object wrappers. Now builds on clang! + +diff --git luabind/detail/format_signature.hpp luabind/detail/format_signature.hpp +index 56e7963..b447bc9 100644 +--- src/luabind/luabind/detail/format_signature.hpp ++++ src/luabind/luabind/detail/format_signature.hpp +@@ -13,12 +13,19 @@ + # include + # include + +-namespace luabind { ++namespace luabind { namespace adl ++{ + +-class object; +-class argument; +-template +-struct table; ++ class object; ++ class argument; ++ template ++ struct table; ++ ++} // namespace adl ++ ++using adl::object; ++using adl::argument; ++using adl::table; + + } // namespace luabind + Added: head/games/allacrost/files/patch-src_luabind_luabind_detail_object__rep.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/allacrost/files/patch-src_luabind_luabind_detail_object__rep.hpp Wed Mar 1 15:29:09 2017 (r435166) @@ -0,0 +1,11 @@ +--- src/luabind/luabind/detail/object_rep.hpp.orig 2010-01-03 23:08:15 UTC ++++ src/luabind/luabind/detail/object_rep.hpp +@@ -29,6 +29,8 @@ + #include + #include + ++#include ++ + namespace luabind { namespace detail + { + class class_rep; Added: head/games/allacrost/files/patch-src_main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/allacrost/files/patch-src_main.cpp Wed Mar 1 15:29:09 2017 (r435166) @@ -0,0 +1,17 @@ +--- src/main.cpp.orig 2010-05-17 22:52:57 UTC ++++ src/main.cpp +@@ -364,11 +364,9 @@ int main(int argc, char *argv[]) { + // Now the program should be in app/Contents + path.append ("/Resources/"); + chdir(path.c_str()); +- #elif (defined(__linux__) || defined(__FreeBSD__)) && !defined(RELEASE_BUILD) +- // Look for data files in DATADIR only if they are not available in the +- // current directory. +- if (ifstream("dat/config/settings.lua") == NULL) +- chdir(DATADIR); ++ #elif (defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)) && !defined(RELEASE_BUILD) ++ // Always look into datadir ++ chdir(DATADIR); + #endif + + // Initialize the random number generator (note: 'unsigned int' is a required usage in this case) From owner-svn-ports-all@freebsd.org Wed Mar 1 15:52:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EC59CF2F36; Wed, 1 Mar 2017 15:52:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38E63CDA; Wed, 1 Mar 2017 15:52:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21FqvKx090562; Wed, 1 Mar 2017 15:52:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21FqvbJ090559; Wed, 1 Mar 2017 15:52:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011552.v21FqvbJ090559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 15:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435167 - 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: Wed, 01 Mar 2017 15:52:58 -0000 Author: olgeni Date: Wed Mar 1 15:52:56 2017 New Revision: 435167 URL: https://svnweb.freebsd.org/changeset/ports/435167 Log: Update databases/elixir-ecto to version 2.1.3. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo head/databases/elixir-ecto/pkg-plist Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Wed Mar 1 15:29:09 2017 (r435166) +++ head/databases/elixir-ecto/Makefile Wed Mar 1 15:52:56 2017 (r435167) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 2.0.6 +PORTVERSION= 2.1.3 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Wed Mar 1 15:29:09 2017 (r435166) +++ head/databases/elixir-ecto/distinfo Wed Mar 1 15:52:56 2017 (r435167) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480022638 -SHA256 (elixir-ecto-ecto-v2.0.6_GH0.tar.gz) = b4952a49e20ef2075cf73ee18e17271616ef393802c8acbbb7abfb63b417eed4 -SIZE (elixir-ecto-ecto-v2.0.6_GH0.tar.gz) = 277408 +TIMESTAMP = 1488367367 +SHA256 (elixir-ecto-ecto-v2.1.3_GH0.tar.gz) = de267365a793c5ed55e7c19da4fee10d45e939ee75256cf35164ac8f1328fb80 +SIZE (elixir-ecto-ecto-v2.1.3_GH0.tar.gz) = 305018 Modified: head/databases/elixir-ecto/pkg-plist ============================================================================== --- head/databases/elixir-ecto/pkg-plist Wed Mar 1 15:29:09 2017 (r435166) +++ head/databases/elixir-ecto/pkg-plist Wed Mar 1 15:52:56 2017 (r435167) @@ -1,3 +1,4 @@ +lib/elixir/lib/ecto/ebin/Elixir.Collectable.Ecto.Adapters.SQL.Stream.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapter.Migration.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapter.Storage.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapter.Structure.beam @@ -9,6 +10,7 @@ lib/elixir/lib/ecto/ebin/Elixir.Ecto.Ada lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.Sandbox.Connection.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.Sandbox.Pool.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.Sandbox.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.Stream.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Application.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Association.BelongsTo.beam @@ -23,10 +25,14 @@ lib/elixir/lib/ecto/ebin/Elixir.Ecto.Cha lib/elixir/lib/ecto/ebin/Elixir.Ecto.Changeset.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.ConstraintError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.Any.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.Date.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.DateTime.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.Ecto.Date.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.Ecto.DateTime.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.Ecto.Time.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.List.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.NaiveDateTime.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.Time.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DataType.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Date.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DateTime.Utils.beam @@ -45,14 +51,15 @@ lib/elixir/lib/ecto/ebin/Elixir.Ecto.Mig lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migration.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.MigrationError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migrator.beam -lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Multi.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.MultipleResultsError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.NoPrimaryKeyFieldError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.NoPrimaryKeyValueError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.NoResultsError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.API.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.BooleanExpr.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Distinct.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Dynamic.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Filter.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.From.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.GroupBy.beam @@ -66,6 +73,7 @@ lib/elixir/lib/ecto/ebin/Elixir.Ecto.Que lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.CastError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.CompileError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.DynamicExpr.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.JoinExpr.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Planner.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.QueryExpr.beam @@ -94,10 +102,12 @@ lib/elixir/lib/ecto/ebin/Elixir.Ecto.Tim lib/elixir/lib/ecto/ebin/Elixir.Ecto.Type.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.UUID.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.beam +lib/elixir/lib/ecto/ebin/Elixir.Enumerable.Ecto.Adapters.SQL.Stream.beam lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Association.NotLoaded.beam lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Changeset.beam lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Date.beam lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.DateTime.beam +lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Query.DynamicExpr.beam lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Query.beam lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Schema.Metadata.beam lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Time.beam @@ -135,6 +145,7 @@ lib/elixir/lib/ecto/lib/ecto/adapters/po lib/elixir/lib/ecto/lib/ecto/adapters/sql.ex lib/elixir/lib/ecto/lib/ecto/adapters/sql/connection.ex lib/elixir/lib/ecto/lib/ecto/adapters/sql/sandbox.ex +lib/elixir/lib/ecto/lib/ecto/adapters/sql/stream.ex lib/elixir/lib/ecto/lib/ecto/application.ex lib/elixir/lib/ecto/lib/ecto/association.ex lib/elixir/lib/ecto/lib/ecto/changeset.ex @@ -149,13 +160,13 @@ lib/elixir/lib/ecto/lib/ecto/migration/r lib/elixir/lib/ecto/lib/ecto/migration/schema_migration.ex lib/elixir/lib/ecto/lib/ecto/migration/supervisor.ex lib/elixir/lib/ecto/lib/ecto/migrator.ex -lib/elixir/lib/ecto/lib/ecto/model.ex lib/elixir/lib/ecto/lib/ecto/multi.ex lib/elixir/lib/ecto/lib/ecto/poison.ex lib/elixir/lib/ecto/lib/ecto/query.ex lib/elixir/lib/ecto/lib/ecto/query/api.ex lib/elixir/lib/ecto/lib/ecto/query/builder.ex lib/elixir/lib/ecto/lib/ecto/query/builder/distinct.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/dynamic.ex lib/elixir/lib/ecto/lib/ecto/query/builder/filter.ex lib/elixir/lib/ecto/lib/ecto/query/builder/from.ex lib/elixir/lib/ecto/lib/ecto/query/builder/group_by.ex From owner-svn-ports-all@freebsd.org Wed Mar 1 15:54:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14071CE400E; Wed, 1 Mar 2017 15:54:00 +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 B7F4AE47; Wed, 1 Mar 2017 15:53:59 +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 v21FrwJl090728; Wed, 1 Mar 2017 15:53:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21FrwdQ090725; Wed, 1 Mar 2017 15:53:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011553.v21FrwdQ090725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 15:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435168 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 15:54:00 -0000 Author: olgeni Date: Wed Mar 1 15:53:58 2017 New Revision: 435168 URL: https://svnweb.freebsd.org/changeset/ports/435168 Log: Update databases/elixir-timex_ecto to version 3.1.1. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo head/databases/elixir-timex_ecto/pkg-plist Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Wed Mar 1 15:52:56 2017 (r435167) +++ head/databases/elixir-timex_ecto/Makefile Wed Mar 1 15:53:58 2017 (r435168) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 3.0.5 +PORTVERSION= 3.1.1 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Wed Mar 1 15:52:56 2017 (r435167) +++ head/databases/elixir-timex_ecto/distinfo Wed Mar 1 15:53:58 2017 (r435168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476345477 -SHA256 (bitwalker-timex_ecto-3.0.5_GH0.tar.gz) = c140e1dfc7bffa4dc54ea3d921e8adac6d45cf6e506c7fffde9faf380c3474b5 -SIZE (bitwalker-timex_ecto-3.0.5_GH0.tar.gz) = 9252 +TIMESTAMP = 1483977177 +SHA256 (bitwalker-timex_ecto-3.1.1_GH0.tar.gz) = f8d366d8568e60c0391f9af1c8d87a23d0470f548abab7670e3ea69da8c49e8d +SIZE (bitwalker-timex_ecto-3.1.1_GH0.tar.gz) = 8968 Modified: head/databases/elixir-timex_ecto/pkg-plist ============================================================================== --- head/databases/elixir-timex_ecto/pkg-plist Wed Mar 1 15:52:56 2017 (r435167) +++ head/databases/elixir-timex_ecto/pkg-plist Wed Mar 1 15:53:58 2017 (r435168) @@ -1,6 +1,3 @@ -lib/elixir/lib/timex_ecto/ebin/Elixir.Ecto.DataType.Date.beam -lib/elixir/lib/timex_ecto/ebin/Elixir.Ecto.DataType.DateTime.beam -lib/elixir/lib/timex_ecto/ebin/Elixir.Ecto.DataType.NaiveDateTime.beam lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Date.beam lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.DateTime.beam lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.DateTimeWithTimezone.beam @@ -9,7 +6,6 @@ lib/elixir/lib/timex_ecto/ebin/Elixir.Ti lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Timestamps.beam lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.beam lib/elixir/lib/timex_ecto/ebin/timex_ecto.app -lib/elixir/lib/timex_ecto/lib/datatype.ex lib/elixir/lib/timex_ecto/lib/helpers.ex lib/elixir/lib/timex_ecto/lib/model.ex lib/elixir/lib/timex_ecto/lib/timex_ecto.ex From owner-svn-ports-all@freebsd.org Wed Mar 1 15:58:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDA2CCE4201; Wed, 1 Mar 2017 15:58: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 83AE73DA; Wed, 1 Mar 2017 15:58: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 v21FwIJk091054; Wed, 1 Mar 2017 15:58:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21FwIt9091051; Wed, 1 Mar 2017 15:58:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011558.v21FwIt9091051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 15:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435169 - head/www/elixir-phoenix_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: Wed, 01 Mar 2017 15:58:19 -0000 Author: olgeni Date: Wed Mar 1 15:58:18 2017 New Revision: 435169 URL: https://svnweb.freebsd.org/changeset/ports/435169 Log: Update www/elixir-phoenix_ecto to version 3.2.2. Modified: head/www/elixir-phoenix_ecto/Makefile head/www/elixir-phoenix_ecto/distinfo head/www/elixir-phoenix_ecto/pkg-plist Modified: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- head/www/elixir-phoenix_ecto/Makefile Wed Mar 1 15:53:58 2017 (r435168) +++ head/www/elixir-phoenix_ecto/Makefile Wed Mar 1 15:58:18 2017 (r435169) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_ecto -PORTVERSION= 3.0.1 +PORTVERSION= 3.2.2 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_ecto/distinfo ============================================================================== --- head/www/elixir-phoenix_ecto/distinfo Wed Mar 1 15:53:58 2017 (r435168) +++ head/www/elixir-phoenix_ecto/distinfo Wed Mar 1 15:58:18 2017 (r435169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470471197 -SHA256 (phoenixframework-phoenix_ecto-v3.0.1_GH0.tar.gz) = 4d39f571293de271f346de70724e2fcf6dbeb76f5344a0370d7622fcdc8883b6 -SIZE (phoenixframework-phoenix_ecto-v3.0.1_GH0.tar.gz) = 10583 +TIMESTAMP = 1488317030 +SHA256 (phoenixframework-phoenix_ecto-v3.2.2_GH0.tar.gz) = 63ff0228b5c3a3ec580e14526d2a64a53e13f906baac9a96b7df743dc6e30be4 +SIZE (phoenixframework-phoenix_ecto-v3.2.2_GH0.tar.gz) = 11176 Modified: head/www/elixir-phoenix_ecto/pkg-plist ============================================================================== --- head/www/elixir-phoenix_ecto/pkg-plist Wed Mar 1 15:53:58 2017 (r435168) +++ head/www/elixir-phoenix_ecto/pkg-plist Wed Mar 1 15:58:18 2017 (r435169) @@ -6,6 +6,7 @@ lib/elixir/lib/phoenix_ecto/ebin/Elixir. lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Ecto.DateTime.beam lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Ecto.Time.beam lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.CastError.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.InvalidChangesetError.beam lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.NoResultsError.beam lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.Query.CastError.beam lib/elixir/lib/phoenix_ecto/ebin/phoenix_ecto.app From owner-svn-ports-all@freebsd.org Wed Mar 1 16:18:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B083CE4B93; Wed, 1 Mar 2017 16:18:28 +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 3A72F8DC; Wed, 1 Mar 2017 16:18: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 v21GIRB7098862; Wed, 1 Mar 2017 16:18:27 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21GIRNn098859; Wed, 1 Mar 2017 16:18:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011618.v21GIRNn098859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 16:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435170 - 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: Wed, 01 Mar 2017 16:18:28 -0000 Author: olgeni Date: Wed Mar 1 16:18:27 2017 New Revision: 435170 URL: https://svnweb.freebsd.org/changeset/ports/435170 Log: Update www/elixir-phoenix_html to version 2.9.3. Modified: head/www/elixir-phoenix_html/Makefile head/www/elixir-phoenix_html/distinfo Modified: head/www/elixir-phoenix_html/Makefile ============================================================================== --- head/www/elixir-phoenix_html/Makefile Wed Mar 1 15:58:18 2017 (r435169) +++ head/www/elixir-phoenix_html/Makefile Wed Mar 1 16:18:27 2017 (r435170) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_html -PORTVERSION= 2.8.0 +PORTVERSION= 2.9.3 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_html/distinfo ============================================================================== --- head/www/elixir-phoenix_html/distinfo Wed Mar 1 15:58:18 2017 (r435169) +++ head/www/elixir-phoenix_html/distinfo Wed Mar 1 16:18:27 2017 (r435170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479805680 -SHA256 (phoenixframework-phoenix_html-v2.8.0_GH0.tar.gz) = 58d0ea232a7652973d379eb032091b87b8081567939f953461270f1043b5fce4 -SIZE (phoenixframework-phoenix_html-v2.8.0_GH0.tar.gz) = 30491 +TIMESTAMP = 1488317006 +SHA256 (phoenixframework-phoenix_html-v2.9.3_GH0.tar.gz) = e269f072dbb8ebe46de3f1cf6a807597d85f992141db7de548695a093b543bef +SIZE (phoenixframework-phoenix_html-v2.9.3_GH0.tar.gz) = 31332 From owner-svn-ports-all@freebsd.org Wed Mar 1 16:38:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99389CF120A; Wed, 1 Mar 2017 16:38:01 +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 6321798E; Wed, 1 Mar 2017 16:38:01 +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 v21Gc0gN006673; Wed, 1 Mar 2017 16:38:00 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Gc0AE006671; Wed, 1 Mar 2017 16:38:00 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703011638.v21Gc0AE006671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 1 Mar 2017 16:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435171 - head/devel/pmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 16:38:01 -0000 Author: danilo Date: Wed Mar 1 16:38:00 2017 New Revision: 435171 URL: https://svnweb.freebsd.org/changeset/ports/435171 Log: - Update to 5.5.4 Modified: head/devel/pmd/Makefile head/devel/pmd/distinfo Modified: head/devel/pmd/Makefile ============================================================================== --- head/devel/pmd/Makefile Wed Mar 1 16:18:27 2017 (r435170) +++ head/devel/pmd/Makefile Wed Mar 1 16:38:00 2017 (r435171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmd -PORTVERSION= 5.5.3 +PORTVERSION= 5.5.4 CATEGORIES= devel java MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-${PORTVERSION} Modified: head/devel/pmd/distinfo ============================================================================== --- head/devel/pmd/distinfo Wed Mar 1 16:18:27 2017 (r435170) +++ head/devel/pmd/distinfo Wed Mar 1 16:38:00 2017 (r435171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485688471 -SHA256 (pmd-bin-5.5.3.zip) = 31ffd4beddffe937d0077e683e06fa6efa00fb015b8778100131004df55a9351 -SIZE (pmd-bin-5.5.3.zip) = 58739934 +TIMESTAMP = 1488383396 +SHA256 (pmd-bin-5.5.4.zip) = 416f536ee1343642a39ed8fb63226028046dda28199cbfaaa2edc2ff32fecd9c +SIZE (pmd-bin-5.5.4.zip) = 58755733 From owner-svn-ports-all@freebsd.org Wed Mar 1 16:50:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA21FCF15EA; Wed, 1 Mar 2017 16:50:41 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E460101; Wed, 1 Mar 2017 16:50: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 v21GoelL010683; Wed, 1 Mar 2017 16:50:40 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Goen9010682; Wed, 1 Mar 2017 16:50:40 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703011650.v21Goen9010682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Wed, 1 Mar 2017 16:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435172 - 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: Wed, 01 Mar 2017 16:50:41 -0000 Author: sbruno Date: Wed Mar 1 16:50:40 2017 New Revision: 435172 URL: https://svnweb.freebsd.org/changeset/ports/435172 Log: Capture fix for getrlimit()/setrlimit() which helps out with proper handling of wait6(). https://github.com/seanbruno/qemu-bsd-user/commit/34a5a54e4df983d9611233770b36be161d12a033 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Wed Mar 1 16:38:00 2017 (r435171) +++ head/emulators/qemu-sbruno/Makefile Wed Mar 1 16:50:40 2017 (r435172) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.8.50.g20170221 +PORTVERSION= 2.8.50.g20170228 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +19,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= f51cf14 +GH_TAGNAME= 34a5a54 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Wed Mar 1 16:38:00 2017 (r435171) +++ head/emulators/qemu-sbruno/distinfo Wed Mar 1 16:50:40 2017 (r435172) @@ -1,5 +1,5 @@ TIMESTAMP = 1482956267 -SHA256 (qemu/2.8.50.g20170221/seanbruno-qemu-bsd-user-2.8.50.g20170221-f51cf14_GH0.tar.gz) = 97b48e157223da371aa638d27b1fbce3840fc7312e61b6d69d7855c9beee4311 -SIZE (qemu/2.8.50.g20170221/seanbruno-qemu-bsd-user-2.8.50.g20170221-f51cf14_GH0.tar.gz) = 13675595 -SHA256 (qemu/2.8.50.g20170221/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.8.50.g20170221/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 97b48e157223da371aa638d27b1fbce3840fc7312e61b6d69d7855c9beee4311 +SIZE (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 13675595 +SHA256 (qemu/2.8.50.g20170228/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.8.50.g20170228/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-all@freebsd.org Wed Mar 1 16:55:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B44E7CF17B1; Wed, 1 Mar 2017 16:55: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 837C7907; Wed, 1 Mar 2017 16:55: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 v21GtP9O014435; Wed, 1 Mar 2017 16:55:25 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21GtPvS014433; Wed, 1 Mar 2017 16:55:25 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201703011655.v21GtPvS014433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 1 Mar 2017 16:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435173 - head/x11/xfce4-whiskermenu-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 16:55:26 -0000 Author: olivierd Date: Wed Mar 1 16:55:25 2017 New Revision: 435173 URL: https://svnweb.freebsd.org/changeset/ports/435173 Log: Update to 1.7.1 Modified: head/x11/xfce4-whiskermenu-plugin/Makefile head/x11/xfce4-whiskermenu-plugin/distinfo Modified: head/x11/xfce4-whiskermenu-plugin/Makefile ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/Makefile Wed Mar 1 16:50:40 2017 (r435172) +++ head/x11/xfce4-whiskermenu-plugin/Makefile Wed Mar 1 16:55:25 2017 (r435173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-whiskermenu-plugin -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/x11/xfce4-whiskermenu-plugin/distinfo ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/distinfo Wed Mar 1 16:50:40 2017 (r435172) +++ head/x11/xfce4-whiskermenu-plugin/distinfo Wed Mar 1 16:55:25 2017 (r435173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485974403 -SHA256 (xfce4/xfce4-whiskermenu-plugin-1.7.0.tar.bz2) = c6ef8ab93829c51244951796d792dce71c4f0f43e31ce4427029337fa1623024 -SIZE (xfce4/xfce4-whiskermenu-plugin-1.7.0.tar.bz2) = 161735 +TIMESTAMP = 1488386931 +SHA256 (xfce4/xfce4-whiskermenu-plugin-1.7.1.tar.bz2) = 3008de2e1f9099328a294def144b6b21ee04b9b04936831f1c0e1e3ffedf8a21 +SIZE (xfce4/xfce4-whiskermenu-plugin-1.7.1.tar.bz2) = 162443 From owner-svn-ports-all@freebsd.org Wed Mar 1 17:07:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC712CF1D43; Wed, 1 Mar 2017 17:07:31 +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 835DD2DB; Wed, 1 Mar 2017 17:07:31 +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 69E8A1AF12A; Wed, 1 Mar 2017 20:07:23 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 75458ABF; Wed, 1 Mar 2017 20:01:42 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id E0DE0C65; Wed, 1 Mar 2017 20:05:45 +0300 (MSK) Date: Wed, 1 Mar 2017 20:05:45 +0300 From: Dmitry Marakasov To: Mathieu Arnold Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435017 - head/devel/p5-Contextual-Return Message-ID: <20170301170545.GA27031@hades.panopticon> References: <201702280945.v1S9jF0K067267@repo.freebsd.org> <20170228152911.GA85667@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 17:07:31 -0000 * Mathieu Arnold (mat@FreeBSD.org) wrote: > >> Date: Tue Feb 28 09:45:15 2017 > >> New Revision: 435017 > >> URL: https://svnweb.freebsd.org/changeset/ports/435017 > >> > >> Log: > >> Update to 0.004010 > >> > >> - Use real PORTVERSION > > Thank you for these! > > I am not sure these version changes are a good idea. > Perl versions do not behave the same as Port versions, in some very > radical ways, for example, in Perl land, 1.1 > 1.1.1 (because 1.1.1 > really means 1.001001) > All the ports that have been converted to use the real version numbers > will see their PORTEPOCH bumped a lot as number go ahead. I don't see any problems with using PORTEPOCH. Using fake versions brings a lot of confusion though. Manual intervention will still be required for portscout and repology (e.g. ignoring older versions which compare higher than newer ones), but at least version will be comparable and correspond to upstream. I also had a feeling that perl module authors seem to stick to sane versioning scheme after 2010. -- 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 Mar 1 17:18:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 989CBCF228A; Wed, 1 Mar 2017 17:18:32 +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 65831CC3; Wed, 1 Mar 2017 17:18:32 +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 v21HIVc4022351; Wed, 1 Mar 2017 17:18:31 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HIVLe022348; Wed, 1 Mar 2017 17:18:31 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703011718.v21HIVLe022348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 1 Mar 2017 17:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435174 - head/graphics/pqiv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 17:18:32 -0000 Author: danilo Date: Wed Mar 1 17:18:31 2017 New Revision: 435174 URL: https://svnweb.freebsd.org/changeset/ports/435174 Log: - Update to 2.8.1 Modified: head/graphics/pqiv/Makefile head/graphics/pqiv/distinfo Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Wed Mar 1 16:55:25 2017 (r435173) +++ head/graphics/pqiv/Makefile Wed Mar 1 17:18:31 2017 (r435174) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pqiv -PORTVERSION= 2.7.4 +PORTVERSION= 2.8.1 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org @@ -33,6 +33,7 @@ USES= gettext-runtime gmake pkgconfig USE_XORG= x11 USE_GNOME= cairo gdkpixbuf2 HAS_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib -lX11 LIBARCHIVE_CONFIGURE_WITH= archive archive_cbx LIBARCHIVE_USES= libarchive Modified: head/graphics/pqiv/distinfo ============================================================================== --- head/graphics/pqiv/distinfo Wed Mar 1 16:55:25 2017 (r435173) +++ head/graphics/pqiv/distinfo Wed Mar 1 17:18:31 2017 (r435174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486220089 -SHA256 (phillipberndt-pqiv-2.7.4_GH0.tar.gz) = 2c6acd9c031de3afdd231d71223566e229dafbb1bce1a88a6b11e91b9c3a817d -SIZE (phillipberndt-pqiv-2.7.4_GH0.tar.gz) = 103380 +TIMESTAMP = 1488242962 +SHA256 (phillipberndt-pqiv-2.8.1_GH0.tar.gz) = ff8f28007535332f038c7d04a3c2d6696aa62604eef4fd66fc6500a8c235de30 +SIZE (phillipberndt-pqiv-2.8.1_GH0.tar.gz) = 108423 From owner-svn-ports-all@freebsd.org Wed Mar 1 17:24:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0746CF24AC; Wed, 1 Mar 2017 17:24: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 6B8A4E7; Wed, 1 Mar 2017 17:24: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 v21HOCuf026135; Wed, 1 Mar 2017 17:24:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HOCQS026133; Wed, 1 Mar 2017 17:24:12 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703011724.v21HOCQS026133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 1 Mar 2017 17:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435175 - head/devel/phpunit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 17:24:13 -0000 Author: tz Date: Wed Mar 1 17:24:12 2017 New Revision: 435175 URL: https://svnweb.freebsd.org/changeset/ports/435175 Log: devel/phpunit: Update from 5.7.2 to 5.7.14 Changelog: https://github.com/sebastianbergmann/phpunit/blob/5.7.14/ChangeLog-5.7.md Modified: head/devel/phpunit/Makefile head/devel/phpunit/distinfo Modified: head/devel/phpunit/Makefile ============================================================================== --- head/devel/phpunit/Makefile Wed Mar 1 17:18:31 2017 (r435174) +++ head/devel/phpunit/Makefile Wed Mar 1 17:24:12 2017 (r435175) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 5.7.2 +PORTVERSION= 5.7.14 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ \ http://ports.toco-domains.de/ Modified: head/devel/phpunit/distinfo ============================================================================== --- head/devel/phpunit/distinfo Wed Mar 1 17:18:31 2017 (r435174) +++ head/devel/phpunit/distinfo Wed Mar 1 17:24:12 2017 (r435175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481117218 -SHA256 (phpunit-5.7.2.phar) = 989137a019a5cbdf7aac0d80df4942d5308de91c46eab7c18ed01fc78465d027 -SIZE (phpunit-5.7.2.phar) = 3026435 +TIMESTAMP = 1488388935 +SHA256 (phpunit-5.7.14.phar) = fcbae5c5e90d599c2e1086e7fa8cb6cd5eded75209ab961fe4005762f11e19c9 +SIZE (phpunit-5.7.14.phar) = 3028572 From owner-svn-ports-all@freebsd.org Wed Mar 1 17:27:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3114ACF256A; Wed, 1 Mar 2017 17:27:01 +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 DABEA22B; Wed, 1 Mar 2017 17:27:00 +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 v21HQx4Y026339; Wed, 1 Mar 2017 17:26:59 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HQx07026337; Wed, 1 Mar 2017 17:26:59 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703011726.v21HQx07026337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 1 Mar 2017 17:26:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435176 - head/graphics/azpainter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 17:27:01 -0000 Author: danfe Date: Wed Mar 1 17:26:59 2017 New Revision: 435176 URL: https://svnweb.freebsd.org/changeset/ports/435176 Log: - Augment OSDN.jp mirror list (should probably be part of `Mk/bsd.sites.mk') - Slightly improve port description wording while I'm here Modified: head/graphics/azpainter/Makefile head/graphics/azpainter/pkg-descr Modified: head/graphics/azpainter/Makefile ============================================================================== --- head/graphics/azpainter/Makefile Wed Mar 1 17:24:12 2017 (r435175) +++ head/graphics/azpainter/Makefile Wed Mar 1 17:26:59 2017 (r435176) @@ -4,8 +4,15 @@ PORTNAME= azpainter DISTVERSION= 2.0.2 CATEGORIES= graphics -MASTER_SITES= http://jaist.dl.osdn.jp/azpainter/67130/ \ - http://rwthaachen.dl.osdn.jp/azpainter/67130/ +MASTER_SITES= http://acc.dl.osdn.jp/azpainter/67130/ \ + http://cznic.dl.osdn.jp/azpainter/67130/ \ + http://gigenet.dl.osdn.jp/azpainter/67130/ \ + http://iij.dl.osdn.jp/azpainter/67130/ \ + http://jaist.dl.osdn.jp/azpainter/67130/ \ + http://onet.dl.osdn.jp/azpainter/67130/ \ + http://osdn.dl.osdn.jp/azpainter/67130/ \ + http://rwthaachen.dl.osdn.jp/azpainter/67130/ \ + http://ymu.dl.osdn.jp/azpainter/67130/ MAINTAINER= danfe@FreeBSD.org COMMENT= 16-bit RGB full color painting application Modified: head/graphics/azpainter/pkg-descr ============================================================================== --- head/graphics/azpainter/pkg-descr Wed Mar 1 17:24:12 2017 (r435175) +++ head/graphics/azpainter/pkg-descr Wed Mar 1 17:26:59 2017 (r435176) @@ -1,6 +1,6 @@ AzPainter is a full color painting application for Unix-like systems for -illustration drawing. This is not suitable for dot editing. Since the -color is handled internally with 16-bit precision (15-bit fixed point), -color accuracy is increased at the expense of more memory being consumed. +illustration drawing. It is not suitable for "dot editing" or pixel-art. +Since the color is handled internally with 16-bit precision (15-bit fixed +point), color accuracy is increased at the expense of more memory usage. WWW: http://azsky2.html.xdomain.jp/linux/azpainter/ From owner-svn-ports-all@freebsd.org Wed Mar 1 17:36:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18F1ECF28DC; Wed, 1 Mar 2017 17:36:01 +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 D9928B64; Wed, 1 Mar 2017 17:36:00 +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 v21HZxj7030293; Wed, 1 Mar 2017 17:35:59 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HZxuT030291; Wed, 1 Mar 2017 17:35:59 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703011735.v21HZxuT030291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 1 Mar 2017 17:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435177 - head/sysutils/xfce4-diskperf-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 17:36:01 -0000 Author: danilo Date: Wed Mar 1 17:35:59 2017 New Revision: 435177 URL: https://svnweb.freebsd.org/changeset/ports/435177 Log: - Update to 2.6.1 PR: 217354 Submitted by: olivierd Modified: head/sysutils/xfce4-diskperf-plugin/Makefile head/sysutils/xfce4-diskperf-plugin/distinfo Modified: head/sysutils/xfce4-diskperf-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-diskperf-plugin/Makefile Wed Mar 1 17:26:59 2017 (r435176) +++ head/sysutils/xfce4-diskperf-plugin/Makefile Wed Mar 1 17:35:59 2017 (r435177) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-diskperf-plugin -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/sysutils/xfce4-diskperf-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-diskperf-plugin/distinfo Wed Mar 1 17:26:59 2017 (r435176) +++ head/sysutils/xfce4-diskperf-plugin/distinfo Wed Mar 1 17:35:59 2017 (r435177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478018688 -SHA256 (xfce4/xfce4-diskperf-plugin-2.6.0.tar.bz2) = 4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e -SIZE (xfce4/xfce4-diskperf-plugin-2.6.0.tar.bz2) = 322865 +TIMESTAMP = 1488231478 +SHA256 (xfce4/xfce4-diskperf-plugin-2.6.1.tar.bz2) = 212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa +SIZE (xfce4/xfce4-diskperf-plugin-2.6.1.tar.bz2) = 338723 From owner-svn-ports-all@freebsd.org Wed Mar 1 17:37:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10B05CF2992; Wed, 1 Mar 2017 17:37:03 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D44C7F8C; Wed, 1 Mar 2017 17:37:02 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21Hb13K030458; Wed, 1 Mar 2017 17:37:01 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Hb1w6030456; Wed, 1 Mar 2017 17:37:01 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201703011737.v21Hb1w6030456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 1 Mar 2017 17:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435178 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 17:37:03 -0000 Author: gerald Date: Wed Mar 1 17:37:01 2017 New Revision: 435178 URL: https://svnweb.freebsd.org/changeset/ports/435178 Log: Update to the 20170228 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Wed Mar 1 17:35:59 2017 (r435177) +++ head/lang/gcc5-devel/Makefile Wed Mar 1 17:37:01 2017 (r435178) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170221 +PORTVERSION= 5.4.1.s20170228 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Wed Mar 1 17:35:59 2017 (r435177) +++ head/lang/gcc5-devel/distinfo Wed Mar 1 17:37:01 2017 (r435178) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487958742 -SHA256 (gcc-5-20170221.tar.bz2) = 7e4c5cdb8000a6a97806b75e2b2a3179a3bb7d4458e250cc1793eee40b15fde8 -SIZE (gcc-5-20170221.tar.bz2) = 91901953 +TIMESTAMP = 1488381321 +SHA256 (gcc-5-20170228.tar.bz2) = 3c2645a553774f9ec02a026e7133fc00c1ee8e152e96bbaebb34fbf8ef9515de +SIZE (gcc-5-20170228.tar.bz2) = 91914321 From owner-svn-ports-all@freebsd.org Wed Mar 1 17:47:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4AC8CF2DBE; Wed, 1 Mar 2017 17:47:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 959ABB9C; Wed, 1 Mar 2017 17:47:46 +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 v21HljZe034479; Wed, 1 Mar 2017 17:47:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Hljr2034475; Wed, 1 Mar 2017 17:47:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703011747.v21Hljr2034475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Mar 2017 17:47:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435179 - in head/devel: . py-ipyparallel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 17:47:46 -0000 Author: swills Date: Wed Mar 1 17:47:45 2017 New Revision: 435179 URL: https://svnweb.freebsd.org/changeset/ports/435179 Log: devel/py-ipyparallel: create port Use multiple instances of IPython in parallel, interactively. WWW: https://ipyparallel.readthedocs.io Added: head/devel/py-ipyparallel/ head/devel/py-ipyparallel/Makefile (contents, props changed) head/devel/py-ipyparallel/distinfo (contents, props changed) head/devel/py-ipyparallel/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 1 17:37:01 2017 (r435178) +++ head/devel/Makefile Wed Mar 1 17:47:45 2017 (r435179) @@ -4328,6 +4328,7 @@ SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-ipykernel + SUBDIR += py-ipyparallel SUBDIR += py-ipython_genutils SUBDIR += py-ipywidgets SUBDIR += py-iso8601 Added: head/devel/py-ipyparallel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipyparallel/Makefile Wed Mar 1 17:47:45 2017 (r435179) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= ipyparallel +PORTVERSION= 6.0.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Interactive Parallel Computing with IPython + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.md + +RUN_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils \ + ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=13:net/py-pyzmq \ + ${PYTHON_PKGNAMEPREFIX}ipython>=4.0.0:devel/ipython \ + ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client \ + ${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel \ + ${PYTHON_PKGNAMEPREFIX}tornado>=4.0:www/py-tornado \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures \ + ${PYTHON_PKGNAMEPREFIX}notebook>=0:www/py-notebook + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/devel/py-ipyparallel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipyparallel/distinfo Wed Mar 1 17:47:45 2017 (r435179) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488383715 +SHA256 (ipyparallel-6.0.2.tar.gz) = 7eea4780266252fcc987b220a302d589fbb4d6b0569bd131115a20b31891103d +SIZE (ipyparallel-6.0.2.tar.gz) = 2366627 Added: head/devel/py-ipyparallel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipyparallel/pkg-descr Wed Mar 1 17:47:45 2017 (r435179) @@ -0,0 +1,3 @@ +Use multiple instances of IPython in parallel, interactively. + +WWW: https://ipyparallel.readthedocs.io From owner-svn-ports-all@freebsd.org Wed Mar 1 17:50:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE4DFCF305C; Wed, 1 Mar 2017 17:50: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 702FEFD9; Wed, 1 Mar 2017 17:50:11 +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 v21HoAVS034817; Wed, 1 Mar 2017 17:50:10 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Ho9KG034810; Wed, 1 Mar 2017 17:50:09 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703011750.v21Ho9KG034810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 1 Mar 2017 17:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435180 - in head: . archivers archivers/libunrar4 audio audio/libofa japanese japanese/ruby-eb japanese/xyaku sysutils sysutils/linux-nero 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: Wed, 01 Mar 2017 17:50:11 -0000 Author: rene Date: Wed Mar 1 17:50:09 2017 New Revision: 435180 URL: https://svnweb.freebsd.org/changeset/ports/435180 Log: Remove expired ports: 2017-01-28 japanese/ruby-eb: Upstream no longer active 2017-03-01 japanese/xyaku: Unmaintained, depends on expired japanese/ruby-eb 2017-03-01 archivers/libunrar4: Outdated version. Please use archivers/libunrar5 instead 2017-03-01 sysutils/xacpim: Mastersite disappeared 2017-03-01 sysutils/linux-nero: Probably cannot actually burn CD/DVD on recent FreeBSD 2017-03-01 audio/libofa: MusicDNS service has been discontinued Deleted: head/archivers/libunrar4/ head/audio/libofa/ head/japanese/ruby-eb/ head/japanese/xyaku/ head/sysutils/linux-nero/ head/sysutils/xacpim/ Modified: head/LEGAL head/MOVED head/archivers/Makefile head/audio/Makefile head/japanese/Makefile head/sysutils/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Wed Mar 1 17:47:45 2017 (r435179) +++ head/LEGAL Wed Mar 1 17:50:09 2017 (r435180) @@ -160,7 +160,6 @@ molden* biology/molden Free for acade ncftpd-* ftp/ncftpd 30 day evaluation license nero2_linux_* games/linux-nerogame Freeware, but license terms are unclear NeroDigitalAudio.zip audio/linux-neroaaccodec Redistribution forbidden -nerolinux-* sysutils/linux-nero Must be downloaded from their website and a serial number must be bought NetComponents-* java/netcomponents No redistribution except as part of a substantially different product nntpcache-* news/nntpcache Free for individuals and non-military, non-profit organisations only nttcp-* benchmarks/nttcp No commercial use Modified: head/MOVED ============================================================================== --- head/MOVED Wed Mar 1 17:47:45 2017 (r435179) +++ head/MOVED Wed Mar 1 17:50:09 2017 (r435180) @@ -9101,3 +9101,9 @@ java/jdk16-doc||2017-02-28|Has expired: java/jdk7-doc||2017-02-28|Has expired: Should have been removed with linux-sun-jdk17 (2016-04-24) textproc/rubygem-sass-rails4|textproc/rubygem-sass-rails5|2017-02-28|Has expired: Use textproc/rubygem-sass-rails5 instead x11-toolkits/p5-Gtk|x11-toolkits/p5-Gtk-Perl|2017-02-28|Rename to match upstream naming +japanese/ruby-eb||2017-03-01|Has expired: Upstream no longer active +japanese/xyaku||2017-03-01|Has expired: Unmaintained, depends on expired japanese/ruby-eb +archivers/libunrar4||2017-03-01|Has expired: Outdated version. Please use archivers/libunrar5 instead +sysutils/xacpim||2017-03-01|Has expired: Mastersite disappeared +sysutils/linux-nero||2017-03-01|Has expired: Probably cannot actually burn CD/DVD on recent FreeBSD +audio/libofa||2017-03-01|Has expired: MusicDNS service has been discontinued Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Wed Mar 1 17:47:45 2017 (r435179) +++ head/archivers/Makefile Wed Mar 1 17:50:09 2017 (r435180) @@ -70,7 +70,6 @@ SUBDIR += libpar2 SUBDIR += librtfcomp SUBDIR += libunrar - SUBDIR += libunrar4 SUBDIR += libunrar5 SUBDIR += libzip SUBDIR += lrzip Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Mar 1 17:47:45 2017 (r435179) +++ head/audio/Makefile Wed Mar 1 17:50:09 2017 (r435180) @@ -400,7 +400,6 @@ SUBDIR += libmusicbrainz5 SUBDIR += libnjb SUBDIR += libnoise - SUBDIR += libofa SUBDIR += libogg SUBDIR += liboggz SUBDIR += libopenspc Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Wed Mar 1 17:47:45 2017 (r435179) +++ head/japanese/Makefile Wed Mar 1 17:50:09 2017 (r435180) @@ -237,7 +237,6 @@ SUBDIR += quit SUBDIR += roget-fpw SUBDIR += rogue_s - SUBDIR += ruby-eb SUBDIR += ruby-romkan SUBDIR += ruby-uconv SUBDIR += rubygem-jpmobile-ipaddresses @@ -302,7 +301,6 @@ SUBDIR += xshodou SUBDIR += xtr SUBDIR += xv - SUBDIR += xyaku SUBDIR += yasou-fpw SUBDIR += yc.el SUBDIR += zinnia Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Mar 1 17:47:45 2017 (r435179) +++ head/sysutils/Makefile Wed Mar 1 17:50:09 2017 (r435180) @@ -538,7 +538,6 @@ SUBDIR += lineakd SUBDIR += linrename SUBDIR += linux-crashplan - SUBDIR += linux-nero SUBDIR += linuxfdisk SUBDIR += livecd SUBDIR += lmmon @@ -1240,7 +1239,6 @@ SUBDIR += wtail SUBDIR += wuzzah SUBDIR += x86info - SUBDIR += xacpim SUBDIR += xbatt SUBDIR += xbattbar SUBDIR += xcdroast From owner-svn-ports-all@freebsd.org Wed Mar 1 17:50:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD48CF3110; Wed, 1 Mar 2017 17:50:50 +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 936811D8; Wed, 1 Mar 2017 17:50: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 v21HonjE035036; Wed, 1 Mar 2017 17:50:49 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HonpO035030; Wed, 1 Mar 2017 17:50:49 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201703011750.v21HonpO035030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 1 Mar 2017 17:50:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435181 - in head/editors: lazarus lazarus-lcl-gtk2 lazarus-lcl-nogui lazarus-lcl-qt lazarus-lcl-units X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 17:50:50 -0000 Author: acm Date: Wed Mar 1 17:50:48 2017 New Revision: 435181 URL: https://svnweb.freebsd.org/changeset/ports/435181 Log: - Update to 1.6.4 ChangeLog: http://wiki.freepascal.org/Lazarus_1.6_fixes_branch Modified: head/editors/lazarus-lcl-gtk2/Makefile head/editors/lazarus-lcl-nogui/Makefile head/editors/lazarus-lcl-qt/Makefile head/editors/lazarus-lcl-units/Makefile head/editors/lazarus/Makefile head/editors/lazarus/distinfo Modified: head/editors/lazarus-lcl-gtk2/Makefile ============================================================================== --- head/editors/lazarus-lcl-gtk2/Makefile Wed Mar 1 17:50:09 2017 (r435180) +++ head/editors/lazarus-lcl-gtk2/Makefile Wed Mar 1 17:50:48 2017 (r435181) @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -lcl-gtk2 COMMENT= Lazarus components library - GTK2 backend Modified: head/editors/lazarus-lcl-nogui/Makefile ============================================================================== --- head/editors/lazarus-lcl-nogui/Makefile Wed Mar 1 17:50:09 2017 (r435180) +++ head/editors/lazarus-lcl-nogui/Makefile Wed Mar 1 17:50:48 2017 (r435181) @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -lcl-nogui COMMENT= Lazarus components library - No gui backend Modified: head/editors/lazarus-lcl-qt/Makefile ============================================================================== --- head/editors/lazarus-lcl-qt/Makefile Wed Mar 1 17:50:09 2017 (r435180) +++ head/editors/lazarus-lcl-qt/Makefile Wed Mar 1 17:50:48 2017 (r435181) @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -lcl-qt COMMENT= Lazarus components library - QT backend Modified: head/editors/lazarus-lcl-units/Makefile ============================================================================== --- head/editors/lazarus-lcl-units/Makefile Wed Mar 1 17:50:09 2017 (r435180) +++ head/editors/lazarus-lcl-units/Makefile Wed Mar 1 17:50:48 2017 (r435181) @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -lcl-units COMMENT= Lazarus components library units Modified: head/editors/lazarus/Makefile ============================================================================== --- head/editors/lazarus/Makefile Wed Mar 1 17:50:09 2017 (r435180) +++ head/editors/lazarus/Makefile Wed Mar 1 17:50:48 2017 (r435181) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= lazarus -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.4 DISTVERSIONSUFFIX= -0 -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= editors devel MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \ LOCAL/acm/freepascal Modified: head/editors/lazarus/distinfo ============================================================================== --- head/editors/lazarus/distinfo Wed Mar 1 17:50:09 2017 (r435180) +++ head/editors/lazarus/distinfo Wed Mar 1 17:50:48 2017 (r435181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479282131 -SHA256 (freepascal/lazarus-1.6.2-0.tar.gz) = eae73ac1d50456d191e13601ea5c333a8816732f6fcd0b849c3685da869cc1ef -SIZE (freepascal/lazarus-1.6.2-0.tar.gz) = 55949169 +TIMESTAMP = 1488377664 +SHA256 (freepascal/lazarus-1.6.4-0.tar.gz) = 336654c5ad32244e64a56511108965b6b8eb25fe5882f61b2c15a24d8435a5e2 +SIZE (freepascal/lazarus-1.6.4-0.tar.gz) = 57180961 From owner-svn-ports-all@freebsd.org Wed Mar 1 17:51:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0740ACF32AB; Wed, 1 Mar 2017 17:51:26 +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 C83E77EE; Wed, 1 Mar 2017 17:51:25 +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 v21HpO9T035813; Wed, 1 Mar 2017 17:51:24 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HpOSi035812; Wed, 1 Mar 2017 17:51:24 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201703011751.v21HpOSi035812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 1 Mar 2017 17:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435182 - 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: Wed, 01 Mar 2017 17:51:26 -0000 Author: acm Date: Wed Mar 1 17:51:24 2017 New Revision: 435182 URL: https://svnweb.freebsd.org/changeset/ports/435182 Log: - Bump PORTREVISION. Lazarus was update to 1.6.4 Modified: head/archivers/peazip/Makefile Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Wed Mar 1 17:50:48 2017 (r435181) +++ head/archivers/peazip/Makefile Wed Mar 1 17:51:24 2017 (r435182) @@ -3,6 +3,7 @@ PORTNAME= peazip PORTVERSION= 6.3.1 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -25,7 +26,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.2 +LAZARUS_VER= 1.6.4 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} ARCHIVER_FILES= # From owner-svn-ports-all@freebsd.org Wed Mar 1 17:51:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2C38CF331A; Wed, 1 Mar 2017 17:51:53 +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 7FE8F946; Wed, 1 Mar 2017 17:51:53 +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 v21Hpq1U035924; Wed, 1 Mar 2017 17:51:52 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HpqJV035923; Wed, 1 Mar 2017 17:51:52 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201703011751.v21HpqJV035923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 1 Mar 2017 17:51:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435183 - 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: Wed, 01 Mar 2017 17:51:53 -0000 Author: acm Date: Wed Mar 1 17:51:52 2017 New Revision: 435183 URL: https://svnweb.freebsd.org/changeset/ports/435183 Log: - Bump PORTREVISION. Lazarus was update to 1.6.4 Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Wed Mar 1 17:51:24 2017 (r435182) +++ head/multimedia/winff/Makefile Wed Mar 1 17:51:52 2017 (r435183) @@ -3,7 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://winff.org/docs/source/ DISTNAME= ${_PORTNAME}-${PORTVERSION}-source @@ -33,7 +33,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ true LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d -LAZARUS_VER= 1.6.2 +LAZARUS_VER= 1.6.4 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 Wed Mar 1 17:52:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7930ECF3358; Wed, 1 Mar 2017 17:52: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 48A53A7C; Wed, 1 Mar 2017 17:52:17 +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 v21HqGGK038830; Wed, 1 Mar 2017 17:52:16 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HqGdF038829; Wed, 1 Mar 2017 17:52:16 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201703011752.v21HqGdF038829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 1 Mar 2017 17:52:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435184 - 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: Wed, 01 Mar 2017 17:52:17 -0000 Author: acm Date: Wed Mar 1 17:52:16 2017 New Revision: 435184 URL: https://svnweb.freebsd.org/changeset/ports/435184 Log: - Bump PORTREVISION. Lazarus was update to 1.6.4 Modified: head/net-p2p/transmission-remote-gui/Makefile Modified: head/net-p2p/transmission-remote-gui/Makefile ============================================================================== --- head/net-p2p/transmission-remote-gui/Makefile Wed Mar 1 17:51:52 2017 (r435183) +++ head/net-p2p/transmission-remote-gui/Makefile Wed Mar 1 17:52:16 2017 (r435184) @@ -3,7 +3,7 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-p2p MASTER_SITES= SF/${PROJECTNAME}/${PORTVERSION}/ DISTNAME= transgui-${PORTVERSION}-src @@ -27,7 +27,7 @@ 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.2 +LAZARUS_VER= 1.6.4 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} PROJECT_NAME= transgui From owner-svn-ports-all@freebsd.org Wed Mar 1 17:52:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 510C6CF339C; Wed, 1 Mar 2017 17:52:36 +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 20A08B94; Wed, 1 Mar 2017 17:52:36 +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 v21HqZ79038941; Wed, 1 Mar 2017 17:52:35 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HqZMO038940; Wed, 1 Mar 2017 17:52:35 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201703011752.v21HqZMO038940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 1 Mar 2017 17:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435185 - 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: Wed, 01 Mar 2017 17:52:36 -0000 Author: acm Date: Wed Mar 1 17:52:35 2017 New Revision: 435185 URL: https://svnweb.freebsd.org/changeset/ports/435185 Log: - Bump PORTREVISION. Lazarus was update to 1.6.4 Modified: head/russian/emkatic/Makefile Modified: head/russian/emkatic/Makefile ============================================================================== --- head/russian/emkatic/Makefile Wed Mar 1 17:52:16 2017 (r435184) +++ head/russian/emkatic/Makefile Wed Mar 1 17:52:35 2017 (r435185) @@ -3,7 +3,7 @@ PORTNAME= emkatic PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= russian emulators MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -20,7 +20,7 @@ BUILD_DEPENDS= lazbuild:editors/lazarus USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg rtl-extra x11 PROJECT_FILE= emkatic.lpi -LAZARUS_VER= 1.6.2 +LAZARUS_VER= 1.6.4 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LAZARUS_DIR}/lcl/units/${BUILDNAME} From owner-svn-ports-all@freebsd.org Wed Mar 1 17:52:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E647CF33D1; Wed, 1 Mar 2017 17:52:57 +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 4B467C86; Wed, 1 Mar 2017 17:52:57 +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 v21Hqu7O039047; Wed, 1 Mar 2017 17:52:56 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Hqudk039046; Wed, 1 Mar 2017 17:52:56 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201703011752.v21Hqudk039046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 1 Mar 2017 17:52:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435186 - head/x11-fm/doublecmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 17:52:57 -0000 Author: acm Date: Wed Mar 1 17:52:56 2017 New Revision: 435186 URL: https://svnweb.freebsd.org/changeset/ports/435186 Log: - Bump PORTREVISION. Lazarus was update to 1.6.4 Modified: head/x11-fm/doublecmd/Makefile Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Wed Mar 1 17:52:35 2017 (r435185) +++ head/x11-fm/doublecmd/Makefile Wed Mar 1 17:52:56 2017 (r435186) @@ -3,7 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.7.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -31,7 +31,7 @@ WANT_GNOME= yes PLIST= ${WRKDIR}/pkg-plist PROJECT_FILE= src/doublecmd.lpi -LAZARUS_VER= 1.6.2 +LAZARUS_VER= 1.6.4 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 Wed Mar 1 17:53:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BCD7CF344C; Wed, 1 Mar 2017 17:53:55 +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 266A3DAE; Wed, 1 Mar 2017 17:53:55 +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 v21Hrs7s039211; Wed, 1 Mar 2017 17:53:54 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21HrsHd039208; Wed, 1 Mar 2017 17:53:54 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201703011753.v21HrsHd039208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 1 Mar 2017 17:53:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435187 - head/comms/cqrlog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 17:53:55 -0000 Author: acm Date: Wed Mar 1 17:53:53 2017 New Revision: 435187 URL: https://svnweb.freebsd.org/changeset/ports/435187 Log: - Update to 2.0.4 Approved by: maintainer via email Modified: head/comms/cqrlog/Makefile head/comms/cqrlog/distinfo head/comms/cqrlog/pkg-plist Modified: head/comms/cqrlog/Makefile ============================================================================== --- head/comms/cqrlog/Makefile Wed Mar 1 17:52:56 2017 (r435186) +++ head/comms/cqrlog/Makefile Wed Mar 1 17:53:53 2017 (r435187) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cqrlog -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 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.2 +LAZARUS_VER= 1.6.4 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} OPTIONS_SINGLE= LCL @@ -62,10 +62,10 @@ post-patch: ${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!Linux!FreeBSD!g \ + ${WRKSRC}/src/fMain.lfm ${REINPLACE_CMD} -e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \ ${WRKSRC}/Makefile ${RM} -r ${WRKSRC}/src/mysql - ${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 Wed Mar 1 17:52:56 2017 (r435186) +++ head/comms/cqrlog/distinfo Wed Mar 1 17:53:53 2017 (r435187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479764623 -SHA256 (ok2cqr-cqrlog-v2.0.2_GH0.tar.gz) = d85470b8a1ca938d2e98250954574157625d3bbe1622738087a11f3ea2b7742c -SIZE (ok2cqr-cqrlog-v2.0.2_GH0.tar.gz) = 7403007 +TIMESTAMP = 1488127529 +SHA256 (ok2cqr-cqrlog-v2.0.4_GH0.tar.gz) = 70aa5b09e281059d7a310ff3c2e4b428ae19e1f7413800fa4d1aaabd2c94f6a0 +SIZE (ok2cqr-cqrlog-v2.0.4_GH0.tar.gz) = 7737032 Modified: head/comms/cqrlog/pkg-plist ============================================================================== --- head/comms/cqrlog/pkg-plist Wed Mar 1 17:52:56 2017 (r435186) +++ head/comms/cqrlog/pkg-plist Wed Mar 1 17:53:53 2017 (r435187) @@ -1,4 +1,5 @@ bin/cqrlog +man/man1/cqrlog.1.gz share/applications/cqrlog.desktop %%DATADIR%%/changelog.html %%DATADIR%%/cqrlog-apparmor-fix @@ -16,7 +17,11 @@ share/applications/cqrlog.desktop %%DATADIR%%/ctyfiles/qslmgr.csv %%DATADIR%%/ctyfiles/us_states.tab %%DATADIR%%/help/cwd.html +%%DATADIR%%/help/cwd.html.bak +%%DATADIR%%/help/cwd.html.orig %%DATADIR%%/help/h1.html +%%DATADIR%%/help/h1.html.bak +%%DATADIR%%/help/h1.html.orig %%DATADIR%%/help/h20.html %%DATADIR%%/help/h21.html %%DATADIR%%/help/h22.html @@ -163,9 +168,8 @@ share/applications/cqrlog.desktop %%DATADIR%%/images/BigEarth.bmp %%DATADIR%%/images/HamQTH.png %%DATADIR%%/images/bck.png -%%DATADIR%%/images/cqrlog.ico -%%DATADIR%%/images/cqrlog.png %%DATADIR%%/images/connect.png +%%DATADIR%%/images/cqrlog.png %%DATADIR%%/images/delete.png %%DATADIR%%/images/disconnect.png %%DATADIR%%/images/dxcc_stat.xpm @@ -179,6 +183,11 @@ share/applications/cqrlog.desktop %%DATADIR%%/images/go-bottom.png %%DATADIR%%/images/grayline.bmp %%DATADIR%%/images/help.png +%%DATADIR%%/images/icon/128x128/cqrlog.png +%%DATADIR%%/images/icon/256x256/cqrlog.png +%%DATADIR%%/images/icon/32x32/cqrlog.png +%%DATADIR%%/images/icon/48x48/cqrlog.png +%%DATADIR%%/images/icon/64x64/cqrlog.png %%DATADIR%%/images/menu_new.png %%DATADIR%%/images/my_view.png %%DATADIR%%/images/options.xpm @@ -208,8 +217,8 @@ share/applications/cqrlog.desktop %%DATADIR%%/members/a1-op.txt %%DATADIR%%/members/afm.txt %%DATADIR%%/members/agcw.txt -%%DATADIR%%/members/arktika.txt %%DATADIR%%/members/arci.txt +%%DATADIR%%/members/arktika.txt %%DATADIR%%/members/armi.txt %%DATADIR%%/members/aviaham.txt %%DATADIR%%/members/bcc.txt @@ -308,6 +317,14 @@ share/applications/cqrlog.desktop %%DATADIR%%/zipcodes/italy-prov.txt %%DATADIR%%/zipcodes/usa-ca.txt %%DATADIR%%/zipcodes/usa-states.txt -share/icons/cqrlog.png -man/man1/cqrlog.1.gz +share/icons/cqrlog/128x128/cqrlog.png +share/icons/cqrlog/256x256/cqrlog.png +share/icons/cqrlog/32x32/cqrlog.png +share/icons/cqrlog/48x48/cqrlog.png +share/icons/cqrlog/64x64/cqrlog.png +share/pixmaps/cqrlog/128x128/cqrlog.png +share/pixmaps/cqrlog/256x256/cqrlog.png +share/pixmaps/cqrlog/32x32/cqrlog.png +share/pixmaps/cqrlog/48x48/cqrlog.png +share/pixmaps/cqrlog/64x64/cqrlog.png share/pixmaps/cqrlog/cqrlog.png From owner-svn-ports-all@freebsd.org Wed Mar 1 17:55:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72616CF348D; Wed, 1 Mar 2017 17:55:59 +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 32F1DEA9; Wed, 1 Mar 2017 17:55:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21HtwXM039431; Wed, 1 Mar 2017 17:55:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Htw0E039429; Wed, 1 Mar 2017 17:55:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201703011755.v21Htw0E039429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 1 Mar 2017 17:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435188 - in head/mail/dovecot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 17:55:59 -0000 Author: adamw Date: Wed Mar 1 17:55:58 2017 New Revision: 435188 URL: https://svnweb.freebsd.org/changeset/ports/435188 Log: Add a patch from upstream that fixes a crash with the trash plugin: Panic: file mail-namespace.c: line 709 (mail_namespace_find): assertion failed: (ns != NULL) Bump PORTREVISION. PR: 217364 Submitted by: Max Kostikov Obtained from: https://github.com/dovecot/core/commit/326fb016a23480e4ff8dcc03dc80e76812859bd6.patch Added: head/mail/dovecot2/files/patch-trash_plugin (contents, props changed) Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Wed Mar 1 17:53:53 2017 (r435187) +++ head/mail/dovecot2/Makefile Wed Mar 1 17:55:58 2017 (r435188) @@ -14,6 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.28 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 Added: head/mail/dovecot2/files/patch-trash_plugin ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dovecot2/files/patch-trash_plugin Wed Mar 1 17:55:58 2017 (r435188) @@ -0,0 +1,48 @@ +From 326fb016a23480e4ff8dcc03dc80e76812859bd6 Mon Sep 17 00:00:00 2001 +From: Aki Tuomi +Date: Wed, 1 Mar 2017 09:15:29 +0200 +Subject: [PATCH] trash: Read settings after namespaces are loaded + +Fixes Panic: file mail-namespace.c: line 709 (mail_namespace_find): assertion failed: (ns != NULL) +--- + src/plugins/trash/trash-plugin.c | 22 ++++++++++++++++------ + 1 file changed, 16 insertions(+), 6 deletions(-) + +diff --git a/src/plugins/trash/trash-plugin.c b/src/plugins/trash/trash-plugin.c +index 7129d3d..2e12578 100644 +--- src/plugins/trash/trash-plugin.c ++++ src/plugins/trash/trash-plugin.c +@@ -348,17 +348,27 @@ trash_mail_user_created(struct mail_user *user) + } else { + tuser = p_new(user->pool, struct trash_user, 1); + MODULE_CONTEXT_SET(user, trash_user_module, tuser); ++ } ++} + +- if (read_configuration(user, env) == 0) { +- trash_next_quota_test_alloc = +- quser->quota->set->test_alloc; +- quser->quota->set->test_alloc = trash_quota_test_alloc; +- } ++static void ++trash_mail_namespaces_created(struct mail_namespace *namespaces) ++{ ++ struct mail_user *user = namespaces->user; ++ struct trash_user *tuser = TRASH_USER_CONTEXT(user); ++ struct quota_user *quser = QUOTA_USER_CONTEXT(user); ++ const char *env = mail_user_plugin_getenv(user, "trash"); ++ ++ if (tuser != NULL && read_configuration(user, env) == 0) { ++ trash_next_quota_test_alloc = ++ quser->quota->set->test_alloc; ++ quser->quota->set->test_alloc = trash_quota_test_alloc; + } + } + + static struct mail_storage_hooks trash_mail_storage_hooks = { +- .mail_user_created = trash_mail_user_created ++ .mail_user_created = trash_mail_user_created, ++ .mail_namespaces_created = trash_mail_namespaces_created, + }; + + void trash_plugin_init(struct module *module) From owner-svn-ports-all@freebsd.org Wed Mar 1 18:16:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F303CF3EA2; Wed, 1 Mar 2017 18:16: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 E2C1D16B; Wed, 1 Mar 2017 18:16: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 v21IG4kg047349; Wed, 1 Mar 2017 18:16:04 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21IG30S047347; Wed, 1 Mar 2017 18:16:03 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201703011816.v21IG30S047347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 1 Mar 2017 18:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435189 - 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: Wed, 01 Mar 2017 18:16:05 -0000 Author: olivierd Date: Wed Mar 1 18:16:03 2017 New Revision: 435189 URL: https://svnweb.freebsd.org/changeset/ports/435189 Log: Update to 6.4.2 PR: 217430 Submitted by: Nikolay (maintainer) Modified: head/graphics/polyclipping/Makefile head/graphics/polyclipping/distinfo Modified: head/graphics/polyclipping/Makefile ============================================================================== --- head/graphics/polyclipping/Makefile Wed Mar 1 17:55:58 2017 (r435188) +++ head/graphics/polyclipping/Makefile Wed Mar 1 18:16:03 2017 (r435189) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= polyclipping -PORTVERSION= 6.4 +PORTVERSION= 6.4.2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} DISTNAME= clipper_ver${PORTVERSION} @@ -27,7 +27,6 @@ PLIST_FILES= include/polyclipping/clippe libdata/pkgconfig/polyclipping.pc post-patch: - @${REINPLACE_CMD} -e 's|6.2.6|6.4|' ${WRKSRC}/cpp/clipper.hpp @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/cpp/CMakeLists.txt .include Modified: head/graphics/polyclipping/distinfo ============================================================================== --- head/graphics/polyclipping/distinfo Wed Mar 1 17:55:58 2017 (r435188) +++ head/graphics/polyclipping/distinfo Wed Mar 1 18:16:03 2017 (r435189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479811820 -SHA256 (clipper_ver6.4.zip) = cfa08836e7838773ac79d13e14daf1ce7d2f4faee77329798614813b79151e39 -SIZE (clipper_ver6.4.zip) = 1838930 +TIMESTAMP = 1488309271 +SHA256 (clipper_ver6.4.2.zip) = a14320d82194807c4480ce59c98aa71cd4175a5156645c4e2b3edd330b930627 +SIZE (clipper_ver6.4.2.zip) = 2535706 From owner-svn-ports-all@freebsd.org Wed Mar 1 18:30:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F930CF32BB; Wed, 1 Mar 2017 18:30:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC1BC5B; Wed, 1 Mar 2017 18:30: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 v21IU7d2051697; Wed, 1 Mar 2017 18:30:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21IU6G2051689; Wed, 1 Mar 2017 18:30:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703011830.v21IU6G2051689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Mar 2017 18:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435190 - in head: . databases databases/clickhouse databases/clickhouse/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 18:30:08 -0000 Author: amdmi3 Date: Wed Mar 1 18:30:06 2017 New Revision: 435190 URL: https://svnweb.freebsd.org/changeset/ports/435190 Log: ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time. WWW: https://clickhouse.yandex/ PR: 216152 Submitted by: proler@gmail.com Added: head/databases/clickhouse/ head/databases/clickhouse/Makefile (contents, props changed) head/databases/clickhouse/distinfo (contents, props changed) head/databases/clickhouse/files/ head/databases/clickhouse/files/clickhouse.in (contents, props changed) head/databases/clickhouse/pkg-descr (contents, props changed) head/databases/clickhouse/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/databases/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Wed Mar 1 18:16:03 2017 (r435189) +++ head/GIDs Wed Mar 1 18:30:06 2017 (r435190) @@ -741,7 +741,7 @@ zetacoin:*:780: # free: 797 # free: 798 # free: 799 -# free: 800 +clickhouse:*:800: # free: 801 # free: 802 # free: 803 Modified: head/UIDs ============================================================================== --- head/UIDs Wed Mar 1 18:16:03 2017 (r435189) +++ head/UIDs Wed Mar 1 18:30:06 2017 (r435190) @@ -746,7 +746,7 @@ zetacoin:*:780:780::0:0:ZetaCoin Daemon: # free: 797 # free: 798 # free: 799 -# free: 800 +clickhouse:*:800:800::0:0:ClickHouse Daemon:/var/db/clickhouse:/usr/sbin/nologin # free: 801 # free: 802 # free: 803 Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Mar 1 18:16:03 2017 (r435189) +++ head/databases/Makefile Wed Mar 1 18:30:06 2017 (r435190) @@ -33,6 +33,7 @@ SUBDIR += cdb SUBDIR += cego SUBDIR += cegobridge + SUBDIR += clickhouse SUBDIR += couchdb SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql Added: head/databases/clickhouse/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/clickhouse/Makefile Wed Mar 1 18:30:06 2017 (r435190) @@ -0,0 +1,76 @@ +# Created by: proler@gmail.com +# $FreeBSD$ + +PORTNAME= clickhouse +PORTVERSION= 1.1.54165 +DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= -stable +CATEGORIES= databases + +MAINTAINER= proler@gmail.com +COMMENT= ClickHouse is an column-oriented database management system + +LICENSE= APACHE20 + +BUILD_DEPENDS= bash:shells/bash +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ + libtcmalloc.so:devel/google-perftools \ + libodbc.so:databases/unixODBC \ + libltdl.so:devel/libltdl \ + libicudata.so:devel/icu \ + libboost_program_options.so:devel/boost-libs + +USE_GITHUB= yes +GH_ACCOUNT= yandex +GH_PROJECT= ClickHouse + +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= "Only supported on amd64" + +USES= compiler:c++14-lang cmake iconv mysql ssl readline +USE_LDCONFIG= yes +CMAKE_ARGS= -DUSE_INTERNAL_GPERFTOOLS_LIBRARY=0 \ + -DUSE_INTERNAL_BOOST_LIBRARY=0 \ + -DUSE_INTERNAL_ZLIB_LIBRARY=0 \ + -DUSE_STATIC_LIBRARIES=0 \ + -DNO_WERROR=1 + +USE_RC_SUBR= ${PORTNAME} +USERS= clickhouse +GROUPS= clickhouse + +#temporary! use PORTVERSION after version match +SOVERSION= 1.1.54164 +PLIST_SUB= SOVERSION=${SOVERSION} + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 +BUILD_DEPENDS+= clang38:devel/llvm38 +CC= clang38 +CXX= clang++38 +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|/var/lib/clickhouse|/var/db/clickhouse|' ${WRKSRC}/dbms/src/Server/config.xml + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/bin/clickhouse-compressor + @${RM} ${STAGEDIR}${PREFIX}/bin/config-processor + @${RM} ${STAGEDIR}${PREFIX}/bin/corrector_utf8 + @${RM} ${STAGEDIR}${PREFIX}/lib/cmake/Poco/PocoConfig.cmake + @${RMDIR} ${STAGEDIR}${PREFIX}/lib/cmake/Poco + @${RMDIR} ${STAGEDIR}${PREFIX}/lib/cmake + + ${INSTALL_DATA} ${WRKSRC}/dbms/src/Client/config.xml \ + ${STAGEDIR}${PREFIX}/etc/clickhouse-client/config.xml.sample + ${INSTALL_DATA} ${WRKSRC}/dbms/src/Server/config.xml \ + ${STAGEDIR}${PREFIX}/etc/clickhouse-server/config.xml.sample + ${INSTALL_DATA} ${WRKSRC}/dbms/src/Server/users.xml \ + ${STAGEDIR}${PREFIX}/etc/clickhouse-server/users.xml.sample + + @${MKDIR} ${STAGEDIR}/var/db/clickhouse + @${MKDIR} ${STAGEDIR}/var/log/clickhouse + @${MKDIR} ${STAGEDIR}/var/run/clickhouse + +.include Added: head/databases/clickhouse/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/clickhouse/distinfo Wed Mar 1 18:30:06 2017 (r435190) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488372403 +SHA256 (yandex-ClickHouse-v1.1.54165-stable_GH0.tar.gz) = 192dc82094e3350a5030a68a39ed08b484d48d05514ed6d6c16647f21520aeb5 +SIZE (yandex-ClickHouse-v1.1.54165-stable_GH0.tar.gz) = 13510381 Added: head/databases/clickhouse/files/clickhouse.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/clickhouse/files/clickhouse.in Wed Mar 1 18:30:06 2017 (r435190) @@ -0,0 +1,62 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: clickhouse +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf[.local] to enable clickhouse server +# +# clickhouse_enable (bool): Set to "NO" by default +# Set it to "YES" to enable clickhouse server +# clickhouse_limits (bool): Set to "NO" by default. +# Set it to yes to run `limits -e -U clickhouse` +# just before clickhouse starts. +# clickhouse_config (str): Path to config file (required). +# (default: %%PREFIX%%/etc/clickhouse-server/config.xml) +# clickhouse_rundir (str): Path to directory holding a pidfile. +# (default: /var/run/clickhouse) +# clickhouse_user (str): User to run as +# (default: clickhouse) +# clickhouse_group (str): Group to run as +# (default: clickhouse) +# clickhouse_logdir (str): Path to log directory +# (default: /var/log/clickhouse) +# clickhouse_dbdir (str): Path to world database directory +# (default: /var/db/clickhouse) + +. /etc/rc.subr + +name=clickhouse +rcvar=clickhouse_enable + +load_rc_config ${name} + +: ${clickhouse_enable="NO"} +: ${clickhouse_limits="NO"} +: ${clickhouse_config="%%PREFIX%%/etc/clickhouse-server/config.xml"} +: ${clickhouse_rundir="/var/run/clickhouse"} +: ${clickhouse_user="clickhouse"} +: ${clickhouse_group="clickhouse"} +: ${clickhouse_logdir="/var/log/clickhouse"} +: ${clickhouse_dbdir="/var/db/clickhouse"} +: ${clickhouse_flags=""} +: ${clickhouse_args="--server --config-file ${clickhouse_config} ${clickhouse_flags}"} + +command=/usr/sbin/daemon +procname=/usr/local/bin/clickhouse +pidfile=${clickhouse_rundir}/clickhouse.pid +command_args="-c -f -p ${pidfile} ${procname} ${clickhouse_args}" +required_files=${clickhouse_config} +start_precmd=clickhouse_prestart + +clickhouse_prestart () { + if checkyesno clickhouse_limits; then + eval `/usr/bin/limits -e -U ${clickhouse_user}` 2>/dev/null + else + return 0 + fi +} + +run_rc_command "$1" Added: head/databases/clickhouse/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/clickhouse/pkg-descr Wed Mar 1 18:30:06 2017 (r435190) @@ -0,0 +1,4 @@ +ClickHouse is an open-source column-oriented database management +system that allows generating analytical data reports in real time. + +WWW: https://clickhouse.yandex/ Added: head/databases/clickhouse/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/clickhouse/pkg-plist Wed Mar 1 18:30:06 2017 (r435190) @@ -0,0 +1,14 @@ +bin/clickhouse +bin/clickhouse-benchmark +bin/clickhouse-client +bin/clickhouse-local +bin/clickhouse-server +@sample etc/clickhouse-client/config.xml.sample +@sample etc/clickhouse-server/config.xml.sample +@sample etc/clickhouse-server/users.xml.sample +lib/libclickhouse.so +lib/libclickhouse.so.1 +lib/libclickhouse.so.%%SOVERSION%% +@dir(clickhouse,clickhouse,700) /var/db/clickhouse +@dir(clickhouse,clickhouse) /var/log/clickhouse +@dir(clickhouse,clickhouse) /var/run/clickhouse From owner-svn-ports-all@freebsd.org Wed Mar 1 18:41:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88731CF35A1; Wed, 1 Mar 2017 18:41:06 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 479FC380; Wed, 1 Mar 2017 18:41:06 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21If5og056443; Wed, 1 Mar 2017 18:41:05 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21If52o056442; Wed, 1 Mar 2017 18:41:05 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201703011841.v21If52o056442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Wed, 1 Mar 2017 18:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435191 - head/devel/linenoise-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 18:41:06 -0000 Author: lx Date: Wed Mar 1 18:41:05 2017 New Revision: 435191 URL: https://svnweb.freebsd.org/changeset/ports/435191 Log: Add -fPIC. Modified: head/devel/linenoise-ng/Makefile Modified: head/devel/linenoise-ng/Makefile ============================================================================== --- head/devel/linenoise-ng/Makefile Wed Mar 1 18:30:06 2017 (r435190) +++ head/devel/linenoise-ng/Makefile Wed Mar 1 18:41:05 2017 (r435191) @@ -17,4 +17,6 @@ USE_GITHUB= yes GH_ACCOUNT= arangodb GH_PROJECT= linenoise-ng +CFLAGS+= -fPIC + .include From owner-svn-ports-all@freebsd.org Wed Mar 1 18:49:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C719CF3728; Wed, 1 Mar 2017 18:49:57 +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 5E60395F; Wed, 1 Mar 2017 18:49:57 +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 v21InuP1059595; Wed, 1 Mar 2017 18:49:56 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21InuTL059593; Wed, 1 Mar 2017 18:49:56 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201703011849.v21InuTL059593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 1 Mar 2017 18:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435192 - head/www/tidy-html5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 18:49:57 -0000 Author: thierry Date: Wed Mar 1 18:49:56 2017 New Revision: 435192 URL: https://svnweb.freebsd.org/changeset/ports/435192 Log: Upgrade to v5.4.0. Modified: head/www/tidy-html5/Makefile head/www/tidy-html5/distinfo Modified: head/www/tidy-html5/Makefile ============================================================================== --- head/www/tidy-html5/Makefile Wed Mar 1 18:41:05 2017 (r435191) +++ head/www/tidy-html5/Makefile Wed Mar 1 18:49:56 2017 (r435192) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= tidy-html5 -PORTVERSION= 5.2.0 +PORTVERSION= 5.4.0 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org COMMENT= Tidy tidies HTML and XML documents LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/README/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/README/LICENSE.md USE_GITHUB= yes GH_ACCOUNT= htacg @@ -18,7 +18,8 @@ USES= cmake USE_GNOME= libxslt USE_LDCONFIG= yes -CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON +CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON \ + -DTIDY_CONSOLE_SHARED:BOOL=ON PLIST_SUB= VER=${PORTVERSION} Modified: head/www/tidy-html5/distinfo ============================================================================== --- head/www/tidy-html5/distinfo Wed Mar 1 18:41:05 2017 (r435191) +++ head/www/tidy-html5/distinfo Wed Mar 1 18:49:56 2017 (r435192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464786241 -SHA256 (htacg-tidy-html5-5.2.0_GH0.tar.gz) = 80533415acf11ac55f24b874ab39448e390ffec3c2b93df4b857d15602fc7c4d -SIZE (htacg-tidy-html5-5.2.0_GH0.tar.gz) = 529016 +TIMESTAMP = 1488393252 +SHA256 (htacg-tidy-html5-5.4.0_GH0.tar.gz) = a2d754b7349982e33f12d798780316c047a3b264240dc6bbd4641542e57a0b7a +SIZE (htacg-tidy-html5-5.4.0_GH0.tar.gz) = 522844 From owner-svn-ports-all@freebsd.org Wed Mar 1 18:57:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 328F6CF39D3; Wed, 1 Mar 2017 18:57:33 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D931DF45; Wed, 1 Mar 2017 18:57:32 +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 v21IvV0f063649; Wed, 1 Mar 2017 18:57:31 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21IvVIp063645; Wed, 1 Mar 2017 18:57:31 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703011857.v21IvVIp063645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 1 Mar 2017 18:57:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435193 - in head/textproc: . py-python-slugify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 18:57:33 -0000 Author: matthew Date: Wed Mar 1 18:57:31 2017 New Revision: 435193 URL: https://svnweb.freebsd.org/changeset/ports/435193 Log: A Python slugify application that handles unicode WWW: https://github.com/un33k/python-slugify Added: head/textproc/py-python-slugify/ head/textproc/py-python-slugify/Makefile (contents, props changed) head/textproc/py-python-slugify/distinfo (contents, props changed) head/textproc/py-python-slugify/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Mar 1 18:49:56 2017 (r435192) +++ head/textproc/Makefile Wed Mar 1 18:57:31 2017 (r435193) @@ -1301,6 +1301,7 @@ SUBDIR += py-python-augeas SUBDIR += py-python-docx SUBDIR += py-python-gettext + SUBDIR += py-python-slugify SUBDIR += py-pytidylib SUBDIR += py-pyx12 SUBDIR += py-qrcode Added: head/textproc/py-python-slugify/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-slugify/Makefile Wed Mar 1 18:57:31 2017 (r435193) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= python-slugify +PORTVERSION= 1.2.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Slugify application that handles unicode + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.16:converters/py-unidecode + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/textproc/py-python-slugify/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-slugify/distinfo Wed Mar 1 18:57:31 2017 (r435193) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488355541 +SHA256 (python-slugify-1.2.1.tar.gz) = 501182ec738cc8b743ae5c76c183f4427187ef016257f062b3fa594f60916e34 +SIZE (python-slugify-1.2.1.tar.gz) = 5327 Added: head/textproc/py-python-slugify/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-slugify/pkg-descr Wed Mar 1 18:57:31 2017 (r435193) @@ -0,0 +1,3 @@ +A Python slugify application that handles unicode + +WWW: https://github.com/un33k/python-slugify From owner-svn-ports-all@freebsd.org Wed Mar 1 19:02:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC9ECCF3BE7; Wed, 1 Mar 2017 19:02: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 811313D2; Wed, 1 Mar 2017 19:02:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21J2nu2067482; Wed, 1 Mar 2017 19:02:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21J2nwC067479; Wed, 1 Mar 2017 19:02:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703011902.v21J2nwC067479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 1 Mar 2017 19:02:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435194 - head/devel/libvmdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 19:02:50 -0000 Author: antoine Date: Wed Mar 1 19:02:49 2017 New Revision: 435194 URL: https://svnweb.freebsd.org/changeset/ports/435194 Log: - Update to 20170226 - Make NLS optional Modified: head/devel/libvmdk/Makefile head/devel/libvmdk/distinfo head/devel/libvmdk/pkg-plist Modified: head/devel/libvmdk/Makefile ============================================================================== --- head/devel/libvmdk/Makefile Wed Mar 1 18:57:31 2017 (r435193) +++ head/devel/libvmdk/Makefile Wed Mar 1 19:02:49 2017 (r435194) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvmdk -PORTVERSION= 20160119 +PORTVERSION= 20170226 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvmdk/releases/download/${PORTVERSION}/ \ @@ -11,20 +11,25 @@ MASTER_SITES= https://github.com/libyal/ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the VMware Virtual Disk (VMDK) format -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} -USES= fuse gettext libtool pathfix pkgconfig python +CONFIGURE_ARGS= --enable-python +USES= fuse libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PORTDOCS= AUTHORS ChangeLog +OPTIONS_DEFINE= DOCS NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls -OPTIONS_DEFINE= DOCS +PORTDOCS= AUTHORS ChangeLog -post-install-DOCS-on: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/devel/libvmdk/distinfo ============================================================================== --- head/devel/libvmdk/distinfo Wed Mar 1 18:57:31 2017 (r435193) +++ head/devel/libvmdk/distinfo Wed Mar 1 19:02:49 2017 (r435194) @@ -1,2 +1,3 @@ -SHA256 (libvmdk-alpha-20160119.tar.gz) = 6c8e2f8fa8e5621cac84e04db3c684833dd4d88efa2bee690aa05c0ddfd82853 -SIZE (libvmdk-alpha-20160119.tar.gz) = 1491312 +TIMESTAMP = 1488210476 +SHA256 (libvmdk-alpha-20170226.tar.gz) = 85b451de90704c2ec4a071e1d7082aa177d17e6bc47484b59e39b448172bcc3f +SIZE (libvmdk-alpha-20170226.tar.gz) = 1507335 Modified: head/devel/libvmdk/pkg-plist ============================================================================== --- head/devel/libvmdk/pkg-plist Wed Mar 1 18:57:31 2017 (r435193) +++ head/devel/libvmdk/pkg-plist Wed Mar 1 19:02:49 2017 (r435194) @@ -1,6 +1,7 @@ bin/vmdkinfo bin/vmdkmount include/libvmdk.h +include/libvmdk/codepage.h include/libvmdk/definitions.h include/libvmdk/error.h include/libvmdk/extern.h From owner-svn-ports-all@freebsd.org Wed Mar 1 19:18:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EBF9CF3031; Wed, 1 Mar 2017 19:18:59 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFC1ECA8; Wed, 1 Mar 2017 19:18:58 +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 v21JIvBC071658; Wed, 1 Mar 2017 19:18:57 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21JIvZ6071655; Wed, 1 Mar 2017 19:18:57 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703011918.v21JIvZ6071655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 1 Mar 2017 19:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435195 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 19:18:59 -0000 Author: danilo Date: Wed Mar 1 19:18:57 2017 New Revision: 435195 URL: https://svnweb.freebsd.org/changeset/ports/435195 Log: - Update to 7.800.1 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Wed Mar 1 19:02:49 2017 (r435194) +++ head/math/armadillo/Makefile Wed Mar 1 19:18:57 2017 (r435195) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 7.800.0 +PORTVERSION= 7.800.1 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Wed Mar 1 19:02:49 2017 (r435194) +++ head/math/armadillo/distinfo Wed Mar 1 19:18:57 2017 (r435195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487545484 -SHA256 (armadillo-7.800.0.tar.xz) = ba56fb7b31c77d7ecd41334243d8a45d51e7559f76f6371783c17a72432dd486 -SIZE (armadillo-7.800.0.tar.xz) = 4000172 +TIMESTAMP = 1488242620 +SHA256 (armadillo-7.800.1.tar.xz) = 5ada65a5a610301ae188bb34f0ac6e7fdafbdbcd0450b0adb7715349ae14b8db +SIZE (armadillo-7.800.1.tar.xz) = 4001148 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Wed Mar 1 19:02:49 2017 (r435194) +++ head/math/armadillo/pkg-plist Wed Mar 1 19:18:57 2017 (r435195) @@ -500,7 +500,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.7 -lib/libarmadillo.so.7.800.0 +lib/libarmadillo.so.7.800.1 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake From owner-svn-ports-all@freebsd.org Wed Mar 1 19:21:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD653CF328E; Wed, 1 Mar 2017 19:21:43 +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 6C881FE2; Wed, 1 Mar 2017 19:21:43 +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 v21JLgCN072541; Wed, 1 Mar 2017 19:21:42 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21JLgcF072538; Wed, 1 Mar 2017 19:21:42 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703011921.v21JLgcF072538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Mar 2017 19:21:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435196 - head/www/erlang-hackney X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 19:21:43 -0000 Author: olgeni Date: Wed Mar 1 19:21:42 2017 New Revision: 435196 URL: https://svnweb.freebsd.org/changeset/ports/435196 Log: Update www/erlang-hackney to version 1.7.0. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo head/www/erlang-hackney/pkg-plist Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Wed Mar 1 19:18:57 2017 (r435195) +++ head/www/erlang-hackney/Makefile Wed Mar 1 19:21:42 2017 (r435196) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.6.6 +PORTVERSION= 1.7.0 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Wed Mar 1 19:18:57 2017 (r435195) +++ head/www/erlang-hackney/distinfo Wed Mar 1 19:21:42 2017 (r435196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488315708 -SHA256 (benoitc-hackney-1.6.6_GH0.tar.gz) = b8aabb849354dca8a5fa3c60dac51a370371fdb09e2bb8bd266c2d887e55344d -SIZE (benoitc-hackney-1.6.6_GH0.tar.gz) = 110316 +TIMESTAMP = 1488393716 +SHA256 (benoitc-hackney-1.7.0_GH0.tar.gz) = 1e0c7c18f037c94633a591661299f6c1bf6d247781b5bd3ccedaf9d9f8699a5c +SIZE (benoitc-hackney-1.7.0_GH0.tar.gz) = 880992 Modified: head/www/erlang-hackney/pkg-plist ============================================================================== --- head/www/erlang-hackney/pkg-plist Wed Mar 1 19:18:57 2017 (r435195) +++ head/www/erlang-hackney/pkg-plist Wed Mar 1 19:21:42 2017 (r435196) @@ -1,16 +1,19 @@ +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.app +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_app.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_bstr.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_connect.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_cookie.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_date.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_headers.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http_connect.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_headers_new.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http_connect.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_local_tcp.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_manager.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_multipart.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool_handler.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool_handler.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_request.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_response.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_socks5.beam @@ -21,25 +24,26 @@ lib/erlang/lib/hackney-%%VERSION%%/ebin/ lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_trace.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_url.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_util.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.app -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.beam -lib/erlang/lib/hackney-%%VERSION%%/include/hackney_lib.hrl lib/erlang/lib/hackney-%%VERSION%%/include/hackney.hrl +lib/erlang/lib/hackney-%%VERSION%%/include/hackney_lib.hrl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney.app.src +lib/erlang/lib/hackney-%%VERSION%%/src/hackney.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_app.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_bstr.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_cookie.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_date.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_headers.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_http_connect.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_headers_new.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_http.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_http_connect.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_internal.hrl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_local_tcp.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_manager.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_methods.hrl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_multipart.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_pool_handler.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_pool.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_pool_handler.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_request.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_response.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_socks5.erl @@ -50,6 +54,4 @@ lib/erlang/lib/hackney-%%VERSION%%/src/h lib/erlang/lib/hackney-%%VERSION%%/src/hackney_trace.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_url.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_util.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney.app.src -lib/erlang/lib/hackney-%%VERSION%%/src/hackney.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Mar 1 20:13:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A4D6CF31B8; Wed, 1 Mar 2017 20:13:20 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3149799; Wed, 1 Mar 2017 20:13:20 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21KDJ7G094917; Wed, 1 Mar 2017 20:13:19 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21KDJW1094914; Wed, 1 Mar 2017 20:13:19 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201703012013.v21KDJW1094914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Wed, 1 Mar 2017 20:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435197 - head/devel/cpp-netlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 20:13:20 -0000 Author: lx Date: Wed Mar 1 20:13:18 2017 New Revision: 435197 URL: https://svnweb.freebsd.org/changeset/ports/435197 Log: Update to 0.12.0. Approved by: zi Modified: head/devel/cpp-netlib/Makefile head/devel/cpp-netlib/distinfo head/devel/cpp-netlib/pkg-plist Modified: head/devel/cpp-netlib/Makefile ============================================================================== --- head/devel/cpp-netlib/Makefile Wed Mar 1 19:21:42 2017 (r435196) +++ head/devel/cpp-netlib/Makefile Wed Mar 1 20:13:18 2017 (r435197) @@ -3,9 +3,8 @@ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.11.2 +DISTVERSION= 0.12.0 DISTVERSIONSUFFIX= -final -PORTREVISION= 3 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org @@ -16,12 +15,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BROKEN_powerpc64= Does not build -BUILD_DEPENDS= boost-libs>0:devel/boost-libs +BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ + asio>0:net/asio USES= cmake:outsource USE_LDCONFIG= yes +CFLAGS+= -fPIC CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \ - -DCPP-NETLIB_BUILD_SHARED_LIBS=ON + -DCPP-NETLIB_BUILD_SHARED_LIBS=ON \ + -DCPP-NETLIB_BUILD_TESTS=OFF USE_GITHUB= yes .include Modified: head/devel/cpp-netlib/distinfo ============================================================================== --- head/devel/cpp-netlib/distinfo Wed Mar 1 19:21:42 2017 (r435196) +++ head/devel/cpp-netlib/distinfo Wed Mar 1 20:13:18 2017 (r435197) @@ -1,2 +1,3 @@ -SHA256 (cpp-netlib-cpp-netlib-cpp-netlib-0.11.2-final_GH0.tar.gz) = 176822a2a18190345cd35a8f10eaed02206bba9255dcbbdcd9e69d8fe1786e77 -SIZE (cpp-netlib-cpp-netlib-cpp-netlib-0.11.2-final_GH0.tar.gz) = 1516414 +TIMESTAMP = 1488310391 +SHA256 (cpp-netlib-cpp-netlib-cpp-netlib-0.12.0-final_GH0.tar.gz) = d66e264240bf607d51b8d0e743a1fa9d592d96183d27e2abdaf68b0a87e64560 +SIZE (cpp-netlib-cpp-netlib-cpp-netlib-0.12.0-final_GH0.tar.gz) = 896405 Modified: head/devel/cpp-netlib/pkg-plist ============================================================================== --- head/devel/cpp-netlib/pkg-plist Wed Mar 1 19:21:42 2017 (r435196) +++ head/devel/cpp-netlib/pkg-plist Wed Mar 1 20:13:18 2017 (r435197) @@ -13,7 +13,6 @@ include/boost/network/message/directives include/boost/network/message/directives/detail/string_value.hpp include/boost/network/message/directives/header.hpp include/boost/network/message/directives/remove_header.hpp -include/boost/network/message/message_concept.hpp include/boost/network/message/modifiers/add_header.hpp include/boost/network/message/modifiers/body.hpp include/boost/network/message/modifiers/clear_headers.hpp @@ -74,7 +73,6 @@ include/boost/network/protocol/http/mess include/boost/network/protocol/http/message/header.hpp include/boost/network/protocol/http/message/header/name.hpp include/boost/network/protocol/http/message/header/value.hpp -include/boost/network/protocol/http/message/header_concept.hpp include/boost/network/protocol/http/message/message_base.hpp include/boost/network/protocol/http/message/modifiers/body.hpp include/boost/network/protocol/http/message/modifiers/clear_headers.hpp @@ -118,10 +116,8 @@ include/boost/network/protocol/http/poli include/boost/network/protocol/http/policies/simple_connection.hpp include/boost/network/protocol/http/policies/sync_resolver.hpp include/boost/network/protocol/http/request.hpp -include/boost/network/protocol/http/request_concept.hpp include/boost/network/protocol/http/request_parser.hpp include/boost/network/protocol/http/response.hpp -include/boost/network/protocol/http/response_concept.hpp include/boost/network/protocol/http/server.hpp include/boost/network/protocol/http/server/async_connection.hpp include/boost/network/protocol/http/server/async_server.hpp @@ -131,15 +127,12 @@ include/boost/network/protocol/http/serv include/boost/network/protocol/http/server/request_parser.hpp include/boost/network/protocol/http/server/socket_options_base.hpp include/boost/network/protocol/http/server/storage_base.hpp -include/boost/network/protocol/http/server/sync_connection.hpp -include/boost/network/protocol/http/server/sync_server.hpp include/boost/network/protocol/http/support/client_or_server.hpp include/boost/network/protocol/http/support/is_client.hpp include/boost/network/protocol/http/support/is_http.hpp include/boost/network/protocol/http/support/is_keepalive.hpp include/boost/network/protocol/http/support/is_server.hpp include/boost/network/protocol/http/support/is_simple.hpp -include/boost/network/protocol/http/support/sync_only.hpp include/boost/network/protocol/http/tags.hpp include/boost/network/protocol/http/traits.hpp include/boost/network/protocol/http/traits/connection_keepalive.hpp @@ -170,7 +163,6 @@ include/boost/network/protocol/http/trai include/boost/network/protocol/http/traits/parser_traits.hpp include/boost/network/protocol/http/traits/resolver.hpp include/boost/network/protocol/http/traits/resolver_policy.hpp -include/boost/network/protocol/http/traits/vector.hpp include/boost/network/protocol/stream_handler.hpp include/boost/network/support/is_async.hpp include/boost/network/support/is_default_string.hpp @@ -183,7 +175,6 @@ include/boost/network/support/is_sync.hp include/boost/network/support/is_tcp.hpp include/boost/network/support/is_udp.hpp include/boost/network/support/pod_or_normal.hpp -include/boost/network/support/sync_only.hpp include/boost/network/tags.hpp include/boost/network/traits/char.hpp include/boost/network/traits/headers_container.hpp @@ -215,6 +206,7 @@ include/boost/network/uri/uri.ipp include/boost/network/uri/uri_io.hpp include/boost/network/utils/base64/encode-io.hpp include/boost/network/utils/base64/encode.hpp +include/boost/network/utils/thread_group.hpp include/boost/network/utils/thread_pool.hpp include/boost/network/version.hpp lib/cmake/cppnetlib/cppnetlibConfig.cmake @@ -223,10 +215,10 @@ lib/cmake/cppnetlib/cppnetlibTargets-%%C lib/cmake/cppnetlib/cppnetlibTargets.cmake lib/libcppnetlib-client-connections.so lib/libcppnetlib-client-connections.so.0 -lib/libcppnetlib-client-connections.so.0.11.1 +lib/libcppnetlib-client-connections.so.0.12.0 lib/libcppnetlib-server-parsers.so lib/libcppnetlib-server-parsers.so.0 -lib/libcppnetlib-server-parsers.so.0.11.1 +lib/libcppnetlib-server-parsers.so.0.12.0 lib/libcppnetlib-uri.so lib/libcppnetlib-uri.so.0 -lib/libcppnetlib-uri.so.0.11.1 +lib/libcppnetlib-uri.so.0.12.0 From owner-svn-ports-all@freebsd.org Wed Mar 1 20:17:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2091CCF320D; Wed, 1 Mar 2017 20:17:06 +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 D66A01B6; Wed, 1 Mar 2017 20:17:05 +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 v21KH4gL095164; Wed, 1 Mar 2017 20:17:04 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21KH44m095162; Wed, 1 Mar 2017 20:17:04 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703012017.v21KH44m095162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 1 Mar 2017 20:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435198 - head/textproc/py-agate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 20:17:06 -0000 Author: matthew Date: Wed Mar 1 20:17:04 2017 New Revision: 435198 URL: https://svnweb.freebsd.org/changeset/ports/435198 Log: Update to 1.6.0 ChangeLog: https://github.com/wireservice/agate/blob/master/CHANGELOG.rst Modified: head/textproc/py-agate/Makefile head/textproc/py-agate/distinfo Modified: head/textproc/py-agate/Makefile ============================================================================== --- head/textproc/py-agate/Makefile Wed Mar 1 20:13:18 2017 (r435197) +++ head/textproc/py-agate/Makefile Wed Mar 1 20:17:04 2017 (r435198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= agate -PORTVERSION= 1.5.5 +PORTVERSION= 1.6.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six> ${PYTHON_PKGNAMEPREFIX}Babel>=2.0:devel/py-babel \ ${PYTHON_PKGNAMEPREFIX}parsedatetime>=2.1:devel/py-parsedatetime \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate \ - ${PYTHON_PKGNAMEPREFIX}awesome-slugify>=1.6.5:textproc/py-awesome-slugify \ + ${PYTHON_PKGNAMEPREFIX}python-slugify>=1.2.1:textproc/py-python-slugify \ ${PYTHON_PKGNAMEPREFIX}leather>=0.3.2:graphics/py-leather USES= python Modified: head/textproc/py-agate/distinfo ============================================================================== --- head/textproc/py-agate/distinfo Wed Mar 1 20:13:18 2017 (r435197) +++ head/textproc/py-agate/distinfo Wed Mar 1 20:17:04 2017 (r435198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483108396 -SHA256 (agate-1.5.5.tar.gz) = 2861da5ef44a442a2225f0945a8ddce67ba4653622bf55b22f793a7b7fd95265 -SIZE (agate-1.5.5.tar.gz) = 51513 +TIMESTAMP = 1488353975 +SHA256 (agate-1.6.0.tar.gz) = 1547eb66a4caaea08cc247077e5b3740629be6724a047c94be0ecbbfa52ceb0a +SIZE (agate-1.6.0.tar.gz) = 51754 From owner-svn-ports-all@freebsd.org Wed Mar 1 20:18:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C830CF325C; Wed, 1 Mar 2017 20:18:09 +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 DD86D2E3; Wed, 1 Mar 2017 20:18:08 +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 v21KI7ra095310; Wed, 1 Mar 2017 20:18:07 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21KI70h095308; Wed, 1 Mar 2017 20:18:07 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703012018.v21KI70h095308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 1 Mar 2017 20:18:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435199 - head/textproc/py-agate-excel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 20:18:09 -0000 Author: matthew Date: Wed Mar 1 20:18:07 2017 New Revision: 435199 URL: https://svnweb.freebsd.org/changeset/ports/435199 Log: Update to 0.2.1 ChangeLog: https://github.com/wireservice/agate-excel/blob/master/CHANGELOG.rst Modified: head/textproc/py-agate-excel/Makefile head/textproc/py-agate-excel/distinfo Modified: head/textproc/py-agate-excel/Makefile ============================================================================== --- head/textproc/py-agate-excel/Makefile Wed Mar 1 20:17:04 2017 (r435198) +++ head/textproc/py-agate-excel/Makefile Wed Mar 1 20:18:07 2017 (r435199) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= agate-excel -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-agate-excel/distinfo ============================================================================== --- head/textproc/py-agate-excel/distinfo Wed Mar 1 20:17:04 2017 (r435198) +++ head/textproc/py-agate-excel/distinfo Wed Mar 1 20:18:07 2017 (r435199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482233464 -SHA256 (agate-excel-0.2.0.tar.gz) = 5e75452fefe1ffe18fe695eeb08337c50eb3f0b74bfe108d5a85a2bb3ee806d2 -SIZE (agate-excel-0.2.0.tar.gz) = 3348 +TIMESTAMP = 1488355960 +SHA256 (agate-excel-0.2.1.tar.gz) = c7621051307a4650b95309a2e13f5774d08719421c9d965b461629a002d048b4 +SIZE (agate-excel-0.2.1.tar.gz) = 4528 From owner-svn-ports-all@freebsd.org Wed Mar 1 20:41:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A485CF3C30; Wed, 1 Mar 2017 20:41:55 +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 1F22D906; Wed, 1 Mar 2017 20:41:55 +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 v21KfssY006537; Wed, 1 Mar 2017 20:41:54 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Kfs8Q006522; Wed, 1 Mar 2017 20:41:54 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703012041.v21Kfs8Q006522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Wed, 1 Mar 2017 20:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435200 - 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: Wed, 01 Mar 2017 20:41:55 -0000 Author: sbruno Date: Wed Mar 1 20:41:53 2017 New Revision: 435200 URL: https://svnweb.freebsd.org/changeset/ports/435200 Log: update sha256 and size as I didn't do that when I updated. Submitted by: w.schwarzenfeld@utanet.at Modified: head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Wed Mar 1 20:18:07 2017 (r435199) +++ head/emulators/qemu-sbruno/distinfo Wed Mar 1 20:41:53 2017 (r435200) @@ -1,5 +1,5 @@ TIMESTAMP = 1482956267 -SHA256 (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 97b48e157223da371aa638d27b1fbce3840fc7312e61b6d69d7855c9beee4311 -SIZE (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 13675595 +SHA256 (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 0de3f656c5cf5661b126f95d2d1b04a93658af119105e7988311e0f359823d9d +SIZE (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 13675771 SHA256 (qemu/2.8.50.g20170228/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 SIZE (qemu/2.8.50.g20170228/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-all@freebsd.org Wed Mar 1 20:44:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCDCBCF3CDD; Wed, 1 Mar 2017 20:44:12 +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 A7549AAD; Wed, 1 Mar 2017 20:44:12 +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 v21KiBEO007492; Wed, 1 Mar 2017 20:44:11 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21KiA1u007483; Wed, 1 Mar 2017 20:44:10 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201703012044.v21KiA1u007483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 1 Mar 2017 20:44:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435201 - in head: devel/simgear games/flightgear games/flightgear-data games/flightgear/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 20:44:12 -0000 Author: martymac Date: Wed Mar 1 20:44:10 2017 New Revision: 435201 URL: https://svnweb.freebsd.org/changeset/ports/435201 Log: Update Simgear & Flightgear ports to 2017.1.1 Added: head/games/flightgear/files/patch-src-Main-CMakeLists.txt (contents, props changed) Deleted: head/games/flightgear/files/patch-CLANG_4.txt Modified: head/devel/simgear/Makefile head/devel/simgear/distinfo head/devel/simgear/pkg-plist head/games/flightgear-data/Makefile head/games/flightgear-data/distinfo head/games/flightgear/Makefile head/games/flightgear/distinfo head/games/flightgear/pkg-plist Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Wed Mar 1 20:41:53 2017 (r435200) +++ head/devel/simgear/Makefile Wed Mar 1 20:44:10 2017 (r435201) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simgear -PORTVERSION= 2016.4.4 +PORTVERSION= 2017.1.1 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} Modified: head/devel/simgear/distinfo ============================================================================== --- head/devel/simgear/distinfo Wed Mar 1 20:41:53 2017 (r435200) +++ head/devel/simgear/distinfo Wed Mar 1 20:44:10 2017 (r435201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483648162 -SHA256 (simgear-2016.4.4.tar.bz2) = 5514fd0006bbfcdbdc0e2dab7da41eae491ea03a6246cc6a009590032b2fc1dc -SIZE (simgear-2016.4.4.tar.bz2) = 1200320 +TIMESTAMP = 1487852956 +SHA256 (simgear-2017.1.1.tar.bz2) = 1815f6a2c3f43bb6121b2394e68f8e6e341c14a7a40e4163c0bcc105ee06ccbc +SIZE (simgear-2017.1.1.tar.bz2) = 1236106 Modified: head/devel/simgear/pkg-plist ============================================================================== --- head/devel/simgear/pkg-plist Wed Mar 1 20:41:53 2017 (r435200) +++ head/devel/simgear/pkg-plist Wed Mar 1 20:44:10 2017 (r435201) @@ -76,6 +76,9 @@ include/simgear/ephemeris/star.hxx include/simgear/ephemeris/stardata.hxx include/simgear/ephemeris/uranus.hxx include/simgear/ephemeris/venus.hxx +include/simgear/io/iostreams/gzcontainerfile.hxx +include/simgear/io/iostreams/gzfstream.hxx +include/simgear/io/iostreams/sgstream.hxx include/simgear/io/DNSClient.hxx include/simgear/io/HTTPClient.hxx include/simgear/io/HTTPFileRequest.hxx @@ -127,24 +130,22 @@ include/simgear/math/sg_geodesy.hxx include/simgear/math/sg_random.h include/simgear/math/sg_types.hxx include/simgear/math/simd.hxx +include/simgear/math/simd4x4.hxx include/simgear/misc/CSSBorder.hxx include/simgear/misc/ListDiff.hxx include/simgear/misc/ResourceManager.hxx include/simgear/misc/SVGpreserveAspectRatio.hxx include/simgear/misc/SimpleMarkdown.hxx -include/simgear/misc/gzcontainerfile.hxx include/simgear/misc/interpolator.hxx include/simgear/misc/make_new.hxx include/simgear/misc/sg_dir.hxx include/simgear/misc/sg_hash.hxx include/simgear/misc/sg_path.hxx -include/simgear/misc/sgstream.hxx include/simgear/misc/stdint.hxx include/simgear/misc/stopwatch.hxx include/simgear/misc/strutils.hxx include/simgear/misc/tabbed_values.hxx include/simgear/misc/texcoord.hxx -include/simgear/misc/zfstream.hxx include/simgear/nasal/cppbind/Ghost.hxx include/simgear/nasal/cppbind/NasalCallContext.hxx include/simgear/nasal/cppbind/NasalContext.hxx Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Wed Mar 1 20:41:53 2017 (r435200) +++ head/games/flightgear-data/Makefile Wed Mar 1 20:44:10 2017 (r435201) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear-data -PORTVERSION= 2016.4.4 +PORTVERSION= 2017.1.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} DISTNAME= FlightGear-${PORTVERSION}-data Modified: head/games/flightgear-data/distinfo ============================================================================== --- head/games/flightgear-data/distinfo Wed Mar 1 20:41:53 2017 (r435200) +++ head/games/flightgear-data/distinfo Wed Mar 1 20:44:10 2017 (r435201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483648719 -SHA256 (FlightGear-2016.4.4-data.tar.bz2) = 3dfd4b82c99a8bf4b81dd31846efce52ed417be180eaa71020ccc914f9a49668 -SIZE (FlightGear-2016.4.4-data.tar.bz2) = 1654119067 +TIMESTAMP = 1487853048 +SHA256 (FlightGear-2017.1.1-data.tar.bz2) = 873c0906934b3d795db9fd78889a5c6badc2fe15229bef549974b1492042fd80 +SIZE (FlightGear-2017.1.1-data.tar.bz2) = 1460031625 Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Wed Mar 1 20:41:53 2017 (r435200) +++ head/games/flightgear/Makefile Wed Mar 1 20:44:10 2017 (r435201) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear -PORTVERSION= 2016.4.4 -PORTREVISION= 1 +PORTVERSION= 2017.1.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} Modified: head/games/flightgear/distinfo ============================================================================== --- head/games/flightgear/distinfo Wed Mar 1 20:41:53 2017 (r435200) +++ head/games/flightgear/distinfo Wed Mar 1 20:44:10 2017 (r435201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483648311 -SHA256 (flightgear-2016.4.4.tar.bz2) = d51992cbe40f1812f9821ab27b838d52e04c10551772d57fc2e815f4444dfafc -SIZE (flightgear-2016.4.4.tar.bz2) = 7560911 +TIMESTAMP = 1487853265 +SHA256 (flightgear-2017.1.1.tar.bz2) = 8f98bbdc027164564cddf660856e0b2f4924c5c9b6a32735b14cd57b4338a028 +SIZE (flightgear-2017.1.1.tar.bz2) = 8057285 Added: head/games/flightgear/files/patch-src-Main-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/flightgear/files/patch-src-Main-CMakeLists.txt Wed Mar 1 20:44:10 2017 (r435201) @@ -0,0 +1,13 @@ +--- src/Main/CMakeLists.txt.orig 2017-02-22 17:29:45.000000000 +0000 ++++ src/Main/CMakeLists.txt 2017-02-28 12:42:12.797102000 +0000 +@@ -157,6 +157,10 @@ + target_link_libraries(fgfs Qt5::Widgets fglauncher) + endif() + ++if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") ++ target_link_libraries(fgfs execinfo) ++endif() ++ + if (APPLE) + install(TARGETS fgfs BUNDLE DESTINATION .) + else() Modified: head/games/flightgear/pkg-plist ============================================================================== --- head/games/flightgear/pkg-plist Wed Mar 1 20:41:53 2017 (r435200) +++ head/games/flightgear/pkg-plist Wed Mar 1 20:44:10 2017 (r435201) @@ -1,11 +1,12 @@ bin/GPSsmooth +bin/JSBSim bin/MIDGsmooth bin/UGsmooth bin/fgcom bin/fgelev bin/fgfs bin/fgjs -bin/fgpanel +bin/fgtraffic bin/fgviewer bin/js_demo bin/js_server From owner-svn-ports-all@freebsd.org Wed Mar 1 22:07:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CAF9CF3E77; Wed, 1 Mar 2017 22:07:19 +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 B8D28CD1; Wed, 1 Mar 2017 22:07:18 +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 v21M7HIa039192; Wed, 1 Mar 2017 22:07:17 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21M7HRb039190; Wed, 1 Mar 2017 22:07:17 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703012207.v21M7HRb039190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Wed, 1 Mar 2017 22:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435202 - 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: Wed, 01 Mar 2017 22:07:19 -0000 Author: sbruno Date: Wed Mar 1 22:07:17 2017 New Revision: 435202 URL: https://svnweb.freebsd.org/changeset/ports/435202 Log: Capture improvements to allow -j arguments to gmake work. Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Wed Mar 1 20:44:10 2017 (r435201) +++ head/emulators/qemu-sbruno/Makefile Wed Mar 1 22:07:17 2017 (r435202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.8.50.g20170228 +PORTVERSION= 2.8.50.g20170301 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +19,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 34a5a54 +GH_TAGNAME= fba0ea7 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Wed Mar 1 20:44:10 2017 (r435201) +++ head/emulators/qemu-sbruno/distinfo Wed Mar 1 22:07:17 2017 (r435202) @@ -1,5 +1,5 @@ TIMESTAMP = 1482956267 -SHA256 (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 0de3f656c5cf5661b126f95d2d1b04a93658af119105e7988311e0f359823d9d -SIZE (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 13675771 -SHA256 (qemu/2.8.50.g20170228/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.8.50.g20170228/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.8.50.g20170301/seanbruno-qemu-bsd-user-2.8.50.g20170301-fba0ea7_GH0.tar.gz) = 2a597c859ea8911b282e0b6af3c4864eb268d4ceeeb62a3117c9acf46ab90dad +SIZE (qemu/2.8.50.g20170301/seanbruno-qemu-bsd-user-2.8.50.g20170301-fba0ea7_GH0.tar.gz) = 13675325 +SHA256 (qemu/2.8.50.g20170301/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.8.50.g20170301/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-all@freebsd.org Wed Mar 1 22:08:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CECD9CF3ECB; Wed, 1 Mar 2017 22:08:30 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DE3CDC5; Wed, 1 Mar 2017 22:08:30 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21M8TT7039330; Wed, 1 Mar 2017 22:08:29 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21M8TPA039329; Wed, 1 Mar 2017 22:08:29 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703012208.v21M8TPA039329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Wed, 1 Mar 2017 22:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435203 - head/emulators/qemu-user-static X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 22:08:30 -0000 Author: sbruno Date: Wed Mar 1 22:08:29 2017 New Revision: 435203 URL: https://svnweb.freebsd.org/changeset/ports/435203 Log: Add configure arg to fix build on 10.x PR: 217411 Submitted by: John Hein Modified: head/emulators/qemu-user-static/Makefile Modified: head/emulators/qemu-user-static/Makefile ============================================================================== --- head/emulators/qemu-user-static/Makefile Wed Mar 1 22:07:17 2017 (r435202) +++ head/emulators/qemu-user-static/Makefile Wed Mar 1 22:08:29 2017 (r435203) @@ -12,6 +12,7 @@ OPTIONS_SLAVE= STATIC_LINK BSD_USER X86_ OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR GNS3 DOCS MASTERDIR= ${.CURDIR}/../qemu-sbruno +CONFIGURE_ARGS+= --extra-cflags=-D_IFI_OQDROPS post-install: @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-ga From owner-svn-ports-all@freebsd.org Wed Mar 1 23:16:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44316CF4A13; Wed, 1 Mar 2017 23:16:18 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 125838AF; Wed, 1 Mar 2017 23:16:18 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21NGHgv066541; Wed, 1 Mar 2017 23:16:17 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21NGH5f066539; Wed, 1 Mar 2017 23:16:17 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201703012316.v21NGH5f066539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 1 Mar 2017 23:16:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435204 - head/sysutils/py-diffoscope X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 23:16:18 -0000 Author: emaste (src committer) Date: Wed Mar 1 23:16:16 2017 New Revision: 435204 URL: https://svnweb.freebsd.org/changeset/ports/435204 Log: sysutils/py-diffoscope: update to version 78 [ Brett Smith ] * comparators.json: + Catch bad JSON errors on Python pre-3.5. Closes: #855233 . [ Chris Lamb ] * tests: + Move normalize_zeros to more generic `utils.data` module. + Fix tests that call xxd fail on jessie due to output change. Closes: #855239 . [ Ed Maste ] * comparators.directory: + Assume BSD-style stat(1) on FreeBSD. Closes: #855169 PR: 217392 Approved by: koobs Sponsored by: The FreeBSD Foundation Modified: head/sysutils/py-diffoscope/Makefile head/sysutils/py-diffoscope/distinfo Modified: head/sysutils/py-diffoscope/Makefile ============================================================================== --- head/sysutils/py-diffoscope/Makefile Wed Mar 1 22:08:29 2017 (r435203) +++ head/sysutils/py-diffoscope/Makefile Wed Mar 1 23:16:16 2017 (r435204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= diffoscope -PORTVERSION= 77 +PORTVERSION= 78 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-diffoscope/distinfo ============================================================================== --- head/sysutils/py-diffoscope/distinfo Wed Mar 1 22:08:29 2017 (r435203) +++ head/sysutils/py-diffoscope/distinfo Wed Mar 1 23:16:16 2017 (r435204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487103573 -SHA256 (diffoscope-77.tar.gz) = c92ee656d5ddab18d6d499d9e01d208d2e38e31e78a6207b76211884e8352b73 -SIZE (diffoscope-77.tar.gz) = 466376 +TIMESTAMP = 1488200803 +SHA256 (diffoscope-78.tar.gz) = f6b444b57dc70bb1ad6e682b3e5fe4a65141488980436b4ca89b55d1b589a8af +SIZE (diffoscope-78.tar.gz) = 466619 From owner-svn-ports-all@freebsd.org Wed Mar 1 23:35:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81AEBCF4E88; Wed, 1 Mar 2017 23:35:06 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E30A1C4; Wed, 1 Mar 2017 23:35:06 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21NZ59u074301; Wed, 1 Mar 2017 23:35:05 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21NZ5ne074299; Wed, 1 Mar 2017 23:35:05 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201703012335.v21NZ5ne074299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Wed, 1 Mar 2017 23:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435205 - in head/lang: rust rust-nightly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 01 Mar 2017 23:35:06 -0000 Author: asomers (src committer) Date: Wed Mar 1 23:35:05 2017 New Revision: 435205 URL: https://svnweb.freebsd.org/changeset/ports/435205 Log: lang/rust*: Advise users to mount procfs Add a pkg-message to these ports advising users to mount procfs to see backtraces. Reviewed by: dumbbell, riggs Approved by: dumbbell (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9838 Added: head/lang/rust/pkg-message (contents, props changed) Modified: head/lang/rust-nightly/Makefile Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Wed Mar 1 23:16:16 2017 (r435204) +++ head/lang/rust-nightly/Makefile Wed Mar 1 23:35:05 2017 (r435205) @@ -23,6 +23,8 @@ GH_TUPLE= rust-lang:rust:282fa87 \ CONFLICTS_BUILD= rust # see FIXME in `pre-fetch` in lang/rust/Makefile CONFLICTS_INSTALL= rust +PKGMESSAGE= ${.CURDIR}/../rust/pkg-message + RUST_BOOTSTRAP_DIR= 2017-02-01 RUST_BOOTSTRAP_VERSION= beta Added: head/lang/rust/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rust/pkg-message Wed Mar 1 23:35:05 2017 (r435205) @@ -0,0 +1,12 @@ +====================================================================== + +Printing Rust backtraces requires procfs(5) mounted on /proc . +If you have not already done so, please do the following: + + mount -t procfs proc /proc + +To make it permanent, you need the following lines in /etc/fstab: + + proc /proc procfs rw 0 0 + +====================================================================== From owner-svn-ports-all@freebsd.org Thu Mar 2 00:04:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87F21CF48C8; Thu, 2 Mar 2017 00:04:06 +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 577DA834; Thu, 2 Mar 2017 00:04:06 +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 v22045Qr085860; Thu, 2 Mar 2017 00:04:05 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v220453I085858; Thu, 2 Mar 2017 00:04:05 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703020004.v220453I085858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 2 Mar 2017 00:04:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435206 - head/x11-fm/gnome-commander2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 00:04:06 -0000 Author: danilo Date: Thu Mar 2 00:04:05 2017 New Revision: 435206 URL: https://svnweb.freebsd.org/changeset/ports/435206 Log: - Update to 1.6.3 Modified: head/x11-fm/gnome-commander2/Makefile head/x11-fm/gnome-commander2/distinfo Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Wed Mar 1 23:35:05 2017 (r435205) +++ head/x11-fm/gnome-commander2/Makefile Thu Mar 2 00:04:05 2017 (r435206) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-commander -PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTVERSION= 1.6.3 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/${PORTVERSION:R} Modified: head/x11-fm/gnome-commander2/distinfo ============================================================================== --- head/x11-fm/gnome-commander2/distinfo Wed Mar 1 23:35:05 2017 (r435205) +++ head/x11-fm/gnome-commander2/distinfo Thu Mar 2 00:04:05 2017 (r435206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478612362 -SHA256 (gnome2/gnome-commander-1.6.2.tar.xz) = 47840659c1308c363606c505f561fa101351b72a40567550715589e4cc963f78 -SIZE (gnome2/gnome-commander-1.6.2.tar.xz) = 6557464 +TIMESTAMP = 1488379500 +SHA256 (gnome2/gnome-commander-1.6.3.tar.xz) = 9ac8b0041b0b2648252d461776e2be65e87f2fc52b027815c8c93c9b448f7cb5 +SIZE (gnome2/gnome-commander-1.6.3.tar.xz) = 6653164 From owner-svn-ports-all@freebsd.org Thu Mar 2 00:08:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1B70CF49F6; Thu, 2 Mar 2017 00:08:30 +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 794F5A51; Thu, 2 Mar 2017 00:08:30 +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 v2208TlL086117; Thu, 2 Mar 2017 00:08:29 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2208TQB086115; Thu, 2 Mar 2017 00:08:29 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703020008.v2208TQB086115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 2 Mar 2017 00:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435207 - head/benchmarks/bombardier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 00:08:30 -0000 Author: danilo Date: Thu Mar 2 00:08:29 2017 New Revision: 435207 URL: https://svnweb.freebsd.org/changeset/ports/435207 Log: - Update to 1.0.1 - Add 'go' to USES - Use dependencies from bombardier sources Modified: head/benchmarks/bombardier/Makefile head/benchmarks/bombardier/distinfo Modified: head/benchmarks/bombardier/Makefile ============================================================================== --- head/benchmarks/bombardier/Makefile Thu Mar 2 00:04:05 2017 (r435206) +++ head/benchmarks/bombardier/Makefile Thu Mar 2 00:08:29 2017 (r435207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bombardier -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v CATEGORIES= benchmarks @@ -11,27 +11,18 @@ COMMENT= Fast cross-platform HTTP benchm LICENSE= MIT -BUILD_DEPENDS= go>=1.7:lang/go - USE_GITHUB= yes GH_ACCOUNT= codesenberg -GH_TUPLE= cheggaaa:pb:v1.0.7:pb/src/github.com/cheggaaa/pb \ - valyala:fasthttp:v20160617:fasthttp/src/github.com/valyala/fasthttp \ - klauspost:compress:v1.2.1:compress/src/github.com/klauspost/compress \ - klauspost:cpuid:v1.0:cpuid/src/github.com/klauspost/cpuid \ - klauspost:crc32:v1.1:crc32/src/github.com/klauspost/crc32 \ - alecthomas:kingpin:v2.2.3:kingpin/src/github.com/alecthomas/kingpin \ - alecthomas:template:a0175ee:template/src/github.com/alecthomas/template \ - alecthomas:units:2efee85:units/src/github.com/alecthomas/units \ - mattn:go-runewidth:v0.0.2:go_runewidth/src/github.com/mattn/go-runewidth +USES= go PLIST_FILES= bin/${PORTNAME} do-build: cd ${WRKSRC}; \ + ${LN} -s vendor src; \ ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags "-X main.version=${PORTVERSION}" . do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-1.0 ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/benchmarks/bombardier/distinfo ============================================================================== --- head/benchmarks/bombardier/distinfo Thu Mar 2 00:04:05 2017 (r435206) +++ head/benchmarks/bombardier/distinfo Thu Mar 2 00:08:29 2017 (r435207) @@ -1,21 +1,3 @@ -TIMESTAMP = 1488238314 -SHA256 (codesenberg-bombardier-v1.0_GH0.tar.gz) = 87b424ec261bf1364790803723aa108f9c75f1a63797c28ff16c21f692c7d0d3 -SIZE (codesenberg-bombardier-v1.0_GH0.tar.gz) = 284939 -SHA256 (cheggaaa-pb-v1.0.7_GH0.tar.gz) = ff76e8aa0059ff016f0918f979548f23e0ce7d779ea8276ffcf0ed6a1530abe1 -SIZE (cheggaaa-pb-v1.0.7_GH0.tar.gz) = 10600 -SHA256 (valyala-fasthttp-v20160617_GH0.tar.gz) = 342253f1cab10aae3c5a4ac2daa8207fec23fdcff044d5c910ee393f792b225c -SIZE (valyala-fasthttp-v20160617_GH0.tar.gz) = 148822 -SHA256 (klauspost-compress-v1.2.1_GH0.tar.gz) = 5c95b4b8dba515d275c4071675d35415512b0415d103653ba00f7305bb9ecfa9 -SIZE (klauspost-compress-v1.2.1_GH0.tar.gz) = 2725575 -SHA256 (klauspost-cpuid-v1.0_GH0.tar.gz) = 9739cdbf54eb6c26752c37ae567f59d52ceb879bba7b925b161caf920155d43d -SIZE (klauspost-cpuid-v1.0_GH0.tar.gz) = 205089 -SHA256 (klauspost-crc32-v1.1_GH0.tar.gz) = 4f48f442a3d79e936dc558843d5bcbeb9f1081c4553cb24167d035dc35abd8e4 -SIZE (klauspost-crc32-v1.1_GH0.tar.gz) = 16086 -SHA256 (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 1950744e84f83796d39298c2a85c3895b1bf37c4e01c2fdb9f81db309c8da33c -SIZE (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 43770 -SHA256 (alecthomas-template-a0175ee_GH0.tar.gz) = 18330bd4bf73af704ec42953b6106e256b58314c7931bcd5aedf41b470ee3dc8 -SIZE (alecthomas-template-a0175ee_GH0.tar.gz) = 55261 -SHA256 (alecthomas-units-2efee85_GH0.tar.gz) = 8e84e0468232e23459212cf84e38164a43b1c8b7a2788a44c9446c01b684c39d -SIZE (alecthomas-units-2efee85_GH0.tar.gz) = 3445 -SHA256 (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 6c7734401fdf829af4f35a5af21a54548f7d3a68336940fb550178ddfe95b076 -SIZE (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 22367 +TIMESTAMP = 1488384668 +SHA256 (codesenberg-bombardier-v1.0.1_GH0.tar.gz) = 83837649a8e5fe5cba219fbae5f88e384b9282877d33b82235db3f032a22aea6 +SIZE (codesenberg-bombardier-v1.0.1_GH0.tar.gz) = 467942 From owner-svn-ports-all@freebsd.org Thu Mar 2 05:24:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCD28CF4CC8; Thu, 2 Mar 2017 05:24:25 +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 8F5E0EB6; Thu, 2 Mar 2017 05:24:25 +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 v225OOEN010742; Thu, 2 Mar 2017 05:24:24 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v225OOGw010740; Thu, 2 Mar 2017 05:24:24 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201703020524.v225OOGw010740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 2 Mar 2017 05:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435208 - branches/2017Q1/graphics/potrace 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, 02 Mar 2017 05:24:26 -0000 Author: olivierd Date: Thu Mar 2 05:24:24 2017 New Revision: 435208 URL: https://svnweb.freebsd.org/changeset/ports/435208 Log: MFH: r435078 - Update to 1.14 - Add LICENSE and USES= cpe - Switch to options helpers PR: 217347 Submitted by: lightside Approved by: Piotr Smyrak (maintainer) Security: f4eb9a25-fde0-11e6-9ad0-b8aeed92ecc4 Approved by: ports-secteam (junovitch@) Modified: branches/2017Q1/graphics/potrace/Makefile branches/2017Q1/graphics/potrace/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/graphics/potrace/Makefile ============================================================================== --- branches/2017Q1/graphics/potrace/Makefile Thu Mar 2 00:08:29 2017 (r435207) +++ branches/2017Q1/graphics/potrace/Makefile Thu Mar 2 05:24:24 2017 (r435208) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= potrace -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= graphics MASTER_SITES= http://sourceforge.net/projects/potrace/files/${PORTVERSION}/ MAINTAINER= ps.ports@smyrak.com COMMENT= Transforms bitmaps into vector graphics +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe GNU_CONFIGURE= yes PLIST_FILES= bin/potrace bin/mkbitmap \ @@ -20,17 +23,9 @@ OPTIONS_DEFINE= METRIC A4 OPTIONS_DEFAULT=METRIC A4 METRIC_DESC= Use metric units (cm) as default +METRIC_CONFIGURE_ENABLE= metric A4_DESC= Use A4 as the default papersize - -.include - -.if ${PORT_OPTIONS:MA4} -CONFIGURE_ARGS+= --enable-a4 -.endif - -.if ${PORT_OPTIONS:MMETRIC} -CONFIGURE_ARGS+= --enable-metric -.endif +A4_CONFIGURE_ENABLE= a4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/potrace ${STAGEDIR}${PREFIX}/bin Modified: branches/2017Q1/graphics/potrace/distinfo ============================================================================== --- branches/2017Q1/graphics/potrace/distinfo Thu Mar 2 00:08:29 2017 (r435207) +++ branches/2017Q1/graphics/potrace/distinfo Thu Mar 2 05:24:24 2017 (r435208) @@ -1,2 +1,3 @@ -SHA256 (potrace-1.11.tar.gz) = 5aa5eb496e00206d68b67edf8f6067999a45d1b69f848c18af5cbdf8e4a17ead -SIZE (potrace-1.11.tar.gz) = 662085 +TIMESTAMP = 1487558979 +SHA256 (potrace-1.14.tar.gz) = db72b65311cfdcb63880b317f610d84485f086e15f88ca2346012d49414cd97e +SIZE (potrace-1.14.tar.gz) = 649685 From owner-svn-ports-all@freebsd.org Thu Mar 2 06:11:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36007CF5CFB; Thu, 2 Mar 2017 06:11:20 +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 02C4BC08; Thu, 2 Mar 2017 06:11: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 v226BJV3027193; Thu, 2 Mar 2017 06:11:19 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v226BJ5g027192; Thu, 2 Mar 2017 06:11:19 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703020611.v226BJ5g027192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Mar 2017 06:11:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435209 - head/databases/elixir-ecto_migrate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 06:11:20 -0000 Author: olgeni Date: Thu Mar 2 06:11:18 2017 New Revision: 435209 URL: https://svnweb.freebsd.org/changeset/ports/435209 Log: Mark BROKEN for build failure with latest Ecto. Modified: head/databases/elixir-ecto_migrate/Makefile Modified: head/databases/elixir-ecto_migrate/Makefile ============================================================================== --- head/databases/elixir-ecto_migrate/Makefile Thu Mar 2 05:24:24 2017 (r435208) +++ head/databases/elixir-ecto_migrate/Makefile Thu Mar 2 06:11:18 2017 (r435209) @@ -11,6 +11,8 @@ COMMENT= Automatic migrations for Ecto LICENSE= APACHE20 +BROKEN= Does not build with latest Ecto + USES= elixir USE_GITHUB= yes GH_ACCOUNT= xerions From owner-svn-ports-all@freebsd.org Thu Mar 2 06:26:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F6AECF51B0; Thu, 2 Mar 2017 06:26:01 +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 EC0037A6; Thu, 2 Mar 2017 06:26:00 +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 v226Q0Ou034132; Thu, 2 Mar 2017 06:26:00 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v226Pxce034129; Thu, 2 Mar 2017 06:25:59 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201703020625.v226Pxce034129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 2 Mar 2017 06:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435210 - 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, 02 Mar 2017 06:26:01 -0000 Author: glewis Date: Thu Mar 2 06:25:59 2017 New Revision: 435210 URL: https://svnweb.freebsd.org/changeset/ports/435210 Log: . Update to 2017a. Modified: head/java/java-zoneinfo/Makefile head/java/java-zoneinfo/distinfo Modified: head/java/java-zoneinfo/Makefile ============================================================================== --- head/java/java-zoneinfo/Makefile Thu Mar 2 06:11:18 2017 (r435209) +++ head/java/java-zoneinfo/Makefile Thu Mar 2 06:25:59 2017 (r435210) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2016j +DISTVERSION= 2017a CATEGORIES= java misc MASTER_SITES= LOCAL/glewis/javazi PKGNAMEPREFIX= java- Modified: head/java/java-zoneinfo/distinfo ============================================================================== --- head/java/java-zoneinfo/distinfo Thu Mar 2 06:11:18 2017 (r435209) +++ head/java/java-zoneinfo/distinfo Thu Mar 2 06:25:59 2017 (r435210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483472414 -SHA256 (javazi-2016j.tar.gz) = b293dc8cb2cfc06cfb72be0f16f453381d236f7ad709f9757c8427ac41941f25 -SIZE (javazi-2016j.tar.gz) = 110696 +TIMESTAMP = 1488431951 +SHA256 (javazi-2017a.tar.gz) = 7136e3d3c0f164b260bee1a381c2f26eda2dda308651230243d42d93e07124ea +SIZE (javazi-2017a.tar.gz) = 110427 From owner-svn-ports-all@freebsd.org Thu Mar 2 07:49:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D0F1CF586B; Thu, 2 Mar 2017 07:49: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 59F1A3F4; Thu, 2 Mar 2017 07:49:54 +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 v227nrml064895; Thu, 2 Mar 2017 07:49:53 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v227nrLu064894; Thu, 2 Mar 2017 07:49:53 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703020749.v227nrLu064894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 2 Mar 2017 07:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435211 - head/sysutils/mog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 07:49:54 -0000 Author: ehaupt Date: Thu Mar 2 07:49:53 2017 New Revision: 435211 URL: https://svnweb.freebsd.org/changeset/ports/435211 Log: Update to 0.5.0 Modified: head/sysutils/mog/Makefile head/sysutils/mog/distinfo Modified: head/sysutils/mog/Makefile ============================================================================== --- head/sysutils/mog/Makefile Thu Mar 2 06:25:59 2017 (r435210) +++ head/sysutils/mog/Makefile Thu Mar 2 07:49:53 2017 (r435211) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mog -PORTVERSION= 0.4 +PORTVERSION= 0.5.0 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org Modified: head/sysutils/mog/distinfo ============================================================================== --- head/sysutils/mog/distinfo Thu Mar 2 06:25:59 2017 (r435210) +++ head/sysutils/mog/distinfo Thu Mar 2 07:49:53 2017 (r435211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488372190 -SHA256 (witchard-mog-0.4_GH0.tar.gz) = 41f2592de8716b5609bce957a973f66d4acb4544a6cf021daaefa5d4da5bb2b5 -SIZE (witchard-mog-0.4_GH0.tar.gz) = 61029 +TIMESTAMP = 1488440223 +SHA256 (witchard-mog-0.5.0_GH0.tar.gz) = bf42c97cecdab2eea57b483a5b7a143fd1c9281b50f3127729b35f1bb430ba4c +SIZE (witchard-mog-0.5.0_GH0.tar.gz) = 62755 From owner-svn-ports-all@freebsd.org Thu Mar 2 08:00:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9882FCF5DAF; Thu, 2 Mar 2017 08:00:56 +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 4B6C3F01; Thu, 2 Mar 2017 08:00:56 +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 v2280tlg069081; Thu, 2 Mar 2017 08:00:55 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2280trg068967; Thu, 2 Mar 2017 08:00:55 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703020800.v2280trg068967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 2 Mar 2017 08:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435212 - head/graphics/libqrencode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 08:00:56 -0000 Author: vanilla Date: Thu Mar 2 08:00:55 2017 New Revision: 435212 URL: https://svnweb.freebsd.org/changeset/ports/435212 Log: 1: Update to 3.9.0 2: add LICENSE_FILE. 3: switch to github. Modified: head/graphics/libqrencode/Makefile head/graphics/libqrencode/distinfo Modified: head/graphics/libqrencode/Makefile ============================================================================== --- head/graphics/libqrencode/Makefile Thu Mar 2 07:49:53 2017 (r435211) +++ head/graphics/libqrencode/Makefile Thu Mar 2 08:00:55 2017 (r435212) @@ -2,36 +2,35 @@ # $FreeBSD$ PORTNAME= libqrencode -PORTVERSION= 3.4.4 -PORTREVISION= 1 +PORTVERSION= 3.9.0 CATEGORIES= graphics -MASTER_SITES= http://fukuchi.org/works/qrencode/ DISTNAME= qrencode-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= C library for encoding data in a QR Code symbol LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= pathfix pkgconfig libtool +USE_GITHUB= yes +GH_ACCOUNT= fukuchi +GH_TAGNAME= e3410bf + +USES= cmake iconv pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON PLIST_FILES= bin/qrencode \ include/qrencode.h \ lib/libqrencode.so \ - lib/libqrencode.so.3 \ - lib/libqrencode.so.3.4.4 \ libdata/pkgconfig/libqrencode.pc \ man/man1/qrencode.1.gz post-patch: - @${REINPLACE_CMD} -e 's,libpng12,libpng,' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '9s|$$| -lpthread|' ${WRKSRC}/libqrencode.pc.in + @${SED} -i -e 's|share\/man\/man1|man\/man1|' \ + ${WRKSRC}/CMakeLists.txt .include Modified: head/graphics/libqrencode/distinfo ============================================================================== --- head/graphics/libqrencode/distinfo Thu Mar 2 07:49:53 2017 (r435211) +++ head/graphics/libqrencode/distinfo Thu Mar 2 08:00:55 2017 (r435212) @@ -1,2 +1,3 @@ -SHA256 (qrencode-3.4.4.tar.gz) = e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72 -SIZE (qrencode-3.4.4.tar.gz) = 468788 +TIMESTAMP = 1488428047 +SHA256 (qrencode-3.9.0_GH0.tar.gz) = 732ecb203b498107b3c6bac1a978a9a88e1eaacf04ae831712193623f9914fde +SIZE (qrencode-3.9.0_GH0.tar.gz) = 182687 From owner-svn-ports-all@freebsd.org Thu Mar 2 08:38:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3E06CF49A6; Thu, 2 Mar 2017 08:38:35 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90679F5C; Thu, 2 Mar 2017 08:38:35 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v228cYkc084983; Thu, 2 Mar 2017 08:38:34 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v228cYFP084981; Thu, 2 Mar 2017 08:38:34 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201703020838.v228cYFP084981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 2 Mar 2017 08:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435213 - head/net/p5-Net-Nmsg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 08:38:35 -0000 Author: truckman Date: Thu Mar 2 08:38:34 2017 New Revision: 435213 URL: https://svnweb.freebsd.org/changeset/ports/435213 Log: Upgrade net/p5-Net-Nmsg to version 0.17: - JSON input/output support - support for randomized interval beginnings - proper output set_rate() support (rate objects garbage collected) Sponsored by: Farsight Security, Inc. Modified: head/net/p5-Net-Nmsg/Makefile head/net/p5-Net-Nmsg/distinfo Modified: head/net/p5-Net-Nmsg/Makefile ============================================================================== --- head/net/p5-Net-Nmsg/Makefile Thu Mar 2 08:00:55 2017 (r435212) +++ head/net/p5-Net-Nmsg/Makefile Thu Mar 2 08:38:34 2017 (r435213) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-Nmsg -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= net perl5 MASTER_SITES= https://tools.netsa.cert.org/confluence/download/attachments/12320770/ \ CPAN Modified: head/net/p5-Net-Nmsg/distinfo ============================================================================== --- head/net/p5-Net-Nmsg/distinfo Thu Mar 2 08:00:55 2017 (r435212) +++ head/net/p5-Net-Nmsg/distinfo Thu Mar 2 08:38:34 2017 (r435213) @@ -1,2 +1,3 @@ -SHA256 (Net-Nmsg-0.15.tar.gz) = 050c4ffbf392c9138d7b950f969a53d6596ca89f41294a03f4389ca8c1a54b36 -SIZE (Net-Nmsg-0.15.tar.gz) = 95958 +TIMESTAMP = 1488441857 +SHA256 (Net-Nmsg-0.17.tar.gz) = 1b0b7f04ad33a04b1afade1fea9b00ef12f9d155ae11b350cd3206d71b186979 +SIZE (Net-Nmsg-0.17.tar.gz) = 98052 From owner-svn-ports-all@freebsd.org Thu Mar 2 08:56:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CA0CCF511D; Thu, 2 Mar 2017 08:56:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 159A5A70; Thu, 2 Mar 2017 08:56:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v228uGKW092891; Thu, 2 Mar 2017 08:56:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v228uEfb092875; Thu, 2 Mar 2017 08:56:14 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703020856.v228uEfb092875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 2 Mar 2017 08:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435214 - in head/audio: . sonic-visualiser sonic-visualiser/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 08:56:17 -0000 Author: tobik Date: Thu Mar 2 08:56:14 2017 New Revision: 435214 URL: https://svnweb.freebsd.org/changeset/ports/435214 Log: New port: audio/sonic-visualiser Sonic Visualiser is a program for viewing and analysing the contents of music audio files. It supports serveral audio file formats and displays their waveforms and spectograms in a straightforward way. The audio data can be annotated and played back featuring time streching. Furthermore it can be extended by third-party vamp plugins for feature extraction. WWW: http://www.sonicvisualiser.org/ PR: 208401 Submitted by: uddka@student.kit.edu Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9788 Added: head/audio/sonic-visualiser/ head/audio/sonic-visualiser/Makefile (contents, props changed) head/audio/sonic-visualiser/distinfo (contents, props changed) head/audio/sonic-visualiser/files/ head/audio/sonic-visualiser/files/patch-acinclude.m4 (contents, props changed) head/audio/sonic-visualiser/files/patch-configure.ac (contents, props changed) head/audio/sonic-visualiser/files/patch-sonic-visualiser.pro (contents, props changed) head/audio/sonic-visualiser/files/patch-sv.pro (contents, props changed) head/audio/sonic-visualiser/files/patch-svapp_acinclude.m4 (contents, props changed) head/audio/sonic-visualiser/files/patch-svapp_audioio_AudioJACKTarget.cpp (contents, props changed) head/audio/sonic-visualiser/files/patch-svcore_acinclude.m4 (contents, props changed) head/audio/sonic-visualiser/files/patch-svcore_base_RealTime.cpp (contents, props changed) head/audio/sonic-visualiser/files/patch-svcore_config.pri.in (contents, props changed) head/audio/sonic-visualiser/files/patch-svcore_plugin_DSSIPluginInstance.cpp (contents, props changed) head/audio/sonic-visualiser/files/patch-svgui_acinclude.m4 (contents, props changed) head/audio/sonic-visualiser/pkg-descr (contents, props changed) head/audio/sonic-visualiser/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Mar 2 08:38:34 2017 (r435213) +++ head/audio/Makefile Thu Mar 2 08:56:14 2017 (r435214) @@ -714,6 +714,7 @@ SUBDIR += sndio SUBDIR += solfege SUBDIR += sonata + SUBDIR += sonic-visualiser SUBDIR += sooperlooper SUBDIR += sound-juicer SUBDIR += soundconverter Added: head/audio/sonic-visualiser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/Makefile Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,86 @@ +# $FreeBSD$ + +PORTNAME= sonic-visualiser +PORTVERSION= 2.5 +CATEGORIES= audio +MASTER_SITES= https://code.soundsoftware.ac.uk/attachments/download/1675/ + +MAINTAINER= uddka@student.kit.edu +COMMENT= Program for viewing and analysing the contents of music audio files + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libfftw3f.so:math/fftw3-float \ + libsamplerate.so:audio/libsamplerate \ + libsndfile.so:audio/libsndfile \ + librubberband.so:audio/rubberband \ + libserd-0.so:devel/serd \ + libsord-0.so:devel/sord \ + libvamp-hostsdk.so:audio/vamp-plugin-sdk + +USES= autoreconf desktop-file-utils pkgconfig + +GNU_CONFIGURE= yes +USE_QT5= buildtools_build core gui network qmake_build testlib widgets xml +USE_XORG= x11 +USE_GL= gl + +OPTIONS_DEFINE= DEBUG FISHSOUND ID3TAG JACK LRDF MAD OGGZ OSC PORTAUDIO PULSE +OPTIONS_DEFAULT= FISHSOUND ID3TAG MAD OGGZ PORTAUDIO +OPTIONS_SUB= yes + +DEBUG_CONFIGURE_ENABLE= debug + +FISHSOUND_CONFIGURE_WITH= fishsound +FISHSOUND_DESC= FLAC, Speex and Vorbis codecs support +FISHSOUND_LIB_DEPENDS= libfishsound.so:audio/libfishsound \ + libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis \ + libspeex.so:audio/speex \ + libFLAC.so:audio/flac + +ID3TAG_CONFIGURE_WITH= id3tag +ID3TAG_LIB_DEPENDS= libid3tag.so:audio/libid3tag + +JACK_CONFIGURE_WITH= jack +JACK_LIB_DEPENDS= libjack.so:audio/jack + +LRDF_CONFIGURE_WITH= lrdf +LRDF_DESC= Resource Description Framework support +LRDF_LIB_DEPENDS= liblrdf.so:textproc/liblrdf + +MAD_CONFIGURE_WITH= mad +MAD_LIB_DEPENDS= libmad.so:audio/libmad + +OGGZ_CONFIGURE_WITH= oggz +OGGZ_DESC= Ogg container format support +OGGZ_LIB_DEPENDS= liboggz.so:audio/liboggz \ + libogg.so:audio/libogg + +OSC_CONFIGURE_WITH= lo +OSC_DESC= OpenSound Control support +OSC_LIB_DEPENDS= liblo.so:audio/liblo + +PORTAUDIO_CONFIGURE_WITH= portaudio +PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio + +PULSE_CONFIGURE_WITH= pulse +PULSE_DESC= PulseAudio server support +PULSE_LIB_DEPENDS= libpulse.so:audio/pulseaudio + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sonic-visualiser ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/sonic-visualiser.desktop ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/x-sonicvisualiser.desktop ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/x-sonicvisualiser-layer.desktop ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/icons/sv-icon.svg ${STAGEDIR}${PREFIX}/share/pixmaps + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +do-install-OSC-on: + ${INSTALL_DATA} ${WRKSRC}/README.OSC ${STAGEDIR}${DOCSDIR} + +.include Added: head/audio/sonic-visualiser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/distinfo Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487954437 +SHA256 (sonic-visualiser-2.5.tar.gz) = 5a66f20bae002876c64bc26d79dcba4f4c96c3c71ae160b5aafb40cfeacecdbe +SIZE (sonic-visualiser-2.5.tar.gz) = 4112133 Added: head/audio/sonic-visualiser/files/patch-acinclude.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-acinclude.m4 Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,42 @@ +--- acinclude.m4.orig 2015-10-22 11:26:02 UTC ++++ acinclude.m4 +@@ -30,33 +30,12 @@ fi + + AC_DEFUN([SV_MODULE_OPTIONAL], + [ +-SV_MODULE_MODULE=$1 +-SV_MODULE_VERSION_TEST="$2" +-SV_MODULE_HEADER=$3 +-SV_MODULE_LIB=$4 +-SV_MODULE_FUNC=$5 +-SV_MODULE_HAVE=HAVE_$(echo $1 | tr '[a-z]' '[A-Z]') +-SV_MODULE_FAILED=1 +-if test -n "$$1_LIBS" ; then +- AC_MSG_NOTICE([User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE]) +- CXXFLAGS="$CXXFLAGS $$1_CFLAGS" +- LIBS="$LIBS $$1_LIBS" +- SV_MODULE_FAILED="" +-fi +-if test -z "$SV_MODULE_VERSION_TEST" ; then +- SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE +-fi +-if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then +- PKG_CHECK_MODULES($1,[$SV_MODULE_VERSION_TEST],[HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $$1_CFLAGS";LIBS="$LIBS $$1_LIBS";SV_MODULE_FAILED=""],[AC_MSG_NOTICE([Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means])]) +-fi +-if test -n "$SV_MODULE_FAILED"; then +- AC_CHECK_HEADER([$SV_MODULE_HEADER],[HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""],[AC_MSG_NOTICE([Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE])]) +- if test -z "$SV_MODULE_FAILED"; then +- if test -n "$SV_MODULE_LIB"; then +- AC_CHECK_LIB([$SV_MODULE_LIB],[$SV_MODULE_FUNC],[LIBS="$LIBS -l$SV_MODULE_LIB"],[AC_MSG_NOTICE([Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE])]) +- fi +- fi +-fi ++AC_ARG_WITH([$4], ++ [AS_HELP_STRING([--with-$4], ++ [Enable support for $1 [default=no]])], ++ [], ++ [with_$4=no]) ++AS_IF([test "x$with_$4" = xyes], [SV_MODULE_REQUIRED($1,$2,$3,$4,$5)]) + ]) + + # Check for Qt. The only part of Qt we use directly is qmake. Added: head/audio/sonic-visualiser/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-configure.ac Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,13 @@ +--- configure.ac.orig 2015-10-22 11:26:02 UTC ++++ configure.ac +@@ -99,8 +99,8 @@ SV_MODULE_OPTIONAL([fishsound],[fishsoun + SV_MODULE_OPTIONAL([mad],[mad >= 0.15.0],[mad.h],[mad],[mad_decoder_init]) + SV_MODULE_OPTIONAL([id3tag],[id3tag >= 0.15.0],[id3tag.h],[id3tag],[id3_tag_new]) + +-# Link in -lX11 if it exists -- this is for the X error handler +-SV_MODULE_OPTIONAL([X11],[x11 >= 1.0.0],[X11/X.h],[x11],[XGetErrorText]) ++# Link in -lX11 -- this is for the X error handler ++SV_MODULE_REQUIRED([X11],[x11 >= 1.0.0],[X11/X.h],[x11],[XGetErrorText]) + + AC_SUBST(PERL) + AC_SUBST(XARGS) Added: head/audio/sonic-visualiser/files/patch-sonic-visualiser.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-sonic-visualiser.pro Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,11 @@ +Disable building the tests. They prevent building sonic-visualiser in parallel. +--- sonic-visualiser.pro.orig 2017-02-24 17:52:22 UTC ++++ sonic-visualiser.pro +@@ -5,7 +5,6 @@ SUBDIRS = sub_dataquay svcore svgui svap + # We should build and run the tests on any platform, + # but doing it automatically doesn't work so well from + # within an IDE on Windows, so remove that from here +- SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test + } + + sub_sv.file = sv.pro Added: head/audio/sonic-visualiser/files/patch-sv.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-sv.pro Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,10 @@ +--- sv.pro.orig 2015-10-22 11:26:02 UTC ++++ sv.pro +@@ -41,6 +41,7 @@ QT += network xml gui widgets + + TARGET = "Sonic Visualiser" + linux*:TARGET = sonic-visualiser ++freebsd*:TARGET = sonic-visualiser + solaris*:TARGET = sonic-visualiser + + DEPENDPATH += . svcore svgui svapp Added: head/audio/sonic-visualiser/files/patch-svapp_acinclude.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-svapp_acinclude.m4 Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,42 @@ +--- svapp/acinclude.m4.orig 2015-10-22 11:26:02 UTC ++++ svapp/acinclude.m4 +@@ -30,33 +30,12 @@ fi + + AC_DEFUN([SV_MODULE_OPTIONAL], + [ +-SV_MODULE_MODULE=$1 +-SV_MODULE_VERSION_TEST="$2" +-SV_MODULE_HEADER=$3 +-SV_MODULE_LIB=$4 +-SV_MODULE_FUNC=$5 +-SV_MODULE_HAVE=HAVE_$(echo $1 | tr '[a-z]' '[A-Z]') +-SV_MODULE_FAILED=1 +-if test -n "$$1_LIBS" ; then +- AC_MSG_NOTICE([User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE]) +- CXXFLAGS="$CXXFLAGS $$1_CFLAGS" +- LIBS="$LIBS $$1_LIBS" +- SV_MODULE_FAILED="" +-fi +-if test -z "$SV_MODULE_VERSION_TEST" ; then +- SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE +-fi +-if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then +- PKG_CHECK_MODULES($1,[$SV_MODULE_VERSION_TEST],[HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $$1_CFLAGS";LIBS="$LIBS $$1_LIBS";SV_MODULE_FAILED=""],[AC_MSG_NOTICE([Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means])]) +-fi +-if test -n "$SV_MODULE_FAILED"; then +- AC_CHECK_HEADER([$SV_MODULE_HEADER],[HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""],[AC_MSG_NOTICE([Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE])]) +- if test -z "$SV_MODULE_FAILED"; then +- if test -n "$SV_MODULE_LIB"; then +- AC_CHECK_LIB([$SV_MODULE_LIB],[$SV_MODULE_FUNC],[LIBS="$LIBS -l$SV_MODULE_LIB"],[AC_MSG_NOTICE([Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE])]) +- fi +- fi +-fi ++AC_ARG_WITH([$4], ++ [AS_HELP_STRING([--with-$4], ++ [Enable support for $1 [default=no]])], ++ [], ++ [with_$4=no]) ++AS_IF([test "x$with_$4" = xyes], [SV_MODULE_REQUIRED($1,$2,$3,$4,$5)]) + ]) + + # Check for Qt. The only part of Qt we use directly is qmake. Added: head/audio/sonic-visualiser/files/patch-svapp_audioio_AudioJACKTarget.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-svapp_audioio_AudioJACKTarget.cpp Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,11 @@ +--- svapp/audioio/AudioJACKTarget.cpp.orig 2015-10-22 11:26:02 UTC ++++ svapp/audioio/AudioJACKTarget.cpp +@@ -21,8 +21,6 @@ + #include + #include + +-#include +- + //#define DEBUG_AUDIO_JACK_TARGET 1 + + #ifdef BUILD_STATIC Added: head/audio/sonic-visualiser/files/patch-svcore_acinclude.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-svcore_acinclude.m4 Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,42 @@ +--- svcore/acinclude.m4.orig 2015-10-22 11:26:02 UTC ++++ svcore/acinclude.m4 +@@ -30,33 +30,12 @@ fi + + AC_DEFUN([SV_MODULE_OPTIONAL], + [ +-SV_MODULE_MODULE=$1 +-SV_MODULE_VERSION_TEST="$2" +-SV_MODULE_HEADER=$3 +-SV_MODULE_LIB=$4 +-SV_MODULE_FUNC=$5 +-SV_MODULE_HAVE=HAVE_$(echo $1 | tr '[a-z]' '[A-Z]') +-SV_MODULE_FAILED=1 +-if test -n "$$1_LIBS" ; then +- AC_MSG_NOTICE([User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE]) +- CXXFLAGS="$CXXFLAGS $$1_CFLAGS" +- LIBS="$LIBS $$1_LIBS" +- SV_MODULE_FAILED="" +-fi +-if test -z "$SV_MODULE_VERSION_TEST" ; then +- SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE +-fi +-if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then +- PKG_CHECK_MODULES($1,[$SV_MODULE_VERSION_TEST],[HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $$1_CFLAGS";LIBS="$LIBS $$1_LIBS";SV_MODULE_FAILED=""],[AC_MSG_NOTICE([Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means])]) +-fi +-if test -n "$SV_MODULE_FAILED"; then +- AC_CHECK_HEADER([$SV_MODULE_HEADER],[HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""],[AC_MSG_NOTICE([Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE])]) +- if test -z "$SV_MODULE_FAILED"; then +- if test -n "$SV_MODULE_LIB"; then +- AC_CHECK_LIB([$SV_MODULE_LIB],[$SV_MODULE_FUNC],[LIBS="$LIBS -l$SV_MODULE_LIB"],[AC_MSG_NOTICE([Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE])]) +- fi +- fi +-fi ++AC_ARG_WITH([$4], ++ [AS_HELP_STRING([--with-$4], ++ [Enable support for $1 [default=no]])], ++ [], ++ [with_$4=no]) ++AS_IF([test "x$with_$4" = xyes], [SV_MODULE_REQUIRED($1,$2,$3,$4,$5)]) + ]) + + # Check for Qt. The only part of Qt we use directly is qmake. Added: head/audio/sonic-visualiser/files/patch-svcore_base_RealTime.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-svcore_base_RealTime.cpp Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,11 @@ +--- svcore/base/RealTime.cpp.orig 2015-10-22 11:26:02 UTC ++++ svcore/base/RealTime.cpp +@@ -105,7 +105,7 @@ RealTime::fromXsdDuration(std::string xs + char *eptr = 0; + + if (isdigit(s[i]) || s[i] == '.') { +- value = strtod(&s[i], &eptr); ++ value = strtod_l(&s[i], &eptr, NULL); + i = int(eptr - s); + } + Added: head/audio/sonic-visualiser/files/patch-svcore_config.pri.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-svcore_config.pri.in Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,10 @@ +--- svcore/config.pri.in.orig 2015-10-22 11:26:02 UTC ++++ svcore/config.pri.in +@@ -1,6 +1,6 @@ + CONFIG += @QMAKE_CONFIG@ + +-DEFINES += @HAVES@ HAVE_DATAQUAY ++DEFINES += @HAVES@ HAVE_DATAQUAY __RTMIDI_DUMMY_ONLY__ + + QMAKE_CC = @CC@ + QMAKE_CXX = @CXX@ Added: head/audio/sonic-visualiser/files/patch-svcore_plugin_DSSIPluginInstance.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-svcore_plugin_DSSIPluginInstance.cpp Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,15 @@ +--- svcore/plugin/DSSIPluginInstance.cpp.orig 2015-10-22 11:26:02 UTC ++++ svcore/plugin/DSSIPluginInstance.cpp +@@ -27,12 +27,6 @@ + + #include + +-#ifndef Q_OS_WIN32 +-#include +-#else +-#include +-#endif +- + //#define DEBUG_DSSI 1 + #define DEBUG_DSSI_PROCESS 1 + Added: head/audio/sonic-visualiser/files/patch-svgui_acinclude.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/files/patch-svgui_acinclude.m4 Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,42 @@ +--- svgui/acinclude.m4.orig 2015-10-22 11:26:02 UTC ++++ svgui/acinclude.m4 +@@ -30,33 +30,12 @@ fi + + AC_DEFUN([SV_MODULE_OPTIONAL], + [ +-SV_MODULE_MODULE=$1 +-SV_MODULE_VERSION_TEST="$2" +-SV_MODULE_HEADER=$3 +-SV_MODULE_LIB=$4 +-SV_MODULE_FUNC=$5 +-SV_MODULE_HAVE=HAVE_$(echo $1 | tr '[a-z]' '[A-Z]') +-SV_MODULE_FAILED=1 +-if test -n "$$1_LIBS" ; then +- AC_MSG_NOTICE([User set ${SV_MODULE_MODULE}_LIBS explicitly, skipping test for $SV_MODULE_MODULE]) +- CXXFLAGS="$CXXFLAGS $$1_CFLAGS" +- LIBS="$LIBS $$1_LIBS" +- SV_MODULE_FAILED="" +-fi +-if test -z "$SV_MODULE_VERSION_TEST" ; then +- SV_MODULE_VERSION_TEST=$SV_MODULE_MODULE +-fi +-if test -n "$SV_MODULE_FAILED" && test -n "$PKG_CONFIG"; then +- PKG_CHECK_MODULES($1,[$SV_MODULE_VERSION_TEST],[HAVES="$HAVES $SV_MODULE_HAVE";CXXFLAGS="$CXXFLAGS $$1_CFLAGS";LIBS="$LIBS $$1_LIBS";SV_MODULE_FAILED=""],[AC_MSG_NOTICE([Failed to find optional module $SV_MODULE_MODULE using pkg-config, trying again by old-fashioned means])]) +-fi +-if test -n "$SV_MODULE_FAILED"; then +- AC_CHECK_HEADER([$SV_MODULE_HEADER],[HAVES="$HAVES $SV_MODULE_HAVE";SV_MODULE_FAILED=""],[AC_MSG_NOTICE([Failed to find header $SV_MODULE_HEADER for optional module $SV_MODULE_MODULE])]) +- if test -z "$SV_MODULE_FAILED"; then +- if test -n "$SV_MODULE_LIB"; then +- AC_CHECK_LIB([$SV_MODULE_LIB],[$SV_MODULE_FUNC],[LIBS="$LIBS -l$SV_MODULE_LIB"],[AC_MSG_NOTICE([Failed to find library $SV_MODULE_LIB for optional module $SV_MODULE_MODULE])]) +- fi +- fi +-fi ++AC_ARG_WITH([$4], ++ [AS_HELP_STRING([--with-$4], ++ [Enable support for $1 [default=no]])], ++ [], ++ [with_$4=no]) ++AS_IF([test "x$with_$4" = xyes], [SV_MODULE_REQUIRED($1,$2,$3,$4,$5)]) + ]) + + # Check for Qt. The only part of Qt we use directly is qmake. Added: head/audio/sonic-visualiser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/pkg-descr Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,9 @@ +Sonic Visualiser is a program for viewing and analysing the contents +of music audio files. + +It supports serveral audio file formats and displays their waveforms +and spectograms in a straightforward way. The audio data can be +annotated and played back featuring time streching. Furthermore it +can be extended by third-party vamp plugins for feature extraction. + +WWW: http://www.sonicvisualiser.org/ Added: head/audio/sonic-visualiser/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sonic-visualiser/pkg-plist Thu Mar 2 08:56:14 2017 (r435214) @@ -0,0 +1,8 @@ +bin/sonic-visualiser +share/applications/sonic-visualiser.desktop +share/applications/x-sonicvisualiser.desktop +share/applications/x-sonicvisualiser-layer.desktop +share/pixmaps/sv-icon.svg +%%DOCSDIR%%/CHANGELOG +%%DOCSDIR%%/README +%%OSC%%%%DOCSDIR%%/README.OSC From owner-svn-ports-all@freebsd.org Thu Mar 2 08:58:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 284AACF521B; Thu, 2 Mar 2017 08:58:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFD75BE1; Thu, 2 Mar 2017 08:58:57 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v228wv8K093143; Thu, 2 Mar 2017 08:58:57 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v228wuRK093140; Thu, 2 Mar 2017 08:58:56 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703020858.v228wuRK093140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 2 Mar 2017 08:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435215 - in head/security/afl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 08:58:58 -0000 Author: tobik Date: Thu Mar 2 08:58:56 2017 New Revision: 435215 URL: https://svnweb.freebsd.org/changeset/ports/435215 Log: Update to 2.39b - Move to LLVM 3.9 - Remove TEST_INSTRUMENTATION option and move instrumentation tests to the test stage - Remove MINIMIZE_CORPUS option: afl-cmin was always installed anyway - Remove useless pkg-message: afl-cplot prompts you to install gnuplot on its own Changes: http://lcamtuf.coredump.cx/afl/ChangeLog.txt Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9820 Deleted: head/security/afl/files/ head/security/afl/pkg-message Modified: head/security/afl/Makefile head/security/afl/distinfo head/security/afl/pkg-plist Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Thu Mar 2 08:56:14 2017 (r435214) +++ head/security/afl/Makefile Thu Mar 2 08:58:56 2017 (r435215) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 2.36 +PORTVERSION= 2.39 DISTVERSIONSUFFIX= b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -13,24 +13,25 @@ COMMENT= Fast instrumented fuzzer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/docs/COPYING -USES= compiler gmake tar:tgz - -OPTIONS_DEFINE= DEBUG DOCS MINIMIZE_CORPUS LLVM TEST_INSTRUMENTATION -MINIMIZE_CORPUS_DESC= Install afl-cmin. Adds bash dependency -TEST_INSTRUMENTATION_DESC= Execute tests (expected to fail in jails) -LLVM_DESC= LLVM-based instrumentation (broken on 9.x) -OPTIONS_DEFAULT= LLVM MINIMIZE_CORPUS - -OPTIONS_SUB= yes - +# In theory afl supports other architectures with the LLVM plugin. +# It has to be compiled with AFL_NO_X86=1 in that case. ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Uses binary instrumentation -LLVM_VERSION= 38 +USES= gmake tar:tgz + +TEST_TARGET= test_build +OPTIONS_DEFINE= DEBUG DOCS LLVM +OPTIONS_DEFAULT= LLVM +OPTIONS_SUB= yes + +LLVM_DESC= LLVM-based instrumentation +LLVM_VERSION= 39 LLVM_BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION} LLVM_RUN_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION} -MINIMIZE_CORPUS_RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash +LLVM_VARS= CC=clang${LLVM_VERSION} CXX=clang++${LLVM_VERSION} \ + MAKE_ARGS=LLVM_CONFIG=llvm-config${LLVM_VERSION} .include @@ -40,44 +41,40 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/as:deve RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils .endif -MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" - -post-patch-TEST_INSTRUMENTATION-off: -# afl needs shmget() which usually isn't available in jails. Disabling -# the instrumentation tests makes sure building packages in jails works -# by default anyway. - ${REINPLACE_CMD} -e 's@^\(all.*\) test_build@\1@' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's@^\(all.*\) test_build@\1@' ${WRKSRC}/llvm_mode/Makefile - post-patch: +# Disable the instrumentation tests to make sure building packages in +# jails works by default. afl needs shmget() which usually isn't +# available in jails. + @${REINPLACE_CMD} 's@^\(all.*\) test_build@\1@' \ + ${WRKSRC}/Makefile ${WRKSRC}/llvm_mode/Makefile .if ${ARCH} == "i386" - ${REINPLACE_CMD} -e 's@\( as_params\[0\] = afl_as ? afl_as : \)\(.*\)@\1(u8*)"${LOCALBASE}/bin/as";@' \ + @${REINPLACE_CMD} 's@\( as_params\[0\] = afl_as ? afl_as : \)\(.*\)@\1(u8*)"${LOCALBASE}/bin/as";@' \ ${WRKSRC}/afl-as.c .endif post-patch-LLVM-on: - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's|"clang"|"clang${LLVM_VERSION}"|g' \ -e 's|"clang\+\+"|"clang\+\+${LLVM_VERSION}"|g' \ ${WRKSRC}/llvm_mode/afl-clang-fast.c post-build-LLVM-on: - @(cd ${WRKSRC}/llvm_mode; ${SETENV} \ - CC=clang${LLVM_VERSION} \ - CXX=clang++${LLVM_VERSION} \ - LLVM_CONFIG=llvm-config${LLVM_VERSION} \ - CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - ${GMAKE}) + @(cd ${WRKSRC}/llvm_mode; ${DO_MAKE_BUILD} ${ALL_TARGET}) + +post-test-LLVM-on: + @(cd ${WRKSRC}/llvm_mode; ${DO_MAKE_BUILD} ${TEST_TARGET}) post-install: - ${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/ -.for afl_script in afl-cmin afl-plot afl-whatsup - ${INSTALL_SCRIPT} ${WRKSRC}/${afl_script} ${STAGEDIR}${PREFIX}/bin/ +.for script in afl-cmin afl-plot afl-whatsup + ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${PREFIX}/bin +.endfor + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/afl/afl-as +.for prog in afl-analyze afl-fuzz afl-gcc afl-gotcpu afl-showmap afl-tmin + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${prog} .endfor -post-install-MINIMIZE_CORPUS-on: - ${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${PREFIX}/bin/ +post-install-LLVM-on: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/afl/afl-llvm-pass.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/afl-clang-fast .include Modified: head/security/afl/distinfo ============================================================================== --- head/security/afl/distinfo Thu Mar 2 08:56:14 2017 (r435214) +++ head/security/afl/distinfo Thu Mar 2 08:58:56 2017 (r435215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484928306 -SHA256 (afl-2.36b.tgz) = d36e2643eaddbd6e79a0dd835fd6e23428198a7a7cd640e96ccbf21d5bd8bcc8 -SIZE (afl-2.36b.tgz) = 830689 +TIMESTAMP = 1487164780 +SHA256 (afl-2.39b.tgz) = 968eceae4d013eee62bc8f2fdddbb7060b92e03a0175153b0285ec7f5c78f141 +SIZE (afl-2.39b.tgz) = 830897 Modified: head/security/afl/pkg-plist ============================================================================== --- head/security/afl/pkg-plist Thu Mar 2 08:56:14 2017 (r435214) +++ head/security/afl/pkg-plist Thu Mar 2 08:58:56 2017 (r435215) @@ -7,7 +7,7 @@ bin/afl-clang++ %%LLVM%%lib/afl/afl-llvm-rt.o %%LLVM%%lib/afl/afl-llvm-rt-32.o %%LLVM%%lib/afl/afl-llvm-rt-64.o -%%MINIMIZE_CORPUS%%bin/afl-cmin +bin/afl-cmin bin/afl-fuzz bin/afl-g++ bin/afl-gcc @@ -69,7 +69,6 @@ lib/afl/as %%DATADIR%%/others/sql/simple_queries.sql %%DATADIR%%/others/text/hello_world.txt %%DATADIR%%/others/xml/small_document.xml -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/env_variables.txt From owner-svn-ports-all@freebsd.org Thu Mar 2 09:01:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2440CF5429; Thu, 2 Mar 2017 09:01: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 9F417ED3; Thu, 2 Mar 2017 09:01: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 v2291h7D096166; Thu, 2 Mar 2017 09:01:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2291hFV096165; Thu, 2 Mar 2017 09:01:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703020901.v2291hFV096165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Mar 2017 09:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435216 - head/polish/tleenx2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 09:01:44 -0000 Author: amdmi3 Date: Thu Mar 2 09:01:43 2017 New Revision: 435216 URL: https://svnweb.freebsd.org/changeset/ports/435216 Log: - Add LICENSE - Switch to USES=localbase - Switch to options helpers Modified: head/polish/tleenx2/Makefile Modified: head/polish/tleenx2/Makefile ============================================================================== --- head/polish/tleenx2/Makefile Thu Mar 2 08:58:56 2017 (r435215) +++ head/polish/tleenx2/Makefile Thu Mar 2 09:01:43 2017 (r435216) @@ -11,18 +11,21 @@ DISTNAME= TleenX2-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Client for polish IM service called Tlen.pl +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libtlen.so:polish/libtlen -USES= pkgconfig +USES= localbase:ldflags pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_XORG= x11 xscrnsaver -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/TleenX2-${PORTVERSION} PORTDOCS= README gg.txt sms.txt +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} \ -e '/^tleenx2_LDADD =/,+1s,/usr/X11R6/lib/libXss.a,-lXss -lX11,' \ @@ -32,7 +35,7 @@ post-patch: ${WRKSRC}/iksemel/Makefile @${REINPLACE_CMD} 's,gcc,${CC},' ${WRKSRC}/jabby/Makefile -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Thu Mar 2 09:03:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92A49CF557E; Thu, 2 Mar 2017 09:03:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 47A21BB; Thu, 2 Mar 2017 09:03:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 540F0BDC9F; Thu, 2 Mar 2017 10:03:10 +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 335FFBDC9B; Thu, 2 Mar 2017 10:03:10 +0100 (CET) Subject: Re: svn commit: r435017 - head/devel/p5-Contextual-Return To: Dmitry Marakasov References: <201702280945.v1S9jF0K067267@repo.freebsd.org> <20170228152911.GA85667@hades.panopticon> <20170301170545.GA27031@hades.panopticon> Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Thu, 2 Mar 2017 10:03:09 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170301170545.GA27031@hades.panopticon> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oVD9AFgb4Q3v9CIcdk1sPSR6T5xPdjfmM" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 09:03:12 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --oVD9AFgb4Q3v9CIcdk1sPSR6T5xPdjfmM Content-Type: multipart/mixed; boundary="3IkQSFwNV55JSiBLNe7qnb0VkewuXg0s0"; protected-headers="v1" From: Mathieu Arnold To: Dmitry Marakasov Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r435017 - head/devel/p5-Contextual-Return References: <201702280945.v1S9jF0K067267@repo.freebsd.org> <20170228152911.GA85667@hades.panopticon> <20170301170545.GA27031@hades.panopticon> In-Reply-To: <20170301170545.GA27031@hades.panopticon> --3IkQSFwNV55JSiBLNe7qnb0VkewuXg0s0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 01/03/2017 =C3=A0 18:05, Dmitry Marakasov a =C3=A9crit : > * Mathieu Arnold (mat@FreeBSD.org) wrote: > >>>> Date: Tue Feb 28 09:45:15 2017 >>>> New Revision: 435017 >>>> URL: https://svnweb.freebsd.org/changeset/ports/435017 >>>> >>>> Log: >>>> Update to 0.004010 >>>> =20 >>>> - Use real PORTVERSION >>> Thank you for these! >> I am not sure these version changes are a good idea. >> Perl versions do not behave the same as Port versions, in some very >> radical ways, for example, in Perl land, 1.1 > 1.1.1 (because 1.1.1 >> really means 1.001001) >> All the ports that have been converted to use the real version numbers= >> will see their PORTEPOCH bumped a lot as number go ahead. > I don't see any problems with using PORTEPOCH. Using fake versions > brings a lot of confusion though. Manual intervention will still be > required for portscout and repology (e.g. ignoring older versions which= > compare higher than newer ones), but at least version will be comparabl= e > and correspond to upstream. I also had a feeling that perl module > authors seem to stick to sane versioning scheme after 2010. I don't see a problem with using it either. For years, we tried to keep the versions going up with what the ports tree versions considered right to try and make sure the versions did not go backwards. Now, people upgrading Perl ports will need to check very hard the old/new versions are really going forward. --=20 Mathieu Arnold --3IkQSFwNV55JSiBLNe7qnb0VkewuXg0s0-- --oVD9AFgb4Q3v9CIcdk1sPSR6T5xPdjfmM 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 iQJ8BAEBCgBmBQJYt9/NXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IUkcP/2ieDKEebI5hdmhNB//ee0RA B5h2+4xWU6fs4PKjvi3bxHGV5BHZ17ulypPJL7K/savUfgwyJ8YUyUo8nvgHl2kJ DahKwMa1Rux8cvNiSNxE/3SP0uWjTIhL4sdsUTkHE0QkRUqWPL4fYp3nzd5g/ejC dolL1gigqkuEWP/h9fsi7S1a6HUEYvLXKUo8Kke3CcTK8obS/oHb/W/W94tcWGMW EYWNlhRwuyMm8KO0s6mQx2PPEHEWb51Z8rz2o0ihvOTwJ9jK40jI3g+piyQJn+or 0JWo4wrvX9jX/vVpVwkaaNPlMAboAF9xXC2fKkO+NrbZ9hvumE+52epvYVuAgf+b Tq7yBodkgASv29q9NUxaVqGDhd2JdkaOApJJogT960AR/ZQ9jmuJKJUrG3RoMH/7 5JPEESAaKZKI8VYxPpCILWME0qwTXbGkUmnbC6yre2eY51UxWTe6fx/dy4rlxGW1 /rptYQEpz0sXuu8p1LA2YroZ5+JIsY+6pYgw3e3Ai4ZPztdO/yyHRbE3i/eezruu xYT7URbsTU48kVMi2Nl50yYLxagvePx8oheS8bbmwr+VFxVi8WhaLxCZQhHDAWlP xO9m+vdVvL8iPltdHUPT0xBQcwxyp4cjn/fFVq8ICrmC6VPQSrhK34jg7VS4lnkL 13d8PDcY3KzI91Wz39md =H34a -----END PGP SIGNATURE----- --oVD9AFgb4Q3v9CIcdk1sPSR6T5xPdjfmM-- From owner-svn-ports-all@freebsd.org Thu Mar 2 09:15:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20CCFCF58E2; Thu, 2 Mar 2017 09:15:01 +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 E1D02935; Thu, 2 Mar 2017 09:15:00 +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 v229ExI1001038; Thu, 2 Mar 2017 09:14:59 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v229ExYK001036; Thu, 2 Mar 2017 09:14:59 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703020914.v229ExYK001036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Mar 2017 09:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435217 - head/www/erlang-hackney X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 09:15:01 -0000 Author: olgeni Date: Thu Mar 2 09:14:59 2017 New Revision: 435217 URL: https://svnweb.freebsd.org/changeset/ports/435217 Log: Update www/erlang-hackney to version 1.7.1. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Thu Mar 2 09:01:43 2017 (r435216) +++ head/www/erlang-hackney/Makefile Thu Mar 2 09:14:59 2017 (r435217) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Thu Mar 2 09:01:43 2017 (r435216) +++ head/www/erlang-hackney/distinfo Thu Mar 2 09:14:59 2017 (r435217) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488393716 -SHA256 (benoitc-hackney-1.7.0_GH0.tar.gz) = 1e0c7c18f037c94633a591661299f6c1bf6d247781b5bd3ccedaf9d9f8699a5c -SIZE (benoitc-hackney-1.7.0_GH0.tar.gz) = 880992 +TIMESTAMP = 1488446011 +SHA256 (benoitc-hackney-1.7.1_GH0.tar.gz) = 62720841ab55284e6a8e00f4ea2d6aa52f63f89bae75992f29e3f8668d6b36db +SIZE (benoitc-hackney-1.7.1_GH0.tar.gz) = 881106 From owner-svn-ports-all@freebsd.org Thu Mar 2 09:20:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04E5ACF5A7E; Thu, 2 Mar 2017 09:20: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 C6F57B67; Thu, 2 Mar 2017 09:20: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 v229KOOU001354; Thu, 2 Mar 2017 09:20:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v229KOwV001352; Thu, 2 Mar 2017 09:20:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703020920.v229KOwV001352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Mar 2017 09:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435218 - head/www/elixir-httpoison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 09:20:26 -0000 Author: olgeni Date: Thu Mar 2 09:20:24 2017 New Revision: 435218 URL: https://svnweb.freebsd.org/changeset/ports/435218 Log: Update www/elixir-httpoison to version 0.11.1. Modified: head/www/elixir-httpoison/Makefile head/www/elixir-httpoison/distinfo Modified: head/www/elixir-httpoison/Makefile ============================================================================== --- head/www/elixir-httpoison/Makefile Thu Mar 2 09:14:59 2017 (r435217) +++ head/www/elixir-httpoison/Makefile Thu Mar 2 09:20:24 2017 (r435218) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httpoison -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-httpoison/distinfo ============================================================================== --- head/www/elixir-httpoison/distinfo Thu Mar 2 09:14:59 2017 (r435217) +++ head/www/elixir-httpoison/distinfo Thu Mar 2 09:20:24 2017 (r435218) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483976765 -SHA256 (edgurgel-httpoison-v0.11.0_GH0.tar.gz) = b0c995244b9d586640808c09f741b0cfc43946430c5bf22ab00add1bfed67438 -SIZE (edgurgel-httpoison-v0.11.0_GH0.tar.gz) = 17798 +TIMESTAMP = 1488446127 +SHA256 (edgurgel-httpoison-v0.11.1_GH0.tar.gz) = 8203a569c61c1fc2a059b78deb8444432795ee72d757ad99cf63c6eb794562e5 +SIZE (edgurgel-httpoison-v0.11.1_GH0.tar.gz) = 18194 From owner-svn-ports-all@freebsd.org Thu Mar 2 09:25:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C540CF5CF3; Thu, 2 Mar 2017 09:25:12 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A6FEFAA; Thu, 2 Mar 2017 09:25:12 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v229PBcd005176; Thu, 2 Mar 2017 09:25:11 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v229PAkQ005171; Thu, 2 Mar 2017 09:25:10 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201703020925.v229PAkQ005171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Thu, 2 Mar 2017 09:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435219 - in head/sysutils: . myrescue myrescue/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 09:25:12 -0000 Author: mmokhi Date: Thu Mar 2 09:25:10 2017 New Revision: 435219 URL: https://svnweb.freebsd.org/changeset/ports/435219 Log: sysutils/myrescue: Add the port to the tree. myrescue is a program to rescue the still-readable data from a damaged hard-disk, similar in purpose to dd_rescue. PR: 217433 Submitted by: Mageirias Anastasios Reported by: Mageirias Anastasios Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9845 Added: head/sysutils/myrescue/ head/sysutils/myrescue/Makefile (contents, props changed) head/sysutils/myrescue/distinfo (contents, props changed) head/sysutils/myrescue/files/ head/sysutils/myrescue/files/patch-myrescue.c (contents, props changed) head/sysutils/myrescue/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Mar 2 09:20:24 2017 (r435218) +++ head/sysutils/Makefile Thu Mar 2 09:25:10 2017 (r435219) @@ -650,6 +650,7 @@ SUBDIR += munin-node SUBDIR += muse SUBDIR += mybashburn + SUBDIR += myrescue SUBDIR += n98-magerun SUBDIR += nagios-statd SUBDIR += namefix Added: head/sysutils/myrescue/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/myrescue/Makefile Thu Mar 2 09:25:10 2017 (r435219) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= myrescue +PORTVERSION= 0.9.4 +CATEGORIES= sysutils +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ + +MAINTAINER= anastasios@mageirias.com +COMMENT= Rescue still-readable data from a damaged harddisk + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../COPYING + +WRKSRC_SUBDIR= src + +PLIST_FILES= bin/myrescue \ + man/man1/myrescue.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/myrescue ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/myrescue.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include Added: head/sysutils/myrescue/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/myrescue/distinfo Thu Mar 2 09:25:10 2017 (r435219) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486501077 +SHA256 (myrescue-0.9.4.tar.gz) = 0cdfa61df0f73e3a3362dcacd944b7d25223b679a66f53f65b97de45c4aa5501 +SIZE (myrescue-0.9.4.tar.gz) = 16932 Added: head/sysutils/myrescue/files/patch-myrescue.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/myrescue/files/patch-myrescue.c Thu Mar 2 09:25:10 2017 (r435219) @@ -0,0 +1,74 @@ +--- myrescue.c.orig 2017-02-10 01:59:06 UTC ++++ myrescue.c +@@ -36,7 +36,7 @@ + + long long filesize ( int fd ) + { +- long long rval = lseek64(fd, 0, SEEK_END) ; ++ long long rval = lseek(fd, 0, SEEK_END) ; + if (rval < 0) { + perror("filesize"); + exit(-1); +@@ -47,8 +47,8 @@ long long filesize ( int fd ) + int peek_map(int bitmap_fd, int block) + { + char c = 0; +- if (lseek64(bitmap_fd, block, SEEK_SET) < 0) { +- perror("peek_map lseek64"); ++ if (lseek(bitmap_fd, block, SEEK_SET) < 0) { ++ perror("peek_map lseek"); + exit(-1); + } + if (read(bitmap_fd, &c, 1) < 0) { +@@ -60,8 +60,8 @@ int peek_map(int bitmap_fd, int block) + + void poke_map(int bitmap_fd, int block, char val) + { +- if (lseek64(bitmap_fd, block, SEEK_SET) < 0) { +- perror("poke_map lseek64"); ++ if (lseek(bitmap_fd, block, SEEK_SET) < 0) { ++ perror("poke_map lseek"); + exit(-1); + } + if (write(bitmap_fd, &val, 1) != 1) { +@@ -81,13 +81,13 @@ int copy_block( int src_fd, int dst_fd, + filepos = block_num; + filepos *= block_size; + +- if (lseek64(src_fd, filepos, SEEK_SET) < 0) { +- perror("lseek64 src_fd"); ++ if (lseek(src_fd, filepos, SEEK_SET) < 0) { ++ perror("lseek src_fd"); + return errno; + } + +- if (lseek64(dst_fd, filepos, SEEK_SET) < 0) { +- perror("lseek64 dst_fd"); ++ if (lseek(dst_fd, filepos, SEEK_SET) < 0) { ++ perror("lseek dst_fd"); + return errno; + } + +@@ -479,19 +479,19 @@ int main(int argc, char** argv) + + /* open files */ + +- src_fd = open64(src_name, O_RDONLY); ++ src_fd = open(src_name, O_RDONLY); + if ( src_fd < 0 ) { + perror ( "source open failed" ) ; + exit(-1) ; + } + +- dst_fd = open64(dst_name, O_RDWR | O_CREAT, 0600); ++ dst_fd = open(dst_name, O_RDWR | O_CREAT, 0600); + if ( dst_fd < 0 ) { + perror ( "destination open failed" ) ; + exit(-1) ; + } + +- bitmap_fd = open64(bitmap_name, O_RDWR | O_CREAT, 0600); ++ bitmap_fd = open(bitmap_name, O_RDWR | O_CREAT, 0600); + if ( bitmap_fd < 0 ) { + perror ( "bitmap open failed" ) ; + exit(-1) ; Added: head/sysutils/myrescue/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/myrescue/pkg-descr Thu Mar 2 09:25:10 2017 (r435219) @@ -0,0 +1,6 @@ +myrescue is a program to rescue the still-readable data from a damaged +hard-disk. It is similar in purpose to dd_rescue, but it tries to quickly get +out of damaged areas, handling the non-damaged areas and then returning to +the damaged sections later. + +WWW: https://sourceforge.net/projects/myrescue From owner-svn-ports-all@freebsd.org Thu Mar 2 09:34:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97D0ECF302F; Thu, 2 Mar 2017 09:34:00 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79585883; Thu, 2 Mar 2017 09:34:00 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C101A3ED9; Thu, 2 Mar 2017 09:33:59 +0000 (UTC) Date: Thu, 2 Mar 2017 09:33:59 +0000 From: Alexey Dokuchaev To: David Thiel Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435191 - head/devel/linenoise-ng Message-ID: <20170302093359.GA73279@FreeBSD.org> References: <201703011841.v21If52o056442@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703011841.v21If52o056442@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: Thu, 02 Mar 2017 09:34:00 -0000 On Wed, Mar 01, 2017 at 06:41:05PM +0000, David Thiel wrote: > New Revision: 435191 > URL: https://svnweb.freebsd.org/changeset/ports/435191 > > Log: > Add -fPIC. This is very bad, banal commit message. Next time please care to explain why are you making any particular change, thank you. ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 2 09:40:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2517FCF30C0; Thu, 2 Mar 2017 09:40:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE40E9C1; Thu, 2 Mar 2017 09:40:01 +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 v229e090009310; Thu, 2 Mar 2017 09:40:00 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v229e0RD009307; Thu, 2 Mar 2017 09:40:00 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703020940.v229e0RD009307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Mar 2017 09:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435220 - head/devel/erlang-metrics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 09:40:02 -0000 Author: olgeni Date: Thu Mar 2 09:40:00 2017 New Revision: 435220 URL: https://svnweb.freebsd.org/changeset/ports/435220 Log: Update devel/erlang-metrics to version 2.2.0. Modified: head/devel/erlang-metrics/Makefile head/devel/erlang-metrics/distinfo head/devel/erlang-metrics/pkg-plist Modified: head/devel/erlang-metrics/Makefile ============================================================================== --- head/devel/erlang-metrics/Makefile Thu Mar 2 09:25:10 2017 (r435219) +++ head/devel/erlang-metrics/Makefile Thu Mar 2 09:40:00 2017 (r435220) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang-metrics -PORTVERSION= 1.0.1 +PORTVERSION= 2.2.0 PORTEPOCH= 1 CATEGORIES= devel Modified: head/devel/erlang-metrics/distinfo ============================================================================== --- head/devel/erlang-metrics/distinfo Thu Mar 2 09:25:10 2017 (r435219) +++ head/devel/erlang-metrics/distinfo Thu Mar 2 09:40:00 2017 (r435220) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468245557 -SHA256 (benoitc-erlang-metrics-1.0.1_GH0.tar.gz) = 3ac70f703acf0e8f0068ad5600c471b8bfe046c52449664c3d86b53f2f8057fc -SIZE (benoitc-erlang-metrics-1.0.1_GH0.tar.gz) = 8096 +TIMESTAMP = 1488447038 +SHA256 (benoitc-erlang-metrics-2.2.0_GH0.tar.gz) = 71d6fe08cc995964338a4f78cb29a8fb3b2ce77d232b76f5bc3549339bef6290 +SIZE (benoitc-erlang-metrics-2.2.0_GH0.tar.gz) = 12239 Modified: head/devel/erlang-metrics/pkg-plist ============================================================================== --- head/devel/erlang-metrics/pkg-plist Thu Mar 2 09:25:10 2017 (r435219) +++ head/devel/erlang-metrics/pkg-plist Thu Mar 2 09:40:00 2017 (r435220) @@ -1,11 +1,17 @@ lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics.app lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics.beam -lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_dummy.beam lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_exometer.beam lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_folsom.beam +lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_grapherl.beam +lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_noop.beam +lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_process_tracker.beam +lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_sup.beam lib/erlang/lib/metrics-%%VERSION%%/src/metrics.app.src lib/erlang/lib/metrics-%%VERSION%%/src/metrics.erl -lib/erlang/lib/metrics-%%VERSION%%/src/metrics_dummy.erl lib/erlang/lib/metrics-%%VERSION%%/src/metrics_exometer.erl lib/erlang/lib/metrics-%%VERSION%%/src/metrics_folsom.erl +lib/erlang/lib/metrics-%%VERSION%%/src/metrics_grapherl.erl +lib/erlang/lib/metrics-%%VERSION%%/src/metrics_noop.erl +lib/erlang/lib/metrics-%%VERSION%%/src/metrics_process_tracker.erl +lib/erlang/lib/metrics-%%VERSION%%/src/metrics_sup.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Mar 2 09:55:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B490CF3425; Thu, 2 Mar 2017 09:55:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBB71D7; Thu, 2 Mar 2017 09:55:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v229tDBZ016917; Thu, 2 Mar 2017 09:55:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v229tDDR016915; Thu, 2 Mar 2017 09:55:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703020955.v229tDDR016915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 2 Mar 2017 09:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435221 - in head/net-mgmt/nagios-plugins: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 09:55:15 -0000 Author: mat Date: Thu Mar 2 09:55:13 2017 New Revision: 435221 URL: https://svnweb.freebsd.org/changeset/ports/435221 Log: Fix a check_http bug introduced while fixing some other bug. Obtained from: https://github.com/nagios-plugins/nagios-plugins/commit/7300528aca1da07b93cab52493552b445b1c276b Sponsored by: Absolight Added: head/net-mgmt/nagios-plugins/files/patch-plugins_check__http.c (contents, props changed) Modified: head/net-mgmt/nagios-plugins/Makefile (contents, props changed) Modified: head/net-mgmt/nagios-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-plugins/Makefile Thu Mar 2 09:40:00 2017 (r435220) +++ head/net-mgmt/nagios-plugins/Makefile Thu Mar 2 09:55:13 2017 (r435221) @@ -3,7 +3,7 @@ PORTNAME= nagios-plugins PORTVERSION= 2.2.0 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nagios-plugins.org/download/ \ Added: head/net-mgmt/nagios-plugins/files/patch-plugins_check__http.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nagios-plugins/files/patch-plugins_check__http.c Thu Mar 2 09:55:13 2017 (r435221) @@ -0,0 +1,25 @@ +From 7300528aca1da07b93cab52493552b445b1c276b Mon Sep 17 00:00:00 2001 +From: "John C. Frickson" +Date: Mon, 27 Feb 2017 15:29:06 -0600 +Subject: [PATCH] check_http reports warning where it should report ok with -e + +Fix for issue #236 +--- plugins/check_http.c.orig 2017-01-19 16:01:31 UTC ++++ plugins/check_http.c +@@ -1263,12 +1263,14 @@ check_http (void) + /* server errors result in a critical state */ + else if (http_status >= 500) { + xasprintf (&msg, _("%s%s - "), msg, status_line); +- result = STATE_CRITICAL; ++ if (bad_response || !server_expect_yn) ++ result = STATE_CRITICAL; + } + /* client errors result in a warning state */ + else if (http_status >= 400) { + xasprintf (&msg, _("%s%s - "), msg, status_line); +- result = max_state_alt(STATE_WARNING, result); ++ if (bad_response || !server_expect_yn) ++ result = max_state_alt(STATE_WARNING, result); + } + /* check redirected page if specified */ + else if (http_status >= 300) { From owner-svn-ports-all@freebsd.org Thu Mar 2 09:55:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA669CF344C; Thu, 2 Mar 2017 09:55:21 +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 A0E47101; Thu, 2 Mar 2017 09:55:21 +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 v229tKWx017034; Thu, 2 Mar 2017 09:55:20 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v229tK1Y017032; Thu, 2 Mar 2017 09:55:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703020955.v229tK1Y017032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 2 Mar 2017 09:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435222 - head/sysutils/munin-contrib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 09:55:22 -0000 Author: mat Date: Thu Mar 2 09:55:20 2017 New Revision: 435222 URL: https://svnweb.freebsd.org/changeset/ports/435222 Log: Update to latest commit. Also, don't use PORTDOCS and PORTEXAMPLES, even if the port does not define both options, the files are not packaged if you set a global OPTIONS_UNSET. PR: 217436 Sponsored by: Absolight Modified: head/sysutils/munin-contrib/Makefile (contents, props changed) head/sysutils/munin-contrib/distinfo (contents, props changed) Modified: head/sysutils/munin-contrib/Makefile ============================================================================== --- head/sysutils/munin-contrib/Makefile Thu Mar 2 09:55:13 2017 (r435221) +++ head/sysutils/munin-contrib/Makefile Thu Mar 2 09:55:20 2017 (r435222) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= contrib -DISTVERSION= git.2017-01-21 +DISTVERSION= git.2017-03-01 CATEGORIES= sysutils PKGNAMEPREFIX= munin- @@ -12,7 +12,7 @@ RUN_DEPENDS= munin-node>=0:sysutils/muni USE_GITHUB= yes GH_ACCOUNT= munin-monitoring -GH_TAGNAME= 9990b16 +GH_TAGNAME= 893c3fa NO_BUILD= yes NO_ARCH= yes @@ -27,14 +27,12 @@ python3_CMD= ${LOCALBASE}/bin/python${PY # Most of the installed files are scripts, so give them a "correct" mode. BINMODE= 755 -PORTDOCS= README.md -PORTEXAMPLES= plugins samples templates tools - SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${COPYTREE_BIN} '${PORTEXAMPLES}' ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC} && ${COPYTREE_BIN} 'plugins samples templates tools' ${STAGEDIR}${EXAMPLESDIR} + @cd ${STAGEDIR}${PREFIX} && ${FIND} * -type f >> ${TMPPLIST} .include Modified: head/sysutils/munin-contrib/distinfo ============================================================================== --- head/sysutils/munin-contrib/distinfo Thu Mar 2 09:55:13 2017 (r435221) +++ head/sysutils/munin-contrib/distinfo Thu Mar 2 09:55:20 2017 (r435222) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485260343 -SHA256 (munin-monitoring-contrib-git.2017-01-21-9990b16_GH0.tar.gz) = 0527da8633bc35ada2da3dcf0d681d6c4621c4be8dc2b26785970de9347e4ec0 -SIZE (munin-monitoring-contrib-git.2017-01-21-9990b16_GH0.tar.gz) = 2806526 +TIMESTAMP = 1488447628 +SHA256 (munin-monitoring-contrib-git.2017-03-01-893c3fa_GH0.tar.gz) = 413344a94db0a63f2f1879ab8e31a0888b985690d33be29905c2cb7159f99353 +SIZE (munin-monitoring-contrib-git.2017-03-01-893c3fa_GH0.tar.gz) = 4051566 From owner-svn-ports-all@freebsd.org Thu Mar 2 09:55:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7B07CF3477; Thu, 2 Mar 2017 09:55: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 76B18133; Thu, 2 Mar 2017 09:55: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 v229tOkE017178; Thu, 2 Mar 2017 09:55:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v229tOM0017175; Thu, 2 Mar 2017 09:55:24 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703020955.v229tOM0017175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 2 Mar 2017 09:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435223 - in head/sysutils: munin-common munin-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: Thu, 02 Mar 2017 09:55:25 -0000 Author: mat Date: Thu Mar 2 09:55:24 2017 New Revision: 435223 URL: https://svnweb.freebsd.org/changeset/ports/435223 Log: Update to 2.0.32. Sponsored by: Absolight Modified: head/sysutils/munin-common/distinfo (contents, props changed) head/sysutils/munin-common/munin.mk head/sysutils/munin-node/Makefile (contents, props changed) Modified: head/sysutils/munin-common/distinfo ============================================================================== --- head/sysutils/munin-common/distinfo Thu Mar 2 09:55:20 2017 (r435222) +++ head/sysutils/munin-common/distinfo Thu Mar 2 09:55:24 2017 (r435223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484831987 -SHA256 (munin-2.0.30.tar.gz) = c6be23035c31ab6b7910ae1080159ae8263759f783a1b10002f44456c4aace61 -SIZE (munin-2.0.30.tar.gz) = 1342168 +TIMESTAMP = 1488445467 +SHA256 (munin-2.0.32.tar.gz) = 132ed808f637af661b5ec8d51415638a53d175a8e0ab10878b89a28f67d018a8 +SIZE (munin-2.0.32.tar.gz) = 1342572 Modified: head/sysutils/munin-common/munin.mk ============================================================================== --- head/sysutils/munin-common/munin.mk Thu Mar 2 09:55:20 2017 (r435222) +++ head/sysutils/munin-common/munin.mk Thu Mar 2 09:55:24 2017 (r435223) @@ -1,4 +1,4 @@ -MUNIN_VERSION= 2.0.30 +MUNIN_VERSION= 2.0.32 MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Thu Mar 2 09:55:20 2017 (r435222) +++ head/sysutils/munin-node/Makefile Thu Mar 2 09:55:24 2017 (r435223) @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node @@ -27,7 +26,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:devel/p5- USES= gmake perl5 shebangfix cpe PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" -SHEBANG_FILES= node/sbin/munin-node node/sbin/munin-sched \ +SHEBANG_FILES= node/bin/munindoc node/sbin/munin-node node/sbin/munin-sched \ node/sbin/munin-run node/sbin/munin-node-configure .include "${.CURDIR}/../munin-common/munin.mk" From owner-svn-ports-all@freebsd.org Thu Mar 2 10:06:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24354CF3AD4; Thu, 2 Mar 2017 10:06: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 E7C10CD9; Thu, 2 Mar 2017 10:06:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22A6liI021212; Thu, 2 Mar 2017 10:06:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22A6lbR021211; Thu, 2 Mar 2017 10:06:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703021006.v22A6lbR021211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Mar 2017 10:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435224 - head/devel/cvsutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 10:06:48 -0000 Author: amdmi3 Date: Thu Mar 2 10:06:46 2017 New Revision: 435224 URL: https://svnweb.freebsd.org/changeset/ports/435224 Log: - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers Modified: head/devel/cvsutils/Makefile Modified: head/devel/cvsutils/Makefile ============================================================================== --- head/devel/cvsutils/Makefile Thu Mar 2 09:55:24 2017 (r435223) +++ head/devel/cvsutils/Makefile Thu Mar 2 10:06:46 2017 (r435224) @@ -10,16 +10,18 @@ MASTER_SITES= http://www.red-bean.com/cv MAINTAINER= ports@FreeBSD.org COMMENT= CVS utilities which facilitate working with local working directories -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= perl5 shebangfix GNU_CONFIGURE= yes SHEBANG_FILES= cvs*.pl +NO_ARCH= yes OPTIONS_DEFINE= DOCS -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor From owner-svn-ports-all@freebsd.org Thu Mar 2 10:16:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2644CCF3D16; Thu, 2 Mar 2017 10:16:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D774B35A; Thu, 2 Mar 2017 10:16:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22AGpWR025130; Thu, 2 Mar 2017 10:16:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22AGpBn025129; Thu, 2 Mar 2017 10:16:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703021016.v22AGpBn025129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Mar 2017 10:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435225 - head/devel/fossil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 10:16:53 -0000 Author: amdmi3 Date: Thu Mar 2 10:16:51 2017 New Revision: 435225 URL: https://svnweb.freebsd.org/changeset/ports/435225 Log: - Add LICENSE_FILE - Switch to USES=ssl - Cosmetic fixes Modified: head/devel/fossil/Makefile Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Thu Mar 2 10:06:46 2017 (r435224) +++ head/devel/fossil/Makefile Thu Mar 2 10:16:51 2017 (r435225) @@ -11,19 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= DSCM with built-in wiki, http interface and server, tickets database LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT-BSD2.txt -PLIST_FILES= bin/fossil +WRKSRC= ${WRKDIR}/Fossil_2017-01-16_205854_1669115ab9 +USES= ssl HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} - -USE_OPENSSL= yes USE_RC_SUBR= fossil MAKE_JOBS_UNSAFE=yes +PLIST_FILES= bin/fossil + OPTIONS_DEFINE= JSON FUSE STATIC OPTIONS_DEFAULT= JSON -WRKSRC= ${WRKDIR}/${PORTNAME:C/^(.).*/\1/:tu}${PORTNAME:C/^.(.*)/\1/}_2017-01-16_205854_1669115ab9 JSON_DESC= JSON API support FUSE_DESC= Enable fossil fusefs command From owner-svn-ports-all@freebsd.org Thu Mar 2 10:56:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61522CF5853; Thu, 2 Mar 2017 10:56:44 +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 39670B80; Thu, 2 Mar 2017 10:56:44 +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 v22AuhY0040589; Thu, 2 Mar 2017 10:56:43 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22AuhXd040586; Thu, 2 Mar 2017 10:56:43 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703021056.v22AuhXd040586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 2 Mar 2017 10:56:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435226 - head/net-mgmt/telegraf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 10:56:44 -0000 Author: girgen Date: Thu Mar 2 10:56:42 2017 New Revision: 435226 URL: https://svnweb.freebsd.org/changeset/ports/435226 Log: Upgrade to latest version 1.2.1 Modified: head/net-mgmt/telegraf/Makefile head/net-mgmt/telegraf/distinfo Modified: head/net-mgmt/telegraf/Makefile ============================================================================== --- head/net-mgmt/telegraf/Makefile Thu Mar 2 10:16:51 2017 (r435225) +++ head/net-mgmt/telegraf/Makefile Thu Mar 2 10:56:42 2017 (r435226) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= telegraf -DISTVERSION= 1.1.2 +DISTVERSION= 1.2.1 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org @@ -23,7 +23,7 @@ GH_TUPLE= Shopify:sarama:8aadb47:sarama/ Sirupsen:logrus:219c8cb:logrus/src/github.com/Sirupsen/logrus \ aerospike:aerospike-client-go:7f3a312:aerospike_client_go/src/github.com/aerospike/aerospike-client-go \ amir:raidman:53c1b96:raidman/src/github.com/amir/raidman \ - aws:aws-sdk-go:13a1206:aws_sdk_go/src/github.com/aws/aws-sdk-go \ + aws:aws-sdk-go:13a12060:aws_sdk_go/src/github.com/aws/aws-sdk-go \ beorn7:perks:3ac7bf7:perks/src/github.com/beorn7/perks \ cenkalti:backoff:4dc7767:backoff/src/github.com/cenkalti/backoff \ couchbase:go-couchbase:cb66431:go_couchbase/src/github.com/couchbase/go-couchbase \ @@ -41,18 +41,18 @@ GH_TUPLE= Shopify:sarama:8aadb47:sarama/ gobwas:glob:49571a1:glob/src/github.com/gobwas/glob \ golang:protobuf:552c7b9:protobuf/src/github.com/golang/protobuf \ golang:snappy:d9eb7a3:snappy/src/github.com/golang/snappy \ - gonuts:go-shellquote:e842a11:go_shellquote/src/github.com/gonuts/go-shellquote \ gorilla:context:1ea2538:context/src/github.com/gorilla/context \ gorilla:mux:c9e326e:mux/src/github.com/gorilla/mux \ hailocab:go-hostpool:e80d13c:go_hostpool/src/github.com/hailocab/go-hostpool \ - hashicorp:consul:5aa9045:consul/src/github.com/hashicorp/consul \ + hashicorp:consul:5aa90455:consul/src/github.com/hashicorp/consul \ hpcloud:tail:b294095:tail/src/github.com/hpcloud/tail \ influxdata:config:b79f682:config/src/github.com/influxdata/config \ - influxdata:influxdb:fc57c0f:influxdb/src/github.com/influxdata/influxdb \ + influxdata:influxdb:fc57c0f7c:influxdb/src/github.com/influxdata/influxdb \ influxdata:toml:af4df43:toml/src/github.com/influxdata/toml \ influxdata:wlog:7c63b0a:wlog/src/github.com/influxdata/wlog \ kardianos:osext:29ae4ff:osext/src/github.com/kardianos/osext \ kardianos:service:5e33559:service/src/github.com/kardianos/service \ + kballard:go-shellquote:d8ec1a6:go_shellquote/src/github.com/kballard/go-shellquote \ klauspost:crc32:19b0b33:crc32/src/github.com/klauspost/crc32 \ lib:pq:e182dc4:pq/src/github.com/lib/pq \ matttproud:golang_protobuf_extensions:d0c3fe8:golang_protobuf_extensions/src/github.com/matttproud/golang_protobuf_extensions \ @@ -68,24 +68,25 @@ GH_TUPLE= Shopify:sarama:8aadb47:sarama/ prometheus:common:e8eabff:common/src/github.com/prometheus/common \ prometheus:procfs:406e5b7:procfs/src/github.com/prometheus/procfs \ samuel:go-zookeeper:218e9c8:go_zookeeper/src/github.com/samuel/go-zookeeper \ - shirou:gopsutil:4d0c402:gopsutil/src/github.com/shirou/gopsutil \ + shirou:gopsutil:1516eb9:gopsutil/src/github.com/shirou/gopsutil \ soniah:gosnmp:3fe3beb:gosnmp/src/github.com/soniah/gosnmp \ sparrc:gdm:66023a5:gdm/src/github.com/sparrc/gdm \ streadway:amqp:b4f3cea:amqp/src/github.com/streadway/amqp \ stretchr:testify:1f4a164:testify/src/github.com/stretchr/testify \ vjeantet:grok:83bfdfd:grok/src/github.com/vjeantet/grok \ - wvanbergen:kafka:46f9a1c:kafka/src/github.com/wvanbergen/kafka \ + wvanbergen:kafka:bc265fe:kafka/src/github.com/wvanbergen/kafka \ wvanbergen:kazoo-go:0f76871:kazoo_go/src/github.com/wvanbergen/kazoo-go \ yuin:gopher-lua:bf3808a:gopher_lua/src/github.com/yuin/gopher-lua \ zensqlmonitor:go-mssqldb:ffe5510:go_mssqldb/src/github.com/zensqlmonitor/go-mssqldb \ golang:crypto:c197bcf:crypto/src/golang.org/x/crypto \ golang:net:6acef71:net/src/golang.org/x/net \ golang:text:a71fd10:text/src/golang.org/x/text \ - golang:tools:fc2b74b:tools/src/golang.org/x/tools \ + golang:tools:7e08f671:tools/src/golang.org/x/tools \ dancannon:gorethink:7d1af5b:gorethink_v1/src/gopkg.in/dancannon/gorethink.v1 \ fatih:pool:cba550e:pool_v2/src/gopkg.in/fatih/pool.v2 \ go-mgo:mgo:d90005c:mgo/src/gopkg.in/mgo.v2 \ - go-yaml:yaml:a83829b:yaml/src/gopkg.in/yaml.v2 + go-yaml:yaml:a83829b:yaml/src/gopkg.in/yaml.v2 + SUB_FILES= telegraf SUB_LIST+= TELEGRAF_PIDDIR=${TELEGRAF_PIDDIR} @@ -97,7 +98,7 @@ post-patch: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} @cd ${WRKSRC} && ${MV} CHANGELOG.md CONTRIBUTING.md Godeps Godeps_windows \ 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 \ + input.go internal logger metric metric.go output.go plugins processor.go scripts selfstat testutil \ ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} do-build: Modified: head/net-mgmt/telegraf/distinfo ============================================================================== --- head/net-mgmt/telegraf/distinfo Thu Mar 2 10:16:51 2017 (r435225) +++ head/net-mgmt/telegraf/distinfo Thu Mar 2 10:56:42 2017 (r435226) @@ -1,6 +1,6 @@ -TIMESTAMP = 1481751532 -SHA256 (influxdata-telegraf-1.1.2_GH0.tar.gz) = be466154a107eb4bb4e46cb793363860e3740e4ae8e3859c3d2539e23fcc04c9 -SIZE (influxdata-telegraf-1.1.2_GH0.tar.gz) = 611049 +TIMESTAMP = 1486079479 +SHA256 (influxdata-telegraf-1.2.1_GH0.tar.gz) = d25675dc28d797ddc621942abdb8b8d8b6b2ed0139aef4e065bca5a7458b07be +SIZE (influxdata-telegraf-1.2.1_GH0.tar.gz) = 651089 SHA256 (Shopify-sarama-8aadb47_GH0.tar.gz) = 4d5c1a1771719b72b20944601586bdb54c33e77456ba28386cbfa9a24a717d2c SIZE (Shopify-sarama-8aadb47_GH0.tar.gz) = 107944 SHA256 (Sirupsen-logrus-219c8cb_GH0.tar.gz) = 69fc1b5e03ac00f1f8af7cdfa6e8c382b1189c63697059a2fcda9e19e8fbb6ad @@ -9,8 +9,8 @@ SHA256 (aerospike-aerospike-client-go-7f 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 -SIZE (aws-aws-sdk-go-13a1206_GH0.tar.gz) = 2981133 +SHA256 (aws-aws-sdk-go-13a12060_GH0.tar.gz) = 041c08cd74e08ed53de4257e1a33c25a3cf383556a3517e40b3737e907d36d51 +SIZE (aws-aws-sdk-go-13a12060_GH0.tar.gz) = 2981324 SHA256 (beorn7-perks-3ac7bf7_GH0.tar.gz) = bf6cd6798ead260629e6d05e551570799e906518e5bbdbb707133807b6921726 SIZE (beorn7-perks-3ac7bf7_GH0.tar.gz) = 10435 SHA256 (cenkalti-backoff-4dc7767_GH0.tar.gz) = 80bb5f22c44945cbd88e93cd6192bda69ad34487c7c92e2b5b6541bcf06497d7 @@ -45,22 +45,20 @@ SHA256 (golang-protobuf-552c7b9_GH0.tar. SIZE (golang-protobuf-552c7b9_GH0.tar.gz) = 203827 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 SIZE (gorilla-context-1ea2538_GH0.tar.gz) = 4368 SHA256 (gorilla-mux-c9e326e_GH0.tar.gz) = 70b1cc12e5a1e80738004d1c03e09ca948c3ba75c19b3b941a0a5b8990c7964a SIZE (gorilla-mux-c9e326e_GH0.tar.gz) = 23685 SHA256 (hailocab-go-hostpool-e80d13c_GH0.tar.gz) = 9c0ca4a9c0bba2ec0f9b3844c0fd65291efcc5530fb5ec517f2cb4054a5049b9 SIZE (hailocab-go-hostpool-e80d13c_GH0.tar.gz) = 7031 -SHA256 (hashicorp-consul-5aa9045_GH0.tar.gz) = 64d7228132928d67aaebf39e71097b8d77ad4f3a4de01d3981f3b6648f2f55e9 -SIZE (hashicorp-consul-5aa9045_GH0.tar.gz) = 1866255 +SHA256 (hashicorp-consul-5aa90455_GH0.tar.gz) = 487ab89718972d2bc35cc13ad8307f2510f7e611a1663ceeae3a74fd4eec7b2b +SIZE (hashicorp-consul-5aa90455_GH0.tar.gz) = 1866304 SHA256 (hpcloud-tail-b294095_GH0.tar.gz) = 8dd698aedd3f4c13496491a8184464063eaad2bd91b39f2db37a18d5fd3360a4 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-fc57c0f_GH0.tar.gz) = a38b77f1bba1c80480cd914acae00a2ce06aaa808938d5151cfbc8cc9e7b0648 -SIZE (influxdata-influxdb-fc57c0f_GH0.tar.gz) = 1406092 +SHA256 (influxdata-influxdb-fc57c0f7c_GH0.tar.gz) = bb4e226fd1ae4956b40c1953e40880a31849577c93090f77cb70c6697e8f786f +SIZE (influxdata-influxdb-fc57c0f7c_GH0.tar.gz) = 1406136 SHA256 (influxdata-toml-af4df43_GH0.tar.gz) = 86231e74617206c8df2f9a69d1d735b7a30b1c51e9013f3d28f7c32f9d253f09 SIZE (influxdata-toml-af4df43_GH0.tar.gz) = 34582 SHA256 (influxdata-wlog-7c63b0a_GH0.tar.gz) = fa60808c1a241f1a6f38f2c9ed40ec4d03ca6bed90d584620b34bfe00eaf94cc @@ -69,6 +67,8 @@ SHA256 (kardianos-osext-29ae4ff_GH0.tar. SIZE (kardianos-osext-29ae4ff_GH0.tar.gz) = 4618 SHA256 (kardianos-service-5e33559_GH0.tar.gz) = 08f47c6ca3ced83521a40f3804dc0832c80ea17f8f016900dcf6643d516369d4 SIZE (kardianos-service-5e33559_GH0.tar.gz) = 15847 +SHA256 (kballard-go-shellquote-d8ec1a6_GH0.tar.gz) = 3b62904808cfda11588198c412767480fa0a87345461bd8be8f1cc0e11896435 +SIZE (kballard-go-shellquote-d8ec1a6_GH0.tar.gz) = 4194 SHA256 (klauspost-crc32-19b0b33_GH0.tar.gz) = 37d90652654594b94485e2208fe221a145fab13004e88c74f8701ec58d5465a2 SIZE (klauspost-crc32-19b0b33_GH0.tar.gz) = 9087 SHA256 (lib-pq-e182dc4_GH0.tar.gz) = 3889fcbb148b97fc013a6d0344c5e36872219c243c702b44e11beee0852edb29 @@ -99,8 +99,8 @@ SHA256 (prometheus-procfs-406e5b7_GH0.ta SIZE (prometheus-procfs-406e5b7_GH0.tar.gz) = 18538 SHA256 (samuel-go-zookeeper-218e9c8_GH0.tar.gz) = 075c160c8fa56404ca2fe45467e88aff27b7f66a4221cf63e29fdd196c0ad27c 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 (shirou-gopsutil-1516eb9_GH0.tar.gz) = 12e7e633840838e06768eba9904e16bab8f693ec783fb88651f02beeac454823 +SIZE (shirou-gopsutil-1516eb9_GH0.tar.gz) = 75581 SHA256 (soniah-gosnmp-3fe3beb_GH0.tar.gz) = 48c11063edcb67198b8f2ea9978232f7ae36af8224e3f6869ff6d394d4347fc6 SIZE (soniah-gosnmp-3fe3beb_GH0.tar.gz) = 41593 SHA256 (sparrc-gdm-66023a5_GH0.tar.gz) = 0f45e70e4c7f1cb6b3627fadc15973333a7f2cfcdc2478120f6222446ff9881e @@ -111,8 +111,8 @@ SHA256 (stretchr-testify-1f4a164_GH0.tar SIZE (stretchr-testify-1f4a164_GH0.tar.gz) = 81055 SHA256 (vjeantet-grok-83bfdfd_GH0.tar.gz) = 22b321fd72a3c028944804bf4e586c4d00685ee0828bcaba6f4155bc5d825735 SIZE (vjeantet-grok-83bfdfd_GH0.tar.gz) = 25714 -SHA256 (wvanbergen-kafka-46f9a1c_GH0.tar.gz) = c5cf3ec419fad5ebec6b7c2e94b4fe13b12ee63266c7312a03fa62ee788cab84 -SIZE (wvanbergen-kafka-46f9a1c_GH0.tar.gz) = 15647 +SHA256 (wvanbergen-kafka-bc265fe_GH0.tar.gz) = 9cced1b38b6d9674f3dd6ffc980aa9b41014eb899ea68e8cffac92037cb7ab4c +SIZE (wvanbergen-kafka-bc265fe_GH0.tar.gz) = 16349 SHA256 (wvanbergen-kazoo-go-0f76871_GH0.tar.gz) = 4436c1781ad18d521c88cc743c7a911c3a66d3db63e1ce5d5ab85d39986de2c2 SIZE (wvanbergen-kazoo-go-0f76871_GH0.tar.gz) = 13152 SHA256 (yuin-gopher-lua-bf3808a_GH0.tar.gz) = 7b5269629d5c1e6a33b1b91d23af4daf7776824d07fb20758ca8d71ba89fd598 @@ -125,8 +125,8 @@ SHA256 (golang-net-6acef71_GH0.tar.gz) = SIZE (golang-net-6acef71_GH0.tar.gz) = 741883 SHA256 (golang-text-a71fd10_GH0.tar.gz) = 8b8bfda09d60729c50162b67f5f3451980e7ce5c6580769c99a423172a6a75ad SIZE (golang-text-a71fd10_GH0.tar.gz) = 4030980 -SHA256 (golang-tools-fc2b74b_GH0.tar.gz) = 2ced86211f2a8bcd3d3a726c935b20455fb04ec1e0206654785e39dd546090e4 -SIZE (golang-tools-fc2b74b_GH0.tar.gz) = 2219852 +SHA256 (golang-tools-7e08f671_GH0.tar.gz) = c2458bd00b4328bfe34894b4a5d8fe12e6e1fe67cb283c382ce1b6cb9cccd5fa +SIZE (golang-tools-7e08f671_GH0.tar.gz) = 2208354 SHA256 (dancannon-gorethink-7d1af5b_GH0.tar.gz) = db2cea166de8e4d6535fe27d262bc00e1dd3aab916a3329ddfb840f84f39fe62 SIZE (dancannon-gorethink-7d1af5b_GH0.tar.gz) = 112289 SHA256 (fatih-pool-cba550e_GH0.tar.gz) = fdcbcf67872333b16b74647bc4c8aa8100de81f58f0ea99ff83a519bf142e4cb From owner-svn-ports-all@freebsd.org Thu Mar 2 11:07:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ACF5CF5B7C; Thu, 2 Mar 2017 11:07:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 481E72DF; Thu, 2 Mar 2017 11:07:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22B7U1V044563; Thu, 2 Mar 2017 11:07:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22B7UdA044560; Thu, 2 Mar 2017 11:07:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703021107.v22B7UdA044560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Mar 2017 11:07:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435227 - in head/devel/gitinspector: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 11:07:31 -0000 Author: amdmi3 Date: Thu Mar 2 11:07:29 2017 New Revision: 435227 URL: https://svnweb.freebsd.org/changeset/ports/435227 Log: - Update to 0.4.4 - Unbreak - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH Deleted: head/devel/gitinspector/files/ Modified: head/devel/gitinspector/Makefile head/devel/gitinspector/distinfo head/devel/gitinspector/pkg-descr Modified: head/devel/gitinspector/Makefile ============================================================================== --- head/devel/gitinspector/Makefile Thu Mar 2 10:56:42 2017 (r435226) +++ head/devel/gitinspector/Makefile Thu Mar 2 11:07:29 2017 (r435227) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= gitinspector -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.4 +DISTVERSIONPREFIX= v CATEGORIES= devel python -MASTER_SITES= GOOGLE_CODE -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Statistical analysis tool for git repositories -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN= Unfetchable (google code has gone away) +USE_GITHUB= yes +GH_ACCOUNT= ejwa -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USES= zip python +USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Modified: head/devel/gitinspector/distinfo ============================================================================== --- head/devel/gitinspector/distinfo Thu Mar 2 10:56:42 2017 (r435226) +++ head/devel/gitinspector/distinfo Thu Mar 2 11:07:29 2017 (r435227) @@ -1,2 +1,3 @@ -SHA256 (gitinspector_0.3.2.zip) = 3778e60514f5067f8f2628da5cacbce12db99af6517fcf448afb2964bce963a7 -SIZE (gitinspector_0.3.2.zip) = 254971 +TIMESTAMP = 1488449221 +SHA256 (ejwa-gitinspector-v0.4.4_GH0.tar.gz) = c7a50772bf675d41b7c19508d8f2ea26725ce4ae16aba709d5b42db42e3d2459 +SIZE (ejwa-gitinspector-v0.4.4_GH0.tar.gz) = 312201 Modified: head/devel/gitinspector/pkg-descr ============================================================================== --- head/devel/gitinspector/pkg-descr Thu Mar 2 10:56:42 2017 (r435226) +++ head/devel/gitinspector/pkg-descr Thu Mar 2 11:07:29 2017 (r435227) @@ -5,4 +5,4 @@ activity of each author. Under normal op results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis. -WWW: https://code.google.com/p/gitinspector/ +WWW: https://github.com/ejwa/gitinspector From owner-svn-ports-all@freebsd.org Thu Mar 2 11:08:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5830CCF5BB5; Thu, 2 Mar 2017 11:08: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 1E6AD3DD; Thu, 2 Mar 2017 11:08: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 v22B83gK044688; Thu, 2 Mar 2017 11:08:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22B83r4044687; Thu, 2 Mar 2017 11:08:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703021108.v22B83r4044687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Mar 2017 11:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435228 - head/devel/cvs2cl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 11:08:04 -0000 Author: amdmi3 Date: Thu Mar 2 11:08:02 2017 New Revision: 435228 URL: https://svnweb.freebsd.org/changeset/ports/435228 Log: - Fix LICENSE - Add NO_ARCH - Cosmetic fixes Modified: head/devel/cvs2cl/Makefile Modified: head/devel/cvs2cl/Makefile ============================================================================== --- head/devel/cvs2cl/Makefile Thu Mar 2 11:07:29 2017 (r435227) +++ head/devel/cvs2cl/Makefile Thu Mar 2 11:08:02 2017 (r435228) @@ -14,13 +14,16 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= CVS-log-message-to-ChangeLog conversion script -LICENSE= GPLv2 +LICENSE= GPLv2+ USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +NO_ARCH= yes + +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz do-extract: @${MKDIR} ${WRKSRC} @@ -30,9 +33,11 @@ post-patch: @${REINPLACE_CMD} -e "s|exec perl -w -x|exec ${PERL} -w -x|" \ -e "s|#!perl -w|#!${PERL} -w|" ${WRKSRC}/${PORTNAME} +pre-install: + pod2man ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @pod2man ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include From owner-svn-ports-all@freebsd.org Thu Mar 2 11:16:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD2F1CF5E1C; Thu, 2 Mar 2017 11:16:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61612AA4; Thu, 2 Mar 2017 11:16:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22BGZ8i048604; Thu, 2 Mar 2017 11:16:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22BGZQN048600; Thu, 2 Mar 2017 11:16:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703021116.v22BGZQN048600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 2 Mar 2017 11:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435229 - in head/devel: py-game_sdl2 renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 11:16:36 -0000 Author: jbeich Date: Thu Mar 2 11:16:34 2017 New Revision: 435229 URL: https://svnweb.freebsd.org/changeset/ports/435229 Log: devel/renpy: update to 6.99.12.4 6.99.12.4.2187: February 28, 2017 This release fixes a number of bugs, including one that would cause the renpy.input function to crash. It improves the console (accessed with shift+O), and updates translations. Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-4 MFH: 2017Q1 Modified: head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/py-game_sdl2/distinfo (contents, props changed) head/devel/renpy/Makefile (contents, props changed) head/devel/renpy/distinfo (contents, props changed) Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Thu Mar 2 11:08:02 2017 (r435228) +++ head/devel/py-game_sdl2/Makefile Thu Mar 2 11:16:34 2017 (r435229) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.12.3 +PORTVERSION= 6.99.12.4 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO Modified: head/devel/py-game_sdl2/distinfo ============================================================================== --- head/devel/py-game_sdl2/distinfo Thu Mar 2 11:08:02 2017 (r435228) +++ head/devel/py-game_sdl2/distinfo Thu Mar 2 11:16:34 2017 (r435229) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486950266 -SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.3.tar.gz) = dc67c60ef4525cbd7ca61c7a94e29498fcd6caf7e5afebd82e0ef3fe74fd857b -SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.3.tar.gz) = 2294364 +TIMESTAMP = 1488338407 +SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.4.tar.gz) = 8e9e101027bfab62d6a4b9a4d5705d168383501af9ba958aaa3135233009bd1d +SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.4.tar.gz) = 2294620 Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Thu Mar 2 11:08:02 2017 (r435228) +++ head/devel/renpy/Makefile Thu Mar 2 11:16:34 2017 (r435229) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 6.99.12.3 +PORTVERSION?= 6.99.12.4 DISTVERSIONSUFFIX=-sdk PORTREVISION?= 0 CATEGORIES= devel games Modified: head/devel/renpy/distinfo ============================================================================== --- head/devel/renpy/distinfo Thu Mar 2 11:08:02 2017 (r435228) +++ head/devel/renpy/distinfo Thu Mar 2 11:16:34 2017 (r435229) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486950266 -SHA256 (renpy-6.99.12.3-sdk.tar.bz2) = dddc7120b6420e5fa8040882ffff5e83c645b26946cfa253986a40868bd6d39b -SIZE (renpy-6.99.12.3-sdk.tar.bz2) = 56915486 +TIMESTAMP = 1488338136 +SHA256 (renpy-6.99.12.4-sdk.tar.bz2) = ee3cd5c014a3d2cc4a7208a6a3812cd5b1614094a7b5548f1a0791b6ec0f07b1 +SIZE (renpy-6.99.12.4-sdk.tar.bz2) = 56908386 From owner-svn-ports-all@freebsd.org Thu Mar 2 11:45:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0574CCF543D; Thu, 2 Mar 2017 11:45: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 D398E8AB; Thu, 2 Mar 2017 11:45: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 v22BjAEu060646; Thu, 2 Mar 2017 11:45:10 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22BjAPu060643; Thu, 2 Mar 2017 11:45:10 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201703021145.v22BjAPu060643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 2 Mar 2017 11:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435230 - 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: Thu, 02 Mar 2017 11:45:12 -0000 Author: vsevolod Date: Thu Mar 2 11:45:10 2017 New Revision: 435230 URL: https://svnweb.freebsd.org/changeset/ports/435230 Log: - Update to 1.5.0 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Thu Mar 2 11:16:34 2017 (r435229) +++ head/mail/rspamd/Makefile Thu Mar 2 11:45:10 2017 (r435230) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -12,10 +11,10 @@ COMMENT= Fast spam filtering system LICENSE= APACHE20 LIB_DEPENDS= libpcre.so:devel/pcre \ - libgmime-2.6.so:mail/gmime26 \ libevent.so:devel/libevent \ libluajit-5.1.so:lang/luajit \ - libfann.so:math/fann + libfann.so:math/fann \ + libicui18n.so:devel/icu BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd-devel @@ -37,12 +36,12 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rsp -DMANDIR=${MANPREFIX}/man \ -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -DBUILD_PORT=yes \ - -DFORCE_GMIME24=yes \ -DLIBDIR=${PREFIX}/lib/rspamd \ -DENABLE_FANN=ON \ + -DENABLE_GD=OFF \ -DNO_SHARED=ON -USES= cmake:outsource gettext iconv pkgconfig tar:xz perl5 \ +USES= cmake:outsource gettext pkgconfig tar:xz perl5 \ compiler:c11 sqlite ssl USE_LDCONFIG= yes USE_PERL5= build Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Thu Mar 2 11:16:34 2017 (r435229) +++ head/mail/rspamd/distinfo Thu Mar 2 11:45:10 2017 (r435230) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487243417 -SHA256 (rspamd-1.4.4.tar.xz) = 51342639dd1e50b235ae7fb2e877dee1d5b90c8102ce7ff817545fa0fb6ebc6d -SIZE (rspamd-1.4.4.tar.xz) = 1780816 +TIMESTAMP = 1488452158 +SHA256 (rspamd-1.5.0.tar.xz) = 9e7c36e58d9a5607e36f4002cc1abcc2f511c48e9d8b0ef24f765e82c06a9706 +SIZE (rspamd-1.5.0.tar.xz) = 1846696 Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Thu Mar 2 11:16:34 2017 (r435229) +++ head/mail/rspamd/pkg-plist Thu Mar 2 11:45:10 2017 (r435230) @@ -16,16 +16,23 @@ bin/rspamc @sample %%ETCDIR%%/metrics.conf.sample @sample %%ETCDIR%%/mid.inc.sample @sample %%ETCDIR%%/modules.conf.sample +%%ETCDIR%%/modules.d/asn.conf %%ETCDIR%%/modules.d/chartable.conf +%%ETCDIR%%/modules.d/clickhouse.conf +%%ETCDIR%%/modules.d/dcc.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/force_actions.conf %%ETCDIR%%/modules.d/forged_recipients.conf %%ETCDIR%%/modules.d/fuzzy_check.conf +%%ETCDIR%%/modules.d/greylist.conf %%ETCDIR%%/modules.d/hfilter.conf %%ETCDIR%%/modules.d/ip_score.conf %%ETCDIR%%/modules.d/maillist.conf +%%ETCDIR%%/modules.d/metadata_exporter.conf +%%ETCDIR%%/modules.d/metric_exporter.conf %%ETCDIR%%/modules.d/mime_types.conf %%ETCDIR%%/modules.d/mid.conf %%ETCDIR%%/modules.d/multimap.conf @@ -35,9 +42,13 @@ bin/rspamc %%ETCDIR%%/modules.d/rbl.conf %%ETCDIR%%/modules.d/redis.conf %%ETCDIR%%/modules.d/regexp.conf +%%ETCDIR%%/modules.d/rmilter_headers.conf %%ETCDIR%%/modules.d/rspamd_update.conf %%ETCDIR%%/modules.d/spf.conf %%ETCDIR%%/modules.d/surbl.conf +%%ETCDIR%%/modules.d/url_redirector.conf +%%ETCDIR%%/modules.d/url_reputation.conf +%%ETCDIR%%/modules.d/url_tags.conf %%ETCDIR%%/modules.d/whitelist.conf @sample %%ETCDIR%%/options.inc.sample %%ETCDIR%%/redirectors.inc @@ -56,14 +67,17 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/lua/asn.lua %%DATADIR%%/lua/clickhouse.lua %%DATADIR%%/lua/dcc.lua +%%DATADIR%%/lua/dkim_signing.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/force_actions.lua %%DATADIR%%/lua/forged_recipients.lua %%DATADIR%%/lua/fun.lua +%%DATADIR%%/lua/fuzzy_collect.lua %%DATADIR%%/lua/greylist.lua %%DATADIR%%/lua/hfilter.lua %%DATADIR%%/lua/ip_score.lua @@ -77,13 +91,18 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/lua/once_received.lua %%DATADIR%%/lua/phishing.lua %%DATADIR%%/lua/ratelimit.lua +%%DATADIR%%/lua/url_redirector.lua +%%DATADIR%%/lua/url_tags.lua %%DATADIR%%/lua/replies.lua %%DATADIR%%/lua/rbl.lua +%%DATADIR%%/lua/rmilter_headers.lua %%DATADIR%%/lua/rspamd_update.lua %%DATADIR%%/lua/settings.lua %%DATADIR%%/lua/spamassassin.lua %%DATADIR%%/lua/trie.lua +%%DATADIR%%/lua/url_reputation.lua %%DATADIR%%/lua/whitelist.lua +%%DATADIR%%/rules/global_functions.lua %%DATADIR%%/rules/forwarding.lua %%DATADIR%%/rules/html.lua %%DATADIR%%/rules/http_headers.lua @@ -102,8 +121,6 @@ lib/rspamd/librspamd-actrie.so %%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 @@ -112,18 +129,25 @@ lib/rspamd/librspamd-actrie.so %%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/d3evolution.min.js -%%DATADIR%%/www/js/d3pie.min.js -%%DATADIR%%/www/js/datatables.min.js -%%DATADIR%%/www/js/humanize.min.js -%%DATADIR%%/www/js/bootstrap.min.js -%%DATADIR%%/www/js/d3.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/js/app/config.js +%%DATADIR%%/www/js/app/graph.js +%%DATADIR%%/www/js/app/history.js +%%DATADIR%%/www/js/app/rspamd.js +%%DATADIR%%/www/js/app/stats.js +%%DATADIR%%/www/js/app/symbols.js +%%DATADIR%%/www/js/app/upload.js +%%DATADIR%%/www/js/lib/bootstrap.min.js +%%DATADIR%%/www/js/lib/d3.min.js +%%DATADIR%%/www/js/lib/d3evolution.min.js +%%DATADIR%%/www/js/lib/d3pie.min.js +%%DATADIR%%/www/js/lib/datatables.min.js +%%DATADIR%%/www/js/lib/domReady.js +%%DATADIR%%/www/js/lib/humanize.min.js +%%DATADIR%%/www/js/lib/jquery-3.1.1.min.js +%%DATADIR%%/www/js/lib/visibility.min.js +%%DATADIR%%/www/js/main.js +%%DATADIR%%/www/js/require.js %%DATADIR%%/www/plugins.txt %%DATADIR%%/www/react-index.html man/man1/rspamadm.1.gz From owner-svn-ports-all@freebsd.org Thu Mar 2 12:24:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BCC3CF1AAC; Thu, 2 Mar 2017 12:24: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 48D5F19B; Thu, 2 Mar 2017 12:24: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 v22COYCU076444; Thu, 2 Mar 2017 12:24:34 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22COYMi076442; Thu, 2 Mar 2017 12:24:34 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703021224.v22COYMi076442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 2 Mar 2017 12:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435231 - head/databases/pgpool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 12:24:35 -0000 Author: tz Date: Thu Mar 2 12:24:34 2017 New Revision: 435231 URL: https://svnweb.freebsd.org/changeset/ports/435231 Log: databases/pgpool: Update from 3.4.3 to 3.4.9 Changelog: http://www.pgpool.net/docs/pgpool-II-3.4.8/NEWS.txt Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-9.html PR: 206839 Submitted by: Felix Hanley Modified: head/databases/pgpool/Makefile head/databases/pgpool/distinfo Modified: head/databases/pgpool/Makefile ============================================================================== --- head/databases/pgpool/Makefile Thu Mar 2 11:45:10 2017 (r435230) +++ head/databases/pgpool/Makefile Thu Mar 2 12:24:34 2017 (r435231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgpool -PORTVERSION= 3.4.3 +PORTVERSION= 3.4.9 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ DISTNAME= ${PORTNAME}-II-${PORTVERSION} Modified: head/databases/pgpool/distinfo ============================================================================== --- head/databases/pgpool/distinfo Thu Mar 2 11:45:10 2017 (r435230) +++ head/databases/pgpool/distinfo Thu Mar 2 12:24:34 2017 (r435231) @@ -1,2 +1,3 @@ -SHA256 (pgpool-II-3.4.3.tar.gz) = b030d1a0dfb919dabb90987f429b03a67b22ecdbeb0ec1bd969ebebe690006e4 -SIZE (pgpool-II-3.4.3.tar.gz) = 2152319 +TIMESTAMP = 1488456379 +SHA256 (pgpool-II-3.4.9.tar.gz) = 756fbaa589f6136f0fdff531829f0ac23087137784e115e09c7ff5957b2a8a78 +SIZE (pgpool-II-3.4.9.tar.gz) = 2163496 From owner-svn-ports-all@freebsd.org Thu Mar 2 12:25:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F2B0CF1AEF; Thu, 2 Mar 2017 12:25:13 +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 1C1D2288; Thu, 2 Mar 2017 12:25:13 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22CPCZk076601; Thu, 2 Mar 2017 12:25:12 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22CPCXx076599; Thu, 2 Mar 2017 12:25:12 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201703021225.v22CPCXx076599@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, 2 Mar 2017 12:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435232 - head/benchmarks/stress-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 12:25:13 -0000 Author: cpm Date: Thu Mar 2 12:25:11 2017 New Revision: 435232 URL: https://svnweb.freebsd.org/changeset/ports/435232 Log: Update to 0.07.21 PR: 217491 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Thu Mar 2 12:24:34 2017 (r435231) +++ head/benchmarks/stress-ng/Makefile Thu Mar 2 12:25:11 2017 (r435232) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.20 +PORTVERSION= 0.07.21 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Thu Mar 2 12:24:34 2017 (r435231) +++ head/benchmarks/stress-ng/distinfo Thu Mar 2 12:25:11 2017 (r435232) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487150476 -SHA256 (stress-ng-0.07.20.tar.gz) = 59e6ba00dfa0a073a8109937192bd28471dc90de180d220cea65bc65fcda26d7 -SIZE (stress-ng-0.07.20.tar.gz) = 362679 +TIMESTAMP = 1488457126 +SHA256 (stress-ng-0.07.21.tar.gz) = b1bbf37608bd71d044c34ddefbe3fe0e76f4187d4a4f45609bf55d48242d06da +SIZE (stress-ng-0.07.21.tar.gz) = 364069 From owner-svn-ports-all@freebsd.org Thu Mar 2 12:31:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61821CF1CB3; Thu, 2 Mar 2017 12:31:19 +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 33DD16D1; Thu, 2 Mar 2017 12:31:19 +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 v22CVIKV079824; Thu, 2 Mar 2017 12:31:18 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22CVH8t079818; Thu, 2 Mar 2017 12:31:17 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703021231.v22CVH8t079818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 2 Mar 2017 12:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435233 - in head/audio: . deadbeef-spectrogram-plugin deadbeef-spectrogram-plugin/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 12:31:19 -0000 Author: danfe Date: Thu Mar 2 12:31:17 2017 New Revision: 435233 URL: https://svnweb.freebsd.org/changeset/ports/435233 Log: This is a spectrogram plugin for DeaDBeeF audio player. WWW: https://github.com/cboxdoerfer/ddb_spectrogram Added: head/audio/deadbeef-spectrogram-plugin/ head/audio/deadbeef-spectrogram-plugin/Makefile (contents, props changed) head/audio/deadbeef-spectrogram-plugin/distinfo (contents, props changed) head/audio/deadbeef-spectrogram-plugin/files/ head/audio/deadbeef-spectrogram-plugin/files/patch-Makefile (contents, props changed) head/audio/deadbeef-spectrogram-plugin/files/patch-spectrogram.c (contents, props changed) head/audio/deadbeef-spectrogram-plugin/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Mar 2 12:25:11 2017 (r435232) +++ head/audio/Makefile Thu Mar 2 12:31:17 2017 (r435233) @@ -98,6 +98,7 @@ SUBDIR += deadbeef-musical-spectrum-plugin SUBDIR += deadbeef-playback-status-plugin SUBDIR += deadbeef-quick-search-plugin + SUBDIR += deadbeef-spectrogram-plugin SUBDIR += deadbeef-vu-meter-plugin SUBDIR += deadbeef-waveform-seekbar-plugin SUBDIR += decibel-audio-player Added: head/audio/deadbeef-spectrogram-plugin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/deadbeef-spectrogram-plugin/Makefile Thu Mar 2 12:31:17 2017 (r435233) @@ -0,0 +1,44 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= deadbeef-spectrogram-plugin +DISTVERSION= 0.0.2015.01.10 +CATEGORIES= audio + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Spectrogram plugin for DeaDBeeF audio player + +LICENSE= GPLv2+ + +BUILD_DEPENDS= ${LOCALBASE}/include/deadbeef/deadbeef.h:audio/deadbeef +LIB_DEPENDS= libfftw3.so:math/fftw3 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_GITHUB= yes +GH_ACCOUNT= cboxdoerfer +GH_PROJECT= ddb_spectrogram +GH_TAGNAME= 8d1b371 + +USES= gmake pkgconfig + +MAKE_JOBS_UNSAFE= yes + +OPTIONS_DEFINE= GTK2 GTK3 +OPTIONS_DEFAULT= GTK2 + +.for v in 2 3 +GTK${v}_USE= GNOME=gtk${v}0 +GTK${v}_ALL_TARGET= gtk${v} + +GTK${v}_PLIST_FILES= lib/deadbeef/ddb_vis_spectrogram_GTK${v}.so + +do-install-GTK${v}-on: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/deadbeef + ${INSTALL_LIB} ${WRKSRC}/gtk${v}/ddb_vis_spectrogram_GTK${v}.so \ + ${STAGEDIR}${PREFIX}/lib/deadbeef +.endfor + +do-install: + @${DO_NADA} + +.include Added: head/audio/deadbeef-spectrogram-plugin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/deadbeef-spectrogram-plugin/distinfo Thu Mar 2 12:31:17 2017 (r435233) @@ -0,0 +1,3 @@ +TIMESTAMP = 1420897675 +SHA256 (cboxdoerfer-ddb_spectrogram-0.0.2015.01.10-8d1b371_GH0.tar.gz) = 4a7a9b138c60b5b6b091cc2eac816f1d905709aed7cd4b5b5390fc07d3c15202 +SIZE (cboxdoerfer-ddb_spectrogram-0.0.2015.01.10-8d1b371_GH0.tar.gz) = 12468 Added: head/audio/deadbeef-spectrogram-plugin/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/deadbeef-spectrogram-plugin/files/patch-Makefile Thu Mar 2 12:31:17 2017 (r435233) @@ -0,0 +1,37 @@ +--- Makefile.orig 2015-01-10 13:47:55 UTC ++++ Makefile +@@ -28,7 +28,7 @@ GTK3_LIBS?=`pkg-config --libs gtk+-3.0` + FFTW_LIBS?=-lfftw3 + + CC?=gcc +-CFLAGS+=-Wall -g -fPIC -std=c99 -D_GNU_SOURCE ++CFLAGS+=-Wall -fPIC -std=c99 -D_GNU_SOURCE + LDFLAGS+=-shared + + GTK2_DIR?=gtk2 +@@ -65,21 +65,21 @@ mkdir_gtk3: + + $(GTK2_DIR)/$(OUT_GTK2): $(OBJ_GTK2) + @echo "Linking GTK+2 version" +- @$(call link, $(OBJ_GTK2), $(GTK2_LIBS), $(FFTW_LIBS)) ++ $(call link, $(OBJ_GTK2), $(GTK2_LIBS), $(FFTW_LIBS)) + @echo "Done!" + + $(GTK3_DIR)/$(OUT_GTK3): $(OBJ_GTK3) + @echo "Linking GTK+3 version" +- @$(call link, $(OBJ_GTK3), $(GTK3_LIBS), $(FFTW_LIBS)) ++ $(call link, $(OBJ_GTK3), $(GTK3_LIBS), $(FFTW_LIBS)) + @echo "Done!" + + $(GTK2_DIR)/%.o: %.c + @echo "Compiling $(subst $(GTK2_DIR)/,,$@)" +- @$(call compile, $(GTK2_CFLAGS)) ++ $(call compile, $(GTK2_CFLAGS)) + + $(GTK3_DIR)/%.o: %.c + @echo "Compiling $(subst $(GTK3_DIR)/,,$@)" +- @$(call compile, $(GTK3_CFLAGS)) ++ $(call compile, $(GTK3_CFLAGS)) + + clean: + @echo "Cleaning files from previous build..." Added: head/audio/deadbeef-spectrogram-plugin/files/patch-spectrogram.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/deadbeef-spectrogram-plugin/files/patch-spectrogram.c Thu Mar 2 12:31:17 2017 (r435233) @@ -0,0 +1,31 @@ +--- spectrogram.c.orig 2015-01-10 13:47:55 UTC ++++ spectrogram.c +@@ -238,6 +238,8 @@ gtk_widget_get_allocation (GtkWidget *wi + #define gtk_widget_set_can_default(widget, candefault) {if (candefault) GTK_WIDGET_SET_FLAGS (widget, GTK_CAN_DEFAULT); else GTK_WIDGET_UNSET_FLAGS(widget, GTK_CAN_DEFAULT);} + #endif + ++#pragma GCC diagnostic push ++#pragma GCC diagnostic ignored "-Wdeprecated-declarations" + static void + on_button_config (GtkMenuItem *menuitem, gpointer user_data) + { +@@ -266,8 +268,6 @@ on_button_config (GtkMenuItem *menuitem, + GtkWidget *applybutton1; + GtkWidget *cancelbutton1; + GtkWidget *okbutton1; +-#pragma GCC diagnostic push +-#pragma GCC diagnostic ignored "-Wdeprecated-declarations" + spectrogram_properties = gtk_dialog_new (); + gtk_window_set_title (GTK_WINDOW (spectrogram_properties), "Spectrogram Properties"); + gtk_window_set_type_hint (GTK_WINDOW (spectrogram_properties), GDK_WINDOW_TYPE_HINT_DIALOG); +@@ -543,9 +543,9 @@ on_button_config (GtkMenuItem *menuitem, + break; + } + gtk_widget_destroy (spectrogram_properties); +-#pragma GCC diagnostic pop + return; + } ++#pragma GCC diagnostic pop + + void + w_spectrogram_destroy (ddb_gtkui_widget_t *w) { Added: head/audio/deadbeef-spectrogram-plugin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/deadbeef-spectrogram-plugin/pkg-descr Thu Mar 2 12:31:17 2017 (r435233) @@ -0,0 +1,3 @@ +This is a spectrogram plugin for DeaDBeeF audio player. + +WWW: https://github.com/cboxdoerfer/ddb_spectrogram From owner-svn-ports-all@freebsd.org Thu Mar 2 12:42:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CE36CF1EC7; Thu, 2 Mar 2017 12:42:51 +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 29B69CFE; Thu, 2 Mar 2017 12:42:51 +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 v22CgogX084418; Thu, 2 Mar 2017 12:42:50 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Cgo5r084417; Thu, 2 Mar 2017 12:42:50 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703021242.v22Cgo5r084417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 2 Mar 2017 12:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435234 - head/audio/deadbeef-jack-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 12:42:51 -0000 Author: danfe Date: Thu Mar 2 12:42:50 2017 New Revision: 435234 URL: https://svnweb.freebsd.org/changeset/ports/435234 Log: - Define LICENSE (MIT) - Remove MAKE_JOBS_UNSAFE that was added in r415925: while it's true that most plugins we have in the tree are make(1) jobs unsafe (and, in fact, come from the same upstream with nearly identical (and broken) Makefile logic), this particular port contains single C source file and we build and install it directly via port's Makefile (in situ), so it can hardly be make(1) -jX unsafe Modified: head/audio/deadbeef-jack-plugin/Makefile Modified: head/audio/deadbeef-jack-plugin/Makefile ============================================================================== --- head/audio/deadbeef-jack-plugin/Makefile Thu Mar 2 12:31:17 2017 (r435233) +++ head/audio/deadbeef-jack-plugin/Makefile Thu Mar 2 12:42:50 2017 (r435234) @@ -8,6 +8,8 @@ CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org COMMENT= JACK output plugin for DeaDBeeF music player +LICENSE= MIT + BUILD_DEPENDS= ${LOCALBASE}/include/deadbeef/deadbeef.h:audio/deadbeef LIB_DEPENDS= libjack.so:audio/jack RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,8 +19,6 @@ GH_ACCOUNT= Alexey-Yakovenko GH_PROJECT= jack GH_TAGNAME= 62d1e6a -MAKE_JOBS_UNSAFE= yes - PLIST_FILES= lib/deadbeef/jack.so do-build: From owner-svn-ports-all@freebsd.org Thu Mar 2 12:54:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3918CCF23D0; Thu, 2 Mar 2017 12:54:35 +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 F18412F8; Thu, 2 Mar 2017 12:54:34 +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 v22CsYPa088391; Thu, 2 Mar 2017 12:54:34 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22CsXTZ088388; Thu, 2 Mar 2017 12:54:33 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703021254.v22CsXTZ088388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 2 Mar 2017 12:54:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435235 - head/graphics/pqiv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 12:54:35 -0000 Author: danilo Date: Thu Mar 2 12:54:33 2017 New Revision: 435235 URL: https://svnweb.freebsd.org/changeset/ports/435235 Log: - Update to 2.8.2 Modified: head/graphics/pqiv/Makefile head/graphics/pqiv/distinfo Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Thu Mar 2 12:42:50 2017 (r435234) +++ head/graphics/pqiv/Makefile Thu Mar 2 12:54:33 2017 (r435235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pqiv -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org @@ -33,7 +33,6 @@ USES= gettext-runtime gmake pkgconfig USE_XORG= x11 USE_GNOME= cairo gdkpixbuf2 HAS_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -lX11 LIBARCHIVE_CONFIGURE_WITH= archive archive_cbx LIBARCHIVE_USES= libarchive Modified: head/graphics/pqiv/distinfo ============================================================================== --- head/graphics/pqiv/distinfo Thu Mar 2 12:42:50 2017 (r435234) +++ head/graphics/pqiv/distinfo Thu Mar 2 12:54:33 2017 (r435235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488242962 -SHA256 (phillipberndt-pqiv-2.8.1_GH0.tar.gz) = ff8f28007535332f038c7d04a3c2d6696aa62604eef4fd66fc6500a8c235de30 -SIZE (phillipberndt-pqiv-2.8.1_GH0.tar.gz) = 108423 +TIMESTAMP = 1488459030 +SHA256 (phillipberndt-pqiv-2.8.2_GH0.tar.gz) = 4953e5627581720ba385913e1a8129ef9b312a93d2ce3d632a6fcad98d6db2dc +SIZE (phillipberndt-pqiv-2.8.2_GH0.tar.gz) = 108475 From owner-svn-ports-all@freebsd.org Thu Mar 2 13:53:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B906FCF359D; Thu, 2 Mar 2017 13:53:02 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85BDD289; Thu, 2 Mar 2017 13:53:02 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22Dr1WZ011621; Thu, 2 Mar 2017 13:53:01 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Dr1WI011618; Thu, 2 Mar 2017 13:53:01 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703021353.v22Dr1WI011618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 2 Mar 2017 13:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435236 - head/devel/py-wcwidth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 13:53:02 -0000 Author: skreuzer Date: Thu Mar 2 13:53:01 2017 New Revision: 435236 URL: https://svnweb.freebsd.org/changeset/ports/435236 Log: Upgrade to version 0.1.7 Set a default value for USES if it has not already been defined Modified: head/devel/py-wcwidth/Makefile head/devel/py-wcwidth/distinfo Modified: head/devel/py-wcwidth/Makefile ============================================================================== --- head/devel/py-wcwidth/Makefile Thu Mar 2 12:54:33 2017 (r435235) +++ head/devel/py-wcwidth/Makefile Thu Mar 2 13:53:01 2017 (r435236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcwidth -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Determine the printable width o LICENSE= MIT NO_ARCH= yes -USES= python +USES?= python USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-wcwidth/distinfo ============================================================================== --- head/devel/py-wcwidth/distinfo Thu Mar 2 12:54:33 2017 (r435235) +++ head/devel/py-wcwidth/distinfo Thu Mar 2 13:53:01 2017 (r435236) @@ -1,2 +1,3 @@ -SHA256 (wcwidth-0.1.6.tar.gz) = dcb3ec4771066cc15cf6aab5d5c4a499a5f01c677ff5aeb46cf20500dccd920b -SIZE (wcwidth-0.1.6.tar.gz) = 20483 +TIMESTAMP = 1488462563 +SHA256 (wcwidth-0.1.7.tar.gz) = 3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e +SIZE (wcwidth-0.1.7.tar.gz) = 22884 From owner-svn-ports-all@freebsd.org Thu Mar 2 14:02:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D83E0CF3854; Thu, 2 Mar 2017 14:02:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B98D4A4D; Thu, 2 Mar 2017 14:02:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0C5316E57; Thu, 2 Mar 2017 14:02:40 +0000 (UTC) Date: Thu, 2 Mar 2017 14:02:40 +0000 From: Alexey Dokuchaev To: Steven Kreuzer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435236 - head/devel/py-wcwidth Message-ID: <20170302140240.GA77758@FreeBSD.org> References: <201703021353.v22Dr1WI011618@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703021353.v22Dr1WI011618@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: Thu, 02 Mar 2017 14:02:40 -0000 On Thu, Mar 02, 2017 at 01:53:01PM +0000, Steven Kreuzer wrote: > New Revision: 435236 > URL: https://svnweb.freebsd.org/changeset/ports/435236 > > Log: > ... > Set a default value for USES if it has not already been defined And what would be the reason behind this? ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 2 14:06:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B53ADCF396A; Thu, 2 Mar 2017 14:06:07 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 820EBC26; Thu, 2 Mar 2017 14:06:07 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22E661o016214; Thu, 2 Mar 2017 14:06:06 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22E666e016212; Thu, 2 Mar 2017 14:06:06 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703021406.v22E666e016212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 2 Mar 2017 14:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435237 - in head/devel: . py3-wcwidth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 14:06:07 -0000 Author: skreuzer Date: Thu Mar 2 14:06:06 2017 New Revision: 435237 URL: https://svnweb.freebsd.org/changeset/ports/435237 Log: Python 3 version of devel/py-wcwidth PR: 217477 Submitted by: Danilo G. Baio Added: head/devel/py3-wcwidth/ head/devel/py3-wcwidth/Makefile (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 2 13:53:01 2017 (r435236) +++ head/devel/Makefile Thu Mar 2 14:06:06 2017 (r435237) @@ -4926,6 +4926,7 @@ SUBDIR += py3-simplejson SUBDIR += py3-threema-msgapi SUBDIR += py3-vcversioner + SUBDIR += py3-wcwidth SUBDIR += py3-xdg SUBDIR += py3-yaml SUBDIR += py_static_check Added: head/devel/py3-wcwidth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-wcwidth/Makefile Thu Mar 2 14:06:06 2017 (r435237) @@ -0,0 +1,8 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-wcwidth + +USES= python:3.4+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Thu Mar 2 14:12:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2500CCF3CB3; Thu, 2 Mar 2017 14:12:24 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 065B817E; Thu, 2 Mar 2017 14:12:24 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 4D4637185; Thu, 2 Mar 2017 14:12:23 +0000 (UTC) Date: Thu, 2 Mar 2017 14:12:23 +0000 From: Alexey Dokuchaev To: Steven Kreuzer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435237 - in head/devel: . py3-wcwidth Message-ID: <20170302141223.GA88405@FreeBSD.org> References: <201703021406.v22E666e016212@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703021406.v22E666e016212@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: Thu, 02 Mar 2017 14:12:24 -0000 On Thu, Mar 02, 2017 at 02:06:06PM +0000, Steven Kreuzer wrote: > New Revision: 435237 > URL: https://svnweb.freebsd.org/changeset/ports/435237 > > Log: > Python 3 version of devel/py-wcwidth > > [...] > @@ -0,0 +1,8 @@ > +# Created by: Danilo G. Baio > +# $FreeBSD$ > + > +MASTERDIR= ${.CURDIR}/../py-wcwidth OK I see it now. (It would be useful to mention that you plan to convert a port to become a master though, so dumb people like me wouldn't have to ask their silly questions.) ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 2 14:51:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E017FCF49F0; Thu, 2 Mar 2017 14:51:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A4451787; Thu, 2 Mar 2017 14:51:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 06172BDC9B; Thu, 2 Mar 2017 15:51:46 +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 CADE8BDC85; Thu, 2 Mar 2017 15:51:45 +0100 (CET) Subject: Re: svn commit: r435237 - in head/devel: . py3-wcwidth To: Alexey Dokuchaev , Steven Kreuzer References: <201703021406.v22E666e016212@repo.freebsd.org> <20170302141223.GA88405@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: Date: Thu, 2 Mar 2017 15:51:43 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170302141223.GA88405@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2INJ4DFKpV0TU2lUCBnqwL9Q7xhi2Dh0f" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 14:51:49 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2INJ4DFKpV0TU2lUCBnqwL9Q7xhi2Dh0f Content-Type: multipart/mixed; boundary="t9Uh3uNC6g36aOnxH85F0djIIMaw6hwO8"; protected-headers="v1" From: Mathieu Arnold To: Alexey Dokuchaev , Steven Kreuzer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r435237 - in head/devel: . py3-wcwidth References: <201703021406.v22E666e016212@repo.freebsd.org> <20170302141223.GA88405@FreeBSD.org> In-Reply-To: <20170302141223.GA88405@FreeBSD.org> --t9Uh3uNC6g36aOnxH85F0djIIMaw6hwO8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 02/03/2017 =C3=A0 15:12, Alexey Dokuchaev a =C3=A9crit : > On Thu, Mar 02, 2017 at 02:06:06PM +0000, Steven Kreuzer wrote: >> New Revision: 435237 >> URL: https://svnweb.freebsd.org/changeset/ports/435237 >> >> Log: >> Python 3 version of devel/py-wcwidth >> =20 >> [...] >> @@ -0,0 +1,8 @@ >> +# Created by: Danilo G. Baio >> +# $FreeBSD$ >> + >> +MASTERDIR=3D ${.CURDIR}/../py-wcwidth > OK I see it now. (It would be useful to mention that you plan to conve= rt > a port to become a master though, so dumb people like me wouldn't have = to > ask their silly questions.) Or do it all in one commit. --=20 Mathieu Arnold --t9Uh3uNC6g36aOnxH85F0djIIMaw6hwO8-- --2INJ4DFKpV0TU2lUCBnqwL9Q7xhi2Dh0f 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 iQJ8BAEBCgBmBQJYuDGBXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IPHIP/3yZDw5AQs9xMbi2ycXAKfqM CAla7P8MoghPCIUWeGeiZoqXtclswrlGG1c7OSg3pw1O4iuqiP2CFo2OObGYFsgb F/tUD1yvGhkAktlazxixgMjQAMbZoDCIF/MOGRJ7XOq4J7ZNWGdjHMsXcxwy6N06 jrOZJKJiLB1cmksqLHu0hmJgkJ77jM4hkw67Mj30Kpxwg2RHuSLEv/6h0EKTQQkB l+n9yEpUuAEKAkpLb4U0FVLtwtgKDFFiZR5Xtl//iQVa1H7DXhfkxEHssbA3W7/X VQHvLIsvd1tuPA0SeJSPiiWu0fCo37OPnpbrPXSOlFlsNrYU03S6oKnaJUFkz/A7 AGieuLoVTM9rwLGlA+R9Ry1PXOUed3Ua3axUWALWA/i9XtJMh8I395rdBZqemcl1 tFsRiBDz3Sg81dyw3lS1UF5d1s0UbTulT1FPeEazKmjU0USBxq0qu4K3rGsPniMq Sh8Mr6YRaT/QsQ3LgMLI4TymqCYsbdfntt6h2OMc2OaVZoSG7LYl/NOhmLMPJCRl KOaj2vQI0Iw7SkG5bHhZgNXZjWKr6KUR9gS4wvc1I9ceQXPgizcyVtvF+JF8hlrA GjTE726Ajw0SyiE8FbJWP8qc8tch1+atvWDC6KtK6TIKo4/g2yAfTFXrHEyGQYmM jVn83aar+4N6374Zc5w7 =ZQd1 -----END PGP SIGNATURE----- --2INJ4DFKpV0TU2lUCBnqwL9Q7xhi2Dh0f-- From owner-svn-ports-all@freebsd.org Thu Mar 2 15:08:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72DF6CF4CC8; Thu, 2 Mar 2017 15:08:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46D5CDF7; Thu, 2 Mar 2017 15:08:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 98A557947; Thu, 2 Mar 2017 15:08:08 +0000 (UTC) Date: Thu, 2 Mar 2017 15:08:08 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435237 - in head/devel: . py3-wcwidth Message-ID: <20170302150808.GA33420@FreeBSD.org> References: <201703021406.v22E666e016212@repo.freebsd.org> <20170302141223.GA88405@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Thu, 02 Mar 2017 15:08:09 -0000 On Thu, Mar 02, 2017 at 03:51:43PM +0100, Mathieu Arnold wrote: > Le 02/03/2017 ?? 15:12, Alexey Dokuchaev a ??crit : > > On Thu, Mar 02, 2017 at 02:06:06PM +0000, Steven Kreuzer wrote: > >> New Revision: 435237 > >> URL: https://svnweb.freebsd.org/changeset/ports/435237 > >> > >> Log: > >> Python 3 version of devel/py-wcwidth > >> > >> [...] > >> @@ -0,0 +1,8 @@ > >> +# Created by: Danilo G. Baio > >> +# $FreeBSD$ > >> + > >> +MASTERDIR= ${.CURDIR}/../py-wcwidth > > > > OK I see it now. (It would be useful to mention that you plan to convert > > a port to become a master though, so dumb people like me wouldn't have to > > ask their silly questions.) > > Or do it all in one commit. Right; that would've been even better. ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 2 15:39:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45514CF48FE; Thu, 2 Mar 2017 15:39:37 +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 1D35F3DE; Thu, 2 Mar 2017 15:39:37 +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 v22FdaiO051213; Thu, 2 Mar 2017 15:39:36 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22FdaeO051211; Thu, 2 Mar 2017 15:39:36 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703021539.v22FdaeO051211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 2 Mar 2017 15:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435238 - head/net-mgmt/kapacitor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 15:39:37 -0000 Author: girgen Date: Thu Mar 2 15:39:35 2017 New Revision: 435238 URL: https://svnweb.freebsd.org/changeset/ports/435238 Log: Update to latest version, 1.2.0 Approved-by: maintainer PR: 217492 Modified: head/net-mgmt/kapacitor/Makefile head/net-mgmt/kapacitor/distinfo Modified: head/net-mgmt/kapacitor/Makefile ============================================================================== --- head/net-mgmt/kapacitor/Makefile Thu Mar 2 14:06:06 2017 (r435237) +++ head/net-mgmt/kapacitor/Makefile Thu Mar 2 15:39:35 2017 (r435238) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kapacitor -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt @@ -11,7 +11,7 @@ COMMENT= Time-series data collection LICENSE= MIT -BUILD_DEPENDS= go>=1.5.0:lang/go +BUILD_DEPENDS= go>=1.6.0:lang/go ONLY_FOR_ARCHS= i386 amd64 armv6 @@ -20,38 +20,7 @@ USE_RC_SUBR= kapacitord USE_GITHUB= yes GH_ACCOUNT= influxdata:DEFAULT -GH_TUPLE= bmizerany:pat:c068ca2:pat/src/github.com/bmizerany/pat \ - collectd:go-collectd:9fc824c:go_collectd/src/collectd.org \ - dgryski:go-bits:2ad8d70:go_bits/src/github.com/dgryski/go-bits \ - dgryski:go-bitstream:7d46cd2:go_bitstream/src/github.com/dgryski/go-bitstream \ - dominikh:go-js-dom:24aa052:go_js_dom/src/honnef.co/go/js/dom \ - fsnotify:fsnotify:fd9ec7d:fsnotify/src/github.com/fsnotify/fsnotify \ - go-pipe:pipe:3c2ca4d:pipe/src/gopkg.in/pipe.v2 \ - golang:crypto:c197bcf:crypto/src/golang.org/x/crypto \ - golang:net:6acef71:net/src/golang.org/x/net \ - golang:snappy:d9eb7a3:snappy/src/github.com/golang/snappy \ - golang:tools:fc2b74b:tools/src/golang.org/x/tools \ - golang:sys:b699b70:sys/src/golang.org/x/sys \ - gopherjs:gopherjs:e34a5cd:gopherjs/src/github.com/gopherjs/gopherjs \ - jwilder:encoding:4dada27:encoding/src/github.com/jwilder/encoding \ - kardianos:osext:c2c54e5:osext/src/github.com/kardianos/osext \ - microcosm-cc:bluemonday:f77f16f:bluemonday/src/github.com/microcosm-cc/bluemonday \ - neelance:sourcemap:8c68805:sourcemap/src/github.com/neelance/sourcemap \ - paulbellamy:ratecounter:5a11f58:ratecounter/src/github.com/paulbellamy/ratecounter \ - peterh:liner:8975875:liner/src/github.com/peterh/liner \ - rakyll:statik:274df12:statik/src/github.com/rakyll/statik \ - retailnext:hllpp:38a7bb7:hllpp/src/github.com/retailnext/hllpp \ - russross:blackfriday:5f33e7b:blackfriday/src/github.com/russross/blackfriday \ - sergi:go-diff:552b4e9:go_diff/src/github.com/sergi/go-diff \ - shurcooL:github_flavored_markdown:7bcab91:github_flavored_markdown/src/github.com/shurcooL/github_flavored_markdown \ - shurcooL:gopherjslib:feb6d39:gopherjslib/src/github.com/shurcooL/gopherjslib \ - shurcooL:highlight_diff:d3b292e:highlight_diff/src/github.com/shurcooL/highlight_diff \ - shurcooL:highlight_go:7867c2d:highlight_go/src/github.com/shurcooL/highlight_go \ - shurcooL:httpfs:01ca90b:httpfs/src/github.com/shurcooL/httpfs \ - shurcooL:sanitized_anchor_name:1dba4b3:sanitized_anchor_name/src/github.com/shurcooL/sanitized_anchor_name \ - sourcegraph:annotate:f4cad6c:annotate/src/github.com/sourcegraph/annotate \ - sourcegraph:syntaxhighlight:c95ac47:syntaxhighlight/src/github.com/sourcegraph/syntaxhighlight \ - stretchr:testify:18a02ba:testify/src/github.com/stretchr/testify + # This should work, but go gets confused with the symlinks. #GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} @@ -64,20 +33,27 @@ STRIP= # stripping can break go binarie post-patch: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} @cd ${WRKSRC} && ${MV} \ - LICENSE alert.go auth batch.go build.py build.sh circle-test.sh circle.yml client clock cmd \ - combine.go combine_test.go default.go delete.go derivative.go doc.go edge.go edge_test.go \ - etc eval.go examples expr.go expvar flatten.go global_stats.go gobuild.sh group_by.go \ - http_out.go influxdb influxdb_out.go influxql.gen.go influxql.gen.go.tmpl influxql.go \ - integrations join.go k8s_autoscale.go list-deps log.go metaclient.go models node.go noop.go \ - output.go pipeline query.go query_test.go replay.go result.go sample.go scripts server \ - services shift.go stats.go stream.go task.go task_master.go template.go test.sh tick \ - tickdoc.conf timer tmpldata udf udf.go udf_test.go union.go update_tick_docs.sh usr vendor \ - vendor.list vendor.sh where.go window.go window_test.go \ + alert alert.go auth batch.go BLOB_STORE_DESIGN.md bufpool build.py \ + build.sh CHANGELOG.md circle-test.sh circle.yml client clock cmd \ + combine_test.go combine.go command CONTRIBUTING.md default.go delete.go \ + derivative.go DESIGN.md doc.go Dockerfile_build_ubuntu32 \ + Dockerfile_build_ubuntu64 Dockerfile_build_ubuntu64_git edge_test.go \ + edge.go etc eval.go examples expr.go expvar flatten.go gobuild.sh \ + group_by.go http_out.go influxdb influxdb_out.go influxql.gen.go \ + influxql.gen.go.tmpl influxql.go integrations join.go k8s_autoscale.go \ + LICENSE LICENSE_OF_DEPENDENCIES.md list-deps log.go metaclient.go \ + models node.go noop.go output.go pipeline query_test.go query.go \ + README.md replay.go result.go sample.go scripts server services \ + shift.go stats.go stream.go task_master.go task.go template.go \ + test.sh tick tickdoc.conf timer tmpldata udf udf_test.go udf.go \ + union.go update_tick_docs.sh usr vars vendor vendor.list vendor.sh \ + where.go window_test.go window.go \ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} do-build: @cd ${WRKSRC}/src/github.com/influxdata/${PORTNAME} \ - && ${SETENV} GOPATH=${WRKSRC} go install -ldflags "-X main.version=${DISTVERSION}" ./... + && ${SETENV} GOPATH=${WRKSRC} go install -ldflags "-X main.version=${DISTVERSION}" ./cmd/${PORTNAME} \ + && ${SETENV} GOPATH=${WRKSRC} go install -ldflags "-X main.version=${DISTVERSION}" ./cmd/${PORTNAME}d do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Modified: head/net-mgmt/kapacitor/distinfo ============================================================================== --- head/net-mgmt/kapacitor/distinfo Thu Mar 2 14:06:06 2017 (r435237) +++ head/net-mgmt/kapacitor/distinfo Thu Mar 2 15:39:35 2017 (r435238) @@ -1,67 +1,3 @@ -TIMESTAMP = 1479848996 -SHA256 (influxdata-kapacitor-v1.1.0_GH0.tar.gz) = c70ba2b2e4d0e450418d974f6afaa59dd5fa19a245565e4460476f2708d26ce0 -SIZE (influxdata-kapacitor-v1.1.0_GH0.tar.gz) = 5735206 -SHA256 (bmizerany-pat-c068ca2_GH0.tar.gz) = 1bff463e4313717c5561a97020e5b6ae8095560fa834aa565c488b85b5549433 -SIZE (bmizerany-pat-c068ca2_GH0.tar.gz) = 6246 -SHA256 (collectd-go-collectd-9fc824c_GH0.tar.gz) = 4d6f6d88f85e48eff7fa5443145ab62c30463b102dbcc70c3309519b7e01e546 -SIZE (collectd-go-collectd-9fc824c_GH0.tar.gz) = 24548 -SHA256 (dgryski-go-bits-2ad8d70_GH0.tar.gz) = 732ddc81419cd7fa5e43394c384bff3708c47206982c87975b6adc7b428e90db -SIZE (dgryski-go-bits-2ad8d70_GH0.tar.gz) = 2193 -SHA256 (dgryski-go-bitstream-7d46cd2_GH0.tar.gz) = ba7a2b22ea94d4541da4fce08e7c58fdbcde6feec1a652c3174a89907567667f -SIZE (dgryski-go-bitstream-7d46cd2_GH0.tar.gz) = 3006 -SHA256 (dominikh-go-js-dom-24aa052_GH0.tar.gz) = 6545874b1a214d94a4bdbb1e649b6fd2ce5d1811df082a1327ad5789e50379d2 -SIZE (dominikh-go-js-dom-24aa052_GH0.tar.gz) = 17617 -SHA256 (fsnotify-fsnotify-fd9ec7d_GH0.tar.gz) = 6841ad738e14637194726389faf2bdaf3e72929d7d2c3e4aca497243390069be -SIZE (fsnotify-fsnotify-fd9ec7d_GH0.tar.gz) = 29971 -SHA256 (go-pipe-pipe-3c2ca4d_GH0.tar.gz) = 119fd9432f68d6bd63ae865441521bdad18f1f17171ef1e367b44681ad12680b -SIZE (go-pipe-pipe-3c2ca4d_GH0.tar.gz) = 9315 -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-snappy-d9eb7a3_GH0.tar.gz) = 857fd1a142bc62ed05610c9daec12c6f6e4ff68b6cd5594311496b96bd8cbc2d -SIZE (golang-snappy-d9eb7a3_GH0.tar.gz) = 62041 -SHA256 (golang-tools-fc2b74b_GH0.tar.gz) = 2ced86211f2a8bcd3d3a726c935b20455fb04ec1e0206654785e39dd546090e4 -SIZE (golang-tools-fc2b74b_GH0.tar.gz) = 2219852 -SHA256 (golang-sys-b699b70_GH0.tar.gz) = 36aefb1a239c9d5eb7d0ea9f9f185114f6d399cd1d3a71f2ec0cb89066793daa -SIZE (golang-sys-b699b70_GH0.tar.gz) = 620914 -SHA256 (gopherjs-gopherjs-e34a5cd_GH0.tar.gz) = 715a02a33aad08bb27e5ee0f591bc0613f84e290398c19a6559772d7e456dbbe -SIZE (gopherjs-gopherjs-e34a5cd_GH0.tar.gz) = 166807 -SHA256 (jwilder-encoding-4dada27_GH0.tar.gz) = 96d48ce4f2d88056216f88e22758d2f9142e86eda11793d9683be8a55a959228 -SIZE (jwilder-encoding-4dada27_GH0.tar.gz) = 9479 -SHA256 (kardianos-osext-c2c54e5_GH0.tar.gz) = a88e50c075ae7a99dc643ea325992c44324d9b8d7094e77c692ab66b357c1b42 -SIZE (kardianos-osext-c2c54e5_GH0.tar.gz) = 4724 -SHA256 (microcosm-cc-bluemonday-f77f16f_GH0.tar.gz) = a627895ae7a455c8bb0fdf73e8b11fadee27a85869136bd4f4522ff8821b21a3 -SIZE (microcosm-cc-bluemonday-f77f16f_GH0.tar.gz) = 133754 -SHA256 (neelance-sourcemap-8c68805_GH0.tar.gz) = d0a775123ab0045976bc60f1f67bdce5e34a9b5fb9c50203c1154993578b201f -SIZE (neelance-sourcemap-8c68805_GH0.tar.gz) = 3105 -SHA256 (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = e493c6c8d673ecda63e9c0bd4e63a5af11362878c0c95f0e46711ccad1462eba -SIZE (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = 2877 -SHA256 (peterh-liner-8975875_GH0.tar.gz) = a754997d65d419cab0d76b1abbd93d392dc4bc038091f23ddac9247ef6228c3d -SIZE (peterh-liner-8975875_GH0.tar.gz) = 19672 -SHA256 (rakyll-statik-274df12_GH0.tar.gz) = 47cb3d4bc95171baeac813c0373cdfc232c4339fb09f251a76df247615216d49 -SIZE (rakyll-statik-274df12_GH0.tar.gz) = 77898 -SHA256 (retailnext-hllpp-38a7bb7_GH0.tar.gz) = 904156542b8cc404710f5689f7944e2d0c9a2fb8a6f53ae763bc922724f8c603 -SIZE (retailnext-hllpp-38a7bb7_GH0.tar.gz) = 43008 -SHA256 (russross-blackfriday-5f33e7b_GH0.tar.gz) = 30ec0d8bb17b404f7f3a59d574fa5728adc15b0248d433bd14d3ade1b8935b0e -SIZE (russross-blackfriday-5f33e7b_GH0.tar.gz) = 71950 -SHA256 (sergi-go-diff-552b4e9_GH0.tar.gz) = 01fb4f98188551a659ba9cce7acde794877d3aa4358d8a66142e100668b27e29 -SIZE (sergi-go-diff-552b4e9_GH0.tar.gz) = 39875 -SHA256 (shurcooL-github_flavored_markdown-7bcab91_GH0.tar.gz) = b396dd6b0d607ad4325b017e58bcd244204eb20c16425f158bb80053d22796f3 -SIZE (shurcooL-github_flavored_markdown-7bcab91_GH0.tar.gz) = 13271 -SHA256 (shurcooL-gopherjslib-feb6d39_GH0.tar.gz) = 52afa2c5cdc019d1e1504c77fd93ea1fd88a85873e425bff46c5041566cb06bf -SIZE (shurcooL-gopherjslib-feb6d39_GH0.tar.gz) = 3463 -SHA256 (shurcooL-highlight_diff-d3b292e_GH0.tar.gz) = 3147d25f1f27558b1dfcded055b548ac0ddf2e33940ae042b58ed901659467bd -SIZE (shurcooL-highlight_diff-d3b292e_GH0.tar.gz) = 2387 -SHA256 (shurcooL-highlight_go-7867c2d_GH0.tar.gz) = 0037815e77ebebde2f842fb58a9ac6ef8637623b6ed1797167d92456185e93a0 -SIZE (shurcooL-highlight_go-7867c2d_GH0.tar.gz) = 2536 -SHA256 (shurcooL-httpfs-01ca90b_GH0.tar.gz) = c4fbd100db7b802daa6ccbf653c33dce5f55b1f45f37a5db0c88c3c427799c16 -SIZE (shurcooL-httpfs-01ca90b_GH0.tar.gz) = 8014 -SHA256 (shurcooL-sanitized_anchor_name-1dba4b3_GH0.tar.gz) = 0188ebad02ba0773a70431647bf7f40655dc0fdfccec8a3c682a20e97fd42d36 -SIZE (shurcooL-sanitized_anchor_name-1dba4b3_GH0.tar.gz) = 2054 -SHA256 (sourcegraph-annotate-f4cad6c_GH0.tar.gz) = 1369f59a54f37ed2805e71bcbae209e7c77e183178fb785fedd3a6bdbb87deb1 -SIZE (sourcegraph-annotate-f4cad6c_GH0.tar.gz) = 5962 -SHA256 (sourcegraph-syntaxhighlight-c95ac47_GH0.tar.gz) = a7882ab696afbfb9f5608a823026948dae1a6740a397186c87010246f4a44045 -SIZE (sourcegraph-syntaxhighlight-c95ac47_GH0.tar.gz) = 12855 -SHA256 (stretchr-testify-18a02ba_GH0.tar.gz) = a161aa712268eae69c7ac5164eee1109902254e94a780235e5066bc965810e1f -SIZE (stretchr-testify-18a02ba_GH0.tar.gz) = 83511 +TIMESTAMP = 1486074397 +SHA256 (influxdata-kapacitor-v1.2.0_GH0.tar.gz) = da13321520930f86e65de7989abb076a0e3dbc23da09b400f3299d7b6d452416 +SIZE (influxdata-kapacitor-v1.2.0_GH0.tar.gz) = 5961658 From owner-svn-ports-all@freebsd.org Thu Mar 2 15:39:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA501CF4943; Thu, 2 Mar 2017 15:39:48 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FD30683; Thu, 2 Mar 2017 15:39:48 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22FdlQt051364; Thu, 2 Mar 2017 15:39:47 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Fdle8051361; Thu, 2 Mar 2017 15:39:47 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703021539.v22Fdle8051361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 2 Mar 2017 15:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435239 - 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: Thu, 02 Mar 2017 15:39:49 -0000 Author: krion Date: Thu Mar 2 15:39:47 2017 New Revision: 435239 URL: https://svnweb.freebsd.org/changeset/ports/435239 Log: Update www/node to 7.6.0 PR: 217331 Submitted by: maintainer Differential Revision: https://reviews.freebsd.org/D9792 Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/pkg-plist Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Thu Mar 2 15:39:35 2017 (r435238) +++ head/www/node/Makefile Thu Mar 2 15:39:47 2017 (r435239) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 7.5.0 +PORTVERSION= 7.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Thu Mar 2 15:39:35 2017 (r435238) +++ head/www/node/distinfo Thu Mar 2 15:39:47 2017 (r435239) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486252806 -SHA256 (node-v7.5.0.tar.gz) = 0da8e0288b5c0f136e650b7119219968720caf88b5a67ef0591555113f0844c2 -SIZE (node-v7.5.0.tar.gz) = 27746209 +TIMESTAMP = 1487766004 +SHA256 (node-v7.6.0.tar.gz) = 809e80265e332fe1a8268e5a73eb219c356810fe86c69fd2d931c52e07211970 +SIZE (node-v7.6.0.tar.gz) = 27981527 Modified: head/www/node/pkg-plist ============================================================================== --- head/www/node/pkg-plist Thu Mar 2 15:39:35 2017 (r435238) +++ head/www/node/pkg-plist Thu Mar 2 15:39:47 2017 (r435239) @@ -103,6 +103,8 @@ include/node/node_version.h %%BUNDLED_SSL%%include/node/openssl/x509v3.h include/node/v8-debug.h include/node/v8-experimental.h +include/node/v8-inspector-protocol.h +include/node/v8-inspector.h include/node/v8-platform.h include/node/v8-profiler.h include/node/v8-testing.h From owner-svn-ports-all@freebsd.org Thu Mar 2 15:40:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E57ECF49BB; Thu, 2 Mar 2017 15:40:22 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E239E836; Thu, 2 Mar 2017 15:40:21 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22FeLir051530; Thu, 2 Mar 2017 15:40:21 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22FeKrx051528; Thu, 2 Mar 2017 15:40:20 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703021540.v22FeKrx051528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 2 Mar 2017 15:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435240 - head/www/node4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 15:40:22 -0000 Author: krion Date: Thu Mar 2 15:40:20 2017 New Revision: 435240 URL: https://svnweb.freebsd.org/changeset/ports/435240 Log: Update www/node4 to 4.8.0 PR: 217329 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9793 Modified: head/www/node4/Makefile head/www/node4/distinfo Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Thu Mar 2 15:39:47 2017 (r435239) +++ head/www/node4/Makefile Thu Mar 2 15:40:20 2017 (r435240) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.7.3 +PORTVERSION= 4.8.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 4 Modified: head/www/node4/distinfo ============================================================================== --- head/www/node4/distinfo Thu Mar 2 15:39:47 2017 (r435239) +++ head/www/node4/distinfo Thu Mar 2 15:40:20 2017 (r435240) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486252799 -SHA256 (node-v4.7.3.tar.gz) = 1549d4e0aeb9419ddb85ba4dffdba8d0e2f9a9b904e80765b044c4f7d9f485ed -SIZE (node-v4.7.3.tar.gz) = 22732272 +TIMESTAMP = 1487765714 +SHA256 (node-v4.8.0.tar.gz) = 6e65d19e0135be474df53a350af766a8f1ba5ef1a5288a4da993a1a9b0e04942 +SIZE (node-v4.8.0.tar.gz) = 22759080 From owner-svn-ports-all@freebsd.org Thu Mar 2 15:40:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBC14CF4A37; Thu, 2 Mar 2017 15:40:56 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98CDF99E; Thu, 2 Mar 2017 15:40:56 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22Fetc5051677; Thu, 2 Mar 2017 15:40:55 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Fetub051675; Thu, 2 Mar 2017 15:40:55 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703021540.v22Fetub051675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 2 Mar 2017 15:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435241 - 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: Thu, 02 Mar 2017 15:40:56 -0000 Author: krion Date: Thu Mar 2 15:40:55 2017 New Revision: 435241 URL: https://svnweb.freebsd.org/changeset/ports/435241 Log: Update www/node6 to 6.10.0 PR: 217330 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9794 Modified: head/www/node6/Makefile head/www/node6/distinfo Modified: head/www/node6/Makefile ============================================================================== --- head/www/node6/Makefile Thu Mar 2 15:40:20 2017 (r435240) +++ head/www/node6/Makefile Thu Mar 2 15:40:55 2017 (r435241) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.9.5 +PORTVERSION= 6.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 6 @@ -18,8 +17,8 @@ OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTR OPTIONS_DEFAULT=DTRACE OPTIONS_SUB= yes -OPTIONS_DEFAULT_FreeBSD_10= BUNDLED_SSL -OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} +OPTIONS_DEFAULT_FreeBSD_10= BUNDLED_SSL +OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE Modified: head/www/node6/distinfo ============================================================================== --- head/www/node6/distinfo Thu Mar 2 15:40:20 2017 (r435240) +++ head/www/node6/distinfo Thu Mar 2 15:40:55 2017 (r435241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486252808 -SHA256 (node-v6.9.5.tar.gz) = f7e9ab702c5d1f5a3521199c04cc670fda3cf4b0e48548b09ac7ac874ccb504a -SIZE (node-v6.9.5.tar.gz) = 26381690 +TIMESTAMP = 1487765859 +SHA256 (node-v6.10.0.tar.gz) = 01dae00dc0faa37a4b7a84098e2f04631827fc42e319eb66ccc3ab1d561ea42d +SIZE (node-v6.10.0.tar.gz) = 26706815 From owner-svn-ports-all@freebsd.org Thu Mar 2 15:41:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BFD5CF4A8D; Thu, 2 Mar 2017 15:41:50 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD153C75; Thu, 2 Mar 2017 15:41:49 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22FfmnY054624; Thu, 2 Mar 2017 15:41:48 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Ffmt5054622; Thu, 2 Mar 2017 15:41:48 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703021541.v22Ffmt5054622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 2 Mar 2017 15:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435242 - head/devel/py-traitlets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 15:41:50 -0000 Author: krion Date: Thu Mar 2 15:41:48 2017 New Revision: 435242 URL: https://svnweb.freebsd.org/changeset/ports/435242 Log: Update devel/py-traitlets to 4.3.2 PR: 217369 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9814 Modified: head/devel/py-traitlets/Makefile head/devel/py-traitlets/distinfo Modified: head/devel/py-traitlets/Makefile ============================================================================== --- head/devel/py-traitlets/Makefile Thu Mar 2 15:40:55 2017 (r435241) +++ head/devel/py-traitlets/Makefile Thu Mar 2 15:41:48 2017 (r435242) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= traitlets -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-traitlets/distinfo ============================================================================== --- head/devel/py-traitlets/distinfo Thu Mar 2 15:40:55 2017 (r435241) +++ head/devel/py-traitlets/distinfo Thu Mar 2 15:41:48 2017 (r435242) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475525206 -SHA256 (traitlets-4.3.1.tar.gz) = ba8c94323ccbe8fd792e45d8efe8c95d3e0744cc8c085295b607552ab573724c -SIZE (traitlets-4.3.1.tar.gz) = 88108 +TIMESTAMP = 1488096995 +SHA256 (traitlets-4.3.2.tar.gz) = 9c4bd2d267b7153df9152698efb1050a5d84982d3384a37b2c1f7723ba3e7835 +SIZE (traitlets-4.3.2.tar.gz) = 88173 From owner-svn-ports-all@freebsd.org Thu Mar 2 15:42:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05EEFCF4C98; Thu, 2 Mar 2017 15:42:41 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC18CE47; Thu, 2 Mar 2017 15:42:40 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22Fgdja055477; Thu, 2 Mar 2017 15:42:39 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22FgdAd055473; Thu, 2 Mar 2017 15:42:39 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703021542.v22FgdAd055473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 2 Mar 2017 15:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435243 - in head/math/cminpack: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 15:42:41 -0000 Author: krion Date: Thu Mar 2 15:42:39 2017 New Revision: 435243 URL: https://svnweb.freebsd.org/changeset/ports/435243 Log: Update math/cminpack to 1.3.6 PR: 217366 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9813 Deleted: head/math/cminpack/files/patch-CMakeLists.txt Modified: head/math/cminpack/Makefile head/math/cminpack/distinfo head/math/cminpack/files/patch-cmake_CMakeLists.txt head/math/cminpack/pkg-plist Modified: head/math/cminpack/Makefile ============================================================================== --- head/math/cminpack/Makefile Thu Mar 2 15:41:48 2017 (r435242) +++ head/math/cminpack/Makefile Thu Mar 2 15:42:39 2017 (r435243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cminpack -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/cminpack/distinfo ============================================================================== --- head/math/cminpack/distinfo Thu Mar 2 15:41:48 2017 (r435242) +++ head/math/cminpack/distinfo Thu Mar 2 15:42:39 2017 (r435243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464767219 -SHA256 (devernay-cminpack-v1.3.5_GH0.tar.gz) = a3ab4be6c8a8bab36c6ac7d4322fb0b9c4347a8096fd6c96d1686dc30e4b1afe -SIZE (devernay-cminpack-v1.3.5_GH0.tar.gz) = 312932 +TIMESTAMP = 1487969746 +SHA256 (devernay-cminpack-v1.3.6_GH0.tar.gz) = 3c07fd21308c96477a2c900032e21d937739c233ee273b4347a0d4a84a32d09f +SIZE (devernay-cminpack-v1.3.6_GH0.tar.gz) = 313459 Modified: head/math/cminpack/files/patch-cmake_CMakeLists.txt ============================================================================== --- head/math/cminpack/files/patch-cmake_CMakeLists.txt Thu Mar 2 15:41:48 2017 (r435242) +++ head/math/cminpack/files/patch-cmake_CMakeLists.txt Thu Mar 2 15:42:39 2017 (r435243) @@ -1,11 +1,10 @@ ---- cmake/CMakeLists.txt.orig 2014-02-26 18:22:04 UTC +--- cmake/CMakeLists.txt.orig 2017-02-24 21:33:00 UTC +++ cmake/CMakeLists.txt -@@ -3,6 +3,6 @@ set(PKG_EXTERNAL_DEPS "") - set(pkg_conf_file ${CMAKE_CURRENT_BINARY_DIR}/cminpack.pc) +@@ -11,6 +11,6 @@ if (USE_BLAS AND BLAS_FOUND) + endif() configure_file(cminpack.pc.in ${pkg_conf_file} @ONLY) install(FILES ${pkg_conf_file} - DESTINATION ${CMINPACK_LIB_INSTALL_DIR}/pkgconfig/ COMPONENT pkgconfig) + DESTINATION libdata/pkgconfig/ COMPONENT pkgconfig) --install(FILES FindCMinpack.cmake DESTINATION ${CMAKE_ROOT}/Modules) -+install(FILES FindCMinpack.cmake DESTINATION share/cmake/Modules) + install(FILES CMinpackConfig.cmake DESTINATION share/cmake/CMinpack) Modified: head/math/cminpack/pkg-plist ============================================================================== --- head/math/cminpack/pkg-plist Thu Mar 2 15:41:48 2017 (r435242) +++ head/math/cminpack/pkg-plist Thu Mar 2 15:42:39 2017 (r435243) @@ -2,7 +2,7 @@ include/cminpack-1/cminpack.h include/cminpack-1/minpack.h lib/libcminpack_s.a libdata/pkgconfig/cminpack.pc -share/cmake/Modules/FindCMinpack.cmake +share/cmake/CMinpack/CMinpackConfig.cmake %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chkdrv.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chkdrv_.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmpfiles.c From owner-svn-ports-all@freebsd.org Thu Mar 2 15:43:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70A80CF4D5C; Thu, 2 Mar 2017 15:43:37 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40455FAE; Thu, 2 Mar 2017 15:43:37 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22FhaNJ055633; Thu, 2 Mar 2017 15:43:36 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Fhacu055631; Thu, 2 Mar 2017 15:43:36 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703021543.v22Fhacu055631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 2 Mar 2017 15:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435244 - head/net/cjdns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 15:43:37 -0000 Author: krion Date: Thu Mar 2 15:43:36 2017 New Revision: 435244 URL: https://svnweb.freebsd.org/changeset/ports/435244 Log: Update net/cjdns to 19.1 PR: 217360 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9808 Modified: head/net/cjdns/Makefile head/net/cjdns/distinfo Modified: head/net/cjdns/Makefile ============================================================================== --- head/net/cjdns/Makefile Thu Mar 2 15:42:39 2017 (r435243) +++ head/net/cjdns/Makefile Thu Mar 2 15:43:36 2017 (r435244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cjdns -PORTVERSION= 18 +PORTVERSION= 19.1 DISTVERSIONPREFIX= cjdns-v CATEGORIES= net security Modified: head/net/cjdns/distinfo ============================================================================== --- head/net/cjdns/distinfo Thu Mar 2 15:42:39 2017 (r435243) +++ head/net/cjdns/distinfo Thu Mar 2 15:43:36 2017 (r435244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476859359 -SHA256 (cjdelisle-cjdns-cjdns-v18_GH0.tar.gz) = 57e5fe05b9775daf16f23c16c24035a4e380a3c9461faa2e1bc9de0bc6b147ab -SIZE (cjdelisle-cjdns-cjdns-v18_GH0.tar.gz) = 3989737 +TIMESTAMP = 1488053210 +SHA256 (cjdelisle-cjdns-cjdns-v19.1_GH0.tar.gz) = 53c568a500215b055a9894178eb4477bd93a6e1abf751d0bc5ef2a03ea01a188 +SIZE (cjdelisle-cjdns-cjdns-v19.1_GH0.tar.gz) = 4239047 From owner-svn-ports-all@freebsd.org Thu Mar 2 15:44:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C659CF4E4D; Thu, 2 Mar 2017 15:44:24 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D63FE1D2; Thu, 2 Mar 2017 15:44:23 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22FiMPn055827; Thu, 2 Mar 2017 15:44:22 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22FiMje055823; Thu, 2 Mar 2017 15:44:22 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703021544.v22FiMje055823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 2 Mar 2017 15:44:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435245 - head/games/emptyepsilon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 15:44:24 -0000 Author: krion Date: Thu Mar 2 15:44:22 2017 New Revision: 435245 URL: https://svnweb.freebsd.org/changeset/ports/435245 Log: Update games/emptyepsilon to 2017.02.23 PR: 217361 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9812 Modified: head/games/emptyepsilon/Makefile head/games/emptyepsilon/distinfo head/games/emptyepsilon/pkg-plist Modified: head/games/emptyepsilon/Makefile ============================================================================== --- head/games/emptyepsilon/Makefile Thu Mar 2 15:43:36 2017 (r435244) +++ head/games/emptyepsilon/Makefile Thu Mar 2 15:44:22 2017 (r435245) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emptyepsilon -PORTVERSION= 2017.01.19 +PORTVERSION= 2017.02.23 DISTVERSIONPREFIX= EE- CATEGORIES= games Modified: head/games/emptyepsilon/distinfo ============================================================================== --- head/games/emptyepsilon/distinfo Thu Mar 2 15:43:36 2017 (r435244) +++ head/games/emptyepsilon/distinfo Thu Mar 2 15:44:22 2017 (r435245) @@ -1,5 +1,5 @@ -TIMESTAMP = 1486000649 -SHA256 (daid-EmptyEpsilon-EE-2017.01.19_GH0.tar.gz) = 8b2bcb17c6cb3d3938027e547b290bb292ffb5d2258307e51d94b1441dc9cffc -SIZE (daid-EmptyEpsilon-EE-2017.01.19_GH0.tar.gz) = 202330713 -SHA256 (daid-SeriousProton-EE-2017.01.19_GH0.tar.gz) = 7026d67bbaff44ead8bc8c540825a346326b5d1334111cd638fff75734f261a0 -SIZE (daid-SeriousProton-EE-2017.01.19_GH0.tar.gz) = 590621 +TIMESTAMP = 1488059512 +SHA256 (daid-EmptyEpsilon-EE-2017.02.23_GH0.tar.gz) = b8ee799cc1acb0c046c67590716f63e0037053d08dfe113b1c7e48e9ae7dc0be +SIZE (daid-EmptyEpsilon-EE-2017.02.23_GH0.tar.gz) = 202342062 +SHA256 (daid-SeriousProton-EE-2017.02.23_GH0.tar.gz) = 1a090d19f3fccabc7707d59b4d0981d61b4ec3f336a404a55c6f66694d035232 +SIZE (daid-SeriousProton-EE-2017.02.23_GH0.tar.gz) = 590608 Modified: head/games/emptyepsilon/pkg-plist ============================================================================== --- head/games/emptyepsilon/pkg-plist Thu Mar 2 15:43:36 2017 (r435244) +++ head/games/emptyepsilon/pkg-plist Thu Mar 2 15:44:22 2017 (r435245) @@ -230,6 +230,12 @@ bin/emptyepsilon %%DATADIR%%/scripts/shipTemplates_StarFighters.lua %%DATADIR%%/scripts/shipTemplates_Stations.lua %%DATADIR%%/scripts/supply_drop.lua -%%DATADIR%%/scripts/tutorial.lua +%%DATADIR%%/scripts/tutorial_01_mainscreen.lua +%%DATADIR%%/scripts/tutorial_02_helm.lua +%%DATADIR%%/scripts/tutorial_03_weapons.lua +%%DATADIR%%/scripts/tutorial_04_engineering.lua +%%DATADIR%%/scripts/tutorial_05_science.lua +%%DATADIR%%/scripts/tutorial_06_relay.lua +%%DATADIR%%/scripts/tutorial_07_all.lua %%DATADIR%%/scripts/util_random_transports.lua %%DATADIR%%/scripts/utils.lua From owner-svn-ports-all@freebsd.org Thu Mar 2 15:45:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB55DCF4EB3; Thu, 2 Mar 2017 15:45:06 +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 A5ADC2FD; Thu, 2 Mar 2017 15:45:06 +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 v22Fj5Z7055985; Thu, 2 Mar 2017 15:45:05 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Fj5u7055983; Thu, 2 Mar 2017 15:45:05 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703021545.v22Fj5u7055983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 2 Mar 2017 15:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435246 - head/databases/influxdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 15:45:06 -0000 Author: girgen Date: Thu Mar 2 15:45:05 2017 New Revision: 435246 URL: https://svnweb.freebsd.org/changeset/ports/435246 Log: Update influxdb to 1.2.0 Approved by: maintainer PR: 217493 Modified: head/databases/influxdb/Makefile head/databases/influxdb/distinfo Modified: head/databases/influxdb/Makefile ============================================================================== --- head/databases/influxdb/Makefile Thu Mar 2 15:44:22 2017 (r435245) +++ head/databases/influxdb/Makefile Thu Mar 2 15:45:05 2017 (r435246) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= influxdb -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= databases net-mgmt @@ -18,24 +18,28 @@ USE_RC_SUBR= influxd USE_GITHUB= yes GH_ACCOUNT= influxdata:DEFAULT + + GH_TUPLE= BurntSushi:toml:9906417:toml/src/github.com/BurntSushi/toml \ bmizerany:pat:c068ca2:pat/src/github.com/bmizerany/pat \ - boltdb:bolt:5cc10bb:bolt/src/github.com/boltdb/bolt \ - davecgh:go-spew:5215b55:go_spew/src/github.com/davecgh/go-spew \ - dgrijalva:jwt-go:63734ea:jwt_go/src/github.com/dgrijalva/jwt-go \ + boltdb:bolt:4b1ebc1:bolt/src/github.com/boltdb/bolt \ + cespare:xxhash:4a94f89:xxhash/src/github.com/cespare/xxhash \ + davecgh:go-spew:346938d:go_spew/src/github.com/davecgh/go-spew \ + dgrijalva:jwt-go:24c63f5:jwt_go/src/github.com/dgrijalva/jwt-go \ dgryski:go-bits:2ad8d70:go_bits/src/github.com/dgryski/go-bits \ dgryski:go-bitstream:7d46cd2:go_bitstream/src/github.com/dgryski/go-bitstream \ - gogo:protobuf:0394392:protobuf/src/github.com/gogo/protobuf \ + gogo:protobuf:a9cd0c35:protobuf/src/github.com/gogo/protobuf \ golang:snappy:d9eb7a3:snappy/src/github.com/golang/snappy \ influxdata:usage-client:6d38953:usage_client/src/github.com/influxdata/usage-client \ jwilder:encoding:4dada27:encoding/src/github.com/jwilder/encoding \ - kimor79:gollectd:61d0dee:gollectd/src/github.com/kimor79/gollectd \ paulbellamy:ratecounter:5a11f58:ratecounter/src/github.com/paulbellamy/ratecounter \ peterh:liner:8975875:liner/src/github.com/peterh/liner \ - rakyll:statik:274df12:statik/src/github.com/rakyll/statik \ + rakyll:statik:e383bbf:statik/src/github.com/rakyll/statik \ retailnext:hllpp:38a7bb7:hllpp/src/github.com/retailnext/hllpp \ - collectd:go-collectd:9fc824c:go_collectd/src/collectd.org \ - golang:crypto:c197bcf:crypto/src/golang.org/x/crypto + collectd:go-collectd:e84e8af:go_collectd/src/collectd.org \ + uber-go:atomic:74ca5ec:atomic/src/go.uber.org/atomic \ + uber-go:zap:416270f:zap/src/go.uber.org/zap \ + golang:crypto:9477e0b:crypto/src/golang.org/x/crypto SUB_FILES= influxd SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ @@ -65,14 +69,15 @@ STRIP= # stripping can break go binarie post-patch: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} @cd ${WRKSRC} && \ - ${MV} LICENSE build.sh gobuild.sh node.go tests \ - circle-test.sh importer package.sh toml \ - Dockerfile Makefile circle.yml influxdb.go pkg tsdb \ - Dockerfile_build_ubuntu32 client influxql scripts uuid \ - Dockerfile_build_ubuntu64 cmd man services \ - .mention-bot Dockerfile_build_ubuntu64_git appveyor.yml coordinator models stress \ - Dockerfile_test_ubuntu32 build-docker.sh errors.go monitor tcp \ - Godeps build.py etc nightly.sh test.sh \ + ${MV} appveyor.yml build-docker.sh build.py build.sh CHANGELOG.md \ + circle-test.sh circle.yml client cmd CODING_GUIDELINES.md \ + CONTRIBUTING.md coordinator DOCKER.md Dockerfile \ + Dockerfile_build_ubuntu32 Dockerfile_build_ubuntu64 \ + Dockerfile_build_ubuntu64_git Dockerfile_test_ubuntu32 \ + errors.go etc gobuild.sh Godeps importer influxdb.go influxql \ + internal LICENSE LICENSE_OF_DEPENDENCIES.md Makefile man models \ + monitor nightly.sh node.go package.sh pkg QUERIES.md README.md \ + scripts services stress tcp test.sh tests TODO.md toml tsdb uuid \ ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} do-build: Modified: head/databases/influxdb/distinfo ============================================================================== --- head/databases/influxdb/distinfo Thu Mar 2 15:44:22 2017 (r435245) +++ head/databases/influxdb/distinfo Thu Mar 2 15:45:05 2017 (r435246) @@ -1,39 +1,43 @@ -TIMESTAMP = 1479812634 -SHA256 (influxdata-influxdb-v1.1.0_GH0.tar.gz) = 080d602d272cae3a3836dc73f5f433863a8445894d2c53fa89e1254b5a4da200 -SIZE (influxdata-influxdb-v1.1.0_GH0.tar.gz) = 1428498 +TIMESTAMP = 1486080833 +SHA256 (influxdata-influxdb-v1.2.0_GH0.tar.gz) = 366bfd12ab943cf08e56d000ee72dada40cab9adf2da098cde4333a204e6879e +SIZE (influxdata-influxdb-v1.2.0_GH0.tar.gz) = 1469320 SHA256 (BurntSushi-toml-9906417_GH0.tar.gz) = a980407edcf8275d58651f9af3c74dc802f0aaf702936c78b36059289421de8c SIZE (BurntSushi-toml-9906417_GH0.tar.gz) = 39914 SHA256 (bmizerany-pat-c068ca2_GH0.tar.gz) = 1bff463e4313717c5561a97020e5b6ae8095560fa834aa565c488b85b5549433 SIZE (bmizerany-pat-c068ca2_GH0.tar.gz) = 6246 -SHA256 (boltdb-bolt-5cc10bb_GH0.tar.gz) = a992db35390fcf540ebbf8685f03a8165a68143701e16d096ed9cfc56b484da1 -SIZE (boltdb-bolt-5cc10bb_GH0.tar.gz) = 80285 -SHA256 (davecgh-go-spew-5215b55_GH0.tar.gz) = a73d6352d8172dfb648e6aa25a8b81ed5c1895295090c876bef01d017264cbac -SIZE (davecgh-go-spew-5215b55_GH0.tar.gz) = 41794 -SHA256 (dgrijalva-jwt-go-63734ea_GH0.tar.gz) = 524a2760e20997b803c8604d6cfc117632816ed2741ff9e772ceab9bf7dedd47 -SIZE (dgrijalva-jwt-go-63734ea_GH0.tar.gz) = 33501 +SHA256 (boltdb-bolt-4b1ebc1_GH0.tar.gz) = ee9abc065d95c96d3e519f28cbecefb69342504d41b285886294d26ace49c500 +SIZE (boltdb-bolt-4b1ebc1_GH0.tar.gz) = 83626 +SHA256 (cespare-xxhash-4a94f89_GH0.tar.gz) = f9d7886234ce69fbd461bf0ea0afd860f2cc42525af7066b17b49d35be2e850a +SIZE (cespare-xxhash-4a94f89_GH0.tar.gz) = 7143 +SHA256 (davecgh-go-spew-346938d_GH0.tar.gz) = 92e706ece5da01f2c61cf632e168d8c24d44866523b25f0e8eb9d1596c5d5f79 +SIZE (davecgh-go-spew-346938d_GH0.tar.gz) = 42343 +SHA256 (dgrijalva-jwt-go-24c63f5_GH0.tar.gz) = b8e7b4fd2911b6a7c91f0817da09f7fda65c0898a94122dfb30f76bf851029e3 +SIZE (dgrijalva-jwt-go-24c63f5_GH0.tar.gz) = 33523 SHA256 (dgryski-go-bits-2ad8d70_GH0.tar.gz) = 732ddc81419cd7fa5e43394c384bff3708c47206982c87975b6adc7b428e90db SIZE (dgryski-go-bits-2ad8d70_GH0.tar.gz) = 2193 SHA256 (dgryski-go-bitstream-7d46cd2_GH0.tar.gz) = ba7a2b22ea94d4541da4fce08e7c58fdbcde6feec1a652c3174a89907567667f SIZE (dgryski-go-bitstream-7d46cd2_GH0.tar.gz) = 3006 -SHA256 (gogo-protobuf-0394392_GH0.tar.gz) = f53d1d7c21ec6a9bf6c58360d5fc3bb2aa4ff194d6b2ea6bbdd55f7566cf370c -SIZE (gogo-protobuf-0394392_GH0.tar.gz) = 2228267 +SHA256 (gogo-protobuf-a9cd0c35_GH0.tar.gz) = 5a111b0b12346489ead3ffedcf3dbacbfbaa530819a65297aec8c7bd7b09fb23 +SIZE (gogo-protobuf-a9cd0c35_GH0.tar.gz) = 2346915 SHA256 (golang-snappy-d9eb7a3_GH0.tar.gz) = 857fd1a142bc62ed05610c9daec12c6f6e4ff68b6cd5594311496b96bd8cbc2d SIZE (golang-snappy-d9eb7a3_GH0.tar.gz) = 62041 SHA256 (influxdata-usage-client-6d38953_GH0.tar.gz) = aa828fc1f3fb5fa7c68eee58b4b5a7886e664cbdcac853d6a32945c2f0dd9024 SIZE (influxdata-usage-client-6d38953_GH0.tar.gz) = 6578 SHA256 (jwilder-encoding-4dada27_GH0.tar.gz) = 96d48ce4f2d88056216f88e22758d2f9142e86eda11793d9683be8a55a959228 SIZE (jwilder-encoding-4dada27_GH0.tar.gz) = 9479 -SHA256 (kimor79-gollectd-61d0dee_GH0.tar.gz) = 217d827fb26d1cf7b1fa3bae7fa51fc5b25ff2141151ffa7d328d015cd4fb498 -SIZE (kimor79-gollectd-61d0dee_GH0.tar.gz) = 9508 SHA256 (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = e493c6c8d673ecda63e9c0bd4e63a5af11362878c0c95f0e46711ccad1462eba SIZE (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = 2877 SHA256 (peterh-liner-8975875_GH0.tar.gz) = a754997d65d419cab0d76b1abbd93d392dc4bc038091f23ddac9247ef6228c3d SIZE (peterh-liner-8975875_GH0.tar.gz) = 19672 -SHA256 (rakyll-statik-274df12_GH0.tar.gz) = 47cb3d4bc95171baeac813c0373cdfc232c4339fb09f251a76df247615216d49 -SIZE (rakyll-statik-274df12_GH0.tar.gz) = 77898 +SHA256 (rakyll-statik-e383bbf_GH0.tar.gz) = 8455aba32e4dfaac445e29c98e681483f0f98f7c7128b5ef0a7459e7b5dadafb +SIZE (rakyll-statik-e383bbf_GH0.tar.gz) = 77889 SHA256 (retailnext-hllpp-38a7bb7_GH0.tar.gz) = 904156542b8cc404710f5689f7944e2d0c9a2fb8a6f53ae763bc922724f8c603 SIZE (retailnext-hllpp-38a7bb7_GH0.tar.gz) = 43008 -SHA256 (collectd-go-collectd-9fc824c_GH0.tar.gz) = 4d6f6d88f85e48eff7fa5443145ab62c30463b102dbcc70c3309519b7e01e546 -SIZE (collectd-go-collectd-9fc824c_GH0.tar.gz) = 24548 -SHA256 (golang-crypto-c197bcf_GH0.tar.gz) = 1b5885280a6290b9840aa1e5171095e690bcd8b0c9a01931d82f23562277bea6 -SIZE (golang-crypto-c197bcf_GH0.tar.gz) = 903965 +SHA256 (collectd-go-collectd-e84e8af_GH0.tar.gz) = 24fc759dbe743b1c070fad1c420cf3813581b0fa801d2445809a91440dd4c354 +SIZE (collectd-go-collectd-e84e8af_GH0.tar.gz) = 38938 +SHA256 (uber-go-atomic-74ca5ec_GH0.tar.gz) = a2ac91075dcd85013fe012b2596bc374edd81d7b2818722ea8d7ab97bdbd4949 +SIZE (uber-go-atomic-74ca5ec_GH0.tar.gz) = 6580 +SHA256 (uber-go-zap-416270f_GH0.tar.gz) = e2252bab64557cb21bb69a1697a07a3244cd3df6f4e311de578949271809cc38 +SIZE (uber-go-zap-416270f_GH0.tar.gz) = 55084 +SHA256 (golang-crypto-9477e0b_GH0.tar.gz) = 133589653318a665b277bd5bce223955e4f1ca6ce80fce7a338fd24ad0ccdff0 +SIZE (golang-crypto-9477e0b_GH0.tar.gz) = 1297866 From owner-svn-ports-all@freebsd.org Thu Mar 2 15:52:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 586CFCF52CE; Thu, 2 Mar 2017 15:52:48 +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 194CFA6B; Thu, 2 Mar 2017 15:52:48 +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 v22FqlmA060002; Thu, 2 Mar 2017 15:52:47 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22FqkEK059995; Thu, 2 Mar 2017 15:52:46 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703021552.v22FqkEK059995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 2 Mar 2017 15:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435247 - in head/devel: . sonar-scanner-cli sonar-scanner-cli/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 15:52:48 -0000 Author: girgen Date: Thu Mar 2 15:52:46 2017 New Revision: 435247 URL: https://svnweb.freebsd.org/changeset/ports/435247 Log: Add sonar-scanner-cli The SonarQube Scanner is recommended as the default launcher to analyze a project with SonarQube. The SonarQube Scanner allows you to perform source code analyzes without using tools such as Ant or Maven. The SonarQube platform is an open source quality management platform, dedicated to continuously analyzing and measuring the technical quality of source code, from project portfolio down to the method level. With the SonarQube Scanner, and also a tool like Jenkins, everyone can analyze all kinds of languages, not just Java. WWW: http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner PR: 208667 Added: head/devel/sonar-scanner-cli/ head/devel/sonar-scanner-cli/Makefile (contents, props changed) head/devel/sonar-scanner-cli/README.md (contents, props changed) head/devel/sonar-scanner-cli/distinfo (contents, props changed) head/devel/sonar-scanner-cli/files/ head/devel/sonar-scanner-cli/files/pkg-message.in (contents, props changed) head/devel/sonar-scanner-cli/pkg-descr (contents, props changed) head/devel/sonar-scanner-cli/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 2 15:45:05 2017 (r435246) +++ head/devel/Makefile Thu Mar 2 15:52:46 2017 (r435247) @@ -5609,6 +5609,7 @@ SUBDIR += smv SUBDIR += soapui SUBDIR += sonar-ant-task + SUBDIR += sonar-scanner-cli SUBDIR += sonarqube SUBDIR += sope2 SUBDIR += sope3 Added: head/devel/sonar-scanner-cli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sonar-scanner-cli/Makefile Thu Mar 2 15:52:46 2017 (r435247) @@ -0,0 +1,49 @@ +# Created by: Dusan Vejnovic +# $FreeBSD$ + +PORTNAME= sonar-scanner-cli +PORTVERSION= 2.8 +CATEGORIES= devel java +MASTER_SITES= https://sonarsource.bintray.com/Distribution/${PORTNAME}/ +DISTNAME= sonar-scanner-${PORTVERSION} + +MAINTAINER= freebsd@dussan.org +COMMENT= Launcher for analyzing projects with SonarQube + +LICENSE= LGPL3 + +NO_ARCH= yes +NO_BUILD= yes + +USES= cpe zip +CPE_VENDOR= sonarsource + +USE_JAVA= yes +JAVA_VERSION= 1.7+ + +SR= sonar-runner +SQ_CLI= sonar-scanner +SQ_ARCH= x86-${ARCH:S/i386/32/:S/amd64/64/} +SQ= ${PREFIX}/sonarqube/bin/freebsd-${SQ_ARCH} + +SUB_FILES= pkg-message +PLIST_SUB= SR_HOME=${PREFIX}/${PORTNAME} + +OPTIONS_DEFINE= SQ +SQ_DESC= SonarQube server support +SQ_RUN_DEPENDS= ${SQ}/sonar.sh.sample:devel/sonarqube + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) + @${MV} -f ${STAGEDIR}${PREFIX}/${PORTNAME}/conf/${SQ_CLI}.properties \ + ${STAGEDIR}${PREFIX}/${PORTNAME}/conf/${SQ_CLI}.properties.sample + @${CHMOD} -R 644 ${STAGEDIR}${PREFIX}/${PORTNAME} + +post-install: + @${LN} -f ${STAGEDIR}${PREFIX}/${PORTNAME}/bin/${SR} \ + ${STAGEDIR}${PREFIX}/bin/${SR} + @${LN} -f ${STAGEDIR}${PREFIX}/${PORTNAME}/bin/${SQ_CLI} \ + ${STAGEDIR}${PREFIX}/bin/${SQ_CLI} + +.include Added: head/devel/sonar-scanner-cli/README.md ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sonar-scanner-cli/README.md Thu Mar 2 15:52:46 2017 (r435247) @@ -0,0 +1,8 @@ +# Sonar Scanner CLI port for The FreeBSD Ports + +The Sonar Scanner CLI is the default launcher to analyze projects for SonarQube. The Sonar Runner allows you to perform source code analyzes without using tools such as Ant or Maven. The SonarQube platform is an open source quality management platform, dedicated to continuously analyzing and measuring the technical quality of source code, from project portfolio down to the method level. With the Sonar Runner, and also a tool like Jenkins, everyone can analyze all kinds of languages, not just Java. The SonarQube Scanner is recommended as the default launcher to analyze a project with SonarQube. The SonarQube Scanner allows you to perform source code analyzes without using tools such as Ant or Maven. The SonarQube platform is an open source quality management platform, dedicated to continuously analyzing and measuring the technical quality of source code, from project portfolio down to the method level. With the SonarQube Scanner, and also a tool like Jenkins, everyone can analyze all kinds of languages, not just Java. + +___VERSION:___ 2.8 +___MAINTAINER:___ +___LICENSE:___ [GNU Lesser General Public License, Version 3](http://www.gnu.org/licenses/lgpl-3.0.html) +___WWW:___ [http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner](http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner) Added: head/devel/sonar-scanner-cli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sonar-scanner-cli/distinfo Thu Mar 2 15:52:46 2017 (r435247) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484414843 +SHA256 (sonar-scanner-2.8.zip) = 0295365a7e5d4499ec6b46cb6c70f3fa127159b58b73930f675acd0897a6b350 +SIZE (sonar-scanner-2.8.zip) = 496533 Added: head/devel/sonar-scanner-cli/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sonar-scanner-cli/files/pkg-message.in Thu Mar 2 15:52:46 2017 (r435247) @@ -0,0 +1,10 @@ +************************************************************************ + + Before start the SonarQube Scanner (default settings): + - create a new SONAR_RUNNER_HOME environment variable set to + "/usr/local/sonar-scanner-cli" + + More information: + http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner + +************************************************************************ Added: head/devel/sonar-scanner-cli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sonar-scanner-cli/pkg-descr Thu Mar 2 15:52:46 2017 (r435247) @@ -0,0 +1,9 @@ +The SonarQube Scanner is recommended as the default launcher to analyze a +project with SonarQube. The SonarQube Scanner allows you to perform source code +analyzes without using tools such as Ant or Maven. The SonarQube platform is an +open source quality management platform, dedicated to continuously analyzing and +measuring the technical quality of source code, from project portfolio down to +the method level. With the SonarQube Scanner, and also a tool like Jenkins, +everyone can analyze all kinds of languages, not just Java. + +WWW: http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner Added: head/devel/sonar-scanner-cli/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sonar-scanner-cli/pkg-plist Thu Mar 2 15:52:46 2017 (r435247) @@ -0,0 +1,13 @@ +bin/sonar-runner +bin/sonar-scanner +@(,,755) %%SR_HOME%%/bin/sonar-runner +@(,,755) %%SR_HOME%%/bin/sonar-scanner +@(,,755) %%SR_HOME%%/bin/sonar-scanner-debug +%%SR_HOME%%/bin/sonar-runner.bat +%%SR_HOME%%/bin/sonar-scanner-debug.bat +%%SR_HOME%%/bin/sonar-scanner.bat +%%SR_HOME%%/lib/sonar-scanner-cli-2.8.jar +@sample %%SR_HOME%%/conf/sonar-scanner.properties.sample +@dir(,,755) %%SR_HOME%%/bin +@dir(,,755) %%SR_HOME%%/conf +@dir(,,755) %%SR_HOME%%/lib From owner-svn-ports-all@freebsd.org Thu Mar 2 16:00:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A3F8CF54AA; Thu, 2 Mar 2017 16:00:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57466C65; Thu, 2 Mar 2017 16:00:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22G0Cnh060526; Thu, 2 Mar 2017 16:00:12 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22G0CNh060524; Thu, 2 Mar 2017 16:00:12 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703021600.v22G0CNh060524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 2 Mar 2017 16:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435248 - head/devel/git-lfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 16:00:13 -0000 Author: miwi Date: Thu Mar 2 16:00:12 2017 New Revision: 435248 URL: https://svnweb.freebsd.org/changeset/ports/435248 Log: - Update to 2.0.0 PR: 217494 Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Thu Mar 2 15:52:46 2017 (r435247) +++ head/devel/git-lfs/Makefile Thu Mar 2 16:00:12 2017 (r435248) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= git-lfs -PORTVERSION= 1.5.6 +PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Thu Mar 2 15:52:46 2017 (r435247) +++ head/devel/git-lfs/distinfo Thu Mar 2 16:00:12 2017 (r435248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487381346 -SHA256 (git-lfs-git-lfs-v1.5.6_GH0.tar.gz) = 4efbc806cde1ea6ab4e1d61db3e1f6939796fd53bf6e9c94ac564610147ea5cd -SIZE (git-lfs-git-lfs-v1.5.6_GH0.tar.gz) = 604139 +TIMESTAMP = 1488450703 +SHA256 (git-lfs-git-lfs-v2.0.0_GH0.tar.gz) = 64597dc8c5460b22ec957b1d0fabec58abcd6f373b9473e419a74f8dff5c508b +SIZE (git-lfs-git-lfs-v2.0.0_GH0.tar.gz) = 628995 From owner-svn-ports-all@freebsd.org Thu Mar 2 16:00:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03748CF54D7; Thu, 2 Mar 2017 16:00:23 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEB6ECA7; Thu, 2 Mar 2017 16:00:22 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22G0L7F060691; Thu, 2 Mar 2017 16:00:21 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22G0LTT060688; Thu, 2 Mar 2017 16:00:21 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201703021600.v22G0LTT060688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Thu, 2 Mar 2017 16:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435249 - in head/devel: . lua-cjson lua51-cjson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 16:00:23 -0000 Author: mmokhi Date: Thu Mar 2 16:00:21 2017 New Revision: 435249 URL: https://svnweb.freebsd.org/changeset/ports/435249 Log: devel/lua-cjson: set USES to default lua version (5.2). Also clone a slave port as lua51-cjson. Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9810 Added: head/devel/lua51-cjson/ - copied from r434907, head/devel/lua-cjson/ Modified: head/devel/Makefile head/devel/lua-cjson/Makefile head/devel/lua51-cjson/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 2 16:00:12 2017 (r435248) +++ head/devel/Makefile Thu Mar 2 16:00:21 2017 (r435249) @@ -1571,6 +1571,7 @@ SUBDIR += lua-posix SUBDIR += lua-pty SUBDIR += lua-sysctl + SUBDIR += lua51-cjson SUBDIR += lua51-libevent SUBDIR += luabind SUBDIR += luafilesystem Modified: head/devel/lua-cjson/Makefile ============================================================================== --- head/devel/lua-cjson/Makefile Thu Mar 2 16:00:12 2017 (r435248) +++ head/devel/lua-cjson/Makefile Thu Mar 2 16:00:21 2017 (r435249) @@ -9,13 +9,13 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTNAME= lua-cjson-${PORTVERSION} MAINTAINER= osa@FreeBSD.org -COMMENT= Fast JSON parsing and encoding support for Lua +COMMENT?= Fast JSON parsing and encoding support for Lua -USES= lua:51 +USES?= lua MAKE_ARGS= LUA_VERSION=${LUA_VER} -PLIST_FILES= %%LUA_MODLIBDIR%%/cjson.so +PLIST_FILES= ${LUA_MODLIBDIR}/cjson.so post-patch: @${REINPLACE_CMD} '16,18d; \ Modified: head/devel/lua51-cjson/Makefile ============================================================================== --- head/devel/lua-cjson/Makefile Sun Feb 26 18:30:25 2017 (r434907) +++ head/devel/lua51-cjson/Makefile Thu Mar 2 16:00:21 2017 (r435249) @@ -1,25 +1,13 @@ # Created by: osa # $FreeBSD$ -PORTNAME= cjson -PORTVERSION= 2.1.0 -CATEGORIES= devel -MASTER_SITES= http://www.kyne.com.au/~mark/software/download/ -PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -DISTNAME= lua-cjson-${PORTVERSION} -MAINTAINER= osa@FreeBSD.org -COMMENT= Fast JSON parsing and encoding support for Lua -USES= lua:51 - -MAKE_ARGS= LUA_VERSION=${LUA_VER} +COMMENT= Fast JSON parsing and encoding support for Lua 5.1 -PLIST_FILES= %%LUA_MODLIBDIR%%/cjson.so +MASTERDIR= ${.CURDIR}/../lua-cjson +PKGMESSAGE= ${.CURDIR}/pkg-message -post-patch: - @${REINPLACE_CMD} '16,18d; \ - 21s|^\(LUA_INCLUDE.*\)\(PREFIX\)\(.*\)|\1LOCALBASE\3/lua${LUA_VER_STR}|' \ - ${WRKSRC}/Makefile +USES= lua:51 -.include +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Thu Mar 2 16:02:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42FE1CF56CD; Thu, 2 Mar 2017 16:02:02 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::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 D76B7113; Thu, 2 Mar 2017 16:02:01 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: by mail-lf0-x243.google.com with SMTP id r36so6093041lfi.0; Thu, 02 Mar 2017 08:02:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=EqxJIZOh/P7xlujOhJObDQ7Qg/ZtuhQSFrtpq9BpHLI=; b=SRyAQVRPQ/rqZonEjSSOJjva4/nA0H6wYY5ohCJFTuAW5UARkyxf6xZ4KANpeF96yX 9ehYyaark+i2QS0njb9cp+83zBhi8nfonluA9X3yEQ1zYt1fp5Ab5B9OlvLPV63ltkPi XjTc1KuZazl+BQR4vCEEWPMBhBVex/92VR22/UY+/2p/e91JxorQTYCbgm2RU+npKsCw W6LPBffaMtxx4qfeVRxUlPlMlKUeDo0tMAhH/Grl6T4uZyK2sjpdqDj3h8jwXVM+xU/c zI93nMC3ReyFps6Mqul2EsaZxRyiebwXa7w32MJpt/BmA7fd7/1tBKvfKjrRLYCm3Em9 PxLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=EqxJIZOh/P7xlujOhJObDQ7Qg/ZtuhQSFrtpq9BpHLI=; b=LNgwHFlIN8WfVBtC2A47/AlZ+I/Hx96ZKdUNr4N6yXmxvDCeexHZ4wF0UszhLuKQQ+ tp+eQ9w4c3UPML09jUPPrZ+EK9Z6DrjxhfIyc5tFbmfiMvF4gzJqmQqDFikQxxALgH0g F8wzHbbJ3dzF3SHAZTBW/WdeN9eRWGvpbLGkcyr5FoDSNqIucye+rUAQ5l6H3j29H325 yNW3IuVKDXcv8h5cmWhxGNJZdvufOWDQgcqoyqyjEBxPIB9hsLQA3rbAlWmKpZCw+0bB YHwIype8xFqnfVy1K/otSbQogKsHiIbTN//uago9EMH/xl6G/qj2ZXJqs9At6CD5Cdlx YbMg== X-Gm-Message-State: AMke39m14o4K9tXnzqSC6kOBo9fq8hrB7fyfOftUscCvdTTSNPF1OpY/0WKQCSIFI6qCWw== X-Received: by 10.46.83.15 with SMTP id h15mr5313698ljb.28.1488470519734; Thu, 02 Mar 2017 08:01:59 -0800 (PST) Received: from localhost ([62.141.192.76]) by smtp.gmail.com with ESMTPSA id 31sm828326lja.17.2017.03.02.08.01.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 02 Mar 2017 08:01:58 -0800 (PST) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Thu, 2 Mar 2017 17:01:44 +0100 From: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= To: "Vanilla I. Shu" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435212 - head/graphics/libqrencode Message-ID: <20170302170144.7dddbf77@FreeBSD.org> In-Reply-To: <201703020800.v2280trg068967@repo.freebsd.org> References: <201703020800.v2280trg068967@repo.freebsd.org> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) 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: Thu, 02 Mar 2017 16:02:02 -0000 Hi Vanilla, On 2017-03-02 08:00 +0000, "Vanilla I. Shu" wrote: >Author: vanilla >Date: Thu Mar 2 08:00:55 2017 >New Revision: 435212 >URL: https://svnweb.freebsd.org/changeset/ports/435212 > >Log: > 1: Update to 3.9.0 > 2: add LICENSE_FILE. > 3: switch to github. > >Modified: > head/graphics/libqrencode/Makefile > head/graphics/libqrencode/distinfo > >Modified: head/graphics/libqrencode/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/graphics/libqrencode/Makefile Thu Mar 2 07:49:53 >2017 (r435211) +++ head/graphics/libqrencode/Makefile >Thu Mar 2 08:00:55 2017 (r435212) @@ -2,36 +2,35 @@ > # $FreeBSD$ >=20 > PORTNAME=3D libqrencode >-PORTVERSION=3D 3.4.4 >-PORTREVISION=3D 1 >+PORTVERSION=3D 3.9.0 > CATEGORIES=3D graphics >-MASTER_SITES=3D http://fukuchi.org/works/qrencode/ > DISTNAME=3D qrencode-${PORTVERSION} >=20 > MAINTAINER=3D vanilla@FreeBSD.org > COMMENT=3D C library for encoding data in a QR Code symbol >=20 > LICENSE=3D LGPL21 >+LICENSE_FILE=3D ${WRKSRC}/COPYING >=20 > LIB_DEPENDS=3D libpng.so:graphics/png >=20 >-USES=3D pathfix pkgconfig libtool >+USE_GITHUB=3D yes >+GH_ACCOUNT=3D fukuchi >+GH_TAGNAME=3D e3410bf >+ >+USES=3D cmake iconv pathfix pkgconfig > USE_LDCONFIG=3D yes > GNU_CONFIGURE=3D yes >-INSTALL_TARGET=3D install-strip >-LDFLAGS+=3D -L${LOCALBASE}/lib >-CFLAGS+=3D -I${LOCALBASE}/include >=20 >+CMAKE_ARGS=3D -DBUILD_SHARED_LIBS=3DON > PLIST_FILES=3D bin/qrencode \ > include/qrencode.h \ > lib/libqrencode.so \ >- lib/libqrencode.so.3 \ >- lib/libqrencode.so.3.4.4 \ I believe that all consumers of libqrencode should be bumped. On my system one package is broken by this: # pkg check -dan Checking all packages: 100% prison is missing a required shared library: libqrencode.so.3 --=20 pozdrawiam / with regards Pawe=C5=82 P=C4=99kala From owner-svn-ports-all@freebsd.org Thu Mar 2 16:08:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAA12CF58C9; Thu, 2 Mar 2017 16:08:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7794A6AD; Thu, 2 Mar 2017 16:08:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22G8kDF064561; Thu, 2 Mar 2017 16:08:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22G8kuh064559; Thu, 2 Mar 2017 16:08:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703021608.v22G8kuh064559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 2 Mar 2017 16:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435250 - head/www/drush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 16:08:47 -0000 Author: miwi Date: Thu Mar 2 16:08:46 2017 New Revision: 435250 URL: https://svnweb.freebsd.org/changeset/ports/435250 Log: - Update to 8.1.10 PR: 217356 Submitted by: maintainer Modified: head/www/drush/Makefile head/www/drush/distinfo Modified: head/www/drush/Makefile ============================================================================== --- head/www/drush/Makefile Thu Mar 2 16:00:21 2017 (r435249) +++ head/www/drush/Makefile Thu Mar 2 16:08:46 2017 (r435250) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drush -PORTVERSION= 8.1.9 +PORTVERSION= 8.1.10 CATEGORIES= www MASTER_SITES= https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/ DISTNAME= drush Modified: head/www/drush/distinfo ============================================================================== --- head/www/drush/distinfo Thu Mar 2 16:00:21 2017 (r435249) +++ head/www/drush/distinfo Thu Mar 2 16:08:46 2017 (r435250) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484590350 -SHA256 (drush.phar) = 0137528333ac1f230c05322bc95b8bf219fabb46bffb57c51f0a2d64555af7ff -SIZE (drush.phar) = 6135132 +TIMESTAMP = 1488044624 +SHA256 (drush.phar) = af355c7a5a804c4175a3dddcefb1c2a9aed29c1f66d1a26863757d5aa1c0922b +SIZE (drush.phar) = 6138646 From owner-svn-ports-all@freebsd.org Thu Mar 2 16:36:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66EA2CF5EAE; Thu, 2 Mar 2017 16:36:38 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EBB85F9; Thu, 2 Mar 2017 16:36:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22GabHH076185; Thu, 2 Mar 2017 16:36:37 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Gaalq076182; Thu, 2 Mar 2017 16:36:36 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201703021636.v22Gaalq076182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 2 Mar 2017 16:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435251 - head/shells/wcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 16:36:38 -0000 Author: pawel Date: Thu Mar 2 16:36:36 2017 New Revision: 435251 URL: https://svnweb.freebsd.org/changeset/ports/435251 Log: Update to version 6.0.0 Changelog: - Faster disk scanning on Windows and Unix and on OS/2 with Watcom C built version. This was achieved by removing the DOSDIR directory interface layer and replacing it with system specific functions. Disk scanning speed depends on external factors, like disk caching and other processes accessing the disk at the same time. The speed increasement you experience may vary. - Fixed -rmtree for unicode file names on Windows. - Support EMX symbolic links on OS/2. - Support bash on OS/2. - New Danish translation of the messages. Thanks to Joe Hansen. Modified: head/shells/wcd/Makefile head/shells/wcd/distinfo head/shells/wcd/pkg-plist Modified: head/shells/wcd/Makefile ============================================================================== --- head/shells/wcd/Makefile Thu Mar 2 16:08:46 2017 (r435250) +++ head/shells/wcd/Makefile Thu Mar 2 16:36:36 2017 (r435251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcd -PORTVERSION= 5.3.4 +PORTVERSION= 6.0.0 CATEGORIES= shells MASTER_SITES= SF Modified: head/shells/wcd/distinfo ============================================================================== --- head/shells/wcd/distinfo Thu Mar 2 16:08:46 2017 (r435250) +++ head/shells/wcd/distinfo Thu Mar 2 16:36:36 2017 (r435251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485278897 -SHA256 (wcd-5.3.4.tar.gz) = 8c56a76016ff6b5a4be656dd563bf8f58c7be3a6101cef5485e544b12211dae6 -SIZE (wcd-5.3.4.tar.gz) = 610630 +TIMESTAMP = 1488472170 +SHA256 (wcd-6.0.0.tar.gz) = 3f9090fff08a2a57f747471bfd9229a411229b41347488729da8d2c2b3eaa156 +SIZE (wcd-6.0.0.tar.gz) = 615838 Modified: head/shells/wcd/pkg-plist ============================================================================== --- head/shells/wcd/pkg-plist Thu Mar 2 16:08:46 2017 (r435250) +++ head/shells/wcd/pkg-plist Thu Mar 2 16:36:36 2017 (r435251) @@ -20,6 +20,7 @@ man/man1/wcd.1.gz %%PORTDOCS%%%%DOCSDIR%%/wcd.htm %%PORTDOCS%%%%DOCSDIR%%/wcd.txt %%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt +%%NLS%%share/locale/da/LC_MESSAGES/wcd.mo %%NLS%%share/locale/de/LC_MESSAGES/wcd.mo %%NLS%%share/locale/eo/LC_MESSAGES/wcd.mo %%NLS%%share/locale/es/LC_MESSAGES/wcd.mo From owner-svn-ports-all@freebsd.org Thu Mar 2 16:55:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4BD6CF54DE; Thu, 2 Mar 2017 16:55:18 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E6E311D; Thu, 2 Mar 2017 16:55:18 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22GtHm2083949; Thu, 2 Mar 2017 16:55:17 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22GtHgc083946; Thu, 2 Mar 2017 16:55:17 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703021655.v22GtHgc083946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 2 Mar 2017 16:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435252 - in head/devel: . py-six py3-six X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 16:55:18 -0000 Author: skreuzer Date: Thu Mar 2 16:55:16 2017 New Revision: 435252 URL: https://svnweb.freebsd.org/changeset/ports/435252 Log: Python 3 variant of devel/py-six PR: 217473 Submitted by: Danilo G. Baio Added: head/devel/py3-six/ head/devel/py3-six/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-six/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 2 16:36:36 2017 (r435251) +++ head/devel/Makefile Thu Mar 2 16:55:16 2017 (r435252) @@ -4925,6 +4925,7 @@ SUBDIR += py3-rubymarshal SUBDIR += py3-setproctitle SUBDIR += py3-simplejson + SUBDIR += py3-six SUBDIR += py3-threema-msgapi SUBDIR += py3-vcversioner SUBDIR += py3-wcwidth Modified: head/devel/py-six/Makefile ============================================================================== --- head/devel/py-six/Makefile Thu Mar 2 16:36:36 2017 (r435251) +++ head/devel/py-six/Makefile Thu Mar 2 16:55:16 2017 (r435252) @@ -13,9 +13,9 @@ COMMENT= Python 2 and 3 compatibility ut LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest +TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest -USES= python +USES?= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Added: head/devel/py3-six/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-six/Makefile Thu Mar 2 16:55:16 2017 (r435252) @@ -0,0 +1,10 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-six + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Thu Mar 2 17:17:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04286CF5FF5; Thu, 2 Mar 2017 17:17: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 BD5768B7; Thu, 2 Mar 2017 17:17: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 v22HHIlJ092132; Thu, 2 Mar 2017 17:17:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HHIdM092131; Thu, 2 Mar 2017 17:17:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703021717.v22HHIdM092131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Mar 2017 17:17:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435253 - head/devel/hgreviewboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 17:17:20 -0000 Author: amdmi3 Date: Thu Mar 2 17:17:18 2017 New Revision: 435253 URL: https://svnweb.freebsd.org/changeset/ports/435253 Log: - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Properly respect PREFIX Modified: head/devel/hgreviewboard/Makefile Modified: head/devel/hgreviewboard/Makefile ============================================================================== --- head/devel/hgreviewboard/Makefile Thu Mar 2 16:55:16 2017 (r435252) +++ head/devel/hgreviewboard/Makefile Thu Mar 2 17:17:18 2017 (r435253) @@ -12,7 +12,8 @@ DIST_SUBDIR= hgreviewboard MAINTAINER= ports@FreeBSD.org COMMENT= Mercurial reviewboard extension -LICENSE= BSD2CLAUSE +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= hg:devel/mercurial \ rbt:devel/rbtools @@ -21,16 +22,17 @@ WRKSRC= ${WRKDIR}/ccaughie-hgreviewboar USES= python NO_BUILD= yes +NO_ARCH= yes post-patch: - ${SED} -i '' -e 's/import simplejson/import json as simplejson/' \ + @${REINPLACE_CMD} -e 's/import simplejson/import json as simplejson/' \ ${WRKSRC}/reviewboard.py do-install: - ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/reviewboard + @${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard ${INSTALL_DATA} ${WRKSRC}/__init__.py \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/reviewboard + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard ${INSTALL_DATA} ${WRKSRC}/reviewboard.py \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/reviewboard + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard .include From owner-svn-ports-all@freebsd.org Thu Mar 2 17:32:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63A67CF555B; Thu, 2 Mar 2017 17:32:10 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30717338; Thu, 2 Mar 2017 17:32:10 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22HW98I097014; Thu, 2 Mar 2017 17:32:09 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HW9G2097013; Thu, 2 Mar 2017 17:32:09 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703021732.v22HW9G2097013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 2 Mar 2017 17:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435254 - 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, 02 Mar 2017 17:32:10 -0000 Author: lifanov Date: Thu Mar 2 17:32:09 2017 New Revision: 435254 URL: https://svnweb.freebsd.org/changeset/ports/435254 Log: add MBEDTLS shared description for mbed TLS toolkit Reviewed by: mat Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D9772 Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Thu Mar 2 17:17:18 2017 (r435253) +++ head/Mk/bsd.options.desc.mk Thu Mar 2 17:32:09 2017 (r435254) @@ -314,6 +314,7 @@ MANPAGES_DESC?= Build and/or install ma MAPSERVER_DESC?= Mapserver support MATE_DESC?= MATE desktop environment support MATROSKA_DESC?= Matroska container format support +MBEDTLS_DESC?= SSL/TLS support via mbed TLS MDNSRESPONDER_DESC?= Zeroconf support via mDNSResponder METALINK_DESC?= Metalink support MIKMOD_DESC?= MOD audio format support From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FA64CF5D3F; Thu, 2 Mar 2017 17:59: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 618F43B9; Thu, 2 Mar 2017 17:59: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 v22Hx9sJ008033; Thu, 2 Mar 2017 17:59:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Hx9SJ008031; Thu, 2 Mar 2017 17:59:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22Hx9SJ008031@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, 2 Mar 2017 17:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435255 - 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: Thu, 02 Mar 2017 17:59:10 -0000 Author: sunpoet Date: Thu Mar 2 17:59:09 2017 New Revision: 435255 URL: https://svnweb.freebsd.org/changeset/ports/435255 Log: Update to 1.20 Changes: https://github.com/google/leveldb/releases Modified: head/databases/leveldb/Makefile head/databases/leveldb/distinfo Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Thu Mar 2 17:32:09 2017 (r435254) +++ head/databases/leveldb/Makefile Thu Mar 2 17:59:09 2017 (r435255) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= leveldb -PORTVERSION= 1.19 +PORTVERSION= 1.20 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org Modified: head/databases/leveldb/distinfo ============================================================================== --- head/databases/leveldb/distinfo Thu Mar 2 17:32:09 2017 (r435254) +++ head/databases/leveldb/distinfo Thu Mar 2 17:59:09 2017 (r435255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479416452 -SHA256 (google-leveldb-v1.19_GH0.tar.gz) = 7d7a14ae825e66aabeb156c1c3fae9f9a76d640ef6b40ede74cc73da937e5202 -SIZE (google-leveldb-v1.19_GH0.tar.gz) = 220839 +TIMESTAMP = 1488462981 +SHA256 (google-leveldb-v1.20_GH0.tar.gz) = f5abe8b5b209c2f36560b75f32ce61412f39a2922f7045ae764a2c23335b6664 +SIZE (google-leveldb-v1.20_GH0.tar.gz) = 223141 From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B864CF5D60; Thu, 2 Mar 2017 17:59: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 423533DA; Thu, 2 Mar 2017 17:59: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 v22HxEOT008171; Thu, 2 Mar 2017 17:59:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxEM7008164; Thu, 2 Mar 2017 17:59:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxEM7008164@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, 2 Mar 2017 17:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435256 - head/devel/p5-Test-Fake-HTTPD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 17:59:15 -0000 Author: sunpoet Date: Thu Mar 2 17:59:13 2017 New Revision: 435256 URL: https://svnweb.freebsd.org/changeset/ports/435256 Log: Update to 0.08 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Fake-HTTPD/Changes Modified: head/devel/p5-Test-Fake-HTTPD/Makefile head/devel/p5-Test-Fake-HTTPD/distinfo head/devel/p5-Test-Fake-HTTPD/pkg-plist Modified: head/devel/p5-Test-Fake-HTTPD/Makefile ============================================================================== --- head/devel/p5-Test-Fake-HTTPD/Makefile Thu Mar 2 17:59:09 2017 (r435255) +++ head/devel/p5-Test-Fake-HTTPD/Makefile Thu Mar 2 17:59:13 2017 (r435256) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Fake-HTTPD -PORTVERSION= 0.07 -PORTREVISION= 1 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +12,7 @@ COMMENT= Fake HTTP server LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-HTTP-Daemon>=0:www/p5-HTTP-Daemon \ p5-Plack>=0:www/p5-Plack \ @@ -27,7 +27,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:devel OPTIONS_DEFINE= SSL -USE_PERL5= configure +NO_ARCH= yes +USE_PERL5= modbuildtiny USES= perl5 SSL_BUILD_DEPENDS= p5-HTTP-Daemon-SSL>=0:www/p5-HTTP-Daemon-SSL Modified: head/devel/p5-Test-Fake-HTTPD/distinfo ============================================================================== --- head/devel/p5-Test-Fake-HTTPD/distinfo Thu Mar 2 17:59:09 2017 (r435255) +++ head/devel/p5-Test-Fake-HTTPD/distinfo Thu Mar 2 17:59:13 2017 (r435256) @@ -1,2 +1,3 @@ -SHA256 (Test-Fake-HTTPD-0.07.tar.gz) = 708e6e5f168b562c3d060369583fc146eec1bbcf526d48f4e5ef8ee8f9f41209 -SIZE (Test-Fake-HTTPD-0.07.tar.gz) = 25776 +TIMESTAMP = 1488462991 +SHA256 (Test-Fake-HTTPD-0.08.tar.gz) = d027975bd75b413e263cd4ab8fe5de555fd61c74b807e73ab5bbe52fd9a46eca +SIZE (Test-Fake-HTTPD-0.08.tar.gz) = 15187 Modified: head/devel/p5-Test-Fake-HTTPD/pkg-plist ============================================================================== --- head/devel/p5-Test-Fake-HTTPD/pkg-plist Thu Mar 2 17:59:09 2017 (r435255) +++ head/devel/p5-Test-Fake-HTTPD/pkg-plist Thu Mar 2 17:59:13 2017 (r435256) @@ -1,3 +1,2 @@ %%SITE_PERL%%/Test/Fake/HTTPD.pm -%%SITE_PERL%%/Test/Fake/README.pod %%PERL5_MAN3%%/Test::Fake::HTTPD.3.gz From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3392CF5D87; Thu, 2 Mar 2017 17:59: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 A25B8625; Thu, 2 Mar 2017 17:59: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 v22HxIHf008291; Thu, 2 Mar 2017 17:59:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxI1C008289; Thu, 2 Mar 2017 17:59:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxI1C008289@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, 2 Mar 2017 17:59:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435257 - head/math/p5-Math-BigInt-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 17:59:19 -0000 Author: sunpoet Date: Thu Mar 2 17:59:18 2017 New Revision: 435257 URL: https://svnweb.freebsd.org/changeset/ports/435257 Log: Update to 0.17 Changes: http://search.cpan.org/dist/Math-BigInt-Lite/CHANGES Modified: head/math/p5-Math-BigInt-Lite/Makefile head/math/p5-Math-BigInt-Lite/distinfo Modified: head/math/p5-Math-BigInt-Lite/Makefile ============================================================================== --- head/math/p5-Math-BigInt-Lite/Makefile Thu Mar 2 17:59:13 2017 (r435256) +++ head/math/p5-Math-BigInt-Lite/Makefile Thu Mar 2 17:59:18 2017 (r435257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-Lite -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-BigInt-Lite/distinfo ============================================================================== --- head/math/p5-Math-BigInt-Lite/distinfo Thu Mar 2 17:59:13 2017 (r435256) +++ head/math/p5-Math-BigInt-Lite/distinfo Thu Mar 2 17:59:18 2017 (r435257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481546184 -SHA256 (Math-BigInt-Lite-0.16.tar.gz) = 314908e10ec1259373497b9a44231f0eb42005945912c2027e732898c1885670 -SIZE (Math-BigInt-Lite-0.16.tar.gz) = 73427 +TIMESTAMP = 1488462998 +SHA256 (Math-BigInt-Lite-0.17.tar.gz) = f3323f5537dda709a9718ee1a730394651c085eddab665a84a4adee9991931de +SIZE (Math-BigInt-Lite-0.17.tar.gz) = 71248 From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A44DCF5DC5; Thu, 2 Mar 2017 17: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 EB37E69A; Thu, 2 Mar 2017 17:59: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 v22HxMHB008408; Thu, 2 Mar 2017 17:59:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxMN1008406; Thu, 2 Mar 2017 17:59:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxMN1008406@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, 2 Mar 2017 17:59:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435258 - head/databases/py-sqlparse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 17:59:24 -0000 Author: sunpoet Date: Thu Mar 2 17:59:22 2017 New Revision: 435258 URL: https://svnweb.freebsd.org/changeset/ports/435258 Log: Update to 0.2.3 Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Modified: head/databases/py-sqlparse/Makefile head/databases/py-sqlparse/distinfo Modified: head/databases/py-sqlparse/Makefile ============================================================================== --- head/databases/py-sqlparse/Makefile Thu Mar 2 17:59:18 2017 (r435257) +++ head/databases/py-sqlparse/Makefile Thu Mar 2 17:59:22 2017 (r435258) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sqlparse -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.2.3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-sqlparse/distinfo ============================================================================== --- head/databases/py-sqlparse/distinfo Thu Mar 2 17:59:18 2017 (r435257) +++ head/databases/py-sqlparse/distinfo Thu Mar 2 17:59:22 2017 (r435258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479413017 -SHA256 (sqlparse-0.2.2.tar.gz) = d446296b2c26f9466860dd85fa32480bec523ab96bda8879262c38e8e8fbba21 -SIZE (sqlparse-0.2.2.tar.gz) = 57965 +TIMESTAMP = 1488463006 +SHA256 (sqlparse-0.2.3.tar.gz) = becd7cc7cebbdf311de8ceedfcf2bd2403297024418801947f8c953025beeff8 +SIZE (sqlparse-0.2.3.tar.gz) = 60742 From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECC5DCF5DFA; Thu, 2 Mar 2017 17:59: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 BB703766; Thu, 2 Mar 2017 17:59: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 v22HxRNa008527; Thu, 2 Mar 2017 17:59:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxREe008525; Thu, 2 Mar 2017 17:59:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxREe008525@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, 2 Mar 2017 17:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435259 - head/devel/p5-Sys-Mmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 17:59:29 -0000 Author: sunpoet Date: Thu Mar 2 17:59:27 2017 New Revision: 435259 URL: https://svnweb.freebsd.org/changeset/ports/435259 Log: Update to 0.19 Changes: http://search.cpan.org/dist/Sys-Mmap/Changes Modified: head/devel/p5-Sys-Mmap/Makefile head/devel/p5-Sys-Mmap/distinfo Modified: head/devel/p5-Sys-Mmap/Makefile ============================================================================== --- head/devel/p5-Sys-Mmap/Makefile Thu Mar 2 17:59:22 2017 (r435258) +++ head/devel/p5-Sys-Mmap/Makefile Thu Mar 2 17:59:27 2017 (r435259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Sys-Mmap -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Sys-Mmap/distinfo ============================================================================== --- head/devel/p5-Sys-Mmap/distinfo Thu Mar 2 17:59:22 2017 (r435258) +++ head/devel/p5-Sys-Mmap/distinfo Thu Mar 2 17:59:27 2017 (r435259) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488116855 -SHA256 (Sys-Mmap-0.18.tar.gz) = fb8a96f375b23fd4a9ba95166536e15477a368b3a6efb5b9a89ed220af32e741 -SIZE (Sys-Mmap-0.18.tar.gz) = 17858 +TIMESTAMP = 1488463013 +SHA256 (Sys-Mmap-0.19.tar.gz) = 09295e25cc9b0599d9009d19b2be89fcecaecc62ce594f873d7f70d7c10900fa +SIZE (Sys-Mmap-0.19.tar.gz) = 18174 From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDE17CF5E25; Thu, 2 Mar 2017 17:59: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 A20637E8; Thu, 2 Mar 2017 17:59: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 v22HxWDI008644; Thu, 2 Mar 2017 17:59:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxWoj008641; Thu, 2 Mar 2017 17:59:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxWoj008641@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, 2 Mar 2017 17:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435260 - 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, 02 Mar 2017 17:59:34 -0000 Author: sunpoet Date: Thu Mar 2 17:59:32 2017 New Revision: 435260 URL: https://svnweb.freebsd.org/changeset/ports/435260 Log: Update to 1.302078 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 Mar 2 17:59:27 2017 (r435259) +++ head/devel/p5-Test-Simple/Makefile Thu Mar 2 17:59:32 2017 (r435260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302075 +PORTVERSION= 1.302078 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Thu Mar 2 17:59:27 2017 (r435259) +++ head/devel/p5-Test-Simple/distinfo Thu Mar 2 17:59:32 2017 (r435260) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484226409 -SHA256 (Test-Simple-1.302075.tar.gz) = 86f2205498f96302e00331ac586bf366547e946e8637ad208d6317a2097d40b7 -SIZE (Test-Simple-1.302075.tar.gz) = 255843 +TIMESTAMP = 1488463021 +SHA256 (Test-Simple-1.302078.tar.gz) = ab47f3a980ad9aedb78a731719a0487f02a7bc30c17b65457e6dfc3a89a04c15 +SIZE (Test-Simple-1.302078.tar.gz) = 256031 From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9485CF5E53; Thu, 2 Mar 2017 17:59: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 5C68C854; Thu, 2 Mar 2017 17:59: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 v22HxbQ4008780; Thu, 2 Mar 2017 17:59:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxbOo008777; Thu, 2 Mar 2017 17:59:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxbOo008777@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, 2 Mar 2017 17:59:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435261 - head/dns/p5-POE-Component-Client-DNS-Recursive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 17:59:38 -0000 Author: sunpoet Date: Thu Mar 2 17:59:37 2017 New Revision: 435261 URL: https://svnweb.freebsd.org/changeset/ports/435261 Log: Update to 1.12 - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/Changes Modified: head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile head/dns/p5-POE-Component-Client-DNS-Recursive/distinfo head/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist Modified: head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile ============================================================================== --- head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile Thu Mar 2 17:59:32 2017 (r435260) +++ head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile Thu Mar 2 17:59:37 2017 (r435261) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-DNS-Recursive -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +12,14 @@ COMMENT= Recursive DNS client for POE LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-Net-IP-Minimal>=0:net/p5-Net-IP-Minimal \ p5-POE>=1.004:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/dns/p5-POE-Component-Client-DNS-Recursive/distinfo ============================================================================== --- head/dns/p5-POE-Component-Client-DNS-Recursive/distinfo Thu Mar 2 17:59:32 2017 (r435260) +++ head/dns/p5-POE-Component-Client-DNS-Recursive/distinfo Thu Mar 2 17:59:37 2017 (r435261) @@ -1,2 +1,3 @@ -SHA256 (POE-Component-Client-DNS-Recursive-1.08.tar.gz) = eacdec270039be04ae69650b3b8d4014377ce4fa0ff026b0c55b28c15447d32f -SIZE (POE-Component-Client-DNS-Recursive-1.08.tar.gz) = 16839 +TIMESTAMP = 1488463028 +SHA256 (POE-Component-Client-DNS-Recursive-1.12.tar.gz) = afeecb6a26b8750ab805d032de6bc3b01e68ad86ba215aa1cdc3c93e5238c148 +SIZE (POE-Component-Client-DNS-Recursive-1.12.tar.gz) = 17199 Modified: head/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist ============================================================================== --- head/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist Thu Mar 2 17:59:32 2017 (r435260) +++ head/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist Thu Mar 2 17:59:37 2017 (r435261) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/POE::Component::Client::DNS::Recursive.3.gz %%SITE_PERL%%/POE/Component/Client/DNS/Recursive.pm +%%PERL5_MAN3%%/POE::Component::Client::DNS::Recursive.3.gz From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BBA3CF5E89; Thu, 2 Mar 2017 17:59: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 C66878C5; Thu, 2 Mar 2017 17:59: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 v22Hxfdx008898; Thu, 2 Mar 2017 17:59:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxfUV008896; Thu, 2 Mar 2017 17:59:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxfUV008896@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, 2 Mar 2017 17:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435262 - head/ftp/p5-POE-Component-Client-FTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 17:59:43 -0000 Author: sunpoet Date: Thu Mar 2 17:59:41 2017 New Revision: 435262 URL: https://svnweb.freebsd.org/changeset/ports/435262 Log: Update to 0.24 - Add LICENSE - Update *_DEPENDS - Add TEST_DEPENDS - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-Client-FTP/Changes Modified: head/ftp/p5-POE-Component-Client-FTP/Makefile head/ftp/p5-POE-Component-Client-FTP/distinfo Modified: head/ftp/p5-POE-Component-Client-FTP/Makefile ============================================================================== --- head/ftp/p5-POE-Component-Client-FTP/Makefile Thu Mar 2 17:59:37 2017 (r435261) +++ head/ftp/p5-POE-Component-Client-FTP/Makefile Thu Mar 2 17:59:41 2017 (r435262) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-FTP -PORTVERSION= 0.22 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implements an FTP client POE Component -BUILD_DEPENDS= p5-POE>=0:devel/p5-POE +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-POE>=0.38:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-POE-Client-TCP>=0.1:devel/p5-Test-POE-Client-TCP \ + p5-Test-POE-Server-TCP>=0.16:devel/p5-Test-POE-Server-TCP +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= configure CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes @@ -24,7 +30,7 @@ PORTEXAMPLES= dotfer.pl list.pl sync.pl OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/ftp/p5-POE-Component-Client-FTP/distinfo ============================================================================== --- head/ftp/p5-POE-Component-Client-FTP/distinfo Thu Mar 2 17:59:37 2017 (r435261) +++ head/ftp/p5-POE-Component-Client-FTP/distinfo Thu Mar 2 17:59:41 2017 (r435262) @@ -1,2 +1,3 @@ -SHA256 (POE-Component-Client-FTP-0.22.tar.gz) = b6bd6684396aa81475406bec887386114b2d2d11b2e877871a722d8df5a6a528 -SIZE (POE-Component-Client-FTP-0.22.tar.gz) = 36357 +TIMESTAMP = 1488463036 +SHA256 (POE-Component-Client-FTP-0.24.tar.gz) = 852f47c582fa929767763623db9137637d5dabca3eb7cf6c825b325c528a6cc2 +SIZE (POE-Component-Client-FTP-0.24.tar.gz) = 28565 From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F5E9CF5EB2; Thu, 2 Mar 2017 17:59: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 6772C937; Thu, 2 Mar 2017 17:59: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 v22Hxk05009017; Thu, 2 Mar 2017 17:59:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxkMq009015; Thu, 2 Mar 2017 17:59:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxkMq009015@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, 2 Mar 2017 17:59:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435263 - head/math/p5-Math-BigRat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 17:59:47 -0000 Author: sunpoet Date: Thu Mar 2 17:59:46 2017 New Revision: 435263 URL: https://svnweb.freebsd.org/changeset/ports/435263 Log: Update to 0.2612 Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Modified: head/math/p5-Math-BigRat/Makefile head/math/p5-Math-BigRat/distinfo Modified: head/math/p5-Math-BigRat/Makefile ============================================================================== --- head/math/p5-Math-BigRat/Makefile Thu Mar 2 17:59:41 2017 (r435262) +++ head/math/p5-Math-BigRat/Makefile Thu Mar 2 17:59:46 2017 (r435263) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigRat -PORTVERSION= 0.2611 +PORTVERSION= 0.2612 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-BigRat/distinfo ============================================================================== --- head/math/p5-Math-BigRat/distinfo Thu Mar 2 17:59:41 2017 (r435262) +++ head/math/p5-Math-BigRat/distinfo Thu Mar 2 17:59:46 2017 (r435263) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488316423 -SHA256 (Math-BigRat-0.2611.tar.gz) = a8a033d0ccac9ac641c73867d71f2455ecb2339984cd964b1e3cfb2859e9fd81 -SIZE (Math-BigRat-0.2611.tar.gz) = 50128 +TIMESTAMP = 1488463044 +SHA256 (Math-BigRat-0.2612.tar.gz) = b82975a51cc88a30021882f475c9a643b93670af27978e0aaf58430964714d8d +SIZE (Math-BigRat-0.2612.tar.gz) = 50707 From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D59FCF5EEC; Thu, 2 Mar 2017 17:59: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 368DD9AB; Thu, 2 Mar 2017 17:59: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 v22Hxp5E009135; Thu, 2 Mar 2017 17:59:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxpDe009132; Thu, 2 Mar 2017 17:59:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxpDe009132@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, 2 Mar 2017 17:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435264 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 17:59:52 -0000 Author: sunpoet Date: Thu Mar 2 17:59:50 2017 New Revision: 435264 URL: https://svnweb.freebsd.org/changeset/ports/435264 Log: Update to 2.8.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Thu Mar 2 17:59:46 2017 (r435263) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu Mar 2 17:59:50 2017 (r435264) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.7.16 +PORTVERSION= 2.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu Mar 2 17:59:46 2017 (r435263) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu Mar 2 17:59:50 2017 (r435264) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488261279 -SHA256 (rubygem/aws-sdk-core-2.7.16.gem) = 5db68310b5078b0e6ef0a5b048d6d6eb43f6024ee17029386a1dd92a0336bcb4 -SIZE (rubygem/aws-sdk-core-2.7.16.gem) = 974336 +TIMESTAMP = 1488463220 +SHA256 (rubygem/aws-sdk-core-2.8.0.gem) = b98ec09abd4b5fa180567b3d6b6ed89b472801f6229e9c6e30d66b6acab8d313 +SIZE (rubygem/aws-sdk-core-2.8.0.gem) = 974336 From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33624CF5F22; Thu, 2 Mar 2017 17:59: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 F41EEA2E; Thu, 2 Mar 2017 17:59: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 v22HxuvG009252; Thu, 2 Mar 2017 17:59:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Hxt8a009250; Thu, 2 Mar 2017 17:59:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22Hxt8a009250@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, 2 Mar 2017 17:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435265 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 17:59:57 -0000 Author: sunpoet Date: Thu Mar 2 17:59:55 2017 New Revision: 435265 URL: https://svnweb.freebsd.org/changeset/ports/435265 Log: Update to 2.8.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Thu Mar 2 17:59:50 2017 (r435264) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu Mar 2 17:59:55 2017 (r435265) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.7.16 +PORTVERSION= 2.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu Mar 2 17:59:50 2017 (r435264) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu Mar 2 17:59:55 2017 (r435265) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488261284 -SHA256 (rubygem/aws-sdk-resources-2.7.16.gem) = 24ca10dfb13698a92d06f4355eaec3e72000747acd538d8729c2f497686f25d4 -SIZE (rubygem/aws-sdk-resources-2.7.16.gem) = 47104 +TIMESTAMP = 1488463225 +SHA256 (rubygem/aws-sdk-resources-2.8.0.gem) = 0f9d089cf9fe04166c4579540616c7945a29523350b90756af3ae2ea7cb29c52 +SIZE (rubygem/aws-sdk-resources-2.8.0.gem) = 47104 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF8DFCF5F5B; Thu, 2 Mar 2017 18:00: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 9C565A9C; Thu, 2 Mar 2017 18:00: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 v22I00Dm009421; Thu, 2 Mar 2017 18:00:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I00w3009419; Thu, 2 Mar 2017 18:00:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I00w3009419@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, 2 Mar 2017 18:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435266 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 18:00:01 -0000 Author: sunpoet Date: Thu Mar 2 18:00:00 2017 New Revision: 435266 URL: https://svnweb.freebsd.org/changeset/ports/435266 Log: Update to 2.8.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Thu Mar 2 17:59:55 2017 (r435265) +++ head/devel/rubygem-aws-sdk/Makefile Thu Mar 2 18:00:00 2017 (r435266) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.7.16 +PORTVERSION= 2.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu Mar 2 17:59:55 2017 (r435265) +++ head/devel/rubygem-aws-sdk/distinfo Thu Mar 2 18:00:00 2017 (r435266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488261289 -SHA256 (rubygem/aws-sdk-2.7.16.gem) = a6cce8689a0b7661fd0b93045efe7dbc879998d9ccdda8ed88cec08a1831e6ab -SIZE (rubygem/aws-sdk-2.7.16.gem) = 4608 +TIMESTAMP = 1488463229 +SHA256 (rubygem/aws-sdk-2.8.0.gem) = cf9ea1ddc937d84e1e915afc5dd84447d698c0baa9ac6940dcc856bf24dacf4f +SIZE (rubygem/aws-sdk-2.8.0.gem) = 4608 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58FA2CF5FA8; Thu, 2 Mar 2017 18:00: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 286BFB0B; Thu, 2 Mar 2017 18:00: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 v22I05JL009539; Thu, 2 Mar 2017 18:00:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I05e9009537; Thu, 2 Mar 2017 18:00:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I05e9009537@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, 2 Mar 2017 18:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435267 - head/devel/rubygem-sequel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:06 -0000 Author: sunpoet Date: Thu Mar 2 18:00:04 2017 New Revision: 435267 URL: https://svnweb.freebsd.org/changeset/ports/435267 Log: Update to 4.44.0 Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG Modified: head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel/distinfo Modified: head/devel/rubygem-sequel/Makefile ============================================================================== --- head/devel/rubygem-sequel/Makefile Thu Mar 2 18:00:00 2017 (r435266) +++ head/devel/rubygem-sequel/Makefile Thu Mar 2 18:00:04 2017 (r435267) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sequel -PORTVERSION= 4.43.0 +PORTVERSION= 4.44.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sequel/distinfo ============================================================================== --- head/devel/rubygem-sequel/distinfo Thu Mar 2 18:00:00 2017 (r435266) +++ head/devel/rubygem-sequel/distinfo Thu Mar 2 18:00:04 2017 (r435267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036686 -SHA256 (rubygem/sequel-4.43.0.gem) = 805fd51b9507491ff7b26047998bea2406c644684643e4797f7a932ab0263f88 -SIZE (rubygem/sequel-4.43.0.gem) = 1407488 +TIMESTAMP = 1488463056 +SHA256 (rubygem/sequel-4.44.0.gem) = df7fd4f9474c8f15a596ca5118225758dbd1b3ccb63656f5bbd38f1349474342 +SIZE (rubygem/sequel-4.44.0.gem) = 1421312 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C95BCCF5FD0; Thu, 2 Mar 2017 18:00: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 908B4B81; Thu, 2 Mar 2017 18:00: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 v22I09jI009660; Thu, 2 Mar 2017 18:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I09ts009658; Thu, 2 Mar 2017 18:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I09ts009658@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, 2 Mar 2017 18:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435268 - head/www/rubygem-selenium-webdriver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 18:00:10 -0000 Author: sunpoet Date: Thu Mar 2 18:00:09 2017 New Revision: 435268 URL: https://svnweb.freebsd.org/changeset/ports/435268 Log: Update to 3.2.2 Changes: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES Modified: head/www/rubygem-selenium-webdriver/Makefile head/www/rubygem-selenium-webdriver/distinfo Modified: head/www/rubygem-selenium-webdriver/Makefile ============================================================================== --- head/www/rubygem-selenium-webdriver/Makefile Thu Mar 2 18:00:04 2017 (r435267) +++ head/www/rubygem-selenium-webdriver/Makefile Thu Mar 2 18:00:09 2017 (r435268) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium-webdriver -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-selenium-webdriver/distinfo ============================================================================== --- head/www/rubygem-selenium-webdriver/distinfo Thu Mar 2 18:00:04 2017 (r435267) +++ head/www/rubygem-selenium-webdriver/distinfo Thu Mar 2 18:00:09 2017 (r435268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488023639 -SHA256 (rubygem/selenium-webdriver-3.2.1.gem) = 5ab29b71c012e0fd3559ddeb00a58bca8840f5100ddd55cd5749b2c0b7f18b08 -SIZE (rubygem/selenium-webdriver-3.2.1.gem) = 822784 +TIMESTAMP = 1488463066 +SHA256 (rubygem/selenium-webdriver-3.2.2.gem) = 2676fb2302f9cbf8b7db5385e8a1c2840cea9312530a1ae50d951b0ae82ac0b9 +SIZE (rubygem/selenium-webdriver-3.2.2.gem) = 823296 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BE44CF4012; Thu, 2 Mar 2017 18:00: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 237A6BFD; Thu, 2 Mar 2017 18:00: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 v22I0E0n009776; Thu, 2 Mar 2017 18:00:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0E67009774; Thu, 2 Mar 2017 18:00:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0E67009774@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, 2 Mar 2017 18:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435269 - head/www/rubygem-uglifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:15 -0000 Author: sunpoet Date: Thu Mar 2 18:00:13 2017 New Revision: 435269 URL: https://svnweb.freebsd.org/changeset/ports/435269 Log: Update to 3.1.2 Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md Modified: head/www/rubygem-uglifier/Makefile head/www/rubygem-uglifier/distinfo Modified: head/www/rubygem-uglifier/Makefile ============================================================================== --- head/www/rubygem-uglifier/Makefile Thu Mar 2 18:00:09 2017 (r435268) +++ head/www/rubygem-uglifier/Makefile Thu Mar 2 18:00:13 2017 (r435269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uglifier -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-uglifier/distinfo ============================================================================== --- head/www/rubygem-uglifier/distinfo Thu Mar 2 18:00:09 2017 (r435268) +++ head/www/rubygem-uglifier/distinfo Thu Mar 2 18:00:13 2017 (r435269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488358268 -SHA256 (rubygem/uglifier-3.1.1.gem) = 1c06fcfbf86e3ab6d8378ee63196ff6cf432d88ea89c76c9cd774ef7c7a34e94 -SIZE (rubygem/uglifier-3.1.1.gem) = 96768 +TIMESTAMP = 1488463072 +SHA256 (rubygem/uglifier-3.1.2.gem) = 8f264353ae09c9ad727be179922ce1572e8deb57e0d192bed76357ceb939c855 +SIZE (rubygem/uglifier-3.1.2.gem) = 97280 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3DDACF4044; Thu, 2 Mar 2017 18:00: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 A192AC5A; Thu, 2 Mar 2017 18:00: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 v22I0IBX009895; Thu, 2 Mar 2017 18:00:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0ILR009893; Thu, 2 Mar 2017 18:00:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0ILR009893@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, 2 Mar 2017 18:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435270 - head/devel/rubygem-activesupport5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:19 -0000 Author: sunpoet Date: Thu Mar 2 18:00:18 2017 New Revision: 435270 URL: https://svnweb.freebsd.org/changeset/ports/435270 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport5/Makefile head/devel/rubygem-activesupport5/distinfo Modified: head/devel/rubygem-activesupport5/Makefile ============================================================================== --- head/devel/rubygem-activesupport5/Makefile Thu Mar 2 18:00:13 2017 (r435269) +++ head/devel/rubygem-activesupport5/Makefile Thu Mar 2 18:00:18 2017 (r435270) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 Modified: head/devel/rubygem-activesupport5/distinfo ============================================================================== --- head/devel/rubygem-activesupport5/distinfo Thu Mar 2 18:00:13 2017 (r435269) +++ head/devel/rubygem-activesupport5/distinfo Thu Mar 2 18:00:18 2017 (r435270) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483529687 -SHA256 (rubygem/activesupport-5.0.1.gem) = 2db4123e8ce82bb7c62f43d89a5db591b17c9e6fc875f3df7c52b3942da07621 -SIZE (rubygem/activesupport-5.0.1.gem) = 361984 +TIMESTAMP = 1488463078 +SHA256 (rubygem/activesupport-5.0.2.gem) = e02921c1a516af2f6ab492af483e0c6aab113b9535a3fd86e901efaa843b72b5 +SIZE (rubygem/activesupport-5.0.2.gem) = 362496 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94BAFCF4098; Thu, 2 Mar 2017 18:00: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 5910ACDD; Thu, 2 Mar 2017 18:00: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 v22I0Nkd010013; Thu, 2 Mar 2017 18:00:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0NXn010011; Thu, 2 Mar 2017 18:00:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0NXn010011@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, 2 Mar 2017 18:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435271 - head/databases/rubygem-activemodel5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:24 -0000 Author: sunpoet Date: Thu Mar 2 18:00:23 2017 New Revision: 435271 URL: https://svnweb.freebsd.org/changeset/ports/435271 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md Modified: head/databases/rubygem-activemodel5/Makefile head/databases/rubygem-activemodel5/distinfo Modified: head/databases/rubygem-activemodel5/Makefile ============================================================================== --- head/databases/rubygem-activemodel5/Makefile Thu Mar 2 18:00:18 2017 (r435270) +++ head/databases/rubygem-activemodel5/Makefile Thu Mar 2 18:00:23 2017 (r435271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 Modified: head/databases/rubygem-activemodel5/distinfo ============================================================================== --- head/databases/rubygem-activemodel5/distinfo Thu Mar 2 18:00:18 2017 (r435270) +++ head/databases/rubygem-activemodel5/distinfo Thu Mar 2 18:00:23 2017 (r435271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483888451 -SHA256 (rubygem/activemodel-5.0.1.gem) = 5c15679d79f5f386cc5a9d09500d2da9fe6f0953c5624aee0617761740e12850 -SIZE (rubygem/activemodel-5.0.1.gem) = 53248 +TIMESTAMP = 1488463083 +SHA256 (rubygem/activemodel-5.0.2.gem) = 9c927aa343b7e32ea87a8d7cf9acde0291de219af86d7ed38ae4733d8a19c06c +SIZE (rubygem/activemodel-5.0.2.gem) = 53248 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A4F8CF40CE; Thu, 2 Mar 2017 18:00: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 C4E3CD4B; Thu, 2 Mar 2017 18:00: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 v22I0Rjr010134; Thu, 2 Mar 2017 18:00:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0Re6010132; Thu, 2 Mar 2017 18:00:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0Re6010132@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, 2 Mar 2017 18:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435272 - head/databases/rubygem-activerecord5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:29 -0000 Author: sunpoet Date: Thu Mar 2 18:00:27 2017 New Revision: 435272 URL: https://svnweb.freebsd.org/changeset/ports/435272 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md Modified: head/databases/rubygem-activerecord5/Makefile head/databases/rubygem-activerecord5/distinfo Modified: head/databases/rubygem-activerecord5/Makefile ============================================================================== --- head/databases/rubygem-activerecord5/Makefile Thu Mar 2 18:00:23 2017 (r435271) +++ head/databases/rubygem-activerecord5/Makefile Thu Mar 2 18:00:27 2017 (r435272) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 5.0.1 -PORTREVISION= 1 +PORTVERSION= 5.0.2 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 Modified: head/databases/rubygem-activerecord5/distinfo ============================================================================== --- head/databases/rubygem-activerecord5/distinfo Thu Mar 2 18:00:23 2017 (r435271) +++ head/databases/rubygem-activerecord5/distinfo Thu Mar 2 18:00:27 2017 (r435272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483888473 -SHA256 (rubygem/activerecord-5.0.1.gem) = d48fddd5de204458a1d3d1ae9b16268e45097a84661012f27aef2679ab99ee98 -SIZE (rubygem/activerecord-5.0.1.gem) = 359936 +TIMESTAMP = 1488463089 +SHA256 (rubygem/activerecord-5.0.2.gem) = 6070757a7816b6676568a7d6c6e160ae8cd9a1b93f45fe3ce03d21f35c3accc7 +SIZE (rubygem/activerecord-5.0.2.gem) = 360960 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1A2CCF4110; Thu, 2 Mar 2017 18:00: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 8AC42DC7; Thu, 2 Mar 2017 18:00: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 v22I0WdC010252; Thu, 2 Mar 2017 18:00:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0Wci010250; Thu, 2 Mar 2017 18:00:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0Wci010250@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, 2 Mar 2017 18:00:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435273 - head/devel/rubygem-actionview5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:33 -0000 Author: sunpoet Date: Thu Mar 2 18:00:32 2017 New Revision: 435273 URL: https://svnweb.freebsd.org/changeset/ports/435273 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview5/Makefile head/devel/rubygem-actionview5/distinfo Modified: head/devel/rubygem-actionview5/Makefile ============================================================================== --- head/devel/rubygem-actionview5/Makefile Thu Mar 2 18:00:27 2017 (r435272) +++ head/devel/rubygem-actionview5/Makefile Thu Mar 2 18:00:32 2017 (r435273) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 5.0.1 -PORTREVISION= 1 +PORTVERSION= 5.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -18,7 +17,7 @@ RUN_DEPENDS= rubygem-activesupport5>=${P rubygem-builder>=3.1:devel/rubygem-builder \ rubygem-erubis>=2.7.0:www/rubygem-erubis \ rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \ - rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer + rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-actionview5/distinfo ============================================================================== --- head/devel/rubygem-actionview5/distinfo Thu Mar 2 18:00:27 2017 (r435272) +++ head/devel/rubygem-actionview5/distinfo Thu Mar 2 18:00:32 2017 (r435273) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483834209 -SHA256 (rubygem/actionview-5.0.1.gem) = e702a4e22e68fdc20597f6cf53123077c242372081daef011eb8d4200cce718d -SIZE (rubygem/actionview-5.0.1.gem) = 152064 +TIMESTAMP = 1488463095 +SHA256 (rubygem/actionview-5.0.2.gem) = 002b3c3b858b0748a73ebcb6f8fcdec24b5ccda948646261530ff028ded43365 +SIZE (rubygem/actionview-5.0.2.gem) = 152064 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AF4BCF414A; Thu, 2 Mar 2017 18:00: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 4A6ECE46; Thu, 2 Mar 2017 18:00: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 v22I0bNG010371; Thu, 2 Mar 2017 18:00:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0bu0010369; Thu, 2 Mar 2017 18:00:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0bu0010369@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, 2 Mar 2017 18:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435274 - head/devel/rubygem-activejob5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:38 -0000 Author: sunpoet Date: Thu Mar 2 18:00:37 2017 New Revision: 435274 URL: https://svnweb.freebsd.org/changeset/ports/435274 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/activejob/CHANGELOG.md Modified: head/devel/rubygem-activejob5/Makefile head/devel/rubygem-activejob5/distinfo Modified: head/devel/rubygem-activejob5/Makefile ============================================================================== --- head/devel/rubygem-activejob5/Makefile Thu Mar 2 18:00:32 2017 (r435273) +++ head/devel/rubygem-activejob5/Makefile Thu Mar 2 18:00:37 2017 (r435274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 Modified: head/devel/rubygem-activejob5/distinfo ============================================================================== --- head/devel/rubygem-activejob5/distinfo Thu Mar 2 18:00:32 2017 (r435273) +++ head/devel/rubygem-activejob5/distinfo Thu Mar 2 18:00:37 2017 (r435274) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483888444 -SHA256 (rubygem/activejob-5.0.1.gem) = b68b5137f28254556277a493bce32d8e5aedbe79c7b250bb034c87293673f3e6 -SIZE (rubygem/activejob-5.0.1.gem) = 25088 +TIMESTAMP = 1488463100 +SHA256 (rubygem/activejob-5.0.2.gem) = 6da5f44958fc83f8c10dfa03d22b067ffc3b1032e3a881a282d786396ded00bc +SIZE (rubygem/activejob-5.0.2.gem) = 25088 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED62CCF4181; Thu, 2 Mar 2017 18:00: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 BA4B9EBC; Thu, 2 Mar 2017 18:00: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 v22I0fUe010491; Thu, 2 Mar 2017 18:00:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0flD010489; Thu, 2 Mar 2017 18:00:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0flD010489@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, 2 Mar 2017 18:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435275 - head/www/rubygem-actionpack5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:43 -0000 Author: sunpoet Date: Thu Mar 2 18:00:41 2017 New Revision: 435275 URL: https://svnweb.freebsd.org/changeset/ports/435275 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack5/Makefile head/www/rubygem-actionpack5/distinfo Modified: head/www/rubygem-actionpack5/Makefile ============================================================================== --- head/www/rubygem-actionpack5/Makefile Thu Mar 2 18:00:37 2017 (r435274) +++ head/www/rubygem-actionpack5/Makefile Thu Mar 2 18:00:41 2017 (r435275) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 Modified: head/www/rubygem-actionpack5/distinfo ============================================================================== --- head/www/rubygem-actionpack5/distinfo Thu Mar 2 18:00:37 2017 (r435274) +++ head/www/rubygem-actionpack5/distinfo Thu Mar 2 18:00:41 2017 (r435275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483542626 -SHA256 (rubygem/actionpack-5.0.1.gem) = cde53f8db2d97659270057e6278dc2c89fa954daa241f9fa1ef16a7ff9d4d2b5 -SIZE (rubygem/actionpack-5.0.1.gem) = 210432 +TIMESTAMP = 1488463107 +SHA256 (rubygem/actionpack-5.0.2.gem) = 9761c35da0cd2c2057fab74c2b4f27a748deb8e848c8db1eed0a078c43a31bce +SIZE (rubygem/actionpack-5.0.2.gem) = 210944 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1942CF41C8; Thu, 2 Mar 2017 18:00: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 7E558F3C; Thu, 2 Mar 2017 18:00: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 v22I0k4a010612; Thu, 2 Mar 2017 18:00:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0kQa010610; Thu, 2 Mar 2017 18:00:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0kQa010610@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, 2 Mar 2017 18:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435276 - head/www/rubygem-actioncable5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:47 -0000 Author: sunpoet Date: Thu Mar 2 18:00:46 2017 New Revision: 435276 URL: https://svnweb.freebsd.org/changeset/ports/435276 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md Modified: head/www/rubygem-actioncable5/Makefile head/www/rubygem-actioncable5/distinfo Modified: head/www/rubygem-actioncable5/Makefile ============================================================================== --- head/www/rubygem-actioncable5/Makefile Thu Mar 2 18:00:41 2017 (r435275) +++ head/www/rubygem-actioncable5/Makefile Thu Mar 2 18:00:46 2017 (r435276) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actioncable -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ - rubygem-nio4r1>=1.2:devel/rubygem-nio4r1 \ + rubygem-nio4r>=1.2:devel/rubygem-nio4r \ rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver NO_ARCH= yes Modified: head/www/rubygem-actioncable5/distinfo ============================================================================== --- head/www/rubygem-actioncable5/distinfo Thu Mar 2 18:00:41 2017 (r435275) +++ head/www/rubygem-actioncable5/distinfo Thu Mar 2 18:00:46 2017 (r435276) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483834937 -SHA256 (rubygem/actioncable-5.0.1.gem) = a7ddffa73c581f9f1369a8d9048171036ba46cf7c410057c5cf944ac90dfbe00 -SIZE (rubygem/actioncable-5.0.1.gem) = 42496 +TIMESTAMP = 1488463113 +SHA256 (rubygem/actioncable-5.0.2.gem) = bec943d44cc3c91b1be7ed9dd0a750e89668035089905f8b357eafb7019402e0 +SIZE (rubygem/actioncable-5.0.2.gem) = 42496 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76202CF4326; Thu, 2 Mar 2017 18:00: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 43E99FC0; Thu, 2 Mar 2017 18:00: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 v22I0p95010730; Thu, 2 Mar 2017 18:00:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0plp010728; Thu, 2 Mar 2017 18:00:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0plp010728@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, 2 Mar 2017 18:00:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435277 - head/mail/rubygem-actionmailer5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:52 -0000 Author: sunpoet Date: Thu Mar 2 18:00:51 2017 New Revision: 435277 URL: https://svnweb.freebsd.org/changeset/ports/435277 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/actionmailer/CHANGELOG.md Modified: head/mail/rubygem-actionmailer5/Makefile head/mail/rubygem-actionmailer5/distinfo Modified: head/mail/rubygem-actionmailer5/Makefile ============================================================================== --- head/mail/rubygem-actionmailer5/Makefile Thu Mar 2 18:00:46 2017 (r435276) +++ head/mail/rubygem-actionmailer5/Makefile Thu Mar 2 18:00:51 2017 (r435277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 Modified: head/mail/rubygem-actionmailer5/distinfo ============================================================================== --- head/mail/rubygem-actionmailer5/distinfo Thu Mar 2 18:00:46 2017 (r435276) +++ head/mail/rubygem-actionmailer5/distinfo Thu Mar 2 18:00:51 2017 (r435277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483888478 -SHA256 (rubygem/actionmailer-5.0.1.gem) = 2875da6705900bb230fd7be8f32e817115dafaaff2cb42b41c33295c0288b089 -SIZE (rubygem/actionmailer-5.0.1.gem) = 28672 +TIMESTAMP = 1488463119 +SHA256 (rubygem/actionmailer-5.0.2.gem) = 4b1d4e08d911a410c6ef0314ca897a1e73abb8757707cc9f0766edc6a4c47e92 +SIZE (rubygem/actionmailer-5.0.2.gem) = 28672 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:00:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E78DACF4360; Thu, 2 Mar 2017 18:00: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 B525F97; Thu, 2 Mar 2017 18:00: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 v22I0t3q010851; Thu, 2 Mar 2017 18:00:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I0t35010849; Thu, 2 Mar 2017 18:00:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021800.v22I0t35010849@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, 2 Mar 2017 18:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435278 - head/www/rubygem-railties5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:00:57 -0000 Author: sunpoet Date: Thu Mar 2 18:00:55 2017 New Revision: 435278 URL: https://svnweb.freebsd.org/changeset/ports/435278 Log: Update to 5.0.2 Changes: https://github.com/rails/rails/blob/5-0-stable/railties/CHANGELOG.md Modified: head/www/rubygem-railties5/Makefile head/www/rubygem-railties5/distinfo Modified: head/www/rubygem-railties5/Makefile ============================================================================== --- head/www/rubygem-railties5/Makefile Thu Mar 2 18:00:51 2017 (r435277) +++ head/www/rubygem-railties5/Makefile Thu Mar 2 18:00:55 2017 (r435278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 Modified: head/www/rubygem-railties5/distinfo ============================================================================== --- head/www/rubygem-railties5/distinfo Thu Mar 2 18:00:51 2017 (r435277) +++ head/www/rubygem-railties5/distinfo Thu Mar 2 18:00:55 2017 (r435278) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483888618 -SHA256 (rubygem/railties-5.0.1.gem) = 6823eb234a5b9c8c99361f6534b3401197127a421af5361dfb0d833e9fe99ed7 -SIZE (rubygem/railties-5.0.1.gem) = 223232 +TIMESTAMP = 1488463126 +SHA256 (rubygem/railties-5.0.2.gem) = 45f7a574e8f1c6dcc6c91ed6c6f42894b3d8abc132f4a5cff0148e6a18fa8d5a +SIZE (rubygem/railties-5.0.2.gem) = 223232 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7612FCF4396; Thu, 2 Mar 2017 18:01: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 3DE8B120; Thu, 2 Mar 2017 18:01: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 v22I10tn011669; Thu, 2 Mar 2017 18:01:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I102C011668; Thu, 2 Mar 2017 18:01:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I102C011668@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, 2 Mar 2017 18:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435279 - head/devel/rubygem-nio4r1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:01 -0000 Author: sunpoet Date: Thu Mar 2 18:01:00 2017 New Revision: 435279 URL: https://svnweb.freebsd.org/changeset/ports/435279 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31 Modified: head/devel/rubygem-nio4r1/Makefile Modified: head/devel/rubygem-nio4r1/Makefile ============================================================================== --- head/devel/rubygem-nio4r1/Makefile Thu Mar 2 18:00:55 2017 (r435278) +++ head/devel/rubygem-nio4r1/Makefile Thu Mar 2 18:01:00 2017 (r435279) @@ -13,6 +13,9 @@ COMMENT= New IO for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Use devel/rubygem-nio4r instead +EXPIRATION_DATE=2017-03-31 + USE_RUBY= yes USES= gem From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64468CF43CD; Thu, 2 Mar 2017 18:01: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 30EBC1B1; Thu, 2 Mar 2017 18:01:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22I15AQ011788; Thu, 2 Mar 2017 18:01:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I15te011786; Thu, 2 Mar 2017 18:01:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I15te011786@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, 2 Mar 2017 18:01:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435280 - head/devel/rubygem-activesupport4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:06 -0000 Author: sunpoet Date: Thu Mar 2 18:01:04 2017 New Revision: 435280 URL: https://svnweb.freebsd.org/changeset/ports/435280 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-activesupport4/distinfo Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Thu Mar 2 18:01:00 2017 (r435279) +++ head/devel/rubygem-activesupport4/Makefile Thu Mar 2 18:01:04 2017 (r435280) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.2.7.1 -PORTREVISION= 1 +PORTVERSION= 4.2.8 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -15,7 +14,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \ - rubygem-json1>=1.7.7:devel/rubygem-json1 \ rubygem-minitest>=5.1:devel/rubygem-minitest \ rubygem-thread_safe>=0.3.4:devel/rubygem-thread_safe \ rubygem-tzinfo>=1.1:devel/rubygem-tzinfo Modified: head/devel/rubygem-activesupport4/distinfo ============================================================================== --- head/devel/rubygem-activesupport4/distinfo Thu Mar 2 18:01:00 2017 (r435279) +++ head/devel/rubygem-activesupport4/distinfo Thu Mar 2 18:01:04 2017 (r435280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471421577 -SHA256 (rubygem/activesupport-4.2.7.1.gem) = 241bbcefbd472a2685e84952ca9c0dbec5665121ea88b312602c777ba608babd -SIZE (rubygem/activesupport-4.2.7.1.gem) = 331264 +TIMESTAMP = 1488464883 +SHA256 (rubygem/activesupport-4.2.8.gem) = 111ac36c5b3861a3546eeff5b972ae5170e8861c3ea8c035cd851627da6f2b72 +SIZE (rubygem/activesupport-4.2.8.gem) = 332800 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF960CF4406; Thu, 2 Mar 2017 18:01: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 B65A5229; Thu, 2 Mar 2017 18:01: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 v22I19CA011905; Thu, 2 Mar 2017 18:01:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I190t011903; Thu, 2 Mar 2017 18:01:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I190t011903@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, 2 Mar 2017 18:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435281 - head/devel/rubygem-activejob4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:11 -0000 Author: sunpoet Date: Thu Mar 2 18:01:09 2017 New Revision: 435281 URL: https://svnweb.freebsd.org/changeset/ports/435281 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md Modified: head/devel/rubygem-activejob4/Makefile head/devel/rubygem-activejob4/distinfo Modified: head/devel/rubygem-activejob4/Makefile ============================================================================== --- head/devel/rubygem-activejob4/Makefile Thu Mar 2 18:01:04 2017 (r435280) +++ head/devel/rubygem-activejob4/Makefile Thu Mar 2 18:01:09 2017 (r435281) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 4.2.7.1 +PORTVERSION= 4.2.8 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/devel/rubygem-activejob4/distinfo ============================================================================== --- head/devel/rubygem-activejob4/distinfo Thu Mar 2 18:01:04 2017 (r435280) +++ head/devel/rubygem-activejob4/distinfo Thu Mar 2 18:01:09 2017 (r435281) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471421017 -SHA256 (rubygem/activejob-4.2.7.1.gem) = 5f3db0e8e190e3dafd1ceeb0f0832dfe47e60b5742c4d08d3bb26e8b1a2f5047 -SIZE (rubygem/activejob-4.2.7.1.gem) = 19456 +TIMESTAMP = 1488464888 +SHA256 (rubygem/activejob-4.2.8.gem) = 1f3bef65330992d893471e8acddf7b98e81b8ea969512b796dccfcffdc5d5f4d +SIZE (rubygem/activejob-4.2.8.gem) = 19456 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9156CCF443C; Thu, 2 Mar 2017 18:01: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 5DB882D7; Thu, 2 Mar 2017 18:01: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 v22I1Esw012023; Thu, 2 Mar 2017 18:01:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I1EKn012021; Thu, 2 Mar 2017 18:01:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I1EKn012021@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, 2 Mar 2017 18:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435282 - head/databases/rubygem-activemodel4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:15 -0000 Author: sunpoet Date: Thu Mar 2 18:01:14 2017 New Revision: 435282 URL: https://svnweb.freebsd.org/changeset/ports/435282 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md Modified: head/databases/rubygem-activemodel4/Makefile head/databases/rubygem-activemodel4/distinfo Modified: head/databases/rubygem-activemodel4/Makefile ============================================================================== --- head/databases/rubygem-activemodel4/Makefile Thu Mar 2 18:01:09 2017 (r435281) +++ head/databases/rubygem-activemodel4/Makefile Thu Mar 2 18:01:14 2017 (r435282) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 4.2.7.1 -PORTREVISION= 1 +PORTVERSION= 4.2.8 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/databases/rubygem-activemodel4/distinfo ============================================================================== --- head/databases/rubygem-activemodel4/distinfo Thu Mar 2 18:01:09 2017 (r435281) +++ head/databases/rubygem-activemodel4/distinfo Thu Mar 2 18:01:14 2017 (r435282) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471421091 -SHA256 (rubygem/activemodel-4.2.7.1.gem) = 65a7631d487b9642c6877dd404667991e36cdd75e588406c4d4c435557059f29 -SIZE (rubygem/activemodel-4.2.7.1.gem) = 45568 +TIMESTAMP = 1488464894 +SHA256 (rubygem/activemodel-4.2.8.gem) = 8d069030f9f35a2faf48d9d534c0eb67812bb61819755d344048a45bff817087 +SIZE (rubygem/activemodel-4.2.8.gem) = 45568 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED547CF4473; Thu, 2 Mar 2017 18:01: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 BC8EA35B; Thu, 2 Mar 2017 18:01: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 v22I1IF3012142; Thu, 2 Mar 2017 18:01:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I1IJc012139; Thu, 2 Mar 2017 18:01:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I1IJc012139@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, 2 Mar 2017 18:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435283 - head/databases/rubygem-activerecord4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:20 -0000 Author: sunpoet Date: Thu Mar 2 18:01:18 2017 New Revision: 435283 URL: https://svnweb.freebsd.org/changeset/ports/435283 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md Modified: head/databases/rubygem-activerecord4/Makefile head/databases/rubygem-activerecord4/distinfo Modified: head/databases/rubygem-activerecord4/Makefile ============================================================================== --- head/databases/rubygem-activerecord4/Makefile Thu Mar 2 18:01:14 2017 (r435282) +++ head/databases/rubygem-activerecord4/Makefile Thu Mar 2 18:01:18 2017 (r435283) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 4.2.7.1 +PORTVERSION= 4.2.8 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activemodel4>=${PORTVERSION}:databases/rubygem-activemodel4 \ rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ - rubygem-arel6>=6.0.0:databases/rubygem-arel6 + rubygem-arel6>=6.0:databases/rubygem-arel6 NO_ARCH= yes USE_RUBY= yes Modified: head/databases/rubygem-activerecord4/distinfo ============================================================================== --- head/databases/rubygem-activerecord4/distinfo Thu Mar 2 18:01:14 2017 (r435282) +++ head/databases/rubygem-activerecord4/distinfo Thu Mar 2 18:01:18 2017 (r435283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471420281 -SHA256 (rubygem/activerecord-4.2.7.1.gem) = 923a64e2ebb9c4529761bf65ed37601a7000af2f3b18f12ea00e9f9ba2a168d2 -SIZE (rubygem/activerecord-4.2.7.1.gem) = 331776 +TIMESTAMP = 1488464902 +SHA256 (rubygem/activerecord-4.2.8.gem) = 40dba0bee0a1dc0c649f9299dc0d99a6c737505063d5169c76183a892c6c64ce +SIZE (rubygem/activerecord-4.2.8.gem) = 331776 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10758CF450E; Thu, 2 Mar 2017 18:01:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0FC6418; Thu, 2 Mar 2017 18:01:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22I1NsV012258; Thu, 2 Mar 2017 18:01:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I1NZP012256; Thu, 2 Mar 2017 18:01:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I1NZP012256@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, 2 Mar 2017 18:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435284 - head/devel/rubygem-actionview4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:25 -0000 Author: sunpoet Date: Thu Mar 2 18:01:23 2017 New Revision: 435284 URL: https://svnweb.freebsd.org/changeset/ports/435284 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview4/Makefile head/devel/rubygem-actionview4/distinfo Modified: head/devel/rubygem-actionview4/Makefile ============================================================================== --- head/devel/rubygem-actionview4/Makefile Thu Mar 2 18:01:18 2017 (r435283) +++ head/devel/rubygem-actionview4/Makefile Thu Mar 2 18:01:23 2017 (r435284) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.2.7.1 -PORTREVISION= 2 +PORTVERSION= 4.2.8 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -15,10 +14,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ - rubygem-builder>=3.2:devel/rubygem-builder \ + rubygem-builder>=3.1:devel/rubygem-builder \ rubygem-erubis>=2.7.0:www/rubygem-erubis \ rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \ - rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer + rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-actionview4/distinfo ============================================================================== --- head/devel/rubygem-actionview4/distinfo Thu Mar 2 18:01:18 2017 (r435283) +++ head/devel/rubygem-actionview4/distinfo Thu Mar 2 18:01:23 2017 (r435284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471420971 -SHA256 (rubygem/actionview-4.2.7.1.gem) = 0ccc4160fc8bc6f3f0db0d2c313ce747cd4c0921f540035d3a3ce3456de9a286 -SIZE (rubygem/actionview-4.2.7.1.gem) = 145920 +TIMESTAMP = 1488464909 +SHA256 (rubygem/actionview-4.2.8.gem) = 371b54defc64b715739b12bc2dcb4f44ec2993a1cf568225945ce0410252e4d5 +SIZE (rubygem/actionview-4.2.8.gem) = 145920 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95989CF453C; Thu, 2 Mar 2017 18:01:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60C5268B; Thu, 2 Mar 2017 18:01:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22I1SpG012377; Thu, 2 Mar 2017 18:01:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I1S95012375; Thu, 2 Mar 2017 18:01:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I1S95012375@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, 2 Mar 2017 18:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435285 - head/www/rubygem-actionpack4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:29 -0000 Author: sunpoet Date: Thu Mar 2 18:01:28 2017 New Revision: 435285 URL: https://svnweb.freebsd.org/changeset/ports/435285 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack4/Makefile head/www/rubygem-actionpack4/distinfo Modified: head/www/rubygem-actionpack4/Makefile ============================================================================== --- head/www/rubygem-actionpack4/Makefile Thu Mar 2 18:01:23 2017 (r435284) +++ head/www/rubygem-actionpack4/Makefile Thu Mar 2 18:01:28 2017 (r435285) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.2.7.1 -PORTREVISION= 2 +PORTVERSION= 4.2.8 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-actionpack4/distinfo ============================================================================== --- head/www/rubygem-actionpack4/distinfo Thu Mar 2 18:01:23 2017 (r435284) +++ head/www/rubygem-actionpack4/distinfo Thu Mar 2 18:01:28 2017 (r435285) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471420906 -SHA256 (rubygem/actionpack-4.2.7.1.gem) = 907ef4d99d20924be556019fea329e8ed2f42be0fa8700ba9235ce4af72a5ee5 -SIZE (rubygem/actionpack-4.2.7.1.gem) = 186368 +TIMESTAMP = 1488464923 +SHA256 (rubygem/actionpack-4.2.8.gem) = 499dabc0fc402eabcef3a271b2340dbed556bf1bd735c585b2002909e857cb25 +SIZE (rubygem/actionpack-4.2.8.gem) = 186368 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64DD5CF457B; Thu, 2 Mar 2017 18:01:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FE9B772; Thu, 2 Mar 2017 18:01:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22I1X9M012494; Thu, 2 Mar 2017 18:01:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I1X2d012492; Thu, 2 Mar 2017 18:01:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I1X2d012492@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, 2 Mar 2017 18:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435286 - head/mail/rubygem-actionmailer4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:34 -0000 Author: sunpoet Date: Thu Mar 2 18:01:32 2017 New Revision: 435286 URL: https://svnweb.freebsd.org/changeset/ports/435286 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md Modified: head/mail/rubygem-actionmailer4/Makefile head/mail/rubygem-actionmailer4/distinfo Modified: head/mail/rubygem-actionmailer4/Makefile ============================================================================== --- head/mail/rubygem-actionmailer4/Makefile Thu Mar 2 18:01:28 2017 (r435285) +++ head/mail/rubygem-actionmailer4/Makefile Thu Mar 2 18:01:32 2017 (r435286) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 4.2.7.1 -PORTREVISION= 3 +PORTVERSION= 4.2.8 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/mail/rubygem-actionmailer4/distinfo ============================================================================== --- head/mail/rubygem-actionmailer4/distinfo Thu Mar 2 18:01:28 2017 (r435285) +++ head/mail/rubygem-actionmailer4/distinfo Thu Mar 2 18:01:32 2017 (r435286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471420836 -SHA256 (rubygem/actionmailer-4.2.7.1.gem) = c30280bb13c187e768e575384f526ae3e75276df373d864f3f55e61ab4be8153 -SIZE (rubygem/actionmailer-4.2.7.1.gem) = 27136 +TIMESTAMP = 1488464930 +SHA256 (rubygem/actionmailer-4.2.8.gem) = 18b0db05204eeb1121c956221b7dca24d842b2f9c173e3402befdd057265235f +SIZE (rubygem/actionmailer-4.2.8.gem) = 27136 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FEA6CF45A7; Thu, 2 Mar 2017 18:01:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D32A28F5; Thu, 2 Mar 2017 18:01: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 v22I1bJ0012612; Thu, 2 Mar 2017 18:01:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I1bIK012610; Thu, 2 Mar 2017 18:01:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I1bIK012610@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, 2 Mar 2017 18:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435287 - head/www/rubygem-railties4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:39 -0000 Author: sunpoet Date: Thu Mar 2 18:01:37 2017 New Revision: 435287 URL: https://svnweb.freebsd.org/changeset/ports/435287 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md Modified: head/www/rubygem-railties4/Makefile head/www/rubygem-railties4/distinfo Modified: head/www/rubygem-railties4/Makefile ============================================================================== --- head/www/rubygem-railties4/Makefile Thu Mar 2 18:01:32 2017 (r435286) +++ head/www/rubygem-railties4/Makefile Thu Mar 2 18:01:37 2017 (r435287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 4.2.7.1 +PORTVERSION= 4.2.8 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-railties4/distinfo ============================================================================== --- head/www/rubygem-railties4/distinfo Thu Mar 2 18:01:32 2017 (r435286) +++ head/www/rubygem-railties4/distinfo Thu Mar 2 18:01:37 2017 (r435287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471421477 -SHA256 (rubygem/railties-4.2.7.1.gem) = 04e71a240bb21cce68aa1eec22304178e28a55c53f3168e9c1fb7f622c3b3f13 -SIZE (rubygem/railties-4.2.7.1.gem) = 127488 +TIMESTAMP = 1488464936 +SHA256 (rubygem/railties-4.2.8.gem) = 8fc0d6686c2f6ca75567f3d9f8e8a56e8240eaf43ba7887d1ed4ae2321a15b2d +SIZE (rubygem/railties-4.2.8.gem) = 128000 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:01:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7294CF45D5; Thu, 2 Mar 2017 18:01:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 766B5977; Thu, 2 Mar 2017 18:01:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22I1gsn013366; Thu, 2 Mar 2017 18:01:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I1go5013318; Thu, 2 Mar 2017 18:01:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021801.v22I1go5013318@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, 2 Mar 2017 18:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435288 - head/www/rubygem-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:01:43 -0000 Author: sunpoet Date: Thu Mar 2 18:01:42 2017 New Revision: 435288 URL: https://svnweb.freebsd.org/changeset/ports/435288 Log: Update to 4.2.8 Changes: https://github.com/rails/rails/commits/4-2-stable https://github.com/rails/rails/compare/v4.2.7.1...v4.2.8 Modified: head/www/rubygem-rails4/Makefile head/www/rubygem-rails4/distinfo Modified: head/www/rubygem-rails4/Makefile ============================================================================== --- head/www/rubygem-rails4/Makefile Thu Mar 2 18:01:37 2017 (r435287) +++ head/www/rubygem-rails4/Makefile Thu Mar 2 18:01:42 2017 (r435288) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 4.2.7.1 -PORTREVISION= 4 +PORTVERSION= 4.2.8 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-rails4/distinfo ============================================================================== --- head/www/rubygem-rails4/distinfo Thu Mar 2 18:01:37 2017 (r435287) +++ head/www/rubygem-rails4/distinfo Thu Mar 2 18:01:42 2017 (r435288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471420779 -SHA256 (rubygem/rails-4.2.7.1.gem) = 9414bef218365d548c5e42080e70364ad2809d6263856f591ba2e393a3096dab -SIZE (rubygem/rails-4.2.7.1.gem) = 1475584 +TIMESTAMP = 1488464954 +SHA256 (rubygem/rails-4.2.8.gem) = 90552099146e785e66cf90ede51dca0c1814440026eef2f8c418aebffc70eb36 +SIZE (rubygem/rails-4.2.8.gem) = 1475584 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:03:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48242CF468E; Thu, 2 Mar 2017 18:03:00 +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 22B2F113; Thu, 2 Mar 2017 18:03:00 +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 v22I2xga015801; Thu, 2 Mar 2017 18:02:59 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22I2wWo015788; Thu, 2 Mar 2017 18:02:58 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703021802.v22I2wWo015788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 2 Mar 2017 18:02:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435289 - in head: devel devel/hs-directory lang/ghc x11-wm/hs-xmonad x11-wm/hs-xmonad-contrib x11/hs-X11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 18:03:00 -0000 Author: tcberner Date: Thu Mar 2 18:02:57 2017 New Revision: 435289 URL: https://svnweb.freebsd.org/changeset/ports/435289 Log: Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contirb to 0.13 * Update xmonad to 0.13 * New required ports devel/hs-directory * Required update of x11/hs-X11 to 0.13 PR: 217012 Reviewed by: mat Approved by: maintainer timeout (2 weeks), rakcuo (mentor) Differential Revision: https://reviews.freebsd.org/D9548 Added: head/devel/hs-directory/ head/devel/hs-directory/Makefile (contents, props changed) head/devel/hs-directory/distinfo (contents, props changed) head/devel/hs-directory/pkg-descr (contents, props changed) Modified: head/devel/Makefile head/lang/ghc/bsd.hackage.mk head/x11-wm/hs-xmonad-contrib/Makefile head/x11-wm/hs-xmonad-contrib/distinfo head/x11-wm/hs-xmonad/Makefile head/x11-wm/hs-xmonad/distinfo head/x11/hs-X11/Makefile head/x11/hs-X11/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 2 18:01:42 2017 (r435288) +++ head/devel/Makefile Thu Mar 2 18:02:57 2017 (r435289) @@ -934,6 +934,7 @@ SUBDIR += hs-date-cache SUBDIR += hs-datetime SUBDIR += hs-deepseq-generics + SUBDIR += hs-directory SUBDIR += hs-directory-tree SUBDIR += hs-dlist SUBDIR += hs-dlist-instances Added: head/devel/hs-directory/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hs-directory/Makefile Thu Mar 2 18:02:57 2017 (r435289) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= directory +PORTVERSION= 1.3.0.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Library for manipulating files and directories in a portable way + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include Added: head/devel/hs-directory/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hs-directory/distinfo Thu Mar 2 18:02:57 2017 (r435289) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486844627 +SHA256 (cabal/directory-1.3.0.1.tar.gz) = b2b444aea7faac750efa23c994d9a16f207f12b2009cf38ba39fc7334f373f3c +SIZE (cabal/directory-1.3.0.1.tar.gz) = 69401 Added: head/devel/hs-directory/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hs-directory/pkg-descr Thu Mar 2 18:02:57 2017 (r435289) @@ -0,0 +1,4 @@ +This library provides a basic set of operations for manipulating files +and directories in a portable way. + +WWW: https://github.com/haskell/directory Modified: head/lang/ghc/bsd.hackage.mk ============================================================================== --- head/lang/ghc/bsd.hackage.mk Thu Mar 2 18:01:42 2017 (r435288) +++ head/lang/ghc/bsd.hackage.mk Thu Mar 2 18:02:57 2017 (r435289) @@ -141,6 +141,7 @@ dia-base_port= dia-functions_port= graphics/hs-dia-functions Diff_port= textproc/hs-Diff digest_port= security/hs-digest +directory_port= devel/hs-directory directory-tree_port= devel/hs-directory-tree distributive_port= math/hs-distributive dlist_port= devel/hs-dlist Modified: head/x11-wm/hs-xmonad-contrib/Makefile ============================================================================== --- head/x11-wm/hs-xmonad-contrib/Makefile Thu Mar 2 18:01:42 2017 (r435288) +++ head/x11-wm/hs-xmonad-contrib/Makefile Thu Mar 2 18:02:57 2017 (r435289) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmonad-contrib -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Third-party extensions for xmon LICENSE= BSD3CLAUSE USE_CABAL= extensible-exceptions mtl>=1 old-time random utf8-string \ - X11>=1.6.1 X11-xft>=0.2 xmonad==0.12 + X11>=1.6.1 X11-xft>=0.2 xmonad==0.13 USE_XORG= x11 RUN_DEPENDS+= bash:shells/bash Modified: head/x11-wm/hs-xmonad-contrib/distinfo ============================================================================== --- head/x11-wm/hs-xmonad-contrib/distinfo Thu Mar 2 18:01:42 2017 (r435288) +++ head/x11-wm/hs-xmonad-contrib/distinfo Thu Mar 2 18:02:57 2017 (r435289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475870490 -SHA256 (cabal/xmonad-contrib-0.12.tar.gz) = 131d31c471ac02ece9c7e920497b4839a45df786a2096f56adb1f2de1221f311 -SIZE (cabal/xmonad-contrib-0.12.tar.gz) = 464978 +TIMESTAMP = 1486836834 +SHA256 (cabal/xmonad-contrib-0.13.tar.gz) = a760827fe5b1f99d783f52ccbb72b272d02d53daa26757363cde3ceba014476e +SIZE (cabal/xmonad-contrib-0.13.tar.gz) = 485351 Modified: head/x11-wm/hs-xmonad/Makefile ============================================================================== --- head/x11-wm/hs-xmonad/Makefile Thu Mar 2 18:01:42 2017 (r435288) +++ head/x11-wm/hs-xmonad/Makefile Thu Mar 2 18:02:57 2017 (r435289) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmonad -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Tiling window manager LICENSE= BSD3CLAUSE -USE_CABAL= extensible-exceptions mtl setlocale utf8-string>=0.3 X11>=1.5 +USE_CABAL= extensible-exceptions mtl setlocale utf8-string>=0.3 X11>=1.8 directory>=1.2.3 USE_XORG= x11 MAN1PAGES= xmonad.1 Modified: head/x11-wm/hs-xmonad/distinfo ============================================================================== --- head/x11-wm/hs-xmonad/distinfo Thu Mar 2 18:01:42 2017 (r435288) +++ head/x11-wm/hs-xmonad/distinfo Thu Mar 2 18:02:57 2017 (r435289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475869373 -SHA256 (cabal/xmonad-0.12.tar.gz) = e8f649dbd4a8d5f75fdac9ceb5ee38b64fd351910ade81c188f5dd7bc21dfdd7 -SIZE (cabal/xmonad-0.12.tar.gz) = 61436 +TIMESTAMP = 1486836802 +SHA256 (cabal/xmonad-0.13.tar.gz) = f9f81b63569f18c777a939741024ec3ae34e4ec84015e5cc50f6622034a303ca +SIZE (cabal/xmonad-0.13.tar.gz) = 72034 Modified: head/x11/hs-X11/Makefile ============================================================================== --- head/x11/hs-X11/Makefile Thu Mar 2 18:01:42 2017 (r435288) +++ head/x11/hs-X11/Makefile Thu Mar 2 18:02:57 2017 (r435289) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= X11 -PORTVERSION= 1.6.1.2 -PORTREVISION= 2 +PORTVERSION= 1.8 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org Modified: head/x11/hs-X11/distinfo ============================================================================== --- head/x11/hs-X11/distinfo Thu Mar 2 18:01:42 2017 (r435288) +++ head/x11/hs-X11/distinfo Thu Mar 2 18:02:57 2017 (r435289) @@ -1,2 +1,3 @@ -SHA256 (cabal/X11-1.6.1.2.tar.gz) = 5216d485f807bd53bf34fba170896a8930290a6ac28b8e611c28e751ad67f2cf -SIZE (cabal/X11-1.6.1.2.tar.gz) = 188612 +TIMESTAMP = 1486838578 +SHA256 (cabal/X11-1.8.tar.gz) = 541b166aab1e05a92dc8f42a511d827e7aad373af12ae283b9df9982ccc09d8e +SIZE (cabal/X11-1.8.tar.gz) = 191331 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:10:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFC77CF4926; Thu, 2 Mar 2017 18:10:10 +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 B82CF1D6; Thu, 2 Mar 2017 18:10:10 +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 v22IA98S016388; Thu, 2 Mar 2017 18:10:09 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22IA9F0016381; Thu, 2 Mar 2017 18:10:09 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201703021810.v22IA9F0016381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 2 Mar 2017 18:10:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435290 - in head: . mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:10:11 -0000 Author: cmt Date: Thu Mar 2 18:10:09 2017 New Revision: 435290 URL: https://svnweb.freebsd.org/changeset/ports/435290 Log: update thunderbird to 45.7.1 https://www.mozilla.org/en-US/thunderbird/45.7.0/releasenotes/ https://www.mozilla.org/en-US/thunderbird/45.7.1/releasenotes/ After changes in packaging in ports r428672, profiles using lightning will have to be recreated. PR: 216584 Approved by: jbeich (maintainer), rene (mentor, implicit) MFH: 2017Q1 Security: e60169c4-aa86-46b0-8ae2-0d81f683df09 e60169c4-aa86-46b0-8ae2-0d81f683df09 Deleted: head/mail/thunderbird/files/patch-bug1290037 Modified: head/UPDATING head/mail/linux-thunderbird/Makefile head/mail/linux-thunderbird/distinfo head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/distinfo head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Mar 2 18:02:57 2017 (r435289) +++ head/UPDATING Thu Mar 2 18:10:09 2017 (r435290) @@ -5,6 +5,13 @@ 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. +20170302: + AFFECTS: users of mail/thunderbird with Lightning + AUTHOR: cmt@FreeBSD.org + + After changes in the packaging of the Lightning extension, profiles + using this extension have to be re-created. + 20170223: AFFECTS: users of devel/mtbl AUTHOR: truckman@FreeBSD.org Modified: head/mail/linux-thunderbird/Makefile ============================================================================== --- head/mail/linux-thunderbird/Makefile Thu Mar 2 18:02:57 2017 (r435289) +++ head/mail/linux-thunderbird/Makefile Thu Mar 2 18:10:09 2017 (r435290) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.6.0 -PORTREVISION= 1 +DISTVERSION= 45.7.1 +PORTREVISION= 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: head/mail/linux-thunderbird/distinfo ============================================================================== --- head/mail/linux-thunderbird/distinfo Thu Mar 2 18:02:57 2017 (r435289) +++ head/mail/linux-thunderbird/distinfo Thu Mar 2 18:10:09 2017 (r435290) @@ -1,6 +1,6 @@ -TIMESTAMP = 1483454284 -SHA256 (thunderbird-45.6.0.tar.bz2) = 7d2737a921a9b0f3fac5d3373d009dd6c675ee726facefc11f9280306d22a036 -SIZE (thunderbird-45.6.0.tar.bz2) = 44237731 +TIMESTAMP = 1486550767 +SHA256 (thunderbird-45.7.1.tar.bz2) = 7bdc99d388ddeb2e549a82a0b84aeb2891e8f790221284b794fd108bd04f4c8c +SIZE (thunderbird-45.7.1.tar.bz2) = 44265253 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: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Thu Mar 2 18:02:57 2017 (r435289) +++ head/mail/thunderbird-i18n/Makefile Thu Mar 2 18:10:09 2017 (r435290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 45.6.0 +PORTVERSION= 45.7.1 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: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Thu Mar 2 18:02:57 2017 (r435289) +++ head/mail/thunderbird-i18n/distinfo Thu Mar 2 18:10:09 2017 (r435290) @@ -1,117 +1,117 @@ -TIMESTAMP = 1483454205 -SHA256 (xpi/thunderbird-i18n-45.6.0/ar.xpi) = ee653d578b0e221729fb999c25bd4ef335d86c3b7b01d2fc3e18b5ea03a5c88b -SIZE (xpi/thunderbird-i18n-45.6.0/ar.xpi) = 490775 -SHA256 (xpi/thunderbird-i18n-45.6.0/ast.xpi) = 091fd74da82296bea2e271c6a86207e9cf60eeeed29ce62142b236888b78140e -SIZE (xpi/thunderbird-i18n-45.6.0/ast.xpi) = 428059 -SHA256 (xpi/thunderbird-i18n-45.6.0/be.xpi) = 2e68a3c2f085a6302da84815ebf616b3ea1ad2b3c628c082c38b69c561bdac82 -SIZE (xpi/thunderbird-i18n-45.6.0/be.xpi) = 469096 -SHA256 (xpi/thunderbird-i18n-45.6.0/bg.xpi) = ab15edef31542aea547b16b7f199ad3d18a6bd4f050b5254e6eeb17030b32ddb -SIZE (xpi/thunderbird-i18n-45.6.0/bg.xpi) = 524300 -SHA256 (xpi/thunderbird-i18n-45.6.0/bn-BD.xpi) = d3c996fdab0eca72e9a8aaefeb2240f75017685682539c43eb8fd66a84827950 -SIZE (xpi/thunderbird-i18n-45.6.0/bn-BD.xpi) = 581440 -SHA256 (xpi/thunderbird-i18n-45.6.0/br.xpi) = bee46d85f31a767dc53858c880086c96558577316a9b3dd6868dbc943d57da05 -SIZE (xpi/thunderbird-i18n-45.6.0/br.xpi) = 466000 -SHA256 (xpi/thunderbird-i18n-45.6.0/ca.xpi) = 0ccec986a9988720024ded63fa858a3169a763ae2148cad37750c9de6f18a2d2 -SIZE (xpi/thunderbird-i18n-45.6.0/ca.xpi) = 467980 -SHA256 (xpi/thunderbird-i18n-45.6.0/cs.xpi) = 1e8d36a17624c33fbabdc8c2f6bb5c988ee486c7b11adf0d8061df1b97ae41eb -SIZE (xpi/thunderbird-i18n-45.6.0/cs.xpi) = 474327 -SHA256 (xpi/thunderbird-i18n-45.6.0/cy.xpi) = 27c40529dcbe9d4cdbc7039f08b10f56502ca422e404927da001e7d7dec80b42 -SIZE (xpi/thunderbird-i18n-45.6.0/cy.xpi) = 456120 -SHA256 (xpi/thunderbird-i18n-45.6.0/da.xpi) = bdd2d971fa5580aa94aa96b2857d157ffafa4dc6768587299717260dbf6c290f -SIZE (xpi/thunderbird-i18n-45.6.0/da.xpi) = 445595 -SHA256 (xpi/thunderbird-i18n-45.6.0/de.xpi) = 55d4e9a79a282d6c510849a7baec19a47f773eb955919242d5233a2f4b8ad0bf -SIZE (xpi/thunderbird-i18n-45.6.0/de.xpi) = 451956 -SHA256 (xpi/thunderbird-i18n-45.6.0/dsb.xpi) = 0bcdfb59d568458b80ef612bccb707d8056c8a9333a9cd92b75efc0b49817051 -SIZE (xpi/thunderbird-i18n-45.6.0/dsb.xpi) = 481644 -SHA256 (xpi/thunderbird-i18n-45.6.0/el.xpi) = d60a50fd969c62aa6307a60a1bb4e71d1f4ea34e130ae3aeb7d0037f3d71e363 -SIZE (xpi/thunderbird-i18n-45.6.0/el.xpi) = 514358 -SHA256 (xpi/thunderbird-i18n-45.6.0/en-GB.xpi) = 56ac604691c56d76120a3e1621989e5e28e8c4229e0d199b0411ed46c754dd00 -SIZE (xpi/thunderbird-i18n-45.6.0/en-GB.xpi) = 437602 -SHA256 (xpi/thunderbird-i18n-45.6.0/en-US.xpi) = ab6d518fea4762779c64fd8c1d1ee3dde2d4d59435f707ebc5f2800c1f354e60 -SIZE (xpi/thunderbird-i18n-45.6.0/en-US.xpi) = 435475 -SHA256 (xpi/thunderbird-i18n-45.6.0/es-AR.xpi) = 29efb181384965dd92ff484e6f6c2abf3e10b75d338583c161e24608f935dd5e -SIZE (xpi/thunderbird-i18n-45.6.0/es-AR.xpi) = 464684 -SHA256 (xpi/thunderbird-i18n-45.6.0/es-ES.xpi) = bde7fdf7011be8b4266abf093dc55dac4dd572a4b2d726a3fa63106371e5c83a -SIZE (xpi/thunderbird-i18n-45.6.0/es-ES.xpi) = 388000 -SHA256 (xpi/thunderbird-i18n-45.6.0/et.xpi) = 82b7f29c3e48cad54de5160cf3b9910c2c4eaccdb3c4b3f875914830b1fe7cd0 -SIZE (xpi/thunderbird-i18n-45.6.0/et.xpi) = 458418 -SHA256 (xpi/thunderbird-i18n-45.6.0/eu.xpi) = 6b4effa6407cf5da694195b13467ff0922bffb6fc62131430a157e8e15ab0de7 -SIZE (xpi/thunderbird-i18n-45.6.0/eu.xpi) = 456708 -SHA256 (xpi/thunderbird-i18n-45.6.0/fi.xpi) = 157d481bfbe29a953209bd8e3eee11a07b37ba3acf0784a7b36c9bf4b325525e -SIZE (xpi/thunderbird-i18n-45.6.0/fi.xpi) = 458336 -SHA256 (xpi/thunderbird-i18n-45.6.0/fr.xpi) = 6c7a43d61589e22032cf93766fe86380ea547b2f918617b1da3832e8eda20c5d -SIZE (xpi/thunderbird-i18n-45.6.0/fr.xpi) = 475466 -SHA256 (xpi/thunderbird-i18n-45.6.0/fy-NL.xpi) = 6e6e422d868d474ae45ce7905ffd1d2ef3e951dda537d3b72a90c45128022d87 -SIZE (xpi/thunderbird-i18n-45.6.0/fy-NL.xpi) = 464757 -SHA256 (xpi/thunderbird-i18n-45.6.0/ga-IE.xpi) = 3726b69749729767abb6c3dfe5a06fe42c1f7a983f95d768a53056ae15ab0c3c -SIZE (xpi/thunderbird-i18n-45.6.0/ga-IE.xpi) = 480317 -SHA256 (xpi/thunderbird-i18n-45.6.0/gd.xpi) = d2f7fc855902d635dccbd02e2406c90667edc9aa8d280a9554bbcd33266844cc -SIZE (xpi/thunderbird-i18n-45.6.0/gd.xpi) = 478297 -SHA256 (xpi/thunderbird-i18n-45.6.0/gl.xpi) = 7444f5fcda4021ada5742a6c1d0e0f4b0a0cc27a66378788c292b59439786c0b -SIZE (xpi/thunderbird-i18n-45.6.0/gl.xpi) = 478580 -SHA256 (xpi/thunderbird-i18n-45.6.0/he.xpi) = 6693365c180ea9b57eeee9d4b24fe0248847710b2fd95f16d3b6e77ae111dbde -SIZE (xpi/thunderbird-i18n-45.6.0/he.xpi) = 497963 -SHA256 (xpi/thunderbird-i18n-45.6.0/hr.xpi) = 02636a3dd09acb63077bdc90460d0aed085162061d74b37d5fc57214c89c736a -SIZE (xpi/thunderbird-i18n-45.6.0/hr.xpi) = 463959 -SHA256 (xpi/thunderbird-i18n-45.6.0/hsb.xpi) = 35f8f6769dfe15e42df3fab123eda064522bb1ab0ed4c01936a12caba2ffc646 -SIZE (xpi/thunderbird-i18n-45.6.0/hsb.xpi) = 479414 -SHA256 (xpi/thunderbird-i18n-45.6.0/hu.xpi) = eb6005f69a350790a1d53666686c56ea388d2ee706e2403a6afa890e568ed861 -SIZE (xpi/thunderbird-i18n-45.6.0/hu.xpi) = 479584 -SHA256 (xpi/thunderbird-i18n-45.6.0/hy-AM.xpi) = dd4a98cef101d5b67fcca1d07cdfcdc608f89c2e38a8b704ee1052a71737acd8 -SIZE (xpi/thunderbird-i18n-45.6.0/hy-AM.xpi) = 518883 -SHA256 (xpi/thunderbird-i18n-45.6.0/id.xpi) = 123b2ca2d9e865f4e6b075047e898eff7bb1769dfba10a9e97325f30c8e1b90d -SIZE (xpi/thunderbird-i18n-45.6.0/id.xpi) = 499982 -SHA256 (xpi/thunderbird-i18n-45.6.0/is.xpi) = 519ff2d20433b9cb1206643ada4ddc1bd49a1fe0dbd6c23087b20358cacaa07e -SIZE (xpi/thunderbird-i18n-45.6.0/is.xpi) = 462190 -SHA256 (xpi/thunderbird-i18n-45.6.0/it.xpi) = 57281745f8e324f3661a928d48f1ce86a016ee530912304cf84954bf5325b85c -SIZE (xpi/thunderbird-i18n-45.6.0/it.xpi) = 376889 -SHA256 (xpi/thunderbird-i18n-45.6.0/ja.xpi) = 3eb93c8fc0a694c673c44aae10b7a30fce9858b9950a883875426511b420f181 -SIZE (xpi/thunderbird-i18n-45.6.0/ja.xpi) = 519552 -SHA256 (xpi/thunderbird-i18n-45.6.0/ko.xpi) = 3f3fff27e9ffd4da9c4145a8005b7a67dd8e30129e66aadda915304992f544fb -SIZE (xpi/thunderbird-i18n-45.6.0/ko.xpi) = 487418 -SHA256 (xpi/thunderbird-i18n-45.6.0/lt.xpi) = 279e1e182a1944e574b50c8613ce15f598c2e5c72d60cadb701d8c1b88a26aab -SIZE (xpi/thunderbird-i18n-45.6.0/lt.xpi) = 477736 -SHA256 (xpi/thunderbird-i18n-45.6.0/nb-NO.xpi) = ae32172f9d4fa281107b87d720c8fee970802659d6fa0f8e35bddbb349f5e091 -SIZE (xpi/thunderbird-i18n-45.6.0/nb-NO.xpi) = 460011 -SHA256 (xpi/thunderbird-i18n-45.6.0/nl.xpi) = ac21fbdc979031ecd190c66f61fe8266e428f81c97f7c97c38c648f06f13eb18 -SIZE (xpi/thunderbird-i18n-45.6.0/nl.xpi) = 456664 -SHA256 (xpi/thunderbird-i18n-45.6.0/nn-NO.xpi) = c079078f93e7e96989bf3815440dd0112145e7bac39e663e0938c93e5f5e04be -SIZE (xpi/thunderbird-i18n-45.6.0/nn-NO.xpi) = 460880 -SHA256 (xpi/thunderbird-i18n-45.6.0/pa-IN.xpi) = 4dcb7c48fab9e3be2de888f9d0faa0f4e8dec5bae08b05bcb0a64167b61972c2 -SIZE (xpi/thunderbird-i18n-45.6.0/pa-IN.xpi) = 551068 -SHA256 (xpi/thunderbird-i18n-45.6.0/pl.xpi) = 72650b3521b156900419f9ba28bd110e065902152076e6d679b1bc18d75dd887 -SIZE (xpi/thunderbird-i18n-45.6.0/pl.xpi) = 423867 -SHA256 (xpi/thunderbird-i18n-45.6.0/pt-BR.xpi) = b4290497600fb260c1f874ef2f5c9e7c0bca645990da9e760b130ef0e9764096 -SIZE (xpi/thunderbird-i18n-45.6.0/pt-BR.xpi) = 464682 -SHA256 (xpi/thunderbird-i18n-45.6.0/pt-PT.xpi) = a064609cf3a2f523a1f96f21d6fec7ef11ae5a8edf9f7a62824a7425c8d0301c -SIZE (xpi/thunderbird-i18n-45.6.0/pt-PT.xpi) = 463751 -SHA256 (xpi/thunderbird-i18n-45.6.0/rm.xpi) = a6b361ef0e24e600893dc36f7d464638b188f229d7810dfd41d57bb24b5dbb12 -SIZE (xpi/thunderbird-i18n-45.6.0/rm.xpi) = 462650 -SHA256 (xpi/thunderbird-i18n-45.6.0/ro.xpi) = bb90fe916d3865f266c5de773957b13e025fe10669a8c89aeb8a7350e07b6934 -SIZE (xpi/thunderbird-i18n-45.6.0/ro.xpi) = 468518 -SHA256 (xpi/thunderbird-i18n-45.6.0/ru.xpi) = 783f6984bdcdc2ebd5305ede240d81ba8399dc92187f8f9cf9aee175141c23d5 -SIZE (xpi/thunderbird-i18n-45.6.0/ru.xpi) = 463892 -SHA256 (xpi/thunderbird-i18n-45.6.0/si.xpi) = 4472231ef048b3cacab5ffadedc5232c9ed9cc9c4d47f013a06d0d040ee5cff3 -SIZE (xpi/thunderbird-i18n-45.6.0/si.xpi) = 555996 -SHA256 (xpi/thunderbird-i18n-45.6.0/sk.xpi) = 9664b4d284e0f72aa212773452a44dabb8a5147e1d958a79087f3fbf00d13197 -SIZE (xpi/thunderbird-i18n-45.6.0/sk.xpi) = 481492 -SHA256 (xpi/thunderbird-i18n-45.6.0/sl.xpi) = 2e692c4fd9257d279b3acbbd297fc50650d2e852a003bd315c1c81c31e3fe203 -SIZE (xpi/thunderbird-i18n-45.6.0/sl.xpi) = 462781 -SHA256 (xpi/thunderbird-i18n-45.6.0/sq.xpi) = 737fb80efc0bbdc7c22b06e1be80f68938726fff412ad3b6bd79d489e9cd1443 -SIZE (xpi/thunderbird-i18n-45.6.0/sq.xpi) = 469535 -SHA256 (xpi/thunderbird-i18n-45.6.0/sr.xpi) = 1ed3dce235e1b2518f332955df15c16e9a3fc2665f424cf369a298e604c80c6a -SIZE (xpi/thunderbird-i18n-45.6.0/sr.xpi) = 565466 -SHA256 (xpi/thunderbird-i18n-45.6.0/sv-SE.xpi) = eff77f87b5924a0d061ef4503579b6925c243d91fefcdb3ad59609572b30bcdb -SIZE (xpi/thunderbird-i18n-45.6.0/sv-SE.xpi) = 465434 -SHA256 (xpi/thunderbird-i18n-45.6.0/ta-LK.xpi) = f970faf50eead4524023bc348629a2602d62ceb8ad431552faaaa1fba68d0740 -SIZE (xpi/thunderbird-i18n-45.6.0/ta-LK.xpi) = 579219 -SHA256 (xpi/thunderbird-i18n-45.6.0/tr.xpi) = 7f78f3fa771314ca7ba9d9832ae095f70061c2d6440fe648ee649a1c1801c7ee -SIZE (xpi/thunderbird-i18n-45.6.0/tr.xpi) = 467622 -SHA256 (xpi/thunderbird-i18n-45.6.0/uk.xpi) = e18b2bbe3b477e747047cc57edc3e790468cc193309111a0b77616691c3dc8ee -SIZE (xpi/thunderbird-i18n-45.6.0/uk.xpi) = 536439 -SHA256 (xpi/thunderbird-i18n-45.6.0/vi.xpi) = b4553148ce716468f1bb90de3a5844c34f9b71d33e6c2fe4ae9af3ef62e4eebe -SIZE (xpi/thunderbird-i18n-45.6.0/vi.xpi) = 540499 -SHA256 (xpi/thunderbird-i18n-45.6.0/zh-CN.xpi) = 533eb9e30f3c85fb3871270baae610cebc26ae46299cfdab62a5cd39e28c2722 -SIZE (xpi/thunderbird-i18n-45.6.0/zh-CN.xpi) = 489210 -SHA256 (xpi/thunderbird-i18n-45.6.0/zh-TW.xpi) = 94bbd7bf116ba8c00eef0681aab28986f0be2c648fdf5145733d66a8c63c57a0 -SIZE (xpi/thunderbird-i18n-45.6.0/zh-TW.xpi) = 490850 +TIMESTAMP = 1486551018 +SHA256 (xpi/thunderbird-i18n-45.7.1/ar.xpi) = 64d4bf7ae5b134921b23cf4cad64c4f53a6f8dd84bc0e2c5b7fe48ab54351659 +SIZE (xpi/thunderbird-i18n-45.7.1/ar.xpi) = 490774 +SHA256 (xpi/thunderbird-i18n-45.7.1/ast.xpi) = 88058bc53d278e94b13fa080eefd0aa55b1a4db395c1eae6fd4b74bc07d0e92b +SIZE (xpi/thunderbird-i18n-45.7.1/ast.xpi) = 428059 +SHA256 (xpi/thunderbird-i18n-45.7.1/be.xpi) = 99500e9056b013a54da2436c1b00807b2e58c6de3591c2215ecdbbddd35b525f +SIZE (xpi/thunderbird-i18n-45.7.1/be.xpi) = 469096 +SHA256 (xpi/thunderbird-i18n-45.7.1/bg.xpi) = a57be6f20d3298ffc7cf05a4c1b541f4a2afd44943558ec1e00da08c5636c99a +SIZE (xpi/thunderbird-i18n-45.7.1/bg.xpi) = 524303 +SHA256 (xpi/thunderbird-i18n-45.7.1/bn-BD.xpi) = e94839bf309c31830498f0a3a4c7a6c8f26312c295c029db1b41df6756524bd9 +SIZE (xpi/thunderbird-i18n-45.7.1/bn-BD.xpi) = 581440 +SHA256 (xpi/thunderbird-i18n-45.7.1/br.xpi) = 98e42508ff614c4ac1cb43732f1ff3a0efe20615a3d1a4177d4488ff87f923f7 +SIZE (xpi/thunderbird-i18n-45.7.1/br.xpi) = 465999 +SHA256 (xpi/thunderbird-i18n-45.7.1/ca.xpi) = ae5e378034cc754889cdd964d631b8f4e8cb4940f465937bb89a5c0b9898ebc7 +SIZE (xpi/thunderbird-i18n-45.7.1/ca.xpi) = 467980 +SHA256 (xpi/thunderbird-i18n-45.7.1/cs.xpi) = 4af2d7c93c0cce6062f3cf47aa47395388be51fe9caf4b206857c860b1091081 +SIZE (xpi/thunderbird-i18n-45.7.1/cs.xpi) = 474328 +SHA256 (xpi/thunderbird-i18n-45.7.1/cy.xpi) = c264d06fd73fbcecc609b0bcdea6ea58ea51bbd9e485dfad31fbcdb5bb8af4c0 +SIZE (xpi/thunderbird-i18n-45.7.1/cy.xpi) = 456120 +SHA256 (xpi/thunderbird-i18n-45.7.1/da.xpi) = 495ab8331c2578e3a71751cafb2cae937e42125713e4a68f1e21a34f2249d067 +SIZE (xpi/thunderbird-i18n-45.7.1/da.xpi) = 445594 +SHA256 (xpi/thunderbird-i18n-45.7.1/de.xpi) = fb9026189a2e2f6d2cd83ea3c50a983ebcb1014d3ecdf7666a18b520bd18dc09 +SIZE (xpi/thunderbird-i18n-45.7.1/de.xpi) = 451956 +SHA256 (xpi/thunderbird-i18n-45.7.1/dsb.xpi) = f54ffa1d5ef0d17e996da758f427817e7abe13fee5895bee5379b4566545d869 +SIZE (xpi/thunderbird-i18n-45.7.1/dsb.xpi) = 481646 +SHA256 (xpi/thunderbird-i18n-45.7.1/el.xpi) = d0798c5fbe1be6ef6147b2ca7c93d48522ff6721ed6422bec98878d6b64dd65a +SIZE (xpi/thunderbird-i18n-45.7.1/el.xpi) = 514358 +SHA256 (xpi/thunderbird-i18n-45.7.1/en-GB.xpi) = 18ed3f53c6664e21a96ca1e86f2f6ea494cd948733c576a3adeec61b454c4829 +SIZE (xpi/thunderbird-i18n-45.7.1/en-GB.xpi) = 437603 +SHA256 (xpi/thunderbird-i18n-45.7.1/en-US.xpi) = 94cf35f455941db5b9d82d2b7473a46adc19e2ca7808f766945a481185755612 +SIZE (xpi/thunderbird-i18n-45.7.1/en-US.xpi) = 435475 +SHA256 (xpi/thunderbird-i18n-45.7.1/es-AR.xpi) = 2db090f80c7038fa4f39bf88f74cd2e2938c7b39be622db65404d6af56b38263 +SIZE (xpi/thunderbird-i18n-45.7.1/es-AR.xpi) = 464684 +SHA256 (xpi/thunderbird-i18n-45.7.1/es-ES.xpi) = e5f7af2740f8c01aa36e657824be51c758fe068dc89bfc6939d3e6cb04fd4209 +SIZE (xpi/thunderbird-i18n-45.7.1/es-ES.xpi) = 387999 +SHA256 (xpi/thunderbird-i18n-45.7.1/et.xpi) = 68e1d07a63a242807cdca85c8a0a14e4c5f0da5e38eb09d16f86ff07580107ba +SIZE (xpi/thunderbird-i18n-45.7.1/et.xpi) = 458418 +SHA256 (xpi/thunderbird-i18n-45.7.1/eu.xpi) = 47e0b18f66fc66bdd562f218fc07e6f28215813302a20ec2484b131172f17878 +SIZE (xpi/thunderbird-i18n-45.7.1/eu.xpi) = 456708 +SHA256 (xpi/thunderbird-i18n-45.7.1/fi.xpi) = 3a3d1651b58df480813afc791da6fac68955aecaab5101045a13f87587aae695 +SIZE (xpi/thunderbird-i18n-45.7.1/fi.xpi) = 458335 +SHA256 (xpi/thunderbird-i18n-45.7.1/fr.xpi) = 4319105423683e3bfff62dfaf641f325b5311b6067a4e36b4b3920f7761eea27 +SIZE (xpi/thunderbird-i18n-45.7.1/fr.xpi) = 475466 +SHA256 (xpi/thunderbird-i18n-45.7.1/fy-NL.xpi) = 79a33520bd11288d96b5eaa7749a2892f397fbd14193858236be8630a0d6384e +SIZE (xpi/thunderbird-i18n-45.7.1/fy-NL.xpi) = 464756 +SHA256 (xpi/thunderbird-i18n-45.7.1/ga-IE.xpi) = 708172a893d1facd30ce7aec1884e2b63cccb8e659e5a27458dfa5e46e0a5c78 +SIZE (xpi/thunderbird-i18n-45.7.1/ga-IE.xpi) = 480317 +SHA256 (xpi/thunderbird-i18n-45.7.1/gd.xpi) = fada9422cc41c75042a814b0fa4e33443079772760495dd8bae7ea83b932ce61 +SIZE (xpi/thunderbird-i18n-45.7.1/gd.xpi) = 478296 +SHA256 (xpi/thunderbird-i18n-45.7.1/gl.xpi) = e433772cd7c581a3920a394802a7a08fb43d9fcba3a234c6bab45bc6e06033c4 +SIZE (xpi/thunderbird-i18n-45.7.1/gl.xpi) = 478580 +SHA256 (xpi/thunderbird-i18n-45.7.1/he.xpi) = fd21b3f57a7edd7476a6e19218a3d02638aa7eb2b36c5df3f545b7841c2c0553 +SIZE (xpi/thunderbird-i18n-45.7.1/he.xpi) = 497962 +SHA256 (xpi/thunderbird-i18n-45.7.1/hr.xpi) = 08f5bd9b11ce6254778600d3c73878ddd74d2a167fcb8083dd743bcabb0b9000 +SIZE (xpi/thunderbird-i18n-45.7.1/hr.xpi) = 463958 +SHA256 (xpi/thunderbird-i18n-45.7.1/hsb.xpi) = 5309288c86b16f682f069866e7a72fc0942e99e88c9255c9c54325dd36f62c2e +SIZE (xpi/thunderbird-i18n-45.7.1/hsb.xpi) = 479414 +SHA256 (xpi/thunderbird-i18n-45.7.1/hu.xpi) = fd1f0b5d11893f9645d8344a2607ad59986f9fc6db5dd41014428605e4e8d946 +SIZE (xpi/thunderbird-i18n-45.7.1/hu.xpi) = 479584 +SHA256 (xpi/thunderbird-i18n-45.7.1/hy-AM.xpi) = 34baa7c614bf2dbc959870690dd0ce0f395aa7823d1ad735bd196974cdd5aacb +SIZE (xpi/thunderbird-i18n-45.7.1/hy-AM.xpi) = 518883 +SHA256 (xpi/thunderbird-i18n-45.7.1/id.xpi) = be4d0bb1a591bb7f35c3a4fe43690ce2bd1ffd01e4ecd410803adb0dc059cbab +SIZE (xpi/thunderbird-i18n-45.7.1/id.xpi) = 499982 +SHA256 (xpi/thunderbird-i18n-45.7.1/is.xpi) = c6fb89f2b062ccbfadc8d5be7bbd7249687889e7a9786685e1046120d20b9258 +SIZE (xpi/thunderbird-i18n-45.7.1/is.xpi) = 462191 +SHA256 (xpi/thunderbird-i18n-45.7.1/it.xpi) = d05b2e3112479bf3c21b4347f4d6e9fed4f47e5cb520183adf70e5c9274a7b9a +SIZE (xpi/thunderbird-i18n-45.7.1/it.xpi) = 376889 +SHA256 (xpi/thunderbird-i18n-45.7.1/ja.xpi) = 692d332fd800a05c2d29cf3a46da3eb60e8af5f917ec4fb484ea5190a3a2e3e7 +SIZE (xpi/thunderbird-i18n-45.7.1/ja.xpi) = 519552 +SHA256 (xpi/thunderbird-i18n-45.7.1/ko.xpi) = c9e12d4f060d3107db92b36a9a575db284625d6ff6cbbca02bb6a5c33640a8fa +SIZE (xpi/thunderbird-i18n-45.7.1/ko.xpi) = 487417 +SHA256 (xpi/thunderbird-i18n-45.7.1/lt.xpi) = c266202d59fc903ad4ea79192ca05fb9f3539af27cf0351b696ef22d2fcbb477 +SIZE (xpi/thunderbird-i18n-45.7.1/lt.xpi) = 477735 +SHA256 (xpi/thunderbird-i18n-45.7.1/nb-NO.xpi) = 99806ab184a996595c426ed88a8cc72d4d948580983378117041c06e401eeaa9 +SIZE (xpi/thunderbird-i18n-45.7.1/nb-NO.xpi) = 460012 +SHA256 (xpi/thunderbird-i18n-45.7.1/nl.xpi) = 47f38dd509a998684af7baa6badd865b89cfde3b9d65dc28cc21f64421bbbeab +SIZE (xpi/thunderbird-i18n-45.7.1/nl.xpi) = 456664 +SHA256 (xpi/thunderbird-i18n-45.7.1/nn-NO.xpi) = 2bafdd946d90ce34ba6ec2866666ae0d0fc425cde402931cc9073fece5f2e56e +SIZE (xpi/thunderbird-i18n-45.7.1/nn-NO.xpi) = 460880 +SHA256 (xpi/thunderbird-i18n-45.7.1/pa-IN.xpi) = b53b5c02f45944dcf53e87c919daab561a0e63dc077252af0531653b34f8637c +SIZE (xpi/thunderbird-i18n-45.7.1/pa-IN.xpi) = 551068 +SHA256 (xpi/thunderbird-i18n-45.7.1/pl.xpi) = dcc012fd8e4f58e50de1e15b6bb2d77597ad0db0481f86d903e31182b6c1c6b7 +SIZE (xpi/thunderbird-i18n-45.7.1/pl.xpi) = 423867 +SHA256 (xpi/thunderbird-i18n-45.7.1/pt-BR.xpi) = 129512ed1d713235f2b87218675e76040add02858f46c0d3e36d5f43712c3e99 +SIZE (xpi/thunderbird-i18n-45.7.1/pt-BR.xpi) = 464682 +SHA256 (xpi/thunderbird-i18n-45.7.1/pt-PT.xpi) = ee3ed5d1d6d3308a506dec6e072867ee631186114588399a4a797ef64afd2401 +SIZE (xpi/thunderbird-i18n-45.7.1/pt-PT.xpi) = 463751 +SHA256 (xpi/thunderbird-i18n-45.7.1/rm.xpi) = 1f164db6a8ba26d2400980346c0979a3a25bb05d03159a7bafbc695ec49544b2 +SIZE (xpi/thunderbird-i18n-45.7.1/rm.xpi) = 462650 +SHA256 (xpi/thunderbird-i18n-45.7.1/ro.xpi) = abee9b9a245b7fc7298481cb315cb21feeb98edab27a6818691c020a3ebf4e79 +SIZE (xpi/thunderbird-i18n-45.7.1/ro.xpi) = 468518 +SHA256 (xpi/thunderbird-i18n-45.7.1/ru.xpi) = d533a1a29c946b4dc26f41bed4b1db0ed0d2a25052e5ad94a196bdd9bc158f00 +SIZE (xpi/thunderbird-i18n-45.7.1/ru.xpi) = 463892 +SHA256 (xpi/thunderbird-i18n-45.7.1/si.xpi) = cfc36a29ea501d43e418dfb5cdec6211a72029e210dfc668f5fc8a3560211bb7 +SIZE (xpi/thunderbird-i18n-45.7.1/si.xpi) = 555996 +SHA256 (xpi/thunderbird-i18n-45.7.1/sk.xpi) = ae3176c6271263c5e5edf8f8795f6e21b28a2414082be55578a44980180a2165 +SIZE (xpi/thunderbird-i18n-45.7.1/sk.xpi) = 481492 +SHA256 (xpi/thunderbird-i18n-45.7.1/sl.xpi) = 6f3da3412445643ab061bd035b9ea47efe45be0cb3e7119469ae0d367861fb68 +SIZE (xpi/thunderbird-i18n-45.7.1/sl.xpi) = 462778 +SHA256 (xpi/thunderbird-i18n-45.7.1/sq.xpi) = 0588f3a64ddf0d13571d8c16ed4bb17dcdf8180d1dd3a520e85ad08753a8365f +SIZE (xpi/thunderbird-i18n-45.7.1/sq.xpi) = 469535 +SHA256 (xpi/thunderbird-i18n-45.7.1/sr.xpi) = 3f51e7bdc64a7dd0e04247d379d870b06ae07680bfefb9f2c5a1bda97e725fdf +SIZE (xpi/thunderbird-i18n-45.7.1/sr.xpi) = 565466 +SHA256 (xpi/thunderbird-i18n-45.7.1/sv-SE.xpi) = 1dfe7a109a703f07171c7a9857e11534382756b7d7afd220a0102c2bb8132edd +SIZE (xpi/thunderbird-i18n-45.7.1/sv-SE.xpi) = 465434 +SHA256 (xpi/thunderbird-i18n-45.7.1/ta-LK.xpi) = cb8a1c1ce7feb4b972041dd3971adb591c434001a2eb9a0fcad9f96d85ad62f8 +SIZE (xpi/thunderbird-i18n-45.7.1/ta-LK.xpi) = 579218 +SHA256 (xpi/thunderbird-i18n-45.7.1/tr.xpi) = 1434b31ab137d76b4ea4f0ce0038133ab55be4a07e7ab18d95d4ed9af0570eee +SIZE (xpi/thunderbird-i18n-45.7.1/tr.xpi) = 467622 +SHA256 (xpi/thunderbird-i18n-45.7.1/uk.xpi) = de694c24e60f471c5badd3327341c4e93010cdb221b92e03ac9697e0eaa1c416 +SIZE (xpi/thunderbird-i18n-45.7.1/uk.xpi) = 536439 +SHA256 (xpi/thunderbird-i18n-45.7.1/vi.xpi) = 32f546bda57ff04b1267b17a891dc07b8a6e68fcafe2e42ac3592b4b7e8978e8 +SIZE (xpi/thunderbird-i18n-45.7.1/vi.xpi) = 540498 +SHA256 (xpi/thunderbird-i18n-45.7.1/zh-CN.xpi) = 971bfbcd7989c53ed64541797cb72f3bb4a32b088d4ce0ec7be36cbd9f665911 +SIZE (xpi/thunderbird-i18n-45.7.1/zh-CN.xpi) = 489209 +SHA256 (xpi/thunderbird-i18n-45.7.1/zh-TW.xpi) = e0f4ce434e7140216e4af69dbbd45eeb82a4ed311d9ff9619a41027d5a2a261b +SIZE (xpi/thunderbird-i18n-45.7.1/zh-TW.xpi) = 490851 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Thu Mar 2 18:02:57 2017 (r435289) +++ head/mail/thunderbird/Makefile Thu Mar 2 18:10:09 2017 (r435290) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.6.0 -PORTREVISION= 4 +DISTVERSION= 45.7.1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -14,7 +13,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.12:devel/nspr \ - nss>=3.21.1:security/nss \ + nss>=3.21.3:security/nss \ libevent>=2.0.21_2:devel/libevent \ soundtouch>=1.9.0:audio/soundtouch \ harfbuzz>=1.1.0:print/harfbuzz \ Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Thu Mar 2 18:02:57 2017 (r435289) +++ head/mail/thunderbird/distinfo Thu Mar 2 18:10:09 2017 (r435290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483360938 -SHA256 (thunderbird-45.6.0.source.tar.xz) = c32c74d69c4a2f79f120f44965525fc8197bbd39a9dac85027b2d9f74e04d8dc -SIZE (thunderbird-45.6.0.source.tar.xz) = 201145016 +TIMESTAMP = 1486551160 +SHA256 (thunderbird-45.7.1.source.tar.xz) = 5fc7a39c6a1baacfa37d6a52c9384f70c171dd0bb581576d370bdb29c84b9ffb +SIZE (thunderbird-45.7.1.source.tar.xz) = 201127704 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:12:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCCE5CF4D06; Thu, 2 Mar 2017 18:12:38 +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 69998934; Thu, 2 Mar 2017 18:12:38 +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 v22ICb7r020087; Thu, 2 Mar 2017 18:12:37 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22ICbIu020085; Thu, 2 Mar 2017 18:12:37 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703021812.v22ICbIu020085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 2 Mar 2017 18:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435291 - in head/devel/qgit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 18:12:38 -0000 Author: tcberner Date: Thu Mar 2 18:12:37 2017 New Revision: 435291 URL: https://svnweb.freebsd.org/changeset/ports/435291 Log: Fix devel/qgit with newer git versions repo-config is no longer supported by any upstream-supported git version. Instead, use git config (which is implicitly git config --file, corresponding to the earlier config-in-repo). PR: 196745 Submitted by: Adriaan de Groot , swills Reported by: swills, groot@kde.org Reviewed by: tcberner, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9861 Added: head/devel/qgit/files/ head/devel/qgit/files/patch-src_git.cpp (contents, props changed) Modified: head/devel/qgit/Makefile Modified: head/devel/qgit/Makefile ============================================================================== --- head/devel/qgit/Makefile Thu Mar 2 18:10:09 2017 (r435290) +++ head/devel/qgit/Makefile Thu Mar 2 18:12:37 2017 (r435291) @@ -3,7 +3,7 @@ PORTNAME= qgit PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}4/${PORTVERSION} PKGNAMESUFFIX= -qt4 Added: head/devel/qgit/files/patch-src_git.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qgit/files/patch-src_git.cpp Thu Mar 2 18:12:37 2017 (r435291) @@ -0,0 +1,24 @@ +repo-config was aliased to config as of git 1.7 (2010) +and was removed, it seems, in 1.8.5 (2012). None of those +git versions are still supported upstream; switch to git config. + +--- src/git.cpp.orig 2009-03-12 17:14:31 UTC ++++ src/git.cpp +@@ -425,7 +425,7 @@ void Git::setTextCodec(QTextCodec* tc) { + if (name == "Big5-HKSCS") + name = "Big5"; + +- run("git repo-config i18n.commitencoding " + name); ++ run("git config i18n.commitencoding " + name); + } + + QTextCodec* Git::getTextCodec(bool* isGitArchive) { +@@ -435,7 +435,7 @@ QTextCodec* Git::getTextCodec(bool* isGi + return NULL; + + QString runOutput; +- if (!run("git repo-config --get i18n.commitencoding", &runOutput)) ++ if (!run("git config --get i18n.commitencoding", &runOutput)) + return NULL; + + if (runOutput.isEmpty()) // git docs says default is utf-8 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:13:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96EE6CF4D79 for ; Thu, 2 Mar 2017 18:13:15 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ot0-x22c.google.com (mail-ot0-x22c.google.com [IPv6:2607:f8b0:4003:c0f::22c]) (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 5EBE9A7D for ; Thu, 2 Mar 2017 18:13:14 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-ot0-x22c.google.com with SMTP id k4so57823899otc.0 for ; Thu, 02 Mar 2017 10:13: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=MXoDOp9AqQ+4Z1NsjCX3AQJXtwkYgKRDLgBCzTTZYzM=; b=LAznrOzAiF9j4o9zPqnzaPt5VOVkZulzQiPIJFXSlE34nflILk6ggAP97As+kseB50 M9odn/nB1jpGzQAyGBMQT9/nf6wMZLW7gBxyOw2eb5C5cL2q6jROMSC7YvQhjC/Jo5ce m13mtvm6A0Po0Bar1J0TP0mzdS7wG4IAcR/z8b2dTN/ezUSBwmVJORwEukRVIcs3h+X+ cpbPqG9q1gfBQj42yzS2T4IkBY0MYcBJkOQRgGye+ByqnZq3MxBODw0ryvVT4amIPHhg yhzf8/AQV7NDQjy/fWT7dIO1UmuCsxidjwNBoQKLvlNXUVn/seLb60I6HmTtB41NT/1j rrhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=MXoDOp9AqQ+4Z1NsjCX3AQJXtwkYgKRDLgBCzTTZYzM=; b=qWZH+3xjwPautz6lo48Rm8lKEaVlPcs2Ssvv9Ov9JlwZ1AZ1hGC8NV7v3NYZapqBHd YdtukQu446VZjyw5YplhQmGjYbNx3jP/Eg0yVdDzCFhlXCFPw4FOPguWC0IuXOdO/rUm o+dUOLy0eN+1IcPyMvIdmc3FGE8qofJVWAAi9tAHSU1autA9uT5u+OsZR0ssqeycwnwf YI3CrI/FDR1croGL+sXPibHYfnQ/D90u9AmYUr85AvTrWBvVnc3R7EBAS1rRoWAqGxtG wzL2dJ5bEaTwfZmYQGYf/5b3w14OBf7v0MDgaTTr+aJgHyplGYwUYzOypZhDHJZQ31xp kQWg== X-Gm-Message-State: AMke39lmK2txHt92Fk1Gcr/jISFqgi8edARk4NL7LGHlMSKsigS5C8qh8MaUNzb16ifNRaStRaKAMjCdUEenCQ== X-Received: by 10.157.27.12 with SMTP id l12mr7091034otl.199.1488478393991; Thu, 02 Mar 2017 10:13:13 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.14.38 with HTTP; Thu, 2 Mar 2017 10:12:33 -0800 (PST) In-Reply-To: References: <201702280945.v1S9jF0K067267@repo.freebsd.org> <20170228152911.GA85667@hades.panopticon> From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Mar 2017 02:12:33 +0800 X-Google-Sender-Auth: 4nnE0DYC5vX36XeeKqUeGZGoC4w Message-ID: Subject: Re: svn commit: r435017 - head/devel/p5-Contextual-Return To: Mathieu Arnold Cc: Dmitry Marakasov , 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, 02 Mar 2017 18:13:15 -0000 On Wed, Mar 1, 2017 at 4:16 PM, Mathieu Arnold wrote: > Le 28/02/2017 =C3=A0 16:29, Dmitry Marakasov a =C3=A9crit : > > * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: > > > >> Date: Tue Feb 28 09:45:15 2017 > >> New Revision: 435017 > >> URL: https://svnweb.freebsd.org/changeset/ports/435017 > >> > >> Log: > >> Update to 0.004010 > >> > >> - Use real PORTVERSION > > Thank you for these! > > I am not sure these version changes are a good idea. > Perl versions do not behave the same as Port versions, in some very > radical ways, for example, in Perl land, 1.1 > 1.1.1 (because 1.1.1 > really means 1.001001) > All the ports that have been converted to use the real version numbers > will see their PORTEPOCH bumped a lot as number go ahead. > > # for i in 1.1,1.1.1 1.052012,1.053; do echo ${i/,/ }; perl > -MCPAN::Version -e 'print CPAN::Version->vcmp("'${i%,*}'", "'${i#*,}'"), > "\n"'; pkg version -t ${i%,*} ${i#*,}; done > 1.1 1.1.1 > 1 > < > 1.052012 1.053 > -1 > > > > -- > Mathieu Arnold > > > I'm not going to replace all PORTVERSION-hacking cases with the real ones. I only do it when the upstream already released several versions in current format of version number. Take this one for example, there are only 4 versions on CPAN. They are 0.004007, 0.004008, 0.004009 and 0.004010. From owner-svn-ports-all@freebsd.org Thu Mar 2 18:17:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F744CF4E1A; Thu, 2 Mar 2017 18:17: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 3A5CBBF7; Thu, 2 Mar 2017 18:17:52 +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 v22IHpp3020441; Thu, 2 Mar 2017 18:17:51 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22IHpeM020439; Thu, 2 Mar 2017 18:17:51 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201703021817.v22IHpeM020439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 2 Mar 2017 18:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435292 - 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: Thu, 02 Mar 2017 18:17:52 -0000 Author: vsevolod Date: Thu Mar 2 18:17:50 2017 New Revision: 435292 URL: https://svnweb.freebsd.org/changeset/ports/435292 Log: - Update to 1.5.1 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Thu Mar 2 18:12:37 2017 (r435291) +++ head/mail/rspamd/Makefile Thu Mar 2 18:17:50 2017 (r435292) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Thu Mar 2 18:12:37 2017 (r435291) +++ head/mail/rspamd/distinfo Thu Mar 2 18:17:50 2017 (r435292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488452158 -SHA256 (rspamd-1.5.0.tar.xz) = 9e7c36e58d9a5607e36f4002cc1abcc2f511c48e9d8b0ef24f765e82c06a9706 -SIZE (rspamd-1.5.0.tar.xz) = 1846696 +TIMESTAMP = 1488478243 +SHA256 (rspamd-1.5.1.tar.xz) = 18e0f15d0121c3971cd11e7db1e15c0634289b1493b88656088fed0db92bc220 +SIZE (rspamd-1.5.1.tar.xz) = 1846668 From owner-svn-ports-all@freebsd.org Thu Mar 2 18:37:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C38CCF6247; Thu, 2 Mar 2017 18:37:42 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8601844; Thu, 2 Mar 2017 18:37:41 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22IbeNY028230; Thu, 2 Mar 2017 18:37:40 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Ibexe028227; Thu, 2 Mar 2017 18:37:40 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703021837.v22Ibexe028227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 2 Mar 2017 18:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435293 - head/net-mgmt/seafile-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: Thu, 02 Mar 2017 18:37:42 -0000 Author: lifanov Date: Thu Mar 2 18:37:40 2017 New Revision: 435293 URL: https://svnweb.freebsd.org/changeset/ports/435293 Log: update net-mgmt/seafile-server to 6.0.8 Changelog: https://seacloud.cc/group/3/wiki/server-changelog PR: 217237 Submitted by: ultima1252@gmail.com (maintainer) Modified: head/net-mgmt/seafile-server/Makefile head/net-mgmt/seafile-server/distinfo head/net-mgmt/seafile-server/pkg-plist Modified: head/net-mgmt/seafile-server/Makefile ============================================================================== --- head/net-mgmt/seafile-server/Makefile Thu Mar 2 18:17:50 2017 (r435292) +++ head/net-mgmt/seafile-server/Makefile Thu Mar 2 18:37:40 2017 (r435293) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= seafile-server -PORTVERSION= 6.0.7 +PORTVERSION= 6.0.8 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server -PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= ultima1252@gmail.com @@ -107,7 +106,7 @@ post-install: fi .endfor .for SERVPROG in seafile-controller seaf-server - ${LN} -s ${PREFIX}/${SEABIN}/${SERVPROG} ${STAGEDIR}${PREFIX}/bin/ + ${LN} -s "../${SEABIN}/${SERVPROG}" ${STAGEDIR}${PREFIX}/bin/${SERVPROG} .endfor (cd ${STAGEDIR}${PREFIX}/lib && \ Modified: head/net-mgmt/seafile-server/distinfo ============================================================================== --- head/net-mgmt/seafile-server/distinfo Thu Mar 2 18:17:50 2017 (r435292) +++ head/net-mgmt/seafile-server/distinfo Thu Mar 2 18:37:40 2017 (r435293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482959890 -SHA256 (haiwen-seafile-server-v6.0.7-server_GH0.tar.gz) = 56bcbc621a7c891d2d5ccde09efebcad797fb3b9d049e108678a8c836304d7d0 -SIZE (haiwen-seafile-server-v6.0.7-server_GH0.tar.gz) = 695733 +TIMESTAMP = 1487532716 +SHA256 (haiwen-seafile-server-v6.0.8-server_GH0.tar.gz) = ec744e735c64c91e58895733a264a55df119afa4e4eb17dd6845eff568bab464 +SIZE (haiwen-seafile-server-v6.0.8-server_GH0.tar.gz) = 695196 Modified: head/net-mgmt/seafile-server/pkg-plist ============================================================================== --- head/net-mgmt/seafile-server/pkg-plist Thu Mar 2 18:17:50 2017 (r435292) +++ head/net-mgmt/seafile-server/pkg-plist Thu Mar 2 18:37:40 2017 (r435293) @@ -1,12 +1,6 @@ bin/seafile-controller bin/seaf-server -include/seafile/seafile-error.h include/seafile/seafile-object.h -include/seafile/seafile-rpc.h -lib/libseafile.a -lib/libseafile.so -lib/libseafile.so.0 -lib/libseafile.so.0.0.0 libdata/pkgconfig/libseafile.pc %%SEAFILE_SERVER%%/seaf-cli-wrapper.sh %%SEAFILE_SERVER%%/check_init_admin.py From owner-svn-ports-all@freebsd.org Thu Mar 2 19:07:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63A8ECF6A98; Thu, 2 Mar 2017 19:07:46 +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 19071B63; Thu, 2 Mar 2017 19:07:46 +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 v22J7jUA039905; Thu, 2 Mar 2017 19:07:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22J7iqr039902; Thu, 2 Mar 2017 19:07:44 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703021907.v22J7iqr039902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Mar 2017 19:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435294 - in head/devel: . py-docopt py3-docopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 19:07:46 -0000 Author: antoine Date: Thu Mar 2 19:07:44 2017 New Revision: 435294 URL: https://svnweb.freebsd.org/changeset/ports/435294 Log: - Add LICENSE_FILE - Mark architecture neutral - Use option helpers - Allow concurrent installation and create a slave port that uses default version of python3 PR: 217481 Added: head/devel/py3-docopt/ head/devel/py3-docopt/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-docopt/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 2 18:37:40 2017 (r435293) +++ head/devel/Makefile Thu Mar 2 19:07:44 2017 (r435294) @@ -4900,6 +4900,7 @@ SUBDIR += py3-babel SUBDIR += py3-click SUBDIR += py3-dbus + SUBDIR += py3-docopt SUBDIR += py3-flake8 SUBDIR += py3-flake8-builtins SUBDIR += py3-flake8-docstrings Modified: head/devel/py-docopt/Makefile ============================================================================== --- head/devel/py-docopt/Makefile Thu Mar 2 18:37:40 2017 (r435293) +++ head/devel/py-docopt/Makefile Thu Mar 2 19:07:44 2017 (r435294) @@ -3,6 +3,7 @@ PORTNAME= docopt PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,21 +12,22 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Pythonic argument parser, that will make you smile LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE-MIT -USES= python -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES?= python +USE_PYTHON= distutils autoplist concurrent -PORTDOCS= README.rst -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +OPTIONS_DEFINE= DOCS EXAMPLES +PORTDOCS= README.rst PORTEXAMPLES= * -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} Added: head/devel/py3-docopt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-docopt/Makefile Thu Mar 2 19:07:44 2017 (r435294) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-docopt + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Thu Mar 2 19:28:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54058CF6E78; Thu, 2 Mar 2017 19:28:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED9723C6; Thu, 2 Mar 2017 19:28:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22JSrqE047824; Thu, 2 Mar 2017 19:28:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22JSqDw047820; Thu, 2 Mar 2017 19:28:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703021928.v22JSqDw047820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Mar 2017 19:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435295 - in head/security: . rubygem-nexpose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 19:28:54 -0000 Author: antoine Date: Thu Mar 2 19:28:52 2017 New Revision: 435295 URL: https://svnweb.freebsd.org/changeset/ports/435295 Log: New port: security/rubygem-nexpose Ruby API to Rapid7 Nexpose vulnerability management WWW: https://github.com/rapid7/nexpose-client Added: head/security/rubygem-nexpose/ head/security/rubygem-nexpose/Makefile (contents, props changed) head/security/rubygem-nexpose/distinfo (contents, props changed) head/security/rubygem-nexpose/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Mar 2 19:07:44 2017 (r435294) +++ head/security/Makefile Thu Mar 2 19:28:52 2017 (r435295) @@ -1016,6 +1016,7 @@ SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-multi SUBDIR += rubygem-net-telnet + SUBDIR += rubygem-nexpose SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-omniauth-bitbucket Added: head/security/rubygem-nexpose/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-nexpose/Makefile Thu Mar 2 19:28:52 2017 (r435295) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= nexpose +PORTVERSION= 5.3.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby API to Rapid7 Nexpose vulnerability management + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-nexpose/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-nexpose/distinfo Thu Mar 2 19:28:52 2017 (r435295) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488482674 +SHA256 (rubygem/nexpose-5.3.1.gem) = 995e0b73ec6e18c92e82286112f0988c8416337e1f6a8fe34d70a943ba636691 +SIZE (rubygem/nexpose-5.3.1.gem) = 98816 Added: head/security/rubygem-nexpose/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-nexpose/pkg-descr Thu Mar 2 19:28:52 2017 (r435295) @@ -0,0 +1,3 @@ +Ruby API to Rapid7 Nexpose vulnerability management + +WWW: https://github.com/rapid7/nexpose-client From owner-svn-ports-all@freebsd.org Thu Mar 2 21:11:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9FE3CF6D39; Thu, 2 Mar 2017 21:11:32 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1DD4812; Thu, 2 Mar 2017 21:11:32 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22LBVC0089492; Thu, 2 Mar 2017 21:11:31 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22LBVqt089489; Thu, 2 Mar 2017 21:11:31 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703022111.v22LBVqt089489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 2 Mar 2017 21:11:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435296 - head/www/hiawatha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 02 Mar 2017 21:11:33 -0000 Author: lifanov Date: Thu Mar 2 21:11:31 2017 New Revision: 435296 URL: https://svnweb.freebsd.org/changeset/ports/435296 Log: update www/hiawatha to 10.5 o switch to mbed TLS o SkipCacheCookie option added o small improvements and bugfixes PR: 215919 Submitted by: Chris Hutchinson (maintainer) Modified: head/www/hiawatha/Makefile head/www/hiawatha/distinfo head/www/hiawatha/pkg-plist Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Thu Mar 2 19:28:52 2017 (r435295) +++ head/www/hiawatha/Makefile Thu Mar 2 21:11:31 2017 (r435296) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hiawatha -PORTVERSION= 10.3 -PORTREVISION= 1 +PORTVERSION= 10.5 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/ @@ -22,13 +21,15 @@ USES= cmake compiler:c11 USE_LDCONFIG= yes USE_RC_SUBR= hiawatha -CMAKE_ARGS= -DCMAKE_INSTALL_LOCALSTATEDIR=/var \ +LDFLAGS+= -L${LOCALBASE}/lib +CMAKE_ARGS+= -DCMAKE_INSTALL_LOCALSTATEDIR=/var \ -DCMAKE_INSTALL_MANDIR=${PREFIX}/man \ - -DWEBROOT_DIR=${WWWDIR} + -DWEBROOT_DIR=${WWWDIR} \ + -DWORK_DIR=/var/db/${PORTNAME} -OPTIONS_DEFINE= CACHE DOCS IPV6 MONITOR RPROXY SSL TOMAHAWK TOOLKIT XSLT +OPTIONS_DEFINE= CACHE DOCS IPV6 MONITOR RPROXY MBEDTLS TOMAHAWK TOOLKIT XSLT -OPTIONS_DEFAULT= CACHE RPROXY SSL TOOLKIT XSLT +OPTIONS_DEFAULT= CACHE RPROXY MBEDTLS TOOLKIT XSLT CACHE_DESC= Enable cache support MONITOR_DESC= Enable Hiawatha Monitor @@ -42,11 +43,13 @@ TOMAHAWK_CMAKE_BOOL= ENABLE_TOMAHAWK IPV6_CMAKE_BOOL= ENABLE_IPV6 MONITOR_CMAKE_BOOL= ENABLE_MONITOR RPROXY_CMAKE_BOOL= ENABLE_RPROXY -SSL_CMAKE_BOOL= ENABLE_SSL +MBEDTLS_CMAKE_BOOL= ENABLE_TLS USE_SYSTEM_MBEDTLS TOOLKIT_CMAKE_BOOL= ENABLE_TOOLKIT XSLT_USE= GNOME=libxslt XSLT_CMAKE_BOOL= ENABLE_XSLT +MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls + post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ ${WRKSRC}/man/hiawatha.1.in ${WRKSRC}/man/cgi-wrapper.1.in \ Modified: head/www/hiawatha/distinfo ============================================================================== --- head/www/hiawatha/distinfo Thu Mar 2 19:28:52 2017 (r435295) +++ head/www/hiawatha/distinfo Thu Mar 2 21:11:31 2017 (r435296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465723990 -SHA256 (hiawatha-10.3.tar.gz) = 99d185fb16bb1ab706724494d3cac86464f1485ed4b0fff09a192eca6da5ff8e -SIZE (hiawatha-10.3.tar.gz) = 897607 +TIMESTAMP = 1487830050 +SHA256 (hiawatha-10.5.tar.gz) = d76155430dc9100de412088bd68978a2a9052832609c7ac961dccaf2550c618a +SIZE (hiawatha-10.5.tar.gz) = 929167 Modified: head/www/hiawatha/pkg-plist ============================================================================== --- head/www/hiawatha/pkg-plist Thu Mar 2 19:28:52 2017 (r435295) +++ head/www/hiawatha/pkg-plist Thu Mar 2 21:11:31 2017 (r435296) @@ -5,15 +5,6 @@ bin/ssi-cgi @sample %%ETCDIR%%/index.xslt.sample @sample %%ETCDIR%%/mimetype.conf.sample @sample %%ETCDIR%%/toolkit.conf.sample -lib/hiawatha/libmbedcrypto.so -lib/hiawatha/libmbedcrypto.so.0 -lib/hiawatha/libmbedcrypto.so.2.2.1 -lib/hiawatha/libmbedtls.so -lib/hiawatha/libmbedtls.so.10 -lib/hiawatha/libmbedtls.so.2.2.1 -lib/hiawatha/libmbedx509.so -lib/hiawatha/libmbedx509.so.0 -lib/hiawatha/libmbedx509.so.2.2.1 man/man1/cgi-wrapper.1.gz man/man1/hiawatha.1.gz man/man1/ssi-cgi.1.gz @@ -22,6 +13,5 @@ sbin/cgi-wrapper sbin/hiawatha sbin/wigwam @sample %%WWWDIR%%/index.html.sample -@dir /var/lib/hiawatha -@dir /var/lib @dir /var/log/hiawatha +@dir /var/db/hiawatha From owner-svn-ports-all@freebsd.org Thu Mar 2 21:43:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A9E5CF589E; Thu, 2 Mar 2017 21:43:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC90DBC8; Thu, 2 Mar 2017 21:43:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22LhVNv002213; Thu, 2 Mar 2017 21:43:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22LhU63002206; Thu, 2 Mar 2017 21:43:30 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703022143.v22LhU63002206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 2 Mar 2017 21:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435297 - in head/multimedia: plexmediaserver plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 21:43:32 -0000 Author: feld Date: Thu Mar 2 21:43:30 2017 New Revision: 435297 URL: https://svnweb.freebsd.org/changeset/ports/435297 Log: multimedia/plexmediaserver{-plexpass}: Update to 1.4.3 Changelog: https://forums.plex.tv/discussion/comment/1385362/#Comment_1385362 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo head/multimedia/plexmediaserver/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Thu Mar 2 21:11:31 2017 (r435296) +++ head/multimedia/plexmediaserver-plexpass/Makefile Thu Mar 2 21:43:30 2017 (r435297) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.4.2.3400 +PORTVERSION= 1.4.3.3433 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= ab906953b +PLEX_BUILD= 03e4cfa35 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Thu Mar 2 21:11:31 2017 (r435296) +++ head/multimedia/plexmediaserver-plexpass/distinfo Thu Mar 2 21:43:30 2017 (r435297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487684116 -SHA256 (PlexMediaServer-1.4.2.3400-ab906953b-freebsd-amd64.tar.bz2) = ff498cd9e94d1d9b4f10755b2a73ce508029d65e514f8ed497acaa72605dd695 -SIZE (PlexMediaServer-1.4.2.3400-ab906953b-freebsd-amd64.tar.bz2) = 82589056 +TIMESTAMP = 1488490835 +SHA256 (PlexMediaServer-1.4.3.3433-03e4cfa35-freebsd-amd64.tar.bz2) = 453e71436c534cb5723db6c2458fcb89eef1c12ecbbaba87c139d4e258ba73ed +SIZE (PlexMediaServer-1.4.3.3433-03e4cfa35-freebsd-amd64.tar.bz2) = 82855430 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Thu Mar 2 21:11:31 2017 (r435296) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Thu Mar 2 21:43:30 2017 (r435297) @@ -1388,10 +1388,13 @@ %%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.e187b1fcf1064efc005b298ce9aa9f83.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.25d72847aab48bb504fc86c3ebffe94a.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.7afe712e5e55268d26e0db43b4bdf0a2.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.b9956778aa908ff1e5565818d784e7a0.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/backgrounds/noise.0e9cf16a17adb19690cd31312cdaa809.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/backgrounds/preset-dark.5b95c8c24aab87067b69bca7ae11759a.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/backgrounds/preset-light.fce1a96aaadda47900f6fedf0a348ad1.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-pass.e73cc397459c4930e842b86b27d05eb9.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/ratings/rt-fresh-popcorn-simple-560.0b480f0fd472e41e3ec7b98e4486924e.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/ratings/rt-rotten-splat-simple-560.cda5563a2ce74777ddb3bf362889830c.svg @@ -1416,11 +1419,11 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/queue/bookmarklet-steps.abc5147d9257f0ec59f7b2257db9cb8f.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/queue/email-links.f1b12dd82ea85b39a4c0fa07dd6df095.png %%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/img/desktop/vendor-logos/songkick.19411461aa7bffd06675aaa8a3d0a056.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.80757836aa00b9a99505.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.867ca6f61775eca6eac9.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.d9f3c87eee6a9d111d6f.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.3effcbaef0fd951124cd.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.0551fe0687b3620e84bc.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.854e102bf0040be354da.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/mp3/null.2036f08ba858d37814b7f6982d26414a.mp3 %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Thu Mar 2 21:11:31 2017 (r435296) +++ head/multimedia/plexmediaserver/Makefile Thu Mar 2 21:43:30 2017 (r435297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.3.4.3285 +PORTVERSION?= 1.4.3.3433 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= https://downloads.plex.tv/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ @@ -12,7 +12,7 @@ MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 -PLEX_BUILD?= b46e0ea +PLEX_BUILD?= 03e4cfa35 NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Thu Mar 2 21:11:31 2017 (r435296) +++ head/multimedia/plexmediaserver/distinfo Thu Mar 2 21:43:30 2017 (r435297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486047339 -SHA256 (PlexMediaServer-1.3.4.3285-b46e0ea-freebsd-amd64.tar.bz2) = 572e2358facd5c165b6161abe9a8e5d88ab492d69ec983ed878188ee97ba29ce -SIZE (PlexMediaServer-1.3.4.3285-b46e0ea-freebsd-amd64.tar.bz2) = 83476934 +TIMESTAMP = 1488490440 +SHA256 (PlexMediaServer-1.4.3.3433-03e4cfa35-freebsd-amd64.tar.bz2) = 453e71436c534cb5723db6c2458fcb89eef1c12ecbbaba87c139d4e258ba73ed +SIZE (PlexMediaServer-1.4.3.3433-03e4cfa35-freebsd-amd64.tar.bz2) = 82855430 Modified: head/multimedia/plexmediaserver/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver/pkg-plist Thu Mar 2 21:11:31 2017 (r435296) +++ head/multimedia/plexmediaserver/pkg-plist Thu Mar 2 21:43:30 2017 (r435297) @@ -67,6 +67,11 @@ %%DATADIR%%/Resources/Graphics/show-fanart.jpg %%DATADIR%%/Resources/Graphics/show.png %%DATADIR%%/Resources/Graphics/sugar.cmake +%%DATADIR%%/Resources/Graphics/tag-auto-256.png +%%DATADIR%%/Resources/Graphics/tag-geo-256.png +%%DATADIR%%/Resources/Graphics/tag-people-256.png +%%DATADIR%%/Resources/Graphics/tag-similar-256.png +%%DATADIR%%/Resources/Graphics/tag-temporal-256.png %%DATADIR%%/Resources/Graphics/video.png %%DATADIR%%/Resources/LICENSE %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Fanart-TV.bundle/Contents/Code/__init__.py @@ -625,6 +630,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/ambience.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/amblin_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/amc.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/american_international_pictures.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/american_masters.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/american_zoetrope.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/anchor_bay_entertainment.png @@ -765,7 +771,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/electric_enterteinment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/electric_pictures.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/eleven.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/eleven_eleven.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/emi.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/emmedia.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/encore.png @@ -844,6 +849,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/hasbro.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/hbo.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/hbo_films.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/head_gear_films.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/hemus_film.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/heyday_films.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/hgtv.png @@ -962,6 +968,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/netflix.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/new_deal_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/new_line_cinema.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/new_world_pictures.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/new_zealand_film_commission.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/newmarket.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/ngc.png @@ -1009,6 +1016,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/playtone.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/polsat.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/polygram.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/pop.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/porchlight.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/portman_film.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/premiere direkt.png @@ -1080,6 +1088,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/silver_pictures.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/sky.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/sky_1.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/sky_atlantic.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/skydance_productions.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/slim_films.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/smc.png @@ -1379,10 +1388,13 @@ %%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.e187b1fcf1064efc005b298ce9aa9f83.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.25d72847aab48bb504fc86c3ebffe94a.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.7afe712e5e55268d26e0db43b4bdf0a2.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.b9956778aa908ff1e5565818d784e7a0.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/backgrounds/noise.0e9cf16a17adb19690cd31312cdaa809.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/backgrounds/preset-dark.5b95c8c24aab87067b69bca7ae11759a.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/backgrounds/preset-light.fce1a96aaadda47900f6fedf0a348ad1.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-pass.e73cc397459c4930e842b86b27d05eb9.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/ratings/rt-fresh-popcorn-simple-560.0b480f0fd472e41e3ec7b98e4486924e.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/ratings/rt-rotten-splat-simple-560.cda5563a2ce74777ddb3bf362889830c.svg @@ -1407,11 +1419,11 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/queue/bookmarklet-steps.abc5147d9257f0ec59f7b2257db9cb8f.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/queue/email-links.f1b12dd82ea85b39a4c0fa07dd6df095.png %%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/img/desktop/vendor-logos/songkick.19411461aa7bffd06675aaa8a3d0a056.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.80757836aa00b9a99505.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.867ca6f61775eca6eac9.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.d9f3c87eee6a9d111d6f.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.3effcbaef0fd951124cd.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.0551fe0687b3620e84bc.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.854e102bf0040be354da.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 @@ -1507,6 +1519,7 @@ %%DATADIR%%/Resources/Profiles/Sony Bravia 2013.xml %%DATADIR%%/Resources/Profiles/Sony Streaming Player.xml %%DATADIR%%/Resources/Profiles/Universal Mobile.xml +%%DATADIR%%/Resources/Profiles/Universal Recording.xml %%DATADIR%%/Resources/Profiles/Universal TV.xml %%DATADIR%%/Resources/Profiles/Unknown Browser.xml %%DATADIR%%/Resources/Profiles/Vivaldi.xml @@ -1537,72 +1550,72 @@ %%DATADIR%%/Resources/Profiles/sugar.cmake %%DATADIR%%/Resources/Profiles/tvOS.xml %%DATADIR%%/Resources/Python/include/python2.7/pyconfig.h -%%DATADIR%%/Resources/Python/lib/python2.7/BaseHTTPServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/Bastion.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/CGIHTTPServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ConfigParser.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/Cookie.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/DocXMLRPCServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/HTMLParser.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/BaseHTTPServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/Bastion.py +%%DATADIR%%/Resources/Python/lib/python2.7/CGIHTTPServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/ConfigParser.py +%%DATADIR%%/Resources/Python/lib/python2.7/Cookie.py +%%DATADIR%%/Resources/Python/lib/python2.7/DocXMLRPCServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/HTMLParser.py %%DATADIR%%/Resources/Python/lib/python2.7/LICENSE.txt -%%DATADIR%%/Resources/Python/lib/python2.7/MimeWriter.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/Queue.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/SimpleHTTPServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/SimpleXMLRPCServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/SocketServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/StringIO.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/UserDict.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/UserList.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/UserString.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_LWPCookieJar.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_MozillaCookieJar.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/__future__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/__phello__.foo.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_abcoll.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_osx_support.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_pyio.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_strptime.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_sysconfigdata.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_threading_local.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_weakrefset.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/abc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/aifc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/antigravity.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/anydbm.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/argparse.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ast.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/asynchat.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/asyncore.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/atexit.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/audiodev.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/base64.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/bdb.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/binhex.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/bisect.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cProfile.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/calendar.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cgi.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cgitb.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/chunk.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cmd.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/code.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/codecs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/codeop.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/collections.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/colorsys.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/commands.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compileall.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/ast.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/consts.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/future.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/misc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/pyassem.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/pycodegen.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/symbols.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/syntax.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/transformer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/visitor.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/MimeWriter.py +%%DATADIR%%/Resources/Python/lib/python2.7/Queue.py +%%DATADIR%%/Resources/Python/lib/python2.7/SimpleHTTPServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/SimpleXMLRPCServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/SocketServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/StringIO.py +%%DATADIR%%/Resources/Python/lib/python2.7/UserDict.py +%%DATADIR%%/Resources/Python/lib/python2.7/UserList.py +%%DATADIR%%/Resources/Python/lib/python2.7/UserString.py +%%DATADIR%%/Resources/Python/lib/python2.7/_LWPCookieJar.py +%%DATADIR%%/Resources/Python/lib/python2.7/_MozillaCookieJar.py +%%DATADIR%%/Resources/Python/lib/python2.7/__future__.py +%%DATADIR%%/Resources/Python/lib/python2.7/__phello__.foo.py +%%DATADIR%%/Resources/Python/lib/python2.7/_abcoll.py +%%DATADIR%%/Resources/Python/lib/python2.7/_osx_support.py +%%DATADIR%%/Resources/Python/lib/python2.7/_pyio.py +%%DATADIR%%/Resources/Python/lib/python2.7/_strptime.py +%%DATADIR%%/Resources/Python/lib/python2.7/_sysconfigdata.py +%%DATADIR%%/Resources/Python/lib/python2.7/_threading_local.py +%%DATADIR%%/Resources/Python/lib/python2.7/_weakrefset.py +%%DATADIR%%/Resources/Python/lib/python2.7/abc.py +%%DATADIR%%/Resources/Python/lib/python2.7/aifc.py +%%DATADIR%%/Resources/Python/lib/python2.7/antigravity.py +%%DATADIR%%/Resources/Python/lib/python2.7/anydbm.py +%%DATADIR%%/Resources/Python/lib/python2.7/argparse.py +%%DATADIR%%/Resources/Python/lib/python2.7/ast.py +%%DATADIR%%/Resources/Python/lib/python2.7/asynchat.py +%%DATADIR%%/Resources/Python/lib/python2.7/asyncore.py +%%DATADIR%%/Resources/Python/lib/python2.7/atexit.py +%%DATADIR%%/Resources/Python/lib/python2.7/audiodev.py +%%DATADIR%%/Resources/Python/lib/python2.7/base64.py +%%DATADIR%%/Resources/Python/lib/python2.7/bdb.py +%%DATADIR%%/Resources/Python/lib/python2.7/binhex.py +%%DATADIR%%/Resources/Python/lib/python2.7/bisect.py +%%DATADIR%%/Resources/Python/lib/python2.7/cProfile.py +%%DATADIR%%/Resources/Python/lib/python2.7/calendar.py +%%DATADIR%%/Resources/Python/lib/python2.7/cgi.py +%%DATADIR%%/Resources/Python/lib/python2.7/cgitb.py +%%DATADIR%%/Resources/Python/lib/python2.7/chunk.py +%%DATADIR%%/Resources/Python/lib/python2.7/cmd.py +%%DATADIR%%/Resources/Python/lib/python2.7/code.py +%%DATADIR%%/Resources/Python/lib/python2.7/codecs.py +%%DATADIR%%/Resources/Python/lib/python2.7/codeop.py +%%DATADIR%%/Resources/Python/lib/python2.7/collections.py +%%DATADIR%%/Resources/Python/lib/python2.7/colorsys.py +%%DATADIR%%/Resources/Python/lib/python2.7/commands.py +%%DATADIR%%/Resources/Python/lib/python2.7/compileall.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/ast.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/consts.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/future.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/misc.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/pyassem.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/pycodegen.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/symbols.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/syntax.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/transformer.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/visitor.py %%DATADIR%%/Resources/Python/lib/python2.7/config/Makefile %%DATADIR%%/Resources/Python/lib/python2.7/config/Setup %%DATADIR%%/Resources/Python/lib/python2.7/config/Setup.config @@ -1612,294 +1625,294 @@ %%DATADIR%%/Resources/Python/lib/python2.7/config/install-sh %%DATADIR%%/Resources/Python/lib/python2.7/config/makesetup %%DATADIR%%/Resources/Python/lib/python2.7/config/python.o -%%DATADIR%%/Resources/Python/lib/python2.7/contextlib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cookielib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/copy.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/copy_reg.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/csv.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/_endian.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/contextlib.py +%%DATADIR%%/Resources/Python/lib/python2.7/cookielib.py +%%DATADIR%%/Resources/Python/lib/python2.7/copy.py +%%DATADIR%%/Resources/Python/lib/python2.7/copy_reg.py +%%DATADIR%%/Resources/Python/lib/python2.7/csv.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/_endian.py %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/README.ctypes -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/dyld.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/dylib.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/dyld.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/dylib.py %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/fetch_macholib %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/fetch_macholib.bat -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/framework.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/runtests.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_anon.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_array_in_pointer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_arrays.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_as_parameter.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_bitfields.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_buffers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_byteswap.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_callbacks.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_cast.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_cfuncs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_checkretval.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_delattr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_errcheck.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_errno.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_find.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_frombuffer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_funcptr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_functions.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_incomplete.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_init.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_integers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_internals.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_keeprefs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_libc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_loading.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_macholib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_memfunctions.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_numbers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_objects.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_parameters.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pep3118.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pickling.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pointers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_prototypes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_python_api.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_random_things.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_refcounts.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_repr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_returnfuncptrs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_simplesubclasses.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_sizes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_slicing.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_stringptr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_strings.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_struct_fields.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_structures.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_unaligned_structures.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_unicode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_values.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_varsize_struct.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_win32.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_wintypes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/util.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/wintypes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/ascii.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/has_key.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/panel.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/textpad.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/wrapper.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dbhash.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/decimal.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/difflib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dircache.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dis.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/doctest.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dumbdbm.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dummy_thread.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dummy_threading.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/_parseaddr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/base64mime.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/charset.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/encoders.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/errors.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/feedparser.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/generator.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/header.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/iterators.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/message.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/application.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/audio.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/base.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/image.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/message.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/multipart.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/nonmultipart.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/text.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/parser.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/quoprimime.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/utils.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/aliases.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/ascii.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/base64_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/big5.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/big5hkscs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/bz2_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/charmap.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp037.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1006.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1026.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1140.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1250.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1251.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1252.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1253.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1254.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1255.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1256.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1257.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1258.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp424.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp437.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp500.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp720.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp737.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp775.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp850.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp852.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp855.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp856.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp857.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp858.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp860.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp861.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp862.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp863.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp864.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp865.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp866.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp869.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp874.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp875.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp932.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp949.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp950.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jis_2004.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jisx0213.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jp.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_kr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gb18030.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gb2312.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gbk.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hex_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hp_roman8.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hz.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/idna.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_1.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_2004.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_3.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_ext.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_kr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_1.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_10.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_11.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_13.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_14.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_15.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_16.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_3.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_4.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_5.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_6.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_7.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_8.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_9.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/johab.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/koi8_r.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/koi8_u.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/latin_1.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_arabic.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_centeuro.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_croatian.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_cyrillic.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_farsi.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_greek.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_iceland.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_latin2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_roman.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_romanian.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_turkish.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mbcs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/palmos.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/ptcp154.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/punycode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/quopri_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/raw_unicode_escape.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/rot_13.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jis.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jis_2004.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jisx0213.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/string_escape.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/tis_620.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/undefined.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/unicode_escape.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/unicode_internal.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16_be.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16_le.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32_be.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32_le.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_7.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8_sig.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/uu_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/zlib_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__main__.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/framework.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/runtests.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_anon.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_array_in_pointer.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_arrays.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_as_parameter.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_bitfields.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_buffers.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_byteswap.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_callbacks.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_cast.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_cfuncs.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_checkretval.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_delattr.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_errcheck.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_errno.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_find.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_frombuffer.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_funcptr.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_functions.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_incomplete.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_init.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_integers.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_internals.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_keeprefs.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_libc.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_loading.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_macholib.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_memfunctions.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_numbers.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_objects.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_parameters.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pep3118.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pickling.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pointers.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_prototypes.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_python_api.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_random_things.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_refcounts.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_repr.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_returnfuncptrs.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_simplesubclasses.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_sizes.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_slicing.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_stringptr.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_strings.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_struct_fields.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_structures.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_unaligned_structures.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_unicode.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_values.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_varsize_struct.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_win32.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_wintypes.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/util.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/wintypes.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/ascii.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/has_key.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/panel.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/textpad.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/wrapper.py +%%DATADIR%%/Resources/Python/lib/python2.7/dbhash.py +%%DATADIR%%/Resources/Python/lib/python2.7/decimal.py +%%DATADIR%%/Resources/Python/lib/python2.7/difflib.py +%%DATADIR%%/Resources/Python/lib/python2.7/dircache.py +%%DATADIR%%/Resources/Python/lib/python2.7/dis.py +%%DATADIR%%/Resources/Python/lib/python2.7/doctest.py +%%DATADIR%%/Resources/Python/lib/python2.7/dumbdbm.py +%%DATADIR%%/Resources/Python/lib/python2.7/dummy_thread.py +%%DATADIR%%/Resources/Python/lib/python2.7/dummy_threading.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/_parseaddr.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/base64mime.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/charset.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/encoders.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/errors.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/feedparser.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/generator.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/header.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/iterators.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/message.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/application.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/audio.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/base.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/image.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/message.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/multipart.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/nonmultipart.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/text.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/parser.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/quoprimime.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/utils.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/aliases.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/ascii.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/base64_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/big5.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/big5hkscs.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/bz2_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/charmap.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp037.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1006.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1026.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1140.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1250.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1251.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1252.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1253.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1254.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1255.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1256.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1257.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1258.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp424.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp437.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp500.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp720.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp737.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp775.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp850.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp852.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp855.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp856.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp857.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp858.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp860.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp861.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp862.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp863.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp864.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp865.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp866.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp869.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp874.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp875.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp932.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp949.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp950.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jis_2004.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jisx0213.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jp.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_kr.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gb18030.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gb2312.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gbk.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hex_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hp_roman8.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hz.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/idna.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_1.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_2.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_2004.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_3.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_ext.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_kr.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_1.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_10.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_11.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_13.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_14.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_15.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_16.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_2.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_3.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_4.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_5.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_6.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_7.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_8.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_9.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/johab.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/koi8_r.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/koi8_u.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/latin_1.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_arabic.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_centeuro.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_croatian.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_cyrillic.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_farsi.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_greek.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_iceland.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_latin2.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_roman.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_romanian.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_turkish.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mbcs.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/palmos.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/ptcp154.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/punycode.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/quopri_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/raw_unicode_escape.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/rot_13.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jis.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jis_2004.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jisx0213.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/string_escape.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/tis_620.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/undefined.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/unicode_escape.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/unicode_internal.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16_be.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16_le.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32_be.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32_le.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_7.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8_sig.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/uu_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/zlib_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__main__.py %%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl %%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl -%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_uninstall.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/filecmp.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/fileinput.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/fnmatch.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/formatter.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/fpformat.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/fractions.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ftplib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/functools.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/genericpath.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/getopt.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/getpass.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/gettext.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/glob.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/gzip.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hashlib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/heapq.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hmac.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/log.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/stats.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/stones.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/htmlentitydefs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/htmllib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/httplib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ihooks.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/imaplib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/imghdr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/importlib/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/imputil.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/inspect.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/io.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/decoder.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/encoder.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/scanner.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_check_circular.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_decode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_default.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_dump.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_encode_basestring_ascii.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_fail.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_float.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_indent.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass1.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass3.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_recursion.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_scanstring.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_separators.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_speedups.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_tool.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_unicode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tool.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/keyword.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_uninstall.py +%%DATADIR%%/Resources/Python/lib/python2.7/filecmp.py +%%DATADIR%%/Resources/Python/lib/python2.7/fileinput.py +%%DATADIR%%/Resources/Python/lib/python2.7/fnmatch.py +%%DATADIR%%/Resources/Python/lib/python2.7/formatter.py +%%DATADIR%%/Resources/Python/lib/python2.7/fpformat.py +%%DATADIR%%/Resources/Python/lib/python2.7/fractions.py +%%DATADIR%%/Resources/Python/lib/python2.7/ftplib.py +%%DATADIR%%/Resources/Python/lib/python2.7/functools.py +%%DATADIR%%/Resources/Python/lib/python2.7/genericpath.py +%%DATADIR%%/Resources/Python/lib/python2.7/getopt.py +%%DATADIR%%/Resources/Python/lib/python2.7/getpass.py +%%DATADIR%%/Resources/Python/lib/python2.7/gettext.py +%%DATADIR%%/Resources/Python/lib/python2.7/glob.py +%%DATADIR%%/Resources/Python/lib/python2.7/gzip.py +%%DATADIR%%/Resources/Python/lib/python2.7/hashlib.py +%%DATADIR%%/Resources/Python/lib/python2.7/heapq.py +%%DATADIR%%/Resources/Python/lib/python2.7/hmac.py +%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/log.py +%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/stats.py +%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/stones.py +%%DATADIR%%/Resources/Python/lib/python2.7/htmlentitydefs.py +%%DATADIR%%/Resources/Python/lib/python2.7/htmllib.py +%%DATADIR%%/Resources/Python/lib/python2.7/httplib.py +%%DATADIR%%/Resources/Python/lib/python2.7/ihooks.py +%%DATADIR%%/Resources/Python/lib/python2.7/imaplib.py +%%DATADIR%%/Resources/Python/lib/python2.7/imghdr.py +%%DATADIR%%/Resources/Python/lib/python2.7/importlib/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/imputil.py +%%DATADIR%%/Resources/Python/lib/python2.7/inspect.py +%%DATADIR%%/Resources/Python/lib/python2.7/io.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/decoder.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/encoder.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/scanner.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_check_circular.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_decode.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_default.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_dump.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_encode_basestring_ascii.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_fail.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_float.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_indent.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass1.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass2.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass3.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_recursion.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_scanstring.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_separators.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_speedups.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_tool.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_unicode.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tool.py +%%DATADIR%%/Resources/Python/lib/python2.7/keyword.py %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_bisect.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_codecs_cn.so @@ -1927,7 +1940,6 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_multiprocessing.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_random.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_socket.so -%%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_sqlite3.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_struct.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_testcapi.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/array.so @@ -1943,7 +1955,6 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/dbm.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/fcntl.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/future_builtins.so -%%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/gdbm.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/grp.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/itertools.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/math.so @@ -1965,197 +1976,213 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/Grammar2.7.12.final.0.pickle %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar.txt %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar2.7.12.final.0.pickle -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__main__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/btm_matcher.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/btm_utils.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixer_base.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixer_util.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_apply.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_asserts.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_basestring.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_buffer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_callable.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_dict.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_except.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_exec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_execfile.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_exitfunc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_filter.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_funcattrs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_future.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_getcwdu.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_has_key.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_idioms.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_import.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_imports.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_imports2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_input.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_intern.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_isinstance.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_itertools.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_itertools_imports.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_long.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_map.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_metaclass.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_methodattrs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_ne.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_next.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_nonzero.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_numliterals.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_operator.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_paren.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_print.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_raise.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_raw_input.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_reduce.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_renames.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_repr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_set_literal.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_standarderror.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_sys_exc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_throw.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_tuple_params.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_types.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_unicode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_urllib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_ws_comma.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_xrange.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_xreadlines.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_zip.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/main.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/patcomp.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/conv.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/driver.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/grammar.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/literals.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/parse.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/pgen.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/token.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/tokenize.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pygram.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pytree.pyc *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Mar 3 01:27:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29068CF6820; Fri, 3 Mar 2017 01:27:14 +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 038D01BBB; Fri, 3 Mar 2017 01:27:13 +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 v231RD1w090951; Fri, 3 Mar 2017 01:27:13 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v231RDT1090949; Fri, 3 Mar 2017 01:27:13 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201703030127.v231RDT1090949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 3 Mar 2017 01:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435298 - in head/devel/llvm40: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 01:27:14 -0000 Author: brooks Date: Fri Mar 3 01:27:12 2017 New Revision: 435298 URL: https://svnweb.freebsd.org/changeset/ports/435298 Log: Update to rc3. Sponsored by: DARPA, AFRL Deleted: head/devel/llvm40/files/compiler-rt-patch-svn-294806 Modified: head/devel/llvm40/Makefile head/devel/llvm40/distinfo Modified: head/devel/llvm40/Makefile ============================================================================== --- head/devel/llvm40/Makefile Thu Mar 2 21:43:30 2017 (r435297) +++ head/devel/llvm40/Makefile Fri Mar 3 01:27:12 2017 (r435298) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 4.0.0rc2 +DISTVERSION= 4.0.0rc3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -328,9 +328,6 @@ post-patch-CLANG-on: ${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|' \ ${PATCH_WRKSRC}/tools/clang/lib/Driver/Tools.cpp -post-patch-COMPILER_RT-on: - cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-svn-294806 - post-build-COMPILER_RT-on: ${MKDIR} ${WRKDIR}/compiler-rt-build cd ${WRKDIR}/compiler-rt-build && \ Modified: head/devel/llvm40/distinfo ============================================================================== --- head/devel/llvm40/distinfo Thu Mar 2 21:43:30 2017 (r435297) +++ head/devel/llvm40/distinfo Fri Mar 3 01:27:12 2017 (r435298) @@ -1,15 +1,15 @@ -TIMESTAMP = 1487118832 -SHA256 (llvm-4.0.0rc2.src.tar.xz) = 2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 -SIZE (llvm-4.0.0rc2.src.tar.xz) = 21005416 -SHA256 (cfe-4.0.0rc2.src.tar.xz) = 76d6c9b7f388a93a0303dbbac0e42b183b242f822b65eb44064679e7c36aa5dc -SIZE (cfe-4.0.0rc2.src.tar.xz) = 10898628 -SHA256 (compiler-rt-4.0.0rc2.src.tar.xz) = 5902f67a9feadc74b455b3f4979a2ff913918209a681e104d6010622334a201e -SIZE (compiler-rt-4.0.0rc2.src.tar.xz) = 1433644 -SHA256 (clang-tools-extra-4.0.0rc2.src.tar.xz) = 1f682bd28714cf95b3e5fa6e638276973442fed349acd8a38a08f15bca9efb7a -SIZE (clang-tools-extra-4.0.0rc2.src.tar.xz) = 583208 -SHA256 (lld-4.0.0rc2.src.tar.xz) = 37381d14b13fee27bffef0b6d2650d82c79d69100385f6fa181a0034c2aa9b90 -SIZE (lld-4.0.0rc2.src.tar.xz) = 592856 -SHA256 (lldb-4.0.0rc2.src.tar.xz) = 07cce3289d97a8f7fbd069e8105fecf722fb3631d9b0822a5b1dacf0d7a1713c -SIZE (lldb-4.0.0rc2.src.tar.xz) = 19122472 -SHA256 (openmp-4.0.0rc2.src.tar.xz) = d7a927c0a7b0c0572e0c1e316a1bf2b7fbc398418fa411bcb34e7b7d53811715 -SIZE (openmp-4.0.0rc2.src.tar.xz) = 2039312 +TIMESTAMP = 1488499930 +SHA256 (llvm-4.0.0rc3.src.tar.xz) = 6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 +SIZE (llvm-4.0.0rc3.src.tar.xz) = 21013952 +SHA256 (cfe-4.0.0rc3.src.tar.xz) = 974f47d91d97cebadceb33f7a966d1c158f57ffd012a300fd3d96f817ef64dd3 +SIZE (cfe-4.0.0rc3.src.tar.xz) = 10901068 +SHA256 (compiler-rt-4.0.0rc3.src.tar.xz) = 452d04bc14ac8dc4a8ccecd2580dba186811724dd430844c61255c56d287d849 +SIZE (compiler-rt-4.0.0rc3.src.tar.xz) = 1432488 +SHA256 (clang-tools-extra-4.0.0rc3.src.tar.xz) = 08cf8e27775617f703983fa641be89538bbd7f9da0b53c4aa8bbb8c10f282cb1 +SIZE (clang-tools-extra-4.0.0rc3.src.tar.xz) = 583064 +SHA256 (lld-4.0.0rc3.src.tar.xz) = 851c9f5f4fa8834f0e7deff5ddbce314fe0dfdfc4c1ee41f37c711e7e3b9be4e +SIZE (lld-4.0.0rc3.src.tar.xz) = 592796 +SHA256 (lldb-4.0.0rc3.src.tar.xz) = e74352fabc0f76556e360fa3b7e971665931bebde3ce7f437ff2714a8f9f20e3 +SIZE (lldb-4.0.0rc3.src.tar.xz) = 19123208 +SHA256 (openmp-4.0.0rc3.src.tar.xz) = 9692a8f8b2344b65afe2374959d02430515a29ff3420552f1c1b94cc663c85eb +SIZE (openmp-4.0.0rc3.src.tar.xz) = 2039416 From owner-svn-ports-all@freebsd.org Fri Mar 3 01:40:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61F56CF6B60; Fri, 3 Mar 2017 01:40:20 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 153B31291; Fri, 3 Mar 2017 01:40:20 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v231eJTd095023; Fri, 3 Mar 2017 01:40:19 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v231eJLh095021; Fri, 3 Mar 2017 01:40:19 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030140.v231eJLh095021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 01:40:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435299 - 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: Fri, 03 Mar 2017 01:40:20 -0000 Author: wen Date: Fri Mar 3 01:40:18 2017 New Revision: 435299 URL: https://svnweb.freebsd.org/changeset/ports/435299 Log: - Update to 8.6.1 PR: 217456 Submitted by: freebsd-ports@charlieroot.de(maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Fri Mar 3 01:27:12 2017 (r435298) +++ head/www/typo3/Makefile Fri Mar 3 01:40:18 2017 (r435299) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 8.6.0 +PORTVERSION= 8.6.1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -18,12 +18,12 @@ PHP_VER= 70 PORTSCOUT= limit:^8\.6\. USES= cpe php:web shebangfix -SHEBANG_FILES= vendor/doctrine/instantiator/.travis.install.sh \ - typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh \ - typo3/sysext/core/Build/Scripts/validateRstFiles.sh \ - typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh \ +SHEBANG_FILES= typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh \ typo3/sysext/core/Build/Scripts/checkFilePermissions.sh \ - typo3/sysext/core/Build/Scripts/xlfcheck.sh + typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh \ + typo3/sysext/core/Build/Scripts/validateRstFiles.sh \ + typo3/sysext/core/Build/Scripts/xlfcheck.sh \ + vendor/doctrine/instantiator/.travis.install.sh NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Fri Mar 3 01:27:12 2017 (r435298) +++ head/www/typo3/distinfo Fri Mar 3 01:40:18 2017 (r435299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487408452 -SHA256 (typo3_src-8.6.0.tar.gz) = bb766d646e2507af2093a866c058d0e9a341f87505fa0722f73b263112ed2fe5 -SIZE (typo3_src-8.6.0.tar.gz) = 21925817 +TIMESTAMP = 1488387996 +SHA256 (typo3_src-8.6.1.tar.gz) = 4edf44df3c1e7fc6d00c106843b522c3bd66c0a74edc7b9137e112b7898733fa +SIZE (typo3_src-8.6.1.tar.gz) = 21924474 From owner-svn-ports-all@freebsd.org Fri Mar 3 01:48:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C54E7CF6D9F; Fri, 3 Mar 2017 01:48:33 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91EE6173F; Fri, 3 Mar 2017 01:48:33 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v231mWZc099323; Fri, 3 Mar 2017 01:48:32 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v231mW5o099321; Fri, 3 Mar 2017 01:48:32 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703030148.v231mW5o099321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Fri, 3 Mar 2017 01:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435300 - head/net-mgmt/mk-livestatus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 01:48:33 -0000 Author: skreuzer Date: Fri Mar 3 01:48:32 2017 New Revision: 435300 URL: https://svnweb.freebsd.org/changeset/ports/435300 Log: Update to version 1.2.8p16 Modified: head/net-mgmt/mk-livestatus/Makefile head/net-mgmt/mk-livestatus/distinfo Modified: head/net-mgmt/mk-livestatus/Makefile ============================================================================== --- head/net-mgmt/mk-livestatus/Makefile Fri Mar 3 01:40:18 2017 (r435299) +++ head/net-mgmt/mk-livestatus/Makefile Fri Mar 3 01:48:32 2017 (r435300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mk-livestatus -PORTVERSION= 1.2.8p15 +PORTVERSION= 1.2.8p16 CATEGORIES= net-mgmt MASTER_SITES= http://mathias-kettner.de/download/ DIST_SUBDIR= check_mk Modified: head/net-mgmt/mk-livestatus/distinfo ============================================================================== --- head/net-mgmt/mk-livestatus/distinfo Fri Mar 3 01:40:18 2017 (r435299) +++ head/net-mgmt/mk-livestatus/distinfo Fri Mar 3 01:48:32 2017 (r435300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482084669 -SHA256 (check_mk/mk-livestatus-1.2.8p15.tar.gz) = bae809db5d55aadc9b5bf62e53baaaec7c4209b2105979e60e8575dc7f53187a -SIZE (check_mk/mk-livestatus-1.2.8p15.tar.gz) = 453541 +TIMESTAMP = 1488505523 +SHA256 (check_mk/mk-livestatus-1.2.8p16.tar.gz) = db6ca46f9616d218103c441de8b72a7ae0a74836e65a85511bf60167625f8e95 +SIZE (check_mk/mk-livestatus-1.2.8p16.tar.gz) = 453565 From owner-svn-ports-all@freebsd.org Fri Mar 3 01:52:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F6F6CF6FD8; Fri, 3 Mar 2017 01:52:00 +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 EBCAB1CA6; Fri, 3 Mar 2017 01:51:59 +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 v231pxYJ000552; Fri, 3 Mar 2017 01:51:59 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v231pwoR000546; Fri, 3 Mar 2017 01:51:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030151.v231pwoR000546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 01:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435301 - in head/textproc: . p5-PDF-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: Fri, 03 Mar 2017 01:52:00 -0000 Author: wen Date: Fri Mar 3 01:51:58 2017 New Revision: 435301 URL: https://svnweb.freebsd.org/changeset/ports/435301 Log: This is a very lightweight (and limited) PDF parser. If you need to do some simple PDF processing on a web server with limited RAM and CPU, and if slurping the entire file into memory is not an option, this module may well be for you, at the cost of far less functionality than other solutions out there. WWW: http://search.cpan.org/dist/PDF-Tiny/ Added: head/textproc/p5-PDF-Tiny/ head/textproc/p5-PDF-Tiny/Makefile (contents, props changed) head/textproc/p5-PDF-Tiny/distinfo (contents, props changed) head/textproc/p5-PDF-Tiny/pkg-descr (contents, props changed) head/textproc/p5-PDF-Tiny/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Mar 3 01:48:32 2017 (r435300) +++ head/textproc/Makefile Fri Mar 3 01:51:58 2017 (r435301) @@ -672,6 +672,7 @@ SUBDIR += p5-PDF-Create SUBDIR += p5-PDF-FromHTML SUBDIR += p5-PDF-Table + SUBDIR += p5-PDF-Tiny SUBDIR += p5-PDF-WebKit SUBDIR += p5-PDF-Writer SUBDIR += p5-POD2-Base Added: head/textproc/p5-PDF-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-Tiny/Makefile Fri Mar 3 01:51:58 2017 (r435301) @@ -0,0 +1,19 @@ +# Created by: wen@FreeBSD.org +# $FreeBSD$ + +PORTNAME= PDF-Tiny +DISTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Minimal Lightweight PDF Library + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/textproc/p5-PDF-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-Tiny/distinfo Fri Mar 3 01:51:58 2017 (r435301) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488502790 +SHA256 (PDF-Tiny-0.04.tar.gz) = 23216683a451217d709e4a5b34a7b0d99048cdba9bfc027a97a5a4feed3ed74c +SIZE (PDF-Tiny-0.04.tar.gz) = 55455 Added: head/textproc/p5-PDF-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-Tiny/pkg-descr Fri Mar 3 01:51:58 2017 (r435301) @@ -0,0 +1,7 @@ +This is a very lightweight (and limited) PDF parser. If you need to +do some simple PDF processing on a web server with limited RAM and +CPU, and if slurping the entire file into memory is not an option, +this module may well be for you, at the cost of far less functionality +than other solutions out there. + +WWW: http://search.cpan.org/dist/PDF-Tiny/ Added: head/textproc/p5-PDF-Tiny/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-Tiny/pkg-plist Fri Mar 3 01:51:58 2017 (r435301) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/PDF/Tiny.pm +%%SITE_PERL%%/PDF/Tiny.pod +%%PERL5_MAN3%%/PDF::Tiny.3.gz From owner-svn-ports-all@freebsd.org Fri Mar 3 02:15:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2225ECF5938; Fri, 3 Mar 2017 02:15:35 +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 E35FE1B60; Fri, 3 Mar 2017 02:15:34 +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 v232FXFZ011596; Fri, 3 Mar 2017 02:15:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v232FXVa011594; Fri, 3 Mar 2017 02:15:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030215.v232FXVa011594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 02:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435302 - 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: Fri, 03 Mar 2017 02:15:35 -0000 Author: wen Date: Fri Mar 3 02:15:33 2017 New Revision: 435302 URL: https://svnweb.freebsd.org/changeset/ports/435302 Log: - Update to 7.5.16 PR: 217454 Submitted by: freebsd-ports@charlieroot.de(maintainer) Modified: head/www/typo3-lts/Makefile head/www/typo3-lts/distinfo Modified: head/www/typo3-lts/Makefile ============================================================================== --- head/www/typo3-lts/Makefile Fri Mar 3 01:51:58 2017 (r435301) +++ head/www/typo3-lts/Makefile Fri Mar 3 02:15:33 2017 (r435302) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.15 +PORTVERSION= 7.6.16 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts @@ -17,8 +17,9 @@ PORTSCOUT= limit:^7\.6\. USES= cpe shebangfix php:web SHEBANG_FILES= vendor/doctrine/instantiator/.travis.install.sh \ - typo3/sysext/core/Build/Scripts/xlfcheck.sh \ - typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh + typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh \ + typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh \ + typo3/sysext/core/Build/Scripts/xlfcheck.sh NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session simplexml soap xml zip Modified: head/www/typo3-lts/distinfo ============================================================================== --- head/www/typo3-lts/distinfo Fri Mar 3 01:51:58 2017 (r435301) +++ head/www/typo3-lts/distinfo Fri Mar 3 02:15:33 2017 (r435302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486039276 -SHA256 (typo3_src-7.6.15.tar.gz) = e263bf3f20dbd50b5f790d25995f02785a35681d1c18406f571d10df5f75a9c9 -SIZE (typo3_src-7.6.15.tar.gz) = 21674023 +TIMESTAMP = 1488385880 +SHA256 (typo3_src-7.6.16.tar.gz) = acd366fe5914ba442261ba054ded7c0df62a37b466ccf9e617635be203cea94e +SIZE (typo3_src-7.6.16.tar.gz) = 21687550 From owner-svn-ports-all@freebsd.org Fri Mar 3 03:19:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10B26CF6B32; Fri, 3 Mar 2017 03:19:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D19E917E8; Fri, 3 Mar 2017 03:19:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v233JHqA036649; Fri, 3 Mar 2017 03:19:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v233JHEx036645; Fri, 3 Mar 2017 03:19:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030319.v233JHEx036645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 03:19:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435303 - head/devel/pecl-msgpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 03:19:19 -0000 Author: wen Date: Fri Mar 3 03:19:17 2017 New Revision: 435303 URL: https://svnweb.freebsd.org/changeset/ports/435303 Log: - Update to 2.0.2 PR: 216921 Submitted by: johnpupu@gmail.com(maintainer) Modified: head/devel/pecl-msgpack/Makefile head/devel/pecl-msgpack/distinfo Modified: head/devel/pecl-msgpack/Makefile ============================================================================== --- head/devel/pecl-msgpack/Makefile Fri Mar 3 02:15:33 2017 (r435302) +++ head/devel/pecl-msgpack/Makefile Fri Mar 3 03:19:17 2017 (r435303) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= msgpack -PORTVERSION= 0.5.7 -PORTREVISION= 2 +PORTVERSION= 2.0.2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,6 +14,7 @@ COMMENT= Provides API for communicating LICENSE= BSD3CLAUSE USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +PHP_VER= 70 +IGNORE_WITH_PHP= 56 .include Modified: head/devel/pecl-msgpack/distinfo ============================================================================== --- head/devel/pecl-msgpack/distinfo Fri Mar 3 02:15:33 2017 (r435302) +++ head/devel/pecl-msgpack/distinfo Fri Mar 3 03:19:17 2017 (r435303) @@ -1,2 +1,3 @@ -SHA256 (PECL/msgpack-0.5.7.tgz) = b8ee20cd0a79426c1abd55d5bbae85e5dcfbe0238abf9ce300685fbe76d94cdf -SIZE (PECL/msgpack-0.5.7.tgz) = 57150 +TIMESTAMP = 1488418454 +SHA256 (PECL/msgpack-2.0.2.tgz) = b04980df250214419d9c3d9a5cb2761047ddf5effe5bc1481a19fee209041c01 +SIZE (PECL/msgpack-2.0.2.tgz) = 45601 From owner-svn-ports-all@freebsd.org Fri Mar 3 03:43:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D08F0CF41BF; Fri, 3 Mar 2017 03:43:42 +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 8680F14E2; Fri, 3 Mar 2017 03:43:42 +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 v233hfSr048643; Fri, 3 Mar 2017 03:43:41 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v233hfXL048641; Fri, 3 Mar 2017 03:43:41 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201703030343.v233hfXL048641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 3 Mar 2017 03:43:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435304 - 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: Fri, 03 Mar 2017 03:43:42 -0000 Author: adamw Date: Fri Mar 3 03:43:41 2017 New Revision: 435304 URL: https://svnweb.freebsd.org/changeset/ports/435304 Log: Update to 2.1.19. Noteworthy changes in version 2.1.19 ==================================== * gpg: Print a warning if Tor mode is requested but the Tor daemon is not running. * gpg: New status code DECRYPTION_KEY to print the actual private key used for decryption. * gpgv: New options --log-file and --debug. * gpg-agent: Revamp the prompts to ask for card PINs. * scd: Support for multiple card readers. * scd: Removed option --debug-disable-ticker. Ticker is used only when it is required to watch removal of device/card. * scd: Improved detection of card inserting and removal. * dirmngr: New option --disable-ipv4. * dirmngr: New option --no-use-tor to explicitly disable the use of Tor. * dirmngr: The option --allow-version-check is now required even if the option --use-tor is also used. * dirmngr: Handle a missing nsswitch.conf gracefully. * dirmngr: Avoid PTR lookups for keyserver pools. The are only done for the debug command "keyserver --hosttable". * dirmngr: Rework the internal certificate cache to support classes of certificates. Load system provided certificates on startup. Add options --tls, --no-crl, and --systrust to the "VALIDATE" command. * dirmngr: Add support for the ntbtls library. * wks: Create mails with a "WKS-Phase" header. Fix detection of Draft-2 mode. * The Windows installer is now build with limited TLS support. * Many other bug fixes and new regression tests. A detailed description of the changes found in this 2.1 branch can be found at . Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Fri Mar 3 03:19:17 2017 (r435303) +++ head/security/gnupg/Makefile Fri Mar 3 03:43:41 2017 (r435304) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.18 +PORTVERSION= 2.1.19 CATEGORIES= security MASTER_SITES= GNUPG @@ -26,9 +26,9 @@ CONFLICTS= gnupg-2.0.* dirmngr-[0-9]* CPE_VENDOR= gnupg USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ntbtls --enable-symcryptrun --disable-wks-tools +GNU_CONFIGURE= yes +USE_LDCONFIG= yes INFO= gnupg OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Fri Mar 3 03:19:17 2017 (r435303) +++ head/security/gnupg/distinfo Fri Mar 3 03:43:41 2017 (r435304) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485212258 -SHA256 (gnupg-2.1.18.tar.bz2) = d04c6fab7e5562ce4b915b22020e34d4c1a256847690cf149842264fc7cef994 -SIZE (gnupg-2.1.18.tar.bz2) = 6308666 +TIMESTAMP = 1488511830 +SHA256 (gnupg-2.1.19.tar.bz2) = 46cced1f5641ce29cc28250f52fadf6e417e649b3bfdec49a5a0d0b22a639bf0 +SIZE (gnupg-2.1.19.tar.bz2) = 6404836 From owner-svn-ports-all@freebsd.org Fri Mar 3 04:11:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20442CF47EF; Fri, 3 Mar 2017 04:11:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D958E1F8C; Fri, 3 Mar 2017 04:11:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v234BFef059020; Fri, 3 Mar 2017 04:11:15 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v234BENa059016; Fri, 3 Mar 2017 04:11:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703030411.v234BENa059016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 3 Mar 2017 04:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435305 - in head/dns: ldns py-ldns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 04:11:16 -0000 Author: miwi Date: Fri Mar 3 04:11:14 2017 New Revision: 435305 URL: https://svnweb.freebsd.org/changeset/ports/435305 Log: - Update to 1.7.0 Changelog: https://git.nlnetlabs.nl/ldns/tree/Changelog PR: 217495 Submitted by: maintainer Modified: head/dns/ldns/Makefile head/dns/ldns/distinfo head/dns/ldns/pkg-plist head/dns/py-ldns/pkg-plist Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Fri Mar 3 03:43:41 2017 (r435304) +++ head/dns/ldns/Makefile Fri Mar 3 04:11:14 2017 (r435305) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ldns -PORTVERSION= 1.6.17 -PORTREVISION= 5 +PORTVERSION= 1.7.0 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ LOCAL/ehaupt @@ -15,11 +14,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -USES= cpe gmake libtool ssl +USES= cpe gmake libtool ssl perl5 CPE_VENDOR= nlnetlabs USE_LDCONFIG= yes -CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} +CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --disable-dane-ta-usage .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL)) OPTIONS_DEFINE= DOXYGEN EXAMPLES DRILL @@ -27,29 +26,34 @@ OPTIONS_DEFAULT= DRILL DRILL_DESC= With drill program -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -DOXYGEN_ALL_TARGET= doc -DOXYGEN_INSTALL_TARGET= install-manpages .endif -OPTIONS_DEFINE+= GOST \ - RRTYPENINFO RRTYPERKEY RRTYPECDS RRTYPEURI RRTYPETA +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +HTMLDOCS= doc/html/* + +OPTIONS_DEFINE+= GOST DANETAUSAGE \ + RRTYPENINFO RRTYPERKEY RRTYPETA RRTYPEAVC -GOST_DESC= GOST signatures enabled, requires openssl >= 1.0.0 +DANETAUSAGE_DESC= Enable ta uasage, requires openssl >= 1.1.0 +GOST_DESC= GOST signatures enabled, requires openssl >= 1.0.0 RRTYPENINFO_DESC= Enable draft RR type ninfo. RRTYPERKEY_DESC= Enable draft RR type rkey. -RRTYPECDS_DESC= Enable draft RR type cds. -RRTYPEURI_DESC= Enable draft RR type uri. RRTYPETA_DESC= Enable draft RR type ta. +RRTYPEAVC_DESC= Enable draft RR type avc. OPTIONS_SUB= yes +DANETAUSAGE_CONFIGURE_ENABLE= dane-ta-usage +DANETAUSAGE_IMPLIES= RRTYPETA GOST_CONFIGURE_ENABLE= gost RRTYPENINFO_CONFIGURE_ENABLE= rrtype-ninfo RRTYPERKEY_CONFIGURE_ENABLE= rrtype-rkey -RRTYPECDS_CONFIGURE_ENABLE= rrtype-cds -RRTYPEURI_CONFIGURE_ENABLE= rrtype-uri RRTYPETA_CONFIGURE_ENABLE= rrtype-ta +RRTYPEAVC_CONFIGURE_ENABLE= rrtype-avc +EXAMPLES_CONFIGURE_WITH= examples +DRILL_CONFIGURE_WITH= drill +DRILL_INSTALL_TARGET= install-drill +EXAMPLES_INSTALL_TARGET= install-examples .if defined(BUILD_PYLDNS) USES+= python @@ -76,9 +80,15 @@ INSTALL_TARGET= install-p5-dns-ldns CONFIGURE_ARGS+=--with-p5-dns-ldns LIB_DEPENDS+= libldns.so:dns/ldns +RUN_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib +BUILD_DEPENDS=${RUN_DEPENDS} post-patch: @${SED} -i '' -e 's=-I./include/ldns=-I${LOCALBASE}/include/ldns=' ${WRKSRC}/Makefile.in + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/perl5/site_perl/mach/5.24/auto/DNS/LDNS/LDNS.so .else ALL_TARGET= all INSTALL_TARGET= install-lib install-h install-config @@ -87,8 +97,8 @@ INSTALL_TARGET= install-lib install-h in .include -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel +.if ${PORT_OPTIONS:MDANETAUSAGE} && ${SSL_DEFAULT} != openssl-devel +BROKEN= this option requires openssl >= 1.1.0 .endif .if ! ${PORT_OPTIONS:MGOST} @@ -97,41 +107,34 @@ NO_GOST= --disable-gost .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL)) -post-patch: -# fix list CPPFLAGS in examples/configure for ssl in LOCALBASE case - @${REINPLACE_CMD} -e '/tmp_CPPFLAGS/d' ${WRKSRC}/examples/configure - -post-configure: -# ac_cv_prog_libtool=../libtool => Always use bundled libtool -.if ${PORT_OPTIONS:MEXAMPLES} - @(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \ - --infodir=${PREFIX}/${INFO_PATH} --mandir=${MANPREFIX}/man \ - --build=${CONFIGURE_TARGET} ${NO_GOST} ${NO_SHA2} \ - ac_cv_prog_libtool=../libtool) -.endif -.if ${PORT_OPTIONS:MDRILL} - @(cd ${WRKSRC}/drill; ./configure --prefix=${PREFIX} \ - --mandir=${MANPREFIX}/man \ - --build=${CONFIGURE_TARGET} \ - ac_cv_prog_libtool=../libtool) -.endif - post-build: -.if ${PORT_OPTIONS:MEXAMPLES} - @(cd ${WRKSRC}/examples; ${MAKE_CMD}) -.endif -.if ${PORT_OPTIONS:MDRILL} - @(cd ${WRKSRC}/drill; ${MAKE_CMD}) +.if ${PORT_OPTIONS:MDOXYGEN} + @(cd ${WRKSRC}; ${MAKE_CMD} doxygen) .endif post-install: -.if ${PORT_OPTIONS:MEXAMPLES} - @(cd ${WRKSRC}/examples; ${MAKE_CMD} ${MAKE_ARGS} install) -.endif + ${INSTALL_DATA} ${WRKSRC}/packaging/libldns.pc \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig + ${INSTALL_MAN} ${WRKSRC}/packaging/ldns-config.1 \ + ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/ldns_*.3 \ + ${STAGEDIR}${PREFIX}/man/man3 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.2 .if ${PORT_OPTIONS:MDRILL} - @(cd ${WRKSRC}/drill; ${MAKE_CMD} ${MAKE_ARGS} install) + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/drill +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + for p in ldns-chaos ldns-compare-zones ldns-dane ldns-dpa ldns-gen-zone ldns-key2ds \ + ldns-keyfetcher ldns-keygen ldns-mx ldns-notify ldns-nsec3-hash \ + ldns-read-zone ldns-resolver ldns-revoke ldns-rrsig ldns-signzone \ + ldns-test-edns ldns-testns ldns-update ldns-verify-zone ldns-version \ + ldns-walk ldns-zcat ldns-zsplit ldnsd; do \ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/$$p; done +.endif +.if ${PORT_OPTIONS:MDOXYGEN} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/html + ${INSTALL_DATA} ${HTMLDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}/html .endif - ${INSTALL_DATA} ${WRKSRC}/packaging/libldns.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig .endif # BUILD_PYLDNS || BUILD_P5PERL Modified: head/dns/ldns/distinfo ============================================================================== --- head/dns/ldns/distinfo Fri Mar 3 03:43:41 2017 (r435304) +++ head/dns/ldns/distinfo Fri Mar 3 04:11:14 2017 (r435305) @@ -1,2 +1,3 @@ -SHA256 (ldns-1.6.17.tar.gz) = 8b88e059452118e8949a2752a55ce59bc71fa5bc414103e17f5b6b06f9bcc8cd -SIZE (ldns-1.6.17.tar.gz) = 1315403 +TIMESTAMP = 1488235641 +SHA256 (ldns-1.7.0.tar.gz) = c19f5b1b4fb374cfe34f4845ea11b1e0551ddc67803bd6ddd5d2a20f0997a6cc +SIZE (ldns-1.7.0.tar.gz) = 1304424 Modified: head/dns/ldns/pkg-plist ============================================================================== --- head/dns/ldns/pkg-plist Fri Mar 3 03:43:41 2017 (r435304) +++ head/dns/ldns/pkg-plist Fri Mar 3 04:11:14 2017 (r435305) @@ -1,478 +1,9 @@ -bin/ldns-config -%%DOXYGEN%%man/man1/ldns-config.1.gz -%%DOXYGEN%%man/man3/ldns_bget_token.3.gz -%%DOXYGEN%%man/man3/ldns_bgetc.3.gz -%%DOXYGEN%%man/man3/ldns_bskipcs.3.gz -%%DOXYGEN%%man/man3/ldns_buffer.3.gz -%%DOXYGEN%%man/man3/ldns_buffer2pkt_wire.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_available.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_available_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_begin.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_capacity.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_clear.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_current.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_end.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_export.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_flip.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_free.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_limit.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_new.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_new_frm_data.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_position.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_printf.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_read.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_read_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_read_u16.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_read_u16_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_read_u32.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_read_u32_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_read_u8.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_read_u8_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_remaining.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_remaining_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_reserve.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_rewind.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_set_capacity.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_set_limit.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_set_position.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_skip.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_status.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_status_ok.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_write.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_write_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_write_string.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_write_string_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_write_u16.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_write_u16_at.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_write_u8.3.gz -%%DOXYGEN%%man/man3/ldns_buffer_write_u8_at.3.gz -%%DOXYGEN%%man/man3/ldns_calc_keytag.3.gz -%%DOXYGEN%%man/man3/ldns_create_nsec.3.gz -%%DOXYGEN%%man/man3/ldns_dane_cert2rdf.3.gz -%%DOXYGEN%%man/man3/ldns_dane_create_tlsa_owner.3.gz -%%DOXYGEN%%man/man3/ldns_dane_create_tlsa_rr.3.gz -%%DOXYGEN%%man/man3/ldns_dane_select_certificate.3.gz -%%DOXYGEN%%man/man3/ldns_dane_verify.3.gz -%%DOXYGEN%%man/man3/ldns_dane_verify_rr.3.gz -%%DOXYGEN%%man/man3/ldns_dname.3.gz -%%DOXYGEN%%man/man3/ldns_dname2canonical.3.gz -%%DOXYGEN%%man/man3/ldns_dname_cat.3.gz -%%DOXYGEN%%man/man3/ldns_dname_cat_clone.3.gz -%%DOXYGEN%%man/man3/ldns_dname_compare.3.gz -%%DOXYGEN%%man/man3/ldns_dname_interval.3.gz -%%DOXYGEN%%man/man3/ldns_dname_is_subdomain.3.gz -%%DOXYGEN%%man/man3/ldns_dname_label.3.gz -%%DOXYGEN%%man/man3/ldns_dname_label_count.3.gz -%%DOXYGEN%%man/man3/ldns_dname_left_chop.3.gz -%%DOXYGEN%%man/man3/ldns_dname_new.3.gz -%%DOXYGEN%%man/man3/ldns_dname_new_frm_data.3.gz -%%DOXYGEN%%man/man3/ldns_dname_new_frm_str.3.gz -%%DOXYGEN%%man/man3/ldns_dname_str_absolute.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_build_data_chain.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_data_chain.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_data_chain_deep_free.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_data_chain_free.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_data_chain_new.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_data_chain_print.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_data_chain_struct.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_derive_trust_tree.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_derive_trust_tree_dnskey_rrset.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_derive_trust_tree_ds_rrset.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_derive_trust_tree_no_sig.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_derive_trust_tree_normal_rrset.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_add_rr.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_cmp.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_find_rrset.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_free.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_name.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_new.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_new_frm_rr.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_node_next_nonglue.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_print.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_set_name.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_name_set_nsec.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_remove_signatures.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrs.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrs_add_rr.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrs_free.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrs_new.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrs_print.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrsets.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrsets_add_rr.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrsets_free.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrsets_new.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrsets_print.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrsets_set_type.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_rrsets_type.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_trust_tree.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_trust_tree_add_parent.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_trust_tree_contains_keys.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_trust_tree_depth.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_trust_tree_free.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_trust_tree_new.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_trust_tree_print.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_trust_tree_print_sm.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_verify_denial.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_verify_denial_nsec3.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_add_empty_nonterminals.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_add_rr.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_create_nsecs.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_create_rrsigs.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_find_rrset.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_free.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_mark_glue.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_names_print.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_new.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_print.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_sign.3.gz -%%DOXYGEN%%man/man3/ldns_dnssec_zone_sign_nsec3.3.gz -%%DOXYGEN%%man/man3/ldns_fget_token.3.gz -%%DOXYGEN%%man/man3/ldns_fskipcs.3.gz -%%DOXYGEN%%man/man3/ldns_get_errorstr_by_id.3.gz -%%DOXYGEN%%man/man3/ldns_get_rr_class_by_name.3.gz -%%DOXYGEN%%man/man3/ldns_get_rr_list_addr_by_name.3.gz -%%DOXYGEN%%man/man3/ldns_get_rr_list_hosts_frm_file.3.gz -%%DOXYGEN%%man/man3/ldns_get_rr_list_hosts_frm_fp.3.gz -%%DOXYGEN%%man/man3/ldns_get_rr_list_hosts_frm_fp_l.3.gz -%%DOXYGEN%%man/man3/ldns_get_rr_list_name_by_addr.3.gz -%%DOXYGEN%%man/man3/ldns_get_rr_type_by_name.3.gz -%%DOXYGEN%%man/man3/ldns_getaddrinfo.3.gz -%%DOXYGEN%%man/man3/ldns_init_random.3.gz -%%DOXYGEN%%man/man3/ldns_is_rrset.3.gz -%%DOXYGEN%%man/man3/ldns_key.3.gz -%%DOXYGEN%%man/man3/ldns_key2buffer_str.3.gz -%%DOXYGEN%%man/man3/ldns_key2rr.3.gz -%%DOXYGEN%%man/man3/ldns_key2str.3.gz -%%DOXYGEN%%man/man3/ldns_key_algorithm.3.gz -%%DOXYGEN%%man/man3/ldns_key_buf2dsa.3.gz -%%DOXYGEN%%man/man3/ldns_key_buf2rsa.3.gz -%%DOXYGEN%%man/man3/ldns_key_deep_free.3.gz -%%DOXYGEN%%man/man3/ldns_key_dsa_key.3.gz -%%DOXYGEN%%man/man3/ldns_key_expiration.3.gz -%%DOXYGEN%%man/man3/ldns_key_flags.3.gz -%%DOXYGEN%%man/man3/ldns_key_free.3.gz -%%DOXYGEN%%man/man3/ldns_key_hmac_key.3.gz -%%DOXYGEN%%man/man3/ldns_key_inception.3.gz -%%DOXYGEN%%man/man3/ldns_key_keytag.3.gz -%%DOXYGEN%%man/man3/ldns_key_list_free.3.gz -%%DOXYGEN%%man/man3/ldns_key_list_key.3.gz -%%DOXYGEN%%man/man3/ldns_key_list_key_count.3.gz -%%DOXYGEN%%man/man3/ldns_key_list_new.3.gz -%%DOXYGEN%%man/man3/ldns_key_list_pop_key.3.gz -%%DOXYGEN%%man/man3/ldns_key_list_push_key.3.gz -%%DOXYGEN%%man/man3/ldns_key_list_set_key_count.3.gz -%%DOXYGEN%%man/man3/ldns_key_new.3.gz -%%DOXYGEN%%man/man3/ldns_key_new_frm_algorithm.3.gz -%%DOXYGEN%%man/man3/ldns_key_new_frm_fp.3.gz -%%DOXYGEN%%man/man3/ldns_key_new_frm_fp_dsa.3.gz -%%DOXYGEN%%man/man3/ldns_key_new_frm_fp_dsa_l.3.gz -%%DOXYGEN%%man/man3/ldns_key_new_frm_fp_l.3.gz -%%DOXYGEN%%man/man3/ldns_key_new_frm_fp_rsa.3.gz -%%DOXYGEN%%man/man3/ldns_key_new_frm_fp_rsa_l.3.gz -%%DOXYGEN%%man/man3/ldns_key_origttl.3.gz -%%DOXYGEN%%man/man3/ldns_key_print.3.gz -%%DOXYGEN%%man/man3/ldns_key_pubkey_owner.3.gz -%%DOXYGEN%%man/man3/ldns_key_rr2ds.3.gz -%%DOXYGEN%%man/man3/ldns_key_rsa_key.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_algorithm.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_dsa_key.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_expiration.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_flags.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_hmac_key.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_inception.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_keytag.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_origttl.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_pubkey_owner.3.gz -%%DOXYGEN%%man/man3/ldns_key_set_rsa_key.3.gz -%%DOXYGEN%%man/man3/ldns_native2rdf_int16.3.gz -%%DOXYGEN%%man/man3/ldns_native2rdf_int16_data.3.gz -%%DOXYGEN%%man/man3/ldns_native2rdf_int32.3.gz -%%DOXYGEN%%man/man3/ldns_native2rdf_int8.3.gz -%%DOXYGEN%%man/man3/ldns_octet.3.gz -%%DOXYGEN%%man/man3/ldns_pkt.3.gz -%%DOXYGEN%%man/man3/ldns_pkt2buffer_str.3.gz -%%DOXYGEN%%man/man3/ldns_pkt2buffer_wire.3.gz -%%DOXYGEN%%man/man3/ldns_pkt2str.3.gz -%%DOXYGEN%%man/man3/ldns_pkt2wire.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_aa.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_ad.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_additional.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_ancount.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_answer.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_answerfrom.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_arcount.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_authority.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_cd.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_edns.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_edns_data.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_edns_extended_rcode.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_edns_udp_size.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_edns_version.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_edns_z.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_free.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_get_opcode.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_get_rcode.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_get_section_clone.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_id.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_new.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_nscount.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_print.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_qdcount.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_qr.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_query_new.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_query_new_frm_str.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_querytime.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_question.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_ra.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_rd.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_reply_type.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_rr_list_by_name.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_rr_list_by_name_and_type.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_rr_list_by_type.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_section.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_aa.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_ad.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_ancount.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_answerfrom.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_arcount.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_cd.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_edns_data.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_edns_extended_rcode.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_edns_udp_size.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_edns_version.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_edns_z.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_flags.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_id.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_nscount.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_opcode.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_qdcount.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_qr.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_querytime.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_ra.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_rcode.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_rd.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_section_count.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_size.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_tc.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_set_tsig.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_size.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_tc.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_tsig.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_tsig_sign.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_tsig_verify.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_type.3.gz -%%DOXYGEN%%man/man3/ldns_pkt_verify.3.gz -%%DOXYGEN%%man/man3/ldns_pktheader2buffer_str.3.gz -%%DOXYGEN%%man/man3/ldns_rdf.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_a.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_aaaa.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_alg.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_apl.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_b64.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_class.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_hex.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_int16.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_int16_data.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_ipseckey.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_loc.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_nsap.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_nsec.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_period.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_str.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_tsigtime.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_type.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_unknown.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_str_wks.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2buffer_wire.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2native_int16.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2native_int32.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2native_int8.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2native_sockaddr_storage.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2native_time_t.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2str.3.gz -%%DOXYGEN%%man/man3/ldns_rdf2wire.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_address_reverse.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_clone.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_compare.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_data.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_deep_free.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_free.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_get_type.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_new.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_new_frm_data.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_new_frm_fp.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_new_frm_str.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_print.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_set_data.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_set_size.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_set_type.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_size.3.gz -%%DOXYGEN%%man/man3/ldns_rdf_type.3.gz -%%DOXYGEN%%man/man3/ldns_resolver_print.3.gz -%%DOXYGEN%%man/man3/ldns_rr.3.gz -%%DOXYGEN%%man/man3/ldns_rr2buffer_str.3.gz -%%DOXYGEN%%man/man3/ldns_rr2buffer_wire.3.gz -%%DOXYGEN%%man/man3/ldns_rr2canonical.3.gz -%%DOXYGEN%%man/man3/ldns_rr2str.3.gz -%%DOXYGEN%%man/man3/ldns_rr2wire.3.gz -%%DOXYGEN%%man/man3/ldns_rr_class.3.gz -%%DOXYGEN%%man/man3/ldns_rr_compare.3.gz -%%DOXYGEN%%man/man3/ldns_rr_compare_ds.3.gz -%%DOXYGEN%%man/man3/ldns_rr_compress.3.gz -%%DOXYGEN%%man/man3/ldns_rr_descript.3.gz -%%DOXYGEN%%man/man3/ldns_rr_descriptor.3.gz -%%DOXYGEN%%man/man3/ldns_rr_descriptor_field_type.3.gz -%%DOXYGEN%%man/man3/ldns_rr_descriptor_maximum.3.gz -%%DOXYGEN%%man/man3/ldns_rr_descriptor_minimum.3.gz -%%DOXYGEN%%man/man3/ldns_rr_dnskey_algorithm.3.gz -%%DOXYGEN%%man/man3/ldns_rr_dnskey_flags.3.gz -%%DOXYGEN%%man/man3/ldns_rr_dnskey_key.3.gz -%%DOXYGEN%%man/man3/ldns_rr_dnskey_protocol.3.gz -%%DOXYGEN%%man/man3/ldns_rr_dnskey_set_algorithm.3.gz -%%DOXYGEN%%man/man3/ldns_rr_dnskey_set_flags.3.gz -%%DOXYGEN%%man/man3/ldns_rr_dnskey_set_key.3.gz -%%DOXYGEN%%man/man3/ldns_rr_dnskey_set_protocol.3.gz -%%DOXYGEN%%man/man3/ldns_rr_free.3.gz -%%DOXYGEN%%man/man3/ldns_rr_get_class.3.gz -%%DOXYGEN%%man/man3/ldns_rr_label_count.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list2buffer_str.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list2str.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_cat.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_clone.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_free.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_new.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_pop_rr.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_print.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_push_rr.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_rr_count.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_set_rr_count.3.gz -%%DOXYGEN%%man/man3/ldns_rr_list_sort.3.gz -%%DOXYGEN%%man/man3/ldns_rr_mx_exchange.3.gz -%%DOXYGEN%%man/man3/ldns_rr_mx_preference.3.gz -%%DOXYGEN%%man/man3/ldns_rr_new.3.gz -%%DOXYGEN%%man/man3/ldns_rr_new_frm_fp.3.gz -%%DOXYGEN%%man/man3/ldns_rr_new_frm_str.3.gz -%%DOXYGEN%%man/man3/ldns_rr_new_frm_type.3.gz -%%DOXYGEN%%man/man3/ldns_rr_ns_nsdname.3.gz -%%DOXYGEN%%man/man3/ldns_rr_owner.3.gz -%%DOXYGEN%%man/man3/ldns_rr_pop_rdf.3.gz -%%DOXYGEN%%man/man3/ldns_rr_print.3.gz -%%DOXYGEN%%man/man3/ldns_rr_push_rdf.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rd_count.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rdata2buffer_wire.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rdf.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_algorithm.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_expiration.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_inception.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_keytag.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_labels.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_origttl.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_algorithm.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_expiration.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_inception.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_keytag.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_labels.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_origttl.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_sig.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_signame.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_set_typecovered.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_sig.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_signame.3.gz -%%DOXYGEN%%man/man3/ldns_rr_rrsig_typecovered.3.gz -%%DOXYGEN%%man/man3/ldns_rr_set_class.3.gz -%%DOXYGEN%%man/man3/ldns_rr_set_owner.3.gz -%%DOXYGEN%%man/man3/ldns_rr_set_pop_rr.3.gz -%%DOXYGEN%%man/man3/ldns_rr_set_push_rr.3.gz -%%DOXYGEN%%man/man3/ldns_rr_set_rd_count.3.gz -%%DOXYGEN%%man/man3/ldns_rr_set_rdf.3.gz -%%DOXYGEN%%man/man3/ldns_rr_set_ttl.3.gz -%%DOXYGEN%%man/man3/ldns_rr_set_type.3.gz -%%DOXYGEN%%man/man3/ldns_rr_ttl.3.gz -%%DOXYGEN%%man/man3/ldns_rr_type.3.gz -%%DOXYGEN%%man/man3/ldns_rr_uncompressed_size.3.gz -%%DOXYGEN%%man/man3/ldns_rrsig2buffer_wire.3.gz -%%DOXYGEN%%man/man3/ldns_send.3.gz -%%DOXYGEN%%man/man3/ldns_sign_public.3.gz -%%DOXYGEN%%man/man3/ldns_sign_public_dsa.3.gz -%%DOXYGEN%%man/man3/ldns_sign_public_rsamd5.3.gz -%%DOXYGEN%%man/man3/ldns_sign_public_rsasha1.3.gz -%%DOXYGEN%%man/man3/ldns_status.3.gz -%%DOXYGEN%%man/man3/ldns_str2period.3.gz -%%DOXYGEN%%man/man3/ldns_str_remove_comment.3.gz -%%DOXYGEN%%man/man3/ldns_tcp_connect.3.gz -%%DOXYGEN%%man/man3/ldns_tcp_read_wire.3.gz -%%DOXYGEN%%man/man3/ldns_tcp_send_query.3.gz -%%DOXYGEN%%man/man3/ldns_update_adcount.3.gz -%%DOXYGEN%%man/man3/ldns_update_pkt_new.3.gz -%%DOXYGEN%%man/man3/ldns_update_pkt_tsig_add.3.gz -%%DOXYGEN%%man/man3/ldns_update_prcount.3.gz -%%DOXYGEN%%man/man3/ldns_update_set_adcount.3.gz -%%DOXYGEN%%man/man3/ldns_update_set_prcount.3.gz -%%DOXYGEN%%man/man3/ldns_update_set_upcount.3.gz -%%DOXYGEN%%man/man3/ldns_update_set_zocount.3.gz -%%DOXYGEN%%man/man3/ldns_update_upcount.3.gz -%%DOXYGEN%%man/man3/ldns_update_zocount.3.gz -%%DOXYGEN%%man/man3/ldns_verify.3.gz -%%DOXYGEN%%man/man3/ldns_verify_notime.3.gz -%%DOXYGEN%%man/man3/ldns_verify_rrsig.3.gz -%%DOXYGEN%%man/man3/ldns_verify_rrsig_dsa.3.gz -%%DOXYGEN%%man/man3/ldns_verify_rrsig_keylist.3.gz -%%DOXYGEN%%man/man3/ldns_verify_rrsig_keylist_notime.3.gz -%%DOXYGEN%%man/man3/ldns_verify_rrsig_rsamd5.3.gz -%%DOXYGEN%%man/man3/ldns_verify_rrsig_rsasha1.3.gz -%%DOXYGEN%%man/man3/ldns_wire2dname.3.gz -%%DOXYGEN%%man/man3/ldns_wire2pkt.3.gz -%%DOXYGEN%%man/man3/ldns_wire2rdf.3.gz -%%DOXYGEN%%man/man3/ldns_wire2rr.3.gz -%%DOXYGEN%%man/man3/ldns_zone.3.gz -%%DOXYGEN%%man/man3/ldns_zone_deep_free.3.gz -%%DOXYGEN%%man/man3/ldns_zone_glue_rr_list.3.gz -%%DOXYGEN%%man/man3/ldns_zone_new.3.gz -%%DOXYGEN%%man/man3/ldns_zone_new_frm_fp.3.gz -%%DOXYGEN%%man/man3/ldns_zone_new_frm_fp_l.3.gz -%%DOXYGEN%%man/man3/ldns_zone_print.3.gz -%%DOXYGEN%%man/man3/ldns_zone_push_rr.3.gz -%%DOXYGEN%%man/man3/ldns_zone_push_rr_list.3.gz -%%DOXYGEN%%man/man3/ldns_zone_rr_count.3.gz -%%DOXYGEN%%man/man3/ldns_zone_rrs.3.gz -%%DOXYGEN%%man/man3/ldns_zone_set_rrs.3.gz -%%DOXYGEN%%man/man3/ldns_zone_set_soa.3.gz -%%DOXYGEN%%man/man3/ldns_zone_soa.3.gz -%%DOXYGEN%%man/man3/ldns_zone_sort.3.gz -%%EXAMPLES%%man/man1/ldns-chaos.1.gz -%%EXAMPLES%%man/man1/ldns-compare-zones.1.gz -%%EXAMPLES%%man/man1/ldns-dane.1.gz -%%EXAMPLES%%man/man1/ldns-dpa.1.gz -%%EXAMPLES%%man/man1/ldns-gen-zone.1.gz -%%EXAMPLES%%man/man1/ldns-key2ds.1.gz -%%EXAMPLES%%man/man1/ldns-keyfetcher.1.gz -%%EXAMPLES%%man/man1/ldns-keygen.1.gz -%%EXAMPLES%%man/man1/ldns-mx.1.gz -%%EXAMPLES%%man/man1/ldns-notify.1.gz -%%EXAMPLES%%man/man1/ldns-nsec3-hash.1.gz -%%EXAMPLES%%man/man1/ldns-read-zone.1.gz -%%EXAMPLES%%man/man1/ldns-resolver.1.gz -%%EXAMPLES%%man/man1/ldns-revoke.1.gz -%%EXAMPLES%%man/man1/ldns-rrsig.1.gz -%%EXAMPLES%%man/man1/ldns-signzone.1.gz -%%EXAMPLES%%man/man1/ldns-test-edns.1.gz -%%EXAMPLES%%man/man1/ldns-testns.1.gz -%%EXAMPLES%%man/man1/ldns-update.1.gz -%%EXAMPLES%%man/man1/ldns-verify-zone.1.gz -%%EXAMPLES%%man/man1/ldns-version.1.gz -%%EXAMPLES%%man/man1/ldns-walk.1.gz -%%EXAMPLES%%man/man1/ldns-zcat.1.gz -%%EXAMPLES%%man/man1/ldns-zsplit.1.gz -%%EXAMPLES%%man/man1/ldnsd.1.gz +%%DRILL%%bin/drill %%EXAMPLES%%bin/ldns-chaos %%EXAMPLES%%bin/ldns-compare-zones -%%EXAMPLES%%bin/ldns-dpa +bin/ldns-config %%EXAMPLES%%bin/ldns-dane +%%EXAMPLES%%bin/ldns-dpa %%EXAMPLES%%bin/ldns-gen-zone %%EXAMPLES%%bin/ldns-key2ds %%EXAMPLES%%bin/ldns-keyfetcher @@ -485,6 +16,7 @@ bin/ldns-config %%EXAMPLES%%bin/ldns-revoke %%EXAMPLES%%bin/ldns-rrsig %%EXAMPLES%%bin/ldns-signzone +%%EXAMPLES%%bin/ldns-test-edns %%EXAMPLES%%bin/ldns-testns %%EXAMPLES%%bin/ldns-update %%EXAMPLES%%bin/ldns-verify-zone @@ -493,9 +25,6 @@ bin/ldns-config %%EXAMPLES%%bin/ldns-zcat %%EXAMPLES%%bin/ldns-zsplit %%EXAMPLES%%bin/ldnsd -%%EXAMPLES%%bin/ldns-test-edns -%%DRILL%%bin/drill -%%DRILL%%man/man1/drill.1.gz include/ldns/buffer.h include/ldns/common.h include/ldns/dane.h @@ -530,6 +59,781 @@ include/ldns/wire2host.h include/ldns/zone.h lib/libldns.a lib/libldns.so -lib/libldns.so.1 -lib/libldns.so.1.6.17 +lib/libldns.so.2 +lib/libldns.so.2.0.0 libdata/pkgconfig/libldns.pc +%%DRILL%%man/man1/drill.1.gz +%%EXAMPLES%%man/man1/ldns-chaos.1.gz +%%EXAMPLES%%man/man1/ldns-compare-zones.1.gz +%%EXAMPLES%%man/man1/ldns-config.1.gz +%%EXAMPLES%%man/man1/ldns-dane.1.gz +%%EXAMPLES%%man/man1/ldns-dpa.1.gz +%%EXAMPLES%%man/man1/ldns-gen-zone.1.gz +%%EXAMPLES%%man/man1/ldns-key2ds.1.gz +%%EXAMPLES%%man/man1/ldns-keyfetcher.1.gz +%%EXAMPLES%%man/man1/ldns-keygen.1.gz +%%EXAMPLES%%man/man1/ldns-mx.1.gz +%%EXAMPLES%%man/man1/ldns-notify.1.gz +%%EXAMPLES%%man/man1/ldns-nsec3-hash.1.gz +%%EXAMPLES%%man/man1/ldns-read-zone.1.gz +%%EXAMPLES%%man/man1/ldns-resolver.1.gz +%%EXAMPLES%%man/man1/ldns-revoke.1.gz +%%EXAMPLES%%man/man1/ldns-rrsig.1.gz +%%EXAMPLES%%man/man1/ldns-signzone.1.gz +%%EXAMPLES%%man/man1/ldns-test-edns.1.gz +%%EXAMPLES%%man/man1/ldns-testns.1.gz +%%EXAMPLES%%man/man1/ldns-update.1.gz +%%EXAMPLES%%man/man1/ldns-verify-zone.1.gz +%%EXAMPLES%%man/man1/ldns-version.1.gz +%%EXAMPLES%%man/man1/ldns-walk.1.gz +%%EXAMPLES%%man/man1/ldns-zcat.1.gz +%%EXAMPLES%%man/man1/ldns-zsplit.1.gz +%%EXAMPLES%%man/man1/ldnsd.1.gz +man/man3/ldns_algorithm.3.gz +man/man3/ldns_axfr_abort.3.gz +man/man3/ldns_axfr_complete.3.gz +man/man3/ldns_axfr_last_pkt.3.gz +man/man3/ldns_axfr_next.3.gz +man/man3/ldns_axfr_start.3.gz +man/man3/ldns_b32_ntop_calculate_size.3.gz +man/man3/ldns_b32_pton_calculate_size.3.gz +man/man3/ldns_b64_ntop_calculate_size.3.gz +man/man3/ldns_b64_pton_calculate_size.3.gz +man/man3/ldns_bget_token.3.gz +man/man3/ldns_bgetc.3.gz +man/man3/ldns_bskipcs.3.gz +man/man3/ldns_bubblebabble.3.gz +man/man3/ldns_buffer.3.gz +man/man3/ldns_buffer2pkt_wire.3.gz +man/man3/ldns_buffer2str.3.gz +man/man3/ldns_buffer_at.3.gz +man/man3/ldns_buffer_available.3.gz +man/man3/ldns_buffer_available_at.3.gz +man/man3/ldns_buffer_begin.3.gz +man/man3/ldns_buffer_capacity.3.gz +man/man3/ldns_buffer_clear.3.gz +man/man3/ldns_buffer_copy.3.gz +man/man3/ldns_buffer_current.3.gz +man/man3/ldns_buffer_end.3.gz +man/man3/ldns_buffer_export.3.gz +man/man3/ldns_buffer_export2str.3.gz +man/man3/ldns_buffer_flip.3.gz +man/man3/ldns_buffer_free.3.gz +man/man3/ldns_buffer_limit.3.gz +man/man3/ldns_buffer_new.3.gz +man/man3/ldns_buffer_new_frm_data.3.gz +man/man3/ldns_buffer_position.3.gz +man/man3/ldns_buffer_printf.3.gz +man/man3/ldns_buffer_read.3.gz +man/man3/ldns_buffer_read_at.3.gz +man/man3/ldns_buffer_read_u16.3.gz +man/man3/ldns_buffer_read_u16_at.3.gz +man/man3/ldns_buffer_read_u32.3.gz +man/man3/ldns_buffer_read_u32_at.3.gz +man/man3/ldns_buffer_read_u8.3.gz +man/man3/ldns_buffer_read_u8_at.3.gz +man/man3/ldns_buffer_remaining.3.gz +man/man3/ldns_buffer_remaining_at.3.gz +man/man3/ldns_buffer_reserve.3.gz +man/man3/ldns_buffer_rewind.3.gz +man/man3/ldns_buffer_set_capacity.3.gz +man/man3/ldns_buffer_set_limit.3.gz +man/man3/ldns_buffer_set_position.3.gz +man/man3/ldns_buffer_skip.3.gz +man/man3/ldns_buffer_status.3.gz +man/man3/ldns_buffer_status_ok.3.gz +man/man3/ldns_buffer_write.3.gz +man/man3/ldns_buffer_write_at.3.gz +man/man3/ldns_buffer_write_string.3.gz +man/man3/ldns_buffer_write_string_at.3.gz +man/man3/ldns_buffer_write_u16.3.gz +man/man3/ldns_buffer_write_u16_at.3.gz +man/man3/ldns_buffer_write_u32.3.gz +man/man3/ldns_buffer_write_u32_at.3.gz +man/man3/ldns_buffer_write_u8.3.gz +man/man3/ldns_buffer_write_u8_at.3.gz +man/man3/ldns_calc_keytag.3.gz +man/man3/ldns_calc_keytag_raw.3.gz +man/man3/ldns_create_nsec.3.gz +man/man3/ldns_dane_cert2rdf.3.gz +man/man3/ldns_dane_create_tlsa_owner.3.gz +man/man3/ldns_dane_create_tlsa_rr.3.gz +man/man3/ldns_dane_select_certificate.3.gz +man/man3/ldns_dane_verify.3.gz +man/man3/ldns_dane_verify_rr.3.gz +man/man3/ldns_dname2canonical.3.gz +man/man3/ldns_dname_cat.3.gz +man/man3/ldns_dname_cat_clone.3.gz +man/man3/ldns_dname_compare.3.gz +man/man3/ldns_dname_interval.3.gz +man/man3/ldns_dname_is_subdomain.3.gz +man/man3/ldns_dname_label.3.gz +man/man3/ldns_dname_label_count.3.gz +man/man3/ldns_dname_left_chop.3.gz +man/man3/ldns_dname_new.3.gz +man/man3/ldns_dname_new_frm_data.3.gz +man/man3/ldns_dname_new_frm_str.3.gz +man/man3/ldns_dname_str_absolute.3.gz +man/man3/ldns_dnssec_build_data_chain.3.gz +man/man3/ldns_dnssec_data_chain.3.gz +man/man3/ldns_dnssec_data_chain_deep_free.3.gz +man/man3/ldns_dnssec_data_chain_free.3.gz +man/man3/ldns_dnssec_data_chain_new.3.gz +man/man3/ldns_dnssec_data_chain_print.3.gz +man/man3/ldns_dnssec_data_chain_struct.3.gz +man/man3/ldns_dnssec_derive_trust_tree.3.gz +man/man3/ldns_dnssec_derive_trust_tree_dnskey_rrset.3.gz +man/man3/ldns_dnssec_derive_trust_tree_ds_rrset.3.gz +man/man3/ldns_dnssec_derive_trust_tree_no_sig.3.gz +man/man3/ldns_dnssec_derive_trust_tree_normal_rrset.3.gz +man/man3/ldns_dnssec_name.3.gz +man/man3/ldns_dnssec_name_add_rr.3.gz +man/man3/ldns_dnssec_name_cmp.3.gz +man/man3/ldns_dnssec_name_find_rrset.3.gz +man/man3/ldns_dnssec_name_free.3.gz +man/man3/ldns_dnssec_name_name.3.gz +man/man3/ldns_dnssec_name_new.3.gz +man/man3/ldns_dnssec_name_new_frm_rr.3.gz +man/man3/ldns_dnssec_name_node_next_nonglue.3.gz +man/man3/ldns_dnssec_name_print.3.gz +man/man3/ldns_dnssec_name_set_name.3.gz +man/man3/ldns_dnssec_name_set_nsec.3.gz +man/man3/ldns_dnssec_remove_signatures.3.gz +man/man3/ldns_dnssec_rrs.3.gz +man/man3/ldns_dnssec_rrs_add_rr.3.gz +man/man3/ldns_dnssec_rrs_free.3.gz +man/man3/ldns_dnssec_rrs_new.3.gz +man/man3/ldns_dnssec_rrs_print.3.gz +man/man3/ldns_dnssec_rrsets.3.gz +man/man3/ldns_dnssec_rrsets_add_rr.3.gz +man/man3/ldns_dnssec_rrsets_free.3.gz +man/man3/ldns_dnssec_rrsets_new.3.gz +man/man3/ldns_dnssec_rrsets_print.3.gz +man/man3/ldns_dnssec_rrsets_set_type.3.gz +man/man3/ldns_dnssec_rrsets_type.3.gz +man/man3/ldns_dnssec_trust_tree.3.gz +man/man3/ldns_dnssec_trust_tree_add_parent.3.gz +man/man3/ldns_dnssec_trust_tree_contains_keys.3.gz +man/man3/ldns_dnssec_trust_tree_depth.3.gz +man/man3/ldns_dnssec_trust_tree_free.3.gz +man/man3/ldns_dnssec_trust_tree_new.3.gz +man/man3/ldns_dnssec_trust_tree_print.3.gz +man/man3/ldns_dnssec_trust_tree_print_sm.3.gz +man/man3/ldns_dnssec_verify_denial.3.gz +man/man3/ldns_dnssec_verify_denial_nsec3.3.gz +man/man3/ldns_dnssec_zone.3.gz +man/man3/ldns_dnssec_zone_add_empty_nonterminals.3.gz +man/man3/ldns_dnssec_zone_add_rr.3.gz +man/man3/ldns_dnssec_zone_create_nsecs.3.gz +man/man3/ldns_dnssec_zone_create_rrsigs.3.gz +man/man3/ldns_dnssec_zone_find_rrset.3.gz +man/man3/ldns_dnssec_zone_free.3.gz +man/man3/ldns_dnssec_zone_mark_glue.3.gz +man/man3/ldns_dnssec_zone_names_print.3.gz +man/man3/ldns_dnssec_zone_new.3.gz +man/man3/ldns_dnssec_zone_print.3.gz +man/man3/ldns_dnssec_zone_sign.3.gz +man/man3/ldns_dnssec_zone_sign_nsec3.3.gz +man/man3/ldns_duration2string.3.gz +man/man3/ldns_duration2time.3.gz +man/man3/ldns_duration_cleanup.3.gz +man/man3/ldns_duration_compare.3.gz +man/man3/ldns_duration_create.3.gz +man/man3/ldns_duration_create_from_string.3.gz +man/man3/ldns_duration_type.3.gz +man/man3/ldns_fget_token.3.gz +man/man3/ldns_fskipcs.3.gz +man/man3/ldns_get_errorstr_by_id.3.gz +man/man3/ldns_get_rr_class_by_name.3.gz +man/man3/ldns_get_rr_list_addr_by_name.3.gz +man/man3/ldns_get_rr_list_hosts_frm_file.3.gz +man/man3/ldns_get_rr_list_hosts_frm_fp.3.gz +man/man3/ldns_get_rr_list_hosts_frm_fp_l.3.gz +man/man3/ldns_get_rr_list_name_by_addr.3.gz +man/man3/ldns_get_rr_type_by_name.3.gz +man/man3/ldns_getaddrinfo.3.gz +man/man3/ldns_init_random.3.gz +man/man3/ldns_is_rrset.3.gz +man/man3/ldns_key.3.gz +man/man3/ldns_key2buffer_str.3.gz +man/man3/ldns_key2rr.3.gz +man/man3/ldns_key2str.3.gz +man/man3/ldns_key_algo_supported.3.gz +man/man3/ldns_key_algorithm.3.gz +man/man3/ldns_key_buf2dsa.3.gz +man/man3/ldns_key_buf2rsa.3.gz +man/man3/ldns_key_deep_free.3.gz +man/man3/ldns_key_dsa_key.3.gz +man/man3/ldns_key_expiration.3.gz +man/man3/ldns_key_flags.3.gz +man/man3/ldns_key_free.3.gz +man/man3/ldns_key_hmac_key.3.gz +man/man3/ldns_key_inception.3.gz +man/man3/ldns_key_keytag.3.gz +man/man3/ldns_key_list_free.3.gz +man/man3/ldns_key_list_key.3.gz +man/man3/ldns_key_list_key_count.3.gz +man/man3/ldns_key_list_new.3.gz +man/man3/ldns_key_list_pop_key.3.gz +man/man3/ldns_key_list_push_key.3.gz +man/man3/ldns_key_list_set_key_count.3.gz +man/man3/ldns_key_new.3.gz +man/man3/ldns_key_new_frm_algorithm.3.gz +man/man3/ldns_key_new_frm_fp.3.gz +man/man3/ldns_key_new_frm_fp_dsa.3.gz +man/man3/ldns_key_new_frm_fp_dsa_l.3.gz +man/man3/ldns_key_new_frm_fp_l.3.gz +man/man3/ldns_key_new_frm_fp_rsa.3.gz +man/man3/ldns_key_new_frm_fp_rsa_l.3.gz +man/man3/ldns_key_origttl.3.gz +man/man3/ldns_key_print.3.gz +man/man3/ldns_key_pubkey_owner.3.gz +man/man3/ldns_key_rr2ds.3.gz +man/man3/ldns_key_rsa_key.3.gz +man/man3/ldns_key_set_algorithm.3.gz +man/man3/ldns_key_set_dsa_key.3.gz +man/man3/ldns_key_set_expiration.3.gz +man/man3/ldns_key_set_flags.3.gz +man/man3/ldns_key_set_hmac_key.3.gz +man/man3/ldns_key_set_inception.3.gz +man/man3/ldns_key_set_keytag.3.gz +man/man3/ldns_key_set_origttl.3.gz +man/man3/ldns_key_set_pubkey_owner.3.gz +man/man3/ldns_key_set_rsa_key.3.gz +man/man3/ldns_native2rdf_int16.3.gz +man/man3/ldns_native2rdf_int16_data.3.gz +man/man3/ldns_native2rdf_int32.3.gz +man/man3/ldns_native2rdf_int8.3.gz +man/man3/ldns_octet.3.gz +man/man3/ldns_pkt.3.gz +man/man3/ldns_pkt2buffer_str.3.gz +man/man3/ldns_pkt2buffer_wire.3.gz +man/man3/ldns_pkt2str.3.gz +man/man3/ldns_pkt2wire.3.gz +man/man3/ldns_pkt_aa.3.gz +man/man3/ldns_pkt_ad.3.gz +man/man3/ldns_pkt_additional.3.gz +man/man3/ldns_pkt_ancount.3.gz +man/man3/ldns_pkt_answer.3.gz +man/man3/ldns_pkt_answerfrom.3.gz +man/man3/ldns_pkt_arcount.3.gz +man/man3/ldns_pkt_authority.3.gz +man/man3/ldns_pkt_cd.3.gz +man/man3/ldns_pkt_edns.3.gz +man/man3/ldns_pkt_edns_data.3.gz +man/man3/ldns_pkt_edns_extended_rcode.3.gz +man/man3/ldns_pkt_edns_udp_size.3.gz +man/man3/ldns_pkt_edns_version.3.gz +man/man3/ldns_pkt_edns_z.3.gz +man/man3/ldns_pkt_free.3.gz +man/man3/ldns_pkt_get_opcode.3.gz +man/man3/ldns_pkt_get_rcode.3.gz +man/man3/ldns_pkt_get_section_clone.3.gz +man/man3/ldns_pkt_id.3.gz +man/man3/ldns_pkt_new.3.gz +man/man3/ldns_pkt_nscount.3.gz +man/man3/ldns_pkt_print.3.gz +man/man3/ldns_pkt_qdcount.3.gz +man/man3/ldns_pkt_qr.3.gz +man/man3/ldns_pkt_query_new.3.gz +man/man3/ldns_pkt_query_new_frm_str.3.gz +man/man3/ldns_pkt_querytime.3.gz +man/man3/ldns_pkt_question.3.gz +man/man3/ldns_pkt_ra.3.gz +man/man3/ldns_pkt_rd.3.gz +man/man3/ldns_pkt_reply_type.3.gz +man/man3/ldns_pkt_rr_list_by_name.3.gz +man/man3/ldns_pkt_rr_list_by_name_and_type.3.gz +man/man3/ldns_pkt_rr_list_by_type.3.gz +man/man3/ldns_pkt_section.3.gz +man/man3/ldns_pkt_set_aa.3.gz +man/man3/ldns_pkt_set_ad.3.gz +man/man3/ldns_pkt_set_ancount.3.gz +man/man3/ldns_pkt_set_answerfrom.3.gz +man/man3/ldns_pkt_set_arcount.3.gz +man/man3/ldns_pkt_set_cd.3.gz +man/man3/ldns_pkt_set_edns_data.3.gz +man/man3/ldns_pkt_set_edns_extended_rcode.3.gz +man/man3/ldns_pkt_set_edns_udp_size.3.gz +man/man3/ldns_pkt_set_edns_version.3.gz +man/man3/ldns_pkt_set_edns_z.3.gz +man/man3/ldns_pkt_set_flags.3.gz +man/man3/ldns_pkt_set_id.3.gz +man/man3/ldns_pkt_set_nscount.3.gz +man/man3/ldns_pkt_set_opcode.3.gz +man/man3/ldns_pkt_set_qdcount.3.gz +man/man3/ldns_pkt_set_qr.3.gz +man/man3/ldns_pkt_set_querytime.3.gz +man/man3/ldns_pkt_set_ra.3.gz +man/man3/ldns_pkt_set_rcode.3.gz +man/man3/ldns_pkt_set_rd.3.gz +man/man3/ldns_pkt_set_section_count.3.gz +man/man3/ldns_pkt_set_size.3.gz +man/man3/ldns_pkt_set_tc.3.gz +man/man3/ldns_pkt_set_tsig.3.gz +man/man3/ldns_pkt_size.3.gz +man/man3/ldns_pkt_tc.3.gz +man/man3/ldns_pkt_tsig.3.gz +man/man3/ldns_pkt_tsig_sign.3.gz +man/man3/ldns_pkt_tsig_verify.3.gz +man/man3/ldns_pkt_type.3.gz +man/man3/ldns_pkt_verify.3.gz +man/man3/ldns_pktheader2buffer_str.3.gz +man/man3/ldns_rdf.3.gz +man/man3/ldns_rdf2buffer_str.3.gz *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Mar 3 04:12:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5EFECF484C; Fri, 3 Mar 2017 04:12:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D7071166; Fri, 3 Mar 2017 04:12:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v234CMHr061067; Fri, 3 Mar 2017 04:12:22 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v234CLIK061050; Fri, 3 Mar 2017 04:12:21 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703030412.v234CLIK061050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 3 Mar 2017 04:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435306 - in head: benchmarks/polygraph dns/adsuck dns/autotrust dns/dnscrypt-proxy dns/getdns dns/opendnssec dns/opendnssec13 dns/opendnssec2 dns/unbound mail/enma mail/opendkim net/fr... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 04:12:23 -0000 Author: miwi Date: Fri Mar 3 04:12:20 2017 New Revision: 435306 URL: https://svnweb.freebsd.org/changeset/ports/435306 Log: - Chase ldns shlip bump PR: 217495 Modified: head/benchmarks/polygraph/Makefile head/dns/adsuck/Makefile head/dns/autotrust/Makefile head/dns/dnscrypt-proxy/Makefile head/dns/getdns/Makefile head/dns/opendnssec/Makefile head/dns/opendnssec13/Makefile head/dns/opendnssec2/Makefile head/dns/unbound/Makefile head/mail/enma/Makefile head/mail/opendkim/Makefile head/net/freeswitch/Makefile head/security/openssh-portable/Makefile head/security/passivedns/Makefile head/security/strongswan/Makefile Modified: head/benchmarks/polygraph/Makefile ============================================================================== --- head/benchmarks/polygraph/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/benchmarks/polygraph/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= polygraph PORTVERSION= 4.9.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -src CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ Modified: head/dns/adsuck/Makefile ============================================================================== --- head/dns/adsuck/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/dns/adsuck/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= adsuck PORTVERSION= 2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns MASTER_SITES= http://opensource.conformal.com/snapshots/adsuck/ \ http://philpep.org/pub/ Modified: head/dns/autotrust/Makefile ============================================================================== --- head/dns/autotrust/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/dns/autotrust/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ Modified: head/dns/dnscrypt-proxy/Makefile ============================================================================== --- head/dns/dnscrypt-proxy/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/dns/dnscrypt-proxy/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= https://download.dnscrypt.org/dnscrypt-proxy/ \ http://download.dnscrypt.org/dnscrypt-proxy/ \ Modified: head/dns/getdns/Makefile ============================================================================== --- head/dns/getdns/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/dns/getdns/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= getdns PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ https://mirrors.rit.edu/zi/ \ Modified: head/dns/opendnssec/Makefile ============================================================================== --- head/dns/opendnssec/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/dns/opendnssec/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,6 +3,7 @@ PORTNAME= opendnssec PORTVERSION= 1.4.12 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ Modified: head/dns/opendnssec13/Makefile ============================================================================== --- head/dns/opendnssec13/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/dns/opendnssec13/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,6 +3,7 @@ PORTNAME= opendnssec PORTVERSION= 1.3.18 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ Modified: head/dns/opendnssec2/Makefile ============================================================================== --- head/dns/opendnssec2/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/dns/opendnssec2/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,6 +3,7 @@ PORTNAME= opendnssec PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ PKGNAMESUFFIX= 2 Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/dns/unbound/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ Modified: head/mail/enma/Makefile ============================================================================== --- head/mail/enma/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/mail/enma/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= enma PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/ENMA/${PORTVERSION} Modified: head/mail/opendkim/Makefile ============================================================================== --- head/mail/opendkim/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/mail/opendkim/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.10.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases \ Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/net/freeswitch/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,6 +3,7 @@ PORTNAME= freeswitch PORTVERSION= 1.6.13 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ \ http://files.freeswitch.org/releases/sounds/:sounds Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/security/openssh-portable/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 7.4p1 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= OPENBSD/OpenSSH/portable Modified: head/security/passivedns/Makefile ============================================================================== --- head/security/passivedns/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/security/passivedns/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -2,6 +2,7 @@ PORTNAME= passivedns DISTVERSION= 1.1.3-60 +PORTREVISION= 1 DISTVERSIONSUFFIX= -ga6c7e26 CATEGORIES= security Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Fri Mar 3 04:11:14 2017 (r435305) +++ head/security/strongswan/Makefile Fri Mar 3 04:12:20 2017 (r435306) @@ -3,6 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.5.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ From owner-svn-ports-all@freebsd.org Fri Mar 3 04:25:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE4DCCF4F2F; Fri, 3 Mar 2017 04:25:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DC9E1933; Fri, 3 Mar 2017 04:25:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v234PKgC065498; Fri, 3 Mar 2017 04:25:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v234PKV5065496; Fri, 3 Mar 2017 04:25:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703030425.v234PKV5065496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 3 Mar 2017 04:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435307 - head/graphics/p5-Image-ExifTool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 04:25:21 -0000 Author: miwi Date: Fri Mar 3 04:25:20 2017 New Revision: 435307 URL: https://svnweb.freebsd.org/changeset/ports/435307 Log: - Update to 10.40 PR: 217441 Submitted by: maintainer Modified: head/graphics/p5-Image-ExifTool/Makefile head/graphics/p5-Image-ExifTool/distinfo Modified: head/graphics/p5-Image-ExifTool/Makefile ============================================================================== --- head/graphics/p5-Image-ExifTool/Makefile Fri Mar 3 04:12:20 2017 (r435306) +++ head/graphics/p5-Image-ExifTool/Makefile Fri Mar 3 04:25:20 2017 (r435307) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Image-ExifTool -PORTVERSION= 10.36 +PORTVERSION= 10.40 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ CPAN Modified: head/graphics/p5-Image-ExifTool/distinfo ============================================================================== --- head/graphics/p5-Image-ExifTool/distinfo Fri Mar 3 04:12:20 2017 (r435306) +++ head/graphics/p5-Image-ExifTool/distinfo Fri Mar 3 04:25:20 2017 (r435307) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480050639 -SHA256 (Image-ExifTool-10.36.tar.gz) = 2019427b6565e2cff3c1301ab3281a40e602e70eff931448a1601b96ef4a67f3 -SIZE (Image-ExifTool-10.36.tar.gz) = 4214374 +TIMESTAMP = 1488337018 +SHA256 (Image-ExifTool-10.40.tar.gz) = 9e3619e2f9c838b37f67ab55fd541b5472b328d5f464468442367292666a05dc +SIZE (Image-ExifTool-10.40.tar.gz) = 4220341 From owner-svn-ports-all@freebsd.org Fri Mar 3 05:29:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2FADCF6390; Fri, 3 Mar 2017 05:29:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DCCE131E; Fri, 3 Mar 2017 05:29:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v235TgJk089703; Fri, 3 Mar 2017 05:29:42 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v235TgFn089699; Fri, 3 Mar 2017 05:29:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703030529.v235TgFn089699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 3 Mar 2017 05:29:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435308 - in head/devel/ocl-icd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 05:29:43 -0000 Author: miwi Date: Fri Mar 3 05:29:42 2017 New Revision: 435308 URL: https://svnweb.freebsd.org/changeset/ports/435308 Log: - Update to 2.2.11 PR: 216739 Submitted by: ohartmann@walstatt.org Approved by: maintainer timeout Modified: head/devel/ocl-icd/Makefile head/devel/ocl-icd/distinfo head/devel/ocl-icd/files/patch-ocl__icd__debug.h head/devel/ocl-icd/files/patch-ocl__icd__loader.c Modified: head/devel/ocl-icd/Makefile ============================================================================== --- head/devel/ocl-icd/Makefile Fri Mar 3 04:25:20 2017 (r435307) +++ head/devel/ocl-icd/Makefile Fri Mar 3 05:29:42 2017 (r435308) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= ocl-icd -PORTVERSION= 2.2.9 +PORTVERSION= 2.2.11 CATEGORIES= devel MASTER_SITES= https://forge.imag.fr/frs/download.php/${REVID}/ -REVID= 716 +REVID= 814 MAINTAINER= ohartman@zedat.fu-berlin.de COMMENT= OpenCL Installable Client Driver @@ -34,6 +34,6 @@ MANPAGES_BUILD_DEPENDS= xmlto:textproc/x post-patch: @${REINPLACE_CMD} -e 's|/etc/|${LOCALBASE}/etc/|g' \ - ${WRKSRC}/doc/libOpenCL.7.txt + ${WRKSRC}/doc/libOpenCL.7.txt.in .include Modified: head/devel/ocl-icd/distinfo ============================================================================== --- head/devel/ocl-icd/distinfo Fri Mar 3 04:25:20 2017 (r435307) +++ head/devel/ocl-icd/distinfo Fri Mar 3 05:29:42 2017 (r435308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472594572 -SHA256 (ocl-icd-2.2.9.tar.gz) = 0c8ac13e2c5b737c34de49f9aca6cad3c4d33dd0bbb149b01238d76e798feae5 -SIZE (ocl-icd-2.2.9.tar.gz) = 453477 +TIMESTAMP = 1486067287 +SHA256 (ocl-icd-2.2.11.tar.gz) = 02fa41da98ae2807e92742196831d320e3fc2f4cb1118d0061d9f51dda867730 +SIZE (ocl-icd-2.2.11.tar.gz) = 455800 Modified: head/devel/ocl-icd/files/patch-ocl__icd__debug.h ============================================================================== --- head/devel/ocl-icd/files/patch-ocl__icd__debug.h Fri Mar 3 04:25:20 2017 (r435307) +++ head/devel/ocl-icd/files/patch-ocl__icd__debug.h Fri Mar 3 05:29:42 2017 (r435308) @@ -1,13 +1,13 @@ ---- ocl_icd_debug.h.orig 2015-08-06 20:54:47 UTC +--- ocl_icd_debug.h.orig 2016-04-24 12:11:57 UTC +++ ocl_icd_debug.h @@ -61,9 +61,9 @@ extern int debug_ocl_icd_mask; return ret; \ } while(0) # define RETURN_STR(val) do { \ -- char* ret=(char*)(val); \ -- debug(D_TRACE, "return: %s", ret); \ -- return ret; \ -+ char* _return_str=(char*)(val); \ +- char* _ret=(char*)(val); \ +- debug(D_TRACE, "return: %s", _ret); \ +- return _ret; \ ++ char* _return_str=(char*)(val); \ + debug(D_TRACE, "return: %s", _return_str); \ + return _return_str; \ } while(0) Modified: head/devel/ocl-icd/files/patch-ocl__icd__loader.c ============================================================================== --- head/devel/ocl-icd/files/patch-ocl__icd__loader.c Fri Mar 3 04:25:20 2017 (r435307) +++ head/devel/ocl-icd/files/patch-ocl__icd__loader.c Fri Mar 3 05:29:42 2017 (r435308) @@ -1,13 +1,6 @@ ---- ocl_icd_loader.c.orig 2015-06-08 18:29:52 UTC +--- ocl_icd_loader.c.orig 2017-01-19 13:55:12 UTC +++ ocl_icd_loader.c -@@ -49,13 +49,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI - #define DEBUG_OCL_ICD_PROVIDE_DUMP_FIELD - #include "ocl_icd_debug.h" - --#define ETC_OPENCL_VENDORS "/etc/OpenCL/vendors" -+#define ETC_OPENCL_VENDORS "/usr/local/etc/OpenCL/vendors" - - int debug_ocl_icd_mask=0; +@@ -53,7 +53,7 @@ int debug_ocl_icd_mask=0; typedef __typeof__(clGetPlatformInfo) *clGetPlatformInfo_fn; From owner-svn-ports-all@freebsd.org Fri Mar 3 05:30:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCDDACF65EA; Fri, 3 Mar 2017 05:30:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B82D14B7; Fri, 3 Mar 2017 05:30:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v235UivV092715; Fri, 3 Mar 2017 05:30:44 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v235UirD092712; Fri, 3 Mar 2017 05:30:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703030530.v235UirD092712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 3 Mar 2017 05:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435309 - head/graphics/leptonica X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 05:30:45 -0000 Author: miwi Date: Fri Mar 3 05:30:44 2017 New Revision: 435309 URL: https://svnweb.freebsd.org/changeset/ports/435309 Log: - Update to 1.74.1 PR: 217172 Submitted by: pkubaj@anongoth.pl Approved by: maintainer timeout Modified: head/graphics/leptonica/Makefile head/graphics/leptonica/distinfo head/graphics/leptonica/pkg-plist Modified: head/graphics/leptonica/Makefile ============================================================================== --- head/graphics/leptonica/Makefile Fri Mar 3 05:29:42 2017 (r435308) +++ head/graphics/leptonica/Makefile Fri Mar 3 05:30:44 2017 (r435309) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= leptonica -PORTVERSION= 1.72 -PORTREVISION= 2 +PORTVERSION= 1.74.1 CATEGORIES= graphics MASTER_SITES= http://www.leptonica.com/source/ Modified: head/graphics/leptonica/distinfo ============================================================================== --- head/graphics/leptonica/distinfo Fri Mar 3 05:29:42 2017 (r435308) +++ head/graphics/leptonica/distinfo Fri Mar 3 05:30:44 2017 (r435309) @@ -1,2 +1,3 @@ -SHA256 (leptonica-1.72.tar.gz) = 79d5eadd32658c9fea38700c975d60aa3d088eaa3e307659f004d40834de1f56 -SIZE (leptonica-1.72.tar.gz) = 10580170 +TIMESTAMP = 1487336576 +SHA256 (leptonica-1.74.1.tar.gz) = 746a517a47a3bd2a90bc8d581ca6464c10f30e91a60209735efe45b3778bec62 +SIZE (leptonica-1.74.1.tar.gz) = 11707064 Modified: head/graphics/leptonica/pkg-plist ============================================================================== --- head/graphics/leptonica/pkg-plist Fri Mar 3 05:29:42 2017 (r435308) +++ head/graphics/leptonica/pkg-plist Fri Mar 3 05:30:44 2017 (r435309) @@ -34,6 +34,7 @@ include/leptonica/morph.h include/leptonica/pix.h include/leptonica/ptra.h include/leptonica/queue.h +include/leptonica/rbtree.h include/leptonica/readbarcode.h include/leptonica/recog.h include/leptonica/regutils.h @@ -43,6 +44,6 @@ include/leptonica/sudoku.h include/leptonica/watershed.h lib/liblept.a lib/liblept.so -lib/liblept.so.4 -lib/liblept.so.4.0.3 +lib/liblept.so.5 +lib/liblept.so.5.0.1 libdata/pkgconfig/lept.pc From owner-svn-ports-all@freebsd.org Fri Mar 3 05:49:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6630CF69A5; Fri, 3 Mar 2017 05:49:59 +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 77E3F1DF1; Fri, 3 Mar 2017 05:49:59 +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 v235nwaT098038; Fri, 3 Mar 2017 05:49:58 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v235nwCJ098036; Fri, 3 Mar 2017 05:49:58 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703030549.v235nwCJ098036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 3 Mar 2017 05:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435310 - head/games/cockatrice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 05:49:59 -0000 Author: sbruno Date: Fri Mar 3 05:49:58 2017 New Revision: 435310 URL: https://svnweb.freebsd.org/changeset/ports/435310 Log: Update games/cockatrice to 2017-01-20 release. Modified: head/games/cockatrice/Makefile head/games/cockatrice/distinfo Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Fri Mar 3 05:30:44 2017 (r435309) +++ head/games/cockatrice/Makefile Fri Mar 3 05:49:58 2017 (r435310) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Cockatrice -PORTVERSION= 0.0.g2016.12.31 -PORTREVISION= 1 +PORTVERSION= 0.0.g2017.01.20 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libprotobuf.so:devel/protobuf USE_GITHUB= yes -GH_TAGNAME= 2016-12-31-Release +GH_TAGNAME= 2017-01-20-Release USES= cmake compiler:c++11-lib USE_QT5= buildtools concurrent core multimedia network printsupport \ Modified: head/games/cockatrice/distinfo ============================================================================== --- head/games/cockatrice/distinfo Fri Mar 3 05:30:44 2017 (r435309) +++ head/games/cockatrice/distinfo Fri Mar 3 05:49:58 2017 (r435310) @@ -1,3 +1,3 @@ TIMESTAMP = 1478529657 -SHA256 (Cockatrice-Cockatrice-0.0.g2016.12.31-2016-12-31-Release_GH0.tar.gz) = 66fa92739e6fa1f1c5a3b36274aa0b47b8b1f63cf4cb2c796d6a07cd5718102b -SIZE (Cockatrice-Cockatrice-0.0.g2016.12.31-2016-12-31-Release_GH0.tar.gz) = 7287880 +SHA256 (Cockatrice-Cockatrice-0.0.g2017.01.20-2017-01-20-Release_GH0.tar.gz) = ae181afc321ae03b1e5686918c04571f56df2538a657455b7caa61e736b26cbd +SIZE (Cockatrice-Cockatrice-0.0.g2017.01.20-2017-01-20-Release_GH0.tar.gz) = 7287036 From owner-svn-ports-all@freebsd.org Fri Mar 3 06:15:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C4C8CF444F; Fri, 3 Mar 2017 06:15:03 +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 4BBD0152C; Fri, 3 Mar 2017 06:15:03 +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 v236F2br010404; Fri, 3 Mar 2017 06:15:02 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v236F2T0010402; Fri, 3 Mar 2017 06:15:02 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703030615.v236F2T0010402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 3 Mar 2017 06:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435311 - head/audio/shout-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: Fri, 03 Mar 2017 06:15:03 -0000 Author: sbruno Date: Fri Mar 3 06:15:02 2017 New Revision: 435311 URL: https://svnweb.freebsd.org/changeset/ports/435311 Log: Upstream has replaced their dist file, added/replaced files and didn't bump the version. Yell at me if this causes issues. Modified: head/audio/shout-idjc/Makefile head/audio/shout-idjc/distinfo Modified: head/audio/shout-idjc/Makefile ============================================================================== --- head/audio/shout-idjc/Makefile Fri Mar 3 05:49:58 2017 (r435310) +++ head/audio/shout-idjc/Makefile Fri Mar 3 06:15:02 2017 (r435311) @@ -3,7 +3,7 @@ PORTNAME= libshout-idjc PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio python MASTER_SITES= SF/idjc/libshout-idjc/ Modified: head/audio/shout-idjc/distinfo ============================================================================== --- head/audio/shout-idjc/distinfo Fri Mar 3 05:49:58 2017 (r435310) +++ head/audio/shout-idjc/distinfo Fri Mar 3 06:15:02 2017 (r435311) @@ -1,2 +1,3 @@ -SHA256 (libshout-idjc-2.4.1.tar.gz) = c86e526567de7bab4fe17f6bf841105f1a93823a8cb23e3ca78f6404ab7fb026 -SIZE (libshout-idjc-2.4.1.tar.gz) = 388369 +TIMESTAMP = 1488521656 +SHA256 (libshout-idjc-2.4.1.tar.gz) = 50aa0ea9a8f26dab7d3e9c9bc4ee7f009107c4ecf386f418cb3b1c9931787596 +SIZE (libshout-idjc-2.4.1.tar.gz) = 509061 From owner-svn-ports-all@freebsd.org Fri Mar 3 06:22:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 169E1CF482A; Fri, 3 Mar 2017 06:22:23 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0D1D1C61; Fri, 3 Mar 2017 06:22:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v236MLPx014724; Fri, 3 Mar 2017 06:22:21 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v236MLP3014721; Fri, 3 Mar 2017 06:22:21 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703030622.v236MLP3014721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 3 Mar 2017 06:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435312 - head/www/kanboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 06:22:23 -0000 Author: tobik Date: Fri Mar 3 06:22:21 2017 New Revision: 435312 URL: https://svnweb.freebsd.org/changeset/ports/435312 Log: Update to 1.0.40 Changes: https://raw.githubusercontent.com/kanboard/kanboard/v1.0.40/ChangeLog PR: 217504 Submitted by: Bart Wrobel (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9874 Modified: head/www/kanboard/Makefile head/www/kanboard/distinfo head/www/kanboard/pkg-plist Modified: head/www/kanboard/Makefile ============================================================================== --- head/www/kanboard/Makefile Fri Mar 3 06:15:02 2017 (r435311) +++ head/www/kanboard/Makefile Fri Mar 3 06:22:21 2017 (r435312) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kanboard -PORTVERSION= 1.0.34 +PORTVERSION= 1.0.40 CATEGORIES= www MASTER_SITES= http://kanboard.net/ \ https://bitbucket.org/if0/kanboard-archives/downloads/ \ Modified: head/www/kanboard/distinfo ============================================================================== --- head/www/kanboard/distinfo Fri Mar 3 06:15:02 2017 (r435311) +++ head/www/kanboard/distinfo Fri Mar 3 06:22:21 2017 (r435312) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477757844 -SHA256 (kanboard-1.0.34.zip) = db47464821de50a62d9ae36296d90e092fadcbcfcd2d3eef4331c9afebad4d84 -SIZE (kanboard-1.0.34.zip) = 6951416 +TIMESTAMP = 1488484163 +SHA256 (kanboard-1.0.40.zip) = aaf3f8e0ff986b75cc0f1a6bb7e378ddc205d8d566c7904d36243a3444795e06 +SIZE (kanboard-1.0.40.zip) = 7030809 Modified: head/www/kanboard/pkg-plist ============================================================================== --- head/www/kanboard/pkg-plist Fri Mar 3 06:15:02 2017 (r435311) +++ head/www/kanboard/pkg-plist Fri Mar 3 06:22:21 2017 (r435312) @@ -14,6 +14,7 @@ %%WWWDIR%%/app/Action/TaskAssignColorCategory.php %%WWWDIR%%/app/Action/TaskAssignColorColumn.php %%WWWDIR%%/app/Action/TaskAssignColorLink.php +%%WWWDIR%%/app/Action/TaskAssignColorOnDueDate.php %%WWWDIR%%/app/Action/TaskAssignColorPriority.php %%WWWDIR%%/app/Action/TaskAssignColorSwimlane.php %%WWWDIR%%/app/Action/TaskAssignColorUser.php @@ -52,6 +53,7 @@ %%WWWDIR%%/app/Api/Authorization/ProcedureAuthorization.php %%WWWDIR%%/app/Api/Authorization/ProjectAuthorization.php %%WWWDIR%%/app/Api/Authorization/SubtaskAuthorization.php +%%WWWDIR%%/app/Api/Authorization/TagAuthorization.php %%WWWDIR%%/app/Api/Authorization/TaskAuthorization.php %%WWWDIR%%/app/Api/Authorization/TaskFileAuthorization.php %%WWWDIR%%/app/Api/Authorization/TaskLinkAuthorization.php @@ -74,12 +76,15 @@ %%WWWDIR%%/app/Api/Procedure/SubtaskProcedure.php %%WWWDIR%%/app/Api/Procedure/SubtaskTimeTrackingProcedure.php %%WWWDIR%%/app/Api/Procedure/SwimlaneProcedure.php +%%WWWDIR%%/app/Api/Procedure/TagProcedure.php %%WWWDIR%%/app/Api/Procedure/TaskExternalLinkProcedure.php %%WWWDIR%%/app/Api/Procedure/TaskFileProcedure.php %%WWWDIR%%/app/Api/Procedure/TaskLinkProcedure.php %%WWWDIR%%/app/Api/Procedure/TaskMetadataProcedure.php %%WWWDIR%%/app/Api/Procedure/TaskProcedure.php +%%WWWDIR%%/app/Api/Procedure/TaskTagProcedure.php %%WWWDIR%%/app/Api/Procedure/UserProcedure.php +%%WWWDIR%%/app/Auth/ApiAccessTokenAuth.php %%WWWDIR%%/app/Auth/DatabaseAuth.php %%WWWDIR%%/app/Auth/LdapAuth.php %%WWWDIR%%/app/Auth/RememberMeAuth.php @@ -87,6 +92,9 @@ %%WWWDIR%%/app/Auth/TotpAuth.php %%WWWDIR%%/app/Console/BaseCommand.php %%WWWDIR%%/app/Console/CronjobCommand.php +%%WWWDIR%%/app/Console/DatabaseMigrationCommand.php +%%WWWDIR%%/app/Console/DatabaseVersionCommand.php +%%WWWDIR%%/app/Console/JobCommand.php %%WWWDIR%%/app/Console/LocaleComparatorCommand.php %%WWWDIR%%/app/Console/LocaleSyncCommand.php %%WWWDIR%%/app/Console/PluginInstallCommand.php @@ -121,12 +129,16 @@ %%WWWDIR%%/app/Controller/ColumnMoveRestrictionController.php %%WWWDIR%%/app/Controller/ColumnRestrictionController.php %%WWWDIR%%/app/Controller/CommentController.php +%%WWWDIR%%/app/Controller/CommentListController.php +%%WWWDIR%%/app/Controller/CommentMailController.php %%WWWDIR%%/app/Controller/ConfigController.php %%WWWDIR%%/app/Controller/CurrencyController.php %%WWWDIR%%/app/Controller/CustomFilterController.php %%WWWDIR%%/app/Controller/DashboardController.php %%WWWDIR%%/app/Controller/DocumentationController.php %%WWWDIR%%/app/Controller/ExportController.php +%%WWWDIR%%/app/Controller/ExternalTaskCreationController.php +%%WWWDIR%%/app/Controller/ExternalTaskViewController.php %%WWWDIR%%/app/Controller/FeedController.php %%WWWDIR%%/app/Controller/FileViewerController.php %%WWWDIR%%/app/Controller/GroupAjaxController.php @@ -166,10 +178,10 @@ %%WWWDIR%%/app/Controller/TaskExternalLinkController.php %%WWWDIR%%/app/Controller/TaskFileController.php %%WWWDIR%%/app/Controller/TaskGanttController.php -%%WWWDIR%%/app/Controller/TaskGanttCreationController.php %%WWWDIR%%/app/Controller/TaskImportController.php %%WWWDIR%%/app/Controller/TaskInternalLinkController.php %%WWWDIR%%/app/Controller/TaskListController.php +%%WWWDIR%%/app/Controller/TaskMailController.php %%WWWDIR%%/app/Controller/TaskModificationController.php %%WWWDIR%%/app/Controller/TaskMovePositionController.php %%WWWDIR%%/app/Controller/TaskPopoverController.php @@ -179,9 +191,11 @@ %%WWWDIR%%/app/Controller/TaskViewController.php %%WWWDIR%%/app/Controller/TwoFactorController.php %%WWWDIR%%/app/Controller/UserAjaxController.php +%%WWWDIR%%/app/Controller/UserApiAccessController.php %%WWWDIR%%/app/Controller/UserCreationController.php %%WWWDIR%%/app/Controller/UserCredentialController.php %%WWWDIR%%/app/Controller/UserImportController.php +%%WWWDIR%%/app/Controller/UserInviteController.php %%WWWDIR%%/app/Controller/UserListController.php %%WWWDIR%%/app/Controller/UserModificationController.php %%WWWDIR%%/app/Controller/UserStatusController.php @@ -205,6 +219,13 @@ %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkManager.php %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkProviderInterface.php %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkProviderNotFound.php +%%WWWDIR%%/app/Core/ExternalTask/AccessForbiddenException.php +%%WWWDIR%%/app/Core/ExternalTask/ExternalTaskException.php +%%WWWDIR%%/app/Core/ExternalTask/ExternalTaskInterface.php +%%WWWDIR%%/app/Core/ExternalTask/ExternalTaskManager.php +%%WWWDIR%%/app/Core/ExternalTask/ExternalTaskProviderInterface.php +%%WWWDIR%%/app/Core/ExternalTask/NotFoundException.php +%%WWWDIR%%/app/Core/ExternalTask/ProviderNotFoundException.php %%WWWDIR%%/app/Core/Filter/CriteriaInterface.php %%WWWDIR%%/app/Core/Filter/FilterInterface.php %%WWWDIR%%/app/Core/Filter/FormatterInterface.php @@ -225,6 +246,7 @@ %%WWWDIR%%/app/Core/Http/Router.php %%WWWDIR%%/app/Core/Ldap/Client.php %%WWWDIR%%/app/Core/Ldap/ClientException.php +%%WWWDIR%%/app/Core/Ldap/ConnectionException.php %%WWWDIR%%/app/Core/Ldap/Entries.php %%WWWDIR%%/app/Core/Ldap/Entry.php %%WWWDIR%%/app/Core/Ldap/Group.php @@ -246,8 +268,10 @@ %%WWWDIR%%/app/Core/Plugin/Hook.php %%WWWDIR%%/app/Core/Plugin/Installer.php %%WWWDIR%%/app/Core/Plugin/Loader.php +%%WWWDIR%%/app/Core/Plugin/PluginException.php %%WWWDIR%%/app/Core/Plugin/PluginInstallerException.php %%WWWDIR%%/app/Core/Plugin/SchemaHandler.php +%%WWWDIR%%/app/Core/Plugin/Version.php %%WWWDIR%%/app/Core/Queue/JobHandler.php %%WWWDIR%%/app/Core/Queue/QueueManager.php %%WWWDIR%%/app/Core/Security/AccessMap.php @@ -280,6 +304,7 @@ %%WWWDIR%%/app/Decorator/ColumnRestrictionCacheDecorator.php %%WWWDIR%%/app/Decorator/MetadataCacheDecorator.php %%WWWDIR%%/app/Decorator/ProjectRoleRestrictionCacheDecorator.php +%%WWWDIR%%/app/Decorator/UserCacheDecorator.php %%WWWDIR%%/app/Event/AuthFailureEvent.php %%WWWDIR%%/app/Event/AuthSuccessEvent.php %%WWWDIR%%/app/Event/CommentEvent.php @@ -348,6 +373,7 @@ %%WWWDIR%%/app/Filter/TaskProjectsFilter.php %%WWWDIR%%/app/Filter/TaskReferenceFilter.php %%WWWDIR%%/app/Filter/TaskStartDateFilter.php +%%WWWDIR%%/app/Filter/TaskStartsWithIdFilter.php %%WWWDIR%%/app/Filter/TaskStatusFilter.php %%WWWDIR%%/app/Filter/TaskSubtaskAssigneeFilter.php %%WWWDIR%%/app/Filter/TaskSwimlaneFilter.php @@ -368,7 +394,9 @@ %%WWWDIR%%/app/Formatter/TaskCalendarFormatter.php %%WWWDIR%%/app/Formatter/TaskGanttFormatter.php %%WWWDIR%%/app/Formatter/TaskICalFormatter.php +%%WWWDIR%%/app/Formatter/TaskSuggestMenuFormatter.php %%WWWDIR%%/app/Formatter/UserAutoCompleteFormatter.php +%%WWWDIR%%/app/Formatter/UserMentionFormatter.php %%WWWDIR%%/app/Group/DatabaseBackendGroupProvider.php %%WWWDIR%%/app/Group/DatabaseGroupProvider.php %%WWWDIR%%/app/Group/LdapBackendGroupProvider.php @@ -378,6 +406,7 @@ %%WWWDIR%%/app/Helper/AvatarHelper.php %%WWWDIR%%/app/Helper/BoardHelper.php %%WWWDIR%%/app/Helper/CalendarHelper.php +%%WWWDIR%%/app/Helper/CommentHelper.php %%WWWDIR%%/app/Helper/DateHelper.php %%WWWDIR%%/app/Helper/FileHelper.php %%WWWDIR%%/app/Helper/FormHelper.php @@ -385,6 +414,7 @@ %%WWWDIR%%/app/Helper/ICalHelper.php %%WWWDIR%%/app/Helper/LayoutHelper.php %%WWWDIR%%/app/Helper/MailHelper.php +%%WWWDIR%%/app/Helper/ModalHelper.php %%WWWDIR%%/app/Helper/ModelHelper.php %%WWWDIR%%/app/Helper/ProjectActivityHelper.php %%WWWDIR%%/app/Helper/ProjectHeaderHelper.php @@ -407,6 +437,7 @@ %%WWWDIR%%/app/Job/TaskEventJob.php %%WWWDIR%%/app/Job/TaskFileEventJob.php %%WWWDIR%%/app/Job/TaskLinkEventJob.php +%%WWWDIR%%/app/Job/UserMentionJob.php %%WWWDIR%%/app/Library/password.php %%WWWDIR%%/app/Locale/bs_BA/translations.php %%WWWDIR%%/app/Locale/cs_CZ/translations.php @@ -454,6 +485,7 @@ %%WWWDIR%%/app/Model/FileModel.php %%WWWDIR%%/app/Model/GroupMemberModel.php %%WWWDIR%%/app/Model/GroupModel.php +%%WWWDIR%%/app/Model/InviteModel.php %%WWWDIR%%/app/Model/LanguageModel.php %%WWWDIR%%/app/Model/LastLoginModel.php %%WWWDIR%%/app/Model/LinkModel.php @@ -506,7 +538,6 @@ %%WWWDIR%%/app/Model/TimezoneModel.php %%WWWDIR%%/app/Model/TransitionModel.php %%WWWDIR%%/app/Model/UserLockingModel.php -%%WWWDIR%%/app/Model/UserMentionModel.php %%WWWDIR%%/app/Model/UserMetadataModel.php %%WWWDIR%%/app/Model/UserModel.php %%WWWDIR%%/app/Model/UserNotificationFilterModel.php @@ -521,6 +552,7 @@ %%WWWDIR%%/app/Pagination/SubtaskPagination.php %%WWWDIR%%/app/Pagination/TaskPagination.php %%WWWDIR%%/app/Pagination/UserPagination.php +%%WWWDIR%%/app/Schema/Migration.php %%WWWDIR%%/app/Schema/Mysql.php %%WWWDIR%%/app/Schema/Postgres.php %%WWWDIR%%/app/Schema/Sql/mysql.sql @@ -536,13 +568,16 @@ %%WWWDIR%%/app/ServiceProvider/DatabaseProvider.php %%WWWDIR%%/app/ServiceProvider/EventDispatcherProvider.php %%WWWDIR%%/app/ServiceProvider/ExternalLinkProvider.php +%%WWWDIR%%/app/ServiceProvider/ExternalTaskProvider.php %%WWWDIR%%/app/ServiceProvider/FilterProvider.php +%%WWWDIR%%/app/ServiceProvider/FormatterProvider.php %%WWWDIR%%/app/ServiceProvider/GroupProvider.php %%WWWDIR%%/app/ServiceProvider/HelperProvider.php %%WWWDIR%%/app/ServiceProvider/JobProvider.php %%WWWDIR%%/app/ServiceProvider/LoggingProvider.php %%WWWDIR%%/app/ServiceProvider/MailProvider.php %%WWWDIR%%/app/ServiceProvider/NotificationProvider.php +%%WWWDIR%%/app/ServiceProvider/ObjectStorageProvider.php %%WWWDIR%%/app/ServiceProvider/PluginProvider.php %%WWWDIR%%/app/ServiceProvider/QueueProvider.php %%WWWDIR%%/app/ServiceProvider/RouteProvider.php @@ -586,7 +621,6 @@ %%WWWDIR%%/app/Template/board/task_footer.php %%WWWDIR%%/app/Template/board/task_private.php %%WWWDIR%%/app/Template/board/task_public.php -%%WWWDIR%%/app/Template/board/tooltip_comments.php %%WWWDIR%%/app/Template/board/tooltip_description.php %%WWWDIR%%/app/Template/board/tooltip_external_links.php %%WWWDIR%%/app/Template/board/tooltip_files.php @@ -596,6 +630,7 @@ %%WWWDIR%%/app/Template/board/view_public.php %%WWWDIR%%/app/Template/board_popover/close_all_tasks_column.php %%WWWDIR%%/app/Template/calendar/show.php +%%WWWDIR%%/app/Template/category/create.php %%WWWDIR%%/app/Template/category/edit.php %%WWWDIR%%/app/Template/category/index.php %%WWWDIR%%/app/Template/category/remove.php @@ -611,8 +646,10 @@ %%WWWDIR%%/app/Template/comment/edit.php %%WWWDIR%%/app/Template/comment/remove.php %%WWWDIR%%/app/Template/comment/show.php -%%WWWDIR%%/app/Template/comments/create.php -%%WWWDIR%%/app/Template/comments/show.php +%%WWWDIR%%/app/Template/comment_list/create.php +%%WWWDIR%%/app/Template/comment_list/show.php +%%WWWDIR%%/app/Template/comment_mail/create.php +%%WWWDIR%%/app/Template/comment_mail/email.php %%WWWDIR%%/app/Template/config/about.php %%WWWDIR%%/app/Template/config/api.php %%WWWDIR%%/app/Template/config/application.php @@ -624,9 +661,12 @@ %%WWWDIR%%/app/Template/config/layout.php %%WWWDIR%%/app/Template/config/project.php %%WWWDIR%%/app/Template/config/sidebar.php +%%WWWDIR%%/app/Template/config/upload_db.php %%WWWDIR%%/app/Template/config/webhook.php -%%WWWDIR%%/app/Template/currency/index.php -%%WWWDIR%%/app/Template/custom_filter/add.php +%%WWWDIR%%/app/Template/currency/change.php +%%WWWDIR%%/app/Template/currency/create.php +%%WWWDIR%%/app/Template/currency/show.php +%%WWWDIR%%/app/Template/custom_filter/create.php %%WWWDIR%%/app/Template/custom_filter/edit.php %%WWWDIR%%/app/Template/custom_filter/index.php %%WWWDIR%%/app/Template/custom_filter/remove.php @@ -658,11 +698,14 @@ %%WWWDIR%%/app/Template/event/task_move_swimlane.php %%WWWDIR%%/app/Template/event/task_open.php %%WWWDIR%%/app/Template/event/task_update.php -%%WWWDIR%%/app/Template/export/sidebar.php +%%WWWDIR%%/app/Template/export/header.php %%WWWDIR%%/app/Template/export/subtasks.php %%WWWDIR%%/app/Template/export/summary.php %%WWWDIR%%/app/Template/export/tasks.php %%WWWDIR%%/app/Template/export/transitions.php +%%WWWDIR%%/app/Template/external_task_creation/step1.php +%%WWWDIR%%/app/Template/external_task_creation/step2.php +%%WWWDIR%%/app/Template/external_task_modification/show.php %%WWWDIR%%/app/Template/file_viewer/show.php %%WWWDIR%%/app/Template/group/associate.php %%WWWDIR%%/app/Template/group/dissociate.php @@ -680,8 +723,8 @@ %%WWWDIR%%/app/Template/layout.php %%WWWDIR%%/app/Template/link/create.php %%WWWDIR%%/app/Template/link/edit.php -%%WWWDIR%%/app/Template/link/index.php %%WWWDIR%%/app/Template/link/remove.php +%%WWWDIR%%/app/Template/link/show.php %%WWWDIR%%/app/Template/notification/comment_create.php %%WWWDIR%%/app/Template/notification/comment_delete.php %%WWWDIR%%/app/Template/notification/comment_update.php @@ -716,10 +759,7 @@ %%WWWDIR%%/app/Template/project/sidebar.php %%WWWDIR%%/app/Template/project_action_duplication/show.php %%WWWDIR%%/app/Template/project_creation/create.php -%%WWWDIR%%/app/Template/project_edit/dates.php -%%WWWDIR%%/app/Template/project_edit/description.php -%%WWWDIR%%/app/Template/project_edit/general.php -%%WWWDIR%%/app/Template/project_edit/task_priority.php +%%WWWDIR%%/app/Template/project_edit/show.php %%WWWDIR%%/app/Template/project_file/create.php %%WWWDIR%%/app/Template/project_file/remove.php %%WWWDIR%%/app/Template/project_gantt/show.php @@ -727,7 +767,11 @@ %%WWWDIR%%/app/Template/project_header/header.php %%WWWDIR%%/app/Template/project_header/search.php %%WWWDIR%%/app/Template/project_header/views.php -%%WWWDIR%%/app/Template/project_list/show.php +%%WWWDIR%%/app/Template/project_list/header.php +%%WWWDIR%%/app/Template/project_list/listing.php +%%WWWDIR%%/app/Template/project_list/project_details.php +%%WWWDIR%%/app/Template/project_list/project_title.php +%%WWWDIR%%/app/Template/project_list/sort_menu.php %%WWWDIR%%/app/Template/project_overview/activity.php %%WWWDIR%%/app/Template/project_overview/attachments.php %%WWWDIR%%/app/Template/project_overview/columns.php @@ -736,7 +780,9 @@ %%WWWDIR%%/app/Template/project_overview/images.php %%WWWDIR%%/app/Template/project_overview/information.php %%WWWDIR%%/app/Template/project_overview/show.php +%%WWWDIR%%/app/Template/project_permission/groups.php %%WWWDIR%%/app/Template/project_permission/index.php +%%WWWDIR%%/app/Template/project_permission/users.php %%WWWDIR%%/app/Template/project_role/create.php %%WWWDIR%%/app/Template/project_role/edit.php %%WWWDIR%%/app/Template/project_role/remove.php @@ -773,7 +819,6 @@ %%WWWDIR%%/app/Template/subtask_restriction/show.php %%WWWDIR%%/app/Template/swimlane/create.php %%WWWDIR%%/app/Template/swimlane/edit.php -%%WWWDIR%%/app/Template/swimlane/edit_default.php %%WWWDIR%%/app/Template/swimlane/index.php %%WWWDIR%%/app/Template/swimlane/remove.php %%WWWDIR%%/app/Template/swimlane/table.php @@ -794,6 +839,8 @@ %%WWWDIR%%/app/Template/task/time_tracking_summary.php %%WWWDIR%%/app/Template/task/transitions.php %%WWWDIR%%/app/Template/task_bulk/show.php +%%WWWDIR%%/app/Template/task_comments/create.php +%%WWWDIR%%/app/Template/task_comments/show.php %%WWWDIR%%/app/Template/task_creation/duplicate_projects.php %%WWWDIR%%/app/Template/task_creation/show.php %%WWWDIR%%/app/Template/task_duplication/copy.php @@ -813,15 +860,21 @@ %%WWWDIR%%/app/Template/task_file/screenshot.php %%WWWDIR%%/app/Template/task_file/show.php %%WWWDIR%%/app/Template/task_gantt/show.php -%%WWWDIR%%/app/Template/task_gantt_creation/show.php %%WWWDIR%%/app/Template/task_import/show.php -%%WWWDIR%%/app/Template/task_import/sidebar.php %%WWWDIR%%/app/Template/task_internal_link/create.php %%WWWDIR%%/app/Template/task_internal_link/edit.php %%WWWDIR%%/app/Template/task_internal_link/remove.php %%WWWDIR%%/app/Template/task_internal_link/show.php %%WWWDIR%%/app/Template/task_internal_link/table.php -%%WWWDIR%%/app/Template/task_list/show.php +%%WWWDIR%%/app/Template/task_list/header.php +%%WWWDIR%%/app/Template/task_list/listing.php +%%WWWDIR%%/app/Template/task_list/sort_menu.php +%%WWWDIR%%/app/Template/task_list/task_avatars.php +%%WWWDIR%%/app/Template/task_list/task_details.php +%%WWWDIR%%/app/Template/task_list/task_icons.php +%%WWWDIR%%/app/Template/task_list/task_title.php +%%WWWDIR%%/app/Template/task_mail/create.php +%%WWWDIR%%/app/Template/task_mail/email.php %%WWWDIR%%/app/Template/task_modification/show.php %%WWWDIR%%/app/Template/task_move_position/show.php %%WWWDIR%%/app/Template/task_recurrence/edit.php @@ -833,11 +886,14 @@ %%WWWDIR%%/app/Template/twofactor/disable.php %%WWWDIR%%/app/Template/twofactor/index.php %%WWWDIR%%/app/Template/twofactor/show.php -%%WWWDIR%%/app/Template/user_creation/local.php -%%WWWDIR%%/app/Template/user_creation/remote.php +%%WWWDIR%%/app/Template/user_api_access/show.php +%%WWWDIR%%/app/Template/user_creation/show.php %%WWWDIR%%/app/Template/user_credential/authentication.php %%WWWDIR%%/app/Template/user_credential/password.php %%WWWDIR%%/app/Template/user_import/show.php +%%WWWDIR%%/app/Template/user_invite/email.php +%%WWWDIR%%/app/Template/user_invite/show.php +%%WWWDIR%%/app/Template/user_invite/signup.php %%WWWDIR%%/app/Template/user_list/dropdown.php %%WWWDIR%%/app/Template/user_list/show.php %%WWWDIR%%/app/Template/user_modification/show.php @@ -890,8 +946,6 @@ %%WWWDIR%%/app/constants.php %%WWWDIR%%/app/functions.php %%WWWDIR%%/assets/css/app.min.css -%%WWWDIR%%/assets/css/chosen-sprite.png -%%WWWDIR%%/assets/css/chosen-sprite@2x.png %%WWWDIR%%/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png %%WWWDIR%%/assets/css/images/ui-bg_flat_75_ffffff_40x100.png %%WWWDIR%%/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png @@ -926,42 +980,58 @@ %%WWWDIR%%/assets/img/touch-icon-iphone-retina.png %%WWWDIR%%/assets/img/touch-icon-iphone.png %%WWWDIR%%/assets/js/app.min.js +%%WWWDIR%%/assets/js/components/accordion.js +%%WWWDIR%%/assets/js/components/board-task-click.js +%%WWWDIR%%/assets/js/components/calendar.js +%%WWWDIR%%/assets/js/components/chart-project-avg-time-column.js +%%WWWDIR%%/assets/js/components/chart-project-burndown.js +%%WWWDIR%%/assets/js/components/chart-project-cumulative-flow.js +%%WWWDIR%%/assets/js/components/chart-project-lead-cycle-time.js %%WWWDIR%%/assets/js/components/chart-project-task-distribution.js %%WWWDIR%%/assets/js/components/chart-project-time-comparison.js %%WWWDIR%%/assets/js/components/chart-project-user-distribution.js -%%WWWDIR%%/assets/js/components/submit-cancel.js +%%WWWDIR%%/assets/js/components/chart-task-time-column.js +%%WWWDIR%%/assets/js/components/comment-highlight.js +%%WWWDIR%%/assets/js/components/confirm-buttons.js +%%WWWDIR%%/assets/js/components/external-task-view.js +%%WWWDIR%%/assets/js/components/file-upload.js +%%WWWDIR%%/assets/js/components/form-export.js +%%WWWDIR%%/assets/js/components/image-slideshow.js +%%WWWDIR%%/assets/js/components/keyboard-shortcuts.js +%%WWWDIR%%/assets/js/components/modal.js +%%WWWDIR%%/assets/js/components/project-creation-select-options.js +%%WWWDIR%%/assets/js/components/project-select-role.js +%%WWWDIR%%/assets/js/components/screenshot.js +%%WWWDIR%%/assets/js/components/select-dropdown-autocomplete.js +%%WWWDIR%%/assets/js/components/session-check.js +%%WWWDIR%%/assets/js/components/submit-buttons.js +%%WWWDIR%%/assets/js/components/suggest-menu.js %%WWWDIR%%/assets/js/components/task-move-position.js -%%WWWDIR%%/assets/js/src/Accordion.js +%%WWWDIR%%/assets/js/components/text-editor.js +%%WWWDIR%%/assets/js/core/base.js +%%WWWDIR%%/assets/js/core/bootstrap.js +%%WWWDIR%%/assets/js/core/dom.js +%%WWWDIR%%/assets/js/core/html.js +%%WWWDIR%%/assets/js/core/http.js +%%WWWDIR%%/assets/js/core/modal.js +%%WWWDIR%%/assets/js/core/utils.js +%%WWWDIR%%/assets/js/polyfills/event_key.js +%%WWWDIR%%/assets/js/polyfills/matches.js %%WWWDIR%%/assets/js/src/App.js -%%WWWDIR%%/assets/js/src/AvgTimeColumnChart.js %%WWWDIR%%/assets/js/src/BoardCollapsedMode.js %%WWWDIR%%/assets/js/src/BoardColumnView.js %%WWWDIR%%/assets/js/src/BoardDragAndDrop.js %%WWWDIR%%/assets/js/src/BoardHorizontalScrolling.js %%WWWDIR%%/assets/js/src/BoardPolling.js -%%WWWDIR%%/assets/js/src/BoardTask.js %%WWWDIR%%/assets/js/src/Bootstrap.js -%%WWWDIR%%/assets/js/src/BurndownChart.js -%%WWWDIR%%/assets/js/src/Calendar.js %%WWWDIR%%/assets/js/src/Column.js -%%WWWDIR%%/assets/js/src/CumulativeFlowDiagram.js %%WWWDIR%%/assets/js/src/Dropdown.js -%%WWWDIR%%/assets/js/src/FileUpload.js %%WWWDIR%%/assets/js/src/Gantt.js -%%WWWDIR%%/assets/js/src/LeadCycleTimeChart.js -%%WWWDIR%%/assets/js/src/Markdown.js %%WWWDIR%%/assets/js/src/Namespace.js -%%WWWDIR%%/assets/js/src/Notification.js -%%WWWDIR%%/assets/js/src/Popover.js -%%WWWDIR%%/assets/js/src/ProjectCreation.js -%%WWWDIR%%/assets/js/src/ProjectPermission.js -%%WWWDIR%%/assets/js/src/Screenshot.js %%WWWDIR%%/assets/js/src/Search.js -%%WWWDIR%%/assets/js/src/Session.js %%WWWDIR%%/assets/js/src/Subtask.js %%WWWDIR%%/assets/js/src/Swimlane.js %%WWWDIR%%/assets/js/src/Task.js -%%WWWDIR%%/assets/js/src/TaskTimeColumnChart.js %%WWWDIR%%/assets/js/src/Tooltip.js %%WWWDIR%%/assets/js/vendor.min.js %%WWWDIR%%/assets/sass/_accordion.sass @@ -974,7 +1044,6 @@ %%WWWDIR%%/assets/sass/_color_picker.sass %%WWWDIR%%/assets/sass/_comment.sass %%WWWDIR%%/assets/sass/_dashboard.sass -%%WWWDIR%%/assets/sass/_dialog_box.sass %%WWWDIR%%/assets/sass/_documentation.sass %%WWWDIR%%/assets/sass/_dropdown.sass %%WWWDIR%%/assets/sass/_file_upload.sass @@ -982,34 +1051,39 @@ %%WWWDIR%%/assets/sass/_form.sass %%WWWDIR%%/assets/sass/_gantt_chart.sass %%WWWDIR%%/assets/sass/_header.sass +%%WWWDIR%%/assets/sass/_icon.sass +%%WWWDIR%%/assets/sass/_image_slideshow.sass %%WWWDIR%%/assets/sass/_input_addon.sass %%WWWDIR%%/assets/sass/_links.sass -%%WWWDIR%%/assets/sass/_listing.sass %%WWWDIR%%/assets/sass/_logo.sass %%WWWDIR%%/assets/sass/_markdown_editor.sass %%WWWDIR%%/assets/sass/_markdown_rendering.sass %%WWWDIR%%/assets/sass/_mixins.sass +%%WWWDIR%%/assets/sass/_modal.sass %%WWWDIR%%/assets/sass/_page_header.sass %%WWWDIR%%/assets/sass/_pagination.sass -%%WWWDIR%%/assets/sass/_popover.sass +%%WWWDIR%%/assets/sass/_panel.sass %%WWWDIR%%/assets/sass/_project.sass %%WWWDIR%%/assets/sass/_project_header.sass %%WWWDIR%%/assets/sass/_project_overview.sass %%WWWDIR%%/assets/sass/_project_views_switcher.sass %%WWWDIR%%/assets/sass/_reset.sass +%%WWWDIR%%/assets/sass/_select_dropdown.sass %%WWWDIR%%/assets/sass/_sidebar.sass %%WWWDIR%%/assets/sass/_subtasks.sass +%%WWWDIR%%/assets/sass/_suggest_menu.sass %%WWWDIR%%/assets/sass/_table.sass %%WWWDIR%%/assets/sass/_table_drag_and_drop.sass +%%WWWDIR%%/assets/sass/_table_list.sass +%%WWWDIR%%/assets/sass/_task_avatars.sass %%WWWDIR%%/assets/sass/_task_board.sass -%%WWWDIR%%/assets/sass/_task_board_age.sass -%%WWWDIR%%/assets/sass/_task_board_avatar.sass -%%WWWDIR%%/assets/sass/_task_board_category.sass -%%WWWDIR%%/assets/sass/_task_board_date.sass -%%WWWDIR%%/assets/sass/_task_board_icons.sass %%WWWDIR%%/assets/sass/_task_board_saving_state.sass +%%WWWDIR%%/assets/sass/_task_category.sass +%%WWWDIR%%/assets/sass/_task_date.sass +%%WWWDIR%%/assets/sass/_task_form.sass +%%WWWDIR%%/assets/sass/_task_icon_age.sass +%%WWWDIR%%/assets/sass/_task_icons.sass %%WWWDIR%%/assets/sass/_task_links.sass -%%WWWDIR%%/assets/sass/_task_listing.sass %%WWWDIR%%/assets/sass/_task_summary.sass %%WWWDIR%%/assets/sass/_task_tags.sass %%WWWDIR%%/assets/sass/_thumbnails.sass @@ -1018,66 +1092,150 @@ %%WWWDIR%%/assets/sass/_user_mentions.sass %%WWWDIR%%/assets/sass/_variables.sass %%WWWDIR%%/assets/sass/app.sass +%%WWWDIR%%/cli %%WWWDIR%%/config.default.php %%WWWDIR%%/data/.htaccess %%WWWDIR%%/data/web.config -%%WWWDIR%%/doc/2fa.markdown -%%WWWDIR%%/doc/analytics-tasks.markdown -%%WWWDIR%%/doc/analytics.markdown -%%WWWDIR%%/doc/api-action-procedures.markdown -%%WWWDIR%%/doc/api-application-procedures.markdown -%%WWWDIR%%/doc/api-authentication.markdown -%%WWWDIR%%/doc/api-board-procedures.markdown -%%WWWDIR%%/doc/api-category-procedures.markdown -%%WWWDIR%%/doc/api-column-procedures.markdown -%%WWWDIR%%/doc/api-comment-procedures.markdown -%%WWWDIR%%/doc/api-examples.markdown -%%WWWDIR%%/doc/api-external-task-link-procedures.markdown -%%WWWDIR%%/doc/api-group-member-procedures.markdown -%%WWWDIR%%/doc/api-group-procedures.markdown -%%WWWDIR%%/doc/api-internal-task-link-procedures.markdown -%%WWWDIR%%/doc/api-json-rpc.markdown -%%WWWDIR%%/doc/api-link-procedures.markdown -%%WWWDIR%%/doc/api-me-procedures.markdown -%%WWWDIR%%/doc/api-project-file-procedures.markdown -%%WWWDIR%%/doc/api-project-permission-procedures.markdown -%%WWWDIR%%/doc/api-project-procedures.markdown -%%WWWDIR%%/doc/api-subtask-procedures.markdown -%%WWWDIR%%/doc/api-subtask-time-tracking-procedures.markdown -%%WWWDIR%%/doc/api-swimlane-procedures.markdown -%%WWWDIR%%/doc/api-task-file-procedures.markdown -%%WWWDIR%%/doc/api-task-procedures.markdown -%%WWWDIR%%/doc/api-user-procedures.markdown -%%WWWDIR%%/doc/application-configuration.markdown -%%WWWDIR%%/doc/assets.markdown -%%WWWDIR%%/doc/automatic-actions.markdown -%%WWWDIR%%/doc/board-collapsed-expanded.markdown -%%WWWDIR%%/doc/board-configuration.markdown -%%WWWDIR%%/doc/board-horizontal-scrolling-and-compact-view.markdown -%%WWWDIR%%/doc/board-show-hide-columns.markdown -%%WWWDIR%%/doc/bruteforce-protection.markdown -%%WWWDIR%%/doc/calendar-configuration.markdown -%%WWWDIR%%/doc/calendar.markdown -%%WWWDIR%%/doc/centos-installation.markdown -%%WWWDIR%%/doc/cli.markdown -%%WWWDIR%%/doc/closing-tasks.markdown -%%WWWDIR%%/doc/cloudron.markdown -%%WWWDIR%%/doc/coding-standards.markdown -%%WWWDIR%%/doc/config.markdown -%%WWWDIR%%/doc/contributing.markdown -%%WWWDIR%%/doc/create-tasks-by-email.markdown -%%WWWDIR%%/doc/creating-projects.markdown -%%WWWDIR%%/doc/creating-tasks.markdown -%%WWWDIR%%/doc/cronjob.markdown -%%WWWDIR%%/doc/currency-rate.markdown -%%WWWDIR%%/doc/custom-filters.markdown -%%WWWDIR%%/doc/custom-project-roles.markdown -%%WWWDIR%%/doc/debian-installation.markdown -%%WWWDIR%%/doc/docker.markdown -%%WWWDIR%%/doc/duplicate-move-tasks.markdown -%%WWWDIR%%/doc/editing-projects.markdown -%%WWWDIR%%/doc/email-configuration.markdown -%%WWWDIR%%/doc/env.markdown +%%WWWDIR%%/doc/en_US/2fa.markdown +%%WWWDIR%%/doc/en_US/analytics-tasks.markdown +%%WWWDIR%%/doc/en_US/analytics.markdown +%%WWWDIR%%/doc/en_US/api-action-procedures.markdown +%%WWWDIR%%/doc/en_US/api-application-procedures.markdown +%%WWWDIR%%/doc/en_US/api-authentication.markdown +%%WWWDIR%%/doc/en_US/api-board-procedures.markdown +%%WWWDIR%%/doc/en_US/api-category-procedures.markdown +%%WWWDIR%%/doc/en_US/api-column-procedures.markdown +%%WWWDIR%%/doc/en_US/api-comment-procedures.markdown +%%WWWDIR%%/doc/en_US/api-examples.markdown +%%WWWDIR%%/doc/en_US/api-external-task-link-procedures.markdown +%%WWWDIR%%/doc/en_US/api-group-member-procedures.markdown +%%WWWDIR%%/doc/en_US/api-group-procedures.markdown +%%WWWDIR%%/doc/en_US/api-internal-task-link-procedures.markdown +%%WWWDIR%%/doc/en_US/api-json-rpc.markdown +%%WWWDIR%%/doc/en_US/api-link-procedures.markdown +%%WWWDIR%%/doc/en_US/api-me-procedures.markdown +%%WWWDIR%%/doc/en_US/api-project-file-procedures.markdown +%%WWWDIR%%/doc/en_US/api-project-permission-procedures.markdown +%%WWWDIR%%/doc/en_US/api-project-procedures.markdown +%%WWWDIR%%/doc/en_US/api-subtask-procedures.markdown +%%WWWDIR%%/doc/en_US/api-subtask-time-tracking-procedures.markdown +%%WWWDIR%%/doc/en_US/api-swimlane-procedures.markdown +%%WWWDIR%%/doc/en_US/api-tags-procedures.markdown +%%WWWDIR%%/doc/en_US/api-task-file-procedures.markdown +%%WWWDIR%%/doc/en_US/api-task-procedures.markdown +%%WWWDIR%%/doc/en_US/api-user-procedures.markdown +%%WWWDIR%%/doc/en_US/application-configuration.markdown +%%WWWDIR%%/doc/en_US/assets.markdown +%%WWWDIR%%/doc/en_US/automatic-actions.markdown +%%WWWDIR%%/doc/en_US/board-collapsed-expanded.markdown +%%WWWDIR%%/doc/en_US/board-configuration.markdown +%%WWWDIR%%/doc/en_US/board-horizontal-scrolling-and-compact-view.markdown +%%WWWDIR%%/doc/en_US/board-show-hide-columns.markdown +%%WWWDIR%%/doc/en_US/bruteforce-protection.markdown +%%WWWDIR%%/doc/en_US/calendar-configuration.markdown +%%WWWDIR%%/doc/en_US/calendar.markdown +%%WWWDIR%%/doc/en_US/centos-installation.markdown +%%WWWDIR%%/doc/en_US/cli.markdown +%%WWWDIR%%/doc/en_US/closing-tasks.markdown +%%WWWDIR%%/doc/en_US/cloudron.markdown +%%WWWDIR%%/doc/en_US/coding-standards.markdown +%%WWWDIR%%/doc/en_US/config.markdown +%%WWWDIR%%/doc/en_US/contributing.markdown +%%WWWDIR%%/doc/en_US/create-tasks-by-email.markdown +%%WWWDIR%%/doc/en_US/creating-projects.markdown +%%WWWDIR%%/doc/en_US/creating-tasks.markdown +%%WWWDIR%%/doc/en_US/cronjob.markdown +%%WWWDIR%%/doc/en_US/currency-rate.markdown +%%WWWDIR%%/doc/en_US/custom-filters.markdown +%%WWWDIR%%/doc/en_US/custom-project-roles.markdown +%%WWWDIR%%/doc/en_US/debian-installation.markdown +%%WWWDIR%%/doc/en_US/docker.markdown +%%WWWDIR%%/doc/en_US/duplicate-move-tasks.markdown +%%WWWDIR%%/doc/en_US/editing-projects.markdown +%%WWWDIR%%/doc/en_US/email-configuration.markdown +%%WWWDIR%%/doc/en_US/env.markdown +%%WWWDIR%%/doc/en_US/faq.markdown +%%WWWDIR%%/doc/en_US/freebsd-installation.markdown +%%WWWDIR%%/doc/en_US/gantt-chart-projects.markdown +%%WWWDIR%%/doc/en_US/gantt-chart-tasks.markdown +%%WWWDIR%%/doc/en_US/groups.markdown +%%WWWDIR%%/doc/en_US/heroku.markdown +%%WWWDIR%%/doc/en_US/ical.markdown +%%WWWDIR%%/doc/en_US/index.markdown +%%WWWDIR%%/doc/en_US/installation.markdown +%%WWWDIR%%/doc/en_US/kanban-vs-todo-and-scrum.markdown +%%WWWDIR%%/doc/en_US/keyboard-shortcuts.markdown +%%WWWDIR%%/doc/en_US/ldap-authentication.markdown +%%WWWDIR%%/doc/en_US/ldap-configuration-examples.markdown +%%WWWDIR%%/doc/en_US/ldap-group-sync.markdown +%%WWWDIR%%/doc/en_US/ldap-parameters.markdown +%%WWWDIR%%/doc/en_US/ldap-profile-picture.markdown +%%WWWDIR%%/doc/en_US/link-labels.markdown +%%WWWDIR%%/doc/en_US/mysql-configuration.markdown +%%WWWDIR%%/doc/en_US/nice-urls.markdown +%%WWWDIR%%/doc/en_US/notifications.markdown +%%WWWDIR%%/doc/en_US/performances.markdown +%%WWWDIR%%/doc/en_US/plugin-authentication-architecture.markdown +%%WWWDIR%%/doc/en_US/plugin-authentication.markdown +%%WWWDIR%%/doc/en_US/plugin-authorization-architecture.markdown +%%WWWDIR%%/doc/en_US/plugin-automatic-actions.markdown +%%WWWDIR%%/doc/en_US/plugin-avatar-provider.markdown +%%WWWDIR%%/doc/en_US/plugin-directory.markdown +%%WWWDIR%%/doc/en_US/plugin-events.markdown +%%WWWDIR%%/doc/en_US/plugin-external-link.markdown +%%WWWDIR%%/doc/en_US/plugin-external-tasks.markdown +%%WWWDIR%%/doc/en_US/plugin-group-provider.markdown +%%WWWDIR%%/doc/en_US/plugin-helpers.markdown +%%WWWDIR%%/doc/en_US/plugin-hooks.markdown +%%WWWDIR%%/doc/en_US/plugin-ldap-client.markdown +%%WWWDIR%%/doc/en_US/plugin-mail-transports.markdown +%%WWWDIR%%/doc/en_US/plugin-metadata.markdown +%%WWWDIR%%/doc/en_US/plugin-notifications.markdown +%%WWWDIR%%/doc/en_US/plugin-overrides.markdown +%%WWWDIR%%/doc/en_US/plugin-registration.markdown +%%WWWDIR%%/doc/en_US/plugin-routes.markdown +%%WWWDIR%%/doc/en_US/plugin-schema-migrations.markdown +%%WWWDIR%%/doc/en_US/plugins.markdown +%%WWWDIR%%/doc/en_US/postgresql-configuration.markdown +%%WWWDIR%%/doc/en_US/project-configuration.markdown +%%WWWDIR%%/doc/en_US/project-permissions.markdown +%%WWWDIR%%/doc/en_US/project-types.markdown +%%WWWDIR%%/doc/en_US/project-views.markdown +%%WWWDIR%%/doc/en_US/recurring-tasks.markdown +%%WWWDIR%%/doc/en_US/removing-projects.markdown +%%WWWDIR%%/doc/en_US/requirements.markdown +%%WWWDIR%%/doc/en_US/reverse-proxy-authentication.markdown +%%WWWDIR%%/doc/en_US/roles.markdown +%%WWWDIR%%/doc/en_US/rss.markdown +%%WWWDIR%%/doc/en_US/screenshots.markdown +%%WWWDIR%%/doc/en_US/search.markdown +%%WWWDIR%%/doc/en_US/sharing-projects.markdown +%%WWWDIR%%/doc/en_US/solving-blank-page-issue.markdown +%%WWWDIR%%/doc/en_US/solving-database-migration-issues.markdown +%%WWWDIR%%/doc/en_US/solving-session-issue-windows-iis-ie.markdown +%%WWWDIR%%/doc/en_US/sqlite-database.markdown +%%WWWDIR%%/doc/en_US/subtasks.markdown +%%WWWDIR%%/doc/en_US/suse-installation.markdown +%%WWWDIR%%/doc/en_US/swimlanes.markdown +%%WWWDIR%%/doc/en_US/syntax-guide.markdown +%%WWWDIR%%/doc/en_US/tags.markdown +%%WWWDIR%%/doc/en_US/task-links.markdown +%%WWWDIR%%/doc/en_US/tests.markdown +%%WWWDIR%%/doc/en_US/time-tracking.markdown +%%WWWDIR%%/doc/en_US/transitions.markdown +%%WWWDIR%%/doc/en_US/translations.markdown +%%WWWDIR%%/doc/en_US/ubuntu-installation.markdown +%%WWWDIR%%/doc/en_US/update.markdown +%%WWWDIR%%/doc/en_US/usage-examples.markdown +%%WWWDIR%%/doc/en_US/user-management.markdown +%%WWWDIR%%/doc/en_US/user-mentions.markdown +%%WWWDIR%%/doc/en_US/user-types.markdown +%%WWWDIR%%/doc/en_US/vagrant.markdown +%%WWWDIR%%/doc/en_US/webhooks.markdown +%%WWWDIR%%/doc/en_US/what-is-kanban.markdown +%%WWWDIR%%/doc/en_US/windows-apache-installation.markdown +%%WWWDIR%%/doc/en_US/windows-iis-installation.markdown +%%WWWDIR%%/doc/en_US/worker.markdown %%WWWDIR%%/doc/es_ES/2fa.markdown %%WWWDIR%%/doc/es_ES/analytics-tasks.markdown %%WWWDIR%%/doc/es_ES/analytics.markdown @@ -1150,7 +1308,6 @@ %%WWWDIR%%/doc/es_ES/translations.markdown %%WWWDIR%%/doc/es_ES/update.markdown %%WWWDIR%%/doc/es_ES/user-mentions.markdown -%%WWWDIR%%/doc/faq.markdown %%WWWDIR%%/doc/fr_FR/2fa.markdown %%WWWDIR%%/doc/fr_FR/analytics-tasks.markdown %%WWWDIR%%/doc/fr_FR/analytics.markdown @@ -1224,59 +1381,8 @@ %%WWWDIR%%/doc/fr_FR/update.markdown %%WWWDIR%%/doc/fr_FR/usage-examples.markdown %%WWWDIR%%/doc/fr_FR/user-management.markdown +%%WWWDIR%%/doc/fr_FR/user-mentions.markdown %%WWWDIR%%/doc/fr_FR/what-is-kanban.markdown -%%WWWDIR%%/doc/freebsd-installation.markdown -%%WWWDIR%%/doc/gantt-chart-projects.markdown -%%WWWDIR%%/doc/gantt-chart-tasks.markdown -%%WWWDIR%%/doc/groups.markdown -%%WWWDIR%%/doc/heroku.markdown -%%WWWDIR%%/doc/ical.markdown -%%WWWDIR%%/doc/index.markdown -%%WWWDIR%%/doc/installation.markdown -%%WWWDIR%%/doc/kanban-vs-todo-and-scrum.markdown -%%WWWDIR%%/doc/keyboard-shortcuts.markdown -%%WWWDIR%%/doc/ldap-authentication.markdown -%%WWWDIR%%/doc/ldap-configuration-examples.markdown -%%WWWDIR%%/doc/ldap-group-sync.markdown -%%WWWDIR%%/doc/ldap-parameters.markdown -%%WWWDIR%%/doc/ldap-profile-picture.markdown -%%WWWDIR%%/doc/link-labels.markdown -%%WWWDIR%%/doc/mysql-configuration.markdown -%%WWWDIR%%/doc/nice-urls.markdown -%%WWWDIR%%/doc/nitrous.markdown -%%WWWDIR%%/doc/notifications.markdown -%%WWWDIR%%/doc/performances.markdown -%%WWWDIR%%/doc/plugin-authentication-architecture.markdown -%%WWWDIR%%/doc/plugin-authentication.markdown -%%WWWDIR%%/doc/plugin-authorization-architecture.markdown -%%WWWDIR%%/doc/plugin-automatic-actions.markdown -%%WWWDIR%%/doc/plugin-avatar-provider.markdown -%%WWWDIR%%/doc/plugin-directory.markdown -%%WWWDIR%%/doc/plugin-events.markdown -%%WWWDIR%%/doc/plugin-external-link.markdown -%%WWWDIR%%/doc/plugin-group-provider.markdown -%%WWWDIR%%/doc/plugin-helpers.markdown -%%WWWDIR%%/doc/plugin-hooks.markdown -%%WWWDIR%%/doc/plugin-ldap-client.markdown -%%WWWDIR%%/doc/plugin-mail-transports.markdown -%%WWWDIR%%/doc/plugin-metadata.markdown -%%WWWDIR%%/doc/plugin-notifications.markdown -%%WWWDIR%%/doc/plugin-overrides.markdown -%%WWWDIR%%/doc/plugin-registration.markdown -%%WWWDIR%%/doc/plugin-routes.markdown -%%WWWDIR%%/doc/plugin-schema-migrations.markdown -%%WWWDIR%%/doc/plugins.markdown -%%WWWDIR%%/doc/postgresql-configuration.markdown -%%WWWDIR%%/doc/project-configuration.markdown -%%WWWDIR%%/doc/project-permissions.markdown -%%WWWDIR%%/doc/project-types.markdown -%%WWWDIR%%/doc/project-views.markdown -%%WWWDIR%%/doc/recurring-tasks.markdown -%%WWWDIR%%/doc/removing-projects.markdown -%%WWWDIR%%/doc/requirements.markdown -%%WWWDIR%%/doc/reverse-proxy-authentication.markdown -%%WWWDIR%%/doc/roles.markdown -%%WWWDIR%%/doc/rss.markdown %%WWWDIR%%/doc/ru_RU/2fa.markdown %%WWWDIR%%/doc/ru_RU/analytics-tasks.markdown %%WWWDIR%%/doc/ru_RU/analytics.markdown @@ -1369,7 +1475,6 @@ %%WWWDIR%%/doc/ru_RU/what-is-kanban.markdown %%WWWDIR%%/doc/ru_RU/windows-apache-installation.markdown %%WWWDIR%%/doc/ru_RU/windows-iis-installation.markdown -%%WWWDIR%%/doc/screenshots.markdown %%WWWDIR%%/doc/screenshots/2fa.png %%WWWDIR%%/doc/screenshots/add-subtask-shortcut.png %%WWWDIR%%/doc/screenshots/add-subtask.png @@ -1427,7 +1532,6 @@ %%WWWDIR%%/doc/screenshots/link-label-creation.png %%WWWDIR%%/doc/screenshots/link-labels.png %%WWWDIR%%/doc/screenshots/list-view.png -%%WWWDIR%%/doc/screenshots/mention-autocomplete.png %%WWWDIR%%/doc/screenshots/menu-close-task.png %%WWWDIR%%/doc/screenshots/new-private-project.png %%WWWDIR%%/doc/screenshots/new-project.png @@ -1487,41 +1591,109 @@ %%WWWDIR%%/doc/screenshots/timetable.png %%WWWDIR%%/doc/screenshots/transitions-export.png %%WWWDIR%%/doc/screenshots/transitions.png +%%WWWDIR%%/doc/screenshots/user-mentions.png %%WWWDIR%%/doc/screenshots/user-repartition.png %%WWWDIR%%/doc/screenshots/web-notifications-icon.png %%WWWDIR%%/doc/screenshots/web-notifications.png %%WWWDIR%%/doc/screenshots/week-timetable.png -%%WWWDIR%%/doc/search.markdown -%%WWWDIR%%/doc/sharing-projects.markdown -%%WWWDIR%%/doc/solving-blank-page-issue.markdown -%%WWWDIR%%/doc/solving-database-migration-issues.markdown -%%WWWDIR%%/doc/sqlite-database.markdown -%%WWWDIR%%/doc/subtasks.markdown -%%WWWDIR%%/doc/suse-installation.markdown -%%WWWDIR%%/doc/swimlanes.markdown -%%WWWDIR%%/doc/syntax-guide.markdown -%%WWWDIR%%/doc/tags.markdown -%%WWWDIR%%/doc/task-links.markdown -%%WWWDIR%%/doc/tests.markdown -%%WWWDIR%%/doc/time-tracking.markdown -%%WWWDIR%%/doc/transitions.markdown -%%WWWDIR%%/doc/translations.markdown -%%WWWDIR%%/doc/ubuntu-installation.markdown -%%WWWDIR%%/doc/update.markdown -%%WWWDIR%%/doc/usage-examples.markdown -%%WWWDIR%%/doc/user-management.markdown -%%WWWDIR%%/doc/user-mentions.markdown -%%WWWDIR%%/doc/user-types.markdown -%%WWWDIR%%/doc/vagrant.markdown -%%WWWDIR%%/doc/webhooks.markdown -%%WWWDIR%%/doc/what-is-kanban.markdown -%%WWWDIR%%/doc/windows-apache-installation.markdown -%%WWWDIR%%/doc/windows-iis-installation.markdown -%%WWWDIR%%/doc/worker.markdown +%%WWWDIR%%/doc/tr_TR/2fa.markdown +%%WWWDIR%%/doc/tr_TR/analytics-tasks.markdown +%%WWWDIR%%/doc/tr_TR/analytics.markdown +%%WWWDIR%%/doc/tr_TR/api-json-rpc.markdown +%%WWWDIR%%/doc/tr_TR/application-configuration.markdown +%%WWWDIR%%/doc/tr_TR/assets.markdown +%%WWWDIR%%/doc/tr_TR/automatic-actions.markdown +%%WWWDIR%%/doc/tr_TR/board-collapsed-expanded.markdown +%%WWWDIR%%/doc/tr_TR/board-configuration.markdown +%%WWWDIR%%/doc/tr_TR/board-horizontal-scrolling-and-compact-view.markdown +%%WWWDIR%%/doc/tr_TR/board-show-hide-columns.markdown +%%WWWDIR%%/doc/tr_TR/bruteforce-protection.markdown +%%WWWDIR%%/doc/tr_TR/calendar-configuration.markdown +%%WWWDIR%%/doc/tr_TR/calendar.markdown +%%WWWDIR%%/doc/tr_TR/centos-installation.markdown +%%WWWDIR%%/doc/tr_TR/cli.markdown +%%WWWDIR%%/doc/tr_TR/closing-tasks.markdown +%%WWWDIR%%/doc/tr_TR/cloudron.markdown +%%WWWDIR%%/doc/tr_TR/coding-standards.markdown +%%WWWDIR%%/doc/tr_TR/config.markdown +%%WWWDIR%%/doc/tr_TR/contributing.markdown +%%WWWDIR%%/doc/tr_TR/create-tasks-by-email.markdown +%%WWWDIR%%/doc/tr_TR/creating-projects.markdown +%%WWWDIR%%/doc/tr_TR/creating-tasks.markdown +%%WWWDIR%%/doc/tr_TR/cronjob.markdown +%%WWWDIR%%/doc/tr_TR/currency-rate.markdown +%%WWWDIR%%/doc/tr_TR/custom-filters.markdown +%%WWWDIR%%/doc/tr_TR/custom-project-roles.markdown +%%WWWDIR%%/doc/tr_TR/debian-installation.markdown +%%WWWDIR%%/doc/tr_TR/docker.markdown +%%WWWDIR%%/doc/tr_TR/duplicate-move-tasks.markdown +%%WWWDIR%%/doc/tr_TR/editing-projects.markdown +%%WWWDIR%%/doc/tr_TR/email-configuration.markdown +%%WWWDIR%%/doc/tr_TR/env.markdown +%%WWWDIR%%/doc/tr_TR/faq.markdown +%%WWWDIR%%/doc/tr_TR/freebsd-installation.markdown +%%WWWDIR%%/doc/tr_TR/gantt-chart-projects.markdown +%%WWWDIR%%/doc/tr_TR/gantt-chart-tasks.markdown +%%WWWDIR%%/doc/tr_TR/groups.markdown +%%WWWDIR%%/doc/tr_TR/heroku.markdown +%%WWWDIR%%/doc/tr_TR/ical.markdown +%%WWWDIR%%/doc/tr_TR/installation.markdown +%%WWWDIR%%/doc/tr_TR/kanban-vs-todo-and-scrum.markdown +%%WWWDIR%%/doc/tr_TR/keyboard-shortcuts.markdown +%%WWWDIR%%/doc/tr_TR/ldap-authentication.markdown +%%WWWDIR%%/doc/tr_TR/ldap-configuration-examples.markdown +%%WWWDIR%%/doc/tr_TR/ldap-group-sync.markdown +%%WWWDIR%%/doc/tr_TR/ldap-parameters.markdown +%%WWWDIR%%/doc/tr_TR/ldap-profile-picture.markdown +%%WWWDIR%%/doc/tr_TR/link-labels.markdown +%%WWWDIR%%/doc/tr_TR/mysql-configuration.markdown +%%WWWDIR%%/doc/tr_TR/nice-urls.markdown +%%WWWDIR%%/doc/tr_TR/notifications.markdown +%%WWWDIR%%/doc/tr_TR/performances.markdown +%%WWWDIR%%/doc/tr_TR/plugin-directory.markdown +%%WWWDIR%%/doc/tr_TR/plugins.markdown +%%WWWDIR%%/doc/tr_TR/postgresql-configuration.markdown +%%WWWDIR%%/doc/tr_TR/project-configuration.markdown +%%WWWDIR%%/doc/tr_TR/project-permissions.markdown +%%WWWDIR%%/doc/tr_TR/project-types.markdown +%%WWWDIR%%/doc/tr_TR/project-views.markdown +%%WWWDIR%%/doc/tr_TR/recurring-tasks.markdown +%%WWWDIR%%/doc/tr_TR/removing-projects.markdown +%%WWWDIR%%/doc/tr_TR/requirements.markdown +%%WWWDIR%%/doc/tr_TR/reverse-proxy-authentication.markdown +%%WWWDIR%%/doc/tr_TR/roles.markdown +%%WWWDIR%%/doc/tr_TR/rss.markdown +%%WWWDIR%%/doc/tr_TR/screenshots.markdown +%%WWWDIR%%/doc/tr_TR/search.markdown +%%WWWDIR%%/doc/tr_TR/sharing-projects.markdown +%%WWWDIR%%/doc/tr_TR/solving-blank-page-issue.markdown +%%WWWDIR%%/doc/tr_TR/solving-database-migration-issues.markdown +%%WWWDIR%%/doc/tr_TR/solving-session-issue-windows-iis-ie.markdown +%%WWWDIR%%/doc/tr_TR/sqlite-database.markdown +%%WWWDIR%%/doc/tr_TR/subtasks.markdown +%%WWWDIR%%/doc/tr_TR/suse-installation.markdown +%%WWWDIR%%/doc/tr_TR/swimlanes.markdown +%%WWWDIR%%/doc/tr_TR/syntax-guide.markdown +%%WWWDIR%%/doc/tr_TR/tags.markdown +%%WWWDIR%%/doc/tr_TR/task-links.markdown +%%WWWDIR%%/doc/tr_TR/tests.markdown +%%WWWDIR%%/doc/tr_TR/time-tracking.markdown +%%WWWDIR%%/doc/tr_TR/transitions.markdown +%%WWWDIR%%/doc/tr_TR/translations.markdown +%%WWWDIR%%/doc/tr_TR/ubuntu-installation.markdown +%%WWWDIR%%/doc/tr_TR/update.markdown +%%WWWDIR%%/doc/tr_TR/usage-examples.markdown +%%WWWDIR%%/doc/tr_TR/user-management.markdown +%%WWWDIR%%/doc/tr_TR/user-mentions.markdown +%%WWWDIR%%/doc/tr_TR/user-types.markdown +%%WWWDIR%%/doc/tr_TR/vagrant.markdown +%%WWWDIR%%/doc/tr_TR/webhooks.markdown +%%WWWDIR%%/doc/tr_TR/windows-apache-installation.markdown +%%WWWDIR%%/doc/tr_TR/windows-iis-installation.markdown +%%WWWDIR%%/doc/tr_TR/worker.markdown %%WWWDIR%%/favicon.ico %%WWWDIR%%/index.php %%WWWDIR%%/jsonrpc.php -%%WWWDIR%%/kanboard %%WWWDIR%%/plugins/.gitignore %%WWWDIR%%/robots.txt %%WWWDIR%%/vendor/autoload.php From owner-svn-ports-all@freebsd.org Fri Mar 3 06:24:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD76CF490C; Fri, 3 Mar 2017 06:24:07 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 086A21D8C; Fri, 3 Mar 2017 06:24:06 +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 v236O6Tl014970; Fri, 3 Mar 2017 06:24:06 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v236O5Dc014965; Fri, 3 Mar 2017 06:24:05 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030624.v236O5Dc014965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 06:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435313 - in head/databases: . p5-DBIx-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 06:24:07 -0000 Author: wen Date: Fri Mar 3 06:24:05 2017 New Revision: 435313 URL: https://svnweb.freebsd.org/changeset/ports/435313 Log: DBIx::Lite was written with some goals in mind, that no other available module provides. Such goals/key features are: no need to define your database schema (most features work without one and some advanced features only require some bits, and still not the full table definitions) no need to connect to database: the module can just generate SQL for you chained methods with lazy SQL generation joins/relationships optional custom classes for results and resultsets with custom methods SQL::Abstract syntax paging features (with Data::Page) WWW: http://search.cpan.org/dist/DBIx-Lite/ Added: head/databases/p5-DBIx-Lite/ head/databases/p5-DBIx-Lite/Makefile (contents, props changed) head/databases/p5-DBIx-Lite/distinfo (contents, props changed) head/databases/p5-DBIx-Lite/pkg-descr (contents, props changed) head/databases/p5-DBIx-Lite/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Mar 3 06:22:21 2017 (r435312) +++ head/databases/Makefile Fri Mar 3 06:24:05 2017 (r435313) @@ -388,6 +388,7 @@ SUBDIR += p5-DBIx-Handler SUBDIR += p5-DBIx-Inspector SUBDIR += p5-DBIx-Introspector + SUBDIR += p5-DBIx-Lite SUBDIR += p5-DBIx-Log4perl SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-NoSQL Added: head/databases/p5-DBIx-Lite/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Lite/Makefile Fri Mar 3 06:24:05 2017 (r435313) @@ -0,0 +1,25 @@ +# Created by: Wen Heping +# $FreeBSD$ + +PORTNAME= DBIx-Lite +PORTVERSION= 0.31 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Chained and minimal ORM + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBIx-Connector>=0:databases/p5-DBIx-Connector \ + p5-Data-Page>=0:databases/p5-Data-Page \ + p5-SQL-Abstract-More>=0:databases/p5-SQL-Abstract-More +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite + +USES= perl5 +USE_PERL5= configure + +.include Added: head/databases/p5-DBIx-Lite/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Lite/distinfo Fri Mar 3 06:24:05 2017 (r435313) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488506463 +SHA256 (DBIx-Lite-0.31.tar.gz) = a5a7892ff10e9bf4f3806d2fba31cd701017af8df8ea44de8b509a87c6dce9d0 +SIZE (DBIx-Lite-0.31.tar.gz) = 27288 Added: head/databases/p5-DBIx-Lite/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Lite/pkg-descr Fri Mar 3 06:24:05 2017 (r435313) @@ -0,0 +1,15 @@ +DBIx::Lite was written with some goals in mind, that no other +available module provides. Such goals/key features are: + +no need to define your database schema (most features work without +one and some advanced features only require some bits, and still +not the full table definitions) +no need to connect to database: the module can just generate SQL +for you +chained methods with lazy SQL generation +joins/relationships +optional custom classes for results and resultsets with custom methods +SQL::Abstract syntax +paging features (with Data::Page) + +WWW: http://search.cpan.org/dist/DBIx-Lite/ Added: head/databases/p5-DBIx-Lite/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Lite/pkg-plist Fri Mar 3 06:24:05 2017 (r435313) @@ -0,0 +1,10 @@ +%%SITE_PERL%%/DBIx/Lite.pm +%%SITE_PERL%%/DBIx/Lite/ResultSet.pm +%%SITE_PERL%%/DBIx/Lite/Row.pm +%%SITE_PERL%%/DBIx/Lite/Schema.pm +%%SITE_PERL%%/DBIx/Lite/Schema/Table.pm +%%PERL5_MAN3%%/DBIx::Lite.3.gz +%%PERL5_MAN3%%/DBIx::Lite::ResultSet.3.gz +%%PERL5_MAN3%%/DBIx::Lite::Row.3.gz +%%PERL5_MAN3%%/DBIx::Lite::Schema.3.gz +%%PERL5_MAN3%%/DBIx::Lite::Schema::Table.3.gz From owner-svn-ports-all@freebsd.org Fri Mar 3 06:28:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C743CF49A1; Fri, 3 Mar 2017 06:28:16 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B07A31EB2; Fri, 3 Mar 2017 06:28:15 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v236SEHq015280; Fri, 3 Mar 2017 06:28:14 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v236SEBK015276; Fri, 3 Mar 2017 06:28:14 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703030628.v236SEBK015276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Fri, 3 Mar 2017 06:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435314 - in head/textproc: . ie-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: Fri, 03 Mar 2017 06:28:16 -0000 Author: krion Date: Fri Mar 3 06:28:14 2017 New Revision: 435314 URL: https://svnweb.freebsd.org/changeset/ports/435314 Log: New port: textproc/ie-hunspell Interlingue spellchecking dictionary for use with Hunspell. WWW: https://github.com/Carmina16/hunspell-ie PR: 217380 Submitted by: mistresssilvara@hotmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9815 Added: head/textproc/ie-hunspell/ head/textproc/ie-hunspell/Makefile (contents, props changed) head/textproc/ie-hunspell/distinfo (contents, props changed) head/textproc/ie-hunspell/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Mar 3 06:24:05 2017 (r435313) +++ head/textproc/Makefile Fri Mar 3 06:28:14 2017 (r435314) @@ -329,6 +329,7 @@ SUBDIR += id-aspell SUBDIR += id-hyphen SUBDIR += idnits + SUBDIR += ie-hunspell SUBDIR += igor SUBDIR += iksemel SUBDIR += info2html Added: head/textproc/ie-hunspell/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ie-hunspell/Makefile Fri Mar 3 06:28:14 2017 (r435314) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= hunspell +PORTVERSION= 0.6 +DISTVERSIONPREFIX= v +CATEGORIES= textproc +PKGNAMEPREFIX= ie- + +MAINTAINER= mistresssilvara@hotmail.com +COMMENT= Interlingue Hunspell dictionaries + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= Carmina16 +GH_PROJECT= hunspell-ie + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${DATADIR}/ie.aff \ + ${DATADIR}/ie.dic + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/ie.aff ${WRKSRC}/ie.dic ${STAGEDIR}${DATADIR} + +.include Added: head/textproc/ie-hunspell/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ie-hunspell/distinfo Fri Mar 3 06:28:14 2017 (r435314) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488480542 +SHA256 (Carmina16-hunspell-ie-v0.6_GH0.tar.gz) = 89e35f5ee8dbb231ecd58ac00941800c64ab9a16d40f458aa093f366df75477a +SIZE (Carmina16-hunspell-ie-v0.6_GH0.tar.gz) = 92592 Added: head/textproc/ie-hunspell/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ie-hunspell/pkg-descr Fri Mar 3 06:28:14 2017 (r435314) @@ -0,0 +1,3 @@ +Interlingue spellchecking dictionary for use with Hunspell. + +WWW: https://github.com/Carmina16/hunspell-ie From owner-svn-ports-all@freebsd.org Fri Mar 3 06:29:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2531ACF49E1; Fri, 3 Mar 2017 06:29:32 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F40D11FB8; Fri, 3 Mar 2017 06:29:31 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v236TVqA015512; Fri, 3 Mar 2017 06:29:31 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v236TUms015507; Fri, 3 Mar 2017 06:29:30 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201703030629.v236TUms015507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Fri, 3 Mar 2017 06:29:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435315 - in head/devel: . awless X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 06:29:32 -0000 Author: krion Date: Fri Mar 3 06:29:30 2017 New Revision: 435315 URL: https://svnweb.freebsd.org/changeset/ports/435315 Log: New port: devel/awless awless is a fast, powerful and easy-to-use command line interface (CLI) to manage Amazon Web Services. It will help you - Run frequent actions by using simple commands - Easily explore your infrastructure and cloud resources via CLI - Ensure smart defaults & security best practices - Manage resources through robust runnable & scriptable templates - Explore, analyse and query your infrastructure offline - Explore, analyse and query your infrastructure through time WWW: https://github.com/wallix/awless PR: 217474 Submitted by: dg@syrec.org Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9868 Added: head/devel/awless/ head/devel/awless/Makefile (contents, props changed) head/devel/awless/distinfo (contents, props changed) head/devel/awless/pkg-descr (contents, props changed) head/devel/awless/pkg-message (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 3 06:28:14 2017 (r435314) +++ head/devel/Makefile Fri Mar 3 06:29:30 2017 (r435315) @@ -156,6 +156,7 @@ SUBDIR += avro SUBDIR += avro-c SUBDIR += avro-cpp + SUBDIR += awless SUBDIR += aws-sdk-cpp SUBDIR += awscli SUBDIR += b2 Added: head/devel/awless/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/awless/Makefile Fri Mar 3 06:29:30 2017 (r435315) @@ -0,0 +1,31 @@ +# Created by: Dmitri Goutnik +# $FreeBSD$ + +PORTNAME= awless +PORTVERSION= 0.0.16 +CATEGORIES= devel + +MAINTAINER= dg@syrec.org +COMMENT= Fast, powerful and easy-to-use CLI for AWS + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= wallix +GH_SUBDIR= src/github.com/wallix/${PORTNAME} + +PLIST_FILES= bin/awless +PORTDOCS= README.md + +do-build: + @(cd ${WRKSRC} && ${SETENV} GOPATH=${WRKSRC} go build -o ${PORTNAME} ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/devel/awless/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/awless/distinfo Fri Mar 3 06:29:30 2017 (r435315) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488402634 +SHA256 (wallix-awless-0.0.16_GH0.tar.gz) = e75967799392d3b8d1820b74b191ef8db605e301e3a7cc5b2b657d79f05e6075 +SIZE (wallix-awless-0.0.16_GH0.tar.gz) = 1901149 Added: head/devel/awless/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/awless/pkg-descr Fri Mar 3 06:29:30 2017 (r435315) @@ -0,0 +1,11 @@ +awless is a fast, powerful and easy-to-use command line interface (CLI) to +manage Amazon Web Services. It will help you + + - Run frequent actions by using simple commands + - Easily explore your infrastructure and cloud resources via CLI + - Ensure smart defaults & security best practices + - Manage resources through robust runnable & scriptable templates + - Explore, analyse and query your infrastructure offline + - Explore, analyse and query your infrastructure through time + +WWW: https://github.com/wallix/awless Added: head/devel/awless/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/awless/pkg-message Fri Mar 3 06:29:30 2017 (r435315) @@ -0,0 +1,9 @@ +=============================================================================== + +Setup your AWS account by exporting AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY +environment variables. + +If you have previously used aws CLI or aws-shell, your credentials will be +automatically loaded by awless from the ~/.aws/credentials folder. + +=============================================================================== From owner-svn-ports-all@freebsd.org Fri Mar 3 06:31:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B72DCF4AAF; Fri, 3 Mar 2017 06:31:52 +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 249EA1398; Fri, 3 Mar 2017 06:31:52 +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 v236VphI018610; Fri, 3 Mar 2017 06:31:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v236Vplv018608; Fri, 3 Mar 2017 06:31:51 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030631.v236Vplv018608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 06:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435316 - head/converters/py-unidecode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 06:31:52 -0000 Author: wen Date: Fri Mar 3 06:31:50 2017 New Revision: 435316 URL: https://svnweb.freebsd.org/changeset/ports/435316 Log: - Update to 0.04.20 PR: 216388 Submitted by: douglas@douglasthrift.net(maintainer) Modified: head/converters/py-unidecode/Makefile head/converters/py-unidecode/distinfo Modified: head/converters/py-unidecode/Makefile ============================================================================== --- head/converters/py-unidecode/Makefile Fri Mar 3 06:29:30 2017 (r435315) +++ head/converters/py-unidecode/Makefile Fri Mar 3 06:31:50 2017 (r435316) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unidecode -PORTVERSION= 0.04.19 +PORTVERSION= 0.04.20 CATEGORIES= converters python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ COMMENT= ASCII transliterations of Unico LICENSE= GPLv2 USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent +NO_ARCH= yes .include Modified: head/converters/py-unidecode/distinfo ============================================================================== --- head/converters/py-unidecode/distinfo Fri Mar 3 06:29:30 2017 (r435315) +++ head/converters/py-unidecode/distinfo Fri Mar 3 06:31:50 2017 (r435316) @@ -1,2 +1,3 @@ -SHA256 (Unidecode-0.04.19.tar.gz) = 51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e -SIZE (Unidecode-0.04.19.tar.gz) = 204613 +TIMESTAMP = 1488522591 +SHA256 (Unidecode-0.04.20.tar.gz) = ed4418b4b1b190487753f1cca6299e8076079258647284414e6d607d1f8a00e0 +SIZE (Unidecode-0.04.20.tar.gz) = 205830 From owner-svn-ports-all@freebsd.org Fri Mar 3 06:43:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12982CF4DFF; Fri, 3 Mar 2017 06:43: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 B625D1E4B; Fri, 3 Mar 2017 06:43: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 v236hLmu023372; Fri, 3 Mar 2017 06:43:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v236hLOG023369; Fri, 3 Mar 2017 06:43:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703030643.v236hLOG023369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Mar 2017 06:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435317 - 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, 03 Mar 2017 06:43:23 -0000 Author: jbeich Date: Fri Mar 3 06:43:21 2017 New Revision: 435317 URL: https://svnweb.freebsd.org/changeset/ports/435317 Log: www/firefox: update to 52.0 (rc2) Changes: https://www.mozilla.org/firefox/52.0/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/ Security: 96eca031-1313-4daf-9be2-9d6e1c4f1eb5 MFH: 2017Q1 (piling up) Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Fri Mar 3 06:31:50 2017 (r435316) +++ head/www/firefox-i18n/Makefile Fri Mar 3 06:43:21 2017 (r435317) @@ -5,7 +5,7 @@ PORTNAME= firefox-i18n PORTVERSION= 52.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Mar 3 06:31:50 2017 (r435316) +++ head/www/firefox/Makefile Fri Mar 3 06:43:21 2017 (r435317) @@ -4,10 +4,11 @@ PORTNAME= firefox DISTVERSION= 52.0 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Fri Mar 3 06:31:50 2017 (r435316) +++ head/www/firefox/distinfo Fri Mar 3 06:43:21 2017 (r435317) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488235265 -SHA256 (firefox-52.0.source.tar.xz) = dcb492a7f843806119decfd92a42c7101acd9e79ef8fd190ff13f48c6ee0d536 -SIZE (firefox-52.0.source.tar.xz) = 212251428 +TIMESTAMP = 1488494439 +SHA256 (firefox-52.0.source.tar.xz) = 494ec86875ea60043658e402b664ccd5af4709acc3a478de8729f7cbac9ea3c1 +SIZE (firefox-52.0.source.tar.xz) = 212356732 From owner-svn-ports-all@freebsd.org Fri Mar 3 07:11:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE390CF53F2; Fri, 3 Mar 2017 07:11:35 +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 9D3D11A8E; Fri, 3 Mar 2017 07:11:35 +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 v237BYXY032794; Fri, 3 Mar 2017 07:11:34 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v237BY0G032791; Fri, 3 Mar 2017 07:11:34 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030711.v237BY0G032791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 07:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435318 - in head/sysutils/duplicity: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 07:11:35 -0000 Author: wen Date: Fri Mar 3 07:11:34 2017 New Revision: 435318 URL: https://svnweb.freebsd.org/changeset/ports/435318 Log: - Update to 0.7.11 - Pass maintainership to submitter PR: 216366 Submitted by: dbaio@bsd.com.br Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/distinfo head/sysutils/duplicity/files/patch-setup.py Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Fri Mar 3 06:43:21 2017 (r435317) +++ head/sysutils/duplicity/Makefile Fri Mar 3 07:11:34 2017 (r435318) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.7.10 +PORTVERSION= 0.7.11 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Backup tool that uses librsync and GnuPG +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= librsync.so:net/librsync2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0:devel/py-lockfile Modified: head/sysutils/duplicity/distinfo ============================================================================== --- head/sysutils/duplicity/distinfo Fri Mar 3 06:43:21 2017 (r435317) +++ head/sysutils/duplicity/distinfo Fri Mar 3 07:11:34 2017 (r435318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475352375 -SHA256 (duplicity-0.7.10.tar.gz) = 485fef15526d163c061e00ec08de216cf7d652e67d41de5dc3bed9fb42214842 -SIZE (duplicity-0.7.10.tar.gz) = 1543523 +TIMESTAMP = 1485014296 +SHA256 (duplicity-0.7.11.tar.gz) = b047a1590a1f5bb3974643ad2cc9dfdd32f61adbf2c1989191fb12cb59c2ec07 +SIZE (duplicity-0.7.11.tar.gz) = 1550197 Modified: head/sysutils/duplicity/files/patch-setup.py ============================================================================== --- head/sysutils/duplicity/files/patch-setup.py Fri Mar 3 06:43:21 2017 (r435317) +++ head/sysutils/duplicity/files/patch-setup.py Fri Mar 3 07:11:34 2017 (r435318) @@ -1,4 +1,4 @@ ---- setup.py.orig 2016-08-20 19:13:49 UTC +--- setup.py.orig 2016-12-31 16:33:12 UTC +++ setup.py @@ -23,7 +23,6 @@ import sys @@ -18,7 +18,7 @@ if os.name == 'posix': LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '') -@@ -47,15 +49,9 @@ if os.name == 'posix': +@@ -47,16 +49,10 @@ if os.name == 'posix': incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')] libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')] @@ -32,14 +32,15 @@ - 'README-REPO', - 'README-LOG', - 'CHANGELOG']), - ] +- ] ++ ] top_dir = os.path.dirname(os.path.abspath(__file__)) -@@ -69,48 +65,9 @@ for root, dirs, files in os.walk(os.path - ('share/locale/%s/LC_MESSAGES' % lang, + assert os.path.exists(os.path.join(top_dir, "po")), "Missing 'po' directory." +@@ -70,46 +66,9 @@ for root, dirs, files in os.walk(os.path ["po/%s/duplicity.mo" % lang])) -- + -class TestCommand(test): - - def run(self): @@ -80,11 +81,10 @@ - if self.build_lib != top_dir: - testing_dir = os.path.join(self.build_lib, 'testing') - os.system("rm -rf %s" % testing_dir) -- - install.run(self) + install.run(self) -@@ -177,11 +134,7 @@ setup(name="duplicity", +@@ -177,11 +136,7 @@ setup(name="duplicity", url="http://duplicity.nongnu.org/index.html", packages=['duplicity', 'duplicity.backends', @@ -97,7 +97,7 @@ package_dir={"duplicity": "duplicity", "duplicity.backends": "duplicity/backends", }, ext_modules=[Extension("duplicity._librsync", -@@ -192,10 +145,7 @@ setup(name="duplicity", +@@ -192,10 +147,7 @@ setup(name="duplicity", scripts=['bin/rdiffdir', 'bin/duplicity'], data_files=data_files, install_requires=['lockfile'], From owner-svn-ports-all@freebsd.org Fri Mar 3 07:19:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB932CF57AC; Fri, 3 Mar 2017 07:19:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB3F110A3; Fri, 3 Mar 2017 07:19:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v237JMWf036005; Fri, 3 Mar 2017 07:19:22 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v237JMBX036003; Fri, 3 Mar 2017 07:19:22 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030719.v237JMBX036003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 07:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435319 - head/deskutils/sugarcrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 07:19:24 -0000 Author: wen Date: Fri Mar 3 07:19:22 2017 New Revision: 435319 URL: https://svnweb.freebsd.org/changeset/ports/435319 Log: - Update to 6.5.25 Modified: head/deskutils/sugarcrm/Makefile head/deskutils/sugarcrm/distinfo Modified: head/deskutils/sugarcrm/Makefile ============================================================================== --- head/deskutils/sugarcrm/Makefile Fri Mar 3 07:11:34 2017 (r435318) +++ head/deskutils/sugarcrm/Makefile Fri Mar 3 07:19:22 2017 (r435319) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sugarcrm -PORTVERSION= 6.5.24 +PORTVERSION= 6.5.25 CATEGORIES= deskutils www MASTER_SITES= SF/${PORTNAME}/1%20-%20SugarCRM%206.5.X/SugarCommunityEdition-6.5.X DISTNAME= SugarCE-${PORTVERSION} Modified: head/deskutils/sugarcrm/distinfo ============================================================================== --- head/deskutils/sugarcrm/distinfo Fri Mar 3 07:11:34 2017 (r435318) +++ head/deskutils/sugarcrm/distinfo Fri Mar 3 07:19:22 2017 (r435319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469868056 -SHA256 (SugarCE-6.5.24.zip) = 184b3321dd2b756db443f66acaa96dddcb48270a219e2c1b977ab82223976f0d -SIZE (SugarCE-6.5.24.zip) = 22205262 +TIMESTAMP = 1488524690 +SHA256 (SugarCE-6.5.25.zip) = 36b5cf589a81152480d343477416f42b33e5f62e7f1d2fe90ce5b7faef5b097a +SIZE (SugarCE-6.5.25.zip) = 22234389 From owner-svn-ports-all@freebsd.org Fri Mar 3 08:06:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A3D1CF65D0 for ; Fri, 3 Mar 2017 08:06:43 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::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 42B1C1AD0 for ; Fri, 3 Mar 2017 08:06:43 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-wr0-x244.google.com with SMTP id u48so12333117wrc.1 for ; Fri, 03 Mar 2017 00:06:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=q035RFVgFqKZoqCOYZZjHlXsslh+bsX0bBGJQQuvOSo=; b=bKh3F/2+N+crjtpDRg07YIQ64RbYELUhmiZPWfFqUX6Fh3CRDXnpmAycRgcy0DnHdw eNywTfgvH7S4rCNxjORLuT5PEsGdjM3tF/SYLWBNObDsxtgxkfy3WgcPhi87vebjTWH/ YqyITLHXyHKt+WzmuGLHXbsN9voFyojquTm0gqO4X5VvZVeosSzFd9WpUR/Dnt19at5C xeHT96rMExp5RjEpiW2GdIqANdNbnOIvDNwpOJDTvfIWgfv1m8ciV2Ps/7BENNjTqZN5 V5DrSFDPdmMITodgfWiHNYJHjLPy/uO7SkSh5tWeKFqcOoX52iBUc3zxGzbziZQqwz5L q9zw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=q035RFVgFqKZoqCOYZZjHlXsslh+bsX0bBGJQQuvOSo=; b=ChNYOokhaUJqkRVp6jKwoG6K0s9HpqNL6bPedY8I0cDhTMWXEfJT4BwdvQC1kK7pa1 irD8v4sA73QuYvPMBjFJIhRFZrYiqH2FSe81YfFWzdW9NBdjDUIoBNl0Vq91xP6MjBGn klbET1RQrR6iPzPcr8JCvkpFgKjtmC6gSVj5xMY+4F8q4u2dQ/bxPc3dQADI202wURtX HaZrUQwktMVnoWKxZ9su+nj119Fu6ttwHi8gkeD+Z2aGfXFp3S4jdX2ThsPeoBl5NieB uTTHYr5TFGiP+xcWFXc+Z9m9LXDBlanU4F5ZSjV3EKIQ52sdJ5OVlThnCp2huaRopZCM FajA== X-Gm-Message-State: AMke39mGkbtEnhqzQwbnaljEa1RQsKkRsIZdlK/fyJYPeEQY0UhLrDOp6EphLtjo4tCwkbJ32pnJoP/mdfiZXg== X-Received: by 10.223.130.144 with SMTP id 16mr1460017wrc.32.1488528401559; Fri, 03 Mar 2017 00:06:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.136.183 with HTTP; Fri, 3 Mar 2017 00:06:41 -0800 (PST) Reply-To: v@fatpipi.com In-Reply-To: <20170302170144.7dddbf77@FreeBSD.org> References: <201703020800.v2280trg068967@repo.freebsd.org> <20170302170144.7dddbf77@FreeBSD.org> From: Vanilla Hsu Date: Fri, 3 Mar 2017 16:06:41 +0800 Message-ID: Subject: Re: svn commit: r435212 - head/graphics/libqrencode To: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Cc: "Vanilla I. Shu" , "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: Fri, 03 Mar 2017 08:06:43 -0000 Hi: thanks, I will check it later, I guess the root of problem is "switch to cmake" 2017-03-03 0:01 GMT+08:00 Pawe=C5=82 P=C4=99kala : > Hi Vanilla, > > On 2017-03-02 08:00 +0000, "Vanilla I. Shu" wrote: > >Author: vanilla > >Date: Thu Mar 2 08:00:55 2017 > >New Revision: 435212 > >URL: https://svnweb.freebsd.org/changeset/ports/435212 > > > >Log: > > 1: Update to 3.9.0 > > 2: add LICENSE_FILE. > > 3: switch to github. > > > >Modified: > > head/graphics/libqrencode/Makefile > > head/graphics/libqrencode/distinfo > > > >Modified: head/graphics/libqrencode/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/graphics/libqrencode/Makefile Thu Mar 2 07:49:53 > >2017 (r435211) +++ head/graphics/libqrencode/Makefile > >Thu Mar 2 08:00:55 2017 (r435212) @@ -2,36 +2,35 @@ > > # $FreeBSD$ > > > > PORTNAME=3D libqrencode > >-PORTVERSION=3D 3.4.4 > >-PORTREVISION=3D 1 > >+PORTVERSION=3D 3.9.0 > > CATEGORIES=3D graphics > >-MASTER_SITES=3D http://fukuchi.org/works/qrencode/ > > DISTNAME=3D qrencode-${PORTVERSION} > > > > MAINTAINER=3D vanilla@FreeBSD.org > > COMMENT=3D C library for encoding data in a QR Code symbol > > > > LICENSE=3D LGPL21 > >+LICENSE_FILE=3D ${WRKSRC}/COPYING > > > > LIB_DEPENDS=3D libpng.so:graphics/png > > > >-USES=3D pathfix pkgconfig libtool > >+USE_GITHUB=3D yes > >+GH_ACCOUNT=3D fukuchi > >+GH_TAGNAME=3D e3410bf > >+ > >+USES=3D cmake iconv pathfix pkgconfig > > USE_LDCONFIG=3D yes > > GNU_CONFIGURE=3D yes > >-INSTALL_TARGET=3D install-strip > >-LDFLAGS+=3D -L${LOCALBASE}/lib > >-CFLAGS+=3D -I${LOCALBASE}/include > > > >+CMAKE_ARGS=3D -DBUILD_SHARED_LIBS=3DON > > PLIST_FILES=3D bin/qrencode \ > > include/qrencode.h \ > > lib/libqrencode.so \ > >- lib/libqrencode.so.3 \ > >- lib/libqrencode.so.3.4.4 \ > > I believe that all consumers of libqrencode should be bumped. On my > system one package is broken by this: > > # pkg check -dan > Checking all packages: 100% > prison is missing a required shared library: libqrencode.so.3 > > -- > pozdrawiam / with regards > Pawe=C5=82 P=C4=99kala > From owner-svn-ports-all@freebsd.org Fri Mar 3 08:19:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 318DFCF6880; Fri, 3 Mar 2017 08:19:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 012771038; Fri, 3 Mar 2017 08:19:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v238JMuo060404; Fri, 3 Mar 2017 08:19:22 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v238JLSK060402; Fri, 3 Mar 2017 08:19:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030819.v238JLSK060402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 08:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435320 - head/databases/py-flask-sqlalchemy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 08:19:23 -0000 Author: wen Date: Fri Mar 3 08:19:21 2017 New Revision: 435320 URL: https://svnweb.freebsd.org/changeset/ports/435320 Log: - Update to 2.2 Modified: head/databases/py-flask-sqlalchemy/Makefile head/databases/py-flask-sqlalchemy/distinfo Modified: head/databases/py-flask-sqlalchemy/Makefile ============================================================================== --- head/databases/py-flask-sqlalchemy/Makefile Fri Mar 3 07:19:22 2017 (r435319) +++ head/databases/py-flask-sqlalchemy/Makefile Fri Mar 3 08:19:21 2017 (r435320) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Flask-SQLAlchemy -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-flask-sqlalchemy/distinfo ============================================================================== --- head/databases/py-flask-sqlalchemy/distinfo Fri Mar 3 07:19:22 2017 (r435319) +++ head/databases/py-flask-sqlalchemy/distinfo Fri Mar 3 08:19:21 2017 (r435320) @@ -1,2 +1,3 @@ -SHA256 (Flask-SQLAlchemy-2.1.tar.gz) = c5244de44cc85d2267115624d83faef3f9e8f088756788694f305a5d5ad137c5 -SIZE (Flask-SQLAlchemy-2.1.tar.gz) = 95967 +TIMESTAMP = 1488525551 +SHA256 (Flask-SQLAlchemy-2.2.tar.gz) = f0d8241efba723d7b878f73550f5d3c0fbb042416123b52b36640b7491fa208b +SIZE (Flask-SQLAlchemy-2.2.tar.gz) = 100736 From owner-svn-ports-all@freebsd.org Fri Mar 3 08:40:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DACCCF6D54; Fri, 3 Mar 2017 08:40: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 5CFE61ACD; Fri, 3 Mar 2017 08:40: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 v238eWcY068404; Fri, 3 Mar 2017 08:40:32 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v238eWsw068401; Fri, 3 Mar 2017 08:40:32 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201703030840.v238eWsw068401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 3 Mar 2017 08:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435321 - head/devel/mercurial X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 08:40:33 -0000 Author: olivierd Date: Fri Mar 3 08:40:32 2017 New Revision: 435321 URL: https://svnweb.freebsd.org/changeset/ports/435321 Log: Update to 4.1.1 Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.1.1_.282017-3-2.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Fri Mar 3 08:19:21 2017 (r435320) +++ head/devel/mercurial/Makefile Fri Mar 3 08:40:32 2017 (r435321) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 4.1 +PORTVERSION= 4.1.1 CATEGORIES= devel python MASTER_SITES= http://mercurial-scm.org/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Fri Mar 3 08:19:21 2017 (r435320) +++ head/devel/mercurial/distinfo Fri Mar 3 08:40:32 2017 (r435321) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485971890 -SHA256 (mercurial-4.1.tar.gz) = 7b33c32cdd1d518bc2e2ae223e6ef63c486cf52e9d01a45b99cf8eab7bea5274 -SIZE (mercurial-4.1.tar.gz) = 5125009 +TIMESTAMP = 1488526862 +SHA256 (mercurial-4.1.1.tar.gz) = 63571be1202f83c72041eb8ca2a2ebaeda284d2031fd708919fc610589d3359e +SIZE (mercurial-4.1.1.tar.gz) = 5132169 From owner-svn-ports-all@freebsd.org Fri Mar 3 08:43:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45B87CF6EF5; Fri, 3 Mar 2017 08:43:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FA2B1E6D; Fri, 3 Mar 2017 08:43:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v238hCk2072307; Fri, 3 Mar 2017 08:43:12 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v238hCd5072305; Fri, 3 Mar 2017 08:43:12 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703030843.v238hCd5072305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 3 Mar 2017 08:43:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435322 - head/www/py-django110 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 08:43:13 -0000 Author: miwi Date: Fri Mar 3 08:43:11 2017 New Revision: 435322 URL: https://svnweb.freebsd.org/changeset/ports/435322 Log: - Update to 1.10.6 Modified: head/www/py-django110/Makefile head/www/py-django110/distinfo Modified: head/www/py-django110/Makefile ============================================================================== --- head/www/py-django110/Makefile Fri Mar 3 08:40:32 2017 (r435321) +++ head/www/py-django110/Makefile Fri Mar 3 08:43:11 2017 (r435322) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.10.5 +PORTVERSION= 1.10.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: head/www/py-django110/distinfo ============================================================================== --- head/www/py-django110/distinfo Fri Mar 3 08:40:32 2017 (r435321) +++ head/www/py-django110/distinfo Fri Mar 3 08:43:11 2017 (r435322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486481170 -SHA256 (python/Django-1.10.5.tar.gz) = 0db89374b691b9c8b057632a6cd64b18d08db2f4d63b4d4af6024267ab965f8b -SIZE (python/Django-1.10.5.tar.gz) = 7734715 +TIMESTAMP = 1488528628 +SHA256 (python/Django-1.10.6.tar.gz) = 7a6ebe254ab126510da143628d019ca8d6da2de49d7682bf046c03713a3c2c61 +SIZE (python/Django-1.10.6.tar.gz) = 7734864 From owner-svn-ports-all@freebsd.org Fri Mar 3 09:01:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B758ECF68EA; Fri, 3 Mar 2017 09:01: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 86F411946; Fri, 3 Mar 2017 09:01: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 v2391idc078246; Fri, 3 Mar 2017 09:01:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2391iUw078245; Fri, 3 Mar 2017 09:01:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703030901.v2391iUw078245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Mar 2017 09:01:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435323 - head/devel/xa65 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 09:01:45 -0000 Author: amdmi3 Date: Fri Mar 3 09:01:44 2017 New Revision: 435323 URL: https://svnweb.freebsd.org/changeset/ports/435323 Log: - Fix LICENSE Modified: head/devel/xa65/Makefile Modified: head/devel/xa65/Makefile ============================================================================== --- head/devel/xa65/Makefile Fri Mar 3 08:43:11 2017 (r435322) +++ head/devel/xa65/Makefile Fri Mar 3 09:01:44 2017 (r435323) @@ -10,7 +10,7 @@ DISTNAME= xa-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Two-pass cross-assembler for MOS 6502 and compatible CPUs -LICENSE= GPLv2 +LICENSE= GPLv2+ USES= gmake MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" From owner-svn-ports-all@freebsd.org Fri Mar 3 09:08:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5654CF6951; Fri, 3 Mar 2017 09:08:52 +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 94D361B8B; Fri, 3 Mar 2017 09:08:52 +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 v2398paX080697; Fri, 3 Mar 2017 09:08:51 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2398pJ1080696; Fri, 3 Mar 2017 09:08:51 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201703030908.v2398pJ1080696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 3 Mar 2017 09:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435324 - head/www/py-flask X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 09:08:52 -0000 Author: olivierd Date: Fri Mar 3 09:08:51 2017 New Revision: 435324 URL: https://svnweb.freebsd.org/changeset/ports/435324 Log: - Add concurrent variable in USE_PYTHON - Bump PORTREVISION PR: 217207 Submitted by: John W. O'Brien Modified: head/www/py-flask/Makefile Modified: head/www/py-flask/Makefile ============================================================================== --- head/www/py-flask/Makefile Fri Mar 3 09:01:44 2017 (r435323) +++ head/www/py-flask/Makefile Fri Mar 3 09:08:51 2017 (r435324) @@ -3,6 +3,7 @@ PORTNAME= Flask PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werk ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Fri Mar 3 09:48:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CAD2CF57CF; Fri, 3 Mar 2017 09:48:53 +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 D583A15F7; Fri, 3 Mar 2017 09:48: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 45220BDC89; Fri, 3 Mar 2017 10:48:50 +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 2FE62BDC85; Fri, 3 Mar 2017 10:48:50 +0100 (CET) Subject: Re: svn commit: r435212 - head/graphics/libqrencode To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703020800.v2280trg068967@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <1c7119c7-f7c2-27f7-7128-c2ff7decd5bd@FreeBSD.org> Date: Fri, 3 Mar 2017 10:48:49 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <201703020800.v2280trg068967@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="im0fIIo5qNhIWdLCji2FjENm06iCIpOmD" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 09:48:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --im0fIIo5qNhIWdLCji2FjENm06iCIpOmD Content-Type: multipart/mixed; boundary="u1U2amo4cpU57FC5cQxbDl6qb95QRAGhf"; protected-headers="v1" From: Mathieu Arnold To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <1c7119c7-f7c2-27f7-7128-c2ff7decd5bd@FreeBSD.org> Subject: Re: svn commit: r435212 - head/graphics/libqrencode References: <201703020800.v2280trg068967@repo.freebsd.org> In-Reply-To: <201703020800.v2280trg068967@repo.freebsd.org> --u1U2amo4cpU57FC5cQxbDl6qb95QRAGhf Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 02/03/2017 =C3=A0 09:00, Vanilla I. Shu a =C3=A9crit : > Author: vanilla > Date: Thu Mar 2 08:00:55 2017 > New Revision: 435212 > URL: https://svnweb.freebsd.org/changeset/ports/435212 > > Log: > 1: Update to 3.9.0 > 2: add LICENSE_FILE. > 3: switch to github. This broke textproc/p5-Text-QRCode: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/43529= 7/logs/p5-Text-QRCode-0.05.log --=20 Mathieu Arnold --u1U2amo4cpU57FC5cQxbDl6qb95QRAGhf-- --im0fIIo5qNhIWdLCji2FjENm06iCIpOmD 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 iQJ8BAEBCgBmBQJYuTwBXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IuTAQAIZTtPBMMpyNS37JnBb6chJU buyRNuUcdmXwhhXtaHw2WtgClgDNZ1SNRhrUR/pIZprKiru9PjmRtzpMAMKIcgGw kZHzEnYJqxm5Iwm3rexi0v3gVurM/a06gFaevrujpfwBvVEMH9ue73uQC5e2MKvT /QbnY65be7T4xAvYQ/sufu2ERytlo3xKBgLTRKrBrmeT+9s0FSvwov8CFWsMa9nL RZ9vyu2rKJNCs2zEhr9IQgNaaQKFLyf5oT+gAj+djO28dQriT/xfQ6+X+CIiMjNe lawry5/t21XmhZVK4w0Z4L+kyMSBRKbhyPM9OK18cAbclwTOoTV8OqALaQU9AhEk ctgnlNBAhBf7zqGFVaouKAPnB2gDws6OuoqhZ0Dx1qWDRZtiRU/5nHeymVd0QO2C PPvVF1H7thQiv8LO364pip1JlzlWgAvg2Jdrtyiy6RVLGrxexq7Oj+PN1gSRBrWT 5phD+Q6c2XixHC86vsvZrNZtsbfdmyddQP9IDSNLzM8zMcmgVLJz4QLjy/DNJ3gA AHzqYJQV0aBalwadDazSSURjIkuI0leeAwB8fOtP5Tkf6mExEh7VpjnHBWYFPyqz RAr1q+Vl2O/8fwcWnNnF8Dl6OWfDffsP2j6P1UoVc0mlGxG3FHsGynQLmNEAjcto o2P9lADYJf4br/Uod6MC =jPGW -----END PGP SIGNATURE----- --im0fIIo5qNhIWdLCji2FjENm06iCIpOmD-- From owner-svn-ports-all@freebsd.org Fri Mar 3 10:00:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF520CF5AC3 for ; Fri, 3 Mar 2017 10:00:28 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-wr0-x22d.google.com (mail-wr0-x22d.google.com [IPv6:2a00:1450:400c:c0c::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 6462E1C99 for ; Fri, 3 Mar 2017 10:00:28 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-wr0-x22d.google.com with SMTP id u48so70185938wrc.0 for ; Fri, 03 Mar 2017 02:00:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=f48DEY0K+FLcBefVAbs1q+tCY+UncdKoTKL+I5DywgU=; b=jNO+OTiRgWMHjyM1oXPxc3oiLvH1paqhcmN3zk8gcagPs7C4bI8kQxCivyuYmwV0/D f2+YdTqLZbVwzEiJy6rUmOy2g/fyeQlziTG//9CrB+aydS7QJhY9uqE08ajNMc6sAPpb Zh39bFeYEMK6j8FY4ywZmma0miHOlPeSKtSIk3oq4NofHRyWdkMDdoEsSFCkGrTFbM7U NLZ12lgLIxQ2US20Je35zayiIlfFMAL6JoTPhcWIjUpoHaS8bisye4qFTUU3aGgSVQd0 rqcQOKqVoNhWC2MtdaxcWKuWHsBYkG6ueJ3onf7HFVJZ9MV3NrzC1rB6oPc4UVGUREl3 AnBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=f48DEY0K+FLcBefVAbs1q+tCY+UncdKoTKL+I5DywgU=; b=ABcvfZJ3/POHf8e3bRglXhBMifLIbrCjrqHwoy4CzUE796gAE+9pGOypLh4ic3xuIR u6S4bCRwYUJxEmkrm222A379+lND3Q8Zr14QQlyTiVsMsU6rYLofiSpPsTBHwKdnP9qD 12N553IjNxDj4gJw8aEKt1DXxE7xPefMjqVBwv4/QCupl6Snioz8jmakMQE5gbXBJ8ad zrKLyg9lwEK6lzffIKMyKwmPRkO4mcwBAQGrLnJJ7/Z2XcBxQpLfNN/bfOyQ34JO1N/j DCexmI2GQL8yJ+uVLW4x5SPe91HyzuIevh98ukvQ9Hy9GMXqTWw/X2qIIuRigUBaYoWk CeAQ== X-Gm-Message-State: AMke39mfygksqxfa/ZcAoI3qt4/woTNGu2rLtwr956ogr2Z91NZr8I7vkEMV6PHpdbL5VzI9e3pqISOrzptmwQ== X-Received: by 10.223.169.164 with SMTP id b33mr1872805wrd.132.1488535226765; Fri, 03 Mar 2017 02:00:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.136.183 with HTTP; Fri, 3 Mar 2017 02:00:26 -0800 (PST) Reply-To: v@fatpipi.com In-Reply-To: <1c7119c7-f7c2-27f7-7128-c2ff7decd5bd@FreeBSD.org> References: <201703020800.v2280trg068967@repo.freebsd.org> <1c7119c7-f7c2-27f7-7128-c2ff7decd5bd@FreeBSD.org> From: Vanilla Hsu Date: Fri, 3 Mar 2017 18:00:26 +0800 Message-ID: Subject: Re: svn commit: r435212 - head/graphics/libqrencode To: Mathieu Arnold Cc: "Vanilla I. Shu" , "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: Fri, 03 Mar 2017 10:00:28 -0000 Got it, thanks, I will check it later. 2017-03-03 17:48 GMT+08:00 Mathieu Arnold : > Le 02/03/2017 =C3=A0 09:00, Vanilla I. Shu a =C3=A9crit : > > Author: vanilla > > Date: Thu Mar 2 08:00:55 2017 > > New Revision: 435212 > > URL: https://svnweb.freebsd.org/changeset/ports/435212 > > > > Log: > > 1: Update to 3.9.0 > > 2: add LICENSE_FILE. > > 3: switch to github. > > This broke textproc/p5-Text-QRCode: > > http://package19.nyi.freebsd.org/data/103i386-default- > build-as-user/435297/logs/p5-Text-QRCode-0.05.log > > -- > Mathieu Arnold > > > From owner-svn-ports-all@freebsd.org Fri Mar 3 10:16:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8865ECF6073; Fri, 3 Mar 2017 10:16:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BED9169A; Fri, 3 Mar 2017 10:16:01 +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 v23AG0IE009392; Fri, 3 Mar 2017 10:16:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AFxX2009381; Fri, 3 Mar 2017 10:15:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703031015.v23AFxX2009381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 3 Mar 2017 10:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435325 - in head/net/xrdp-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: Fri, 03 Mar 2017 10:16:01 -0000 Author: pi Date: Fri Mar 3 10:15:59 2017 New Revision: 435325 URL: https://svnweb.freebsd.org/changeset/ports/435325 Log: net/xrdp-devel: update 0.7.0.b20130912 -> 0.9.1 PR: 216420 Changes: https://github.com/neutrinolabs/xrdp/wiki/NEWS Submitted by: Koichiro IWAO (maintainer) Added: head/net/xrdp-devel/files/patch-configure.ac (contents, props changed) head/net/xrdp-devel/files/patch-sesman_sesman.ini (contents, props changed) head/net/xrdp-devel/files/patch-xrdp_xrdp.ini (contents, props changed) head/net/xrdp-devel/files/pkg-install.in (contents, props changed) Deleted: head/net/xrdp-devel/files/km-0411.ini head/net/xrdp-devel/files/km-e0010411.ini head/net/xrdp-devel/files/km-e0200411.ini head/net/xrdp-devel/files/km-e0210411.ini head/net/xrdp-devel/files/patch-common__os_calls.c head/net/xrdp-devel/files/patch-fix-autologin head/net/xrdp-devel/files/patch-instfiles__Makefile.am head/net/xrdp-devel/files/patch-sesman__Makefile.am head/net/xrdp-devel/files/patch-sesman__session.c head/net/xrdp-devel/files/patch-xrdp__Makefile.am head/net/xrdp-devel/files/xrdp.in Modified: head/net/xrdp-devel/Makefile head/net/xrdp-devel/distinfo head/net/xrdp-devel/pkg-plist Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Fri Mar 3 09:08:51 2017 (r435324) +++ head/net/xrdp-devel/Makefile Fri Mar 3 10:15:59 2017 (r435325) @@ -2,92 +2,105 @@ # $FreeBSD$ PORTNAME= xrdp -PORTVERSION= 0.7.0.b20130912 -PORTREVISION= 4 +PORTVERSION= 0.9.1 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net PKGNAMESUFFIX= -devel +DIST_SUBDIR?= ${PORTNAME} MAINTAINER= meta+ports@vmeta.jp COMMENT= Open source Remote Desktop Protocol (RDP) server -LICENSE= GPLv2 +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +# pulseaudio's built source is required for audio redirection +BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ + ${LOCALBASE}/bin/nasm:devel/nasm +RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp USES= autoreconf:build jpeg libtool pkgconfig ssl -USE_XORG= x11 xfixes +USE_XORG= ice pixman sm x11 xfixes xrandr GNU_CONFIGURE= yes -USE_RC_SUBR= xrdp USE_LDCONFIG= ${PREFIX}/lib/xrdp USE_GITHUB= yes GH_ACCOUNT= neutrinolabs -GH_TAGNAME= 64e2291 +GH_PROJECT= xrdp librfxcodec:librfxcodec libpainter:libpainter +GH_TAGNAME= v0.1.0:librfxcodec v0.1.0:libpainter CONFIGURE_ARGS= --localstatedir=/var \ - --enable-jpeg -CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} -LIBS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} + --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ + --enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter +LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} -lssl +CFLAGS+= -I${LOCALBASE}/include -L${OPENSSLINC} CONFLICTS= xrdp-[0-9]* -# xrdp v0.7 is not compatible with current net/freerdp (1.0.2) -#BUILD_DEPENDS+= freerdp>=1.0.2:net/freerdp -#CONFIGURE_ARGS+= --enable-freerdp1 - -OPTIONS_DEFINE= DEBUG SOUND -OPTIONS_DEFAULT= TIGERVNC JP106 -OPTIONS_GROUP= KEYMAP -OPTIONS_GROUP_KEYMAP= JP106 -OPTIONS_RADIO= XVNC -OPTIONS_RADIO_XVNC= TIGERVNC TIGHTVNC TRIDIAVNC -TIGERVNC_DESC= Use TigerVNC (recommended) -TIGHTVNC_DESC= Use TightVNC -TRIDIAVNC_DESC= Use TridiaVNC -SOUND_DESC= Enable sound support via pulseaudio (experimental) -JP106_DESC= Install Japanese JP106 keymap +INSTALL_TARGET= install-strip +SUB_FILES= pkg-install pkg-message +SUB_LIST= OPENSSLBASE=${OPENSSLBASE} + +OPTIONS_DEFINE= DEBUG FUSE IPV6 MP3LAME OPUS +OPTIONS_DEFAULT= OPUS MP3LAME +FUSE_DESC= Enable drive redirection via FUSE (experimental) +MP3LAME_DESC= Enable MP3 Lame for audio redirection +OPUS_DESC= Enable Opus for audio redirection + +IPV6_CONFIGURE_ENABLE= ipv6 +DEBUG_CONFIGURE_ENABLE= xrdpdebug +FUSE_CONFIGURE_ENABLE= fuse +MP3LAME_CONFIGURE_ENABLE= mp3lame +MP3LAME_LIB_DEPENDS= libmp3lame.so:audio/lame +OPUS_CONFIGURE_ENABLE= opus +OPUS_LIB_DEPENDS= libopus.so:audio/opus + +# don't forget to increase PORTREVISION after pulseaudio update +PULSE_VERSION= ${MAKE} -C ${PORTSDIR}/audio/pulseaudio -VPORTVERSION +PULSE_WRKSRC= ${MAKE} -C ${PORTSDIR}/audio/pulseaudio -VWRKSRC .include -# Which Xserver to use -.if ${PORT_OPTIONS:MTIGERVNC} -RUN_DEPENDS= Xvnc:net/tigervnc -.endif -.if ${PORT_OPTIONS:MTIGHTVNC} -RUN_DEPENDS= Xvnc:net/tightvnc -.endif -.if ${PORT_OPTIONS:MTRIDIAVNC} -RUN_DEPENDS= Xvnc:net/tridiavnc +.if ${PORT_OPTIONS:MFUSE} +USES+= fuse .endif -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-xrdpdebug -CFLAGS+= -DXRDP_DEBUG -.endif - -.if ${PORT_OPTIONS:MJP106} -KEYMAP_FILES+= km-0411.ini km-e0010411.ini \ - km-e0200411.ini km-e0210411.ini -PLIST_SUB+= JP106="" -.else -PLIST_SUB+= JP106="@comment " -.endif - -.if ${PORT_OPTIONS:MSOUND} -BUILD_DEPENDS+= ${LOCALBASE}/include/pulse/simple.h:audio/pulseaudio \ - ${LOCALBASE}/include/pulse/error.h:audio/pulseaudio -CONFIGURE_ARGS+= --enable-simplesound -.endif - -SUB_FILES= pkg-message +post-extract: + # librfxcodec is provided as git submodule + @${CP} -r ${WRKSRC_librfxcodec}/ ${WRKSRC}/librfxcodec/ + @${CP} -r ${WRKSRC_libpainter}/ ${WRKSRC}/libpainter/ post-patch: -.for f in sesman/sesman.ini sesman/startwm.sh xrdp/rsakeys.ini xrdp/xrdp.ini - @${MV} ${WRKSRC}/$f ${WRKSRC}/$f.sample -.endfor + @${REINPLACE_CMD} \ + -e "s|^PULSE_SCRIPT=/etc/xrdp/pulse/default.pa|PULSE_SCRIPT=${PREFIX}/etc/xrdp/pulse/default.pa|" \ + ${WRKSRC}/sesman/sesman.ini + @${REINPLACE_CMD} \ + -e "s|^PULSE_DIR = .*|PULSE_DIR = `${PULSE_WRKSRC}`|" \ + -e "s|-Wall -O2|-Wall -O2 -I${LOCALBASE}/include|" \ + ${WRKSRC}/sesman/chansrv/pulse/Makefile pre-configure: - @cd ${WRKSRC} && ./bootstrap + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap + +post-build: + # build pulseaudio module + @${CP} -r "`${PULSE_WRKSRC}`" ${WRKDIR} + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -C sesman/chansrv/pulse post-install: -.for f in ${KEYMAP_FILES} - ${INSTALL_DATA} ${FILESDIR}/$f ${STAGEDIR}${PREFIX}/etc/xrdp + # install pulseaudio module + ${MKDIR} "${STAGEDIR}${PREFIX}/lib/pulse-`${PULSE_VERSION}`/modules/" +.for f in module-xrdp-sink.so module-xrdp-source.so + ${INSTALL_LIB} -m 0755 ${WRKSRC}/sesman/chansrv/pulse/$f \ + "${STAGEDIR}${PREFIX}/lib/pulse-`${PULSE_VERSION}`/modules/" +.endfor + # substitute pkg-plist not using PLIST_SUB + ${REINPLACE_CMD} -e "s|%%PULSE_VERSION%%|`${PULSE_VERSION}`|g" ${TMPPLIST} + +post-stage: + @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/rsakeys.ini + @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/cert.pem + @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/key.pem +.for f in sesman.ini startwm.sh xrdp.ini xrdp_keyboard.ini + @${MV} ${STAGEDIR}${PREFIX}/etc/xrdp/$f ${STAGEDIR}${PREFIX}/etc/xrdp/$f.sample .endfor .include Modified: head/net/xrdp-devel/distinfo ============================================================================== --- head/net/xrdp-devel/distinfo Fri Mar 3 09:08:51 2017 (r435324) +++ head/net/xrdp-devel/distinfo Fri Mar 3 10:15:59 2017 (r435325) @@ -1,2 +1,7 @@ -SHA256 (neutrinolabs-xrdp-0.7.0.b20130912-64e2291_GH0.tar.gz) = 2e21006a2bb09f706a5a63e999487a5eab45ab0c7bfcc3a3e056d288d525d06c -SIZE (neutrinolabs-xrdp-0.7.0.b20130912-64e2291_GH0.tar.gz) = 2892771 +TIMESTAMP = 1482726509 +SHA256 (xrdp/neutrinolabs-xrdp-v0.9.1_GH0.tar.gz) = 9bfafb0277b07e8242bfdbede2928423d28c5714efb0c226118759fab06c42ab +SIZE (xrdp/neutrinolabs-xrdp-v0.9.1_GH0.tar.gz) = 1885192 +SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.0_GH0.tar.gz) = b05c1812e2daef373bf5e647bc86ee11f136adbe7ea999b5109180f406071f0a +SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.0_GH0.tar.gz) = 38590 +SHA256 (xrdp/neutrinolabs-libpainter-v0.1.0_GH0.tar.gz) = 9fd2a3a85ba4f3e311cea34e9824bd38f3673e60951906c06744cf6b8f73397a +SIZE (xrdp/neutrinolabs-libpainter-v0.1.0_GH0.tar.gz) = 9859 Added: head/net/xrdp-devel/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdp-devel/files/patch-configure.ac Fri Mar 3 10:15:59 2017 (r435325) @@ -0,0 +1,22 @@ +diff --git configure.ac configure.ac +index 5c73168a..abbf4135 100644 +--- configure.ac ++++ configure.ac +@@ -138,8 +138,15 @@ AC_CHECK_FUNC(dlopen, [], + AC_SUBST(DLOPEN_LIBS) + + # checking for openssl +-PKG_CHECK_MODULES([OPENSSL], [openssl >= 0], [], +- [AC_MSG_ERROR([please install libssl-dev or openssl-devel])]) ++if test "x$freebsd" = "xyes"; then ++ # FreeBSD base doesn't supply "*.pc" ++ AC_CHECK_HEADER([openssl/rc4.h], [], ++ [AC_MSG_ERROR([please install libssl-dev or openssl-devel])], ++ [#include ]) ++else ++ PKG_CHECK_MODULES([OPENSSL], [openssl >= 0], [], ++ [AC_MSG_ERROR([please install libssl-dev or openssl-devel])]) ++fi + + # checking for pam variation + # Linux-PAM is used in Linux systems Added: head/net/xrdp-devel/files/patch-sesman_sesman.ini ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdp-devel/files/patch-sesman_sesman.ini Fri Mar 3 10:15:59 2017 (r435325) @@ -0,0 +1,15 @@ +diff --git sesman/sesman.ini sesman/sesman.ini +index 674665e9..45929d6d 100644 +--- sesman/sesman.ini ++++ sesman/sesman.ini +@@ -84,8 +84,8 @@ param=xrdp/xorg.conf + param=-noreset + param=-nolisten + param=tcp +-param=-logfile +-param=.xorgxrdp.%s.log ++#param=-logfile ++#param=.xorgxrdp.%s.log + + [Chansrv] + ; drive redirection, defaults to xrdp_client if not set Added: head/net/xrdp-devel/files/patch-xrdp_xrdp.ini ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdp-devel/files/patch-xrdp_xrdp.ini Fri Mar 3 10:15:59 2017 (r435325) @@ -0,0 +1,34 @@ +--- xrdp/xrdp.ini.orig 2016-12-22 17:04:29 UTC ++++ xrdp/xrdp.ini +@@ -147,24 +147,24 @@ tcutils=true + ; Session types + ; + +-[X11rdp] +-name=X11rdp ++[Xorg] ++name=Xorg + lib=libxup.so + username=ask + password=ask + ip=127.0.0.1 + port=-1 +-xserverbpp=24 +-code=10 ++code=20 + +-[Xorg] +-name=Xorg ++[X11rdp] ++name=X11rdp + lib=libxup.so + username=ask + password=ask + ip=127.0.0.1 + port=-1 +-code=20 ++xserverbpp=24 ++code=10 + + [Xvnc] + name=Xvnc Added: head/net/xrdp-devel/files/pkg-install.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdp-devel/files/pkg-install.in Fri Mar 3 10:15:59 2017 (r435325) @@ -0,0 +1,39 @@ +#!/bin/sh +# vim:ts=4:sw=4:et + +if [ $# -ne 2 ]; then + echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 + exit 1 +fi + +case $2 in + PRE-INSTALL) + : nothing to do here + ;; + POST-INSTALL) + RSAKEYS=%%PREFIX%%/etc/xrdp/rsakeys.ini + PRIVATEKEY=%%PREFIX%%/etc/xrdp/key.pem + CERTIFICATE=%%PREFIX%%/etc/xrdp/cert.pem + # make sure rsakeys and certificates are private + umask 077 + # generate rsakeys.ini + [ -e "$RSAKEYS" ] || %%PREFIX%%/bin/xrdp-keygen xrdp "$RSAKEYS" + # generate self-signed certificate + [ -e "$PRIVATEKEY" -a -e "$CERTIFICATE" ] || \ + %%OPENSSLBASE%%/bin/openssl req \ + -x509 \ + -newkey rsa:4096 \ + -keyout "$PRIVATEKEY" \ + -sha256 \ + -nodes \ + -out "$CERTIFICATE" \ + -days 365 \ + -subj "/CN=$(hostname)" + ;; + *) + echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 + exit 1 + ;; +esac + +exit 0 Modified: head/net/xrdp-devel/pkg-plist ============================================================================== --- head/net/xrdp-devel/pkg-plist Fri Mar 3 09:08:51 2017 (r435324) +++ head/net/xrdp-devel/pkg-plist Fri Mar 3 10:15:59 2017 (r435325) @@ -1,11 +1,29 @@ -@stopdaemon xrdp -bin/xrdp-xcon bin/xrdp-dis bin/xrdp-genkeymap bin/xrdp-keygen bin/xrdp-sesadmin bin/xrdp-sesrun -bin/xrdp-sestest +bin/rfxcodectest +lib/libpainter.a +lib/libpainter.so +lib/libpainter.so.0 +lib/libpainter.so.0.0.0 +lib/librfxencode.so +lib/librfxencode.so.0.0.0 +lib/librfxencode.a +lib/librfxencode.so.0 +include/painter.h +include/rfxcodec_common.h +include/rfxcodec_decode.h +include/rfxcodec_encode.h +include/xrdp_client_info.h +include/xrdp_constants.h +include/xrdp_rail.h +lib/pulse-%%PULSE_VERSION%%/modules/module-xrdp-sink.so +lib/pulse-%%PULSE_VERSION%%/modules/module-xrdp-source.so +libdata/pkgconfig/libpainter.pc +libdata/pkgconfig/rfxcodec.pc +libdata/pkgconfig/xrdp.pc lib/xrdp/libcommon.a lib/xrdp/libcommon.so lib/xrdp/libcommon.so.0 @@ -39,33 +57,55 @@ lib/xrdp/libxrdpapi.a lib/xrdp/libxrdpapi.so.0 lib/xrdp/libxrdpapi.so.0.0.0 etc/pam.d/xrdp-sesman -etc/xrdp/km-0407.ini -etc/xrdp/km-0409.ini -etc/xrdp/km-040c.ini -etc/xrdp/km-0410.ini -etc/xrdp/km-0419.ini -etc/xrdp/km-041d.ini -%%JP106%%etc/xrdp/km-0411.ini -%%JP106%%etc/xrdp/km-e0010411.ini -%%JP106%%etc/xrdp/km-e0200411.ini -%%JP106%%etc/xrdp/km-e0210411.ini -@sample etc/xrdp/rsakeys.ini.sample -@sample etc/xrdp/sesman.ini.sample -@sample etc/xrdp/startwm.sh.sample -@sample etc/xrdp/xrdp.ini.sample +etc/rc.d/xrdp +%%ETCDIR%%/km-00000407.ini +%%ETCDIR%%/km-00000409.ini +%%ETCDIR%%/km-0000040a.ini +%%ETCDIR%%/km-0000040b.ini +%%ETCDIR%%/km-0000040c.ini +%%ETCDIR%%/km-00000410.ini +%%ETCDIR%%/km-00000411.ini +%%ETCDIR%%/km-00000412.ini +%%ETCDIR%%/km-00000414.ini +%%ETCDIR%%/km-00000415.ini +%%ETCDIR%%/km-00000416.ini +%%ETCDIR%%/km-00000419.ini +%%ETCDIR%%/km-0000041d.ini +%%ETCDIR%%/km-00000807.ini +%%ETCDIR%%/km-00000809.ini +%%ETCDIR%%/km-0000080c.ini +%%ETCDIR%%/km-00000813.ini +%%ETCDIR%%/km-00000816.ini +%%ETCDIR%%/km-0000100c.ini +%%ETCDIR%%/pulse/default.pa +@postunexec if cmp -s %D/etc/xrdp/sesman.ini.sample %D/etc/xrdp/sesman.ini; then rm -f %D/etc/xrdp/sesman.ini; fi +@postunexec if cmp -s %D/etc/xrdp/startwm.sh.sample %D/etc/xrdp/startwm.sh; then rm -f %D/etc/xrdp/startwm.sh; fi +@postunexec if cmp -s %D/etc/xrdp/xrdp.ini.sample %D/etc/xrdp/xrdp.ini; then rm -f %D/etc/xrdp/xrdp.ini; fi +@postunexec if cmp -s %D/etc/xrdp/xrdp_keyboard.ini.sample %D/etc/xrdp/xrdp_keyboard.ini; then rm -f %D/etc/xrdp/xrdp_keyboard.ini; fi +@sample %%ETCDIR%%/sesman.ini.sample +@sample %%ETCDIR%%/startwm.sh.sample +@sample %%ETCDIR%%/xrdp.ini.sample +@sample %%ETCDIR%%/xrdp_keyboard.ini.sample +man/man1/xrdp-dis.1.gz man/man5/sesman.ini.5.gz +man/man8/xrdp.8.gz man/man5/xrdp.ini.5.gz +man/man8/xrdp-chansrv.8.gz +man/man8/xrdp-genkeymap.8.gz +man/man8/xrdp-keygen.8.gz +man/man8/xrdp-sesadmin.8.gz man/man8/xrdp-sesman.8.gz man/man8/xrdp-sesrun.8.gz -man/man8/xrdp.8.gz +man/man8/xrdp-sessvc.8.gz sbin/xrdp sbin/xrdp-chansrv sbin/xrdp-sesman sbin/xrdp-sessvc -share/xrdp/ad24b.bmp -share/xrdp/ad256.bmp -share/xrdp/cursor0.cur -share/xrdp/cursor1.cur -share/xrdp/sans-10.fv1 -share/xrdp/xrdp24b.bmp -share/xrdp/xrdp256.bmp +%%DATADIR%%/ad24b.bmp +%%DATADIR%%/ad256.bmp +%%DATADIR%%/cursor0.cur +%%DATADIR%%/cursor1.cur +%%DATADIR%%/sans-10.fv1 +%%DATADIR%%/xrdp24b.bmp +%%DATADIR%%/xrdp256.bmp +%%DATADIR%%/xrdp_logo.bmp From owner-svn-ports-all@freebsd.org Fri Mar 3 10:22:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61630CF6374; Fri, 3 Mar 2017 10:22: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 23F7C1CC6; Fri, 3 Mar 2017 10:22: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 v23AMPfx013390; Fri, 3 Mar 2017 10:22:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AMO21013386; Fri, 3 Mar 2017 10:22:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703031022.v23AMO21013386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Mar 2017 10:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435326 - in branches/2017Q1/devel: py-game_sdl2 renpy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 10:22:26 -0000 Author: jbeich Date: Fri Mar 3 10:22:24 2017 New Revision: 435326 URL: https://svnweb.freebsd.org/changeset/ports/435326 Log: MFH: r435229 devel/renpy: update to 6.99.12.4 6.99.12.4.2187: February 28, 2017 This release fixes a number of bugs, including one that would cause the renpy.input function to crash. It improves the console (accessed with shift+O), and updates translations. Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-4 Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/devel/py-game_sdl2/Makefile branches/2017Q1/devel/py-game_sdl2/distinfo branches/2017Q1/devel/renpy/Makefile branches/2017Q1/devel/renpy/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/py-game_sdl2/Makefile ============================================================================== --- branches/2017Q1/devel/py-game_sdl2/Makefile Fri Mar 3 10:15:59 2017 (r435325) +++ branches/2017Q1/devel/py-game_sdl2/Makefile Fri Mar 3 10:22:24 2017 (r435326) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.12.3 +PORTVERSION= 6.99.12.4 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO Modified: branches/2017Q1/devel/py-game_sdl2/distinfo ============================================================================== --- branches/2017Q1/devel/py-game_sdl2/distinfo Fri Mar 3 10:15:59 2017 (r435325) +++ branches/2017Q1/devel/py-game_sdl2/distinfo Fri Mar 3 10:22:24 2017 (r435326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486950266 -SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.3.tar.gz) = dc67c60ef4525cbd7ca61c7a94e29498fcd6caf7e5afebd82e0ef3fe74fd857b -SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.3.tar.gz) = 2294364 +TIMESTAMP = 1488338407 +SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.4.tar.gz) = 8e9e101027bfab62d6a4b9a4d5705d168383501af9ba958aaa3135233009bd1d +SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.4.tar.gz) = 2294620 Modified: branches/2017Q1/devel/renpy/Makefile ============================================================================== --- branches/2017Q1/devel/renpy/Makefile Fri Mar 3 10:15:59 2017 (r435325) +++ branches/2017Q1/devel/renpy/Makefile Fri Mar 3 10:22:24 2017 (r435326) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 6.99.12.3 +PORTVERSION?= 6.99.12.4 DISTVERSIONSUFFIX=-sdk PORTREVISION?= 0 CATEGORIES= devel games Modified: branches/2017Q1/devel/renpy/distinfo ============================================================================== --- branches/2017Q1/devel/renpy/distinfo Fri Mar 3 10:15:59 2017 (r435325) +++ branches/2017Q1/devel/renpy/distinfo Fri Mar 3 10:22:24 2017 (r435326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486950266 -SHA256 (renpy-6.99.12.3-sdk.tar.bz2) = dddc7120b6420e5fa8040882ffff5e83c645b26946cfa253986a40868bd6d39b -SIZE (renpy-6.99.12.3-sdk.tar.bz2) = 56915486 +TIMESTAMP = 1488338136 +SHA256 (renpy-6.99.12.4-sdk.tar.bz2) = ee3cd5c014a3d2cc4a7208a6a3812cd5b1614094a7b5548f1a0791b6ec0f07b1 +SIZE (renpy-6.99.12.4-sdk.tar.bz2) = 56908386 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:24:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF847CF63FB; Fri, 3 Mar 2017 10:24: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 9EC691DCE; Fri, 3 Mar 2017 10:24: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 v23AOTfZ013579; Fri, 3 Mar 2017 10:24:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AOTaP013577; Fri, 3 Mar 2017 10:24:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031024.v23AOTaP013577@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, 3 Mar 2017 10:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435327 - head/multimedia/libzen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 10:24:30 -0000 Author: sunpoet Date: Fri Mar 3 10:24:29 2017 New Revision: 435327 URL: https://svnweb.freebsd.org/changeset/ports/435327 Log: Update to 0.7.93 (0.4.34) Modified: head/multimedia/libzen/Makefile head/multimedia/libzen/distinfo Modified: head/multimedia/libzen/Makefile ============================================================================== --- head/multimedia/libzen/Makefile Fri Mar 3 10:22:24 2017 (r435326) +++ head/multimedia/libzen/Makefile Fri Mar 3 10:24:29 2017 (r435327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libzen -PORTVERSION= 0.7.92.1 +PORTVERSION= 0.7.93 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libzen/distinfo ============================================================================== --- head/multimedia/libzen/distinfo Fri Mar 3 10:22:24 2017 (r435326) +++ head/multimedia/libzen/distinfo Fri Mar 3 10:24:29 2017 (r435327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486063983 -SHA256 (MediaInfo_CLI_0.7.92.1_GNU_FromSource.tar.xz) = 1f676575cd119126ffc5455b14341221ae0b50a3ed0bf61b9c600d43b86e6d2e -SIZE (MediaInfo_CLI_0.7.92.1_GNU_FromSource.tar.xz) = 2760456 +TIMESTAMP = 1488533233 +SHA256 (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 47a68fc26f79ad6928567a7eeb10d3922df6f9ba80dbec25a4883922af0c393a +SIZE (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 2772684 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:24:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 559BACF6434; Fri, 3 Mar 2017 10:24: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 242001DE3; Fri, 3 Mar 2017 10:24: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 v23AOY90013699; Fri, 3 Mar 2017 10:24:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AOYUC013697; Fri, 3 Mar 2017 10:24:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031024.v23AOYUC013697@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, 3 Mar 2017 10:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435328 - 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: Fri, 03 Mar 2017 10:24:35 -0000 Author: sunpoet Date: Fri Mar 3 10:24:33 2017 New Revision: 435328 URL: https://svnweb.freebsd.org/changeset/ports/435328 Log: Update to 0.7.93 Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt Modified: head/multimedia/libmediainfo/Makefile head/multimedia/libmediainfo/distinfo Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Fri Mar 3 10:24:29 2017 (r435327) +++ head/multimedia/libmediainfo/Makefile Fri Mar 3 10:24:33 2017 (r435328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmediainfo -PORTVERSION= 0.7.92.1 +PORTVERSION= 0.7.93 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libmediainfo/distinfo ============================================================================== --- head/multimedia/libmediainfo/distinfo Fri Mar 3 10:24:29 2017 (r435327) +++ head/multimedia/libmediainfo/distinfo Fri Mar 3 10:24:33 2017 (r435328) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486063988 -SHA256 (MediaInfo_CLI_0.7.92.1_GNU_FromSource.tar.xz) = 1f676575cd119126ffc5455b14341221ae0b50a3ed0bf61b9c600d43b86e6d2e -SIZE (MediaInfo_CLI_0.7.92.1_GNU_FromSource.tar.xz) = 2760456 +TIMESTAMP = 1488533238 +SHA256 (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 47a68fc26f79ad6928567a7eeb10d3922df6f9ba80dbec25a4883922af0c393a +SIZE (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 2772684 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:24:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8491CF6466; Fri, 3 Mar 2017 10:24: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 8798F1E34; Fri, 3 Mar 2017 10:24: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 v23AOcJA013817; Fri, 3 Mar 2017 10:24:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AOcCT013815; Fri, 3 Mar 2017 10:24:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031024.v23AOcCT013815@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, 3 Mar 2017 10:24:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435329 - 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: Fri, 03 Mar 2017 10:24:39 -0000 Author: sunpoet Date: Fri Mar 3 10:24:38 2017 New Revision: 435329 URL: https://svnweb.freebsd.org/changeset/ports/435329 Log: Update to 0.7.93 Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt Modified: head/multimedia/mediainfo/Makefile head/multimedia/mediainfo/distinfo Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Fri Mar 3 10:24:33 2017 (r435328) +++ head/multimedia/mediainfo/Makefile Fri Mar 3 10:24:38 2017 (r435329) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediainfo -PORTVERSION= 0.7.92.1 +PORTVERSION= 0.7.93 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/${PORTNAME}/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/mediainfo/distinfo ============================================================================== --- head/multimedia/mediainfo/distinfo Fri Mar 3 10:24:33 2017 (r435328) +++ head/multimedia/mediainfo/distinfo Fri Mar 3 10:24:38 2017 (r435329) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486063992 -SHA256 (MediaInfo_CLI_0.7.92.1_GNU_FromSource.tar.xz) = 1f676575cd119126ffc5455b14341221ae0b50a3ed0bf61b9c600d43b86e6d2e -SIZE (MediaInfo_CLI_0.7.92.1_GNU_FromSource.tar.xz) = 2760456 +TIMESTAMP = 1488533242 +SHA256 (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 47a68fc26f79ad6928567a7eeb10d3922df6f9ba80dbec25a4883922af0c393a +SIZE (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 2772684 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:24:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F710CF64A4; Fri, 3 Mar 2017 10:24: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 605691EA0; Fri, 3 Mar 2017 10:24: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 v23AOhNE013936; Fri, 3 Mar 2017 10:24:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AOh61013934; Fri, 3 Mar 2017 10:24:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031024.v23AOh61013934@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, 3 Mar 2017 10:24:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435330 - head/www/p5-libwww X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 10:24:44 -0000 Author: sunpoet Date: Fri Mar 3 10:24:43 2017 New Revision: 435330 URL: https://svnweb.freebsd.org/changeset/ports/435330 Log: Update to 6.22 Changes: http://search.cpan.org/dist/libwww/Changes Modified: head/www/p5-libwww/Makefile head/www/p5-libwww/distinfo Modified: head/www/p5-libwww/Makefile ============================================================================== --- head/www/p5-libwww/Makefile Fri Mar 3 10:24:38 2017 (r435329) +++ head/www/p5-libwww/Makefile Fri Mar 3 10:24:43 2017 (r435330) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libwww -PORTVERSION= 6.21 +PORTVERSION= 6.22 DISTVERSIONPREFIX= perl- -PORTREVISION= 1 CATEGORIES= www devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OALDERS Modified: head/www/p5-libwww/distinfo ============================================================================== --- head/www/p5-libwww/distinfo Fri Mar 3 10:24:38 2017 (r435329) +++ head/www/p5-libwww/distinfo Fri Mar 3 10:24:43 2017 (r435330) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487770023 -SHA256 (libwww-perl-6.21.tar.gz) = d727ce7bc4926cc3d4dfe8aed8efcf252fcd06ac90fe3fdb39192a635e7a7eee -SIZE (libwww-perl-6.21.tar.gz) = 158332 +TIMESTAMP = 1488533254 +SHA256 (libwww-perl-6.22.tar.gz) = 3197d01d3deb691b53fcc1b5ef88f88d7c401aa536b6696ce2f15c84cfce1fdf +SIZE (libwww-perl-6.22.tar.gz) = 159158 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:24:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E410CF64ED; Fri, 3 Mar 2017 10:24:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8B11F11; Fri, 3 Mar 2017 10:24: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 v23AOmEn014056; Fri, 3 Mar 2017 10:24:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AOlaw014054; Fri, 3 Mar 2017 10:24:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031024.v23AOlaw014054@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, 3 Mar 2017 10:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435331 - head/devel/rubygem-gettext-setup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 10:24:49 -0000 Author: sunpoet Date: Fri Mar 3 10:24:47 2017 New Revision: 435331 URL: https://svnweb.freebsd.org/changeset/ports/435331 Log: Update to 0.14 Changes: https://github.com/puppetlabs/gettext-setup-gem/commits/master Modified: head/devel/rubygem-gettext-setup/Makefile head/devel/rubygem-gettext-setup/distinfo Modified: head/devel/rubygem-gettext-setup/Makefile ============================================================================== --- head/devel/rubygem-gettext-setup/Makefile Fri Mar 3 10:24:43 2017 (r435330) +++ head/devel/rubygem-gettext-setup/Makefile Fri Mar 3 10:24:47 2017 (r435331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gettext-setup -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gettext-setup/distinfo ============================================================================== --- head/devel/rubygem-gettext-setup/distinfo Fri Mar 3 10:24:43 2017 (r435330) +++ head/devel/rubygem-gettext-setup/distinfo Fri Mar 3 10:24:47 2017 (r435331) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485355057 -SHA256 (rubygem/gettext-setup-0.13.gem) = 234c1992ee8103a3af89d5e78f4cd63eaa58d8867b759fb5e5f16b4206416693 -SIZE (rubygem/gettext-setup-0.13.gem) = 11264 +TIMESTAMP = 1488533261 +SHA256 (rubygem/gettext-setup-0.14.gem) = 98c17817a546a9c63380b61ab77570a9dda48fc22090b56135f30fd9e878dedd +SIZE (rubygem/gettext-setup-0.14.gem) = 11264 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:24:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76AA1CF6527; Fri, 3 Mar 2017 10:24: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 410F31F82; Fri, 3 Mar 2017 10:24: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 v23AOq0K014172; Fri, 3 Mar 2017 10:24:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AOqbG014171; Fri, 3 Mar 2017 10:24:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031024.v23AOqbG014171@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, 3 Mar 2017 10:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435332 - head/net/rubygem-fog-xenserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 10:24:53 -0000 Author: sunpoet Date: Fri Mar 3 10:24:52 2017 New Revision: 435332 URL: https://svnweb.freebsd.org/changeset/ports/435332 Log: Update to 0.3.0 Changes: https://github.com/fog/fog-xenserver/commits/master Modified: head/net/rubygem-fog-xenserver/Makefile head/net/rubygem-fog-xenserver/distinfo Modified: head/net/rubygem-fog-xenserver/Makefile ============================================================================== --- head/net/rubygem-fog-xenserver/Makefile Fri Mar 3 10:24:47 2017 (r435331) +++ head/net/rubygem-fog-xenserver/Makefile Fri Mar 3 10:24:52 2017 (r435332) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-xenserver -PORTVERSION= 0.2.3 +PORTVERSION= 0.3.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-xenserver/distinfo ============================================================================== --- head/net/rubygem-fog-xenserver/distinfo Fri Mar 3 10:24:47 2017 (r435331) +++ head/net/rubygem-fog-xenserver/distinfo Fri Mar 3 10:24:52 2017 (r435332) @@ -1,2 +1,3 @@ -SHA256 (rubygem/fog-xenserver-0.2.3.gem) = 60742ac7e215cd98c72177a289790a7e17101ed5e586f95a861c10445e811dcc -SIZE (rubygem/fog-xenserver-0.2.3.gem) = 105984 +TIMESTAMP = 1488533266 +SHA256 (rubygem/fog-xenserver-0.3.0.gem) = 6bedab7eec236dc917fa53428a080ff6c7003ad318108596ba1a8170aea6052d +SIZE (rubygem/fog-xenserver-0.3.0.gem) = 114688 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:24:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E17ABCF6561; Fri, 3 Mar 2017 10:24: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 AC5F41FF6; Fri, 3 Mar 2017 10:24: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 v23AOu5u014291; Fri, 3 Mar 2017 10:24:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AOul7014289; Fri, 3 Mar 2017 10:24:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031024.v23AOul7014289@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, 3 Mar 2017 10:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435333 - 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: Fri, 03 Mar 2017 10:24:58 -0000 Author: sunpoet Date: Fri Mar 3 10:24:56 2017 New Revision: 435333 URL: https://svnweb.freebsd.org/changeset/ports/435333 Log: Update to 1.9.5 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 Fri Mar 3 10:24:52 2017 (r435332) +++ head/net/rubygem-rbvmomi/Makefile Fri Mar 3 10:24:56 2017 (r435333) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rbvmomi -PORTVERSION= 1.9.4 -PORTREVISION= 1 +PORTVERSION= 1.9.5 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +12,7 @@ COMMENT= Ruby interface to the VMware vS LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ +RUN_DEPENDS= rubygem-builder>=3.0:devel/rubygem-builder \ rubygem-json>=1.8:devel/rubygem-json \ rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \ rubygem-trollop>=2.1:devel/rubygem-trollop Modified: head/net/rubygem-rbvmomi/distinfo ============================================================================== --- head/net/rubygem-rbvmomi/distinfo Fri Mar 3 10:24:52 2017 (r435332) +++ head/net/rubygem-rbvmomi/distinfo Fri Mar 3 10:24:56 2017 (r435333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479982228 -SHA256 (rubygem/rbvmomi-1.9.4.gem) = 0362ca5462f25c8ec31aa7001a65b39cee8c45a410252d2fbc6675791c5069c3 -SIZE (rubygem/rbvmomi-1.9.4.gem) = 205824 +TIMESTAMP = 1488533272 +SHA256 (rubygem/rbvmomi-1.9.5.gem) = 1f26f35fd2bf2fe8e1517fd520e7848800c0e1188b4314644aeb3e7d086d6c7b +SIZE (rubygem/rbvmomi-1.9.5.gem) = 205824 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:25:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40E99CF65AA; Fri, 3 Mar 2017 10:25: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 0A7301065; Fri, 3 Mar 2017 10:25: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 v23AP1wU014401; Fri, 3 Mar 2017 10:25:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AP1Qs014400; Fri, 3 Mar 2017 10:25:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031025.v23AP1Qs014400@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, 3 Mar 2017 10:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435334 - head/devel/p5-DateTime-Format-Mail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 10:25:02 -0000 Author: sunpoet Date: Fri Mar 3 10:25:00 2017 New Revision: 435334 URL: https://svnweb.freebsd.org/changeset/ports/435334 Log: Update PORTSCOUT Modified: head/devel/p5-DateTime-Format-Mail/Makefile Modified: head/devel/p5-DateTime-Format-Mail/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Mail/Makefile Fri Mar 3 10:24:56 2017 (r435333) +++ head/devel/p5-DateTime-Format-Mail/Makefile Fri Mar 3 10:25:00 2017 (r435334) @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Params-Validate>=0:devel p5-DateTime>=0:devel/p5-DateTime BUILD_DEPENDS:= ${RUN_DEPENDS} -PORTSCOUT= skipv:0.3001 +PORTSCOUT= skipv:0.2901,0.3001 NO_ARCH= yes USES= perl5 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:25:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A7BFCF660B; Fri, 3 Mar 2017 10:25: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 DCB9410EB; Fri, 3 Mar 2017 10:25: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 v23AP5Kp014520; Fri, 3 Mar 2017 10:25:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AP5Cj014518; Fri, 3 Mar 2017 10:25:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031025.v23AP5Cj014518@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, 3 Mar 2017 10:25:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435335 - 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: Fri, 03 Mar 2017 10:25:07 -0000 Author: sunpoet Date: Fri Mar 3 10:25:05 2017 New Revision: 435335 URL: https://svnweb.freebsd.org/changeset/ports/435335 Log: Update to 1.818 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 Fri Mar 3 10:25:00 2017 (r435334) +++ head/devel/p5-MCE/Makefile Fri Mar 3 10:25:05 2017 (r435335) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.817 +PORTVERSION= 1.818 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Fri Mar 3 10:25:00 2017 (r435334) +++ head/devel/p5-MCE/distinfo Fri Mar 3 10:25:05 2017 (r435335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488116847 -SHA256 (MCE-1.817.tar.gz) = 9d36a152cfdc60bc839a943c509fd567b2ff0281e0f4d33689887f390e2270fb -SIZE (MCE-1.817.tar.gz) = 174972 +TIMESTAMP = 1488533279 +SHA256 (MCE-1.818.tar.gz) = a2339bab85a74908e1807881e64a7d58e6926b45928368ce14d496ebeeb31ec3 +SIZE (MCE-1.818.tar.gz) = 175329 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:25:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5ECCCF66F2; Fri, 3 Mar 2017 10:25: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 8D2A6116A; Fri, 3 Mar 2017 10:25: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 v23APAiU014638; Fri, 3 Mar 2017 10:25:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23APAG1014636; Fri, 3 Mar 2017 10:25:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031025.v23APAG1014636@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, 3 Mar 2017 10:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435336 - head/www/rubygem-heroku X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 10:25:11 -0000 Author: sunpoet Date: Fri Mar 3 10:25:10 2017 New Revision: 435336 URL: https://svnweb.freebsd.org/changeset/ports/435336 Log: Update to 3.43.999 Changes: https://github.com/heroku/legacy-cli/blob/master/CHANGELOG Modified: head/www/rubygem-heroku/Makefile head/www/rubygem-heroku/distinfo Modified: head/www/rubygem-heroku/Makefile ============================================================================== --- head/www/rubygem-heroku/Makefile Fri Mar 3 10:25:05 2017 (r435335) +++ head/www/rubygem-heroku/Makefile Fri Mar 3 10:25:10 2017 (r435336) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= heroku -PORTVERSION= 3.43.16 +PORTVERSION= 3.43.999 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-heroku/distinfo ============================================================================== --- head/www/rubygem-heroku/distinfo Fri Mar 3 10:25:05 2017 (r435335) +++ head/www/rubygem-heroku/distinfo Fri Mar 3 10:25:10 2017 (r435336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483225295 -SHA256 (rubygem/heroku-3.43.16.gem) = 67ea0a5a9f4851b70a15d7df729607709edeccf22d973e2ba24028882c972024 -SIZE (rubygem/heroku-3.43.16.gem) = 1074688 +TIMESTAMP = 1488533205 +SHA256 (rubygem/heroku-3.43.999.gem) = 7cd6b8cf2cfb2d193011926e0b067b5feecd4faaec90e9b585d2803779b90208 +SIZE (rubygem/heroku-3.43.999.gem) = 1073664 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:25:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F3A8CF6768; Fri, 3 Mar 2017 10:25: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 3E3B111E8; Fri, 3 Mar 2017 10:25: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 v23APFdt014755; Fri, 3 Mar 2017 10:25:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23APFnv014753; Fri, 3 Mar 2017 10:25:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031025.v23APFnv014753@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, 3 Mar 2017 10:25:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435337 - head/www/rubygem-jekyll X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 10:25:16 -0000 Author: sunpoet Date: Fri Mar 3 10:25:15 2017 New Revision: 435337 URL: https://svnweb.freebsd.org/changeset/ports/435337 Log: Update to 3.4.1 Changes: https://github.com/jekyll/jekyll/blob/v3.4.1/History.markdown Modified: head/www/rubygem-jekyll/Makefile head/www/rubygem-jekyll/distinfo Modified: head/www/rubygem-jekyll/Makefile ============================================================================== --- head/www/rubygem-jekyll/Makefile Fri Mar 3 10:25:10 2017 (r435336) +++ head/www/rubygem-jekyll/Makefile Fri Mar 3 10:25:15 2017 (r435337) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-jekyll/distinfo ============================================================================== --- head/www/rubygem-jekyll/distinfo Fri Mar 3 10:25:10 2017 (r435336) +++ head/www/rubygem-jekyll/distinfo Fri Mar 3 10:25:15 2017 (r435337) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485609174 -SHA256 (rubygem/jekyll-3.4.0.gem) = 105e8c12b56c7468652100108c1cbcb2e6cc40326f244656f326734aaccb3ead -SIZE (rubygem/jekyll-3.4.0.gem) = 91136 +TIMESTAMP = 1488533288 +SHA256 (rubygem/jekyll-3.4.1.gem) = 8b2be8cb18370e09efd73e7102cdef6fb4fbcc135aa76baa620beabb4e977661 +SIZE (rubygem/jekyll-3.4.1.gem) = 91136 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:25:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D7E3CF67C8; Fri, 3 Mar 2017 10:25: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 0D06C126E; Fri, 3 Mar 2017 10:25: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 v23APK6s014874; Fri, 3 Mar 2017 10:25:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23APKZo014872; Fri, 3 Mar 2017 10:25:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031025.v23APKZo014872@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, 3 Mar 2017 10:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435338 - head/www/rubygem-uglifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 10:25:21 -0000 Author: sunpoet Date: Fri Mar 3 10:25:19 2017 New Revision: 435338 URL: https://svnweb.freebsd.org/changeset/ports/435338 Log: Update to 3.1.3 Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md Modified: head/www/rubygem-uglifier/Makefile head/www/rubygem-uglifier/distinfo Modified: head/www/rubygem-uglifier/Makefile ============================================================================== --- head/www/rubygem-uglifier/Makefile Fri Mar 3 10:25:15 2017 (r435337) +++ head/www/rubygem-uglifier/Makefile Fri Mar 3 10:25:19 2017 (r435338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uglifier -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-uglifier/distinfo ============================================================================== --- head/www/rubygem-uglifier/distinfo Fri Mar 3 10:25:15 2017 (r435337) +++ head/www/rubygem-uglifier/distinfo Fri Mar 3 10:25:19 2017 (r435338) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488463072 -SHA256 (rubygem/uglifier-3.1.2.gem) = 8f264353ae09c9ad727be179922ce1572e8deb57e0d192bed76357ceb939c855 -SIZE (rubygem/uglifier-3.1.2.gem) = 97280 +TIMESTAMP = 1488533293 +SHA256 (rubygem/uglifier-3.1.3.gem) = 54161e37cae0e2e2a78439b8ce7b777824b67ee74e7659f5fa0495ae8d120c93 +SIZE (rubygem/uglifier-3.1.3.gem) = 97792 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:27:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3561CCF68D0; Fri, 3 Mar 2017 10:27: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 DD85E1A2E; Fri, 3 Mar 2017 10:27: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 v23ARJci015096; Fri, 3 Mar 2017 10:27:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23ARIBl015093; Fri, 3 Mar 2017 10:27:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703031027.v23ARIBl015093@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, 3 Mar 2017 10:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435339 - in head/devel: . py-prompt_toolkit py3-prompt_toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 10:27:20 -0000 Author: sunpoet Date: Fri Mar 3 10:27:18 2017 New Revision: 435339 URL: https://svnweb.freebsd.org/changeset/ports/435339 Log: Add py3-prompt_toolkit 1.0.13 (slave port of py-prompt_toolkit) - While I'm here, add SLAVEDIRS PR: 217478 Submitted by: Danilo G. Baio (dbaio) Added: head/devel/py3-prompt_toolkit/ head/devel/py3-prompt_toolkit/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-prompt_toolkit/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 3 10:25:19 2017 (r435338) +++ head/devel/Makefile Fri Mar 3 10:27:18 2017 (r435339) @@ -4915,6 +4915,7 @@ SUBDIR += py3-lxml SUBDIR += py3-mccabe SUBDIR += py3-nose + SUBDIR += py3-prompt_toolkit SUBDIR += py3-py SUBDIR += py3-pycodestyle SUBDIR += py3-pydocstyle Modified: head/devel/py-prompt_toolkit/Makefile ============================================================================== --- head/devel/py-prompt_toolkit/Makefile Fri Mar 3 10:25:19 2017 (r435338) +++ head/devel/py-prompt_toolkit/Makefile Fri Mar 3 10:27:18 2017 (r435339) @@ -13,11 +13,13 @@ COMMENT= Library for building powerful i LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils -USES= python +USES?= python + +SLAVEDIRS= devel/py3-prompt_toolkit .include Added: head/devel/py3-prompt_toolkit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-prompt_toolkit/Makefile Fri Mar 3 10:27:18 2017 (r435339) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py3-six \ + ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py3-wcwidth + +USES= python:3.3+ + +MASTERDIR= ${.CURDIR}/../py-prompt_toolkit + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Mar 3 10:31:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06433CF6A53; Fri, 3 Mar 2017 10:31:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB15D1F55; Fri, 3 Mar 2017 10:31: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 v23AVjdG016957; Fri, 3 Mar 2017 10:31:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23AVjic016949; Fri, 3 Mar 2017 10:31:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703031031.v23AVjic016949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Mar 2017 10:31:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435340 - in head/www: firefox-esr firefox-esr-i18n libxul linux-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: Fri, 03 Mar 2017 10:31:47 -0000 Author: jbeich Date: Fri Mar 3 10:31:45 2017 New Revision: 435340 URL: https://svnweb.freebsd.org/changeset/ports/435340 Log: www/firefox-esr: update to 45.8.0 (rc2) Changes: https://www.mozilla.org/firefox/45.8.0/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr45/shortlog Security: 96eca031-1313-4daf-9be2-9d6e1c4f1eb5 MFH: 2017Q1 Modified: head/www/firefox-esr-i18n/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/distinfo (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/libxul/distinfo (contents, props changed) head/www/linux-firefox/Makefile (contents, props changed) head/www/linux-firefox/distinfo (contents, props changed) Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Fri Mar 3 10:27:18 2017 (r435339) +++ head/www/firefox-esr-i18n/Makefile Fri Mar 3 10:31:45 2017 (r435340) @@ -5,7 +5,7 @@ PORTNAME= firefox PORTVERSION= 45.8.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Fri Mar 3 10:27:18 2017 (r435339) +++ head/www/firefox-esr/Makefile Fri Mar 3 10:31:45 2017 (r435340) @@ -4,10 +4,11 @@ PORTNAME= firefox DISTVERSION= 45.8.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox-esr/distinfo Fri Mar 3 10:27:18 2017 (r435339) +++ head/www/firefox-esr/distinfo Fri Mar 3 10:31:45 2017 (r435340) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488235265 -SHA256 (firefox-45.8.0esr.source.tar.xz) = d51dcc16d30ff06c6548e2fd9ddb23e342c2d28da4abcc8c705802a6305e95dc -SIZE (firefox-45.8.0esr.source.tar.xz) = 185143188 +TIMESTAMP = 1488487483 +SHA256 (firefox-45.8.0esr.source.tar.xz) = 7e28decd81f78070b433c69ebd7498f2e46e7cc5c5c6bff9a8cd7380d09da17a +SIZE (firefox-45.8.0esr.source.tar.xz) = 185229628 Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Fri Mar 3 10:27:18 2017 (r435339) +++ head/www/libxul/Makefile Fri Mar 3 10:31:45 2017 (r435340) @@ -3,9 +3,10 @@ PORTNAME= libxul DISTVERSION= 45.8.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ - MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source DISTNAME= firefox-${DISTVERSION}esr.source MAINTAINER?= gecko@FreeBSD.org Modified: head/www/libxul/distinfo ============================================================================== --- head/www/libxul/distinfo Fri Mar 3 10:27:18 2017 (r435339) +++ head/www/libxul/distinfo Fri Mar 3 10:31:45 2017 (r435340) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488235265 -SHA256 (firefox-45.8.0esr.source.tar.xz) = d51dcc16d30ff06c6548e2fd9ddb23e342c2d28da4abcc8c705802a6305e95dc -SIZE (firefox-45.8.0esr.source.tar.xz) = 185143188 +TIMESTAMP = 1488487483 +SHA256 (firefox-45.8.0esr.source.tar.xz) = 7e28decd81f78070b433c69ebd7498f2e46e7cc5c5c6bff9a8cd7380d09da17a +SIZE (firefox-45.8.0esr.source.tar.xz) = 185229628 Modified: head/www/linux-firefox/Makefile ============================================================================== --- head/www/linux-firefox/Makefile Fri Mar 3 10:27:18 2017 (r435339) +++ head/www/linux-firefox/Makefile Fri Mar 3 10:31:45 2017 (r435340) @@ -4,10 +4,11 @@ PORTNAME= firefox DISTVERSION= 45.8.0 DISTVERSIONSUFFIX=esr +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/en-US + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: head/www/linux-firefox/distinfo ============================================================================== --- head/www/linux-firefox/distinfo Fri Mar 3 10:27:18 2017 (r435339) +++ head/www/linux-firefox/distinfo Fri Mar 3 10:31:45 2017 (r435340) @@ -1,6 +1,6 @@ -TIMESTAMP = 1488235265 -SHA256 (firefox-45.8.0esr.tar.bz2) = 58bf1824082ab86ad57f1cc4c7fab187b32f4d4fb0861fa20c37dc89ee6acb89 -SIZE (firefox-45.8.0esr.tar.bz2) = 52377370 +TIMESTAMP = 1488487483 +SHA256 (firefox-45.8.0esr.tar.bz2) = 8539d413069af98b94b087d1f30b4839bee01edb5f80af69d5512aa3f61bb3a0 +SIZE (firefox-45.8.0esr.tar.bz2) = 52377663 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 From owner-svn-ports-all@freebsd.org Fri Mar 3 10:42:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4263FCF6E6F; Fri, 3 Mar 2017 10:42:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 031A515F4; Fri, 3 Mar 2017 10:42:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23Agn7M023575; Fri, 3 Mar 2017 10:42:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Agm9s023567; Fri, 3 Mar 2017 10:42:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703031042.v23Agm9s023567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Mar 2017 10:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435341 - in head/games/xlogical: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 10:42:50 -0000 Author: amdmi3 Date: Fri Mar 3 10:42:48 2017 New Revision: 435341 URL: https://svnweb.freebsd.org/changeset/ports/435341 Log: - Use upstream versioning scheme - Remove dead MASTER_SITE - Add mirror - Fix LICENSE - Add LICENSE_FILE - Move highscores to /var/games and fix highscore handling (setgid games) - Don't install useless docfiles - Install .desktop file - Fix build with clang 4.0 - Unbreak data files which were corrupted by unrestricted USES=dos2unix PR: 216642 Reported by: jbeich Approved by: maintainer timeout (aaron@baugher.biz, 1 month) Added: head/games/xlogical/files/patch-sdl__audio.cpp (contents, props changed) Modified: head/games/xlogical/Makefile head/games/xlogical/files/patch-Makefile.am head/games/xlogical/files/patch-images_Makefile.am head/games/xlogical/files/patch-music_Makefile.am head/games/xlogical/files/patch-sound_Makefile.am head/games/xlogical/pkg-descr head/games/xlogical/pkg-plist Modified: head/games/xlogical/Makefile ============================================================================== --- head/games/xlogical/Makefile Fri Mar 3 10:31:45 2017 (r435340) +++ head/games/xlogical/Makefile Fri Mar 3 10:42:48 2017 (r435341) @@ -2,31 +2,36 @@ # $FreeBSD$ PORTNAME= xlogical -PORTVERSION= 1.0p8 -PORTREVISION= 10 +DISTVERSION= 1.0-8 CATEGORIES= games -MASTER_SITES= http://changeling.ixionstudios.com/xlogical/downloads/ \ - http://freebsd.portsreview.info/downloads/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-/} +MASTER_SITES= https://changeling.ixionstudios.com/xlogical/downloads/ \ + http://mirror.amdmi3.ru/distfiles/ MAINTAINER= aaron@baugher.biz COMMENT= Remake of the classic puzzle game Logical -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" +CONFIGURE_ARGS= --localstatedir="/var/games" USES= autoreconf dos2unix gmake tar:bzip2 +DOS2UNIX_FILES= *.h *.cpp USE_SDL= sdl image mixer -OPTIONS_DEFINE= DOCS +DESKTOP_ENTRIES="XLogical" \ + "" \ + "" \ + "${PORTNAME}" \ + "Game;LogicGame;" \ + "" -post-extract: - @${CHMOD} 755 ${WRKSRC}/missing - @${RM} ${WRKSRC}/LICENSE +OPTIONS_DEFINE= DOCS post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/[A-Z][A-Z]* ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in AUTHORS ChangeLog NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} +.endfor .include Modified: head/games/xlogical/files/patch-Makefile.am ============================================================================== --- head/games/xlogical/files/patch-Makefile.am Fri Mar 3 10:31:45 2017 (r435340) +++ head/games/xlogical/files/patch-Makefile.am Fri Mar 3 10:42:48 2017 (r435341) @@ -1,6 +1,6 @@ --- Makefile.am.orig 2014-06-10 17:24:39.000000000 +0000 +++ Makefile.am -@@ -7,18 +7,15 @@ SCOREFILE = xlogical.scores +@@ -7,18 +7,12 @@ SCOREFILE = xlogical.scores FILEOWNER = bin FILEGROUP = games install-exec-am: $(bin_PROGRAMS) @@ -19,11 +19,8 @@ - chmod 660 $(localstatedir)/xlogical/xlogical.scores + $(SHELL) ./mkinstalldirs $(DESTDIR)$(datadir)/xlogical + $(BSD_INSTALL_DATA) $(DATAFILES) $(DESTDIR)$(datadir)/xlogical -+ chmod 640 $(DESTDIR)$(datadir)/xlogical/xlogical.levels -+ chmod 644 $(DESTDIR)$(datadir)/xlogical/xlogical.properties + $(SHELL) ./mkinstalldirs $(DESTDIR)$(localstatedir)/xlogical -+ $(BSD_INSTALL_DATA) $(SCOREFILE) $(DESTDIR)$(localstatedir)/xlogical -+ chmod 660 $(DESTDIR)$(localstatedir)/xlogical/xlogical.scores ++ $(BSD_INSTALL_DATA) $(SCOREFILE) $(DESTDIR)$(localstatedir)/xlogical/$(SCOREFILE).sample uninstall: rm -f $(datadir)/xlogical/xlogical.levels rm -f $(datadir)/xlogical/xlogical.properties Modified: head/games/xlogical/files/patch-images_Makefile.am ============================================================================== --- head/games/xlogical/files/patch-images_Makefile.am Fri Mar 3 10:31:45 2017 (r435340) +++ head/games/xlogical/files/patch-images_Makefile.am Fri Mar 3 10:42:48 2017 (r435341) @@ -1,6 +1,6 @@ --- images/Makefile.am.orig 2014-06-10 19:57:22.000000000 +0000 +++ images/Makefile.am -@@ -3,10 +3,10 @@ +@@ -3,10 +3,9 @@ SHELL=@SHELL@ install-data-am: @@ -11,7 +11,6 @@ + $(SHELL) ./../mkinstalldirs $(DESTDIR)$(datadir)/xlogical + $(SHELL) ./../mkinstalldirs $(DESTDIR)$(datadir)/xlogical/images + $(BSD_INSTALL_DATA) *.bmp *.jpg $(DESTDIR)$(datadir)/xlogical/images -+ chmod 644 $(DESTDIR)$(datadir)/xlogical/images/* uninstall: rm -f $(datadir)/xlogical/images/*.{bmp,jpg} rmdir $(datadir)/xlogical/images Modified: head/games/xlogical/files/patch-music_Makefile.am ============================================================================== --- head/games/xlogical/files/patch-music_Makefile.am Fri Mar 3 10:31:45 2017 (r435340) +++ head/games/xlogical/files/patch-music_Makefile.am Fri Mar 3 10:42:48 2017 (r435341) @@ -1,6 +1,6 @@ --- music/Makefile.am.orig 2014-06-10 17:24:39.000000000 +0000 +++ music/Makefile.am -@@ -3,10 +3,10 @@ +@@ -3,10 +3,9 @@ SHELL=@SHELL@ install-data-am: @@ -11,7 +11,6 @@ + $(SHELL) ./../mkinstalldirs $(DESTDIR)$(datadir)/xlogical + $(SHELL) ./../mkinstalldirs $(DESTDIR)$(datadir)/xlogical/music + $(BSD_INSTALL_DATA) *.mod $(DESTDIR)$(datadir)/xlogical/music -+ chmod 644 $(DESTDIR)$(datadir)/xlogical/music/*.mod uninstall: rm -f $(datadir)/xlogical/music/*.mod rmdir $(datadir)/xlogical/music Added: head/games/xlogical/files/patch-sdl__audio.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xlogical/files/patch-sdl__audio.cpp Fri Mar 3 10:42:48 2017 (r435341) @@ -0,0 +1,28 @@ +--- sdl_audio.cpp.orig 2001-07-31 20:54:55 UTC ++++ sdl_audio.cpp +@@ -27,6 +27,7 @@ + #endif + + #include ++#include + #include + + #include +@@ -58,13 +59,13 @@ get_music_info( + char *start, *end; + int len = strlen( aPath ); + +- for( end=aPath+len; end >= 0; end-=1 ) ++ for( end=aPath+len; *end != '.'; end-=1 ) + { +- if (*end == '.') break; ++ assert(end > aPath); // make sure we don't go past the string boundary + } +- for( start=end; start >= 0; start-=1 ) ++ for( start=end; *start != *PATHSEP; start-=1 ) + { +- if (*start == *PATHSEP) break; ++ assert(start > aPath); // make sure we don't go past the string boundary + } + char *buf = new char[len+1]; + strncpy( buf, start+1, end-start-1 ); Modified: head/games/xlogical/files/patch-sound_Makefile.am ============================================================================== --- head/games/xlogical/files/patch-sound_Makefile.am Fri Mar 3 10:31:45 2017 (r435340) +++ head/games/xlogical/files/patch-sound_Makefile.am Fri Mar 3 10:42:48 2017 (r435341) @@ -1,6 +1,6 @@ --- sound/Makefile.am.orig 2014-06-10 17:24:39.000000000 +0000 +++ sound/Makefile.am -@@ -3,10 +3,10 @@ +@@ -3,10 +3,9 @@ SHELL=@SHELL@ install-data-am: @@ -11,7 +11,6 @@ + $(SHELL) ./../mkinstalldirs $(DESTDIR)$(datadir)/xlogical + $(SHELL) ./../mkinstalldirs $(DESTDIR)$(datadir)/xlogical/sound + $(BSD_INSTALL_DATA) *.wav $(DESTDIR)$(datadir)/xlogical/sound -+ chmod 644 $(DESTDIR)$(datadir)/xlogical/sound/*.wav uninstall: rm -f $(datadir)/xlogical/sound/*.wav rmdir $(datadir)/xlogical/sound Modified: head/games/xlogical/pkg-descr ============================================================================== --- head/games/xlogical/pkg-descr Fri Mar 3 10:31:45 2017 (r435340) +++ head/games/xlogical/pkg-descr Fri Mar 3 10:42:48 2017 (r435341) @@ -1,5 +1,4 @@ XLogical is an action/puzzle game based on the classic game Logical from Rainbow Arts. - WWW: http://changeling.ixionstudios.com/xlogical/ Modified: head/games/xlogical/pkg-plist ============================================================================== --- head/games/xlogical/pkg-plist Fri Mar 3 10:31:45 2017 (r435340) +++ head/games/xlogical/pkg-plist Fri Mar 3 10:42:48 2017 (r435341) @@ -1,4 +1,4 @@ -bin/xlogical +@(,games,2555) bin/xlogical %%DATADIR%%/sound/block_ball.wav %%DATADIR%%/sound/teleport.wav %%DATADIR%%/sound/spinner_click.wav @@ -153,9 +153,9 @@ bin/xlogical %%DATADIR%%/xlogical.properties %%DATADIR%%/xlogical.levels %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -var/xlogical/xlogical.scores +@sample(,games,664) /var/games/xlogical/xlogical.scores.sample +@dir(,games,775) /var/games/xlogical From owner-svn-ports-all@freebsd.org Fri Mar 3 11:25:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B97BCCF5943 for ; Fri, 3 Mar 2017 11:25:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (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 804891944 for ; Fri, 3 Mar 2017 11:25:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x230.google.com with SMTP id m124so54119809oig.1 for ; Fri, 03 Mar 2017 03:25:07 -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=5w3AzII1lAwb93W5mrxkGdjCJ3CzebBKxyBoiFtdDTA=; b=SriTDbY+wPKEURmb0KaJzj+v42pbz5jhkD4PH8xbVyQqcxLTRMGCbQeZmP0bql/XzJ vyI42Jk/OnCmQCiunog0Yubpzt8mkuNd732PG561nZZGXqRWsxEplqfOg9cMj57VM7oc Ny6vQb4kJnBRBqH/QNl4wJshIKniH5kwx0euPBSKToJxcvDplbGmnwMN2YLTTM/o4viW pujEbiHfsLwkkSVzU4t5CNAM8/DCrr6XTl02cGotyV5elZZwXQA8Zh+1KWKZoOr+tZ69 J0z5U6JHZqSxRbsbWrljXNCeoFbJue530XkIZ7VDpX284hhMI5w82ibmieS2iTJFR+JG WPLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=5w3AzII1lAwb93W5mrxkGdjCJ3CzebBKxyBoiFtdDTA=; b=AOX9K8H9W4DvbFKBALCLww+DsdiTtaz1knOsEo7n/NIuV0S7swu/1eARUTcEqjdqrh 8tFK5DOdVWq5IjLSsSGI3v38t1kP2rs/H6Cum235BMlUBxpN6b72j7IQFpjaL9ulvBjf eQhQNDufPVrSZPrYXn/wekGOwHt15X1m2nEcQ6oU+fAJ0DBIg5pCs5t81Y6D6BVOszyL aqAlrMIFmuwDRRUFXAXoJ83xXSd0YojUvu76hE1UFYF6fCwdniJFyNwtWQAL+jSEjggZ SJ5BweymgdhBIwFuPK5yuf5U7qaF7/vjgCbZH9vwXKyCGhFXqKuV5GuTumseDCx6HkTe N7Qg== X-Gm-Message-State: AMke39ln6S8EmK0Cv4fQchasd4ra5NLm5ZrjgXUyyXzrqMGGHtZtldGmq4m5y9oX18cPIUdJ+dhqyKyL3kW41w== X-Received: by 10.202.185.85 with SMTP id j82mr1146043oif.66.1488540306734; Fri, 03 Mar 2017 03:25:06 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.14.38 with HTTP; Fri, 3 Mar 2017 03:24:26 -0800 (PST) In-Reply-To: <201702280844.v1S8im9S043013@repo.freebsd.org> References: <201702280844.v1S8im9S043013@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Mar 2017 19:24:26 +0800 X-Google-Sender-Auth: Ft4R0O2F7XtAqF0yl9n84bzoHJE Message-ID: Subject: Re: svn commit: r435007 - in head/math: . acalc To: Alexey Dokuchaev 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: Fri, 03 Mar 2017 11:25:07 -0000 On Tue, Feb 28, 2017 at 4:44 PM, Alexey Dokuchaev wrote: > Author: danfe > Date: Tue Feb 28 08:44:48 2017 > New Revision: 435007 > URL: https://svnweb.freebsd.org/changeset/ports/435007 > > Log: > `math/acalc' is a simple and pretty Qt4-based expression calculator. > > Because GitHub releases (tarballs) are not fetched with correct > modification > time, set TIMESTAMP to 1481206796 which corresponds to commit 6c032ba > tagged > as this release. > > PR: 215158 > Submitted by: Andrey Ponomarenko > Hello danfe, You do not need to set TIMESTAMP manually for this port and graphics/azpainter. The TIMESTAMP is not the time of tarball but the time you generate distinfo. Regards, sunpoet From owner-svn-ports-all@freebsd.org Fri Mar 3 11:47:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EF4DCF5CCB; Fri, 3 Mar 2017 11:47:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50D1C127C; Fri, 3 Mar 2017 11:47:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9CC3936FC; Fri, 3 Mar 2017 11:47:21 +0000 (UTC) Date: Fri, 3 Mar 2017 11:47:21 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435007 - in head/math: . acalc Message-ID: <20170303114721.GA65297@FreeBSD.org> References: <201702280844.v1S8im9S043013@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Fri, 03 Mar 2017 11:47:22 -0000 On Fri, Mar 03, 2017 at 07:24:26PM +0800, Sunpoet Po-Chuan Hsieh wrote: > > New Revision: 435007 > > URL: https://svnweb.freebsd.org/changeset/ports/435007 > > > > Log: > > `math/acalc' is a simple and pretty Qt4-based expression calculator. > > > > Because GitHub releases (tarballs) are not fetched with correct > > modification time, set TIMESTAMP to 1481206796 which corresponds to > > commit 6c032ba tagged as this release. > > You do not need to set TIMESTAMP manually for this port and > graphics/azpainter. The TIMESTAMP is not the time of tarball but the > time you generate distinfo. Default behavior is bogus and there are several potential problems with this naive approach; we've had a brief discussions about this before. For now I have to obtain it manually. Luckily, it's not too hard: for distfiles fetched from servers that set LastModified header correctly it's ``stat -f %m /usr/ports/distfiles/foobar-0.42.tar.gz''; for GitHub you can pick any file within the tarball (just make sure it was not yet patched by b.p.m. and friends). ./danfe From owner-svn-ports-all@freebsd.org Fri Mar 3 12:25:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFB55CF386F; Fri, 3 Mar 2017 12:25:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95E3C1180; Fri, 3 Mar 2017 12:25:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23CPDtZ064265; Fri, 3 Mar 2017 12:25:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23CPDfX064264; Fri, 3 Mar 2017 12:25:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703031225.v23CPDfX064264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 3 Mar 2017 12:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435342 - head/net/xrdp-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, 03 Mar 2017 12:25:14 -0000 Author: pi Date: Fri Mar 3 12:25:13 2017 New Revision: 435342 URL: https://svnweb.freebsd.org/changeset/ports/435342 Log: net/xrdp-devel: unbreak index by deleting RUN_DEPEND on non-existing port PR: 216420 Pointy hat to: pi Modified: head/net/xrdp-devel/Makefile Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Fri Mar 3 10:42:48 2017 (r435341) +++ head/net/xrdp-devel/Makefile Fri Mar 3 12:25:13 2017 (r435342) @@ -4,6 +4,7 @@ PORTNAME= xrdp PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -18,7 +19,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING # pulseaudio's built source is required for audio redirection BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ ${LOCALBASE}/bin/nasm:devel/nasm -RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp USES= autoreconf:build jpeg libtool pkgconfig ssl USE_XORG= ice pixman sm x11 xfixes xrandr From owner-svn-ports-all@freebsd.org Fri Mar 3 13:44:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ECF7CF68D2; Fri, 3 Mar 2017 13:44:18 +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 1B9931138; Fri, 3 Mar 2017 13:44:18 +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 v23DiHfw096432; Fri, 3 Mar 2017 13:44:17 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23DiHdr096431; Fri, 3 Mar 2017 13:44:17 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201703031344.v23DiHdr096431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 3 Mar 2017 13:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435343 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 13:44:18 -0000 Author: olivierd Date: Fri Mar 3 13:44:16 2017 New Revision: 435343 URL: https://svnweb.freebsd.org/changeset/ports/435343 Log: Fix typo Modified: head/Mk/Uses/lxqt.mk Modified: head/Mk/Uses/lxqt.mk ============================================================================== --- head/Mk/Uses/lxqt.mk Fri Mar 3 12:25:13 2017 (r435342) +++ head/Mk/Uses/lxqt.mk Fri Mar 3 13:44:16 2017 (r435343) @@ -62,7 +62,7 @@ qtxdg_LIB_DEPENDS= libQt5Xdg.so:devel/li # First, expand all USE_LXQT_REQ recursively. .for comp in ${_USE_LXQT_ALL} . for subcomp in ${${comp}_USE_LXQT_REQ} -${comp}_USE_LXQT_REQ+= ${${comp}_USE_LXQR_REQ} +${comp}_USE_LXQT_REQ+= ${${comp}_USE_LXQT_REQ} . endfor .endfor From owner-svn-ports-all@freebsd.org Fri Mar 3 14:52:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 552A9CF60E7; Fri, 3 Mar 2017 14:52:55 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 215911E73; Fri, 3 Mar 2017 14:52:55 +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 v23Eqsv9024557; Fri, 3 Mar 2017 14:52:54 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23EqsUu024556; Fri, 3 Mar 2017 14:52:54 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201703031452.v23EqsUu024556@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, 3 Mar 2017 14:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435344 - head/devel/bazel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 14:52:55 -0000 Author: cpm Date: Fri Mar 3 14:52:53 2017 New Revision: 435344 URL: https://svnweb.freebsd.org/changeset/ports/435344 Log: - Use SHEBANG_REGEX instead of SHEBANG_FILES. Update the list of files to fix. - Bump PORTREVISION PR: 217453 Submitted by: Dan McGregor Approved by: Klaus Aehlig (maintainer) Modified: head/devel/bazel/Makefile Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Fri Mar 3 13:44:16 2017 (r435343) +++ head/devel/bazel/Makefile Fri Mar 3 14:52:53 2017 (r435344) @@ -3,6 +3,7 @@ PORTNAME= bazel PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -23,7 +24,7 @@ FINALRC= 1 NO_WRKSUBDIR= YES USES= shebangfix zip -SHEBANG_FILES= ${WRKSRC}/tools/cpp/link_dynamic_library.sh +SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) USE_JAVA= yes JAVA_VENDOR= openjdk JAVA_VERSION= 1.8 @@ -36,7 +37,7 @@ JAVA_RUN= yes post-patch: @${REINPLACE_CMD} \ -e "s|\"/etc/bazel.bazelrc\"|\"${ETCDIR}/bazel.bazelrc\"|" \ - ${WRKSRC}/src/main/cpp/workspace_layout.cc + ${WRKSRC}/src/main/cpp/blaze_util_posix.cc @${ECHO_CMD} build --strategy=Javac=standalone >> ${WRKSRC}/scripts/packages/debian/bazel.bazelrc do-build: From owner-svn-ports-all@freebsd.org Fri Mar 3 15:07:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14D04CF68A2; Fri, 3 Mar 2017 15:07:53 +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 D85B81A9B; Fri, 3 Mar 2017 15:07:52 +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 v23F7p5K028915; Fri, 3 Mar 2017 15:07:51 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23F7pfL028914; Fri, 3 Mar 2017 15:07:51 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201703031507.v23F7pfL028914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 3 Mar 2017 15:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435345 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 15:07:53 -0000 Author: olivierd Date: Fri Mar 3 15:07:51 2017 New Revision: 435345 URL: https://svnweb.freebsd.org/changeset/ports/435345 Log: Reverge my change in revision r435343 (it breaks ports build) Reported by: lifanov@ Modified: head/Mk/Uses/lxqt.mk Modified: head/Mk/Uses/lxqt.mk ============================================================================== --- head/Mk/Uses/lxqt.mk Fri Mar 3 14:52:53 2017 (r435344) +++ head/Mk/Uses/lxqt.mk Fri Mar 3 15:07:51 2017 (r435345) @@ -62,7 +62,7 @@ qtxdg_LIB_DEPENDS= libQt5Xdg.so:devel/li # First, expand all USE_LXQT_REQ recursively. .for comp in ${_USE_LXQT_ALL} . for subcomp in ${${comp}_USE_LXQT_REQ} -${comp}_USE_LXQT_REQ+= ${${comp}_USE_LXQT_REQ} +${comp}_USE_LXQT_REQ+= ${${comp}_USE_LXQR_REQ} . endfor .endfor From owner-svn-ports-all@freebsd.org Fri Mar 3 15:29:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3BEFCF6E96; Fri, 3 Mar 2017 15:29: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 624AB18C5; Fri, 3 Mar 2017 15:29: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 v23FT9jZ037426; Fri, 3 Mar 2017 15:29:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23FT9ni037424; Fri, 3 Mar 2017 15:29:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703031529.v23FT9ni037424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Mar 2017 15:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435346 - head/sysutils/watchmen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 15:29:10 -0000 Author: amdmi3 Date: Fri Mar 3 15:29:09 2017 New Revision: 435346 URL: https://svnweb.freebsd.org/changeset/ports/435346 Log: - Update to 0.09 - Switch to new GitHub home - Add NO_ARCH - Switch to options helpers - Cleanup unused statements Submitted by: maintainer, via jabber Modified: head/sysutils/watchmen/Makefile head/sysutils/watchmen/distinfo Modified: head/sysutils/watchmen/Makefile ============================================================================== --- head/sysutils/watchmen/Makefile Fri Mar 3 15:07:51 2017 (r435345) +++ head/sysutils/watchmen/Makefile Fri Mar 3 15:29:09 2017 (r435346) @@ -2,51 +2,37 @@ # $FreeBSD$ PORTNAME= watchmen -PORTVERSION= 0.08 -PORTREVISION= 2 +PORTVERSION= 0.09 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE MAINTAINER= proler@gmail.com COMMENT= Watch and restart daemons -LICENSE= GPLv3 - -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv3+ RUN_DEPENDS= p5-libwww>=6.04:www/p5-libwww \ p5-URI>=0:net/p5-URI +USE_GITHUB= yes +GH_ACCOUNT= proller + USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= watchmen - -OPTIONS_DEFINE= MYSQL PGSQL EMAIL -MYSQL_DESC= Want test mysql queries -PGSQL_DESC= Want test postgresql queries -EMAIL_DESC= report problems by email - -POD2MAN?= pod2man +NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} \ "@sample etc/${PORTNAME}.conf.sample" \ ${SITE_MAN1}/${PORTNAME}.1.gz -.include - -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes -RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USES+= pgsql -RUN_DEPENDS+= p5-DBD-Pg>=2.19.2:databases/p5-DBD-Pg -.endif - -.if ${PORT_OPTIONS:MEMAIL} -RUN_DEPENDS+= p5-MIME-Lite>=0:mail/p5-MIME-Lite -.endif +OPTIONS_DEFINE= MYSQL PGSQL EMAIL +MYSQL_DESC= Enable test mysql queries +PGSQL_DESC= Enable test postgresql queries +EMAIL_DESC= Report problems by email + +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=2.19.2:databases/p5-DBD-Pg +EMAIL_RUN_DEPENDS= p5-MIME-Lite>=0:mail/p5-MIME-Lite post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.dist ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample Modified: head/sysutils/watchmen/distinfo ============================================================================== --- head/sysutils/watchmen/distinfo Fri Mar 3 15:07:51 2017 (r435345) +++ head/sysutils/watchmen/distinfo Fri Mar 3 15:29:09 2017 (r435346) @@ -1,2 +1,3 @@ -SHA256 (watchmen-0.08.tar.gz) = 3e31f9ac2b32a2326896737032c9b38a21bf3b7554a962746f6bfe0f8e051cbb -SIZE (watchmen-0.08.tar.gz) = 18578 +TIMESTAMP = 1488479957 +SHA256 (proller-watchmen-0.09_GH0.tar.gz) = 37892812b407dc32060eaeea13499f40b6d0d617b1e9cc1f720f754f27f79af2 +SIZE (proller-watchmen-0.09_GH0.tar.gz) = 16177 From owner-svn-ports-all@freebsd.org Fri Mar 3 15:29:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0052DCF6ECF; Fri, 3 Mar 2017 15:29: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 C3E62199E; Fri, 3 Mar 2017 15:29:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23FTRd8037528; Fri, 3 Mar 2017 15:29:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23FTRSx037527; Fri, 3 Mar 2017 15:29:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703031529.v23FTRSx037527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Mar 2017 15:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435347 - head/sysutils/watchmen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 15:29:29 -0000 Author: amdmi3 Date: Fri Mar 3 15:29:27 2017 New Revision: 435347 URL: https://svnweb.freebsd.org/changeset/ports/435347 Log: - Update WWW as well Modified: head/sysutils/watchmen/pkg-descr Modified: head/sysutils/watchmen/pkg-descr ============================================================================== --- head/sysutils/watchmen/pkg-descr Fri Mar 3 15:29:09 2017 (r435346) +++ head/sysutils/watchmen/pkg-descr Fri Mar 3 15:29:27 2017 (r435347) @@ -1,3 +1,3 @@ Watch and restart daemons -WWW: http://watchmen.googlecode.com +WWW: https://github.com/proller/watchmen From owner-svn-ports-all@freebsd.org Fri Mar 3 15:31:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 448DFCF6F6F; Fri, 3 Mar 2017 15:31:40 +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 033061BE4; Fri, 3 Mar 2017 15:31:39 +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 v23FVdkf040016; Fri, 3 Mar 2017 15:31:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23FVcMD040013; Fri, 3 Mar 2017 15:31:38 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703031531.v23FVcMD040013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Mar 2017 15:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435348 - head/databases/elixir-postgrex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 15:31:40 -0000 Author: olgeni Date: Fri Mar 3 15:31:38 2017 New Revision: 435348 URL: https://svnweb.freebsd.org/changeset/ports/435348 Log: Update databases/elixir-postgrex to version 0.13.1. Modified: head/databases/elixir-postgrex/Makefile head/databases/elixir-postgrex/distinfo head/databases/elixir-postgrex/pkg-plist Modified: head/databases/elixir-postgrex/Makefile ============================================================================== --- head/databases/elixir-postgrex/Makefile Fri Mar 3 15:29:27 2017 (r435347) +++ head/databases/elixir-postgrex/Makefile Fri Mar 3 15:31:38 2017 (r435348) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= postgrex -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-postgrex/distinfo ============================================================================== --- head/databases/elixir-postgrex/distinfo Fri Mar 3 15:29:27 2017 (r435347) +++ head/databases/elixir-postgrex/distinfo Fri Mar 3 15:31:38 2017 (r435348) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484668611 -SHA256 (elixir-ecto-postgrex-v0.13.0_GH0.tar.gz) = 05ae16dcb34035e7993eea54567a9a76c62b8faeebe8674c364967423444ff71 -SIZE (elixir-ecto-postgrex-v0.13.0_GH0.tar.gz) = 80134 +TIMESTAMP = 1488554932 +SHA256 (elixir-ecto-postgrex-v0.13.1_GH0.tar.gz) = e3a0008cb212a07e13e0c5e545c56a26271f672567c9c9fe0586a80af2aeb3ca +SIZE (elixir-ecto-postgrex-v0.13.1_GH0.tar.gz) = 81694 Modified: head/databases/elixir-postgrex/pkg-plist ============================================================================== --- head/databases/elixir-postgrex/pkg-plist Fri Mar 3 15:29:27 2017 (r435347) +++ head/databases/elixir-postgrex/pkg-plist Fri Mar 3 15:31:38 2017 (r435348) @@ -49,6 +49,7 @@ lib/elixir/lib/postgrex/ebin/Elixir.Post lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Raw.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Record.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.TID.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.TSVector.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Time.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.TimeTZ.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Timestamp.beam @@ -58,6 +59,7 @@ lib/elixir/lib/postgrex/ebin/Elixir.Post lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.VoidText.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.INET.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Interval.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Lexeme.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Line.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.LineSegment.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.MACADDR.beam @@ -131,6 +133,7 @@ lib/elixir/lib/postgrex/lib/postgrex/ext lib/elixir/lib/postgrex/lib/postgrex/extensions/timestamp.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/timestamptz.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/timetz.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/tsvector.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/uuid.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/void_binary.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/void_text.ex From owner-svn-ports-all@freebsd.org Fri Mar 3 16:00:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B85BCF6B45; Fri, 3 Mar 2017 16:00:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD6A31F7C; Fri, 3 Mar 2017 16:00: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 v23G0U7W052147; Fri, 3 Mar 2017 16:00:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23G0Koq052052; Fri, 3 Mar 2017 16:00:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703031600.v23G0Koq052052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 3 Mar 2017 16:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 16:00:31 -0000 Author: mat Date: Fri Mar 3 16:00:19 2017 New Revision: 435349 URL: https://svnweb.freebsd.org/changeset/ports/435349 Log: Mark the remaining ports depending on Google Code as DEPRECATED, with an EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Modified: head/astro/gmapcatcher/Makefile (contents, props changed) head/audio/last-cmus/Makefile (contents, props changed) head/audio/logitechmediaserver-superdatetime/Makefile (contents, props changed) head/audio/mehdiaplayer/Makefile (contents, props changed) head/audio/pidgin-musictracker/Makefile (contents, props changed) head/audio/xpi-musicpm/Makefile (contents, props changed) head/biology/treeviewx/Makefile (contents, props changed) head/chinese/fcitx-googlepinyin/Makefile (contents, props changed) head/chinese/fortune/Makefile (contents, props changed) head/chinese/fqterm/Makefile (contents, props changed) head/chinese/ibus-table-chinese/Makefile (contents, props changed) head/chinese/libgooglepinyin/Makefile (contents, props changed) head/chinese/p5-cconv/Makefile (contents, props changed) head/chinese/php-cconv/Makefile (contents, props changed) head/chinese/py-cconv/Makefile (contents, props changed) head/chinese/ydict/Makefile (contents, props changed) head/comms/esmska/Makefile (contents, props changed) head/databases/akonadi-googledata/Makefile (contents, props changed) head/databases/jdbm2/Makefile (contents, props changed) head/databases/luadbi/Makefile (contents, props changed) head/databases/pg_rman/Makefile (contents, props changed) head/databases/powerarchitect/Makefile (contents, props changed) head/deskutils/epoch/Makefile (contents, props changed) head/deskutils/libgcal/Makefile (contents, props changed) head/deskutils/nagaina/Makefile (contents, props changed) head/deskutils/plasma-applet-playwolf/Makefile (contents, props changed) head/deskutils/superswitcher/Makefile (contents, props changed) head/deskutils/vboxgtk/Makefile (contents, props changed) head/devel/arduino-glcd/Makefile (contents, props changed) head/devel/bncsutil-ghost++/Makefile (contents, props changed) head/devel/c-unit/Makefile (contents, props changed) head/devel/ccons/Makefile (contents, props changed) head/devel/cld/Makefile (contents, props changed) head/devel/dissy/Makefile (contents, props changed) head/devel/freeocl/Makefile (contents, props changed) head/devel/fuel/Makefile (contents, props changed) head/devel/google-styleguide/Makefile (contents, props changed) head/devel/guiloader-c++/Makefile (contents, props changed) head/devel/guiloader/Makefile (contents, props changed) head/devel/libfreefare/Makefile (contents, props changed) head/devel/liblouisxml/Makefile (contents, props changed) head/devel/libmpsse/Makefile (contents, props changed) head/devel/libnxt/Makefile (contents, props changed) head/devel/nglogc/Makefile (contents, props changed) head/devel/nxt-python/Makefile (contents, props changed) head/devel/plan9port/Makefile (contents, props changed) head/devel/privman/Makefile (contents, props changed) head/devel/py-cmdln/Makefile (contents, props changed) head/devel/py-coil/Makefile (contents, props changed) head/devel/py-fsm/Makefile (contents, props changed) head/devel/py-px/Makefile (contents, props changed) head/devel/spdict/Makefile (contents, props changed) head/devel/stormlib-ghost++/Makefile (contents, props changed) head/devel/streamhtmlparser/Makefile (contents, props changed) head/devel/winpdb/Makefile (contents, props changed) head/dns/hostdb/Makefile (contents, props changed) head/dns/py-adns/Makefile (contents, props changed) head/dns/py-bonjour/Makefile (contents, props changed) head/emulators/gngeo/Makefile (contents, props changed) head/emulators/wxmupen64plus/Makefile (contents, props changed) head/ftp/py-pyftpdlib/Makefile (contents, props changed) head/games/dcross/Makefile (contents, props changed) head/games/hexglass/Makefile (contents, props changed) head/games/libfov/Makefile (contents, props changed) head/games/lostfeathers/Makefile (contents, props changed) head/games/robocalypto/Makefile (contents, props changed) head/games/tinymux/Makefile (contents, props changed) head/graphics/delaboratory/Makefile (contents, props changed) head/graphics/iulib/Makefile (contents, props changed) head/graphics/ocropus/Makefile (contents, props changed) head/graphics/py-gchartwrapper/Makefile (contents, props changed) head/graphics/py-graph-core/Makefile (contents, props changed) head/graphics/py-graph-dot/Makefile (contents, props changed) head/graphics/py-graphy/Makefile (contents, props changed) head/graphics/py-pyggel/Makefile (contents, props changed) head/graphics/py-pyglet/Makefile (contents, props changed) head/graphics/qiviewer/Makefile (contents, props changed) head/graphics/seam-carving-gui/Makefile (contents, props changed) head/graphics/sk1libs/Makefile (contents, props changed) head/graphics/svgfig/Makefile (contents, props changed) head/graphics/uniconvertor/Makefile (contents, props changed) head/graphics/uniconvw/Makefile (contents, props changed) head/irc/dircproxy/Makefile (contents, props changed) head/irc/py-gozerbot/Makefile (contents, props changed) head/irc/tircd/Makefile (contents, props changed) head/japanese/nhocr/Makefile (contents, props changed) head/lang/mosh/Makefile (contents, props changed) head/lang/ofc/Makefile (contents, props changed) head/lang/picoc/Makefile (contents, props changed) head/lang/tinypy/Makefile (contents, props changed) head/mail/gnome-gmail-notifier/Makefile (contents, props changed) head/mail/qmail/Makefile (contents, props changed) head/math/bargraph/Makefile (contents, props changed) head/math/carve/Makefile (contents, props changed) head/math/foma/Makefile (contents, props changed) head/math/libjbigi/Makefile (contents, props changed) head/misc/terraform/Makefile (contents, props changed) head/misc/xsw/Makefile (contents, props changed) head/multimedia/abby/Makefile (contents, props changed) head/multimedia/avbin/Makefile (contents, props changed) head/multimedia/bangarang/Makefile (contents, props changed) head/multimedia/freetuxtv/Makefile (contents, props changed) head/multimedia/gcap/Makefile (contents, props changed) head/multimedia/grake/Makefile (contents, props changed) head/multimedia/opencinematools/Makefile (contents, props changed) head/multimedia/py-periscope/Makefile (contents, props changed) head/multimedia/vstream-client/Makefile (contents, props changed) head/net-im/jabber-pyicq/Makefile (contents, props changed) head/net-im/linux-instantbird/Makefile (contents, props changed) head/net-im/mbpurple/Makefile (contents, props changed) head/net-im/naim/Makefile (contents, props changed) head/net-im/pwytter/Makefile (contents, props changed) head/net-im/qwit-devel/Makefile (contents, props changed) head/net-im/qwit/Makefile (contents, props changed) head/net-mgmt/flow-tools-ng/Makefile (contents, props changed) head/net-mgmt/py-flowtools/Makefile (contents, props changed) head/net-p2p/rtgui/Makefile (contents, props changed) head/net-p2p/unworkable/Makefile (contents, props changed) head/net/clamz/Makefile (contents, props changed) head/net/googlecl/Makefile (contents, props changed) head/net/opendpi/Makefile (contents, props changed) head/net/py-pybeanstalk/Makefile (contents, props changed) head/net/py-pypcap/Makefile (contents, props changed) head/net/py-pysendfile/Makefile (contents, props changed) head/net/splatd/Makefile (contents, props changed) head/security/cmd5checkpw/Makefile (contents, props changed) head/security/fuzzdb/Makefile (contents, props changed) head/security/nmapsi4/Makefile (contents, props changed) head/security/orthrus/Makefile (contents, props changed) head/security/pkcs11-dump/Makefile (contents, props changed) head/security/py-yara-editor/Makefile (contents, props changed) head/security/radamsa/Makefile (contents, props changed) head/security/skipfish/Makefile (contents, props changed) head/security/truecrack/Makefile (contents, props changed) head/sysutils/bsdcrashtar/Makefile (contents, props changed) head/sysutils/devstat/Makefile (contents, props changed) head/sysutils/flyback/Makefile (contents, props changed) head/sysutils/gather/Makefile (contents, props changed) head/sysutils/grok/Makefile (contents, props changed) head/sysutils/i7z/Makefile (contents, props changed) head/sysutils/ldapenter/Makefile (contents, props changed) head/sysutils/pdsh/Makefile (contents, props changed) head/sysutils/plasma-applet-apcups/Makefile (contents, props changed) head/sysutils/py-danzfs/Makefile (contents, props changed) head/sysutils/rsyncbackup/Makefile (contents, props changed) head/sysutils/scanmem/Makefile (contents, props changed) head/sysutils/sievelog/Makefile (contents, props changed) head/sysutils/sshsudo/Makefile (contents, props changed) head/textproc/chm2pdf/Makefile (contents, props changed) head/textproc/dtdinst/Makefile (contents, props changed) head/textproc/ibus-m17n/Makefile (contents, props changed) head/textproc/ibus-table/Makefile (contents, props changed) head/textproc/libroxml/Makefile (contents, props changed) head/textproc/mysqlviz/Makefile (contents, props changed) head/textproc/py-xmltv/Makefile (contents, props changed) head/www/arora/Makefile (contents, props changed) head/www/closure-linter/Makefile (contents, props changed) head/www/feedonfeeds/Makefile (contents, props changed) head/www/gaeo/Makefile (contents, props changed) head/www/htmlcompressor/Makefile (contents, props changed) head/www/httpsqs/Makefile (contents, props changed) head/www/jspacker/Makefile (contents, props changed) head/www/mod_authn_otp/Makefile (contents, props changed) head/www/mod_authnz_external22/Makefile (contents, props changed) head/www/mod_authz_unixgroup22/Makefile (contents, props changed) head/www/mod_authz_unixgroup24/Makefile (contents, props changed) head/www/mod_jail/Makefile (contents, props changed) head/www/mod_log_firstbyte/Makefile (contents, props changed) head/www/mod_memcache/Makefile (contents, props changed) head/www/mod_myvhost/Makefile (contents, props changed) head/www/php-plurk-api/Makefile (contents, props changed) head/www/py-apachelog/Makefile (contents, props changed) head/www/py-django-app-plugins/Makefile (contents, props changed) head/www/py-postmarkup/Makefile (contents, props changed) head/www/pylot/Makefile (contents, props changed) head/www/squidstats/Makefile (contents, props changed) head/www/sventon/Makefile (contents, props changed) head/www/tengine/Makefile (contents, props changed) head/www/xpi-pencil/Makefile (contents, props changed) head/www/xpi-pentadactyl/Makefile (contents, props changed) head/x11-themes/gtk-qt4-engine/Makefile (contents, props changed) head/x11-wm/obkey/Makefile (contents, props changed) head/x11/bmpanel2/Makefile (contents, props changed) head/x11/hotwire-shell/Makefile (contents, props changed) head/x11/keynav/Makefile (contents, props changed) Modified: head/astro/gmapcatcher/Makefile ============================================================================== --- head/astro/gmapcatcher/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/astro/gmapcatcher/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= Offline map viewer BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 Modified: head/audio/last-cmus/Makefile ============================================================================== --- head/audio/last-cmus/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/audio/last-cmus/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cmus plugin for submitting songs into last.fm BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python SUB_FILES= pkg-message Modified: head/audio/logitechmediaserver-superdatetime/Makefile ============================================================================== --- head/audio/logitechmediaserver-superdatetime/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/audio/logitechmediaserver-superdatetime/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -17,6 +17,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${LOCALBASE}/${SLIMDIR}/slimserver.pl:audio/logitechmediaserver Modified: head/audio/mehdiaplayer/Makefile ============================================================================== --- head/audio/mehdiaplayer/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/audio/mehdiaplayer/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= vg@FreeBSD.org COMMENT= Simple media player using Qt/Phonon BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= tar:bzip2 qmake USE_QT4= gui xml uic_build moc_build \ Modified: head/audio/pidgin-musictracker/Makefile ============================================================================== --- head/audio/pidgin-musictracker/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/audio/pidgin-musictracker/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Plugin for Pidgin to displays t LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin Modified: head/audio/xpi-musicpm/Makefile ============================================================================== --- head/audio/xpi-musicpm/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/audio/xpi-musicpm/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Music Player Minion BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 XPI_ID= Music_Player_Minion@code.google.com XPI_FILES= chrome/minion.jar chrome.manifest install.js install.rdf Modified: head/biology/treeviewx/Makefile ============================================================================== --- head/biology/treeviewx/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/biology/treeviewx/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USE_WX= 2.8 WX_COMPS= wx contrib Modified: head/chinese/fcitx-googlepinyin/Makefile ============================================================================== --- head/chinese/fcitx-googlepinyin/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/fcitx-googlepinyin/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Libgooglepinyin support for Fci LICENSE= GPLv3 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libgooglepinyin.so:chinese/libgooglepinyin Modified: head/chinese/fortune/Makefile ============================================================================== --- head/chinese/fortune/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/fortune/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Classic fortune file in Chinese BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= autob5:chinese/autoconvert Modified: head/chinese/fqterm/Makefile ============================================================================== --- head/chinese/fqterm/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/fqterm/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= darcsis@gmail.com COMMENT= BBS client for BSD/Linux BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= cmake:outsource dos2unix zip USE_XORG= x11 ice xext xt xaw xpm xi xproto xextproto Modified: head/chinese/ibus-table-chinese/Makefile ============================================================================== --- head/chinese/ibus-table-chinese/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/ibus-table-chinese/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= dennylin93@hs.ntnu.edu.tw COMMENT= Chinese input tables for IBus BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:devel/cmake-fedora \ ibus-daemon:textproc/ibus \ Modified: head/chinese/libgooglepinyin/Makefile ============================================================================== --- head/chinese/libgooglepinyin/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/libgooglepinyin/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -10,6 +10,8 @@ MAINTAINER= lichray@gmail.com COMMENT= Fork of Google Pinyin IME on Android BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LICENSE= APACHE20 Modified: head/chinese/p5-cconv/Makefile ============================================================================== --- head/chinese/p5-cconv/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/p5-cconv/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ COMMENT= Perl wrapper for chinese/cconv LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libcconv.so:chinese/cconv Modified: head/chinese/php-cconv/Makefile ============================================================================== --- head/chinese/php-cconv/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/php-cconv/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ COMMENT= PHP wrapper for chinese/cconv LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libcconv.so:chinese/cconv Modified: head/chinese/py-cconv/Makefile ============================================================================== --- head/chinese/py-cconv/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/py-cconv/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Python wrapper for chinese/ccon LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libcconv.so:chinese/cconv Modified: head/chinese/ydict/Makefile ============================================================================== --- head/chinese/ydict/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/chinese/ydict/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ COMMENT= Command line tool of Yahoo! Dic LICENSE= GPLv3 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python:2,run shebangfix Modified: head/comms/esmska/Makefile ============================================================================== --- head/comms/esmska/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/comms/esmska/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -10,6 +10,8 @@ MAINTAINER= gamato@users.sf.net COMMENT= Program for sending SMS over the Internet BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/databases/akonadi-googledata/Makefile ============================================================================== --- head/databases/akonadi-googledata/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/databases/akonadi-googledata/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Akonadi Resources for Google Contacts and Calendar BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libgcal.so:deskutils/libgcal Modified: head/databases/jdbm2/Makefile ============================================================================== --- head/databases/jdbm2/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/databases/jdbm2/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ COMMENT= Fast, simple, and transactional LICENSE= APACHE20 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/databases/luadbi/Makefile ============================================================================== --- head/databases/luadbi/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/databases/luadbi/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= LuaDBI driver LICENSE= MIT BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 NO_WRKSUBDIR= yes Modified: head/databases/pg_rman/Makefile ============================================================================== --- head/databases/pg_rman/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/databases/pg_rman/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -10,6 +10,8 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Online backup and restore tool for PostgreSQL BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= gmake pgsql:9.2 WANT_PGSQL= client server Modified: head/databases/powerarchitect/Makefile ============================================================================== --- head/databases/powerarchitect/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/databases/powerarchitect/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ COMMENT= Data modeling and profiling too LICENSE= GPLv3 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 OPTIONS_DEFINE= ORACLE_JDBC MYSQL_JDBC PGSQL_JDBC Modified: head/deskutils/epoch/Makefile ============================================================================== --- head/deskutils/epoch/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/deskutils/epoch/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ LINCENSE= GPLv3 PROJECTHOST= gepoch BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= qmake zip USE_QT4= gui moc_build rcc_build Modified: head/deskutils/libgcal/Makefile ============================================================================== --- head/deskutils/libgcal/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/deskutils/libgcal/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 Modified: head/deskutils/nagaina/Makefile ============================================================================== --- head/deskutils/nagaina/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/deskutils/nagaina/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Notes-taking application based LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ libpcre.so:devel/pcre \ Modified: head/deskutils/plasma-applet-playwolf/Makefile ============================================================================== --- head/deskutils/plasma-applet-playwolf/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/deskutils/plasma-applet-playwolf/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= cmake kde:4 tar:bzip2 USE_KDE= automoc4 kdelibs Modified: head/deskutils/superswitcher/Makefile ============================================================================== --- head/deskutils/superswitcher/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/deskutils/superswitcher/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ COMMENT= Alt-Tab replacement LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib Modified: head/deskutils/vboxgtk/Makefile ============================================================================== --- head/deskutils/vboxgtk/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/deskutils/vboxgtk/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK frontend for VirtualBox BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xpcom/vboxxpcom.py:emulators/virtualbox-ose Modified: head/devel/arduino-glcd/Makefile ============================================================================== --- head/devel/arduino-glcd/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/arduino-glcd/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= GLCD Graphical LCD Library LICENSE= LGPL21 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= arduino:devel/arduino Modified: head/devel/bncsutil-ghost++/Makefile ============================================================================== --- head/devel/bncsutil-ghost++/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/bncsutil-ghost++/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ COMMENT= Utility library for Battle.net LICENSE= APACHE20 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libgmp.so:math/gmp Modified: head/devel/c-unit/Makefile ============================================================================== --- head/devel/c-unit/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/c-unit/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ COMMENT= Unit testing framework for C LICENSE= LGPL20 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 CONFLICTS= cunit-[0-9]* Modified: head/devel/ccons/Makefile ============================================================================== --- head/devel/ccons/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/ccons/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BUILD_DEPENDS= llvm-config33:devel/llvm33 \ clang++33:lang/clang33 Modified: head/devel/cld/Makefile ============================================================================== --- head/devel/cld/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/cld/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Chromium compact language detector library BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= libtool pathfix GNU_CONFIGURE= yes Modified: head/devel/dissy/Makefile ============================================================================== --- head/devel/dissy/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/dissy/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ COMMENT= Graphical frontend to the objdu LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2 \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>0:www/py-webkitgtk Modified: head/devel/freeocl/Makefile ============================================================================== --- head/devel/freeocl/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/freeocl/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Free Open Computing Language (O LICENSE= LGPL3 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BROKEN_powerpc64= Does not build Modified: head/devel/fuel/Makefile ============================================================================== --- head/devel/fuel/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/fuel/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ COMMENT= GUI front-end to fossil SCM too LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${LOCALBASE}/bin/fossil:devel/fossil Modified: head/devel/google-styleguide/Makefile ============================================================================== --- head/devel/google-styleguide/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/google-styleguide/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to assist with Google style guide compliance BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python NO_BUILD= yes Modified: head/devel/guiloader-c++/Makefile ============================================================================== --- head/devel/guiloader-c++/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/guiloader-c++/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ binding to the GuiLoader library BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs LIB_DEPENDS= libguiloader.so:devel/guiloader \ Modified: head/devel/guiloader/Makefile ============================================================================== --- head/devel/guiloader/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/guiloader/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High-performance and compact GuiXml loader library BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 PROJECTHOST= nothing-personal USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 Modified: head/devel/libfreefare/Makefile ============================================================================== --- head/devel/libfreefare/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/libfreefare/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= romain@FreeBSD.org COMMENT= MIFARE contactless tag access library BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libnfc.so:devel/libnfc Modified: head/devel/liblouisxml/Makefile ============================================================================== --- head/devel/liblouisxml/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/liblouisxml/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= LGPL3+ GPLv3+ LICENSE_COMB= multi BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash LIB_DEPENDS= liblouis.so:devel/liblouis Modified: head/devel/libmpsse/Makefile ============================================================================== --- head/devel/libmpsse/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/libmpsse/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ BUILD_DEPENDS= swig2.0:devel/swig20 LIB_DEPENDS= libftdi.so:devel/libftdi BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= gmake pkgconfig python:2 USE_AUTOTOOLS= autoconf Modified: head/devel/libnxt/Makefile ============================================================================== --- head/devel/libnxt/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/libnxt/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -10,6 +10,8 @@ MAINTAINER= bacon4000@gmail.com COMMENT= Lego NXT library BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 SUB_FILES= pkg-message USES= python:build scons shebangfix Modified: head/devel/nglogc/Makefile ============================================================================== --- head/devel/nglogc/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/nglogc/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= vg@FreeBSD.org COMMENT= Flexible C logging API BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= libtool GNU_CONFIGURE= yes Modified: head/devel/nxt-python/Makefile ============================================================================== --- head/devel/nxt-python/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/nxt-python/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ COMMENT= Python interface for the Lego M LICENSE= GPLv3 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/plan9port/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BROKEN_ia64= does not install: cleanname not found BROKEN_sparc64= does not install: cleanname not found Modified: head/devel/privman/Makefile ============================================================================== --- head/devel/privman/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/privman/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= autoreconf libtool GNU_CONFIGURE= yes Modified: head/devel/py-cmdln/Makefile ============================================================================== --- head/devel/py-cmdln/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/py-cmdln/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Python module for easily buildi LICENSE= MIT BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python:2 zip USE_PYTHON= distutils Modified: head/devel/py-coil/Makefile ============================================================================== --- head/devel/py-coil/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/py-coil/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python USE_PYTHON= distutils Modified: head/devel/py-fsm/Makefile ============================================================================== --- head/devel/py-fsm/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/py-fsm/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ COMMENT= Pure Python Implementation of a LICENSE= BSD3CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.0:graphics/py-pygraphviz Modified: head/devel/py-px/Makefile ============================================================================== --- head/devel/py-px/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/py-px/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -16,6 +16,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python zip USE_PYTHON= distutils autoplist Modified: head/devel/spdict/Makefile ============================================================================== --- head/devel/spdict/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/spdict/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= vanilla@FreeBSD.org COMMENT= Library of dictionary algorithms BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes Modified: head/devel/stormlib-ghost++/Makefile ============================================================================== --- head/devel/stormlib-ghost++/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/stormlib-ghost++/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library to read and write MPQ archives BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 PROJECTHOST= ghostplusplus PROJECTVERSION= 17.1 Modified: head/devel/streamhtmlparser/Makefile ============================================================================== --- head/devel/streamhtmlparser/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/streamhtmlparser/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ COMMENT= C/C++/Python streaming HTML par LICENSE= BSD2CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= gmake GNU_CONFIGURE= yes Modified: head/devel/winpdb/Makefile ============================================================================== --- head/devel/winpdb/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/devel/winpdb/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ COMMENT= Advanced Python debugger LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:security/py-pycrypto Modified: head/dns/hostdb/Makefile ============================================================================== --- head/dns/hostdb/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/dns/hostdb/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ COMMENT= Generate DNS and DHCP config fi LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= shebangfix tar:tgz Modified: head/dns/py-adns/Makefile ============================================================================== --- head/dns/py-adns/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/dns/py-adns/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Python Interface to adns, the asynchronous DNS library BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libadns.so:dns/adns Modified: head/dns/py-bonjour/Makefile ============================================================================== --- head/dns/py-bonjour/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/dns/py-bonjour/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ COMMENT= Python interface to bonjour LICENSE= MIT BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python USE_PYTHON= distutils autoplist Modified: head/emulators/gngeo/Makefile ============================================================================== --- head/emulators/gngeo/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/emulators/gngeo/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= acm@FreeBSD.org COMMENT= NeoGeo emulator BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= compiler:features gmake USE_SDL= image sdl Modified: head/emulators/wxmupen64plus/Makefile ============================================================================== --- head/emulators/wxmupen64plus/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/emulators/wxmupen64plus/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ Modified: head/ftp/py-pyftpdlib/Makefile ============================================================================== --- head/ftp/py-pyftpdlib/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/ftp/py-pyftpdlib/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Python FTP server library LICENSE= MIT BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python:2 USE_PYTHON= distutils Modified: head/games/dcross/Makefile ============================================================================== --- head/games/dcross/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/games/dcross/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -18,6 +18,8 @@ COMMENT= Unconventional falling block ga LICENSE= GPLv2 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYGAME} Modified: head/games/hexglass/Makefile ============================================================================== --- head/games/hexglass/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/games/hexglass/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -10,6 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tetris-like puzzle game based on a hexagonal grid BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USE_QT4= gui moc_build rcc_build USES= qmake Modified: head/games/libfov/Makefile ============================================================================== --- head/games/libfov/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/games/libfov/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes Modified: head/games/lostfeathers/Makefile ============================================================================== --- head/games/lostfeathers/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/games/lostfeathers/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -17,6 +17,8 @@ COMMENT= Help a bird to recover his magi LICENSE= BSD3CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= avbin>=0:multimedia/avbin Modified: head/games/robocalypto/Makefile ============================================================================== --- head/games/robocalypto/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/games/robocalypto/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -20,6 +20,8 @@ COMMENT= PYGGEL demo game LICENSE= PD BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyggel>=0:graphics/py-pyggel Modified: head/games/tinymux/Makefile ============================================================================== --- head/games/tinymux/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/games/tinymux/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/copyright.h BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 WRKSRC= ${WRKDIR}/mux2.10/src Modified: head/graphics/delaboratory/Makefile ============================================================================== --- head/graphics/delaboratory/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/delaboratory/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= compiler:c++11-lib gmake MAKE_ARGS= CXX="${CXX}" WXCONFIG="${WX_CONFIG}" Modified: head/graphics/iulib/Makefile ============================================================================== --- head/graphics/iulib/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/iulib/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ COMMENT= Library of image understanding- LICENSE= APACHE20 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff Modified: head/graphics/ocropus/Makefile ============================================================================== --- head/graphics/ocropus/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/ocropus/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= hiroto.kagotani@gmail.com COMMENT= The OCRopus(tm) open source document analysis and OCR system BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ Modified: head/graphics/py-gchartwrapper/Makefile ============================================================================== --- head/graphics/py-gchartwrapper/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/py-gchartwrapper/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Python Google Chart Wrapper LICENSE= BSD3CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow Modified: head/graphics/py-graph-core/Makefile ============================================================================== --- head/graphics/py-graph-core/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/py-graph-core/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Library for working with graphs in Python, core module BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 PROJECTHOST= python-graph USES= python Modified: head/graphics/py-graph-dot/Makefile ============================================================================== --- head/graphics/py-graph-dot/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/py-graph-dot/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Library for working with graphs in Python, dot module BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot \ ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core Modified: head/graphics/py-graphy/Makefile ============================================================================== --- head/graphics/py-graphy/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/py-graphy/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python:run tar:bzip2 Modified: head/graphics/py-pyggel/Makefile ============================================================================== --- head/graphics/py-pyggel/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/py-pyggel/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -18,6 +18,8 @@ LICENSE= LGPL3 PD LICENSE_COMB= multi BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYNUMPY} \ ${PYGAME} \ Modified: head/graphics/py-pyglet/Makefile ============================================================================== --- head/graphics/py-pyglet/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/py-pyglet/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ COMMENT= Cross-platform windowing and mu LICENSE= BSD3CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig Modified: head/graphics/qiviewer/Makefile ============================================================================== --- head/graphics/qiviewer/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/qiviewer/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${PORTNAME}/COPYING BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= desktop-file-utils qmake tar:bzip2 USE_QT4= corelib gui imageformats_run linguisttools_build \ Modified: head/graphics/seam-carving-gui/Makefile ============================================================================== --- head/graphics/seam-carving-gui/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/seam-carving-gui/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= buganini@gmail.com COMMENT= The Seam Carving GUI is a GUI front end to CAIR BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= dos2unix gmake qmake DOS2UNIX_GLOB= *.cpp Modified: head/graphics/sk1libs/Makefile ============================================================================== --- head/graphics/sk1libs/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/sk1libs/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Set of python libraries for sK1 Project BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 Modified: head/graphics/svgfig/Makefile ============================================================================== --- head/graphics/svgfig/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/svgfig/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Draw mathematical figures in SVG using Python BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 WRKSRC= ${WRKDIR}/${PORTNAME:tl} Modified: head/graphics/uniconvertor/Makefile ============================================================================== --- head/graphics/uniconvertor/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/uniconvertor/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Universal vector graphics translator BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs Modified: head/graphics/uniconvw/Makefile ============================================================================== --- head/graphics/uniconvw/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/graphics/uniconvw/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gtk+ frontend for UniConvertor BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs \ ${PYTHON_SITELIBDIR}/uniconvertor/__init__.py:graphics/uniconvertor \ Modified: head/irc/dircproxy/Makefile ============================================================================== --- head/irc/dircproxy/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/irc/dircproxy/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -14,6 +14,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 GNU_CONFIGURE= yes SUB_FILES+= pkg-message Modified: head/irc/py-gozerbot/Makefile ============================================================================== --- head/irc/py-gozerbot/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/irc/py-gozerbot/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -13,6 +13,8 @@ MAINTAINER= sten@blinkenlights.nl COMMENT= Gozerbot - A modular Python IRC and Jabber bot BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python USE_PYTHON= distutils Modified: head/irc/tircd/Makefile ============================================================================== --- head/irc/tircd/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/irc/tircd/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -10,6 +10,8 @@ MAINTAINER= gavin@FreeBSD.org COMMENT= IRC proxy to Twitter BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 RUN_DEPENDS= p5-JSON-Any>=0:converters/p5-JSON-Any \ p5-libwww>=0:www/p5-libwww \ Modified: head/japanese/nhocr/Makefile ============================================================================== --- head/japanese/nhocr/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/japanese/nhocr/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -12,6 +12,8 @@ COMMENT= OCR engine for Japanese languag LICENSE= APACHE20 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BUILD_DEPENDS= ${LOCALBASE}/lib/libsip.a:graphics/O2-tools LIB_DEPENDS= libfreetype.so:print/freetype2 Modified: head/lang/mosh/Makefile ============================================================================== --- head/lang/mosh/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/lang/mosh/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ COMMENT= Fast R6RS Scheme interpreter LICENSE= BSD2CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libgmp.so:math/gmp \ libonig.so:devel/oniguruma5 Modified: head/lang/ofc/Makefile ============================================================================== --- head/lang/ofc/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/lang/ofc/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ MAINTAINER= vanilla@FreeBSD.org COMMENT= The Objective-C Foundation Classes library BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpng.so:graphics/png \ Modified: head/lang/picoc/Makefile ============================================================================== --- head/lang/picoc/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/lang/picoc/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -11,6 +11,8 @@ COMMENT= Very small C interpreter for sc LICENSE= BSD3CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= gmake readline tar:bzip2 Modified: head/lang/tinypy/Makefile ============================================================================== --- head/lang/tinypy/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/lang/tinypy/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -15,6 +15,8 @@ LICENSE_COMB= multi LICENSE_FILE= LICENSE.txt BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USES= python:build USE_PYTHON= distutils noegginfo Modified: head/mail/gnome-gmail-notifier/Makefile ============================================================================== --- head/mail/gnome-gmail-notifier/Makefile Fri Mar 3 15:31:38 2017 (r435348) +++ head/mail/gnome-gmail-notifier/Makefile Fri Mar 3 16:00:19 2017 (r435349) @@ -10,6 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gmail Inbox Monitor for the GNOME2 desktop BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libnotify.so:devel/libnotify \ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Mar 3 16:14:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E46DCF6F6A; Fri, 3 Mar 2017 16:14:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E35C1919; Fri, 3 Mar 2017 16:14:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C37F27B7B; Fri, 3 Mar 2017 16:14:26 +0000 (UTC) Date: Fri, 3 Mar 2017 16:14:26 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... Message-ID: <20170303161426.GA55305@FreeBSD.org> References: <201703031600.v23G0Koq052052@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703031600.v23G0Koq052052@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: Fri, 03 Mar 2017 16:14:27 -0000 On Fri, Mar 03, 2017 at 04:00:20PM +0000, Mathieu Arnold wrote: > New Revision: 435349 > URL: https://svnweb.freebsd.org/changeset/ports/435349 > > Log: > Mark the remaining ports depending on Google Code as DEPRECATED, with an > EXPIRATION_DATE at the end of April 2017. You could've at least give some courtesy to these not-build-broken ports by allowing longer expiration period. :-( > In the past six months, about a third of the ports marked BROKEN because > they were hosted on Google Code have been fixed. The remaining must not > be of use to anyone. Or they might not have noticed that Google Code had gone, or might have had distfile cached locally, who knows? The only sound reason for deprecation if port does not build (install, package, has known security issues). Just because Google guys like to kill their projects doesn't mean our users have to suffer. ./danfe From owner-svn-ports-all@freebsd.org Fri Mar 3 16:22:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B844CF63A6; Fri, 3 Mar 2017 16:22:31 +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 EE3B01030; Fri, 3 Mar 2017 16:22:30 +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 v23GMUmn064326; Fri, 3 Mar 2017 16:22:30 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23GMSsP064306; Fri, 3 Mar 2017 16:22:28 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703031622.v23GMSsP064306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 3 Mar 2017 16:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435350 - in head/audio: . rezound rezound/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 16:22:31 -0000 Author: danfe Date: Fri Mar 3 16:22:28 2017 New Revision: 435350 URL: https://svnweb.freebsd.org/changeset/ports/435350 Log: - Resurrect `audio/rezound' as the days of gcc/libstdc++ mess are gone (at least on tier-1 architectures) - Update to version 0.13.1beta which includes many C++ related fixes (unfortunately, a number of issues still remain to be patched) - Let the compiler handle template instantiation of ``TPoolFile'' [1] - Use native atomics instead of pulling Boost header - Convert few remaining sed(1) in-place editing to patch files - Bump FOX toolkit version being used (1.4 -> 1.6) - Get rid of absolute port origins when specifying dependencies - Unbreak NLS option (and enable it back by default) [1] http://bugs.gentoo.org/334797 Added: head/audio/rezound/ - copied from r409827, head/audio/rezound/ head/audio/rezound/files/patch-src_PoolFile_TPoolFile.cpp (contents, props changed) head/audio/rezound/files/patch-src_PoolFile_TPoolFile.h (contents, props changed) head/audio/rezound/files/patch-src_backend_CPortAudioSoundPlayer.cpp (contents, props changed) head/audio/rezound/files/patch-src_backend_CPortAudioSoundRecorder.cpp (contents, props changed) head/audio/rezound/files/patch-src_backend_CSound.cpp (contents, props changed) head/audio/rezound/files/patch-src_backend_CTrigger.h (contents, props changed) head/audio/rezound/files/patch-src_backend_CrezSoundTranslator.cpp (contents, props changed) head/audio/rezound/files/patch-src_frontend__fox_convert__images.sh (contents, props changed) head/audio/rezound/files/patch-src_misc_AThread.cpp (contents, props changed) head/audio/rezound/files/patch-src_misc_CAtomicCounter.h (contents, props changed) head/audio/rezound/files/patch-src_misc_CNestedDataFile_anytype.h (contents, props changed) head/audio/rezound/files/patch-src_misc_TMemoryPipe.h (contents, props changed) head/audio/rezound/files/patch-src_misc_clocks.cpp (contents, props changed) Deleted: head/audio/rezound/files/050_all_portaudio19.patch head/audio/rezound/files/patch-64bit-fixes head/audio/rezound/files/patch-fix-raw-save head/audio/rezound/files/patch-missing-includes head/audio/rezound/files/patch-src-PoolFile-TStaticPoolAccesser.h head/audio/rezound/files/patch-src_backend_AStatusComm.cpp head/audio/rezound/files/patch-src_backend_CFLACSoundTranslator.cpp Modified: head/audio/Makefile head/audio/rezound/Makefile head/audio/rezound/distinfo head/audio/rezound/pkg-plist Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Fri Mar 3 16:00:19 2017 (r435349) +++ head/audio/Makefile Fri Mar 3 16:22:28 2017 (r435350) @@ -668,6 +668,7 @@ SUBDIR += rem SUBDIR += resid SUBDIR += rexima + SUBDIR += rezound SUBDIR += rhythmbox SUBDIR += rio500 SUBDIR += rioutil Modified: head/audio/rezound/Makefile ============================================================================== --- head/audio/rezound/Makefile Mon Feb 29 21:22:48 2016 (r409827) +++ head/audio/rezound/Makefile Fri Mar 3 16:22:28 2017 (r435350) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rezound -DISTVERSION= 0.12.3beta -PORTREVISION= 23 +DISTVERSION= 0.13.1beta CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ReZound/${DISTVERSION} @@ -12,72 +11,55 @@ COMMENT= Graphical audio file editor LICENSE= GPLv2 -BROKEN= Fails to configure with gcc, fails to link with clang -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-02-29 +LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 -LIB_DEPENDS= libFOX-1.4.so:${PORTSDIR}/x11-toolkits/fox14 - -USES= bison +USES= bison pkgconfig GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -LIBS+= -lX11 CONFIGURE_ARGS= --disable-alsa MAKE_JOBS_UNSAFE= yes -CONFIGURE_ENV= ac_cv_path_RESWRAP=${LOCALBASE}/bin/fox-1.4/reswrap OPTIONS_DEFINE= LARGEFILE JACK AUDIOFILE PORTAUDIO OGG VORBIS FLAC FFTW \ - SOUNDTOUCH LADSPA LAME CDRDAO DOCS BROKEN_NLS + SOUNDTOUCH LADSPA LAME CDRDAO DOCS NLS OPTIONS_DEFAULT= AUDIOFILE PORTAUDIO OGG VORBIS FLAC SOUNDTOUCH \ LADSPA LAME LARGEFILE_DESC= Use 64-bit file I/O FFTW_DESC= Use fast Fourier transform routines CDRDAO_DESC= Burning audio files to CD support -BROKEN_NLS_DESC= ${NLS_DESC} (broken!) LARGEFILE_CONFIGURE_ON= --enable-largefile -JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack -AUDIOFILE_LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile -PORTAUDIO_LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio -OGG_LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis -FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac -FFTW_LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw -SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:${PORTSDIR}/audio/soundtouch -LADSPA_RUN_DEPENDS= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa +JACK_LIB_DEPENDS= libjack.so:audio/jack +AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile +PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio +OGG_LIB_DEPENDS= libogg.so:audio/libogg +VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis +FLAC_LIB_DEPENDS= libFLAC.so:audio/flac +FFTW_LIB_DEPENDS= libfftw.so:math/fftw +SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch +LADSPA_RUN_DEPENDS= ${LOCALBASE}/lib/ladspa/amp.so:audio/ladspa LADSPA_CONFIGURE_OFF= --disable-ladspa -LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame -CDRDAO_RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao - -EXTRA_PATCHES= ${FILESDIR}/050_all_portaudio19.patch:-p1 +LAME_RUN_DEPENDS= lame:audio/lame +CDRDAO_RUN_DEPENDS= cdrdao:sysutils/cdrdao .include -# NLS support is broken as of recent versions of libstdc++; rezound dies at -# startup with "locale::facet::_S_create_c_locale name not valid" exception -.if ${PORT_OPTIONS:MBROKEN_NLS} # Enable only if you know what you're doing +.if ${PORT_OPTIONS:MNLS} USES+= gettext +CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -.if ${PORT_OPTIONS:MPORTAUDIO} -LIBS+= -lportaudio -.endif - post-patch: .SILENT ${REINPLACE_CMD} -E '/atoll|round|nearbyint/d' \ ${WRKSRC}/config/platform/bsd.h ${REINPLACE_CMD} -E 's,(_nl_expand_alias \()\),\1...), ; \ /^C(XX)?FLAGS=/d ; /CXXFLAGS="\$$CXXFLAGS -[gW]/d ; \ - /^return /s,\(int\)( n?gettext),(long)\1,' \ + /^return /s,\(int\)( n?gettext),(long)\1, ; \ + /boost header not found/d' \ ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's,WORDS_BIGENDIN,WORDS_BIGENDIAN,' \ - ${WRKSRC}/src/backend/COSSSoundPlayer.cpp ${REINPLACE_CMD} -e 's,$$(prefix)/doc,$$(datadir)/doc,' \ ${WRKSRC}/config/am_include.mk ${WRKSRC}/Makefile.in \ ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/misc/Makefile.in \ @@ -94,24 +76,10 @@ post-patch: .SILENT ${WRKSRC}/src/backend/Remaster/Makefile.in \ ${WRKSRC}/src/backend/LADSPA/Makefile.in \ ${WRKSRC}/src/frontend_fox/Makefile.in -# Fix some sloppy C++ coding which upsets Clang - ${REINPLACE_CMD} -e '/&string_to_anytype/s,static ,,' \ - ${WRKSRC}/src/misc/CNestedDataFile/anytype.h - ${REINPLACE_CMD} -e 's,push_back((,this->&,' \ - ${WRKSRC}/src/misc/auto_array.h - ${REINPLACE_CMD} -e 's,overflowWrite(,this->&,' \ - ${WRKSRC}/src/PoolFile/TPoolAccesser.cpp - ${REINPLACE_CMD} -e 's,map> ${WRKSRC}/config/config.h -.endif - .include Modified: head/audio/rezound/distinfo ============================================================================== --- head/audio/rezound/distinfo Mon Feb 29 21:22:48 2016 (r409827) +++ head/audio/rezound/distinfo Fri Mar 3 16:22:28 2017 (r435350) @@ -1,2 +1,3 @@ -SHA256 (rezound-0.12.3beta.tar.gz) = 9a895f7011048df3485c9ab29b6abf3c4ac8eb4b8842164c42e34b8f0b76426f -SIZE (rezound-0.12.3beta.tar.gz) = 1792882 +TIMESTAMP = 1388350369 +SHA256 (rezound-0.13.1beta.tar.gz) = 9adc3450caae0d22996082fe0f184cdd5314362a212420eb9afdbfd869dd9223 +SIZE (rezound-0.13.1beta.tar.gz) = 1895578 Added: head/audio/rezound/files/patch-src_PoolFile_TPoolFile.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_PoolFile_TPoolFile.cpp Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,23 @@ +--- src/PoolFile/TPoolFile.cpp.orig 2013-02-10 06:35:02 UTC ++++ src/PoolFile/TPoolFile.cpp +@@ -20,11 +20,9 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + +-/* this would be needed if I were utilizing gcc's implicit instantiation for TPoolFile + #ifndef __TPoolFile_H__CPP + #error this file must be included through TPoolFile.h NOT compiled on its own + #endif +-*/ + + /* ??? + * There are places that I have to do: container.erase(container.begin+index); +@@ -575,7 +573,7 @@ template + invalidateAllCachedBlocks(false,poolId); + + // remove poolName with poolId of the parameter +- for(map::const_iterator t=poolNames.begin();t!=poolNames.end();t++) ++ for(map::const_iterator t=poolNames.begin();t!=poolNames.end();t++) + { + if(t->second==poolId) + { Added: head/audio/rezound/files/patch-src_PoolFile_TPoolFile.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_PoolFile_TPoolFile.h Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,13 @@ +--- src/PoolFile/TPoolFile.h.orig 2013-02-10 06:35:02 UTC ++++ src/PoolFile/TPoolFile.h +@@ -399,10 +399,8 @@ private: + + }; + +-/* this would be needed if I were utilizing gcc's implicit instantiation for TPoolFile + #define __TPoolFile_H__CPP + #include "TPoolFile.cpp" + #undef __TPoolFile_H__CPP +-*/ + + #endif Added: head/audio/rezound/files/patch-src_backend_CPortAudioSoundPlayer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_backend_CPortAudioSoundPlayer.cpp Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,11 @@ +--- src/backend/CPortAudioSoundPlayer.cpp.orig 2013-12-27 03:56:49 UTC ++++ src/backend/CPortAudioSoundPlayer.cpp +@@ -73,7 +73,7 @@ void CPortAudioSoundPlayer::initialize() + // open a PortAudio stream + #ifdef ENABLE_PORTAUDIO_V19 + PaStreamParameters output = { gPortAudioOutputDevice, +- gDesiredOutputChannelCount, ++ static_cast(gDesiredOutputChannelCount), + sampleFormat, + Pa_GetDeviceInfo(gPortAudioOutputDevice)->defaultLowOutputLatency , + NULL}; Added: head/audio/rezound/files/patch-src_backend_CPortAudioSoundRecorder.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_backend_CPortAudioSoundRecorder.cpp Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,11 @@ +--- src/backend/CPortAudioSoundRecorder.cpp.orig 2013-12-27 03:57:19 UTC ++++ src/backend/CPortAudioSoundRecorder.cpp +@@ -70,7 +70,7 @@ void CPortAudioSoundRecorder::initialize + #ifdef ENABLE_PORTAUDIO_V19 + PaStreamParameters input = { + gPortAudioOutputDevice, +- sound->getChannelCount(), ++ static_cast(sound->getChannelCount()), + sampleFormat, + Pa_GetDeviceInfo(gPortAudioOutputDevice)->defaultLowInputLatency , + NULL}; Added: head/audio/rezound/files/patch-src_backend_CSound.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_backend_CSound.cpp Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,11 @@ +--- src/backend/CSound.cpp.orig 2010-02-28 06:32:54 UTC ++++ src/backend/CSound.cpp +@@ -2289,7 +2289,7 @@ void CSound::setUserNotes(const string & + + + // this is the explicit instantiation of the TPoolFile for CSound's purposes +-#include ++// #include + template class TPoolFile; + + // Some explicit template method instantiations (not sure why some are necessary and some aren't) Added: head/audio/rezound/files/patch-src_backend_CTrigger.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_backend_CTrigger.h Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,10 @@ +--- src/backend/CTrigger.h.orig 2008-09-22 02:37:14 UTC ++++ src/backend/CTrigger.h +@@ -27,6 +27,7 @@ + #include + + #include ++#include + #include + + #include Added: head/audio/rezound/files/patch-src_backend_CrezSoundTranslator.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_backend_CrezSoundTranslator.cpp Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,11 @@ +--- src/backend/CrezSoundTranslator.cpp.orig 2013-02-10 06:35:01 UTC ++++ src/backend/CrezSoundTranslator.cpp +@@ -43,7 +43,7 @@ CrezSoundTranslator::~CrezSoundTranslato + + // need to include this I use some of the template *methods* for types that are no where else + // so the explicit instantation at the bottom of CSound.cpp doesn't instantiate everything +-#include ++// #include + + struct RFormatInfo1 + { Added: head/audio/rezound/files/patch-src_frontend__fox_convert__images.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_frontend__fox_convert__images.sh Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,26 @@ +--- src/frontend_fox/convert_images.sh.orig 2012-04-14 05:41:31 UTC ++++ src/frontend_fox/convert_images.sh +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + # probably should go with something more generic like /bin/sh + + # to change to something other than gif, replace .gif and FXGIFIcon throughout the script +@@ -58,7 +58,7 @@ echo >> $H_FILE + + + # this function encodes filenames with spaces or other non-printable characters into something that will be a valid C-variable name +-function filenameToVarname # $1 is a [path/]filename.ext ++filenameToVarname() # $1 is a [path/]filename.ext + { + # remove path and extension and translate chars + basename "${1%\.*}" | tr ' [],-' '_____' +@@ -81,7 +81,7 @@ echo "#endif" >> $H_FILE + + + # only overwrite the h file if it needs to be so it won't cause a whole bunch of things to unnecessarily recompile +-if [ -a ${H_FILE%\.tmp} ] ++if [ -e ${H_FILE%\.tmp} ] + then + diff $H_FILE ${H_FILE%\.tmp} >/dev/null + if [ $? -ne 0 ] Added: head/audio/rezound/files/patch-src_misc_AThread.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_misc_AThread.cpp Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,11 @@ +--- src/misc/AThread.cpp.orig 2013-02-10 06:35:02 UTC ++++ src/misc/AThread.cpp +@@ -416,7 +416,7 @@ using namespace std; + abort(); + } catch(...) { + // linux will abort, Mac will not so it will crash with unhandled exception and generate a crash report +- fprintf(stderr,"unhandled exception was thrown within thread -- ID: %s:(%x); aborting\n", getThreadName().c_str(), (unsigned)thread->mThreadID);fflush(stderr); ++ fprintf(stderr,"unhandled exception was thrown within thread -- ID: %s:(%x); aborting\n", getThreadName().c_str(), thread->mThreadID);fflush(stderr); + + // we only abort all the time with linux code + abort(); Added: head/audio/rezound/files/patch-src_misc_CAtomicCounter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_misc_CAtomicCounter.h Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,11 @@ +--- src/misc/CAtomicCounter.h.orig 2013-02-10 06:35:02 UTC ++++ src/misc/CAtomicCounter.h +@@ -28,7 +28,7 @@ + #define LINUX_ATOMIX + #include + +-#elif defined(__GNUC__) && ((__GNUC__ * 100) + __GNUC_MINOR__) >= 405 && defined(__GXX_EXPERIMENTAL_CXX0X__)/*for now detect --std=c++0x.. will be removed later*/ ++#elif defined(__clang__) || defined(__GNUC__) && ((__GNUC__ * 100) + __GNUC_MINOR__) >= 405 && defined(__GXX_EXPERIMENTAL_CXX0X__)/*for now detect --std=c++0x.. will be removed later*/ + + // gcc-4.5 uses the atomic header (c++v0) + #define STL_ATOMIX Added: head/audio/rezound/files/patch-src_misc_CNestedDataFile_anytype.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_misc_CNestedDataFile_anytype.h Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,11 @@ +--- src/misc/CNestedDataFile/anytype.h.orig 2013-02-10 06:35:02 UTC ++++ src/misc/CNestedDataFile/anytype.h +@@ -159,7 +159,7 @@ template STATIC_TPL const st + { + // leaving type in case it's not able to deduce aruments and chooses the default template implemenation + // if I knew how to constrain the original definition of the template, I would make it fully constrained +- s+=anytype_to_string(any[t]); ++ s+=anytype_to_string(any[t]); + if(t!=(l-1)) + s+=","; + } Added: head/audio/rezound/files/patch-src_misc_TMemoryPipe.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_misc_TMemoryPipe.h Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,10 @@ +--- src/misc/TMemoryPipe.h.orig 2013-03-29 17:15:58 UTC ++++ src/misc/TMemoryPipe.h +@@ -24,6 +24,7 @@ + #include "../../config/common.h" + + #include ++#include + + #include "CMutex.h" + #include "CConditionVariable.h" Added: head/audio/rezound/files/patch-src_misc_clocks.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rezound/files/patch-src_misc_clocks.cpp Fri Mar 3 16:22:28 2017 (r435350) @@ -0,0 +1,23 @@ +--- src/misc/clocks.cpp.orig 2013-02-10 06:35:02 UTC ++++ src/misc/clocks.cpp +@@ -304,18 +304,8 @@ int get_timezone_offset() + #ifdef __APPLE__ + int ret = [[NSTimeZone localTimeZone] secondsFromGMT]; + #else +- tzset(); +- +- // ::timezone's manpage says "Seconds West of GMT", but I found this not to be the case +- // ::timezone is in the range [-12*3600, 12*3600], but it's sign is opposite what we expect: +- // Central Time is +6 hours +- // We want to return -6 hours for Central, so we translate the range and ensure it's min and max value +- +- +- int ret = ::timezone; +- +- // invert sign for our purposes +- ret = -ret; ++ time_t date = time(NULL); ++ int ret = localtime(&date)->tm_gmtoff; + #endif + + // "clamp-and-shift" to convert values outside the appropriate Modified: head/audio/rezound/pkg-plist ============================================================================== --- head/audio/rezound/pkg-plist Mon Feb 29 21:22:48 2016 (r409827) +++ head/audio/rezound/pkg-plist Fri Mar 3 16:22:28 2017 (r435350) @@ -4,10 +4,11 @@ bin/rezound %%DATADIR%%/key_bindings.dat %%DATADIR%%/menu.dat %%DATADIR%%/presets.dat +%%NLS%%share/locale/cs/LC_MESSAGES/rezound.mo %%NLS%%share/locale/de/LC_MESSAGES/rezound.mo -%%NLS%%share/locale/fr/LC_MESSAGES/rezound.mo %%NLS%%share/locale/es/LC_MESSAGES/rezound.mo %%NLS%%share/locale/fi/LC_MESSAGES/rezound.mo +%%NLS%%share/locale/fr/LC_MESSAGES/rezound.mo %%NLS%%share/locale/ru/LC_MESSAGES/rezound.mo %%PORTDOCS%%%%DOCSDIR%%/Features.txt %%PORTDOCS%%%%DOCSDIR%%/FrontendFoxFeatures.txt From owner-svn-ports-all@freebsd.org Fri Mar 3 16:31:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1F0BCF66D9; Fri, 3 Mar 2017 16:31: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 BBFD61881; Fri, 3 Mar 2017 16:31: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 v23GVlmR068243; Fri, 3 Mar 2017 16:31:47 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23GVl7Z068242; Fri, 3 Mar 2017 16:31:47 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703031631.v23GVl7Z068242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 3 Mar 2017 16:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435351 - 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: Fri, 03 Mar 2017 16:31:49 -0000 Author: danfe Date: Fri Mar 3 16:31:47 2017 New Revision: 435351 URL: https://svnweb.freebsd.org/changeset/ports/435351 Log: Catch up with r435350 in which `audio/rezound' port was resurrected. Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri Mar 3 16:22:28 2017 (r435350) +++ head/MOVED Fri Mar 3 16:31:47 2017 (r435351) @@ -8180,7 +8180,6 @@ mail/pronto||2016-02-18|No release since russian/muttprint||2016-02-25|The Russian translation is included in print/muttprint security/openssh-portable-devel|security/openssh-portable|2016-02-29|Outdated and insecure, use the main port audio/audacious-dumb||2016-02-29|Has expired: Broken for more than 6 months -audio/rezound||2016-02-29|Has expired: Broken for more than 6 months net/rubygem-amqp067|net/rubygem-bunny|2016-02-29|Has expired: Upstream prefers net/rubygem-bunny devel/py-unittestplus||2016-02-29|Has expired: Tarballs and upstream website disappeared net/samba4||2016-03-02|Has expired: not supported by the upstream From owner-svn-ports-all@freebsd.org Fri Mar 3 16:32:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BA9ACF689E; Fri, 3 Mar 2017 16:32:33 +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 97A081A68; Fri, 3 Mar 2017 16:32:32 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 5db2ed0a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 3 Mar 2017 09:32:25 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... From: Adam Weinberger In-Reply-To: <20170303161426.GA55305@FreeBSD.org> Date: Fri, 3 Mar 2017 09:32:23 -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: References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 16:32:33 -0000 > On 3 Mar, 2017, at 9:14, Alexey Dokuchaev wrote: >=20 > On Fri, Mar 03, 2017 at 04:00:20PM +0000, Mathieu Arnold wrote: >> New Revision: 435349 >> URL: https://svnweb.freebsd.org/changeset/ports/435349 >>=20 >> Log: >> Mark the remaining ports depending on Google Code as DEPRECATED, = with an >> EXPIRATION_DATE at the end of April 2017. >=20 > You could've at least give some courtesy to these not-build-broken = ports by > allowing longer expiration period. :-( It's set at nearly two months, and it'll be 3 months for people on = quarterly. That's a pretty reasonable expiration period. How long do you = think it should be? # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Fri Mar 3 16:45:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 512DECF6E12; Fri, 3 Mar 2017 16:45:04 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3001B1450; Fri, 3 Mar 2017 16:45:04 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 77F9E89F; Fri, 3 Mar 2017 16:45:03 +0000 (UTC) Date: Fri, 3 Mar 2017 16:45:03 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... Message-ID: <20170303164503.GA15650@FreeBSD.org> References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Fri, 03 Mar 2017 16:45:04 -0000 On Fri, Mar 03, 2017 at 09:32:23AM -0700, Adam Weinberger wrote: > > On 3 Mar, 2017, at 9:14, Alexey Dokuchaev wrote: > > > > On Fri, Mar 03, 2017 at 04:00:20PM +0000, Mathieu Arnold wrote: > >> New Revision: 435349 > >> URL: https://svnweb.freebsd.org/changeset/ports/435349 > >> > >> Log: > >> Mark the remaining ports depending on Google Code as DEPRECATED, with an > >> EXPIRATION_DATE at the end of April 2017. > > > > You could've at least give some courtesy to these not-build-broken ports by > > allowing longer expiration period. :-( > > It's set at nearly two months, and it'll be 3 months for people on > quarterly. That's a pretty reasonable expiration period. I must apologize, I've read "April" and thought it's one month only. > How long do you think it should be? I'd be more comfortable with half year at least (apart from my very own minority opinion that those should be fixed so MASTER_SITES point to the Google's distfile archive and be left alone), but given your correction, I guess I should STFU and crawl back into my cave. :-) ./danfe From owner-svn-ports-all@freebsd.org Fri Mar 3 16:51:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4D40CF6F67; Fri, 3 Mar 2017 16:51:50 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A669177D; Fri, 3 Mar 2017 16:51:50 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23Gpn4Y076501; Fri, 3 Mar 2017 16:51:49 GMT (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Gpn4D076499; Fri, 3 Mar 2017 16:51:49 GMT (envelope-from bmah@FreeBSD.org) Message-Id: <201703031651.v23Gpn4D076499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bmah set sender to bmah@FreeBSD.org using -f From: "Bruce A. Mah" Date: Fri, 3 Mar 2017 16:51:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435352 - in head/mail/spamass-milter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 16:51:51 -0000 Author: bmah Date: Fri Mar 3 16:51:49 2017 New Revision: 435352 URL: https://svnweb.freebsd.org/changeset/ports/435352 Log: Add a man page patch to document the -a option. Documentation change only with no functional changes. Obtained from: GitHub (andybalholm/spamass-milter revision 97b2369) Submitted by: john@vinopal.com Added: head/mail/spamass-milter/files/patch-spamass-milter.1.in (contents, props changed) Modified: head/mail/spamass-milter/Makefile Modified: head/mail/spamass-milter/Makefile ============================================================================== --- head/mail/spamass-milter/Makefile Fri Mar 3 16:31:47 2017 (r435351) +++ head/mail/spamass-milter/Makefile Fri Mar 3 16:51:49 2017 (r435352) @@ -3,7 +3,7 @@ PORTNAME= spamass-milter PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SAVANNAH/spamass-milt Added: head/mail/spamass-milter/files/patch-spamass-milter.1.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/spamass-milter/files/patch-spamass-milter.1.in Fri Mar 3 16:51:49 2017 (r435352) @@ -0,0 +1,30 @@ +From 97b2369ea24f1370bbf3359a0fbcdc6670a54da0 Mon Sep 17 00:00:00 2001 +From: Andy Balholm +Date: Tue, 22 Mar 2016 14:51:34 -0700 +Subject: [PATCH] Document the -a option. + +--- + spamass-milter.1.in | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/spamass-milter.1.in b/spamass-milter.1.in +index 3caccfa..41d0f15 100644 +--- spamass-milter.1.in ++++ spamass-milter.1.in +@@ -8,6 +8,7 @@ + .Sh SYNOPSIS + .Nm + .Fl p Ar socket ++.Op Fl a + .Op Fl b Ns | Ns Fl B Ar spamaddress + .Op Fl C rejectcode + .Op Fl d Ar debugflags +@@ -41,6 +42,8 @@ will not be able to access the milter. + This may cause messages to bounce, queue, or be passed through + unmiltered, depending on the parameters in + .Nm sendmail Ns 's .cf file. ++.It Fl a ++Skips messages received on an authenticated connection. + .It Fl b Ar spamaddress + Redirects tagged spam to the specified email address. + All envelope recipients are removed, and inserted into the message as From owner-svn-ports-all@freebsd.org Fri Mar 3 17:09:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E99B8CF733C; Fri, 3 Mar 2017 17:09:39 +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 861E61F4F; Fri, 3 Mar 2017 17:09:39 +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 1414CBDC9F; Fri, 3 Mar 2017 18:09: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 8D17CBDC9B; Fri, 3 Mar 2017 18:09:34 +0100 (CET) Subject: Re: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... To: Alexey Dokuchaev References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Date: Fri, 3 Mar 2017 18:09:29 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170303161426.GA55305@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GOGvKKKNV0SxXk4UjmfE6fhDeIKRn1cDu" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 17:09:40 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GOGvKKKNV0SxXk4UjmfE6fhDeIKRn1cDu Content-Type: multipart/mixed; boundary="r71noOQKoo8HP6nw3rJ71CwSD8ELXTRJL"; protected-headers="v1" From: Mathieu Arnold To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> In-Reply-To: <20170303161426.GA55305@FreeBSD.org> --r71noOQKoo8HP6nw3rJ71CwSD8ELXTRJL Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 03/03/2017 =C3=A0 17:14, Alexey Dokuchaev a =C3=A9crit : > On Fri, Mar 03, 2017 at 04:00:20PM +0000, Mathieu Arnold wrote: >> New Revision: 435349 >> URL: https://svnweb.freebsd.org/changeset/ports/435349 >> >> Log: >> Mark the remaining ports depending on Google Code as DEPRECATED, wit= h an >> EXPIRATION_DATE at the end of April 2017. > You could've at least give some courtesy to these not-build-broken port= s by > allowing longer expiration period. :-( I don't understand, you find September 14th 2016 -> April 30th 2017 to be not long enough ? >> In the past six months, about a third of the ports marked BROKEN bec= ause >> they were hosted on Google Code have been fixed. The remaining must= not >> be of use to anyone. > Or they might not have noticed that Google Code had gone, or might have= had > distfile cached locally, who knows? The only sound reason for deprecat= ion > if port does not build (install, package, has known security issues). = Just > because Google guys like to kill their projects doesn't mean our users = have > to suffer. They may have had the distfile lying around, but they would have needed to manually do something to be able to build the port, either remove the BROKEN line, or set TRYBROKEN, or NO_IGNORE. The ports are not obliterated from this universe, they have been marked BROKEN for six months, if anyone is interested in some of them, it is always possible to resurrect them. --=20 Mathieu Arnold --r71noOQKoo8HP6nw3rJ71CwSD8ELXTRJL-- --GOGvKKKNV0SxXk4UjmfE6fhDeIKRn1cDu 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 iQJ8BAEBCgBmBQJYuaNNXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IS/sP/j3oMZVNPZ4jJlM/CaaLys2Z j8Jm+0kqYcTe4TkVcGV10/Yc4q3rEt8QQuiZA0YvleB6nY7zxmDvu/WeCt9/jJeb h0zlLO0Rlt22Qt0jIMrXedEkNpzCM4e4axHuSZS5nqpASx6E0tZl/h0fFTea01fZ 2+v4aMVOps7rc4XMseNwd/wrYEqWVmkLb7CIxCEi1s127lCRuhgQqsKSt4cL5E4M fkMpMsH6+dbLop/I07Gp6pOT4heUAgnMYjRQodsseMs7BroTM2Hz2J5c8LbNjTuA /TDLiLt6wuS98EQ4mg/JcxA6o7aP0B14xrphuOzyKFxPrZjmrTPQObit5OHJUIaT gxtMZo4M/wRXjlg41B8h9UM8PnaCjlffdF0Vo7RirMuX+2jjrUqYsQpIjXoiYQBh v0gADV5XN1826T6gOkWkt3oaNL5BX+H+gk9WU4P+JeWUp72mT47YqdYZNS6sU4uC loCP84Oo175ism/VIX7hNaA1VFpbTvm+g0QCQyrPAHChlCaNoYoTX8/pbA/IxG+W QuRhB1cidVbSVTataPbzyr57LvM0/IskSD9KcC0hGjHBc2u3lllI4yV9hswjH6fF PfX+pqByTKZbrTvcevHn8Cb1I7QrxFfJmFKSSZBtWkJL+Pi6t8y/7VOubvqLC3py h9Zjtse1UWdIRpfniqtA =m5+O -----END PGP SIGNATURE----- --GOGvKKKNV0SxXk4UjmfE6fhDeIKRn1cDu-- From owner-svn-ports-all@freebsd.org Fri Mar 3 17:24:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C1CECF789C; Fri, 3 Mar 2017 17:24:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06E901B1B; Fri, 3 Mar 2017 17:24: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 v23HOgDf088824; Fri, 3 Mar 2017 17:24:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23HOf4W088817; Fri, 3 Mar 2017 17:24:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703031724.v23HOf4W088817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Mar 2017 17:24:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435353 - in head/games: . ace-of-penguins ace-of-penguins/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 17:24:43 -0000 Author: amdmi3 Date: Fri Mar 3 17:24:41 2017 New Revision: 435353 URL: https://svnweb.freebsd.org/changeset/ports/435353 Log: The Ace of Penguins is a set of Unix/X solitaire games based on the ones available for Windows(tm) but with a number of enhancements. The latest version includes clones of freecell, golf, mastermind, merlin, minesweeper, pegged, solitaire, taipei (with editor!), and thornq (by Martin Thornquist). WWW: http://www.delorie.com/store/ace/ Added: head/games/ace-of-penguins/ head/games/ace-of-penguins/Makefile (contents, props changed) head/games/ace-of-penguins/distinfo (contents, props changed) head/games/ace-of-penguins/files/ head/games/ace-of-penguins/files/patch-lib_make-imglib.c (contents, props changed) head/games/ace-of-penguins/files/patch-lib_xwin.c (contents, props changed) head/games/ace-of-penguins/pkg-descr (contents, props changed) head/games/ace-of-penguins/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri Mar 3 16:51:49 2017 (r435352) +++ head/games/Makefile Fri Mar 3 17:24:41 2017 (r435353) @@ -19,6 +19,7 @@ SUBDIR += abbayedesmorts SUBDIR += abe SUBDIR += abuse_sdl + SUBDIR += ace-of-penguins SUBDIR += acm SUBDIR += adgali SUBDIR += adom Added: head/games/ace-of-penguins/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ace-of-penguins/Makefile Fri Mar 3 17:24:41 2017 (r435353) @@ -0,0 +1,62 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= ace-of-penguins +PORTVERSION= 1.4 +CATEGORIES= games +MASTER_SITES= http://www.delorie.com/store/ace/ +DISTNAME= ace-${PORTVERSION} + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Set of Unix/X solitaire games + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpng.so:graphics/png + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-prefix=ace- +USES= gmake libtool localbase:ldflags +USE_XORG= x11 xpm +INSTALL_TARGET= install-strip + +PORTDOCS= * + +GAMES= "canfield:Solitaire game:CardGame" \ + "freecell:Solitaire game:CardGame" \ + "golf:Solitaire game:CardGame" \ + "mastermind:Logic game:LogicGame" \ + "merlin:Classical logic game:LogicGame" \ + "minesweeper:Logic game:LogicGame" \ + "pegged:Solitaire game:LogicGame" \ + "penguins:Solitaire game:CardGame" \ + "solitaire:Solitaire game:CardGame" \ + "spider:Solitaire game:CardGame" \ + "taipedit:Layout editor for taipei game:CardGame" \ + "taipei:Mahjong solitaire game:BoardGame" \ + "thornq:Solitaire game:CardGame" \ + + +.for game in ${GAMES} +DESKTOP_ENTRIES+= \ + "Ace of Penguins: ${game:C/^([^:]*):([^:]*):([^:]*)$$/\1/:C/\"//g}" \ + "${game:C/^([^:]*):([^:]*):([^:]*)$$/\2/:C/\"//g}" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.gif" \ + "ace-${game:C/^([^:]*):([^:]*):([^:]*)$$/\1/:C/\"//g}" \ + "Game;${game:C/^([^:]*):([^:]*):([^:]*)$$/\3/:C/\"//g};" \ + "" +.endfor + +OPTIONS_DEFINE= DOCS + +post-install: + ${INSTALL_DATA} ${WRKSRC}/docs/as.gif ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.gif + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in AUTHORS ChangeLog NEWS README docs/*.gif docs/*.html + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include Added: head/games/ace-of-penguins/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ace-of-penguins/distinfo Fri Mar 3 17:24:41 2017 (r435353) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488290409 +SHA256 (ace-1.4.tar.gz) = 1fee3b0533921a42873c0623f33d873a067b1eec58f2c70c01449146e79a4cce +SIZE (ace-1.4.tar.gz) = 530490 Added: head/games/ace-of-penguins/files/patch-lib_make-imglib.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ace-of-penguins/files/patch-lib_make-imglib.c Fri Mar 3 17:24:41 2017 (r435353) @@ -0,0 +1,20 @@ +--- lib/make-imglib.c.orig 2012-03-24 18:00:49 UTC ++++ lib/make-imglib.c +@@ -86,7 +86,7 @@ scan_image_directory () + png_ptr = png_create_read_struct (PNG_LIBPNG_VER_STRING, 0, 0, 0); + info_ptr = png_create_info_struct (png_ptr); + +- if (setjmp (png_ptr->jmpbuf)) { ++ if (setjmp (png_jmpbuf(png_ptr))) { + fclose (f); + continue; + } +@@ -202,7 +202,7 @@ tokenize(char *string) + char *rv; + if (string) { + next = string; +- return; ++ return NULL; + } + while (*next && !isgraph(*next)) next++; + if (!*next) return 0; Added: head/games/ace-of-penguins/files/patch-lib_xwin.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ace-of-penguins/files/patch-lib_xwin.c Fri Mar 3 17:24:41 2017 (r435353) @@ -0,0 +1,18 @@ +--- lib/xwin.c.orig 2012-03-24 18:00:49 UTC ++++ lib/xwin.c +@@ -841,13 +841,13 @@ build_image (image *src) + png_ptr = png_create_read_struct (PNG_LIBPNG_VER_STRING, 0, 0, 0); + info_ptr = png_create_info_struct (png_ptr); + +- if (setjmp (png_ptr->jmpbuf)) { ++ if (setjmp (png_jmpbuf(png_ptr))) { + fprintf(stderr, "Invalid PNG image!\n"); + return; + } + + file_bytes = src->file_data; +- png_set_read_fn (png_ptr, (voidp)&file_bytes, (png_rw_ptr)png_reader); ++ png_set_read_fn (png_ptr, (png_voidp)&file_bytes, (png_rw_ptr)png_reader); + + png_read_info (png_ptr, info_ptr); + Added: head/games/ace-of-penguins/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ace-of-penguins/pkg-descr Fri Mar 3 17:24:41 2017 (r435353) @@ -0,0 +1,8 @@ +The Ace of Penguins is a set of Unix/X solitaire games based on the +ones available for Windows(tm) but with a number of enhancements. + +The latest version includes clones of freecell, golf, mastermind, +merlin, minesweeper, pegged, solitaire, taipei (with editor!), and +thornq (by Martin Thornquist). + +WWW: http://www.delorie.com/store/ace/ Added: head/games/ace-of-penguins/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ace-of-penguins/pkg-plist Fri Mar 3 17:24:41 2017 (r435353) @@ -0,0 +1,18 @@ +bin/ace-canfield +bin/ace-freecell +bin/ace-golf +bin/ace-mastermind +bin/ace-merlin +bin/ace-minesweeper +bin/ace-pegged +bin/ace-penguins +bin/ace-solitaire +bin/ace-spider +bin/ace-taipedit +bin/ace-taipei +bin/ace-thornq +lib/libcards.a +lib/libcards.so +lib/libcards.so.1 +lib/libcards.so.1.0.0 +share/pixmaps/ace-of-penguins.gif From owner-svn-ports-all@freebsd.org Fri Mar 3 17:25:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EFADCF795A; Fri, 3 Mar 2017 17: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 D48051D5F; Fri, 3 Mar 2017 17:25:21 +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 v23HPKBR089086; Fri, 3 Mar 2017 17:25:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23HPKRP089078; Fri, 3 Mar 2017 17:25:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703031725.v23HPKRP089078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Mar 2017 17:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435354 - in head/devel: . leatherman leatherman/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 17:25:22 -0000 Author: amdmi3 Date: Fri Mar 3 17:25:20 2017 New Revision: 435354 URL: https://svnweb.freebsd.org/changeset/ports/435354 Log: A collection of C++ and CMake utility libraries. WWW: https://github.com/puppetlabs/leatherman PR: 213624 Submitted by: jslagle@gmail.com Added: head/devel/leatherman/ head/devel/leatherman/Makefile (contents, props changed) head/devel/leatherman/distinfo (contents, props changed) head/devel/leatherman/files/ head/devel/leatherman/files/patch-cmake_cflags.cmake (contents, props changed) head/devel/leatherman/files/patch-cmake_leatherman.cmake (contents, props changed) head/devel/leatherman/pkg-descr (contents, props changed) head/devel/leatherman/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 3 17:24:41 2017 (r435353) +++ head/devel/Makefile Fri Mar 3 17:25:20 2017 (r435354) @@ -1204,6 +1204,7 @@ SUBDIR += lasi SUBDIR += lcov SUBDIR += leaktracer + SUBDIR += leatherman SUBDIR += leiningen SUBDIR += lemon SUBDIR += lfcbase Added: head/devel/leatherman/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/leatherman/Makefile Fri Mar 3 17:25:20 2017 (r435354) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= leatherman +PORTVERSION= 0.10.1 +CATEGORIES= devel + +MAINTAINER= jslagle@gmail.com +COMMENT= Leatherman C++ Tool library + +LICENSE= APACHE20 + +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libcurl.so:ftp/curl + +USE_GITHUB= yes +GH_ACCOUNT= puppetlabs + +USES= cmake +USE_RUBY= yes +CMAKE_ARGS= -DLEATHERMAN_SHARED:BOOL=ON +USE_LDCONFIG= yes + +PLIST_SUB= PORTVERSION=${PORTVERSION} + +.include Added: head/devel/leatherman/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/leatherman/distinfo Fri Mar 3 17:25:20 2017 (r435354) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483588778 +SHA256 (puppetlabs-leatherman-0.10.1_GH0.tar.gz) = 79b0eded49a02cb8f6ce6260ae39e3f1bdd2dc2c62c02f661308e04c08edb69e +SIZE (puppetlabs-leatherman-0.10.1_GH0.tar.gz) = 423218 Added: head/devel/leatherman/files/patch-cmake_cflags.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/leatherman/files/patch-cmake_cflags.cmake Fri Mar 3 17:25:20 2017 (r435354) @@ -0,0 +1,20 @@ +--- cmake/cflags.cmake.orig 2017-01-05 04:17:18 UTC ++++ cmake/cflags.cmake +@@ -2,7 +2,7 @@ + # Each of our project dirs sets CMAKE_CXX_FLAGS based on these. We do + # not set CMAKE_CXX_FLAGS globally because gtest is not warning-clean. + if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "\\w*Clang") +- set(LEATHERMAN_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-tautological-constant-out-of-range-compare") ++ set(LEATHERMAN_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-tautological-constant-out-of-range-compare") + + # Clang warns that 'register' is deprecated; 'register' is used throughout boost, so it can't be an error yet. + # The warning flag is different on different clang versions so we need to extract the clang version. +@@ -41,7 +41,7 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQ + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-maybe-uninitialized") + + # missing-field-initializers is disabled because GCC can't make up their mind how to treat C++11 initializers +- set(LEATHERMAN_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Werror -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-unknown-pragmas -Wno-missing-field-initializers") ++ set(LEATHERMAN_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-unknown-pragmas -Wno-missing-field-initializers") + if (NOT "${CMAKE_SYSTEM_NAME}" MATCHES "SunOS") + set(LEATHERMAN_CXX_FLAGS "${LEATHERMAN_CXX_FLAGS} -Wextra") + endif() Added: head/devel/leatherman/files/patch-cmake_leatherman.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/leatherman/files/patch-cmake_leatherman.cmake Fri Mar 3 17:25:20 2017 (r435354) @@ -0,0 +1,14 @@ +--- cmake/leatherman.cmake.orig 2016-12-06 01:37:41 UTC ++++ cmake/leatherman.cmake +@@ -78,11 +78,6 @@ macro(leatherman_install) + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib${LIB_SUFFIX} + ARCHIVE DESTINATION lib${LIB_SUFFIX}) +- foreach(ARG ${ARGV}) +- if (TARGET ${ARG}) +- set_target_properties(${ARG} PROPERTIES PREFIX "" IMPORT_PREFIX "") +- endif() +- endforeach() + endmacro() + + # Usage: add_cppcheck_dirs(dir1 dir2) Added: head/devel/leatherman/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/leatherman/pkg-descr Fri Mar 3 17:25:20 2017 (r435354) @@ -0,0 +1,3 @@ +A collection of C++ and CMake utility libraries. + +WWW: https://github.com/puppetlabs/leatherman Added: head/devel/leatherman/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/leatherman/pkg-plist Fri Mar 3 17:25:20 2017 (r435354) @@ -0,0 +1,109 @@ +include/boost/nowide/args.hpp +include/boost/nowide/cenv.hpp +include/boost/nowide/config.hpp +include/boost/nowide/convert.hpp +include/boost/nowide/cstdio.hpp +include/boost/nowide/cstdlib.hpp +include/boost/nowide/filebuf.hpp +include/boost/nowide/fstream.hpp +include/boost/nowide/integration/filesystem.hpp +include/boost/nowide/iostream.hpp +include/boost/nowide/stackstring.hpp +include/boost/nowide/system.hpp +include/boost/nowide/utf8_codecvt.hpp +include/boost/nowide/windows.hpp +include/leatherman/curl/client.hpp +include/leatherman/curl/export.h +include/leatherman/curl/request.hpp +include/leatherman/curl/response.hpp +include/leatherman/dynamic_library/dynamic_library.hpp +include/leatherman/execution/execution.hpp +include/leatherman/file_util/directory.hpp +include/leatherman/file_util/file.hpp +include/leatherman/json_container/json_container.hpp +include/leatherman/locale/locale.hpp +include/leatherman/logging/logging.hpp +include/leatherman/ruby/api.hpp +include/leatherman/util/environment.hpp +include/leatherman/util/option_set.hpp +include/leatherman/util/posix/scoped_descriptor.hpp +include/leatherman/util/regex.hpp +include/leatherman/util/scope_exit.hpp +include/leatherman/util/scoped_env.hpp +include/leatherman/util/scoped_resource.hpp +include/leatherman/util/strings.hpp +include/leatherman/util/time.hpp +include/leatherman/util/timer.hpp +include/leatherman/util/windows/scoped_handle.hpp +include/leatherman/vendor/catch.hpp +include/leatherman/vendor/rapidjson/allocators.h +include/leatherman/vendor/rapidjson/document.h +include/leatherman/vendor/rapidjson/encodedstream.h +include/leatherman/vendor/rapidjson/encodings.h +include/leatherman/vendor/rapidjson/error/en.h +include/leatherman/vendor/rapidjson/error/error.h +include/leatherman/vendor/rapidjson/filereadstream.h +include/leatherman/vendor/rapidjson/filewritestream.h +include/leatherman/vendor/rapidjson/internal/biginteger.h +include/leatherman/vendor/rapidjson/internal/diyfp.h +include/leatherman/vendor/rapidjson/internal/dtoa.h +include/leatherman/vendor/rapidjson/internal/ieee754.h +include/leatherman/vendor/rapidjson/internal/itoa.h +include/leatherman/vendor/rapidjson/internal/meta.h +include/leatherman/vendor/rapidjson/internal/pow10.h +include/leatherman/vendor/rapidjson/internal/stack.h +include/leatherman/vendor/rapidjson/internal/strfunc.h +include/leatherman/vendor/rapidjson/internal/strtod.h +include/leatherman/vendor/rapidjson/memorybuffer.h +include/leatherman/vendor/rapidjson/memorystream.h +include/leatherman/vendor/rapidjson/msinttypes/inttypes.h +include/leatherman/vendor/rapidjson/msinttypes/stdint.h +include/leatherman/vendor/rapidjson/prettywriter.h +include/leatherman/vendor/rapidjson/rapidjson.h +include/leatherman/vendor/rapidjson/reader.h +include/leatherman/vendor/rapidjson/stringbuffer.h +include/leatherman/vendor/rapidjson/writer.h +lib/cmake/leatherman/LeathermanConfig.cmake +lib/cmake/leatherman/LeathermanConfigVersion.cmake +lib/cmake/leatherman/LeathermanLibraries-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/leatherman/LeathermanLibraries.cmake +lib/cmake/leatherman/catch.cmake +lib/cmake/leatherman/cmake/GetGitRevisionDescription.cmake +lib/cmake/leatherman/cmake/GetGitRevisionDescription.cmake.in +lib/cmake/leatherman/cmake/cflags.cmake +lib/cmake/leatherman/cmake/generate_translations.cmake +lib/cmake/leatherman/cmake/leatherman.cmake +lib/cmake/leatherman/cmake/leatherman_config.cmake +lib/cmake/leatherman/cmake/normalize_pot.cmake +lib/cmake/leatherman/cmake/options.cmake +lib/cmake/leatherman/cmake/pod2man.cmake +lib/cmake/leatherman/curl.cmake +lib/cmake/leatherman/dynamic_library.cmake +lib/cmake/leatherman/execution.cmake +lib/cmake/leatherman/file_util.cmake +lib/cmake/leatherman/json_container.cmake +lib/cmake/leatherman/locale.cmake +lib/cmake/leatherman/logging.cmake +lib/cmake/leatherman/nowide.cmake +lib/cmake/leatherman/rapidjson.cmake +lib/cmake/leatherman/ruby.cmake +lib/cmake/leatherman/scripts/cpplint.py +lib/cmake/leatherman/util.cmake +lib/libleatherman_curl.so +lib/libleatherman_curl.so.%%PORTVERSION%% +lib/libleatherman_dynamic_library.so +lib/libleatherman_dynamic_library.so.%%PORTVERSION%% +lib/libleatherman_execution.so +lib/libleatherman_execution.so.%%PORTVERSION%% +lib/libleatherman_file_util.so +lib/libleatherman_file_util.so.%%PORTVERSION%% +lib/libleatherman_json_container.so +lib/libleatherman_json_container.so.%%PORTVERSION%% +lib/libleatherman_locale.so +lib/libleatherman_locale.so.%%PORTVERSION%% +lib/libleatherman_logging.so +lib/libleatherman_logging.so.%%PORTVERSION%% +lib/libleatherman_ruby.so +lib/libleatherman_ruby.so.%%PORTVERSION%% +lib/libleatherman_util.so +lib/libleatherman_util.so.%%PORTVERSION%% From owner-svn-ports-all@freebsd.org Fri Mar 3 17:30:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64C99CF7B90; Fri, 3 Mar 2017 17:30:01 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward3p.cmail.yandex.net (forward3p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::13]) (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 20509122E; Fri, 3 Mar 2017 17:30:01 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward3p.cmail.yandex.net (Yandex) with ESMTP id C12282108F; Fri, 3 Mar 2017 20:29:57 +0300 (MSK) Received: from smtp3h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 24471440C03; Fri, 3 Mar 2017 20:29:54 +0300 (MSK) Received: by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id WrhjjvLot3-TsVGb3mP; Fri, 03 Mar 2017 20:29:54 +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: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... To: Mathieu Arnold , Alexey Dokuchaev References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Boris Samorodov Message-ID: <3cae78ed-ccf1-3ed5-f509-ebbda3b8521d@passap.ru> Date: Fri, 3 Mar 2017 20:29:53 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: 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: Fri, 03 Mar 2017 17:30:01 -0000 03.03.2017 20:09, Mathieu Arnold пишет: > The ports are not obliterated from this universe, Just a note. What about FreeBSD package users? Would they be faced with it's disappearance at once? Do we show a deprecation message for them? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve "It is not necessary to change. Survival is not mandatory." From owner-svn-ports-all@freebsd.org Fri Mar 3 17:33:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BC6CCF7F54; Fri, 3 Mar 2017 17:33:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C3BC1C36; Fri, 3 Mar 2017 17:33:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 77A2E1A06; Fri, 3 Mar 2017 17:33:28 +0000 (UTC) Date: Fri, 3 Mar 2017 17:33:28 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... Message-ID: <20170303173328.GA50231@FreeBSD.org> References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Fri, 03 Mar 2017 17:33:29 -0000 On Fri, Mar 03, 2017 at 06:09:29PM +0100, Mathieu Arnold wrote: > They may have had the distfile lying around, but they would have needed > to manually do something to be able to build the port, either remove the > BROKEN line, or set TRYBROKEN, or NO_IGNORE. That's what I *likely* would've done (if I didn't have commit bit): fix the port in the fastest way possible *for myself*, and move on. Removing one single line from the Makefile is much easier than fixing the port for real and filing a PR (or forking it at GitHub and sending a pull request, LOL). > The ports are not obliterated from this universe, they have been marked > BROKEN for six months, if anyone is interested in some of them, it is > always possible to resurrect them. While that's true, it takes some effort to actually find the removed port and properly resurrect it. But then again: it's becoming ridiculous, I'm obviously losing this argument here so why don't we just all move along... Peace, ./danfe From owner-svn-ports-all@freebsd.org Fri Mar 3 17:52:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4B38CF6490; Fri, 3 Mar 2017 17:52:49 +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 4165A1679; Fri, 3 Mar 2017 17:52:49 +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 2DA53BDC9B; Fri, 3 Mar 2017 18:52:47 +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 DC4BDBDC89; Fri, 3 Mar 2017 18:52:46 +0100 (CET) Subject: Re: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... To: Boris Samorodov , Alexey Dokuchaev References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> <3cae78ed-ccf1-3ed5-f509-ebbda3b8521d@passap.ru> 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: Date: Fri, 3 Mar 2017 18:52:45 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <3cae78ed-ccf1-3ed5-f509-ebbda3b8521d@passap.ru> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fm3coqKH8EuvXNJmpHT5fsUphjjUphoSN" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 17:52:49 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fm3coqKH8EuvXNJmpHT5fsUphjjUphoSN Content-Type: multipart/mixed; boundary="a7VU1hsId1EoRJeEsTNS7saVct2wJbBOK"; protected-headers="v1" From: Mathieu Arnold To: Boris Samorodov , Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> <3cae78ed-ccf1-3ed5-f509-ebbda3b8521d@passap.ru> In-Reply-To: <3cae78ed-ccf1-3ed5-f509-ebbda3b8521d@passap.ru> --a7VU1hsId1EoRJeEsTNS7saVct2wJbBOK Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 03/03/2017 =C3=A0 18:29, Boris Samorodov a =C3=A9crit : > 03.03.2017 20:09, Mathieu Arnold =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> The ports are not obliterated from this universe, > > Just a note. What about FreeBSD package users? Would they > be faced with it's disappearance at once? Do we show a > deprecation message for them? Packages for those have not been available for about six months, so, I don't know what to tell your. --=20 Mathieu Arnold --a7VU1hsId1EoRJeEsTNS7saVct2wJbBOK-- --fm3coqKH8EuvXNJmpHT5fsUphjjUphoSN 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 iQJ8BAEBCgBmBQJYua1uXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IQa4P/2fKyt+UIl/MWvkX0vk/5S3u pVCHqjqcn5JWMq+aIavMe7cKgRcOgtqVScHVwRlQo+VjsRUPitJ4VitXW+7aqA1x lf6XLO8QRNd68yQd7FCoPJ+JLHVfkaNjAm8xyNrWBlgtKSoYBo5zcn1KGvp1Fiv7 7WlXB+EYZx8WYy52OTWvGA0OdOJRmKYwIeAfevdzKzWfkx/zPAouh3cOKYG+wX5o HPgpj2UOxMiWlj+zq49AYjfQLGA6iXFs5MYhcTBCuZJzp9Dt/06C7qynsv7ZhdQD D4CzKxYXssUkCDbIzz1REDi9su6eNRtv2szG+a0JXSPTxo49+zd2HtDL6dxQh5lE NZ5UzefMOLTA5lJ7mdpS3dOCcM1hate8MvNGGsIwr8N9CuDckhEybOVuGpVJdpfP zX8tp1gWLtxWa/H9ZHJ9y84DGQiigkf37dTjf4lNXYia0+eNN++epnj+TVp/YzBo 236V9KczgsA8mbDkX1PASKpLKRyXGTC5j1iLusmy2rCdDyoiY9FkMvGefbgExfK3 3dSJWWcYu/sLz2sWJ8ef/9nWBduqYDJP0OA0lE8/Vaair8n43nW1mRNH6r/f8jai CqdZJnWMBX8wMOU7vUkDdfA/EMhR1jNpf6O1nK4Phg/QO+ZBHKqFfve7ri0eJ0Nb +JcQ9W+ZvT06aEQsQ+9K =u/Ej -----END PGP SIGNATURE----- --fm3coqKH8EuvXNJmpHT5fsUphjjUphoSN-- From owner-svn-ports-all@freebsd.org Fri Mar 3 17:54:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EEDFCF65C5; Fri, 3 Mar 2017 17:54:04 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1h.cmail.yandex.net (forward1h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::11]) (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 39ACD1923; Fri, 3 Mar 2017 17:54:04 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2p.mail.yandex.net (smtp2p.mail.yandex.net [77.88.29.85]) by forward1h.cmail.yandex.net (Yandex) with ESMTP id 7DC532177C; Fri, 3 Mar 2017 20:54:00 +0300 (MSK) Received: from smtp2p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2p.mail.yandex.net (Yandex) with ESMTP id 234BA1A80041; Fri, 3 Mar 2017 20:53:57 +0300 (MSK) Received: by smtp2p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id hmsjZmK8P8-ruBiC5lg; Fri, 03 Mar 2017 20:53:56 +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: r435349 - in head: astro/gmapcatcher audio/last-cmus audio/logitechmediaserver-superdatetime audio/mehdiaplayer audio/pidgin-musictracker audio/xpi-musicpm biology/treeviewx chinese/fci... To: Mathieu Arnold , Alexey Dokuchaev References: <201703031600.v23G0Koq052052@repo.freebsd.org> <20170303161426.GA55305@FreeBSD.org> <3cae78ed-ccf1-3ed5-f509-ebbda3b8521d@passap.ru> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Boris Samorodov Message-ID: Date: Fri, 3 Mar 2017 20:53:56 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: 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: Fri, 03 Mar 2017 17:54:04 -0000 03.03.2017 20:52, Mathieu Arnold пишет: > Le 03/03/2017 à 18:29, Boris Samorodov a écrit : >> 03.03.2017 20:09, Mathieu Arnold пишет: >> >>> The ports are not obliterated from this universe, >> >> Just a note. What about FreeBSD package users? Would they >> be faced with it's disappearance at once? Do we show a >> deprecation message for them? > > Packages for those have not been available for about six months, so, I > don't know what to tell your. OK, I see. Thank you for the answer. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve "It is not necessary to change. Survival is not mandatory." From owner-svn-ports-all@freebsd.org Fri Mar 3 18:27:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E648CF7215; Fri, 3 Mar 2017 18:27:50 +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 3C1B11FF0; Fri, 3 Mar 2017 18:27:50 +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 v23IRn62013366; Fri, 3 Mar 2017 18:27:49 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23IRmbT013359; Fri, 3 Mar 2017 18:27:48 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201703031827.v23IRmbT013359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Fri, 3 Mar 2017 18:27:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435355 - in branches/2017Q1: . mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/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, 03 Mar 2017 18:27:50 -0000 Author: cmt Date: Fri Mar 3 18:27:48 2017 New Revision: 435355 URL: https://svnweb.freebsd.org/changeset/ports/435355 Log: MFH: r435290 update thunderbird to 45.7.1 https://www.mozilla.org/en-US/thunderbird/45.7.0/releasenotes/ https://www.mozilla.org/en-US/thunderbird/45.7.1/releasenotes/ After changes in packaging in ports r428672, profiles using lightning will have to be recreated. PR: 216584 Approved by: jbeich (maintainer), rene (mentor, implicit) Security: e60169c4-aa86-46b0-8ae2-0d81f683df09 e60169c4-aa86-46b0-8ae2-0d81f683df09 Approved by: ports-secteam (junovitch) Deleted: branches/2017Q1/mail/thunderbird/files/patch-bug1290037 Modified: branches/2017Q1/UPDATING branches/2017Q1/mail/linux-thunderbird/Makefile branches/2017Q1/mail/linux-thunderbird/distinfo branches/2017Q1/mail/thunderbird-i18n/Makefile branches/2017Q1/mail/thunderbird-i18n/distinfo branches/2017Q1/mail/thunderbird/Makefile branches/2017Q1/mail/thunderbird/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/UPDATING ============================================================================== --- branches/2017Q1/UPDATING Fri Mar 3 17:25:20 2017 (r435354) +++ branches/2017Q1/UPDATING Fri Mar 3 18:27:48 2017 (r435355) @@ -5,6 +5,13 @@ 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. +20170302: + AFFECTS: users of mail/thunderbird with Lightning + AUTHOR: cmt@FreeBSD.org + + After changes in the packaging of the Lightning extension, profiles + using this extension have to be re-created. + 20170102: AFFECTS: multimedia/ffmpeg AUTHOR: jbeich@FreeBSD.org Modified: branches/2017Q1/mail/linux-thunderbird/Makefile ============================================================================== --- branches/2017Q1/mail/linux-thunderbird/Makefile Fri Mar 3 17:25:20 2017 (r435354) +++ branches/2017Q1/mail/linux-thunderbird/Makefile Fri Mar 3 18:27:48 2017 (r435355) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.6.0 +DISTVERSION= 45.7.1 +PORTREVISION= 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/2017Q1/mail/linux-thunderbird/distinfo ============================================================================== --- branches/2017Q1/mail/linux-thunderbird/distinfo Fri Mar 3 17:25:20 2017 (r435354) +++ branches/2017Q1/mail/linux-thunderbird/distinfo Fri Mar 3 18:27:48 2017 (r435355) @@ -1,6 +1,6 @@ -TIMESTAMP = 1483454284 -SHA256 (thunderbird-45.6.0.tar.bz2) = 7d2737a921a9b0f3fac5d3373d009dd6c675ee726facefc11f9280306d22a036 -SIZE (thunderbird-45.6.0.tar.bz2) = 44237731 +TIMESTAMP = 1486550767 +SHA256 (thunderbird-45.7.1.tar.bz2) = 7bdc99d388ddeb2e549a82a0b84aeb2891e8f790221284b794fd108bd04f4c8c +SIZE (thunderbird-45.7.1.tar.bz2) = 44265253 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/2017Q1/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2017Q1/mail/thunderbird-i18n/Makefile Fri Mar 3 17:25:20 2017 (r435354) +++ branches/2017Q1/mail/thunderbird-i18n/Makefile Fri Mar 3 18:27:48 2017 (r435355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 45.6.0 +PORTVERSION= 45.7.1 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/2017Q1/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2017Q1/mail/thunderbird-i18n/distinfo Fri Mar 3 17:25:20 2017 (r435354) +++ branches/2017Q1/mail/thunderbird-i18n/distinfo Fri Mar 3 18:27:48 2017 (r435355) @@ -1,117 +1,117 @@ -TIMESTAMP = 1483454205 -SHA256 (xpi/thunderbird-i18n-45.6.0/ar.xpi) = ee653d578b0e221729fb999c25bd4ef335d86c3b7b01d2fc3e18b5ea03a5c88b -SIZE (xpi/thunderbird-i18n-45.6.0/ar.xpi) = 490775 -SHA256 (xpi/thunderbird-i18n-45.6.0/ast.xpi) = 091fd74da82296bea2e271c6a86207e9cf60eeeed29ce62142b236888b78140e -SIZE (xpi/thunderbird-i18n-45.6.0/ast.xpi) = 428059 -SHA256 (xpi/thunderbird-i18n-45.6.0/be.xpi) = 2e68a3c2f085a6302da84815ebf616b3ea1ad2b3c628c082c38b69c561bdac82 -SIZE (xpi/thunderbird-i18n-45.6.0/be.xpi) = 469096 -SHA256 (xpi/thunderbird-i18n-45.6.0/bg.xpi) = ab15edef31542aea547b16b7f199ad3d18a6bd4f050b5254e6eeb17030b32ddb -SIZE (xpi/thunderbird-i18n-45.6.0/bg.xpi) = 524300 -SHA256 (xpi/thunderbird-i18n-45.6.0/bn-BD.xpi) = d3c996fdab0eca72e9a8aaefeb2240f75017685682539c43eb8fd66a84827950 -SIZE (xpi/thunderbird-i18n-45.6.0/bn-BD.xpi) = 581440 -SHA256 (xpi/thunderbird-i18n-45.6.0/br.xpi) = bee46d85f31a767dc53858c880086c96558577316a9b3dd6868dbc943d57da05 -SIZE (xpi/thunderbird-i18n-45.6.0/br.xpi) = 466000 -SHA256 (xpi/thunderbird-i18n-45.6.0/ca.xpi) = 0ccec986a9988720024ded63fa858a3169a763ae2148cad37750c9de6f18a2d2 -SIZE (xpi/thunderbird-i18n-45.6.0/ca.xpi) = 467980 -SHA256 (xpi/thunderbird-i18n-45.6.0/cs.xpi) = 1e8d36a17624c33fbabdc8c2f6bb5c988ee486c7b11adf0d8061df1b97ae41eb -SIZE (xpi/thunderbird-i18n-45.6.0/cs.xpi) = 474327 -SHA256 (xpi/thunderbird-i18n-45.6.0/cy.xpi) = 27c40529dcbe9d4cdbc7039f08b10f56502ca422e404927da001e7d7dec80b42 -SIZE (xpi/thunderbird-i18n-45.6.0/cy.xpi) = 456120 -SHA256 (xpi/thunderbird-i18n-45.6.0/da.xpi) = bdd2d971fa5580aa94aa96b2857d157ffafa4dc6768587299717260dbf6c290f -SIZE (xpi/thunderbird-i18n-45.6.0/da.xpi) = 445595 -SHA256 (xpi/thunderbird-i18n-45.6.0/de.xpi) = 55d4e9a79a282d6c510849a7baec19a47f773eb955919242d5233a2f4b8ad0bf -SIZE (xpi/thunderbird-i18n-45.6.0/de.xpi) = 451956 -SHA256 (xpi/thunderbird-i18n-45.6.0/dsb.xpi) = 0bcdfb59d568458b80ef612bccb707d8056c8a9333a9cd92b75efc0b49817051 -SIZE (xpi/thunderbird-i18n-45.6.0/dsb.xpi) = 481644 -SHA256 (xpi/thunderbird-i18n-45.6.0/el.xpi) = d60a50fd969c62aa6307a60a1bb4e71d1f4ea34e130ae3aeb7d0037f3d71e363 -SIZE (xpi/thunderbird-i18n-45.6.0/el.xpi) = 514358 -SHA256 (xpi/thunderbird-i18n-45.6.0/en-GB.xpi) = 56ac604691c56d76120a3e1621989e5e28e8c4229e0d199b0411ed46c754dd00 -SIZE (xpi/thunderbird-i18n-45.6.0/en-GB.xpi) = 437602 -SHA256 (xpi/thunderbird-i18n-45.6.0/en-US.xpi) = ab6d518fea4762779c64fd8c1d1ee3dde2d4d59435f707ebc5f2800c1f354e60 -SIZE (xpi/thunderbird-i18n-45.6.0/en-US.xpi) = 435475 -SHA256 (xpi/thunderbird-i18n-45.6.0/es-AR.xpi) = 29efb181384965dd92ff484e6f6c2abf3e10b75d338583c161e24608f935dd5e -SIZE (xpi/thunderbird-i18n-45.6.0/es-AR.xpi) = 464684 -SHA256 (xpi/thunderbird-i18n-45.6.0/es-ES.xpi) = bde7fdf7011be8b4266abf093dc55dac4dd572a4b2d726a3fa63106371e5c83a -SIZE (xpi/thunderbird-i18n-45.6.0/es-ES.xpi) = 388000 -SHA256 (xpi/thunderbird-i18n-45.6.0/et.xpi) = 82b7f29c3e48cad54de5160cf3b9910c2c4eaccdb3c4b3f875914830b1fe7cd0 -SIZE (xpi/thunderbird-i18n-45.6.0/et.xpi) = 458418 -SHA256 (xpi/thunderbird-i18n-45.6.0/eu.xpi) = 6b4effa6407cf5da694195b13467ff0922bffb6fc62131430a157e8e15ab0de7 -SIZE (xpi/thunderbird-i18n-45.6.0/eu.xpi) = 456708 -SHA256 (xpi/thunderbird-i18n-45.6.0/fi.xpi) = 157d481bfbe29a953209bd8e3eee11a07b37ba3acf0784a7b36c9bf4b325525e -SIZE (xpi/thunderbird-i18n-45.6.0/fi.xpi) = 458336 -SHA256 (xpi/thunderbird-i18n-45.6.0/fr.xpi) = 6c7a43d61589e22032cf93766fe86380ea547b2f918617b1da3832e8eda20c5d -SIZE (xpi/thunderbird-i18n-45.6.0/fr.xpi) = 475466 -SHA256 (xpi/thunderbird-i18n-45.6.0/fy-NL.xpi) = 6e6e422d868d474ae45ce7905ffd1d2ef3e951dda537d3b72a90c45128022d87 -SIZE (xpi/thunderbird-i18n-45.6.0/fy-NL.xpi) = 464757 -SHA256 (xpi/thunderbird-i18n-45.6.0/ga-IE.xpi) = 3726b69749729767abb6c3dfe5a06fe42c1f7a983f95d768a53056ae15ab0c3c -SIZE (xpi/thunderbird-i18n-45.6.0/ga-IE.xpi) = 480317 -SHA256 (xpi/thunderbird-i18n-45.6.0/gd.xpi) = d2f7fc855902d635dccbd02e2406c90667edc9aa8d280a9554bbcd33266844cc -SIZE (xpi/thunderbird-i18n-45.6.0/gd.xpi) = 478297 -SHA256 (xpi/thunderbird-i18n-45.6.0/gl.xpi) = 7444f5fcda4021ada5742a6c1d0e0f4b0a0cc27a66378788c292b59439786c0b -SIZE (xpi/thunderbird-i18n-45.6.0/gl.xpi) = 478580 -SHA256 (xpi/thunderbird-i18n-45.6.0/he.xpi) = 6693365c180ea9b57eeee9d4b24fe0248847710b2fd95f16d3b6e77ae111dbde -SIZE (xpi/thunderbird-i18n-45.6.0/he.xpi) = 497963 -SHA256 (xpi/thunderbird-i18n-45.6.0/hr.xpi) = 02636a3dd09acb63077bdc90460d0aed085162061d74b37d5fc57214c89c736a -SIZE (xpi/thunderbird-i18n-45.6.0/hr.xpi) = 463959 -SHA256 (xpi/thunderbird-i18n-45.6.0/hsb.xpi) = 35f8f6769dfe15e42df3fab123eda064522bb1ab0ed4c01936a12caba2ffc646 -SIZE (xpi/thunderbird-i18n-45.6.0/hsb.xpi) = 479414 -SHA256 (xpi/thunderbird-i18n-45.6.0/hu.xpi) = eb6005f69a350790a1d53666686c56ea388d2ee706e2403a6afa890e568ed861 -SIZE (xpi/thunderbird-i18n-45.6.0/hu.xpi) = 479584 -SHA256 (xpi/thunderbird-i18n-45.6.0/hy-AM.xpi) = dd4a98cef101d5b67fcca1d07cdfcdc608f89c2e38a8b704ee1052a71737acd8 -SIZE (xpi/thunderbird-i18n-45.6.0/hy-AM.xpi) = 518883 -SHA256 (xpi/thunderbird-i18n-45.6.0/id.xpi) = 123b2ca2d9e865f4e6b075047e898eff7bb1769dfba10a9e97325f30c8e1b90d -SIZE (xpi/thunderbird-i18n-45.6.0/id.xpi) = 499982 -SHA256 (xpi/thunderbird-i18n-45.6.0/is.xpi) = 519ff2d20433b9cb1206643ada4ddc1bd49a1fe0dbd6c23087b20358cacaa07e -SIZE (xpi/thunderbird-i18n-45.6.0/is.xpi) = 462190 -SHA256 (xpi/thunderbird-i18n-45.6.0/it.xpi) = 57281745f8e324f3661a928d48f1ce86a016ee530912304cf84954bf5325b85c -SIZE (xpi/thunderbird-i18n-45.6.0/it.xpi) = 376889 -SHA256 (xpi/thunderbird-i18n-45.6.0/ja.xpi) = 3eb93c8fc0a694c673c44aae10b7a30fce9858b9950a883875426511b420f181 -SIZE (xpi/thunderbird-i18n-45.6.0/ja.xpi) = 519552 -SHA256 (xpi/thunderbird-i18n-45.6.0/ko.xpi) = 3f3fff27e9ffd4da9c4145a8005b7a67dd8e30129e66aadda915304992f544fb -SIZE (xpi/thunderbird-i18n-45.6.0/ko.xpi) = 487418 -SHA256 (xpi/thunderbird-i18n-45.6.0/lt.xpi) = 279e1e182a1944e574b50c8613ce15f598c2e5c72d60cadb701d8c1b88a26aab -SIZE (xpi/thunderbird-i18n-45.6.0/lt.xpi) = 477736 -SHA256 (xpi/thunderbird-i18n-45.6.0/nb-NO.xpi) = ae32172f9d4fa281107b87d720c8fee970802659d6fa0f8e35bddbb349f5e091 -SIZE (xpi/thunderbird-i18n-45.6.0/nb-NO.xpi) = 460011 -SHA256 (xpi/thunderbird-i18n-45.6.0/nl.xpi) = ac21fbdc979031ecd190c66f61fe8266e428f81c97f7c97c38c648f06f13eb18 -SIZE (xpi/thunderbird-i18n-45.6.0/nl.xpi) = 456664 -SHA256 (xpi/thunderbird-i18n-45.6.0/nn-NO.xpi) = c079078f93e7e96989bf3815440dd0112145e7bac39e663e0938c93e5f5e04be -SIZE (xpi/thunderbird-i18n-45.6.0/nn-NO.xpi) = 460880 -SHA256 (xpi/thunderbird-i18n-45.6.0/pa-IN.xpi) = 4dcb7c48fab9e3be2de888f9d0faa0f4e8dec5bae08b05bcb0a64167b61972c2 -SIZE (xpi/thunderbird-i18n-45.6.0/pa-IN.xpi) = 551068 -SHA256 (xpi/thunderbird-i18n-45.6.0/pl.xpi) = 72650b3521b156900419f9ba28bd110e065902152076e6d679b1bc18d75dd887 -SIZE (xpi/thunderbird-i18n-45.6.0/pl.xpi) = 423867 -SHA256 (xpi/thunderbird-i18n-45.6.0/pt-BR.xpi) = b4290497600fb260c1f874ef2f5c9e7c0bca645990da9e760b130ef0e9764096 -SIZE (xpi/thunderbird-i18n-45.6.0/pt-BR.xpi) = 464682 -SHA256 (xpi/thunderbird-i18n-45.6.0/pt-PT.xpi) = a064609cf3a2f523a1f96f21d6fec7ef11ae5a8edf9f7a62824a7425c8d0301c -SIZE (xpi/thunderbird-i18n-45.6.0/pt-PT.xpi) = 463751 -SHA256 (xpi/thunderbird-i18n-45.6.0/rm.xpi) = a6b361ef0e24e600893dc36f7d464638b188f229d7810dfd41d57bb24b5dbb12 -SIZE (xpi/thunderbird-i18n-45.6.0/rm.xpi) = 462650 -SHA256 (xpi/thunderbird-i18n-45.6.0/ro.xpi) = bb90fe916d3865f266c5de773957b13e025fe10669a8c89aeb8a7350e07b6934 -SIZE (xpi/thunderbird-i18n-45.6.0/ro.xpi) = 468518 -SHA256 (xpi/thunderbird-i18n-45.6.0/ru.xpi) = 783f6984bdcdc2ebd5305ede240d81ba8399dc92187f8f9cf9aee175141c23d5 -SIZE (xpi/thunderbird-i18n-45.6.0/ru.xpi) = 463892 -SHA256 (xpi/thunderbird-i18n-45.6.0/si.xpi) = 4472231ef048b3cacab5ffadedc5232c9ed9cc9c4d47f013a06d0d040ee5cff3 -SIZE (xpi/thunderbird-i18n-45.6.0/si.xpi) = 555996 -SHA256 (xpi/thunderbird-i18n-45.6.0/sk.xpi) = 9664b4d284e0f72aa212773452a44dabb8a5147e1d958a79087f3fbf00d13197 -SIZE (xpi/thunderbird-i18n-45.6.0/sk.xpi) = 481492 -SHA256 (xpi/thunderbird-i18n-45.6.0/sl.xpi) = 2e692c4fd9257d279b3acbbd297fc50650d2e852a003bd315c1c81c31e3fe203 -SIZE (xpi/thunderbird-i18n-45.6.0/sl.xpi) = 462781 -SHA256 (xpi/thunderbird-i18n-45.6.0/sq.xpi) = 737fb80efc0bbdc7c22b06e1be80f68938726fff412ad3b6bd79d489e9cd1443 -SIZE (xpi/thunderbird-i18n-45.6.0/sq.xpi) = 469535 -SHA256 (xpi/thunderbird-i18n-45.6.0/sr.xpi) = 1ed3dce235e1b2518f332955df15c16e9a3fc2665f424cf369a298e604c80c6a -SIZE (xpi/thunderbird-i18n-45.6.0/sr.xpi) = 565466 -SHA256 (xpi/thunderbird-i18n-45.6.0/sv-SE.xpi) = eff77f87b5924a0d061ef4503579b6925c243d91fefcdb3ad59609572b30bcdb -SIZE (xpi/thunderbird-i18n-45.6.0/sv-SE.xpi) = 465434 -SHA256 (xpi/thunderbird-i18n-45.6.0/ta-LK.xpi) = f970faf50eead4524023bc348629a2602d62ceb8ad431552faaaa1fba68d0740 -SIZE (xpi/thunderbird-i18n-45.6.0/ta-LK.xpi) = 579219 -SHA256 (xpi/thunderbird-i18n-45.6.0/tr.xpi) = 7f78f3fa771314ca7ba9d9832ae095f70061c2d6440fe648ee649a1c1801c7ee -SIZE (xpi/thunderbird-i18n-45.6.0/tr.xpi) = 467622 -SHA256 (xpi/thunderbird-i18n-45.6.0/uk.xpi) = e18b2bbe3b477e747047cc57edc3e790468cc193309111a0b77616691c3dc8ee -SIZE (xpi/thunderbird-i18n-45.6.0/uk.xpi) = 536439 -SHA256 (xpi/thunderbird-i18n-45.6.0/vi.xpi) = b4553148ce716468f1bb90de3a5844c34f9b71d33e6c2fe4ae9af3ef62e4eebe -SIZE (xpi/thunderbird-i18n-45.6.0/vi.xpi) = 540499 -SHA256 (xpi/thunderbird-i18n-45.6.0/zh-CN.xpi) = 533eb9e30f3c85fb3871270baae610cebc26ae46299cfdab62a5cd39e28c2722 -SIZE (xpi/thunderbird-i18n-45.6.0/zh-CN.xpi) = 489210 -SHA256 (xpi/thunderbird-i18n-45.6.0/zh-TW.xpi) = 94bbd7bf116ba8c00eef0681aab28986f0be2c648fdf5145733d66a8c63c57a0 -SIZE (xpi/thunderbird-i18n-45.6.0/zh-TW.xpi) = 490850 +TIMESTAMP = 1486551018 +SHA256 (xpi/thunderbird-i18n-45.7.1/ar.xpi) = 64d4bf7ae5b134921b23cf4cad64c4f53a6f8dd84bc0e2c5b7fe48ab54351659 +SIZE (xpi/thunderbird-i18n-45.7.1/ar.xpi) = 490774 +SHA256 (xpi/thunderbird-i18n-45.7.1/ast.xpi) = 88058bc53d278e94b13fa080eefd0aa55b1a4db395c1eae6fd4b74bc07d0e92b +SIZE (xpi/thunderbird-i18n-45.7.1/ast.xpi) = 428059 +SHA256 (xpi/thunderbird-i18n-45.7.1/be.xpi) = 99500e9056b013a54da2436c1b00807b2e58c6de3591c2215ecdbbddd35b525f +SIZE (xpi/thunderbird-i18n-45.7.1/be.xpi) = 469096 +SHA256 (xpi/thunderbird-i18n-45.7.1/bg.xpi) = a57be6f20d3298ffc7cf05a4c1b541f4a2afd44943558ec1e00da08c5636c99a +SIZE (xpi/thunderbird-i18n-45.7.1/bg.xpi) = 524303 +SHA256 (xpi/thunderbird-i18n-45.7.1/bn-BD.xpi) = e94839bf309c31830498f0a3a4c7a6c8f26312c295c029db1b41df6756524bd9 +SIZE (xpi/thunderbird-i18n-45.7.1/bn-BD.xpi) = 581440 +SHA256 (xpi/thunderbird-i18n-45.7.1/br.xpi) = 98e42508ff614c4ac1cb43732f1ff3a0efe20615a3d1a4177d4488ff87f923f7 +SIZE (xpi/thunderbird-i18n-45.7.1/br.xpi) = 465999 +SHA256 (xpi/thunderbird-i18n-45.7.1/ca.xpi) = ae5e378034cc754889cdd964d631b8f4e8cb4940f465937bb89a5c0b9898ebc7 +SIZE (xpi/thunderbird-i18n-45.7.1/ca.xpi) = 467980 +SHA256 (xpi/thunderbird-i18n-45.7.1/cs.xpi) = 4af2d7c93c0cce6062f3cf47aa47395388be51fe9caf4b206857c860b1091081 +SIZE (xpi/thunderbird-i18n-45.7.1/cs.xpi) = 474328 +SHA256 (xpi/thunderbird-i18n-45.7.1/cy.xpi) = c264d06fd73fbcecc609b0bcdea6ea58ea51bbd9e485dfad31fbcdb5bb8af4c0 +SIZE (xpi/thunderbird-i18n-45.7.1/cy.xpi) = 456120 +SHA256 (xpi/thunderbird-i18n-45.7.1/da.xpi) = 495ab8331c2578e3a71751cafb2cae937e42125713e4a68f1e21a34f2249d067 +SIZE (xpi/thunderbird-i18n-45.7.1/da.xpi) = 445594 +SHA256 (xpi/thunderbird-i18n-45.7.1/de.xpi) = fb9026189a2e2f6d2cd83ea3c50a983ebcb1014d3ecdf7666a18b520bd18dc09 +SIZE (xpi/thunderbird-i18n-45.7.1/de.xpi) = 451956 +SHA256 (xpi/thunderbird-i18n-45.7.1/dsb.xpi) = f54ffa1d5ef0d17e996da758f427817e7abe13fee5895bee5379b4566545d869 +SIZE (xpi/thunderbird-i18n-45.7.1/dsb.xpi) = 481646 +SHA256 (xpi/thunderbird-i18n-45.7.1/el.xpi) = d0798c5fbe1be6ef6147b2ca7c93d48522ff6721ed6422bec98878d6b64dd65a +SIZE (xpi/thunderbird-i18n-45.7.1/el.xpi) = 514358 +SHA256 (xpi/thunderbird-i18n-45.7.1/en-GB.xpi) = 18ed3f53c6664e21a96ca1e86f2f6ea494cd948733c576a3adeec61b454c4829 +SIZE (xpi/thunderbird-i18n-45.7.1/en-GB.xpi) = 437603 +SHA256 (xpi/thunderbird-i18n-45.7.1/en-US.xpi) = 94cf35f455941db5b9d82d2b7473a46adc19e2ca7808f766945a481185755612 +SIZE (xpi/thunderbird-i18n-45.7.1/en-US.xpi) = 435475 +SHA256 (xpi/thunderbird-i18n-45.7.1/es-AR.xpi) = 2db090f80c7038fa4f39bf88f74cd2e2938c7b39be622db65404d6af56b38263 +SIZE (xpi/thunderbird-i18n-45.7.1/es-AR.xpi) = 464684 +SHA256 (xpi/thunderbird-i18n-45.7.1/es-ES.xpi) = e5f7af2740f8c01aa36e657824be51c758fe068dc89bfc6939d3e6cb04fd4209 +SIZE (xpi/thunderbird-i18n-45.7.1/es-ES.xpi) = 387999 +SHA256 (xpi/thunderbird-i18n-45.7.1/et.xpi) = 68e1d07a63a242807cdca85c8a0a14e4c5f0da5e38eb09d16f86ff07580107ba +SIZE (xpi/thunderbird-i18n-45.7.1/et.xpi) = 458418 +SHA256 (xpi/thunderbird-i18n-45.7.1/eu.xpi) = 47e0b18f66fc66bdd562f218fc07e6f28215813302a20ec2484b131172f17878 +SIZE (xpi/thunderbird-i18n-45.7.1/eu.xpi) = 456708 +SHA256 (xpi/thunderbird-i18n-45.7.1/fi.xpi) = 3a3d1651b58df480813afc791da6fac68955aecaab5101045a13f87587aae695 +SIZE (xpi/thunderbird-i18n-45.7.1/fi.xpi) = 458335 +SHA256 (xpi/thunderbird-i18n-45.7.1/fr.xpi) = 4319105423683e3bfff62dfaf641f325b5311b6067a4e36b4b3920f7761eea27 +SIZE (xpi/thunderbird-i18n-45.7.1/fr.xpi) = 475466 +SHA256 (xpi/thunderbird-i18n-45.7.1/fy-NL.xpi) = 79a33520bd11288d96b5eaa7749a2892f397fbd14193858236be8630a0d6384e +SIZE (xpi/thunderbird-i18n-45.7.1/fy-NL.xpi) = 464756 +SHA256 (xpi/thunderbird-i18n-45.7.1/ga-IE.xpi) = 708172a893d1facd30ce7aec1884e2b63cccb8e659e5a27458dfa5e46e0a5c78 +SIZE (xpi/thunderbird-i18n-45.7.1/ga-IE.xpi) = 480317 +SHA256 (xpi/thunderbird-i18n-45.7.1/gd.xpi) = fada9422cc41c75042a814b0fa4e33443079772760495dd8bae7ea83b932ce61 +SIZE (xpi/thunderbird-i18n-45.7.1/gd.xpi) = 478296 +SHA256 (xpi/thunderbird-i18n-45.7.1/gl.xpi) = e433772cd7c581a3920a394802a7a08fb43d9fcba3a234c6bab45bc6e06033c4 +SIZE (xpi/thunderbird-i18n-45.7.1/gl.xpi) = 478580 +SHA256 (xpi/thunderbird-i18n-45.7.1/he.xpi) = fd21b3f57a7edd7476a6e19218a3d02638aa7eb2b36c5df3f545b7841c2c0553 +SIZE (xpi/thunderbird-i18n-45.7.1/he.xpi) = 497962 +SHA256 (xpi/thunderbird-i18n-45.7.1/hr.xpi) = 08f5bd9b11ce6254778600d3c73878ddd74d2a167fcb8083dd743bcabb0b9000 +SIZE (xpi/thunderbird-i18n-45.7.1/hr.xpi) = 463958 +SHA256 (xpi/thunderbird-i18n-45.7.1/hsb.xpi) = 5309288c86b16f682f069866e7a72fc0942e99e88c9255c9c54325dd36f62c2e +SIZE (xpi/thunderbird-i18n-45.7.1/hsb.xpi) = 479414 +SHA256 (xpi/thunderbird-i18n-45.7.1/hu.xpi) = fd1f0b5d11893f9645d8344a2607ad59986f9fc6db5dd41014428605e4e8d946 +SIZE (xpi/thunderbird-i18n-45.7.1/hu.xpi) = 479584 +SHA256 (xpi/thunderbird-i18n-45.7.1/hy-AM.xpi) = 34baa7c614bf2dbc959870690dd0ce0f395aa7823d1ad735bd196974cdd5aacb +SIZE (xpi/thunderbird-i18n-45.7.1/hy-AM.xpi) = 518883 +SHA256 (xpi/thunderbird-i18n-45.7.1/id.xpi) = be4d0bb1a591bb7f35c3a4fe43690ce2bd1ffd01e4ecd410803adb0dc059cbab +SIZE (xpi/thunderbird-i18n-45.7.1/id.xpi) = 499982 +SHA256 (xpi/thunderbird-i18n-45.7.1/is.xpi) = c6fb89f2b062ccbfadc8d5be7bbd7249687889e7a9786685e1046120d20b9258 +SIZE (xpi/thunderbird-i18n-45.7.1/is.xpi) = 462191 +SHA256 (xpi/thunderbird-i18n-45.7.1/it.xpi) = d05b2e3112479bf3c21b4347f4d6e9fed4f47e5cb520183adf70e5c9274a7b9a +SIZE (xpi/thunderbird-i18n-45.7.1/it.xpi) = 376889 +SHA256 (xpi/thunderbird-i18n-45.7.1/ja.xpi) = 692d332fd800a05c2d29cf3a46da3eb60e8af5f917ec4fb484ea5190a3a2e3e7 +SIZE (xpi/thunderbird-i18n-45.7.1/ja.xpi) = 519552 +SHA256 (xpi/thunderbird-i18n-45.7.1/ko.xpi) = c9e12d4f060d3107db92b36a9a575db284625d6ff6cbbca02bb6a5c33640a8fa +SIZE (xpi/thunderbird-i18n-45.7.1/ko.xpi) = 487417 +SHA256 (xpi/thunderbird-i18n-45.7.1/lt.xpi) = c266202d59fc903ad4ea79192ca05fb9f3539af27cf0351b696ef22d2fcbb477 +SIZE (xpi/thunderbird-i18n-45.7.1/lt.xpi) = 477735 +SHA256 (xpi/thunderbird-i18n-45.7.1/nb-NO.xpi) = 99806ab184a996595c426ed88a8cc72d4d948580983378117041c06e401eeaa9 +SIZE (xpi/thunderbird-i18n-45.7.1/nb-NO.xpi) = 460012 +SHA256 (xpi/thunderbird-i18n-45.7.1/nl.xpi) = 47f38dd509a998684af7baa6badd865b89cfde3b9d65dc28cc21f64421bbbeab +SIZE (xpi/thunderbird-i18n-45.7.1/nl.xpi) = 456664 +SHA256 (xpi/thunderbird-i18n-45.7.1/nn-NO.xpi) = 2bafdd946d90ce34ba6ec2866666ae0d0fc425cde402931cc9073fece5f2e56e +SIZE (xpi/thunderbird-i18n-45.7.1/nn-NO.xpi) = 460880 +SHA256 (xpi/thunderbird-i18n-45.7.1/pa-IN.xpi) = b53b5c02f45944dcf53e87c919daab561a0e63dc077252af0531653b34f8637c +SIZE (xpi/thunderbird-i18n-45.7.1/pa-IN.xpi) = 551068 +SHA256 (xpi/thunderbird-i18n-45.7.1/pl.xpi) = dcc012fd8e4f58e50de1e15b6bb2d77597ad0db0481f86d903e31182b6c1c6b7 +SIZE (xpi/thunderbird-i18n-45.7.1/pl.xpi) = 423867 +SHA256 (xpi/thunderbird-i18n-45.7.1/pt-BR.xpi) = 129512ed1d713235f2b87218675e76040add02858f46c0d3e36d5f43712c3e99 +SIZE (xpi/thunderbird-i18n-45.7.1/pt-BR.xpi) = 464682 +SHA256 (xpi/thunderbird-i18n-45.7.1/pt-PT.xpi) = ee3ed5d1d6d3308a506dec6e072867ee631186114588399a4a797ef64afd2401 +SIZE (xpi/thunderbird-i18n-45.7.1/pt-PT.xpi) = 463751 +SHA256 (xpi/thunderbird-i18n-45.7.1/rm.xpi) = 1f164db6a8ba26d2400980346c0979a3a25bb05d03159a7bafbc695ec49544b2 +SIZE (xpi/thunderbird-i18n-45.7.1/rm.xpi) = 462650 +SHA256 (xpi/thunderbird-i18n-45.7.1/ro.xpi) = abee9b9a245b7fc7298481cb315cb21feeb98edab27a6818691c020a3ebf4e79 +SIZE (xpi/thunderbird-i18n-45.7.1/ro.xpi) = 468518 +SHA256 (xpi/thunderbird-i18n-45.7.1/ru.xpi) = d533a1a29c946b4dc26f41bed4b1db0ed0d2a25052e5ad94a196bdd9bc158f00 +SIZE (xpi/thunderbird-i18n-45.7.1/ru.xpi) = 463892 +SHA256 (xpi/thunderbird-i18n-45.7.1/si.xpi) = cfc36a29ea501d43e418dfb5cdec6211a72029e210dfc668f5fc8a3560211bb7 +SIZE (xpi/thunderbird-i18n-45.7.1/si.xpi) = 555996 +SHA256 (xpi/thunderbird-i18n-45.7.1/sk.xpi) = ae3176c6271263c5e5edf8f8795f6e21b28a2414082be55578a44980180a2165 +SIZE (xpi/thunderbird-i18n-45.7.1/sk.xpi) = 481492 +SHA256 (xpi/thunderbird-i18n-45.7.1/sl.xpi) = 6f3da3412445643ab061bd035b9ea47efe45be0cb3e7119469ae0d367861fb68 +SIZE (xpi/thunderbird-i18n-45.7.1/sl.xpi) = 462778 +SHA256 (xpi/thunderbird-i18n-45.7.1/sq.xpi) = 0588f3a64ddf0d13571d8c16ed4bb17dcdf8180d1dd3a520e85ad08753a8365f +SIZE (xpi/thunderbird-i18n-45.7.1/sq.xpi) = 469535 +SHA256 (xpi/thunderbird-i18n-45.7.1/sr.xpi) = 3f51e7bdc64a7dd0e04247d379d870b06ae07680bfefb9f2c5a1bda97e725fdf +SIZE (xpi/thunderbird-i18n-45.7.1/sr.xpi) = 565466 +SHA256 (xpi/thunderbird-i18n-45.7.1/sv-SE.xpi) = 1dfe7a109a703f07171c7a9857e11534382756b7d7afd220a0102c2bb8132edd +SIZE (xpi/thunderbird-i18n-45.7.1/sv-SE.xpi) = 465434 +SHA256 (xpi/thunderbird-i18n-45.7.1/ta-LK.xpi) = cb8a1c1ce7feb4b972041dd3971adb591c434001a2eb9a0fcad9f96d85ad62f8 +SIZE (xpi/thunderbird-i18n-45.7.1/ta-LK.xpi) = 579218 +SHA256 (xpi/thunderbird-i18n-45.7.1/tr.xpi) = 1434b31ab137d76b4ea4f0ce0038133ab55be4a07e7ab18d95d4ed9af0570eee +SIZE (xpi/thunderbird-i18n-45.7.1/tr.xpi) = 467622 +SHA256 (xpi/thunderbird-i18n-45.7.1/uk.xpi) = de694c24e60f471c5badd3327341c4e93010cdb221b92e03ac9697e0eaa1c416 +SIZE (xpi/thunderbird-i18n-45.7.1/uk.xpi) = 536439 +SHA256 (xpi/thunderbird-i18n-45.7.1/vi.xpi) = 32f546bda57ff04b1267b17a891dc07b8a6e68fcafe2e42ac3592b4b7e8978e8 +SIZE (xpi/thunderbird-i18n-45.7.1/vi.xpi) = 540498 +SHA256 (xpi/thunderbird-i18n-45.7.1/zh-CN.xpi) = 971bfbcd7989c53ed64541797cb72f3bb4a32b088d4ce0ec7be36cbd9f665911 +SIZE (xpi/thunderbird-i18n-45.7.1/zh-CN.xpi) = 489209 +SHA256 (xpi/thunderbird-i18n-45.7.1/zh-TW.xpi) = e0f4ce434e7140216e4af69dbbd45eeb82a4ed311d9ff9619a41027d5a2a261b +SIZE (xpi/thunderbird-i18n-45.7.1/zh-TW.xpi) = 490851 Modified: branches/2017Q1/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q1/mail/thunderbird/Makefile Fri Mar 3 17:25:20 2017 (r435354) +++ branches/2017Q1/mail/thunderbird/Makefile Fri Mar 3 18:27:48 2017 (r435355) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.6.0 -PORTREVISION= 2 +DISTVERSION= 45.7.1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -14,7 +13,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.12:devel/nspr \ - nss>=3.21.1:security/nss \ + nss>=3.21.3:security/nss \ libevent2>=2.0.21_2:devel/libevent2 \ soundtouch>=1.9.0:audio/soundtouch \ harfbuzz>=1.1.0:print/harfbuzz \ Modified: branches/2017Q1/mail/thunderbird/distinfo ============================================================================== --- branches/2017Q1/mail/thunderbird/distinfo Fri Mar 3 17:25:20 2017 (r435354) +++ branches/2017Q1/mail/thunderbird/distinfo Fri Mar 3 18:27:48 2017 (r435355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483360938 -SHA256 (thunderbird-45.6.0.source.tar.xz) = c32c74d69c4a2f79f120f44965525fc8197bbd39a9dac85027b2d9f74e04d8dc -SIZE (thunderbird-45.6.0.source.tar.xz) = 201145016 +TIMESTAMP = 1486551160 +SHA256 (thunderbird-45.7.1.source.tar.xz) = 5fc7a39c6a1baacfa37d6a52c9384f70c171dd0bb581576d370bdb29c84b9ffb +SIZE (thunderbird-45.7.1.source.tar.xz) = 201127704 From owner-svn-ports-all@freebsd.org Fri Mar 3 18:28:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5CD9CF7240; Fri, 3 Mar 2017 18:28:01 +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 9DFBB105A; Fri, 3 Mar 2017 18:28:01 +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 v23IS0Bo013548; Fri, 3 Mar 2017 18:28:00 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23IS0Di013545; Fri, 3 Mar 2017 18:28:00 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201703031828.v23IS0Di013545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 3 Mar 2017 18:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435356 - in head/sysutils/acpica-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, 03 Mar 2017 18:28:01 -0000 Author: jkim Date: Fri Mar 3 18:28:00 2017 New Revision: 435356 URL: https://svnweb.freebsd.org/changeset/ports/435356 Log: Update to 20170303. Deleted: head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Fri Mar 3 18:27:48 2017 (r435355) +++ head/sysutils/acpica-tools/Makefile Fri Mar 3 18:28:00 2017 (r435356) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20170224 -PORTREVISION= 1 +PORTVERSION= 20170303 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim PKGNAMESUFFIX= -tools -DISTNAME= ${PORTNAME}-unix2-${PORTVERSION} +DISTNAME= ${PORTNAME}-unix-${PORTVERSION} MAINTAINER= jkim@FreeBSD.org COMMENT= Tools from the ACPI Component Architecture (ACPICA) project Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Fri Mar 3 18:27:48 2017 (r435355) +++ head/sysutils/acpica-tools/distinfo Fri Mar 3 18:28:00 2017 (r435356) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488229492 -SHA256 (acpica-unix2-20170224.tar.gz) = dca9a738f310b931b0805dabd1bf0536cb8ab4fe5ca9fd540ca4ddc430437af6 -SIZE (acpica-unix2-20170224.tar.gz) = 1459815 +TIMESTAMP = 1488565126 +SHA256 (acpica-unix-20170303.tar.gz) = c093c9eabd1f8c51d79364d829975c5335c8028c4816a7a80dfb8590f31889b5 +SIZE (acpica-unix-20170303.tar.gz) = 1710577 Modified: head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c ============================================================================== --- head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c Fri Mar 3 18:27:48 2017 (r435355) +++ head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c Fri Mar 3 18:28:00 2017 (r435356) @@ -1,11 +1,27 @@ ---- source/compiler/asltree.c.orig 2017-02-25 00:43:54 UTC +--- source/compiler/asltree.c.orig 2017-03-03 17:25:50 UTC +++ source/compiler/asltree.c -@@ -187,7 +187,7 @@ TrAllocateNode ( +@@ -295,17 +295,14 @@ TrAllocateNode ( } Gbl_CommentState.Latest_Parse_Node = Op; - if (Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName) -+ if (Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName[0]) - { - CvDbgPrint ("trallocatenode=Set latest parse node to this node.\n"); - CvDbgPrint (" Op->Asl.ParseOpName = %s\n", +- { +- CvDbgPrint ("trallocatenode=Set latest parse node to this node.\n"); +- CvDbgPrint (" Op->Asl.ParseOpName = %s\n", +- Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName); +- CvDbgPrint (" Op->Asl.ParseOpcode = 0x%x\n", ParseOpcode); ++ CvDbgPrint ("trallocatenode=Set latest parse node to this node.\n"); ++ CvDbgPrint (" Op->Asl.ParseOpName = %s\n", ++ Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName); ++ CvDbgPrint (" Op->Asl.ParseOpcode = 0x%x\n", ParseOpcode); + +- if (Op->Asl.FileChanged) +- { +- CvDbgPrint(" file has been changed!\n"); +- } ++ if (Op->Asl.FileChanged) ++ { ++ CvDbgPrint(" file has been changed!\n"); + } + + /* From owner-svn-ports-all@freebsd.org Fri Mar 3 18:53:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD40CF7B8E; Fri, 3 Mar 2017 18:53:55 +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 594B617A6; Fri, 3 Mar 2017 18:53:55 +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 v23Irs9j025841; Fri, 3 Mar 2017 18:53:54 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Irsuj025837; Fri, 3 Mar 2017 18:53:54 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703031853.v23Irsuj025837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 3 Mar 2017 18:53:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435357 - head/www/foswiki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 18:53:55 -0000 Author: robak Date: Fri Mar 3 18:53:53 2017 New Revision: 435357 URL: https://svnweb.freebsd.org/changeset/ports/435357 Log: www/foswiki: update 1.1.9 -> 2.1.3 PR: 217342 Submitted by: Chris Hutchinson (maintainer) Modified: head/www/foswiki/Makefile head/www/foswiki/distinfo head/www/foswiki/pkg-plist Modified: head/www/foswiki/Makefile ============================================================================== --- head/www/foswiki/Makefile Fri Mar 3 18:28:00 2017 (r435356) +++ head/www/foswiki/Makefile Fri Mar 3 18:53:53 2017 (r435357) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= foswiki -PORTVERSION= 1.1.9 +PORTVERSION= 2.1.3 CATEGORIES= www MASTER_SITES= SF DISTNAME= Foswiki-${PORTVERSION} @@ -54,7 +54,8 @@ PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WW post-patch: @${RM} -r ${WRKSRC}/lib/CPAN - @${MV} ${WRKSRC}/bin-htaccess.txt ${WRKSRC}/bin/.htaccess.txt + @${MV} ${WRKSRC}/bin-htaccess-basic.txt ${WRKSRC}/bin/.htaccess-basic.txt + @${MV} ${WRKSRC}/bin-htaccess-advanced.txt ${WRKSRC}/bin/.htaccess-advanced.txt @${CP} ${WRKSRC}/subdir-htaccess.txt ${WRKSRC}/working/.htaccess @cd ${WRKSRC} && \ ${REINPLACE_CMD} -i "" \ Modified: head/www/foswiki/distinfo ============================================================================== --- head/www/foswiki/distinfo Fri Mar 3 18:28:00 2017 (r435356) +++ head/www/foswiki/distinfo Fri Mar 3 18:53:53 2017 (r435357) @@ -1,2 +1,3 @@ -SHA256 (foswiki/Foswiki-1.1.9.tgz) = 3b9377aad14903a7614a83de150a5c3096a2984ce4061537fc87ca3812891fed -SIZE (foswiki/Foswiki-1.1.9.tgz) = 16015559 +TIMESTAMP = 1488230566 +SHA256 (foswiki/Foswiki-2.1.3.tgz) = 9561435772f49e64cfd67af734188a3633acd9be1a961ce79583f9f0f7645cc0 +SIZE (foswiki/Foswiki-2.1.3.tgz) = 17025220 Modified: head/www/foswiki/pkg-plist ============================================================================== --- head/www/foswiki/pkg-plist Fri Mar 3 18:28:00 2017 (r435356) +++ head/www/foswiki/pkg-plist Fri Mar 3 18:53:53 2017 (r435357) @@ -5,9 +5,10 @@ %%WWWDIR%%/INSTALL.html %%WWWDIR%%/LICENSE %%WWWDIR%%/ReleaseHistory.html -%%WWWDIR%%/ReleaseNotes01x01.html +%%WWWDIR%%/ReleaseNotes02x01.html %%WWWDIR%%/UpgradeGuide.html -%%WWWDIR%%/bin/.htaccess.txt +%%WWWDIR%%/bin/.htaccess-advanced.txt +%%WWWDIR%%/bin/.htaccess-basic.txt %%WWWDIR%%/bin/LocalLib.cfg %%WWWDIR%%/bin/LocalLib.cfg.txt %%WWWDIR%%/bin/attach @@ -16,6 +17,8 @@ %%WWWDIR%%/bin/compareauth %%WWWDIR%%/bin/configure %%WWWDIR%%/bin/edit +%%WWWDIR%%/bin/foswiki.fcgi +%%WWWDIR%%/bin/jsonrpc %%WWWDIR%%/bin/login %%WWWDIR%%/bin/logon %%WWWDIR%%/bin/manage @@ -72,7 +75,6 @@ %%WWWDIR%%/data/Sandbox/CommentPluginExamples.txt %%WWWDIR%%/data/Sandbox/CommentPluginTemplateExample.txt %%WWWDIR%%/data/Sandbox/CompareRevisionsAddOnDemoTopic.txt -%%WWWDIR%%/data/Sandbox/CompareRevisionsAddOnDemoTopic.txt,v %%WWWDIR%%/data/Sandbox/PluginTestEmptyPlugin.txt %%WWWDIR%%/data/Sandbox/WebAtom.txt %%WWWDIR%%/data/Sandbox/WebChanges.txt @@ -88,18 +90,17 @@ %%WWWDIR%%/data/Sandbox/WebTopicList.txt %%WWWDIR%%/data/System/ACRONYM.txt %%WWWDIR%%/data/System/AccessControl.txt -%%WWWDIR%%/data/System/AccessKeys.txt %%WWWDIR%%/data/System/AdminDocumentationCategory.txt %%WWWDIR%%/data/System/AdminSkillsAssumptions.txt +%%WWWDIR%%/data/System/AdminToggle.txt %%WWWDIR%%/data/System/AdminToolsCategory.txt %%WWWDIR%%/data/System/AppendixCascadingStyleSheets.txt -%%WWWDIR%%/data/System/AppendixEncodeURLsWithUTF8.txt %%WWWDIR%%/data/System/AutoViewTemplatePlugin.txt %%WWWDIR%%/data/System/BeginnersStartHere.txt %%WWWDIR%%/data/System/BookView.txt %%WWWDIR%%/data/System/BulkRegistration.txt %%WWWDIR%%/data/System/BulkResetPassword.txt -%%WWWDIR%%/data/System/BumpyWord.txt +%%WWWDIR%%/data/System/Category.txt %%WWWDIR%%/data/System/ChangeEmailAddress.txt %%WWWDIR%%/data/System/ChangePassword.txt %%WWWDIR%%/data/System/ClassMethod.txt @@ -109,6 +110,7 @@ %%WWWDIR%%/data/System/CompareRevisionsAddOn.txt %%WWWDIR%%/data/System/CompareRevisionsAddonPlugin.txt %%WWWDIR%%/data/System/CompleteDocumentation.txt +%%WWWDIR%%/data/System/ConfigurePlugin.txt %%WWWDIR%%/data/System/Contribs.txt %%WWWDIR%%/data/System/ContributedAddOns.txt %%WWWDIR%%/data/System/CountryList.txt @@ -120,7 +122,8 @@ %%WWWDIR%%/data/System/DeveloperDocumentationCategory.txt %%WWWDIR%%/data/System/DevelopingPlugins.txt %%WWWDIR%%/data/System/DocumentGraphics.txt -%%WWWDIR%%/data/System/DontNotify.txt +%%WWWDIR%%/data/System/EditRowPlugin.txt +%%WWWDIR%%/data/System/EditRowPluginExamples.txt %%WWWDIR%%/data/System/EditTablePlugin.txt %%WWWDIR%%/data/System/EditingShorthand.txt %%WWWDIR%%/data/System/EmptyPlugin.txt @@ -150,30 +153,32 @@ %%WWWDIR%%/data/System/FamFamFamMintIcons.txt %%WWWDIR%%/data/System/FamFamFamSilkCompanion1Icons.txt %%WWWDIR%%/data/System/FamFamFamSilkCompanion2Icons.txt +%%WWWDIR%%/data/System/FamFamFamSilkGeoSilkIcons.txt %%WWWDIR%%/data/System/FamFamFamSilkIcons.txt +%%WWWDIR%%/data/System/FastCGIEngineContrib.txt %%WWWDIR%%/data/System/FileAttachment.txt %%WWWDIR%%/data/System/FileAttribute.txt -%%WWWDIR%%/data/System/ForceNewRevision.txt %%WWWDIR%%/data/System/FormatTokens.txt %%WWWDIR%%/data/System/FormattedSearch.txt +%%WWWDIR%%/data/System/FoswikiServerInformation.txt %%WWWDIR%%/data/System/FrequentlyAskedQuestion.txt %%WWWDIR%%/data/System/FrequentlyAskedQuestions.txt %%WWWDIR%%/data/System/GlossaryOfTerms.txt %%WWWDIR%%/data/System/GoBox.txt %%WWWDIR%%/data/System/GoodStyle.txt -%%WWWDIR%%/data/System/HiddenAttachment.txt %%WWWDIR%%/data/System/HierarchicalNavigation.txt %%WWWDIR%%/data/System/HierarchicalNavigationChildExample.txt %%WWWDIR%%/data/System/HistoryPlugin.txt +%%WWWDIR%%/data/System/HomePagePlugin.txt %%WWWDIR%%/data/System/IfStatements.txt %%WWWDIR%%/data/System/IncludeTopicsAndWebPages.txt %%WWWDIR%%/data/System/InstallationGuide.txt -%%WWWDIR%%/data/System/InstallationGuidePart1.txt %%WWWDIR%%/data/System/InstallationGuidePart2.txt %%WWWDIR%%/data/System/InstalledPlugins.txt %%WWWDIR%%/data/System/InstantEnhancements.txt %%WWWDIR%%/data/System/InterWikis.txt %%WWWDIR%%/data/System/InterwikiPlugin.txt +%%WWWDIR%%/data/System/JEditableContrib.txt %%WWWDIR%%/data/System/JQueryAjaxHelper.txt %%WWWDIR%%/data/System/JQueryAutocomplete.txt %%WWWDIR%%/data/System/JQueryBgiframe.txt @@ -190,10 +195,12 @@ %%WWWDIR%%/data/System/JQueryFarbtastic.txt %%WWWDIR%%/data/System/JQueryFluidFont.txt %%WWWDIR%%/data/System/JQueryFocus.txt +%%WWWDIR%%/data/System/JQueryFontAwesome.txt %%WWWDIR%%/data/System/JQueryForm.txt %%WWWDIR%%/data/System/JQueryFoswiki.txt %%WWWDIR%%/data/System/JQueryGradient.txt %%WWWDIR%%/data/System/JQueryHoverIntent.txt +%%WWWDIR%%/data/System/JQueryI18N.txt %%WWWDIR%%/data/System/JQueryInnerFade.txt %%WWWDIR%%/data/System/JQueryLiveQuery.txt %%WWWDIR%%/data/System/JQueryLoader.txt @@ -209,12 +216,14 @@ %%WWWDIR%%/data/System/JQueryPopUpWindow.txt %%WWWDIR%%/data/System/JQueryQueryObject.txt %%WWWDIR%%/data/System/JQueryRating.txt +%%WWWDIR%%/data/System/JQueryRender.txt %%WWWDIR%%/data/System/JQueryScrollTo.txt %%WWWDIR%%/data/System/JQuerySerialScroll.txt %%WWWDIR%%/data/System/JQueryShake.txt %%WWWDIR%%/data/System/JQueryShrinkUrls.txt %%WWWDIR%%/data/System/JQuerySimpleModal.txt %%WWWDIR%%/data/System/JQuerySlimbox.txt +%%WWWDIR%%/data/System/JQueryStars.txt %%WWWDIR%%/data/System/JQuerySuperfish.txt %%WWWDIR%%/data/System/JQuerySupersubs.txt %%WWWDIR%%/data/System/JQueryTabpane.txt @@ -231,10 +240,10 @@ %%WWWDIR%%/data/System/JSCalendarContrib.txt %%WWWDIR%%/data/System/JSCalendarContribInline.txt %%WWWDIR%%/data/System/JavascriptFiles.txt +%%WWWDIR%%/data/System/JsonRpcContrib.txt %%WWWDIR%%/data/System/LanguageSelector.txt -%%WWWDIR%%/data/System/LoginName.txt %%WWWDIR%%/data/System/Macros.txt -%%WWWDIR%%/data/System/MacrosQuickStart.txt +%%WWWDIR%%/data/System/MacrosQuickReference.txt %%WWWDIR%%/data/System/MailerContrib.txt %%WWWDIR%%/data/System/MailerContribPlugin.txt %%WWWDIR%%/data/System/MainFeatures.txt @@ -242,32 +251,43 @@ %%WWWDIR%%/data/System/ManagingUsers.txt %%WWWDIR%%/data/System/ManagingWebs.txt %%WWWDIR%%/data/System/MetaData.txt +%%WWWDIR%%/data/System/ModPerlEngineContrib.txt +%%WWWDIR%%/data/System/NatEditHelpText.txt +%%WWWDIR%%/data/System/NatEditPlugin.txt +%%WWWDIR%%/data/System/NatEditWordHelpText.txt %%WWWDIR%%/data/System/NewUserTemplate.txt %%WWWDIR%%/data/System/ObjectMethod.txt %%WWWDIR%%/data/System/OriginalDocumentGraphics.txt +%%WWWDIR%%/data/System/PackageForm.txt %%WWWDIR%%/data/System/PageCaching.txt %%WWWDIR%%/data/System/ParentList.txt -%%WWWDIR%%/data/System/PatchFoswikiContrib.txt %%WWWDIR%%/data/System/PatternSkin.txt -%%WWWDIR%%/data/System/PatternSkinColorSettings.txt %%WWWDIR%%/data/System/PatternSkinCss.txt %%WWWDIR%%/data/System/PatternSkinCssCookbook.txt %%WWWDIR%%/data/System/PatternSkinCssCookbookCenterPage.txt %%WWWDIR%%/data/System/PatternSkinCssCookbookCenterPageBorder.txt %%WWWDIR%%/data/System/PatternSkinCssCookbookEditTableStyle.txt %%WWWDIR%%/data/System/PatternSkinCssCookbookFonts.txt +%%WWWDIR%%/data/System/PatternSkinCssCookbookHideActions.txt %%WWWDIR%%/data/System/PatternSkinCssCookbookNoLeftBar.txt %%WWWDIR%%/data/System/PatternSkinCssCookbookNoTopBar.txt %%WWWDIR%%/data/System/PatternSkinCssCookbookSidebarBackground.txt +%%WWWDIR%%/data/System/PatternSkinCssCookbookSidebarToggle.txt %%WWWDIR%%/data/System/PatternSkinCustomization.txt %%WWWDIR%%/data/System/PatternSkinElements.txt %%WWWDIR%%/data/System/PatternSkinGraphics.txt %%WWWDIR%%/data/System/PatternSkinHorizontalNavigationExample.txt +%%WWWDIR%%/data/System/PatternSkinNavigation.txt %%WWWDIR%%/data/System/PatternSkinTheme.txt +%%WWWDIR%%/data/System/PatternSkinTheme115.txt %%WWWDIR%%/data/System/PatternSkinTheme2009.txt %%WWWDIR%%/data/System/PatternSkinThemeFatWilly.txt %%WWWDIR%%/data/System/PatternSkinThemeFatWillyNavigation.txt +%%WWWDIR%%/data/System/PendingRegistrations.txt +%%WWWDIR%%/data/System/PendingRegistrationsTemplate.txt +%%WWWDIR%%/data/System/PerlDependencyReport.txt %%WWWDIR%%/data/System/PerlDoc.txt +%%WWWDIR%%/data/System/PlainFileStoreContrib.txt %%WWWDIR%%/data/System/PlainSkin.txt %%WWWDIR%%/data/System/Plugins.txt %%WWWDIR%%/data/System/PreferenceSettings.txt @@ -276,21 +296,24 @@ %%WWWDIR%%/data/System/PrintSkin.txt %%WWWDIR%%/data/System/ProjectContributor.txt %%WWWDIR%%/data/System/ProjectLogos.txt +%%WWWDIR%%/data/System/PubLinkFixupPlugin.txt %%WWWDIR%%/data/System/PublishedAPI.txt %%WWWDIR%%/data/System/QuerySearch.txt -%%WWWDIR%%/data/System/QuietSave.txt +%%WWWDIR%%/data/System/QuerySearchPatternCookbook.txt +%%WWWDIR%%/data/System/RCSStoreContrib.txt %%WWWDIR%%/data/System/ReferenceManual.txt %%WWWDIR%%/data/System/RegularExpression.txt %%WWWDIR%%/data/System/ReleaseHistory.txt %%WWWDIR%%/data/System/ReleaseNotes01x00.txt %%WWWDIR%%/data/System/ReleaseNotes01x01.txt +%%WWWDIR%%/data/System/ReleaseNotes02x00.txt +%%WWWDIR%%/data/System/ReleaseNotes02x01.txt +%%WWWDIR%%/data/System/RemoveUser.txt %%WWWDIR%%/data/System/RenameWeb.txt %%WWWDIR%%/data/System/RenderListPlugin.txt %%WWWDIR%%/data/System/ResetPassword.txt %%WWWDIR%%/data/System/SearchHelp.txt %%WWWDIR%%/data/System/SearchPatternCookbook.txt -%%WWWDIR%%/data/System/ShortHand.txt -%%WWWDIR%%/data/System/ShortcutMacros.txt %%WWWDIR%%/data/System/SiteChanges.txt %%WWWDIR%%/data/System/SiteMap.txt %%WWWDIR%%/data/System/SitePermissions.txt @@ -306,13 +329,13 @@ %%WWWDIR%%/data/System/SpreadSheetPlugin.txt %%WWWDIR%%/data/System/StandardColors.txt %%WWWDIR%%/data/System/StaticMethod.txt +%%WWWDIR%%/data/System/SubscribePlugin.txt %%WWWDIR%%/data/System/SystemRequirements.txt %%WWWDIR%%/data/System/TWikiCompatibilityPlugin.txt %%WWWDIR%%/data/System/TablePlugin.txt %%WWWDIR%%/data/System/TemplateTopics.txt %%WWWDIR%%/data/System/TemplateWeb.txt %%WWWDIR%%/data/System/TextEditor.txt -%%WWWDIR%%/data/System/TextFormattingRules.txt %%WWWDIR%%/data/System/TimBernersLee.txt %%WWWDIR%%/data/System/TimeSpecifications.txt %%WWWDIR%%/data/System/TinyMCEFrequentlyAskedQuestions.txt @@ -356,16 +379,20 @@ %%WWWDIR%%/data/System/TipsTopics.txt %%WWWDIR%%/data/System/TopicClassification.txt %%WWWDIR%%/data/System/TopicDoesNotExistViewTemplate.txt +%%WWWDIR%%/data/System/TopicMarkupLanguage.txt %%WWWDIR%%/data/System/TopicUserMappingContrib.txt %%WWWDIR%%/data/System/TopicsAndWebs.txt %%WWWDIR%%/data/System/TwentyMinuteTutorial.txt %%WWWDIR%%/data/System/TwistyPlugin.txt +%%WWWDIR%%/data/System/UpdatesPlugin.txt %%WWWDIR%%/data/System/UpgradeGuide.txt %%WWWDIR%%/data/System/UserAuthentication.txt %%WWWDIR%%/data/System/UserDocumentationCategory.txt %%WWWDIR%%/data/System/UserForm.txt %%WWWDIR%%/data/System/UserFormHelp.txt +%%WWWDIR%%/data/System/UserName.txt %%WWWDIR%%/data/System/UserRegistration.txt +%%WWWDIR%%/data/System/UserRegistrationParts.txt %%WWWDIR%%/data/System/UserSetting.txt %%WWWDIR%%/data/System/UserToolsCategory.txt %%WWWDIR%%/data/System/UsersGuide.txt @@ -375,32 +402,22 @@ %%WWWDIR%%/data/System/VarADDTOHEAD.txt %%WWWDIR%%/data/System/VarADDTOZONE.txt %%WWWDIR%%/data/System/VarALLVARIABLES.txt -%%WWWDIR%%/data/System/VarAQUA.txt %%WWWDIR%%/data/System/VarATTACHURL.txt %%WWWDIR%%/data/System/VarATTACHURLPATH.txt %%WWWDIR%%/data/System/VarAUTHREALM.txt %%WWWDIR%%/data/System/VarBASETOPIC.txt %%WWWDIR%%/data/System/VarBASEWEB.txt -%%WWWDIR%%/data/System/VarBB.txt -%%WWWDIR%%/data/System/VarBB2.txt -%%WWWDIR%%/data/System/VarBB3.txt -%%WWWDIR%%/data/System/VarBB4.txt -%%WWWDIR%%/data/System/VarBLACK.txt -%%WWWDIR%%/data/System/VarBLUE.txt -%%WWWDIR%%/data/System/VarBR.txt -%%WWWDIR%%/data/System/VarBROWN.txt -%%WWWDIR%%/data/System/VarBULLET.txt %%WWWDIR%%/data/System/VarBUTTON.txt %%WWWDIR%%/data/System/VarCALC.txt -%%WWWDIR%%/data/System/VarCARET.txt +%%WWWDIR%%/data/System/VarCALCULATE.txt %%WWWDIR%%/data/System/VarCOMMENT.txt %%WWWDIR%%/data/System/VarCOVER.txt %%WWWDIR%%/data/System/VarDATE.txt %%WWWDIR%%/data/System/VarDISPLAYTIME.txt -%%WWWDIR%%/data/System/VarEDITACTION.txt %%WWWDIR%%/data/System/VarEDITTABLE.txt %%WWWDIR%%/data/System/VarENCODE.txt %%WWWDIR%%/data/System/VarENDCOLOR.txt +%%WWWDIR%%/data/System/VarENDINCLUDE.txt %%WWWDIR%%/data/System/VarENDSECTION.txt %%WWWDIR%%/data/System/VarENDTAB.txt %%WWWDIR%%/data/System/VarENDTABPANE.txt @@ -413,17 +430,13 @@ %%WWWDIR%%/data/System/VarFORMAT.txt %%WWWDIR%%/data/System/VarFORMFIELD.txt %%WWWDIR%%/data/System/VarGMTIME.txt -%%WWWDIR%%/data/System/VarGRAY.txt -%%WWWDIR%%/data/System/VarGREEN.txt %%WWWDIR%%/data/System/VarGROUPINFO.txt %%WWWDIR%%/data/System/VarGROUPS.txt -%%WWWDIR%%/data/System/VarH.txt %%WWWDIR%%/data/System/VarHISTORY.txt %%WWWDIR%%/data/System/VarHOMETOPIC.txt %%WWWDIR%%/data/System/VarHTTP.txt %%WWWDIR%%/data/System/VarHTTPHOST.txt %%WWWDIR%%/data/System/VarHTTPS.txt -%%WWWDIR%%/data/System/VarI.txt %%WWWDIR%%/data/System/VarICON.txt %%WWWDIR%%/data/System/VarICONURL.txt %%WWWDIR%%/data/System/VarICONURLPATH.txt @@ -439,35 +452,25 @@ %%WWWDIR%%/data/System/VarLANG.txt %%WWWDIR%%/data/System/VarLANGUAGE.txt %%WWWDIR%%/data/System/VarLANGUAGES.txt -%%WWWDIR%%/data/System/VarLIME.txt %%WWWDIR%%/data/System/VarLOCALSITEPREFS.txt %%WWWDIR%%/data/System/VarLOGIN.txt %%WWWDIR%%/data/System/VarLOGOUT.txt -%%WWWDIR%%/data/System/VarM.txt %%WWWDIR%%/data/System/VarMAINWEB.txt %%WWWDIR%%/data/System/VarMAKETEXT.txt -%%WWWDIR%%/data/System/VarMAROON.txt %%WWWDIR%%/data/System/VarMETA.txt %%WWWDIR%%/data/System/VarMETASEARCH.txt -%%WWWDIR%%/data/System/VarN.txt -%%WWWDIR%%/data/System/VarNAVY.txt +%%WWWDIR%%/data/System/VarNONCE.txt %%WWWDIR%%/data/System/VarNOP.txt %%WWWDIR%%/data/System/VarNOTIFYTOPIC.txt -%%WWWDIR%%/data/System/VarOLIVE.txt -%%WWWDIR%%/data/System/VarORANGE.txt -%%WWWDIR%%/data/System/VarP.txt -%%WWWDIR%%/data/System/VarPINK.txt +%%WWWDIR%%/data/System/VarPERLDEPENDENCYREPORT.txt %%WWWDIR%%/data/System/VarPLUGINDESCRIPTIONS.txt %%WWWDIR%%/data/System/VarPLUGINVERSION.txt %%WWWDIR%%/data/System/VarPOPUPWINDOW.txt %%WWWDIR%%/data/System/VarPUBURL.txt %%WWWDIR%%/data/System/VarPUBURLPATH.txt -%%WWWDIR%%/data/System/VarPURPLE.txt -%%WWWDIR%%/data/System/VarQ.txt %%WWWDIR%%/data/System/VarQUERY.txt %%WWWDIR%%/data/System/VarQUERYPARAMS.txt %%WWWDIR%%/data/System/VarQUERYSTRING.txt -%%WWWDIR%%/data/System/VarRED.txt %%WWWDIR%%/data/System/VarREMOTEADDR.txt %%WWWDIR%%/data/System/VarREMOTEPORT.txt %%WWWDIR%%/data/System/VarREMOTEUSER.txt @@ -476,18 +479,18 @@ %%WWWDIR%%/data/System/VarREVARG.txt %%WWWDIR%%/data/System/VarREVINFO.txt %%WWWDIR%%/data/System/VarREVTITLE.txt -%%WWWDIR%%/data/System/VarS.txt %%WWWDIR%%/data/System/VarSCRIPTNAME.txt %%WWWDIR%%/data/System/VarSCRIPTSUFFIX.txt %%WWWDIR%%/data/System/VarSCRIPTURL.txt %%WWWDIR%%/data/System/VarSCRIPTURLPATH.txt %%WWWDIR%%/data/System/VarSEARCH.txt +%%WWWDIR%%/data/System/VarSERVERINFORMATION.txt %%WWWDIR%%/data/System/VarSERVERTIME.txt %%WWWDIR%%/data/System/VarSESSIONID.txt %%WWWDIR%%/data/System/VarSESSIONVAR.txt %%WWWDIR%%/data/System/VarSESSIONVARIABLE.txt +%%WWWDIR%%/data/System/VarSET.txt %%WWWDIR%%/data/System/VarSHOWPREFERENCE.txt -%%WWWDIR%%/data/System/VarSILVER.txt %%WWWDIR%%/data/System/VarSKIN.txt %%WWWDIR%%/data/System/VarSLIDESHOWEND.txt %%WWWDIR%%/data/System/VarSLIDESHOWSTART.txt @@ -497,33 +500,31 @@ %%WWWDIR%%/data/System/VarSTARTSECTION.txt %%WWWDIR%%/data/System/VarSTATISTICSTOPIC.txt %%WWWDIR%%/data/System/VarSTOPINCLUDE.txt +%%WWWDIR%%/data/System/VarSTOPSECTION.txt +%%WWWDIR%%/data/System/VarSUBSCRIBE.txt %%WWWDIR%%/data/System/VarSYSTEMWEB.txt -%%WWWDIR%%/data/System/VarT.txt %%WWWDIR%%/data/System/VarTAB.txt %%WWWDIR%%/data/System/VarTABLE.txt %%WWWDIR%%/data/System/VarTABPANE.txt -%%WWWDIR%%/data/System/VarTEAL.txt %%WWWDIR%%/data/System/VarTOC.txt %%WWWDIR%%/data/System/VarTOPIC.txt %%WWWDIR%%/data/System/VarTOPICLIST.txt -%%WWWDIR%%/data/System/VarTOPICURL.txt %%WWWDIR%%/data/System/VarTWIKIWEB.txt %%WWWDIR%%/data/System/VarTWISTY.txt %%WWWDIR%%/data/System/VarTWISTYBUTTON.txt %%WWWDIR%%/data/System/VarTWISTYHIDE.txt %%WWWDIR%%/data/System/VarTWISTYSHOW.txt %%WWWDIR%%/data/System/VarTWISTYTOGGLE.txt -%%WWWDIR%%/data/System/VarU.txt %%WWWDIR%%/data/System/VarURLPARAM.txt %%WWWDIR%%/data/System/VarUSERINFO.txt %%WWWDIR%%/data/System/VarUSERNAME.txt %%WWWDIR%%/data/System/VarUSERSWEB.txt %%WWWDIR%%/data/System/VarVAR.txt -%%WWWDIR%%/data/System/VarVBAR.txt %%WWWDIR%%/data/System/VarWEB.txt %%WWWDIR%%/data/System/VarWEBLIST.txt %%WWWDIR%%/data/System/VarWEBPREFSTOPIC.txt -%%WWWDIR%%/data/System/VarWHITE.txt +%%WWWDIR%%/data/System/VarWIKIAGENTEMAIL.txt +%%WWWDIR%%/data/System/VarWIKIAGENTNAME.txt %%WWWDIR%%/data/System/VarWIKIHOMEURL.txt %%WWWDIR%%/data/System/VarWIKINAME.txt %%WWWDIR%%/data/System/VarWIKIPREFSTOPIC.txt @@ -533,15 +534,11 @@ %%WWWDIR%%/data/System/VarWIKIVERSION.txt %%WWWDIR%%/data/System/VarWIKIWEBMASTER.txt %%WWWDIR%%/data/System/VarWIKIWEBMASTERNAME.txt -%%WWWDIR%%/data/System/VarX.txt -%%WWWDIR%%/data/System/VarY.txt -%%WWWDIR%%/data/System/VarYELLOW.txt -%%WWWDIR%%/data/System/WabiSabi.txt +%%WWWDIR%%/data/System/WYSIWYG.txt %%WWWDIR%%/data/System/WebAtom.txt %%WWWDIR%%/data/System/WebAtomBase.txt %%WWWDIR%%/data/System/WebBottomBarExample.txt %%WWWDIR%%/data/System/WebChanges.txt -%%WWWDIR%%/data/System/WebChangesAlert.txt %%WWWDIR%%/data/System/WebCreateNewTopic.txt %%WWWDIR%%/data/System/WebCreateNewTopicComponents.txt %%WWWDIR%%/data/System/WebCreateNewTopicTemplate.txt @@ -568,19 +565,14 @@ %%WWWDIR%%/data/System/WebTopicCreator.txt %%WWWDIR%%/data/System/WebTopicEditTemplate.txt %%WWWDIR%%/data/System/WebTopicList.txt -%%WWWDIR%%/data/System/WebsTable.txt %%WWWDIR%%/data/System/WelcomeGuest.txt %%WWWDIR%%/data/System/WikiCulture.txt %%WWWDIR%%/data/System/WikiName.txt -%%WWWDIR%%/data/System/WikiNotation.txt -%%WWWDIR%%/data/System/WikiSyntax.txt %%WWWDIR%%/data/System/WikiSyntaxSummary.txt -%%WWWDIR%%/data/System/WikiWikiClones.txt %%WWWDIR%%/data/System/WikiWord.txt %%WWWDIR%%/data/System/WysiwygPlugin.txt %%WWWDIR%%/data/System/WysiwygPluginSettings.txt %%WWWDIR%%/data/System/WysiwygPluginTopicLister.txt -%%WWWDIR%%/data/System/YouAreHere.txt %%WWWDIR%%/data/TWiki/WebAtom.txt %%WWWDIR%%/data/TWiki/WebChanges.txt %%WWWDIR%%/data/TWiki/WebCreateNewTopic.txt @@ -622,80 +614,111 @@ %%WWWDIR%%/foswiki_httpd_conf.txt %%WWWDIR%%/index.html %%WWWDIR%%/lib/Assert.pm +%%WWWDIR%%/lib/AssertOff.pm +%%WWWDIR%%/lib/AssertOn.pm +%%WWWDIR%%/lib/FCGI/ProcManager/Constrained.pm %%WWWDIR%%/lib/Foswiki.pm %%WWWDIR%%/lib/Foswiki.spec +%%WWWDIR%%/lib/Foswiki/Access.pm +%%WWWDIR%%/lib/Foswiki/Access/AdminOnlyAccess.pm +%%WWWDIR%%/lib/Foswiki/Access/TopicACLAccess.pm +%%WWWDIR%%/lib/Foswiki/Access/TopicACLReadOnlyAccess.pm %%WWWDIR%%/lib/Foswiki/AccessControlException.pm +%%WWWDIR%%/lib/Foswiki/Address.pm %%WWWDIR%%/lib/Foswiki/AggregateIterator.pm %%WWWDIR%%/lib/Foswiki/Attach.pm %%WWWDIR%%/lib/Foswiki/Attrs.pm -%%WWWDIR%%/lib/Foswiki/Cache.pm -%%WWWDIR%%/lib/Foswiki/Cache/BDB.pm -%%WWWDIR%%/lib/Foswiki/Cache/DB_File.pm -%%WWWDIR%%/lib/Foswiki/Cache/FileCache.pm -%%WWWDIR%%/lib/Foswiki/Cache/Memcached.pm -%%WWWDIR%%/lib/Foswiki/Cache/MemoryLRU.pm +%%WWWDIR%%/lib/Foswiki/Aux/MuteOut.pm %%WWWDIR%%/lib/Foswiki/Compatibility.pm +%%WWWDIR%%/lib/Foswiki/Configure/Auth.pm +%%WWWDIR%%/lib/Foswiki/Configure/Bootstrap.pm %%WWWDIR%%/lib/Foswiki/Configure/Checker.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/AccessibleENV.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/AllowInlineScript.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/AccessControlACL/EnableDeprecatedEmptyDeny.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/AccessibleCFG.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/AuthRealm.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/AuthScripts.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/BasicSanity.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/CGISetup.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Cache/DBFile.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Cache/Debug.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Cache/DependencyFilter.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Cache/NameSpace.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Cache/RootDir.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/CacheManager.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/DataDir.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Cache/Implementation.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Certificate.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Certificate/ClientChecker.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Certificate/KeyChecker.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Certificate/KeyPasswordChecker.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/DATE.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/DebugFileName.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/DefaultUrlHost.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/DispScriptUrlPath.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/DetailedOS.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/DisplayTimeValues.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/EMAILADDRESS.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/EnableSMIME.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/MailMethod.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SSLCaFile.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SSLCaPath.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SSLClientCertFile.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SSLClientKeyFile.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SSLClientKeyPassword.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SSLCrlFile.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SmimeCertificateFile.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SmimeKeyFile.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/ValidTLD.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Email/SmimeKeyPassword.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Extensions/PlainFileStoreContrib/CheckForRCS.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/ExtensionsRepositories.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/FeatureAccess/Configure.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/ForceDefaultUrlHost.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/FormTypes.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Htpasswd/AutoDetect.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Htpasswd/CharacterEncoding.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Htpasswd/DetectModification.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Htpasswd/Encoding.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Htpasswd/FileName.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Htpasswd/GlobalCache.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Htpasswd/LockFileName.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/HttpCompress.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Introduction.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/JQueryVersion.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Autocomplete/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Bgiframe/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Corner/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Gradient/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Media/Enabled.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Nifty/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Rating/Enabled.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Shake/Enabled.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Themeswitcher/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/SimpleModal/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Supersubs/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Tmpl/Enabled.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Tooltip/Enabled.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/LocalesDir.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/LANGUAGE.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/LanguageFileCompression.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/LegacyRESTSecurity.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Log/Action.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Log/Dir.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Log/Implementation.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/LogFileName.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/LoginManager.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/LoginNameFilterIn.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/LowerNational.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/MSWin32.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/MailProgram.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/MaxLSCBackups.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/MergeHeadAndScriptZones.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/MetaCacheManager.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/MimeTypesFileName.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/MinPasswordLength.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/NameFilter.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/NFCNormalizeFilenames.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/NUMBER.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/OCTAL.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/OS.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/PROXY/HOST.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/PasswordManager.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/PATH.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/PERL.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/PLUGIN_MODULE.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Password.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/CommentPlugin/GuestCanComment.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/CommentPlugin/RequiredForSave.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/CompareRevisionsAddonPlugin/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/EditRowPlugin/Enabled.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/EditRowPlugin/Macro.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/MailerContribPlugin/Enabled.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/MailerContribPlugin/Module.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/PubLinkFixupPlugin/Enabled.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Plugins/TinyMCEPlugin/Enabled.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/PluginsOrder.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/PubDir.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/PubUrlPath.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/AutoAttachPubFiles.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/ExtOption.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/asciiFileSuffixes.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/breaklockCmd.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/ciCmd.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/ciDateCmd.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/coCmd.pm @@ -709,165 +732,123 @@ %%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/rlogDateCmd.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/tmpBinaryCmd.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCS/unlockCmd.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/RCSChecker.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/REGEX.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Register/AllowLoginName.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Register/EmailFilter.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Register/ExpireAfter.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Register/NeedApproval.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Register/NeedVerification.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/RegistrationApprovals.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/SMTP/MAILHOST.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/SMTP/SENDERHOST.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/SMTP/Username.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/STRING.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/SafeEnvPath.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/ScriptDir.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/ScriptSuffix.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/ScriptUrlPath.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/ScriptUrlPaths/view.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Sessions/EnableGuestSessions.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Sessions/ExpireAfter.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Site/CharSet.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Site/Locale.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/EgrepCmd.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/Encoding.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/FgrepCmd.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/Implementation.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/PlainFile/Implementation.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/RcsLite/Implementation.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/RcsWrap/Implementation.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/SearchAlgorithm.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Store/overrideUmask.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/SwitchBoard/compareauth.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/TemplateDir.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/TempfileDir.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/TemplatePath.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/ToolsDir.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/UploadFilter.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/UpperNational.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/URL.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/URLPATH.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/UseClientSessions.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/UseLocale.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/UserInterfaceInternationalisation.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Validation/Method.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/WarningFileName.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/WebMasterEmail.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/Welcome.pm +%%WWWDIR%%/lib/Foswiki/Configure/Checkers/WebMasterName.pm %%WWWDIR%%/lib/Foswiki/Configure/Checkers/WorkingDir.pm -%%WWWDIR%%/lib/Foswiki/Configure/Checkers/cygwin.pm %%WWWDIR%%/lib/Foswiki/Configure/Dependency.pm -%%WWWDIR%%/lib/Foswiki/Configure/FoswikiCfg.pm -%%WWWDIR%%/lib/Foswiki/Configure/GlobalControls.pm +%%WWWDIR%%/lib/Foswiki/Configure/FileUtil.pm %%WWWDIR%%/lib/Foswiki/Configure/Item.pm %%WWWDIR%%/lib/Foswiki/Configure/Load.pm +%%WWWDIR%%/lib/Foswiki/Configure/LoadSpec.pm %%WWWDIR%%/lib/Foswiki/Configure/Package.pm -%%WWWDIR%%/lib/Foswiki/Configure/PatchFile.pm %%WWWDIR%%/lib/Foswiki/Configure/Pluggable.pm %%WWWDIR%%/lib/Foswiki/Configure/Pluggables/FINDEXTENSIONS.pm %%WWWDIR%%/lib/Foswiki/Configure/Pluggables/LANGUAGES.pm %%WWWDIR%%/lib/Foswiki/Configure/Pluggables/PLUGINS.pm -%%WWWDIR%%/lib/Foswiki/Configure/Pluggables/TESTEMAIL.pm +%%WWWDIR%%/lib/Foswiki/Configure/Pluggables/SCRIPTHASH.pm +%%WWWDIR%%/lib/Foswiki/Configure/Query.pm +%%WWWDIR%%/lib/Foswiki/Configure/Reporter.pm %%WWWDIR%%/lib/Foswiki/Configure/Root.pm %%WWWDIR%%/lib/Foswiki/Configure/Section.pm -%%WWWDIR%%/lib/Foswiki/Configure/TemplateParser.pm -%%WWWDIR%%/lib/Foswiki/Configure/TemplateParser/SimpleFreeMarker.pm -%%WWWDIR%%/lib/Foswiki/Configure/Type.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/BOOLEAN.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/COMMAND.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/LANGUAGE.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/NUMBER.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/OCTAL.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/PASSWORD.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/PATH.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/PERL.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/REGEX.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/SELECT.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/SELECTCLASS.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/STRING.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/UNKNOWN.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/URL.pm -%%WWWDIR%%/lib/Foswiki/Configure/Types/URLPATH.pm -%%WWWDIR%%/lib/Foswiki/Configure/UI.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/AUTH.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/CGISetup.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/EXTEND.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/EXTENSIONS.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/FINDEXTENSIONS.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/Introduction.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/Item.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/LANGUAGES.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/MSWin32.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/PLUGINS.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/Root.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/Section.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/TESTEMAIL.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/UPDATE.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/Value.pm -%%WWWDIR%%/lib/Foswiki/Configure/UIs/Welcome.pm -%%WWWDIR%%/lib/Foswiki/Configure/Util.pm %%WWWDIR%%/lib/Foswiki/Configure/Value.pm -%%WWWDIR%%/lib/Foswiki/Configure/Valuer.pm %%WWWDIR%%/lib/Foswiki/Configure/Visitor.pm -%%WWWDIR%%/lib/Foswiki/Configure/resources/ajaxLoader.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/base.css -%%WWWDIR%%/lib/Foswiki/Configure/resources/bg_button_gradient.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/bg_buttoncancel_gradient.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/bg_expert.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/bg_submit_gradient.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/close.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/favicon.ico -%%WWWDIR%%/lib/Foswiki/Configure/resources/foswiki-logo.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/foswikiStyles.js -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_down.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_error_blue.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_error_white.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_info.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_ok_white.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_up.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_warn_and_error_blue.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_warn_and_error_white.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_warn_blue.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_warn_white.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/icon_world.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/intro.html -%%WWWDIR%%/lib/Foswiki/Configure/resources/jquery-1.3.2.js -%%WWWDIR%%/lib/Foswiki/Configure/resources/jquery.nyroModal-1.5.5.min.js -%%WWWDIR%%/lib/Foswiki/Configure/resources/jquery.nyroModal.css -%%WWWDIR%%/lib/Foswiki/Configure/resources/legend.html -%%WWWDIR%%/lib/Foswiki/Configure/resources/next.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/pattern.css -%%WWWDIR%%/lib/Foswiki/Configure/resources/prev.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/scripts.js -%%WWWDIR%%/lib/Foswiki/Configure/resources/styles.css -%%WWWDIR%%/lib/Foswiki/Configure/resources/warning.gif -%%WWWDIR%%/lib/Foswiki/Configure/resources/welcome.html -%%WWWDIR%%/lib/Foswiki/Configure/resources/yui.css -%%WWWDIR%%/lib/Foswiki/Configure/templates/authorize.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/extensions.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/feedback.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/findextensionsintro.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/installed.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/main.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/pagebegin.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/pageend.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/sanity.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/sanitypw.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/section.tmpl -%%WWWDIR%%/lib/Foswiki/Configure/templates/testemailintro.tmpl +%%WWWDIR%%/lib/Foswiki/Configure/Wizard.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/AutoConfigureEmail.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/ExploreExtensions.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/InstallExtensions.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/Plugins.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/SMIMECertificate.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/SSLCertificates.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/Save.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/ScriptHash.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/SendTestEmail.pm +%%WWWDIR%%/lib/Foswiki/Configure/Wizards/StudyWebserver.pm %%WWWDIR%%/lib/Foswiki/Contrib/CompareRevisionsAddOn.pm %%WWWDIR%%/lib/Foswiki/Contrib/CompareRevisionsAddOn/Compare.pm %%WWWDIR%%/lib/Foswiki/Contrib/CompareRevisionsAddOn/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/CompareRevisionsAddOn/DEPENDENCIES %%WWWDIR%%/lib/Foswiki/Contrib/FamFamFamContrib.pm +%%WWWDIR%%/lib/Foswiki/Contrib/FastCGIEngineContrib.pm +%%WWWDIR%%/lib/Foswiki/Contrib/FastCGIEngineContrib/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/FastCGIEngineContrib/DEPENDENCIES +%%WWWDIR%%/lib/Foswiki/Contrib/JEditableContrib.pm +%%WWWDIR%%/lib/Foswiki/Contrib/JEditableContrib/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/JEditableContrib/JEDITABLE.pm %%WWWDIR%%/lib/Foswiki/Contrib/JSCalendarContrib.pm %%WWWDIR%%/lib/Foswiki/Contrib/JSCalendarContrib/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/JsonRpcContrib.pm +%%WWWDIR%%/lib/Foswiki/Contrib/JsonRpcContrib/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/JsonRpcContrib/DEPENDENCIES +%%WWWDIR%%/lib/Foswiki/Contrib/JsonRpcContrib/Error.pm +%%WWWDIR%%/lib/Foswiki/Contrib/JsonRpcContrib/JQueryPlugin.pm +%%WWWDIR%%/lib/Foswiki/Contrib/JsonRpcContrib/Request.pm +%%WWWDIR%%/lib/Foswiki/Contrib/JsonRpcContrib/Response.pm +%%WWWDIR%%/lib/Foswiki/Contrib/JsonRpcContrib/Server.pm %%WWWDIR%%/lib/Foswiki/Contrib/MailerContrib.pm %%WWWDIR%%/lib/Foswiki/Contrib/MailerContrib/Change.pm %%WWWDIR%%/lib/Foswiki/Contrib/MailerContrib/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/MailerContrib/DEPENDENCIES %%WWWDIR%%/lib/Foswiki/Contrib/MailerContrib/Subscriber.pm %%WWWDIR%%/lib/Foswiki/Contrib/MailerContrib/Subscription.pm %%WWWDIR%%/lib/Foswiki/Contrib/MailerContrib/UpData.pm %%WWWDIR%%/lib/Foswiki/Contrib/MailerContrib/WebNotify.pm -%%WWWDIR%%/lib/Foswiki/Contrib/PatchFoswikiContrib.pm -%%WWWDIR%%/lib/Foswiki/Contrib/PatchFoswikiContrib/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/ModPerlEngineContrib.pm +%%WWWDIR%%/lib/Foswiki/Contrib/ModPerlEngineContrib/DEPENDENCIES %%WWWDIR%%/lib/Foswiki/Contrib/PatternSkin.pm -%%WWWDIR%%/lib/Foswiki/Contrib/PatternSkin/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/PlainFileStoreContrib.pm +%%WWWDIR%%/lib/Foswiki/Contrib/PlainFileStoreContrib/Config.spec +%%WWWDIR%%/lib/Foswiki/Contrib/PlainFileStoreContrib/DEPENDENCIES +%%WWWDIR%%/lib/Foswiki/Contrib/RCSStoreContrib.pm +%%WWWDIR%%/lib/Foswiki/Contrib/RCSStoreContrib/Config.spec %%WWWDIR%%/lib/Foswiki/Contrib/TipsContrib.pm +%%WWWDIR%%/lib/Foswiki/Contrib/TipsContrib/DEPENDENCIES %%WWWDIR%%/lib/Foswiki/Contrib/TopicUserMappingContrib.pm -%%WWWDIR%%/lib/Foswiki/Contrib/TopicUserMappingContrib/Config.spec %%WWWDIR%%/lib/Foswiki/Contrib/core/DEPENDENCIES %%WWWDIR%%/lib/Foswiki/Contrib/core/MANIFEST %%WWWDIR%%/lib/Foswiki/Engine.pm +%%WWWDIR%%/lib/Foswiki/Engine/Apache.pm +%%WWWDIR%%/lib/Foswiki/Engine/Apache/MP13.pm +%%WWWDIR%%/lib/Foswiki/Engine/Apache2.pm +%%WWWDIR%%/lib/Foswiki/Engine/Apache2/MP20.pm %%WWWDIR%%/lib/Foswiki/Engine/CGI.pm %%WWWDIR%%/lib/Foswiki/Engine/CLI.pm +%%WWWDIR%%/lib/Foswiki/Engine/FastCGI.pm +%%WWWDIR%%/lib/Foswiki/Engine/FastCGI/ProcManager.pm %%WWWDIR%%/lib/Foswiki/Engine/Legacy.pm %%WWWDIR%%/lib/Foswiki/EngineException.pm %%WWWDIR%%/lib/Foswiki/Form.pm @@ -887,6 +868,7 @@ %%WWWDIR%%/lib/Foswiki/I18N.pm %%WWWDIR%%/lib/Foswiki/I18N/Extract.pm %%WWWDIR%%/lib/Foswiki/I18N/Fallback.pm +%%WWWDIR%%/lib/Foswiki/IP.pm %%WWWDIR%%/lib/Foswiki/If/Node.pm %%WWWDIR%%/lib/Foswiki/If/OP_allows.pm %%WWWDIR%%/lib/Foswiki/If/OP_context.pm @@ -902,10 +884,15 @@ %%WWWDIR%%/lib/Foswiki/IncludeHandlers/https.pm %%WWWDIR%%/lib/Foswiki/Infix/Error.pm %%WWWDIR%%/lib/Foswiki/Infix/Node.pm +%%WWWDIR%%/lib/Foswiki/Infix/OP.pm %%WWWDIR%%/lib/Foswiki/Infix/Parser.pm %%WWWDIR%%/lib/Foswiki/Iterator.pm +%%WWWDIR%%/lib/Foswiki/Iterator/AggregateEventIterator.pm +%%WWWDIR%%/lib/Foswiki/Iterator/EventIterator.pm %%WWWDIR%%/lib/Foswiki/Iterator/FilterIterator.pm +%%WWWDIR%%/lib/Foswiki/Iterator/MergeEventIterator.pm %%WWWDIR%%/lib/Foswiki/Iterator/NumberRangeIterator.pm +%%WWWDIR%%/lib/Foswiki/Iterator/PagerIterator.pm %%WWWDIR%%/lib/Foswiki/Iterator/ProcessIterator.pm %%WWWDIR%%/lib/Foswiki/LineIterator.pm %%WWWDIR%%/lib/Foswiki/ListIterator.pm @@ -919,6 +906,8 @@ %%WWWDIR%%/lib/Foswiki/LoginManager/TemplateLogin.pm %%WWWDIR%%/lib/Foswiki/Macros/ADDTOHEAD.pm %%WWWDIR%%/lib/Foswiki/Macros/ADDTOZONE.pm +%%WWWDIR%%/lib/Foswiki/Macros/ATTACHURL.pm +%%WWWDIR%%/lib/Foswiki/Macros/ATTACHURLPATH.pm %%WWWDIR%%/lib/Foswiki/Macros/DISPLAYDEPENDENCIES.pm %%WWWDIR%%/lib/Foswiki/Macros/ENCODE.pm %%WWWDIR%%/lib/Foswiki/Macros/ENV.pm @@ -939,7 +928,11 @@ %%WWWDIR%%/lib/Foswiki/Macros/MAKETEXT.pm %%WWWDIR%%/lib/Foswiki/Macros/META.pm %%WWWDIR%%/lib/Foswiki/Macros/METASEARCH.pm +%%WWWDIR%%/lib/Foswiki/Macros/NONCE.pm +%%WWWDIR%%/lib/Foswiki/Macros/PENDINGREGISTRATIONS.pm +%%WWWDIR%%/lib/Foswiki/Macros/PERLDEPENDENCYREPORT.pm %%WWWDIR%%/lib/Foswiki/Macros/PUBURL.pm +%%WWWDIR%%/lib/Foswiki/Macros/PUBURLPATH.pm %%WWWDIR%%/lib/Foswiki/Macros/QUERY.pm %%WWWDIR%%/lib/Foswiki/Macros/QUERYPARAMS.pm %%WWWDIR%%/lib/Foswiki/Macros/RELATIVETOPICPATH.pm @@ -947,7 +940,11 @@ %%WWWDIR%%/lib/Foswiki/Macros/REVARG.pm %%WWWDIR%%/lib/Foswiki/Macros/REVINFO.pm %%WWWDIR%%/lib/Foswiki/Macros/REVTITLE.pm +%%WWWDIR%%/lib/Foswiki/Macros/SCRIPTURL.pm +%%WWWDIR%%/lib/Foswiki/Macros/SCRIPTURLPATH.pm %%WWWDIR%%/lib/Foswiki/Macros/SEARCH.pm +%%WWWDIR%%/lib/Foswiki/Macros/SERVERINFORMATION.pm +%%WWWDIR%%/lib/Foswiki/Macros/SET.pm %%WWWDIR%%/lib/Foswiki/Macros/SHOWPREFERENCE.pm %%WWWDIR%%/lib/Foswiki/Macros/SPACEDTOPIC.pm %%WWWDIR%%/lib/Foswiki/Macros/SPACEOUT.pm @@ -969,21 +966,55 @@ %%WWWDIR%%/lib/Foswiki/Net/UserCredAgent.pm %%WWWDIR%%/lib/Foswiki/OopsException.pm %%WWWDIR%%/lib/Foswiki/PageCache.pm +%%WWWDIR%%/lib/Foswiki/PageCache/DBI.pm +%%WWWDIR%%/lib/Foswiki/PageCache/DBI/Generic.pm +%%WWWDIR%%/lib/Foswiki/PageCache/DBI/MySQL.pm +%%WWWDIR%%/lib/Foswiki/PageCache/DBI/PostgreSQL.pm +%%WWWDIR%%/lib/Foswiki/PageCache/DBI/SQLite.pm %%WWWDIR%%/lib/Foswiki/Plugin.pm %%WWWDIR%%/lib/Foswiki/Plugins.pm %%WWWDIR%%/lib/Foswiki/Plugins/AutoViewTemplatePlugin.pm %%WWWDIR%%/lib/Foswiki/Plugins/AutoViewTemplatePlugin/Config.spec %%WWWDIR%%/lib/Foswiki/Plugins/CommentPlugin.pm %%WWWDIR%%/lib/Foswiki/Plugins/CommentPlugin/Comment.pm +%%WWWDIR%%/lib/Foswiki/Plugins/CommentPlugin/Config.spec +%%WWWDIR%%/lib/Foswiki/Plugins/CommentPlugin/JQuery.pm %%WWWDIR%%/lib/Foswiki/Plugins/CompareRevisionsAddonPlugin.pm +%%WWWDIR%%/lib/Foswiki/Plugins/ConfigurePlugin.pm +%%WWWDIR%%/lib/Foswiki/Plugins/ConfigurePlugin/JQuery.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Config.spec +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/DEPENDENCIES +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/checkbox.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/date.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/editbutton.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/label.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/radio.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/row.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/select.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/text.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Editor/textarea.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Get.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/JQuery.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Save.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/Table.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/TableCell.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/TableParser.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/TableRow.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EditRowPlugin/View.pm %%WWWDIR%%/lib/Foswiki/Plugins/EditTablePlugin.pm %%WWWDIR%%/lib/Foswiki/Plugins/EditTablePlugin/Core.pm %%WWWDIR%%/lib/Foswiki/Plugins/EditTablePlugin/Data.pm %%WWWDIR%%/lib/Foswiki/Plugins/EditTablePlugin/EditTableData.pm %%WWWDIR%%/lib/Foswiki/Plugins/EmptyPlugin.pm +%%WWWDIR%%/lib/Foswiki/Plugins/EmptyPlugin/Config.spec %%WWWDIR%%/lib/Foswiki/Plugins/HistoryPlugin.pm +%%WWWDIR%%/lib/Foswiki/Plugins/HomePagePlugin.pm +%%WWWDIR%%/lib/Foswiki/Plugins/HomePagePlugin/Config.spec %%WWWDIR%%/lib/Foswiki/Plugins/InterwikiPlugin.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/ANIMATE.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/AUTOCOMPLETE.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/BGIFRAME.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/BLOCKUI.pm @@ -994,15 +1025,19 @@ %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/CYCLE.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/Config.spec %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/DEBUG.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/DEPENDENCIES %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/EASING.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/EMPTY.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/FARBTASTIC.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/FLUIDFONT.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/FOCUS.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/FONTAWESOME.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/FORM.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/FOSWIKI.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/GRADIENT.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/HOVERINTENT.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/I18N.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/IMAGESLOADED.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/INNERFADE.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/LIVEQUERY.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/LOADER.pm @@ -1012,6 +1047,7 @@ %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/MEDIA.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/METADATA.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/MIGRATE.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/MOUSEWHEEL.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/NIFTY.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/PLACEHOLDER.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/PNOTIFY.pm @@ -1020,12 +1056,15 @@ %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/QUERYOBJECT.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/RATING.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/RENDER.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SCROLLTO.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SERIALSCROLL.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SHAKE.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SHRINKURLS.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SIMPLEMODAL.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SLIMBOX.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SPRINTF.pm +%%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/STARS.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SUPERFISH.pm %%WWWDIR%%/lib/Foswiki/Plugins/JQueryPlugin/SUPERSUBS.pm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Mar 3 18:54:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D7BECF7B93; Fri, 3 Mar 2017 18:54:00 +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 0B08917B3; Fri, 3 Mar 2017 18:53:59 +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 v23IrxM7025973; Fri, 3 Mar 2017 18:53:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23IrxH4025971; Fri, 3 Mar 2017 18:53:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703031853.v23IrxH4025971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 3 Mar 2017 18:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435358 - in head: . emulators emulators/hyperv-is X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 18:54:00 -0000 Author: rene Date: Fri Mar 3 18:53:58 2017 New Revision: 435358 URL: https://svnweb.freebsd.org/changeset/ports/435358 Log: Remove expired port: 2017-03-01 emulators/hyperv-is: does not support any actual FreeBSD release Deleted: head/emulators/hyperv-is/ Modified: head/MOVED head/emulators/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Mar 3 18:53:53 2017 (r435357) +++ head/MOVED Fri Mar 3 18:53:58 2017 (r435358) @@ -9106,3 +9106,4 @@ archivers/libunrar4||2017-03-01|Has expi sysutils/xacpim||2017-03-01|Has expired: Mastersite disappeared sysutils/linux-nero||2017-03-01|Has expired: Probably cannot actually burn CD/DVD on recent FreeBSD audio/libofa||2017-03-01|Has expired: MusicDNS service has been discontinued +emulators/hyperv-is||2017-03-03|Has expired: does not support any actual FreeBSD release Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Fri Mar 3 18:53:53 2017 (r435357) +++ head/emulators/Makefile Fri Mar 3 18:53:58 2017 (r435358) @@ -54,7 +54,6 @@ SUBDIR += hercules SUBDIR += higan SUBDIR += hugo - SUBDIR += hyperv-is SUBDIR += i386-wine SUBDIR += i386-wine-devel SUBDIR += i386-wine-staging From owner-svn-ports-all@freebsd.org Fri Mar 3 19:06:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B53BECF7FEE; Fri, 3 Mar 2017 19:06:20 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 849E015B2; Fri, 3 Mar 2017 19:06:20 +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 v23J6JQ6030376; Fri, 3 Mar 2017 19:06:19 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23J6Jmg030374; Fri, 3 Mar 2017 19:06:19 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703031906.v23J6Jmg030374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 3 Mar 2017 19:06:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435359 - head/textproc/py-sphinx_rtd_theme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 19:06:20 -0000 Author: robak Date: Fri Mar 3 19:06:19 2017 New Revision: 435359 URL: https://svnweb.freebsd.org/changeset/ports/435359 Log: textproc/py-sphinx_rtd_theme: update 0.1.9 -> 0.2.0 - Add LICENSE_FILE - Prepare the port for slave py3 version Modified: head/textproc/py-sphinx_rtd_theme/Makefile head/textproc/py-sphinx_rtd_theme/distinfo Modified: head/textproc/py-sphinx_rtd_theme/Makefile ============================================================================== --- head/textproc/py-sphinx_rtd_theme/Makefile Fri Mar 3 18:53:58 2017 (r435358) +++ head/textproc/py-sphinx_rtd_theme/Makefile Fri Mar 3 19:06:19 2017 (r435359) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sphinx_rtd_theme -PORTVERSION= 0.1.9 +PORTVERSION= 0.2.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,10 @@ MAINTAINER= robak@FreeBSD.org COMMENT= Mobile-friendly py-sphinx theme LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +NO_ARCH= yes +USES?= python USE_PYTHON= distutils autoplist .include Modified: head/textproc/py-sphinx_rtd_theme/distinfo ============================================================================== --- head/textproc/py-sphinx_rtd_theme/distinfo Fri Mar 3 18:53:58 2017 (r435358) +++ head/textproc/py-sphinx_rtd_theme/distinfo Fri Mar 3 19:06:19 2017 (r435359) @@ -1,2 +1,3 @@ -SHA256 (sphinx_rtd_theme-0.1.9.tar.gz) = 273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1 -SIZE (sphinx_rtd_theme-0.1.9.tar.gz) = 698461 +TIMESTAMP = 1488567788 +SHA256 (sphinx_rtd_theme-0.2.0.tar.gz) = ecdcb87cbed7c4cc3ff5fbf44a3afe2fb4cbc4eb8e4751cea3564832d225bd3b +SIZE (sphinx_rtd_theme-0.2.0.tar.gz) = 1391589 From owner-svn-ports-all@freebsd.org Fri Mar 3 19:07:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB13BCF7061; Fri, 3 Mar 2017 19:07:50 +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 A31F816B6; Fri, 3 Mar 2017 19:07:50 +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 v23J7nmI030705; Fri, 3 Mar 2017 19:07:49 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23J7n9A030701; Fri, 3 Mar 2017 19:07:49 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703031907.v23J7n9A030701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 3 Mar 2017 19:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435360 - in head: . devel devel/py-Jinja devel/py-TGScheduler devel/py-TurboJinja devel/py-mez_xml devel/py-tgMochiKit devel/py-turbocheetah devel/py-turbojson devel/py-turbojson11 dev... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 19:07:50 -0000 Author: rene Date: Fri Mar 3 19:07:49 2017 New Revision: 435360 URL: https://svnweb.freebsd.org/changeset/ports/435360 Log: Remove expired ports: 2017-03-03 devel/py-mez_xml: Was only needed for deprecated www/py-GinGin 2017-03-04 www/py-GinGin: Upstream disappeared, last release from 2009 2017-03-03 www/py-scriptaculous: Development of this branch ceased 2017-03-03 devel/py-Jinja: Development of this branch ceased. Use devel/py-Jinja2 instead 2017-03-03 mail/py-turbomail: Development of this branch ceased 2017-03-03 www/py-turbogears: Development of this branch ceased. Use devel/py-turbogears2 2017-03-03 devel/py-turbojson: Development of this branch ceased 2017-03-03 devel/py-TurboJinja: Development of this branch ceased 2017-03-03 devel/py-TGScheduler: Development of this branch ceased 2017-03-03 devel/py-turbokid: Development of this branch ceased 2017-03-03 www/py-tgwebservices: Development of this branch ceased 2017-03-03 devel/py-turbojson11: Development of this branch ceased 2017-03-03 devel/py-turbocheetah: Development of this branch ceased 2017-03-03 devel/py-tgMochiKit: Development of this branch ceased 2017-03-03 www/py-Lightbox: Development of this branch ceased Deleted: head/devel/py-Jinja/ head/devel/py-TGScheduler/ head/devel/py-TurboJinja/ head/devel/py-mez_xml/ head/devel/py-tgMochiKit/ head/devel/py-turbocheetah/ head/devel/py-turbojson/ head/devel/py-turbojson11/ head/devel/py-turbokid/ head/mail/py-turbomail/ head/www/py-GinGin/ head/www/py-Lightbox/ head/www/py-scriptaculous/ head/www/py-tgwebservices/ head/www/py-turbogears/ Modified: head/MOVED head/devel/Makefile head/mail/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Mar 3 19:06:19 2017 (r435359) +++ head/MOVED Fri Mar 3 19:07:49 2017 (r435360) @@ -9107,3 +9107,18 @@ sysutils/xacpim||2017-03-01|Has expired: sysutils/linux-nero||2017-03-01|Has expired: Probably cannot actually burn CD/DVD on recent FreeBSD audio/libofa||2017-03-01|Has expired: MusicDNS service has been discontinued emulators/hyperv-is||2017-03-03|Has expired: does not support any actual FreeBSD release +devel/py-mez_xml||2017-03-03|Has expired: Was only needed for deprecated www/py-GinGin +www/py-GinGin||2017-03-03|Has expired: Upstream disappeared, last release from 2009 +www/py-scriptaculous||2017-03-03|Has expired: Development of this branch ceased +devel/py-Jinja|devel/py-Jinja2|2017-03-03|Has expired: Development of this branch ceased. Use devel/py-Jinja2 instead +mail/py-turbomail||2017-03-03|Has expired: Development of this branch ceased +www/py-turbogears|www/py-turbogears2|2017-03-03|Has expired: Development of this branch ceased. Use www/py-turbogears2 +devel/py-turbojson||2017-03-03|Has expired: Development of this branch ceased +devel/py-TurboJinja||2017-03-03|Has expired: Development of this branch ceased +devel/py-TGScheduler||2017-03-03|Has expired: Development of this branch ceased +devel/py-turbokid||2017-03-03|Has expired: Development of this branch ceased +www/py-tgwebservices||2017-03-03|Has expired: Development of this branch ceased +devel/py-turbojson11||2017-03-03|Has expired: Development of this branch ceased +devel/py-turbocheetah||2017-03-03|Has expired: Development of this branch ceased +devel/py-tgMochiKit||2017-03-03|Has expired: Development of this branch ceased +www/py-Lightbox||2017-03-03|Has expired: Development of this branch ceased Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 3 19:06:19 2017 (r435359) +++ head/devel/Makefile Fri Mar 3 19:07:49 2017 (r435360) @@ -4012,7 +4012,6 @@ SUBDIR += py-DocumentTemplate SUBDIR += py-ExtensionClass SUBDIR += py-InlineEgg - SUBDIR += py-Jinja SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc SUBDIR += py-Missing @@ -4067,9 +4066,7 @@ SUBDIR += py-RPyC SUBDIR += py-Record SUBDIR += py-SymbolType - SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets - SUBDIR += py-TurboJinja SUBDIR += py-XStatic SUBDIR += py-XStatic-Angular SUBDIR += py-XStatic-Angular-Bootstrap @@ -4407,7 +4404,6 @@ SUBDIR += py-meliae SUBDIR += py-memory_profiler SUBDIR += py-mercurialserver - SUBDIR += py-mez_xml SUBDIR += py-microversion-parse SUBDIR += py-mimeparse SUBDIR += py-minimongo @@ -4726,7 +4722,6 @@ SUBDIR += py-testoob SUBDIR += py-testpath SUBDIR += py-testtools - SUBDIR += py-tgMochiKit SUBDIR += py-thrift SUBDIR += py-thriftpy SUBDIR += py-timelib @@ -4743,10 +4738,6 @@ SUBDIR += py-transaction SUBDIR += py-trollius SUBDIR += py-ttystatus - SUBDIR += py-turbocheetah - SUBDIR += py-turbojson - SUBDIR += py-turbojson11 - SUBDIR += py-turbokid SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twext Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Mar 3 19:06:19 2017 (r435359) +++ head/mail/Makefile Fri Mar 3 19:07:49 2017 (r435360) @@ -545,7 +545,6 @@ SUBDIR += py-ppolicy SUBDIR += py-pyspf SUBDIR += py-spambayes - SUBDIR += py-turbomail SUBDIR += py-twistedMail SUBDIR += py-zope.sendmail SUBDIR += pymsgauth Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Mar 3 19:06:19 2017 (r435359) +++ head/www/Makefile Fri Mar 3 19:07:49 2017 (r435360) @@ -1506,9 +1506,7 @@ SUBDIR += publicfile SUBDIR += punbb SUBDIR += pwebstats - SUBDIR += py-GinGin SUBDIR += py-HTMLgen - SUBDIR += py-Lightbox SUBDIR += py-MechanicalSoup SUBDIR += py-Products.CMFPlone SUBDIR += py-Products.PloneLDAP @@ -1819,7 +1817,6 @@ SUBDIR += py-routes SUBDIR += py-scgi SUBDIR += py-scrapy - SUBDIR += py-scriptaculous SUBDIR += py-seafdav SUBDIR += py-seafobj SUBDIR += py-searx @@ -1833,11 +1830,9 @@ SUBDIR += py-spyne SUBDIR += py-surl SUBDIR += py-textile - SUBDIR += py-tgwebservices SUBDIR += py-tmdb3 SUBDIR += py-tornado SUBDIR += py-trello - SUBDIR += py-turbogears SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api SUBDIR += py-twistedWeb From owner-svn-ports-all@freebsd.org Fri Mar 3 19:30:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DE50CF763D; Fri, 3 Mar 2017 19:30:11 +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 4D27D11BF; Fri, 3 Mar 2017 19:30:11 +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 v23JUA9k038848; Fri, 3 Mar 2017 19:30:10 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23JUAhg038846; Fri, 3 Mar 2017 19:30:10 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703031930.v23JUAhg038846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 3 Mar 2017 19:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435361 - in head/textproc: . py3-sphinx_rtd_theme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 19:30:11 -0000 Author: robak Date: Fri Mar 3 19:30:10 2017 New Revision: 435361 URL: https://svnweb.freebsd.org/changeset/ports/435361 Log: [NEW PORT] textproc/py3-sphinx_rtd_theme: Python 3 slave port of py-sphinx_rtd_theme PR: 217472 Submitted by: Danilo G. Baio Added: head/textproc/py3-sphinx_rtd_theme/ head/textproc/py3-sphinx_rtd_theme/Makefile (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Mar 3 19:07:49 2017 (r435360) +++ head/textproc/Makefile Fri Mar 3 19:30:10 2017 (r435361) @@ -1369,6 +1369,7 @@ SUBDIR += py3-hunspell SUBDIR += py3-libxml2 SUBDIR += py3-pager + SUBDIR += py3-sphinx_rtd_theme SUBDIR += pychm SUBDIR += qprint SUBDIR += qrcodegen Added: head/textproc/py3-sphinx_rtd_theme/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py3-sphinx_rtd_theme/Makefile Fri Mar 3 19:30:10 2017 (r435361) @@ -0,0 +1,8 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-sphinx_rtd_theme + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Mar 3 19:38:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D67B1CF7795; Fri, 3 Mar 2017 19:38:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD63161F; Fri, 3 Mar 2017 19:38:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23JcEve043072; Fri, 3 Mar 2017 19:38:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23JcDB6043060; Fri, 3 Mar 2017 19:38:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703031938.v23JcDB6043060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Mar 2017 19:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435362 - in head: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/libxul/files www/seamonkey www/seamonkey... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 19:38:15 -0000 Author: jbeich Date: Fri Mar 3 19:38:13 2017 New Revision: 435362 URL: https://svnweb.freebsd.org/changeset/ports/435362 Log: gecko: attempt to drop RPATH for libxul.so dependencies Added: head/mail/thunderbird/files/patch-bug1336791 (contents, props changed) head/www/firefox-esr/files/patch-bug1336791 (contents, props changed) head/www/firefox/files/patch-bug1336791 (contents, props changed) head/www/libxul/files/patch-bug1336791 (contents, props changed) head/www/seamonkey/files/patch-bug1336791 (contents, props changed) Modified: head/Mk/bsd.gecko.mk (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri Mar 3 19:30:10 2017 (r435361) +++ head/Mk/bsd.gecko.mk Fri Mar 3 19:38:13 2017 (r435362) @@ -85,7 +85,7 @@ MOZILLA_VER?= ${PORTVERSION} MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} -USES+= cpe gmake iconv perl5 pkgconfig \ +USES+= cpe gmake iconv localbase perl5 pkgconfig \ python:2.7,build desktop-file-utils CPE_VENDOR?=mozilla USE_PERL5= build @@ -137,9 +137,7 @@ MOZ_EXPORT+= ${CONFIGURE_ENV} \ MOZ_OPTIONS+= --prefix="${PREFIX}" MOZ_MK_OPTIONS+=MOZ_OBJDIR="${MOZ_OBJDIR}" -CPPFLAGS+= -isystem${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib \ - -Wl,-rpath,${PREFIX}/lib/${MOZILLA} -Wl,--as-needed +LDFLAGS+= -Wl,--as-needed .if ${OPSYS} != DragonFly # XXX xpcshell crash during install # use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Fri Mar 3 19:30:10 2017 (r435361) +++ head/mail/thunderbird/Makefile Fri Mar 3 19:38:13 2017 (r435362) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.7.1 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Added: head/mail/thunderbird/files/patch-bug1336791 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1336791 Fri Mar 3 19:38:13 2017 (r435362) @@ -0,0 +1,21 @@ +# Allow readelf to print types without parentheses + +--- mozilla/toolkit/library/dependentlibs.py ++++ mozilla/toolkit/library/dependentlibs.py +@@ -57,11 +57,15 @@ def dependentlibs_readelf(lib): + for line in proc.stdout: + # Each line has the following format: + # tag (TYPE) value ++ # or with BSD readelf: ++ # tag TYPE value + # Looking for NEEDED type entries + tmp = line.split(' ', 3) +- if len(tmp) > 3 and tmp[2] == '(NEEDED)': ++ if len(tmp) > 3 and 'NEEDED' in tmp[2]: + # NEEDED lines look like: + # 0x00000001 (NEEDED) Shared library: [libname] ++ # or with BSD readelf: ++ # 0x00000001 NEEDED Shared library: [libname] + match = re.search('\[(.*)\]', tmp[3]) + if match: + deps.append(match.group(1)) Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Fri Mar 3 19:30:10 2017 (r435361) +++ head/www/firefox-esr/Makefile Fri Mar 3 19:38:13 2017 (r435362) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.8.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Added: head/www/firefox-esr/files/patch-bug1336791 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1336791 Fri Mar 3 19:38:13 2017 (r435362) @@ -0,0 +1,21 @@ +# Allow readelf to print types without parentheses + +--- toolkit/library/dependentlibs.py ++++ toolkit/library/dependentlibs.py +@@ -57,11 +57,15 @@ def dependentlibs_readelf(lib): + for line in proc.stdout: + # Each line has the following format: + # tag (TYPE) value ++ # or with BSD readelf: ++ # tag TYPE value + # Looking for NEEDED type entries + tmp = line.split(' ', 3) +- if len(tmp) > 3 and tmp[2] == '(NEEDED)': ++ if len(tmp) > 3 and 'NEEDED' in tmp[2]: + # NEEDED lines look like: + # 0x00000001 (NEEDED) Shared library: [libname] ++ # or with BSD readelf: ++ # 0x00000001 NEEDED Shared library: [libname] + match = re.search('\[(.*)\]', tmp[3]) + if match: + deps.append(match.group(1)) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Mar 3 19:30:10 2017 (r435361) +++ head/www/firefox/Makefile Fri Mar 3 19:38:13 2017 (r435362) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 52.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Added: head/www/firefox/files/patch-bug1336791 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1336791 Fri Mar 3 19:38:13 2017 (r435362) @@ -0,0 +1,21 @@ +# Allow readelf to print types without parentheses + +--- toolkit/library/dependentlibs.py ++++ toolkit/library/dependentlibs.py +@@ -57,11 +57,15 @@ def dependentlibs_readelf(lib): + for line in proc.stdout: + # Each line has the following format: + # tag (TYPE) value ++ # or with BSD readelf: ++ # tag TYPE value + # Looking for NEEDED type entries + tmp = line.split(' ', 3) +- if len(tmp) > 3 and tmp[2] == '(NEEDED)': ++ if len(tmp) > 3 and 'NEEDED' in tmp[2]: + # NEEDED lines look like: + # 0x00000001 (NEEDED) Shared library: [libname] ++ # or with BSD readelf: ++ # 0x00000001 NEEDED Shared library: [libname] + match = re.search('\[(.*)\]', tmp[3]) + if match: + deps.append(match.group(1)) Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Fri Mar 3 19:30:10 2017 (r435361) +++ head/www/libxul/Makefile Fri Mar 3 19:38:13 2017 (r435362) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source Added: head/www/libxul/files/patch-bug1336791 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libxul/files/patch-bug1336791 Fri Mar 3 19:38:13 2017 (r435362) @@ -0,0 +1,21 @@ +# Allow readelf to print types without parentheses + +--- toolkit/library/dependentlibs.py ++++ toolkit/library/dependentlibs.py +@@ -57,11 +57,15 @@ def dependentlibs_readelf(lib): + for line in proc.stdout: + # Each line has the following format: + # tag (TYPE) value ++ # or with BSD readelf: ++ # tag TYPE value + # Looking for NEEDED type entries + tmp = line.split(' ', 3) +- if len(tmp) > 3 and tmp[2] == '(NEEDED)': ++ if len(tmp) > 3 and 'NEEDED' in tmp[2]: + # NEEDED lines look like: + # 0x00000001 (NEEDED) Shared library: [libname] ++ # or with BSD readelf: ++ # 0x00000001 NEEDED Shared library: [libname] + match = re.search('\[(.*)\]', tmp[3]) + if match: + deps.append(match.group(1)) Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Fri Mar 3 19:30:10 2017 (r435361) +++ head/www/seamonkey/Makefile Fri Mar 3 19:38:13 2017 (r435362) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.46 MOZILLA_VER= 49 # above + 3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build9/source Added: head/www/seamonkey/files/patch-bug1336791 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/seamonkey/files/patch-bug1336791 Fri Mar 3 19:38:13 2017 (r435362) @@ -0,0 +1,21 @@ +# Allow readelf to print types without parentheses + +--- mozilla/toolkit/library/dependentlibs.py ++++ mozilla/toolkit/library/dependentlibs.py +@@ -57,11 +57,15 @@ def dependentlibs_readelf(lib): + for line in proc.stdout: + # Each line has the following format: + # tag (TYPE) value ++ # or with BSD readelf: ++ # tag TYPE value + # Looking for NEEDED type entries + tmp = line.split(' ', 3) +- if len(tmp) > 3 and tmp[2] == '(NEEDED)': ++ if len(tmp) > 3 and 'NEEDED' in tmp[2]: + # NEEDED lines look like: + # 0x00000001 (NEEDED) Shared library: [libname] ++ # or with BSD readelf: ++ # 0x00000001 NEEDED Shared library: [libname] + match = re.search('\[(.*)\]', tmp[3]) + if match: + deps.append(match.group(1)) From owner-svn-ports-all@freebsd.org Fri Mar 3 20:43:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0112CF79CD; Fri, 3 Mar 2017 20:43:04 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5D49156C; Fri, 3 Mar 2017 20:43:04 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23Kh3gc071553; Fri, 3 Mar 2017 20:43:03 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Kh3Nh071551; Fri, 3 Mar 2017 20:43:03 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703032043.v23Kh3Nh071551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 3 Mar 2017 20:43:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435363 - head/games/stonesoup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 20:43:05 -0000 Author: lifanov Date: Fri Mar 3 20:43:03 2017 New Revision: 435363 URL: https://svnweb.freebsd.org/changeset/ports/435363 Log: update games/stonesoup, games/stonesoup-sdl to 0.19.5 Changes: https://crawl.develz.org/wordpress/0-19-5-bugfix-release Modified: head/games/stonesoup/Makefile head/games/stonesoup/distinfo Modified: head/games/stonesoup/Makefile ============================================================================== --- head/games/stonesoup/Makefile Fri Mar 3 19:38:13 2017 (r435362) +++ head/games/stonesoup/Makefile Fri Mar 3 20:43:03 2017 (r435363) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stonesoup -PORTVERSION= 0.19.4 +PORTVERSION= 0.19.5 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} MASTER_SITES= http://crawl.develz.org/release/ Modified: head/games/stonesoup/distinfo ============================================================================== --- head/games/stonesoup/distinfo Fri Mar 3 19:38:13 2017 (r435362) +++ head/games/stonesoup/distinfo Fri Mar 3 20:43:03 2017 (r435363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487346248 -SHA256 (stone_soup-0.19.4-nodeps.tar.xz) = 6581b9143edd07b69b6e7e9584d192be296d8b2e895d4fc856446609a60c6e3d -SIZE (stone_soup-0.19.4-nodeps.tar.xz) = 9886344 +TIMESTAMP = 1488572530 +SHA256 (stone_soup-0.19.5-nodeps.tar.xz) = 284846d67b716dad58fb96e3e56555a43bfaf64f69fafb3bedf4412d1615d403 +SIZE (stone_soup-0.19.5-nodeps.tar.xz) = 9886788 From owner-svn-ports-all@freebsd.org Fri Mar 3 20:44:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AA09CF7A05; Fri, 3 Mar 2017 20:44:22 +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 3D725167B; Fri, 3 Mar 2017 20:44:22 +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 v23KiLWV071737; Fri, 3 Mar 2017 20:44:21 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23KiLf3071734; Fri, 3 Mar 2017 20:44:21 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703032044.v23KiLf3071734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 3 Mar 2017 20:44:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435364 - head/devel/arm-elf-binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 20:44:22 -0000 Author: danilo Date: Fri Mar 3 20:44:20 2017 New Revision: 435364 URL: https://svnweb.freebsd.org/changeset/ports/435364 Log: - Update to 2.28 Modified: head/devel/arm-elf-binutils/Makefile head/devel/arm-elf-binutils/distinfo head/devel/arm-elf-binutils/pkg-plist Modified: head/devel/arm-elf-binutils/Makefile ============================================================================== --- head/devel/arm-elf-binutils/Makefile Fri Mar 3 20:43:03 2017 (r435363) +++ head/devel/arm-elf-binutils/Makefile Fri Mar 3 20:44:20 2017 (r435364) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= binutils -PORTVERSION= 2.27 +PORTVERSION= 2.28 CATEGORIES= devel MASTER_SITES= SOURCEWARE/binutils/releases PKGNAMEPREFIX= arm-elf- Modified: head/devel/arm-elf-binutils/distinfo ============================================================================== --- head/devel/arm-elf-binutils/distinfo Fri Mar 3 20:43:03 2017 (r435363) +++ head/devel/arm-elf-binutils/distinfo Fri Mar 3 20:44:20 2017 (r435364) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470314512 -SHA256 (binutils-2.27.tar.bz2) = 369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 -SIZE (binutils-2.27.tar.bz2) = 26099568 +TIMESTAMP = 1488573214 +SHA256 (binutils-2.28.tar.bz2) = 6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 +SIZE (binutils-2.28.tar.bz2) = 26556365 Modified: head/devel/arm-elf-binutils/pkg-plist ============================================================================== --- head/devel/arm-elf-binutils/pkg-plist Fri Mar 3 20:43:03 2017 (r435363) +++ head/devel/arm-elf-binutils/pkg-plist Fri Mar 3 20:44:20 2017 (r435364) @@ -17,6 +17,9 @@ arm-elf/bin/strip arm-elf/lib/ldscripts/armelf.x arm-elf/lib/ldscripts/armelf.xbn arm-elf/lib/ldscripts/armelf.xc +arm-elf/lib/ldscripts/armelf.xd +arm-elf/lib/ldscripts/armelf.xdc +arm-elf/lib/ldscripts/armelf.xdw arm-elf/lib/ldscripts/armelf.xn arm-elf/lib/ldscripts/armelf.xr arm-elf/lib/ldscripts/armelf.xs From owner-svn-ports-all@freebsd.org Fri Mar 3 20:46:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD05CF7A43; Fri, 3 Mar 2017 20:46:07 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEFD41782; Fri, 3 Mar 2017 20:46:06 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23Kk6Dh071891; Fri, 3 Mar 2017 20:46:06 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Kk6kG071890; Fri, 3 Mar 2017 20:46:06 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703032046.v23Kk6kG071890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 3 Mar 2017 20:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435365 - head/games/sokoban X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 20:46:07 -0000 Author: lifanov Date: Fri Mar 3 20:46:05 2017 New Revision: 435365 URL: https://svnweb.freebsd.org/changeset/ports/435365 Log: switch to my FreeBSD.org email address Modified: head/games/sokoban/Makefile Modified: head/games/sokoban/Makefile ============================================================================== --- head/games/sokoban/Makefile Fri Mar 3 20:44:20 2017 (r435364) +++ head/games/sokoban/Makefile Fri Mar 3 20:46:05 2017 (r435365) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SUNSITE/games/strategy DISTNAME= ${PORTNAME}-src -MAINTAINER= lifanov@mail.lifanov.com +MAINTAINER= lifanov@FreeBSD.org COMMENT= Logical game: problems with packets in cave USES= ncurses From owner-svn-ports-all@freebsd.org Fri Mar 3 20:46:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 181F4CF7A74; Fri, 3 Mar 2017 20:46:23 +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 CB610187A; Fri, 3 Mar 2017 20:46:22 +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 v23KkL64072013; Fri, 3 Mar 2017 20:46:21 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23KkLUX072012; Fri, 3 Mar 2017 20:46:21 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703032046.v23KkLUX072012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 3 Mar 2017 20:46:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435366 - head/cad/irsim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 20:46:23 -0000 Author: danilo Date: Fri Mar 3 20:46:21 2017 New Revision: 435366 URL: https://svnweb.freebsd.org/changeset/ports/435366 Log: - Update to 9.7.96 Modified: head/cad/irsim/Makefile head/cad/irsim/distinfo Modified: head/cad/irsim/Makefile ============================================================================== --- head/cad/irsim/Makefile Fri Mar 3 20:46:05 2017 (r435365) +++ head/cad/irsim/Makefile Fri Mar 3 20:46:21 2017 (r435366) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= irsim -PORTVERSION= 9.7.95 +PORTVERSION= 9.7.96 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/irsim/archive/ Modified: head/cad/irsim/distinfo ============================================================================== --- head/cad/irsim/distinfo Fri Mar 3 20:46:05 2017 (r435365) +++ head/cad/irsim/distinfo Fri Mar 3 20:46:21 2017 (r435366) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474206660 -SHA256 (irsim-9.7.95.tgz) = 5569d483f680fd812813b451fe93d5efd57a1609bfe2b7022bcea65b0c18b8c6 -SIZE (irsim-9.7.95.tgz) = 466223 +TIMESTAMP = 1488573763 +SHA256 (irsim-9.7.96.tgz) = e3ac58862a74c638de09afef5bfa4feb7625aa59a0d4c6c2ea6076146ecae501 +SIZE (irsim-9.7.96.tgz) = 466233 From owner-svn-ports-all@freebsd.org Fri Mar 3 21:16:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55E07CF72C2; Fri, 3 Mar 2017 21:16:42 +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 13DD91C2F; Fri, 3 Mar 2017 21:16:42 +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 v23LGf9t084364; Fri, 3 Mar 2017 21:16:41 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23LGeNk084356; Fri, 3 Mar 2017 21:16:40 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201703032116.v23LGeNk084356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 3 Mar 2017 21:16:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435367 - in head: devel/simgear games/flightgear games/flightgear-data games/flightgear/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 21:16:42 -0000 Author: martymac Date: Fri Mar 3 21:16:40 2017 New Revision: 435367 URL: https://svnweb.freebsd.org/changeset/ports/435367 Log: - Update Simgear & Flightgear ports to 2017.1.2 - Fix fgpanel build [1] PR: 217514 [1] Submitted by: russo@bogodyn.org [1] Added: head/games/flightgear/files/patch-utils-fgpanel-CMakeLists.txt (contents, props changed) Modified: head/devel/simgear/Makefile head/devel/simgear/distinfo head/games/flightgear-data/Makefile head/games/flightgear-data/distinfo head/games/flightgear/Makefile head/games/flightgear/distinfo head/games/flightgear/pkg-plist Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Fri Mar 3 20:46:21 2017 (r435366) +++ head/devel/simgear/Makefile Fri Mar 3 21:16:40 2017 (r435367) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simgear -PORTVERSION= 2017.1.1 +PORTVERSION= 2017.1.2 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} Modified: head/devel/simgear/distinfo ============================================================================== --- head/devel/simgear/distinfo Fri Mar 3 20:46:21 2017 (r435366) +++ head/devel/simgear/distinfo Fri Mar 3 21:16:40 2017 (r435367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487852956 -SHA256 (simgear-2017.1.1.tar.bz2) = 1815f6a2c3f43bb6121b2394e68f8e6e341c14a7a40e4163c0bcc105ee06ccbc -SIZE (simgear-2017.1.1.tar.bz2) = 1236106 +TIMESTAMP = 1488521554 +SHA256 (simgear-2017.1.2.tar.bz2) = 69c8223051b039b00038aabbb8660cecce1866e3f854dadd9543db824d232f6b +SIZE (simgear-2017.1.2.tar.bz2) = 1235662 Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Fri Mar 3 20:46:21 2017 (r435366) +++ head/games/flightgear-data/Makefile Fri Mar 3 21:16:40 2017 (r435367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear-data -PORTVERSION= 2017.1.1 +PORTVERSION= 2017.1.2 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} DISTNAME= FlightGear-${PORTVERSION}-data Modified: head/games/flightgear-data/distinfo ============================================================================== --- head/games/flightgear-data/distinfo Fri Mar 3 20:46:21 2017 (r435366) +++ head/games/flightgear-data/distinfo Fri Mar 3 21:16:40 2017 (r435367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487853048 -SHA256 (FlightGear-2017.1.1-data.tar.bz2) = 873c0906934b3d795db9fd78889a5c6badc2fe15229bef549974b1492042fd80 -SIZE (FlightGear-2017.1.1-data.tar.bz2) = 1460031625 +TIMESTAMP = 1488521640 +SHA256 (FlightGear-2017.1.2-data.tar.bz2) = 99d38d0478a8c8031f59376112bd54a6f996e1d363807b3bb45786384cfb2753 +SIZE (FlightGear-2017.1.2-data.tar.bz2) = 1460657435 Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Fri Mar 3 20:46:21 2017 (r435366) +++ head/games/flightgear/Makefile Fri Mar 3 21:16:40 2017 (r435367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear -PORTVERSION= 2017.1.1 +PORTVERSION= 2017.1.2 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ libboost_thread.so:devel/boost-libs \ libfltk.so:x11-toolkits/fltk \ + libfreetype.so:print/freetype2 \ libosg.so:graphics/osg \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ @@ -25,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl. ${LOCALBASE}/share/flightgear/version:games/flightgear-data USE_XORG= ice sm x11 xext xft xi xinerama xmu xt -USE_GL= gl glu glut +USE_GL= gl glew glu glut USES= alias cmake compiler cpe dos2unix jpeg openal:al,alut sqlite \ tar:bzip2 Modified: head/games/flightgear/distinfo ============================================================================== --- head/games/flightgear/distinfo Fri Mar 3 20:46:21 2017 (r435366) +++ head/games/flightgear/distinfo Fri Mar 3 21:16:40 2017 (r435367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487853265 -SHA256 (flightgear-2017.1.1.tar.bz2) = 8f98bbdc027164564cddf660856e0b2f4924c5c9b6a32735b14cd57b4338a028 -SIZE (flightgear-2017.1.1.tar.bz2) = 8057285 +TIMESTAMP = 1488521573 +SHA256 (flightgear-2017.1.2.tar.bz2) = 41fe2a4ab0c14ed10436026c2edbb83148bf603691487976aaf2a5314f524659 +SIZE (flightgear-2017.1.2.tar.bz2) = 8056697 Added: head/games/flightgear/files/patch-utils-fgpanel-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/flightgear/files/patch-utils-fgpanel-CMakeLists.txt Fri Mar 3 21:16:40 2017 (r435367) @@ -0,0 +1,11 @@ +--- utils/fgpanel/CMakeLists.txt.orig 2017-03-03 06:18:49.698586000 +0000 ++++ utils/fgpanel/CMakeLists.txt 2017-03-03 06:24:25.570507000 +0000 +@@ -19,7 +19,7 @@ + ) + + include_directories( +- /usr/include/freetype2 ++ ${FREETYPE_INCLUDE_DIRS} + ${PNG_INCLUDE_DIR} + ) + Modified: head/games/flightgear/pkg-plist ============================================================================== --- head/games/flightgear/pkg-plist Fri Mar 3 20:46:21 2017 (r435366) +++ head/games/flightgear/pkg-plist Fri Mar 3 21:16:40 2017 (r435367) @@ -6,6 +6,7 @@ bin/fgcom bin/fgelev bin/fgfs bin/fgjs +bin/fgpanel bin/fgtraffic bin/fgviewer bin/js_demo From owner-svn-ports-all@freebsd.org Fri Mar 3 21:33:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 396FECF782C; Fri, 3 Mar 2017 21:33:41 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED08E16BE; Fri, 3 Mar 2017 21:33:40 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23LXe39092236; Fri, 3 Mar 2017 21:33:40 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23LXd08092233; Fri, 3 Mar 2017 21:33:39 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703032133.v23LXd08092233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 3 Mar 2017 21:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435368 - head/security/hashcat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 21:33:41 -0000 Author: lifanov Date: Fri Mar 3 21:33:39 2017 New Revision: 435368 URL: https://svnweb.freebsd.org/changeset/ports/435368 Log: update security/hashcat to 3.40 o added support to crack iTunes backups o added support to crack LUKS volumes o added support for hccapx files Modified: head/security/hashcat/Makefile head/security/hashcat/distinfo head/security/hashcat/pkg-plist Modified: head/security/hashcat/Makefile ============================================================================== --- head/security/hashcat/Makefile Fri Mar 3 21:16:40 2017 (r435367) +++ head/security/hashcat/Makefile Fri Mar 3 21:33:39 2017 (r435368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hashcat -PORTVERSION= 3.30 +PORTVERSION= 3.40 DISTVERSIONPREFIX= v CATEGORIES= security @@ -22,9 +22,10 @@ USES= gmake localbase shebangfix SHEBANG_FILES= extra/tab_completion/install USE_CSTD= c99 -MAKE_ARGS= CC="${CC}" \ - CFLAGS_NATIVE="${CFLAGS} -Iinclude/ -IOpenCL/" \ - LFLAGS_NATIVE="${LDFLAGS} -lpthread" +MAKE_ARGS= SHARED=1 \ + CC="${CC}" \ + LFLAGS_NATIVE="${LDFLAGS} -lpthread" \ + CFLAGS_NATIVE="${CFLAGS} -Iinclude -IOpenCL -Iinclude/lzma_sdk" pre-install: ${STRIP_CMD} ${WRKSRC}/libhashcat.so Modified: head/security/hashcat/distinfo ============================================================================== --- head/security/hashcat/distinfo Fri Mar 3 21:16:40 2017 (r435367) +++ head/security/hashcat/distinfo Fri Mar 3 21:33:39 2017 (r435368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483796261 -SHA256 (hashcat-hashcat-v3.30_GH0.tar.gz) = 3acd1d783f13183c57383069403de0554534ac2b06a30e7e078544e524f940d2 -SIZE (hashcat-hashcat-v3.30_GH0.tar.gz) = 3970278 +TIMESTAMP = 1488574107 +SHA256 (hashcat-hashcat-v3.40_GH0.tar.gz) = 92627197daa850dc7d723793150801c0791fe31f6c767de68417cee097ad6f4c +SIZE (hashcat-hashcat-v3.40_GH0.tar.gz) = 4099155 Modified: head/security/hashcat/pkg-plist ============================================================================== --- head/security/hashcat/pkg-plist Fri Mar 3 21:16:40 2017 (r435367) +++ head/security/hashcat/pkg-plist Fri Mar 3 21:33:39 2017 (r435368) @@ -178,9 +178,9 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/amp_a0.cl %%DATADIR%%/OpenCL/amp_a1.cl %%DATADIR%%/OpenCL/amp_a3.cl -%%DATADIR%%/OpenCL/inc_cipher_aes256.cl -%%DATADIR%%/OpenCL/inc_cipher_serpent256.cl -%%DATADIR%%/OpenCL/inc_cipher_twofish256.cl +%%DATADIR%%/OpenCL/inc_cipher_aes.cl +%%DATADIR%%/OpenCL/inc_cipher_serpent.cl +%%DATADIR%%/OpenCL/inc_cipher_twofish.cl %%DATADIR%%/OpenCL/inc_common.cl %%DATADIR%%/OpenCL/inc_comp_multi.cl %%DATADIR%%/OpenCL/inc_comp_multi_bs.cl @@ -188,6 +188,12 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/inc_comp_single_bs.cl %%DATADIR%%/OpenCL/inc_hash_constants.h %%DATADIR%%/OpenCL/inc_hash_functions.cl +%%DATADIR%%/OpenCL/inc_luks_aes.cl +%%DATADIR%%/OpenCL/inc_luks_af.cl +%%DATADIR%%/OpenCL/inc_luks_essiv.cl +%%DATADIR%%/OpenCL/inc_luks_serpent.cl +%%DATADIR%%/OpenCL/inc_luks_twofish.cl +%%DATADIR%%/OpenCL/inc_luks_xts.cl %%DATADIR%%/OpenCL/inc_rp.cl %%DATADIR%%/OpenCL/inc_rp.h %%DATADIR%%/OpenCL/inc_simd.cl @@ -337,6 +343,15 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/m03800_a0.cl %%DATADIR%%/OpenCL/m03800_a1.cl %%DATADIR%%/OpenCL/m03800_a3.cl +%%DATADIR%%/OpenCL/m03910_a0.cl +%%DATADIR%%/OpenCL/m03910_a1.cl +%%DATADIR%%/OpenCL/m03910_a3.cl +%%DATADIR%%/OpenCL/m04010_a0.cl +%%DATADIR%%/OpenCL/m04010_a1.cl +%%DATADIR%%/OpenCL/m04010_a3.cl +%%DATADIR%%/OpenCL/m04110_a0.cl +%%DATADIR%%/OpenCL/m04110_a1.cl +%%DATADIR%%/OpenCL/m04110_a3.cl %%DATADIR%%/OpenCL/m04310_a0.cl %%DATADIR%%/OpenCL/m04310_a1.cl %%DATADIR%%/OpenCL/m04310_a3.cl @@ -346,6 +361,9 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/m04500_a0.cl %%DATADIR%%/OpenCL/m04500_a1.cl %%DATADIR%%/OpenCL/m04500_a3.cl +%%DATADIR%%/OpenCL/m04520_a0.cl +%%DATADIR%%/OpenCL/m04520_a1.cl +%%DATADIR%%/OpenCL/m04520_a3.cl %%DATADIR%%/OpenCL/m04700_a0.cl %%DATADIR%%/OpenCL/m04700_a1.cl %%DATADIR%%/OpenCL/m04700_a3.cl @@ -399,6 +417,9 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/m06900_a0.cl %%DATADIR%%/OpenCL/m06900_a1.cl %%DATADIR%%/OpenCL/m06900_a3.cl +%%DATADIR%%/OpenCL/m07000_a0.cl +%%DATADIR%%/OpenCL/m07000_a1.cl +%%DATADIR%%/OpenCL/m07000_a3.cl %%DATADIR%%/OpenCL/m07100.cl %%DATADIR%%/OpenCL/m07300_a0.cl %%DATADIR%%/OpenCL/m07300_a1.cl @@ -407,9 +428,6 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/m07500_a0.cl %%DATADIR%%/OpenCL/m07500_a1.cl %%DATADIR%%/OpenCL/m07500_a3.cl -%%DATADIR%%/OpenCL/m07600_a0.cl -%%DATADIR%%/OpenCL/m07600_a1.cl -%%DATADIR%%/OpenCL/m07600_a3.cl %%DATADIR%%/OpenCL/m07700_a0.cl %%DATADIR%%/OpenCL/m07700_a1.cl %%DATADIR%%/OpenCL/m07700_a3.cl @@ -552,6 +570,26 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/m14400_a0.cl %%DATADIR%%/OpenCL/m14400_a1.cl %%DATADIR%%/OpenCL/m14400_a3.cl +%%DATADIR%%/OpenCL/m14611.cl +%%DATADIR%%/OpenCL/m14612.cl +%%DATADIR%%/OpenCL/m14613.cl +%%DATADIR%%/OpenCL/m14621.cl +%%DATADIR%%/OpenCL/m14622.cl +%%DATADIR%%/OpenCL/m14623.cl +%%DATADIR%%/OpenCL/m14631.cl +%%DATADIR%%/OpenCL/m14632.cl +%%DATADIR%%/OpenCL/m14633.cl +%%DATADIR%%/OpenCL/m14641.cl +%%DATADIR%%/OpenCL/m14642.cl +%%DATADIR%%/OpenCL/m14643.cl +%%DATADIR%%/OpenCL/m14700.cl +%%DATADIR%%/OpenCL/m14800.cl +%%DATADIR%%/OpenCL/m14900_a0.cl +%%DATADIR%%/OpenCL/m14900_a1.cl +%%DATADIR%%/OpenCL/m14900_a3.cl +%%DATADIR%%/OpenCL/m15000_a0.cl +%%DATADIR%%/OpenCL/m15000_a1.cl +%%DATADIR%%/OpenCL/m15000_a3.cl %%DATADIR%%/OpenCL/markov_be.cl %%DATADIR%%/OpenCL/markov_le.cl %%DATADIR%%/hashcat.hcstat From owner-svn-ports-all@freebsd.org Fri Mar 3 21:38:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1208CF7B07; Fri, 3 Mar 2017 21:38:11 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A09CD1C36; Fri, 3 Mar 2017 21:38:11 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23LcAkP092609; Fri, 3 Mar 2017 21:38:10 GMT (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23LcAe4092607; Fri, 3 Mar 2017 21:38:10 GMT (envelope-from marcel@FreeBSD.org) Message-Id: <201703032138.v23LcAe4092607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcel set sender to marcel@FreeBSD.org using -f From: Marcel Moolenaar Date: Fri, 3 Mar 2017 21:38:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435369 - head/security/openiked X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 21:38:11 -0000 Author: marcel (src committer) Date: Fri Mar 3 21:38:10 2017 New Revision: 435369 URL: https://svnweb.freebsd.org/changeset/ports/435369 Log: Update to openiked-1.5 Modified: head/security/openiked/Makefile head/security/openiked/distinfo Modified: head/security/openiked/Makefile ============================================================================== --- head/security/openiked/Makefile Fri Mar 3 21:33:39 2017 (r435368) +++ head/security/openiked/Makefile Fri Mar 3 21:38:10 2017 (r435369) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openiked -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= security net ipv6 MAINTAINER= marcel@FreeBSD.org Modified: head/security/openiked/distinfo ============================================================================== --- head/security/openiked/distinfo Fri Mar 3 21:33:39 2017 (r435368) +++ head/security/openiked/distinfo Fri Mar 3 21:38:10 2017 (r435369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488058973 -SHA256 (xcllnt-openiked-1.4_GH0.tar.gz) = b34d0c5de24f417a9e9ed8eb962b210940900ce0c9a992c7aecf737aa9b1d899 -SIZE (xcllnt-openiked-1.4_GH0.tar.gz) = 226471 +TIMESTAMP = 1488576896 +SHA256 (xcllnt-openiked-1.5_GH0.tar.gz) = cb181378c7e253eab59ca8a2ffcf05581b076d3cbcc8790b789b61a490f3fa4a +SIZE (xcllnt-openiked-1.5_GH0.tar.gz) = 226468 From owner-svn-ports-all@freebsd.org Fri Mar 3 21:46:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80EF7CF73F6; Fri, 3 Mar 2017 21:46:37 +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 50655194B; Fri, 3 Mar 2017 21:46:37 +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 v23LkahI097298; Fri, 3 Mar 2017 21:46:36 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Lkaim097295; Fri, 3 Mar 2017 21:46:36 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201703032146.v23Lkaim097295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 3 Mar 2017 21:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435370 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 21:46:37 -0000 Author: gerald Date: Fri Mar 3 21:46:36 2017 New Revision: 435370 URL: https://svnweb.freebsd.org/changeset/ports/435370 Log: Update to the 20170302 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Fri Mar 3 21:38:10 2017 (r435369) +++ head/lang/gcc6-devel/Makefile Fri Mar 3 21:46:36 2017 (r435370) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.3.1.s20170223 +PORTVERSION= 6.3.1.s20170302 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Fri Mar 3 21:38:10 2017 (r435369) +++ head/lang/gcc6-devel/distinfo Fri Mar 3 21:46:36 2017 (r435370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487958757 -SHA256 (gcc-6-20170223.tar.bz2) = 4db60cda4825cf44b62b1c68c3ab4de41b7a05201980ffcb8d0d97ed018cd935 -SIZE (gcc-6-20170223.tar.bz2) = 95765589 +TIMESTAMP = 1488550551 +SHA256 (gcc-6-20170302.tar.bz2) = 6d07af4f2772e5bc0236d50ece063174bff49071971a41e62f8ac43a55269aef +SIZE (gcc-6-20170302.tar.bz2) = 95765084 From owner-svn-ports-all@freebsd.org Fri Mar 3 22:39:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A97D6CF6565; Fri, 3 Mar 2017 22:39:03 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 781BD1865; Fri, 3 Mar 2017 22:39:03 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v23Md2hW017184; Fri, 3 Mar 2017 22:39:02 GMT (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Md2CI017182; Fri, 3 Mar 2017 22:39:02 GMT (envelope-from marcel@FreeBSD.org) Message-Id: <201703032239.v23Md2CI017182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcel set sender to marcel@FreeBSD.org using -f From: Marcel Moolenaar Date: Fri, 3 Mar 2017 22:39:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435371 - head/security/openiked X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 22:39:03 -0000 Author: marcel (src committer) Date: Fri Mar 3 22:39:02 2017 New Revision: 435371 URL: https://svnweb.freebsd.org/changeset/ports/435371 Log: Upgrade to 1.5.1. Version 1.5 is broken. Modified: head/security/openiked/Makefile head/security/openiked/distinfo Modified: head/security/openiked/Makefile ============================================================================== --- head/security/openiked/Makefile Fri Mar 3 21:46:36 2017 (r435370) +++ head/security/openiked/Makefile Fri Mar 3 22:39:02 2017 (r435371) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openiked -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= security net ipv6 MAINTAINER= marcel@FreeBSD.org Modified: head/security/openiked/distinfo ============================================================================== --- head/security/openiked/distinfo Fri Mar 3 21:46:36 2017 (r435370) +++ head/security/openiked/distinfo Fri Mar 3 22:39:02 2017 (r435371) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488576896 -SHA256 (xcllnt-openiked-1.5_GH0.tar.gz) = cb181378c7e253eab59ca8a2ffcf05581b076d3cbcc8790b789b61a490f3fa4a -SIZE (xcllnt-openiked-1.5_GH0.tar.gz) = 226468 +TIMESTAMP = 1488578377 +SHA256 (xcllnt-openiked-1.5.1_GH0.tar.gz) = 5a190193238c109fd584de24b0def5a48e34c1b542c2b24893d865435a0199c8 +SIZE (xcllnt-openiked-1.5.1_GH0.tar.gz) = 226491 From owner-svn-ports-all@freebsd.org Fri Mar 3 23:39:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBB8ACF7A4A; Fri, 3 Mar 2017 23:39:55 +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 B43011E5B; Fri, 3 Mar 2017 23:39:55 +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 v23NdsGQ041471; Fri, 3 Mar 2017 23:39:54 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Nds0q041470; Fri, 3 Mar 2017 23:39:54 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703032339.v23Nds0q041470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 3 Mar 2017 23:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435372 - head/textproc/sphinxsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 23:39:56 -0000 Author: matthew Date: Fri Mar 3 23:39:54 2017 New Revision: 435372 URL: https://svnweb.freebsd.org/changeset/ports/435372 Log: Toggle the default setting for the ID64 option to on. 32-bit IDs have been deprecated upstream. Submitted by: Miroslav Lachman <000.fbsd@quip.cz> Modified: head/textproc/sphinxsearch/Makefile Modified: head/textproc/sphinxsearch/Makefile ============================================================================== --- head/textproc/sphinxsearch/Makefile Fri Mar 3 22:39:02 2017 (r435371) +++ head/textproc/sphinxsearch/Makefile Fri Mar 3 23:39:54 2017 (r435372) @@ -7,6 +7,7 @@ PORTNAME= sphinxsearch PORTVERSION= 2.2.11 +PORTREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ \ http://snowball.tartarus.org/dist/:libstemmer @@ -25,7 +26,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 OPTIONS_DEFINE= ICONV ID64 LIBSTEMMER MYSQL OPTIMIZED_CFLAGS PGSQL \ RE2 SYSLOG UNIXODBC DOCS EXAMPLES -OPTIONS_DEFAULT=ICONV MYSQL SYSLOG +OPTIONS_DEFAULT=ICONV ID64 MYSQL SYSLOG ICONV_CONFIGURE_WITH= iconv ICONV_USES= iconv From owner-svn-ports-all@freebsd.org Fri Mar 3 23:44:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E092ECF7C00; Fri, 3 Mar 2017 23: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 A2AEA1259; Fri, 3 Mar 2017 23: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 v23NiQ0Q045209; Fri, 3 Mar 2017 23:44:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23NiQDx045208; Fri, 3 Mar 2017 23:44:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703032344.v23NiQDx045208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Mar 2017 23:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435373 - 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, 03 Mar 2017 23:44:28 -0000 Author: jbeich Date: Fri Mar 3 23:44:26 2017 New Revision: 435373 URL: https://svnweb.freebsd.org/changeset/ports/435373 Log: gecko: drop unused OAuth keys https://hg.mozilla.org/mozilla-central/rev/6a49d0290fab https://hg.mozilla.org/mozilla-central/rev/aa14d58c7141 Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri Mar 3 23:39:54 2017 (r435372) +++ head/Mk/bsd.gecko.mk Fri Mar 3 23:44:26 2017 (r435373) @@ -274,9 +274,7 @@ MOZ_OPTIONS+= --with-system-zlib \ # 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. -MOZ_EXPORT+= MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 \ - MOZ_GOOGLE_OAUTH_API_CLIENTID=996322985003.apps.googleusercontent.com \ - MOZ_GOOGLE_OAUTH_API_KEY=IR1za9-1VK0zZ0f_O8MVFicn +MOZ_EXPORT+= MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 .if ${PORT_OPTIONS:MGTK3} MOZ_TOOLKIT= cairo-gtk3 From owner-svn-ports-all@freebsd.org Fri Mar 3 23:44:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AE19CF7C2F; Fri, 3 Mar 2017 23:44: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 D109112F1; Fri, 3 Mar 2017 23:44: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 v23NibmZ045333; Fri, 3 Mar 2017 23:44:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23NibdG045331; Fri, 3 Mar 2017 23:44:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703032344.v23NibdG045331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Mar 2017 23:44:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435374 - 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: Fri, 03 Mar 2017 23:44:39 -0000 Author: jbeich Date: Fri Mar 3 23:44:37 2017 New Revision: 435374 URL: https://svnweb.freebsd.org/changeset/ports/435374 Log: www/firefox: attempt to unbreak wifi geo and safebrowsing since 51.0 MFH: 2017Q1 (requires r434999 to avoid patch conflict) Added: head/www/firefox/files/patch-env-api-keys (contents, props changed) Modified: head/www/firefox/Makefile (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Mar 3 23:44:26 2017 (r435373) +++ head/www/firefox/Makefile Fri Mar 3 23:44:37 2017 (r435374) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 52.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Added: head/www/firefox/files/patch-env-api-keys ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-env-api-keys Fri Mar 3 23:44:37 2017 (r435374) @@ -0,0 +1,21 @@ +# Accept API keys from environment like before bug 1294585 + +--- build/moz.configure/keyfiles.configure ++++ build/moz.configure/keyfiles.configure +@@ -18,6 +18,7 @@ def keyfile(desc, help=None, callback=lambda x: x): + @checking('for the %s key' % desc, lambda x: x and x is not no_key) + @imports(_from='__builtin__', _import='open') + @imports(_from='__builtin__', _import='IOError') ++ @imports(_from='os', _import='environ') + def keyfile(value): + if value: + try: +@@ -28,7 +29,7 @@ def keyfile(desc, help=None, callback=lambda x: x): + raise FatalCheckError("'%s' is empty." % value[0]) + except IOError as e: + raise FatalCheckError("'%s': %s." % (value[0], e.strerror)) +- return no_key ++ return environ.get('MOZ_%s_KEY' % desc.upper().replace(' ', '_')) or no_key + + return keyfile + From owner-svn-ports-all@freebsd.org Fri Mar 3 23:58:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7E83CF501E; Fri, 3 Mar 2017 23:58:03 +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 A97CE1917; Fri, 3 Mar 2017 23:58:03 +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 v23Nw2iD049518; Fri, 3 Mar 2017 23:58:02 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v23Nw2lG049511; Fri, 3 Mar 2017 23:58:02 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703032358.v23Nw2lG049511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 3 Mar 2017 23:58:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435375 - in head: sysutils/graylog sysutils/graylog/files www/graylog-web-interface X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 03 Mar 2017 23:58:04 -0000 Author: girgen Date: Fri Mar 3 23:58:02 2017 New Revision: 435375 URL: https://svnweb.freebsd.org/changeset/ports/435375 Log: Update graylog to latest version, 2.2.1 PR: 216593 Added: head/sysutils/graylog/files/pkg-message.in (contents, props changed) head/sysutils/graylog/files/server.conf.sample.in - copied, changed from r435374, head/sysutils/graylog/files/graylog.conf.example Deleted: head/sysutils/graylog/files/graylog.conf.example head/www/graylog-web-interface/ Modified: head/sysutils/graylog/Makefile head/sysutils/graylog/distinfo head/sysutils/graylog/files/graylog.in head/sysutils/graylog/pkg-plist Modified: head/sysutils/graylog/Makefile ============================================================================== --- head/sysutils/graylog/Makefile Fri Mar 3 23:44:37 2017 (r435374) +++ head/sysutils/graylog/Makefile Fri Mar 3 23:58:02 2017 (r435375) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= graylog -PORTVERSION= 1.3.3 +PORTVERSION= 2.2.1 CATEGORIES= sysutils java -MASTER_SITES= https://packages.graylog2.org/releases/graylog2-server/ \ - http://packages.graylog2.org/releases/graylog2-server/ +MASTER_SITES= https://packages.graylog2.org/releases/graylog/ \ + http://packages.graylog2.org/releases/graylog/ MAINTAINER= thomas@bartelmess.io COMMENT= Tool for centralized log collection @@ -16,29 +16,33 @@ USES= tar:tgz USE_JAVA= yes JAVA_VERSION= 1.7+ JAVA_EXTRACT= yes +NO_ARCH= yes JAVA_RUN= yes NO_BUILD= yes -GRAYLOG_DIR= ${PREFIX}/${PORTNAME} - USE_RC_SUBR= graylog +SUB_FILES= server.conf.sample pkg-message GRAYLOGUSER?= graylog GRAYLOGGROUP?= ${GRAYLOGUSER} USERS= ${GRAYLOGUSER} GROUPS= ${GRAYLOGGROUP} +GRAYLOG_DATA_DIR= /var/db/graylog SUB_LIST= GRAYLOGUSER=${GRAYLOGUSER} \ GRAYLOGGROUP=${GRAYLOGGROUP} \ - JAVA_HOME=${JAVA_HOME} \ - GRAYLOG_DIR=${GRAYLOG_DIR} \ - ETCDIR=${ETCDIR} + GRAYLOG_DATA_DIR=${GRAYLOG_DATA_DIR} + +PLIST_SUB= GRAYLOG_DATA_DIR=${GRAYLOG_DATA_DIR} \ + GRAYLOGUSER=${GRAYLOGUSER} \ + GRAYLOGGROUP=${GRAYLOGGROUP} do-install: - ${MKDIR} ${STAGEDIR}${GRAYLOG_DIR} - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/graylog.jar ${STAGEDIR}${GRAYLOG_DIR} - ${INSTALL_DATA} ${WRKSRC}/graylog.conf.example ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${FILESDIR}/graylog_logging.xml ${STAGEDIR}${ETCDIR} + ${MKDIR} ${STAGEDIR}${DATADIR}/plugin + ${MKDIR} ${STAGEDIR}${ETCDIR}/server + ${MKDIR} ${STAGEDIR}${GRAYLOG_DATA_DIR} + ${INSTALL_DATA} ${WRKSRC}/graylog.jar ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/plugin && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/plugin) + ${INSTALL_DATA} ${WRKDIR}/server.conf.sample ${STAGEDIR}${ETCDIR}/server/server.conf.sample .include Modified: head/sysutils/graylog/distinfo ============================================================================== --- head/sysutils/graylog/distinfo Fri Mar 3 23:44:37 2017 (r435374) +++ head/sysutils/graylog/distinfo Fri Mar 3 23:58:02 2017 (r435375) @@ -1,2 +1,3 @@ -SHA256 (graylog-1.3.3.tgz) = 1e98509376dc22ff1602838cebb49b4732618296acc58063ba34f4a97f667ba0 -SIZE (graylog-1.3.3.tgz) = 70204863 +TIMESTAMP = 1488453914 +SHA256 (graylog-2.2.1.tgz) = c7b322477882880b51e59bdd8d858fe50c59760dffb411d0b4a92f61bd797ca6 +SIZE (graylog-2.2.1.tgz) = 99202584 Modified: head/sysutils/graylog/files/graylog.in ============================================================================== --- head/sysutils/graylog/files/graylog.in Fri Mar 3 23:44:37 2017 (r435374) +++ head/sysutils/graylog/files/graylog.in Fri Mar 3 23:58:02 2017 (r435375) @@ -19,7 +19,7 @@ # Name of the graylog group # # graylog_config (string) -# Default value %%ETCDIR%%/graylog.conf +# Default value %%ETCDIR%%/server/server.conf # Path to the graylog configuration file # # graylog_min_mem (string): @@ -31,20 +31,20 @@ # Maximum JVM heap size # # graylog_dir (string): -# Default value: %%GRAYLOG_DIR%% -# Path the the graylog installation. +# Default value: %%DATADIR%% +# Path to the graylog installation. +# +# graylog_data_dir (string): +# Default vaule: %%GRAYLOG_DATA_DIR%% +# Storage location for the graylog journal # # graylog_run_dir (string): # Default value: /var/graylog -# Path the the graylog run folder. +# Path to the graylog run folder. # -# graylog_java_home (string): -# Default value: %%JAVA_HOME%% -# Root directory of the desired Java SDK. -# -# graylog_log4j_config (string): -# Default value: file://%%ETCDIR%%/graylog_logging.xml -# Path to the log4j configuration file for graylog +# graylog_log_file (string): +# Default value: /var/log/graylog-server.log +# Path to the Graylog Server logfile . /etc/rc.subr @@ -55,13 +55,13 @@ load_rc_config $name : ${graylog_enable:="NO"} : ${graylog_user:="%%GRAYLOGUSER%%"} : ${graylog_group:="%%GRAYLOGGROUP%%"} -: ${graylog_config:="%%ETCDIR%%/${name}.conf"} +: ${graylog_config:="%%ETCDIR%%/server/server.conf"} : ${graylog_min_mem:="256m"} : ${graylog_max_mem:="1g"} -: ${graylog_dir:="%%GRAYLOG_DIR%%"} -: ${graylog_run_dir:="/var/graylog"} -: ${graylog_java_home:="%%JAVA_HOME%%"} -: ${graylog_log4j_config="file://%%ETCDIR%%/graylog_logging.xml"} +: ${graylog_dir:="%%DATADIR%%"} +: ${graylog_data_dir:="%%GRAYLOG_DATA_DIR%%"} +: ${graylog_run_dir:="/var/run/graylog"} +: ${graylog_log_file:="/var/log/graylog-server.log"} java_options=" -Xms${graylog_min_mem} \ @@ -72,25 +72,33 @@ java_options=" -Xms${graylog_min_mem} \ -XX:+CMSConcurrentMTEnabled \ -XX:+CMSClassUnloadingEnabled \ -XX:+UseParNewGC \ - -XX:-OmitStackTraceInFastThrow\ - -Djava.library.path=${graylog_dir}/lib/sigar \ - -Dlog4j.configuration=${graylog_log4j_config}" + -XX:-OmitStackTraceInFastThrow" start_precmd="graylog_precmd" -pidfile=/var/run/${name}.pid -command=/usr/sbin/daemon -procname=`env JAVAVM_DRYRUN=true JAVA_VERSION=1.7+ %%LOCALBASE%%/bin/java | grep JAVAVM_PROG | cut -f 2 -d =` +pidfile="${graylog_run_dir}/${name}.pid" +command=/usr/bin/nohup -command_args="-p $pidfile -f /usr/local/bin/java ${java_options} -jar ${graylog_dir}/graylog.jar server --configfile ${graylog_config} --no-pid-file" +command_args="%%LOCALBASE%%/bin/java -jar ${graylog_dir}/graylog.jar server \ + --configfile \"${graylog_config}\" \ + --pidfile \"${pidfile}\" \ + >> \"${graylog_log_file}\" \ + 2>> \"${graylog_log_file}\" &" graylog_precmd() { - /usr/bin/install -d -o ${graylog_group} -g ${graylog_group} -m 755 /var/log/graylog - /usr/bin/install -d -o ${graylog_group} -g ${graylog_group} -m 755 /var/log/graylog/server - /usr/bin/install -d -o ${graylog_group} -g ${graylog_group} -m 755 ${graylog_run_dir} - touch $pidfile - chown ${graylog_user}:${graylog_group} ${pidfile} - cd ${graylog_run_dir} + if [ ! -f "${graylog_config}" ]; then + echo "Configuration file ${graylog_config} not found" + exit 1 + fi + + if [ ! -f "${graylog_log_file}" ]; then + touch "${graylog_log_file}" + chown "${graylog_user}:${graylog_group}" "${graylog_log_file}" + chmod 640 "${graylog_log_file}" + fi + + install -d -o ${graylog_user} -g ${graylog_group} -m 750 "${graylog_data_dir}" + install -d -o ${graylog_user} -g ${graylog_group} -m 750 "${graylog_run_dir}" } run_rc_command "$1" Added: head/sysutils/graylog/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/graylog/files/pkg-message.in Fri Mar 3 23:58:02 2017 (r435375) @@ -0,0 +1,10 @@ +====================================================================== + +Please see %%ETCDIR%% for sample versions of +server.conf + +For GeoIP support you need to install the net/GeoIP port and +configure the path to the GeoIP databases in the Graylog Web Interface + +When running graylog in a jail, you need to set enforce_statfs for the jail. +====================================================================== Copied and modified: head/sysutils/graylog/files/server.conf.sample.in (from r435374, head/sysutils/graylog/files/graylog.conf.example) ============================================================================== --- head/sysutils/graylog/files/graylog.conf.example Fri Mar 3 23:44:37 2017 (r435374, copy source) +++ head/sysutils/graylog/files/server.conf.sample.in Fri Mar 3 23:58:02 2017 (r435375) @@ -30,7 +30,7 @@ root_password_sha2 = #root_timezone = UTC # Set plugin directory here (relative or absolute) -plugin_dir = plugin +plugin_dir = %%DATADIR%%/plugin # REST API listen URI. Must be reachable by other graylog2-server nodes if you run a cluster. rest_listen_uri = http://127.0.0.1:12900/ @@ -247,7 +247,7 @@ message_journal_enabled = true # The directory which will be used to store the message journal. The directory must me exclusively used by Graylog and # must not contain any other files than the ones created by Graylog itself. -message_journal_dir = data/journal +message_journal_dir = %%GRAYLOG_DATA_DIR%%/journal # Journal hold messages before they could be written to Elasticsearch. # For a maximum of 12 hours or 5 GB whichever happens first. @@ -372,5 +372,5 @@ mongodb_threads_allowed_to_block_multipl #enable_metrics_collection = false # Disable the use of SIGAR for collecting system stats -#disable_sigar = false +disable_sigar = true Modified: head/sysutils/graylog/pkg-plist ============================================================================== --- head/sysutils/graylog/pkg-plist Fri Mar 3 23:44:37 2017 (r435374) +++ head/sysutils/graylog/pkg-plist Fri Mar 3 23:58:02 2017 (r435375) @@ -1,3 +1,9 @@ -%%ETCDIR%%/graylog.conf.example -%%ETCDIR%%/graylog_logging.xml -graylog/graylog.jar +@sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/server/server.conf.sample +%%DATADIR%%/graylog.jar +%%DATADIR%%/plugin/graylog-plugin-anonymous-usage-statistics-2.2.1.jar +%%DATADIR%%/plugin/graylog-plugin-beats-2.2.1.jar +%%DATADIR%%/plugin/graylog-plugin-collector-2.2.1.jar +%%DATADIR%%/plugin/graylog-plugin-enterprise-integration-2.2.1.jar +%%DATADIR%%/plugin/graylog-plugin-map-widget-2.2.1.jar +%%DATADIR%%/plugin/graylog-plugin-pipeline-processor-2.2.1.jar +@dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%GRAYLOG_DATA_DIR%% From owner-svn-ports-all@freebsd.org Sat Mar 4 00:03:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC12CF5373; Sat, 4 Mar 2017 00:03:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB031D97; Sat, 4 Mar 2017 00:03:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v240311G053569; Sat, 4 Mar 2017 00:03:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v240316r053566; Sat, 4 Mar 2017 00:03:01 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703040003.v240316r053566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 4 Mar 2017 00:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435376 - in head/editors/jove: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 00:03:02 -0000 Author: tobik Date: Sat Mar 4 00:03:01 2017 New Revision: 435376 URL: https://svnweb.freebsd.org/changeset/ports/435376 Log: JOVE defines a getline function that collides with getline(3). r419275 tried to fix it by renaming it to get_line, but a few renames were missed leading to crashes when trying to run JOVE. Finish the previous work and also add LICENSE while here. PR: 217516 Submitted by: crahman@gmail.com (based on) Reviewed by: crahman@gmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9881 Deleted: head/editors/jove/files/patch-io.h head/editors/jove/files/patch-recover.c Modified: head/editors/jove/Makefile head/editors/jove/files/patch-io.c head/editors/jove/pkg-descr Modified: head/editors/jove/Makefile ============================================================================== --- head/editors/jove/Makefile Fri Mar 3 23:58:02 2017 (r435375) +++ head/editors/jove/Makefile Sat Mar 4 00:03:01 2017 (r435376) @@ -3,7 +3,7 @@ PORTNAME= jove PORTVERSION= 4.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/ \ LOCAL/simon @@ -11,8 +11,17 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/p MAINTAINER= ports@FreeBSD.org COMMENT= Jonathan's Own Version of Emacs +LICENSE= JOVE +LICENSE_NAME= JOVE License +LICENSE_FILE= ${WRKSRC}/README +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= ncurses MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" WRKSRC= ${WRKDIR}/${PORTNAME} +post-patch: +# Fix collisions with getline(3) + @${REINPLACE_CMD} 's|[[:<:]]getline[[:>:]]|get_line|g' ${WRKSRC}/*.c ${WRKSRC}/*.h + .include Modified: head/editors/jove/files/patch-io.c ============================================================================== --- head/editors/jove/files/patch-io.c Fri Mar 3 23:58:02 2017 (r435375) +++ head/editors/jove/files/patch-io.c Sat Mar 4 00:03:01 2017 (r435376) @@ -17,15 +17,3 @@ #else /* MSFILESYSTEM */ tmpfd = open(tfname, O_CREAT|O_EXCL|O_BINARY|O_RDWR, S_IWRITE|S_IREAD); #endif /* MSFILESYSTEM */ -@@ -1240,9 +1246,9 @@ int Jr_Len; /* length of Just Read Line - - void - #ifdef USE_PROTOTYPES --getline proto((daddr addr, register char *buf)) -+get_line proto((daddr addr, register char *buf)) - #else --getline(addr, buf) -+get_line(addr, buf) - daddr addr; - register char *buf; - #endif Modified: head/editors/jove/pkg-descr ============================================================================== --- head/editors/jove/pkg-descr Fri Mar 3 23:58:02 2017 (r435375) +++ head/editors/jove/pkg-descr Sat Mar 4 00:03:01 2017 (r435376) @@ -1,10 +1,3 @@ -########################################################################### -# This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne. JOVE # -# is provided to you without charge, and with no warranty. You may give # -# away copies of JOVE, including sources, provided that this notice is # -# included in all the files. # -########################################################################### - Jove is a simple text editor in the spirit of GNU emacs, but somewhat smaller and faster to start up. From owner-svn-ports-all@freebsd.org Sat Mar 4 00:08:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BAA9CF53E2; Sat, 4 Mar 2017 00:08:55 +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 C13C31EC7; Sat, 4 Mar 2017 00:08:54 +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 v2408rZ1053874; Sat, 4 Mar 2017 00:08:53 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2408rJG053872; Sat, 4 Mar 2017 00:08:53 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201703040008.v2408rJG053872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 4 Mar 2017 00:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435377 - head/security/krb5-114 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 00:08:55 -0000 Author: cy Date: Sat Mar 4 00:08:53 2017 New Revision: 435377 URL: https://svnweb.freebsd.org/changeset/ports/435377 Log: Update 1.14.4 --> 1.14.5 Modified: head/security/krb5-114/Makefile head/security/krb5-114/distinfo Modified: head/security/krb5-114/Makefile ============================================================================== --- head/security/krb5-114/Makefile Sat Mar 4 00:03:01 2017 (r435376) +++ head/security/krb5-114/Makefile Sat Mar 4 00:08:53 2017 (r435377) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.14.4 -PORTREVISION= 1 +PORTVERSION= 1.14.5 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) Modified: head/security/krb5-114/distinfo ============================================================================== --- head/security/krb5-114/distinfo Sat Mar 4 00:03:01 2017 (r435376) +++ head/security/krb5-114/distinfo Sat Mar 4 00:08:53 2017 (r435377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473847039 -SHA256 (krb5-1.14.4.tar.gz) = 03a61a4280c9161771fb39019085dbe6a57aa602080515ff93b43cd6137e0b95 -SIZE (krb5-1.14.4.tar.gz) = 12283989 +TIMESTAMP = 1488585722 +SHA256 (krb5-1.14.5.tar.gz) = 262485c15af1208b69b55bef39cd246a892b5f41adf1956055ba52884a4dc7bf +SIZE (krb5-1.14.5.tar.gz) = 12322802 From owner-svn-ports-all@freebsd.org Sat Mar 4 00:09:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBC3FCF541F; Sat, 4 Mar 2017 00:09:43 +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 AB8C71FB0; Sat, 4 Mar 2017 00:09:43 +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 v2409gTC054010; Sat, 4 Mar 2017 00:09:42 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2409g0D054008; Sat, 4 Mar 2017 00:09:42 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201703040009.v2409g0D054008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 4 Mar 2017 00:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435378 - head/security/krb5-115 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 00:09:44 -0000 Author: cy Date: Sat Mar 4 00:09:42 2017 New Revision: 435378 URL: https://svnweb.freebsd.org/changeset/ports/435378 Log: Update 1.15 --> 1.15.1 Modified: head/security/krb5-115/Makefile head/security/krb5-115/distinfo Modified: head/security/krb5-115/Makefile ============================================================================== --- head/security/krb5-115/Makefile Sat Mar 4 00:08:53 2017 (r435377) +++ head/security/krb5-115/Makefile Sat Mar 4 00:09:42 2017 (r435378) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.15 -PORTREVISION= 2 +PORTVERSION= 1.15.1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) Modified: head/security/krb5-115/distinfo ============================================================================== --- head/security/krb5-115/distinfo Sat Mar 4 00:08:53 2017 (r435377) +++ head/security/krb5-115/distinfo Sat Mar 4 00:09:42 2017 (r435378) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480725624 -SHA256 (krb5-1.15.tar.gz) = fd34752774c808ab4f6f864f935c49945f5a56b62240b1ad4ab1af7b4ded127c -SIZE (krb5-1.15.tar.gz) = 9327157 +TIMESTAMP = 1488585680 +SHA256 (krb5-1.15.1.tar.gz) = 437c8831ddd5fde2a993fef425dedb48468109bb3d3261ef838295045a89eb45 +SIZE (krb5-1.15.1.tar.gz) = 9375538 From owner-svn-ports-all@freebsd.org Sat Mar 4 00:14:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52C5ACF563F; Sat, 4 Mar 2017 00:14:39 +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 1FEA6134F; Sat, 4 Mar 2017 00:14:39 +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 v240Ec7t058066; Sat, 4 Mar 2017 00:14:38 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v240EcYs058065; Sat, 4 Mar 2017 00:14:38 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201703040014.v240EcYs058065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 4 Mar 2017 00:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435379 - head/security/krb5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 00:14:39 -0000 Author: cy Date: Sat Mar 4 00:14:37 2017 New Revision: 435379 URL: https://svnweb.freebsd.org/changeset/ports/435379 Log: Now that krb5 1.15.1 is GA, make krb5-115 default. Modified: head/security/krb5/Makefile Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Sat Mar 4 00:09:42 2017 (r435378) +++ head/security/krb5/Makefile Sat Mar 4 00:14:37 2017 (r435379) @@ -1,7 +1,7 @@ # $FreeBSD$ VERSIONS= 113 114 115 -KRB5_VERSION?= 114 +KRB5_VERSION?= 115 MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION} From owner-svn-ports-all@freebsd.org Sat Mar 4 00:22:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36561CF587B; Sat, 4 Mar 2017 00:22:09 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8289166F; Sat, 4 Mar 2017 00:22:08 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v240M7GA061947; Sat, 4 Mar 2017 00:22:07 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v240M7s5061945; Sat, 4 Mar 2017 00:22:07 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703040022.v240M7s5061945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Sat, 4 Mar 2017 00:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435380 - head/devel/py-fsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 00:22:09 -0000 Author: skreuzer Date: Sat Mar 4 00:22:07 2017 New Revision: 435380 URL: https://svnweb.freebsd.org/changeset/ports/435380 Log: Update MASTER_SITES and make use of autoplist Deleted: head/devel/py-fsm/pkg-plist Modified: head/devel/py-fsm/Makefile head/devel/py-fsm/distinfo head/devel/py-fsm/pkg-descr Modified: head/devel/py-fsm/Makefile ============================================================================== --- head/devel/py-fsm/Makefile Sat Mar 4 00:14:37 2017 (r435379) +++ head/devel/py-fsm/Makefile Sat Mar 4 00:22:07 2017 (r435380) @@ -4,24 +4,20 @@ PORTNAME= fsm PORTVERSION= 0.01 PORTREVISION= 2 CATEGORIES= devel python -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= python-${PORTNAME} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Pure Python Implementation of a Finite State Machine LICENSE= BSD3CLAUSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +USE_GITHUB= yes +GH_ACCOUNT= oozie +GH_PROJECT= python-fsm +GH_TAGNAME= bf888123 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.0:graphics/py-pygraphviz USES= python -USE_PYTHON= distutils -PYDISTUTILS_EGGINFO= python_${PORTNAME}-${PORTVERSION:C/\.0/./}-py${PYTHON_VER}.egg-info +USE_PYTHON= distutils autoplist .include Modified: head/devel/py-fsm/distinfo ============================================================================== --- head/devel/py-fsm/distinfo Sat Mar 4 00:14:37 2017 (r435379) +++ head/devel/py-fsm/distinfo Sat Mar 4 00:22:07 2017 (r435380) @@ -1,2 +1,3 @@ -SHA256 (python-fsm-0.01.tar.gz) = 0cd9303d50d5b449a46069b73c5c7f67399af4579652dbdfdec5aeac5d9e5689 -SIZE (python-fsm-0.01.tar.gz) = 4038 +TIMESTAMP = 1488570088 +SHA256 (oozie-python-fsm-0.01-bf888123_GH0.tar.gz) = 3849bc0fc519c37dcda3bc105eee7580626452b2887e11660c40e474aa15e09c +SIZE (oozie-python-fsm-0.01-bf888123_GH0.tar.gz) = 5105 Modified: head/devel/py-fsm/pkg-descr ============================================================================== --- head/devel/py-fsm/pkg-descr Sat Mar 4 00:14:37 2017 (r435379) +++ head/devel/py-fsm/pkg-descr Sat Mar 4 00:22:07 2017 (r435380) @@ -1,3 +1,3 @@ -Python module for building and describing deterministic finite-state automata. +Python Finite State Machine implementation with a pygraphviz hook. -WWW: http://code.google.com/p/python-fsm/ +WWW: https://github.com/oozie/python-fsm From owner-svn-ports-all@freebsd.org Sat Mar 4 02:47:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EFD3CF8868; Sat, 4 Mar 2017 02:47:34 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EB891035; Sat, 4 Mar 2017 02:47:34 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v242lXCI017794; Sat, 4 Mar 2017 02:47:33 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v242lXIh017790; Sat, 4 Mar 2017 02:47:33 GMT (envelope-from db@FreeBSD.org) Message-Id: <201703040247.v242lXIh017790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sat, 4 Mar 2017 02:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435381 - in head/comms/chirp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 02:47:34 -0000 Author: db Date: Sat Mar 4 02:47:32 2017 New Revision: 435381 URL: https://svnweb.freebsd.org/changeset/ports/435381 Log: py-serial got updated in r424787 to a 3.* version, which chirp 0.4.1 is not compatible with because of a couple function => property changes. Given that upstream hasn't made a non-daily release since 0.4.1 we are forced to track daily builds for now. PR: ports/217499 Submitted by: bsdports@kyle-evans.net Deleted: head/comms/chirp/files/patch-chirpui_mainapp.py head/comms/chirp/pkg-plist Modified: head/comms/chirp/Makefile head/comms/chirp/distinfo head/comms/chirp/files/patch-chirp_platform.py head/comms/chirp/files/patch-setup.py (contents, props changed) Modified: head/comms/chirp/Makefile ============================================================================== --- head/comms/chirp/Makefile Sat Mar 4 00:22:07 2017 (r435380) +++ head/comms/chirp/Makefile Sat Mar 4 02:47:32 2017 (r435381) @@ -1,34 +1,25 @@ # $FreeBSD$ PORTNAME= chirp -PORTVERSION= 0.4.1 -PORTREVISION= 3 +PORTVERSION= 0.4.1.2017.02.22 CATEGORIES= comms hamradio -MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \ +MASTER_SITES= http://trac.chirp.danplanet.com/chirp_daily/daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g}/ \ LOCAL/db +DISTNAME= ${PORTNAME}-daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g} MAINTAINER= hamradio@FreeBSD.org COMMENT= Free, open-source tool for programming your amateur radio LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${CHIRP_DEPENDS} RUN_DEPENDS= ${CHIRP_DEPENDS} CHIRP_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2 \ - ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial + ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial \ + ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2 USES= desktop-file-utils gettext python -USE_PYTHON= distutils - -OPTIONS_DEFINE= DOCS - -pre-configure: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/chirpui/mainapp.py - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${RMDIR} ${STAGEDIR}${PREFIX}/share/chirp/images - ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} +USE_PYTHON= distutils autoplist .include Modified: head/comms/chirp/distinfo ============================================================================== --- head/comms/chirp/distinfo Sat Mar 4 00:22:07 2017 (r435380) +++ head/comms/chirp/distinfo Sat Mar 4 02:47:32 2017 (r435381) @@ -1,2 +1,3 @@ -SHA256 (chirp-0.4.1.tar.gz) = 8c9d652dc89dbab9e2a1a75c07aa7179ce403de078a4d02814365f89e183319e -SIZE (chirp-0.4.1.tar.gz) = 416851 +TIMESTAMP = 1488505504 +SHA256 (chirp-daily-20170222.tar.gz) = 5a889e79d5a3a1961f6d5a166d930f642e34b6aab8e80e0cf987dc06c64300f3 +SIZE (chirp-daily-20170222.tar.gz) = 668028 Modified: head/comms/chirp/files/patch-chirp_platform.py ============================================================================== --- head/comms/chirp/files/patch-chirp_platform.py Sat Mar 4 00:22:07 2017 (r435380) +++ head/comms/chirp/files/patch-chirp_platform.py Sat Mar 4 02:47:32 2017 (r435381) @@ -1,10 +1,10 @@ ---- chirp/platform.py.orig 2013-04-09 03:01:35.000000000 -0400 -+++ chirp/platform.py 2014-10-14 17:06:48.000000000 -0400 -@@ -284,6 +284,7 @@ +--- chirp/platform.py.orig 2017-02-07 08:01:12 UTC ++++ chirp/platform.py +@@ -317,6 +317,7 @@ class UnixPlatform(Platform): def list_serial_ports(self): ports = ["/dev/ttyS*", + "/dev/tty*", "/dev/ttyUSB*", "/dev/ttyAMA*", - "/dev/cu.*", + "/dev/ttyACM*", Modified: head/comms/chirp/files/patch-setup.py ============================================================================== --- head/comms/chirp/files/patch-setup.py Sat Mar 4 00:22:07 2017 (r435380) +++ head/comms/chirp/files/patch-setup.py Sat Mar 4 02:47:32 2017 (r435381) @@ -1,8 +1,20 @@ ---- setup.py.orig 2012-03-24 02:01:12.000000000 -0500 -+++ setup.py 2012-09-21 16:49:59.000000000 -0500 -@@ -110,9 +110,9 @@ +--- setup.py.orig 2015-03-05 08:00:18 UTC ++++ setup.py +@@ -109,7 +109,7 @@ def default_build(): + + desktop_files = glob("share/*.desktop") + # form_files = glob("forms/*.x?l") +- image_files = glob("images/*") ++# image_files = glob("images/*") + _locale_files = glob("locale/*/LC_MESSAGES/CHIRP.mo") + stock_configs = glob("stock_configs/*") + +@@ -127,11 +127,11 @@ def default_build(): + version=CHIRP_VERSION, + scripts=["chirpw"], data_files=[('share/applications', desktop_files), - ('share/chirp/images', image_files), +- ('share/chirp/images', image_files), ++# ('share/chirp/images', image_files), ('share/chirp', xsd_files), - ('share/doc/chirp', ['COPYING']), +# ('share/doc/chirp', ['COPYING']), From owner-svn-ports-all@freebsd.org Sat Mar 4 04:16:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CB1FCF81BB; Sat, 4 Mar 2017 04:16:17 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E90912BA; Sat, 4 Mar 2017 04:16:17 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v244GG6X055115; Sat, 4 Mar 2017 04:16:16 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v244GGlg055113; Sat, 4 Mar 2017 04:16:16 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201703040416.v244GGlg055113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Sat, 4 Mar 2017 04:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435382 - head/math/ocaml-ocamlgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 04:16:17 -0000 Author: mmokhi Date: Sat Mar 4 04:16:16 2017 New Revision: 435382 URL: https://svnweb.freebsd.org/changeset/ports/435382 Log: math/ocaml-ocamlgraph: Fix finding via ocaml's ld.conf Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9790 Modified: head/math/ocaml-ocamlgraph/Makefile head/math/ocaml-ocamlgraph/pkg-plist Modified: head/math/ocaml-ocamlgraph/Makefile ============================================================================== --- head/math/ocaml-ocamlgraph/Makefile Sat Mar 4 02:47:32 2017 (r435381) +++ head/math/ocaml-ocamlgraph/Makefile Sat Mar 4 04:16:16 2017 (r435382) @@ -3,6 +3,7 @@ PORTNAME= ocamlgraph PORTVERSION= 1.8.7 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ocamlgraph.lri.fr/download/ \ ftp://ftp.stack.nl/pub/users/johans/ocamlgraph/ @@ -24,9 +25,10 @@ USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes USE_OCAMLFIND_PLIST= yes +OCAML_LDLIBS= ${OCAML_LIBDIR}/${PORTNAME} GNU_CONFIGURE= yes -PLIST_SUB+= OCAMLGRAPHDIR="${OCAML_LIBDIR}/${PORTNAME}" +PLIST_SUB+= OCAMLGRAPHDIR="${OCAML_LDLIBS}" ALL_TARGET= all INSTALL_TARGET= install @@ -51,6 +53,7 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/META ${STAGEDIR}${PREFIX}/${OCAML_LDLIBS} .endif .include Modified: head/math/ocaml-ocamlgraph/pkg-plist ============================================================================== --- head/math/ocaml-ocamlgraph/pkg-plist Sat Mar 4 02:47:32 2017 (r435381) +++ head/math/ocaml-ocamlgraph/pkg-plist Sat Mar 4 04:16:16 2017 (r435382) @@ -4,6 +4,7 @@ %%GUI%%bin/graph-editor.byte %%GUI%%bin/graph-editor.opt %%GUI%%bin/graph-editor +%%OCAMLGRAPHDIR%%/META %%OCAMLGRAPHDIR%%/builder.mli %%OCAMLGRAPHDIR%%/classic.mli %%OCAMLGRAPHDIR%%/clique.mli From owner-svn-ports-all@freebsd.org Sat Mar 4 04:19:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C12CCF8301; Sat, 4 Mar 2017 04:19:05 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 506A914CE; Sat, 4 Mar 2017 04:19:05 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v244J4FW055369; Sat, 4 Mar 2017 04:19:04 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v244J4vv055364; Sat, 4 Mar 2017 04:19:04 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201703040419.v244J4vv055364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Sat, 4 Mar 2017 04:19:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435383 - in head/devel/frama-c: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 04:19:05 -0000 Author: mmokhi Date: Sat Mar 4 04:19:03 2017 New Revision: 435383 URL: https://svnweb.freebsd.org/changeset/ports/435383 Log: devel/frama-c: Update to the last release (Silicon-20161101). Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9790 Added: head/devel/frama-c/files/ head/devel/frama-c/files/patch-Makefile (contents, props changed) head/devel/frama-c/files/patch-src_plugins_wp_Makefile.in (contents, props changed) Modified: head/devel/frama-c/Makefile head/devel/frama-c/distinfo head/devel/frama-c/pkg-plist Modified: head/devel/frama-c/Makefile ============================================================================== --- head/devel/frama-c/Makefile Sat Mar 4 04:16:16 2017 (r435382) +++ head/devel/frama-c/Makefile Sat Mar 4 04:19:03 2017 (r435383) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= frama-c -DISTVERSIONPREFIX= Sodium- -DISTVERSION= 20150201 -PORTREVISION= 3 -CATEGORIES= devel +DISTVERSIONPREFIX= Silicon- +DISTVERSION= 20161101 +CATEGORIES= devel lang MASTER_SITES= http://frama-c.com/download/ DIST_SUBDIR= framac-01 @@ -14,33 +13,50 @@ COMMENT= Extensible platform for source- LICENSE= LGPL21 -EXTRACT_DEPENDS= gtar:archivers/gtar -BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:math/ocaml-ocamlgraph -RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:math/ocaml-ocamlgraph +BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:math/ocaml-ocamlgraph \ + ${LOCALBASE}/lib/ocaml/site-lib/zarith/zarith.a:math/ocaml-zarith +RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:math/ocaml-ocamlgraph \ + ${LOCALBASE}/lib/ocaml/site-lib/zarith/zarith.a:math/ocaml-zarith +LIB_DEPENDS= libgmp.so:math/gmp \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig -USES= gmake +USES= gettext-runtime gmake gnome localbase pathfix pkgconfig USE_OCAML= yes +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtksourceview2 \ + libartlgpl2 libgnomecanvas pango + GNU_CONFIGURE= yes -EXTRACT_CMD= gtar -EXTRACT_BEFORE_ARGS= -xf CONFIGURE_ARGS+=--with-cpp="${FRAMAC_DEFAULT_CPP}" -MAKE_ENV+= FRAMAC_LIBDIR="${PREFIX}/lib/frama-c" +MAKE_ENV+= FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" \ + FRAMAC_DATADIR="${FRAMAC_DATADIR}" \ + STAGEDIR="${STAGEDIR}" FRAMAC_DEFAULT_CPP?= ${CPP} -C -I${DATADIR}/libc -I. +FRAMAC_LIBDIR= ${PREFIX}/lib/${PORTNAME} +FRAMAC_DATADIR= ${DATADIR} post-patch: @cd ${WRKSRC}/tests; ${MKDIR} aorai report wp wp_acsl wp_bts \ wp_engine wp_hoare wp_plugin wp_runtime wp_store wp_typed @${REINPLACE_CMD} -e 's|@make |@${MAKE_CMD} |' \ - ${WRKSRC}/src/aorai/Makefile.in + ${WRKSRC}/src/plugins/*/Makefile.in + @${REINPLACE_CMD} \ + -e 's|$$(CP)|${INSTALL_DATA}|' \ + -e 's|add_prefix|addprefix|' \ + ${WRKSRC}/share/Makefile.plugin.template @${REINPLACE_CMD} \ -e 's|$$(CP)|${INSTALL_DATA}|' \ -e 's|add_prefix|addprefix|' \ - ${WRKSRC}/share/Makefile.plugin + ${WRKSRC}/share/Makefile.common @${REINPLACE_CMD} \ -e '\|$$(CP) $$(TARGETS|s|$$(CP)|${INSTALL_DATA}|' \ -e '\|$$(CP) frama-c|s|$$(CP)|${INSTALL_SCRIPT}|' \ ${WRKSRC}/share/Makefile.dynamic + @${REINPLACE_CMD} \ + -e '\|$$(CP) $$(TARGETS|s|$$(CP)|${INSTALL_DATA}|' \ + -e '\|$$(CP) frama-c|s|$$(CP)|${INSTALL_SCRIPT}|' \ + ${WRKSRC}/share/Makefile.common @${REINPLACE_CMD} -e '\|^# Installation|,\|^# File headers|{ \ \|_LIBDIR|s|(FRAMAC_LIBDIR)|(DESTDIR)$$(FRAMAC_LIBDIR)|; \ \|_PLUGINDIR|s|(FRAMAC_PLUGINDIR)|(DESTDIR)$$(FRAMAC_PLUGINDIR)|; \ @@ -53,8 +69,8 @@ post-install: ${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/frama-c/plugins/*.cmxs - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/frama-c/plugins/gui/*.cmxs + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/plugins/gui/*.cmxs + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/plugins/top/*.cmxs check regression-test test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV:NCPP=*} \ Modified: head/devel/frama-c/distinfo ============================================================================== --- head/devel/frama-c/distinfo Sat Mar 4 04:16:16 2017 (r435382) +++ head/devel/frama-c/distinfo Sat Mar 4 04:19:03 2017 (r435383) @@ -1,2 +1,3 @@ -SHA256 (framac-01/frama-c-Sodium-20150201.tar.gz) = 5875d86b0c269d348afa4602f0ca7fe6b6856191fdb703d8eb0bc90d4c985a7d -SIZE (framac-01/frama-c-Sodium-20150201.tar.gz) = 6155507 +TIMESTAMP = 1483395653 +SHA256 (framac-01/frama-c-Silicon-20161101.tar.gz) = b03918572f9a4dbf28b6234c8ece14cbe3a7587ef17add5225bd865f7d2100e3 +SIZE (framac-01/frama-c-Silicon-20161101.tar.gz) = 6689893 Added: head/devel/frama-c/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/frama-c/files/patch-Makefile Sat Mar 4 04:19:03 2017 (r435383) @@ -0,0 +1,96 @@ +--- Makefile.orig 2017-03-03 17:51:06 UTC ++++ Makefile +@@ -1581,12 +1581,12 @@ install-lib: clean-install + + install-doc-code: + $(PRINT_INSTALL) API documentation +- $(MKDIR) $(FRAMAC_DATADIR)/doc/code ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/doc/code + (cd doc ; tar cf - --exclude='.svn' --exclude='*.toc' \ + --exclude='*.htm' --exclude='*.txt' \ + --exclude='*.ml' \ + code \ +- | (cd $(FRAMAC_DATADIR)/doc ; tar xf -)) ++ | (cd $(STAGEDIR)$(FRAMAC_DATADIR)/doc ; tar xf -)) + + .PHONY: install + install:: install-lib +@@ -1595,38 +1595,38 @@ install:: install-lib + $(MKDIR) $(MANDIR)/man1 + $(MKDIR) $(FRAMAC_PLUGINDIR)/top + $(MKDIR) $(FRAMAC_PLUGINDIR)/gui +- $(MKDIR) $(FRAMAC_DATADIR)/theme/default +- $(MKDIR) $(FRAMAC_DATADIR)/theme/colorblind +- $(MKDIR) $(FRAMAC_DATADIR)/libc/sys +- $(MKDIR) $(FRAMAC_DATADIR)/libc/netinet +- $(MKDIR) $(FRAMAC_DATADIR)/libc/linux +- $(MKDIR) $(FRAMAC_DATADIR)/libc/net +- $(MKDIR) $(FRAMAC_DATADIR)/libc/arpa ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/theme/default ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/theme/colorblind ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/libc/sys ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/libc/netinet ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/libc/linux ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/libc/net ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/libc/arpa + $(PRINT_INSTALL) shared files + $(CP) \ + $(wildcard share/*.c share/*.h) \ + share/Makefile.dynamic share/Makefile.plugin.template share/Makefile.kernel \ + share/Makefile.config share/Makefile.common share/Makefile.generic \ + share/configure.ac \ +- $(FRAMAC_DATADIR) +- $(MKDIR) $(FRAMAC_DATADIR)/emacs +- $(CP) $(wildcard share/emacs/*.el) $(FRAMAC_DATADIR)/emacs +- $(CP) share/frama-c.rc $(ICONS) $(FRAMAC_DATADIR) +- $(CP) $(FEEDBACK_ICONS_DEFAULT) $(FRAMAC_DATADIR)/theme/default +- $(CP) $(FEEDBACK_ICONS_COLORBLIND) $(FRAMAC_DATADIR)/theme/colorblind ++ $(STAGEDIR)$(FRAMAC_DATADIR) ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/emacs ++ $(CP) $(wildcard share/emacs/*.el) $(STAGEDIR)$(FRAMAC_DATADIR)/emacs ++ $(CP) share/frama-c.rc $(ICONS) $(STAGEDIR)$(FRAMAC_DATADIR) ++ $(CP) $(FEEDBACK_ICONS_DEFAULT) $(STAGEDIR)$(FRAMAC_DATADIR)/theme/default ++ $(CP) $(FEEDBACK_ICONS_COLORBLIND) $(STAGEDIR)$(FRAMAC_DATADIR)/theme/colorblind + if [ -d $(EMACS_DATADIR) ]; then \ + $(CP) $(wildcard share/emacs/*.el) $(EMACS_DATADIR); \ + fi + $(CP) share/Makefile.dynamic_config.external \ +- $(FRAMAC_DATADIR)/Makefile.dynamic_config ++ $(STAGEDIR)$(FRAMAC_DATADIR)/Makefile.dynamic_config + $(PRINT_INSTALL) C standard library + $(CP) $(wildcard share/libc/*.c share/libc/*.i share/libc/*.h) \ +- $(FRAMAC_DATADIR)/libc +- $(CP) share/libc/sys/*.[ch] $(FRAMAC_DATADIR)/libc/sys +- $(CP) share/libc/arpa/*.[ch] $(FRAMAC_DATADIR)/libc/arpa +- $(CP) share/libc/net/*.[ch] $(FRAMAC_DATADIR)/libc/net +- $(CP) share/libc/netinet/*.[ch] $(FRAMAC_DATADIR)/libc/netinet +- $(CP) share/libc/linux/*.[ch] $(FRAMAC_DATADIR)/libc/linux ++ $(STAGEDIR)$(FRAMAC_DATADIR)/libc ++ $(CP) share/libc/sys/*.[ch] $(STAGEDIR)$(FRAMAC_DATADIR)/libc/sys ++ $(CP) share/libc/arpa/*.[ch] $(STAGEDIR)$(FRAMAC_DATADIR)/libc/arpa ++ $(CP) share/libc/net/*.[ch] $(STAGEDIR)$(FRAMAC_DATADIR)/libc/net ++ $(CP) share/libc/netinet/*.[ch] $(STAGEDIR)$(FRAMAC_DATADIR)/libc/netinet ++ $(CP) share/libc/linux/*.[ch] $(STAGEDIR)$(FRAMAC_DATADIR)/libc/linux + $(PRINT_INSTALL) binaries + $(CP) bin/toplevel.$(OCAMLBEST) $(BINDIR)/frama-c$(EXE) + $(CP) bin/toplevel.byte$(EXE) $(BINDIR)/frama-c.byte$(EXE) +@@ -1647,8 +1647,8 @@ + $(PRINT_INSTALL) config files + $(CP) $(addprefix ptests/,$(PTESTS_FILES)) $(FRAMAC_LIBDIR) + $(PRINT_INSTALL) API documentation +- $(MKDIR) $(FRAMAC_DATADIR)/doc/code +- $(CP) $(wildcard $(DOC_GEN_FILES)) $(FRAMAC_DATADIR)/doc/code ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/doc/code ++ $(CP) $(wildcard $(DOC_GEN_FILES)) $(STAGEDIR)$(FRAMAC_DATADIR)/doc/code + $(PRINT_INSTALL) dynamic plug-ins + if [ -d "$(FRAMAC_PLUGIN)" -a "$(PLUGIN_DYN_EXISTS)" = "yes" ]; then \ + $(CP) $(PLUGIN_DYN_CMI_LIST) $(PLUGIN_META_LIST) \ +@@ -1672,7 +1672,7 @@ + $(PRINT_RM) installed binaries + $(RM) $(BINDIR)/frama-c* $(BINDIR)/ptests.$(PTESTSBEST)$(EXE) + $(PRINT_RM) installed shared files +- $(RM) -R $(FRAMAC_DATADIR) ++ $(RM) -R $(STAGEDIR)$(FRAMAC_DATADIR) + $(PRINT_RM) installed libraries + $(RM) -R $(FRAMAC_LIBDIR) $(FRAMAC_PLUGINDIR) + $(PRINT_RM) installed man files Added: head/devel/frama-c/files/patch-src_plugins_wp_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/frama-c/files/patch-src_plugins_wp_Makefile.in Sat Mar 4 04:19:03 2017 (r435383) @@ -0,0 +1,30 @@ +--- src/plugins/wp/Makefile.in.orig 2017-03-03 17:46:27 UTC ++++ src/plugins/wp/Makefile.in +@@ -313,7 +313,7 @@ wp-coq-install: + $(PRINT_INSTALL) "Coq Libraries" + $(INSTALL_SHARE) -f -p -s \ + -i $(Wp_DIR)/share \ +- -d $(FRAMAC_DATADIR)/wp \ ++ -d $(STAGEDIR)$(FRAMAC_DATADIR)/wp \ + $(ALL_COQ_BINARIES) + + wp-coq-uninstall: +@@ -351,14 +351,14 @@ $(Wp_DIR)/share/why3/why3.conf: + + install:: clean-install + $(PRINT_INSTALL) WP shared files +- $(MKDIR) $(FRAMAC_DATADIR)/wp ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_DATADIR)/wp + $(INSTALL_SHARE) -p \ + -i $(Wp_DIR)/share \ +- -d $(FRAMAC_DATADIR)/wp \ ++ -d $(STAGEDIR)$(FRAMAC_DATADIR)/wp \ + $(ALL_RESOURCES) -f -b $(ALL_COQ_BINARIES) + $(PRINT_INSTALL) "Qed Library" +- $(MKDIR) $(FRAMAC_LIBDIR) +- $(CP) $(wildcard $(Wp_DIR)/qed/bin/Qed.*) $(FRAMAC_LIBDIR) ++ $(MKDIR) $(STAGEDIR)$(FRAMAC_LIBDIR) ++ $(CP) $(wildcard $(Wp_DIR)/qed/bin/Qed.*) $(STAGEDIR)$(FRAMAC_LIBDIR) + + uninstall:: + $(PRINT_RM) WP shared files Modified: head/devel/frama-c/pkg-plist ============================================================================== --- head/devel/frama-c/pkg-plist Sat Mar 4 04:16:16 2017 (r435382) +++ head/devel/frama-c/pkg-plist Sat Mar 4 04:19:03 2017 (r435383) @@ -4,10 +4,14 @@ bin/frama-c-gui bin/frama-c-gui.byte bin/frama-c.byte bin/ptests.opt -lib/frama-c/Constant_Propagation.cmi -lib/frama-c/Constant_Propagation.cmo -lib/frama-c/Constant_Propagation.cmx -lib/frama-c/Constant_Propagation.o +lib/frama-c/FCBuffer.cmi +lib/frama-c/FCBuffer.cmo +lib/frama-c/FCBuffer.cmx +lib/frama-c/FCBuffer.o +lib/frama-c/FCDynlink.cmi +lib/frama-c/FCDynlink.cmo +lib/frama-c/FCDynlink.cmx +lib/frama-c/FCDynlink.o lib/frama-c/FCHashtbl.cmi lib/frama-c/FCHashtbl.cmo lib/frama-c/FCHashtbl.cmx @@ -20,66 +24,10 @@ lib/frama-c/FCSet.cmi lib/frama-c/FCSet.cmo lib/frama-c/FCSet.cmx lib/frama-c/FCSet.o -lib/frama-c/From.cmi -lib/frama-c/From.cmo -lib/frama-c/From.cmx -lib/frama-c/From.o -lib/frama-c/Impact.cmi -lib/frama-c/Impact.cmo -lib/frama-c/Impact.cmx -lib/frama-c/Impact.o -lib/frama-c/Inout.cmi -lib/frama-c/Inout.cmo -lib/frama-c/Inout.cmx -lib/frama-c/Inout.o -lib/frama-c/Metrics.cmi -lib/frama-c/Metrics.cmo -lib/frama-c/Metrics.cmx -lib/frama-c/Metrics.o -lib/frama-c/Occurrence.cmi -lib/frama-c/Occurrence.cmo -lib/frama-c/Occurrence.cmx -lib/frama-c/Occurrence.o -lib/frama-c/Pdg.cmi -lib/frama-c/Pdg.cmo -lib/frama-c/Pdg.cmx -lib/frama-c/Pdg.o -lib/frama-c/Postdominators.cmi -lib/frama-c/Postdominators.cmo -lib/frama-c/Postdominators.cmx -lib/frama-c/Postdominators.o -lib/frama-c/RteGen.cmi -lib/frama-c/RteGen.cmo -lib/frama-c/RteGen.cmx -lib/frama-c/RteGen.o -lib/frama-c/Scope.cmi -lib/frama-c/Scope.cmo -lib/frama-c/Scope.cmx -lib/frama-c/Scope.o -lib/frama-c/Semantic_callgraph.cmi -lib/frama-c/Semantic_callgraph.cmo -lib/frama-c/Semantic_callgraph.cmx -lib/frama-c/Semantic_callgraph.o -lib/frama-c/Slicing.cmi -lib/frama-c/Slicing.cmo -lib/frama-c/Slicing.cmx -lib/frama-c/Slicing.o -lib/frama-c/Sparecode.cmi -lib/frama-c/Sparecode.cmo -lib/frama-c/Sparecode.cmx -lib/frama-c/Sparecode.o -lib/frama-c/Syntactic_callgraph.cmi -lib/frama-c/Syntactic_callgraph.cmo -lib/frama-c/Syntactic_callgraph.cmx -lib/frama-c/Syntactic_callgraph.o -lib/frama-c/Users.cmi -lib/frama-c/Users.cmo -lib/frama-c/Users.cmx -lib/frama-c/Users.o -lib/frama-c/Value.cmi -lib/frama-c/Value.cmo -lib/frama-c/Value.cmx -lib/frama-c/Value.o +lib/frama-c/Qed.cmi +lib/frama-c/Qed.cmo +lib/frama-c/Qed.cmx +lib/frama-c/Qed.o lib/frama-c/abstract_interp.cmi lib/frama-c/abstract_interp.cmo lib/frama-c/abstract_interp.cmx @@ -104,6 +52,10 @@ lib/frama-c/annotations.cmi lib/frama-c/annotations.cmo lib/frama-c/annotations.cmx lib/frama-c/annotations.o +lib/frama-c/asm_contracts.cmi +lib/frama-c/asm_contracts.cmo +lib/frama-c/asm_contracts.cmx +lib/frama-c/asm_contracts.o lib/frama-c/ast.cmi lib/frama-c/ast.cmo lib/frama-c/ast.cmx @@ -140,7 +92,11 @@ lib/frama-c/boot.cmi lib/frama-c/boot.cmo lib/frama-c/boot.cmx lib/frama-c/boot.o -lib/frama-c/buckx_c.o +lib/frama-c/bottom.cmi +lib/frama-c/bottom.cmo +lib/frama-c/bottom.cmx +lib/frama-c/bottom.o +lib/frama-c/c_bindings.o lib/frama-c/cabs.cmi lib/frama-c/cabs.cmo lib/frama-c/cabs.cmx @@ -161,10 +117,6 @@ lib/frama-c/cabsvisit.cmi lib/frama-c/cabsvisit.cmo lib/frama-c/cabsvisit.cmx lib/frama-c/cabsvisit.o -lib/frama-c/callgraph.cmi -lib/frama-c/callgraph.cmo -lib/frama-c/callgraph.cmx -lib/frama-c/callgraph.o lib/frama-c/cfg.cmi lib/frama-c/cfg.cmo lib/frama-c/cfg.cmx @@ -202,10 +154,6 @@ lib/frama-c/cilconfig.cmi lib/frama-c/cilconfig.cmo lib/frama-c/cilconfig.cmx lib/frama-c/cilconfig.o -lib/frama-c/cilmsg.cmi -lib/frama-c/cilmsg.cmo -lib/frama-c/cilmsg.cmx -lib/frama-c/cilmsg.o lib/frama-c/clexer.cmi lib/frama-c/clexer.cmo lib/frama-c/clexer.cmx @@ -274,7 +222,6 @@ lib/frama-c/design.cmi lib/frama-c/design.cmo lib/frama-c/design.cmx lib/frama-c/design.o -lib/frama-c/dgraph.cmi lib/frama-c/dominators.cmi lib/frama-c/dominators.cmo lib/frama-c/dominators.cmx @@ -283,10 +230,6 @@ lib/frama-c/dynamic.cmi lib/frama-c/dynamic.cmo lib/frama-c/dynamic.cmx lib/frama-c/dynamic.o -lib/frama-c/dynlink_common_interface.cmi -lib/frama-c/dynlink_common_interface.cmo -lib/frama-c/dynlink_common_interface.cmx -lib/frama-c/dynlink_common_interface.o lib/frama-c/emitter.cmi lib/frama-c/emitter.cmo lib/frama-c/emitter.cmx @@ -315,6 +258,10 @@ lib/frama-c/file_manager.cmi lib/frama-c/file_manager.cmo lib/frama-c/file_manager.cmx lib/frama-c/file_manager.o +lib/frama-c/filecheck.cmi +lib/frama-c/filecheck.cmo +lib/frama-c/filecheck.cmx +lib/frama-c/filecheck.o lib/frama-c/filepath.cmi lib/frama-c/filepath.cmo lib/frama-c/filepath.cmx @@ -331,7 +278,6 @@ lib/frama-c/floating_point.cmi lib/frama-c/floating_point.cmo lib/frama-c/floating_point.cmx lib/frama-c/floating_point.o -lib/frama-c/frama_c_config.cmi lib/frama-c/frama_c_init.cmi lib/frama-c/frama_c_init.cmo lib/frama-c/frama_c_init.cmx @@ -344,14 +290,14 @@ lib/frama-c/function_Froms.cmi lib/frama-c/function_Froms.cmo lib/frama-c/function_Froms.cmx lib/frama-c/function_Froms.o +lib/frama-c/fval.cmi +lib/frama-c/fval.cmo +lib/frama-c/fval.cmx +lib/frama-c/fval.o lib/frama-c/globals.cmi lib/frama-c/globals.cmo lib/frama-c/globals.cmx lib/frama-c/globals.o -lib/frama-c/graph.cmi -lib/frama-c/graph.cmo -lib/frama-c/graph.cmx -lib/frama-c/graph.o lib/frama-c/gtk_form.cmi lib/frama-c/gtk_form.cmo lib/frama-c/gtk_form.cmx @@ -360,11 +306,14 @@ lib/frama-c/gtk_helper.cmi lib/frama-c/gtk_helper.cmo lib/frama-c/gtk_helper.cmx lib/frama-c/gtk_helper.o -lib/frama-c/gui_init.cmi lib/frama-c/gui_parameters.cmi lib/frama-c/gui_parameters.cmo lib/frama-c/gui_parameters.cmx lib/frama-c/gui_parameters.o +lib/frama-c/gui_printers.cmi +lib/frama-c/gui_printers.cmo +lib/frama-c/gui_printers.cmx +lib/frama-c/gui_printers.o lib/frama-c/help_manager.cmi lib/frama-c/help_manager.cmo lib/frama-c/help_manager.cmx @@ -381,6 +330,7 @@ lib/frama-c/hptmap.cmi lib/frama-c/hptmap.cmo lib/frama-c/hptmap.cmx lib/frama-c/hptmap.o +lib/frama-c/hptmap_sig.cmi lib/frama-c/hptset.cmi lib/frama-c/hptset.cmo lib/frama-c/hptset.cmx @@ -418,6 +368,10 @@ lib/frama-c/journal.cmi lib/frama-c/journal.cmo lib/frama-c/journal.cmx lib/frama-c/journal.o +lib/frama-c/json.cmi +lib/frama-c/json.cmo +lib/frama-c/json.cmx +lib/frama-c/json.o lib/frama-c/kernel.cmi lib/frama-c/kernel.cmo lib/frama-c/kernel.cmx @@ -426,11 +380,19 @@ lib/frama-c/kernel_function.cmi lib/frama-c/kernel_function.cmo lib/frama-c/kernel_function.cmx lib/frama-c/kernel_function.o +lib/frama-c/lattice_messages.cmi +lib/frama-c/lattice_messages.cmo +lib/frama-c/lattice_messages.cmx +lib/frama-c/lattice_messages.o lib/frama-c/lattice_type.cmi lib/frama-c/launcher.cmi lib/frama-c/launcher.cmo lib/frama-c/launcher.cmx lib/frama-c/launcher.o +lib/frama-c/leftistheap.cmi +lib/frama-c/leftistheap.cmo +lib/frama-c/leftistheap.cmx +lib/frama-c/leftistheap.o lib/frama-c/lexerhack.cmi lib/frama-c/lexerhack.cmo lib/frama-c/lexerhack.cmx @@ -570,26 +532,156 @@ lib/frama-c/plugin.cmo lib/frama-c/plugin.cmx lib/frama-c/plugin.o lib/frama-c/plugins/Aorai.cmi -lib/frama-c/plugins/Aorai.cmo -lib/frama-c/plugins/Aorai.cmxs +lib/frama-c/plugins/Callgraph.cmi +lib/frama-c/plugins/Constant_Propagation.cmi +lib/frama-c/plugins/From.cmi +lib/frama-c/plugins/Impact.cmi +lib/frama-c/plugins/Inout.cmi +lib/frama-c/plugins/LoopAnalysis.cmi +lib/frama-c/plugins/META.frama-c-aorai +lib/frama-c/plugins/META.frama-c-callgraph +lib/frama-c/plugins/META.frama-c-constant_propagation +lib/frama-c/plugins/META.frama-c-from +lib/frama-c/plugins/META.frama-c-impact +lib/frama-c/plugins/META.frama-c-inout +lib/frama-c/plugins/META.frama-c-loopanalysis +lib/frama-c/plugins/META.frama-c-metrics +lib/frama-c/plugins/META.frama-c-nonterm +lib/frama-c/plugins/META.frama-c-obfuscator +lib/frama-c/plugins/META.frama-c-occurrence +lib/frama-c/plugins/META.frama-c-pdg +lib/frama-c/plugins/META.frama-c-postdominators +lib/frama-c/plugins/META.frama-c-print_api +lib/frama-c/plugins/META.frama-c-report +lib/frama-c/plugins/META.frama-c-rtegen +lib/frama-c/plugins/META.frama-c-scope +lib/frama-c/plugins/META.frama-c-security_slicing +lib/frama-c/plugins/META.frama-c-slicing +lib/frama-c/plugins/META.frama-c-sparecode +lib/frama-c/plugins/META.frama-c-users +lib/frama-c/plugins/META.frama-c-value +lib/frama-c/plugins/META.frama-c-variadic +lib/frama-c/plugins/META.frama-c-wp +lib/frama-c/plugins/Metrics.cmi +lib/frama-c/plugins/Nonterm.cmi lib/frama-c/plugins/Obfuscator.cmi -lib/frama-c/plugins/Obfuscator.cmo -lib/frama-c/plugins/Obfuscator.cmxs +lib/frama-c/plugins/Occurrence.cmi +lib/frama-c/plugins/Pdg.cmi +lib/frama-c/plugins/Postdominators.cmi +lib/frama-c/plugins/Print_api.cmi lib/frama-c/plugins/Report.cmi -lib/frama-c/plugins/Report.cmo -lib/frama-c/plugins/Report.cmxs +lib/frama-c/plugins/RteGen.cmi +lib/frama-c/plugins/Scope.cmi lib/frama-c/plugins/Security_slicing.cmi -lib/frama-c/plugins/Security_slicing.cmo -lib/frama-c/plugins/Security_slicing.cmxs -lib/frama-c/plugins/Wp.cma +lib/frama-c/plugins/Slicing.cmi +lib/frama-c/plugins/Sparecode.cmi +lib/frama-c/plugins/Users.cmi +lib/frama-c/plugins/Value.cmi +lib/frama-c/plugins/Variadic.cmi lib/frama-c/plugins/Wp.cmi -lib/frama-c/plugins/Wp.cmxs +lib/frama-c/plugins/gui/Callgraph.cmi +lib/frama-c/plugins/gui/Callgraph.cmo +lib/frama-c/plugins/gui/Callgraph.cmxs +lib/frama-c/plugins/gui/From.cmi +lib/frama-c/plugins/gui/From.cmo +lib/frama-c/plugins/gui/From.cmxs +lib/frama-c/plugins/gui/Impact.cmi +lib/frama-c/plugins/gui/Impact.cmo +lib/frama-c/plugins/gui/Impact.cmxs +lib/frama-c/plugins/gui/Metrics.cmi +lib/frama-c/plugins/gui/Metrics.cmo +lib/frama-c/plugins/gui/Metrics.cmxs +lib/frama-c/plugins/gui/Occurrence.cmi +lib/frama-c/plugins/gui/Occurrence.cmo +lib/frama-c/plugins/gui/Occurrence.cmxs +lib/frama-c/plugins/gui/Scope.cmi +lib/frama-c/plugins/gui/Scope.cmo +lib/frama-c/plugins/gui/Scope.cmxs lib/frama-c/plugins/gui/Security_slicing.cmi lib/frama-c/plugins/gui/Security_slicing.cmo lib/frama-c/plugins/gui/Security_slicing.cmxs +lib/frama-c/plugins/gui/Slicing.cmi +lib/frama-c/plugins/gui/Slicing.cmo +lib/frama-c/plugins/gui/Slicing.cmxs +lib/frama-c/plugins/gui/Value.cmi +lib/frama-c/plugins/gui/Value.cmo +lib/frama-c/plugins/gui/Value.cmxs lib/frama-c/plugins/gui/Wp.cma lib/frama-c/plugins/gui/Wp.cmi lib/frama-c/plugins/gui/Wp.cmxs +lib/frama-c/plugins/top/Aorai.cmo +lib/frama-c/plugins/top/Aorai.cmx +lib/frama-c/plugins/top/Aorai.cmxs +lib/frama-c/plugins/top/Callgraph.cmo +lib/frama-c/plugins/top/Callgraph.cmx +lib/frama-c/plugins/top/Callgraph.cmxs +lib/frama-c/plugins/top/Constant_Propagation.cmo +lib/frama-c/plugins/top/Constant_Propagation.cmx +lib/frama-c/plugins/top/Constant_Propagation.cmxs +lib/frama-c/plugins/top/From.cmo +lib/frama-c/plugins/top/From.cmx +lib/frama-c/plugins/top/From.cmxs +lib/frama-c/plugins/top/Impact.cmo +lib/frama-c/plugins/top/Impact.cmx +lib/frama-c/plugins/top/Impact.cmxs +lib/frama-c/plugins/top/Inout.cmo +lib/frama-c/plugins/top/Inout.cmx +lib/frama-c/plugins/top/Inout.cmxs +lib/frama-c/plugins/top/LoopAnalysis.cmo +lib/frama-c/plugins/top/LoopAnalysis.cmx +lib/frama-c/plugins/top/LoopAnalysis.cmxs +lib/frama-c/plugins/top/Metrics.cmo +lib/frama-c/plugins/top/Metrics.cmx +lib/frama-c/plugins/top/Metrics.cmxs +lib/frama-c/plugins/top/Nonterm.cmo +lib/frama-c/plugins/top/Nonterm.cmx +lib/frama-c/plugins/top/Nonterm.cmxs +lib/frama-c/plugins/top/Obfuscator.cmo +lib/frama-c/plugins/top/Obfuscator.cmx +lib/frama-c/plugins/top/Obfuscator.cmxs +lib/frama-c/plugins/top/Occurrence.cmo +lib/frama-c/plugins/top/Occurrence.cmx +lib/frama-c/plugins/top/Occurrence.cmxs +lib/frama-c/plugins/top/Pdg.cmo +lib/frama-c/plugins/top/Pdg.cmx +lib/frama-c/plugins/top/Pdg.cmxs +lib/frama-c/plugins/top/Postdominators.cmo +lib/frama-c/plugins/top/Postdominators.cmx +lib/frama-c/plugins/top/Postdominators.cmxs +lib/frama-c/plugins/top/Print_api.cmo +lib/frama-c/plugins/top/Print_api.cmx +lib/frama-c/plugins/top/Print_api.cmxs +lib/frama-c/plugins/top/Report.cmo +lib/frama-c/plugins/top/Report.cmx +lib/frama-c/plugins/top/Report.cmxs +lib/frama-c/plugins/top/RteGen.cmo +lib/frama-c/plugins/top/RteGen.cmx +lib/frama-c/plugins/top/RteGen.cmxs +lib/frama-c/plugins/top/Scope.cmo +lib/frama-c/plugins/top/Scope.cmx +lib/frama-c/plugins/top/Scope.cmxs +lib/frama-c/plugins/top/Security_slicing.cmo +lib/frama-c/plugins/top/Security_slicing.cmx +lib/frama-c/plugins/top/Security_slicing.cmxs +lib/frama-c/plugins/top/Slicing.cmo +lib/frama-c/plugins/top/Slicing.cmx +lib/frama-c/plugins/top/Slicing.cmxs +lib/frama-c/plugins/top/Sparecode.cmo +lib/frama-c/plugins/top/Sparecode.cmx +lib/frama-c/plugins/top/Sparecode.cmxs +lib/frama-c/plugins/top/Users.cmo +lib/frama-c/plugins/top/Users.cmx +lib/frama-c/plugins/top/Users.cmxs +lib/frama-c/plugins/top/Value.cmo +lib/frama-c/plugins/top/Value.cmx +lib/frama-c/plugins/top/Value.cmxs +lib/frama-c/plugins/top/Variadic.cmo +lib/frama-c/plugins/top/Variadic.cmx +lib/frama-c/plugins/top/Variadic.cmxs +lib/frama-c/plugins/top/Wp.cma +lib/frama-c/plugins/top/Wp.cmx +lib/frama-c/plugins/top/Wp.cmxa +lib/frama-c/plugins/top/Wp.cmxs lib/frama-c/precise_locs.cmi lib/frama-c/precise_locs.cmo lib/frama-c/precise_locs.cmx @@ -646,6 +738,10 @@ lib/frama-c/rangemap.cmi lib/frama-c/rangemap.cmo lib/frama-c/rangemap.cmx lib/frama-c/rangemap.o +lib/frama-c/rgmap.cmi +lib/frama-c/rgmap.cmo +lib/frama-c/rgmap.cmx +lib/frama-c/rgmap.o lib/frama-c/rmtmps.cmi lib/frama-c/rmtmps.cmo lib/frama-c/rmtmps.cmx @@ -706,18 +802,10 @@ lib/frama-c/structural_descr.cmi lib/frama-c/structural_descr.cmo lib/frama-c/structural_descr.cmx lib/frama-c/structural_descr.o -lib/frama-c/sysutil.cmi -lib/frama-c/sysutil.cmo -lib/frama-c/sysutil.cmx -lib/frama-c/sysutil.o lib/frama-c/task.cmi lib/frama-c/task.cmo lib/frama-c/task.cmx lib/frama-c/task.o -lib/frama-c/toolbox.cmi -lib/frama-c/toolbox.cmo -lib/frama-c/toolbox.cmx -lib/frama-c/toolbox.o lib/frama-c/tr_offset.cmi lib/frama-c/tr_offset.cmo lib/frama-c/tr_offset.cmx @@ -726,6 +814,10 @@ lib/frama-c/trace.cmi lib/frama-c/trace.cmo lib/frama-c/trace.cmx lib/frama-c/trace.o +lib/frama-c/transitioning.cmi +lib/frama-c/transitioning.cmo +lib/frama-c/transitioning.cmx +lib/frama-c/transitioning.o lib/frama-c/translate_lightweight.cmi lib/frama-c/translate_lightweight.cmo lib/frama-c/translate_lightweight.cmx @@ -750,6 +842,10 @@ lib/frama-c/unmarshal_nums.cmi lib/frama-c/unmarshal_nums.cmo lib/frama-c/unmarshal_nums.cmx lib/frama-c/unmarshal_nums.o +lib/frama-c/unmarshal_z.cmi +lib/frama-c/unmarshal_z.cmo +lib/frama-c/unmarshal_z.cmx +lib/frama-c/unmarshal_z.o lib/frama-c/unroll_loops.cmi lib/frama-c/unroll_loops.cmo lib/frama-c/unroll_loops.cmx @@ -758,10 +854,6 @@ lib/frama-c/utf8_logic.cmi lib/frama-c/utf8_logic.cmo lib/frama-c/utf8_logic.cmx lib/frama-c/utf8_logic.o -lib/frama-c/value_messages.cmi -lib/frama-c/value_messages.cmo -lib/frama-c/value_messages.cmx -lib/frama-c/value_messages.o lib/frama-c/value_types.cmi lib/frama-c/value_types.cmo lib/frama-c/value_types.cmx @@ -778,42 +870,81 @@ lib/frama-c/warning_manager.cmi lib/frama-c/warning_manager.cmo lib/frama-c/warning_manager.cmx lib/frama-c/warning_manager.o +lib/frama-c/wbox.cmi +lib/frama-c/wbox.cmo +lib/frama-c/wbox.cmx +lib/frama-c/wbox.o +lib/frama-c/wfile.cmi +lib/frama-c/wfile.cmo +lib/frama-c/wfile.cmx +lib/frama-c/wfile.o lib/frama-c/widen_type.cmi lib/frama-c/widen_type.cmo lib/frama-c/widen_type.cmx lib/frama-c/widen_type.o -man/man1/frama-c-gui.1.gz -man/man1/frama-c.1.gz -share/emacs/site-lisp/acsl.el +lib/frama-c/widget.cmi +lib/frama-c/widget.cmo +lib/frama-c/widget.cmx +lib/frama-c/widget.o +lib/frama-c/wpalette.cmi +lib/frama-c/wpalette.cmo +lib/frama-c/wpalette.cmx +lib/frama-c/wpalette.o +lib/frama-c/wpane.cmi +lib/frama-c/wpane.cmo +lib/frama-c/wpane.cmx +lib/frama-c/wpane.o +lib/frama-c/wtable.cmi +lib/frama-c/wtable.cmo +lib/frama-c/wtable.cmx +lib/frama-c/wtable.o +lib/frama-c/wtext.cmi +lib/frama-c/wtext.cmo +lib/frama-c/wtext.cmx +lib/frama-c/wtext.o +lib/frama-c/wto.cmi +lib/frama-c/wto.cmo +lib/frama-c/wto.cmx +lib/frama-c/wto.o +lib/frama-c/wto_statement.cmi +lib/frama-c/wto_statement.cmo +lib/frama-c/wto_statement.cmx +lib/frama-c/wto_statement.o +lib/frama-c/wutil.cmi +lib/frama-c/wutil.cmo +lib/frama-c/wutil.cmx +lib/frama-c/wutil.o %%DATADIR%%/Makefile.common %%DATADIR%%/Makefile.config %%DATADIR%%/Makefile.dynamic %%DATADIR%%/Makefile.dynamic_config %%DATADIR%%/Makefile.generic %%DATADIR%%/Makefile.kernel -%%DATADIR%%/Makefile.plugin -%%DATADIR%%/acsl.el -%%DATADIR%%/builtin.c +%%DATADIR%%/Makefile.plugin.template %%DATADIR%%/builtin.h %%DATADIR%%/configure.ac -%%DATADIR%%/doc/code/docgen_ge400.ml -%%DATADIR%%/doc/code/docgen_lt400.ml +%%DATADIR%%/doc/code/docgen.ml %%DATADIR%%/doc/code/intro_kernel_plugin.txt %%DATADIR%%/doc/code/intro_plugin.txt %%DATADIR%%/doc/code/intro_plugin_default.txt %%DATADIR%%/doc/code/style.css %%DATADIR%%/doc/code/toc_head.htm %%DATADIR%%/doc/code/toc_tail.htm -%%DATADIR%%/frama-c.gif +%%DATADIR%%/emacs/acsl.el +%%DATADIR%%/emacs/frama-c-dev.el +%%DATADIR%%/emacs/frama-c-init.el +%%DATADIR%%/emacs/frama-c-recommended.el %%DATADIR%%/frama-c.ico +%%DATADIR%%/frama-c.png %%DATADIR%%/frama-c.rc %%DATADIR%%/libc.c -%%DATADIR%%/libc.h +%%DATADIR%%/libc/__fc_builtin.c %%DATADIR%%/libc/__fc_builtin.h %%DATADIR%%/libc/__fc_builtin_for_normalization.i %%DATADIR%%/libc/__fc_define_blkcnt_t.h %%DATADIR%%/libc/__fc_define_blksize_t.h %%DATADIR%%/libc/__fc_define_dev_t.h +%%DATADIR%%/libc/__fc_define_eof.h %%DATADIR%%/libc/__fc_define_fd_set_t.h %%DATADIR%%/libc/__fc_define_file.h %%DATADIR%%/libc/__fc_define_fpos_t.h @@ -826,7 +957,6 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/libc/__fc_define_null.h %%DATADIR%%/libc/__fc_define_off_t.h %%DATADIR%%/libc/__fc_define_pid_t.h -%%DATADIR%%/libc/__fc_define_restrict.h %%DATADIR%%/libc/__fc_define_sa_family_t.h %%DATADIR%%/libc/__fc_define_seek_macros.h %%DATADIR%%/libc/__fc_define_sigset_t.h @@ -846,23 +976,29 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/libc/__fc_select.h %%DATADIR%%/libc/__fc_string_axiomatic.h %%DATADIR%%/libc/arpa/inet.h +%%DATADIR%%/libc/assert.c %%DATADIR%%/libc/assert.h %%DATADIR%%/libc/byteswap.h %%DATADIR%%/libc/complex.h +%%DATADIR%%/libc/ctype.c %%DATADIR%%/libc/ctype.h %%DATADIR%%/libc/dirent.h %%DATADIR%%/libc/dlfcn.h %%DATADIR%%/libc/endian.h +%%DATADIR%%/libc/errno.c %%DATADIR%%/libc/errno.h +%%DATADIR%%/libc/fc_runtime.c %%DATADIR%%/libc/fcntl.h %%DATADIR%%/libc/features.h %%DATADIR%%/libc/fenv.h %%DATADIR%%/libc/float.h +%%DATADIR%%/libc/getopt.c %%DATADIR%%/libc/getopt.h %%DATADIR%%/libc/glob.h %%DATADIR%%/libc/grp.h %%DATADIR%%/libc/iconv.h %%DATADIR%%/libc/ifaddrs.h +%%DATADIR%%/libc/inttypes.c %%DATADIR%%/libc/inttypes.h %%DATADIR%%/libc/iso646.h %%DATADIR%%/libc/libgen.h @@ -873,7 +1009,9 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/libc/linux/if_netlink.h %%DATADIR%%/libc/linux/netlink.h %%DATADIR%%/libc/linux/rtnetlink.h +%%DATADIR%%/libc/locale.c %%DATADIR%%/libc/locale.h +%%DATADIR%%/libc/math.c %%DATADIR%%/libc/math.h %%DATADIR%%/libc/net/if.h %%DATADIR%%/libc/netdb.h @@ -890,8 +1028,11 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/libc/stdbool.h %%DATADIR%%/libc/stddef.h %%DATADIR%%/libc/stdint.h +%%DATADIR%%/libc/stdio.c %%DATADIR%%/libc/stdio.h +%%DATADIR%%/libc/stdlib.c %%DATADIR%%/libc/stdlib.h +%%DATADIR%%/libc/string.c %%DATADIR%%/libc/string.h %%DATADIR%%/libc/strings.h %%DATADIR%%/libc/sys/ioctl.h @@ -902,6 +1043,7 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/libc/sys/stat.h %%DATADIR%%/libc/sys/sysctl.h %%DATADIR%%/libc/sys/time.h +%%DATADIR%%/libc/sys/times.h %%DATADIR%%/libc/sys/types.h %%DATADIR%%/libc/sys/uio.h %%DATADIR%%/libc/sys/un.h @@ -912,11 +1054,12 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/libc/time.h %%DATADIR%%/libc/uchar.h %%DATADIR%%/libc/unistd.h +%%DATADIR%%/libc/wchar.c %%DATADIR%%/libc/wchar.h %%DATADIR%%/libc/wctype.h -%%DATADIR%%/machine.h -%%DATADIR%%/math.c -%%DATADIR%%/math.h +%%DATADIR%%/machdep.c +%%DATADIR%%/switch-off.png +%%DATADIR%%/switch-on.png %%DATADIR%%/theme/colorblind/considered_valid.png %%DATADIR%%/theme/colorblind/inconsistent.png %%DATADIR%%/theme/colorblind/invalid_but_dead.png @@ -924,8 +1067,6 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/theme/colorblind/never_tried.png %%DATADIR%%/theme/colorblind/surely_invalid.png %%DATADIR%%/theme/colorblind/surely_valid.png -%%DATADIR%%/theme/colorblind/switch-off.png -%%DATADIR%%/theme/colorblind/switch-on.png %%DATADIR%%/theme/colorblind/unknown.png %%DATADIR%%/theme/colorblind/unknown_but_dead.png %%DATADIR%%/theme/colorblind/valid_but_dead.png @@ -937,8 +1078,6 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/theme/default/never_tried.png %%DATADIR%%/theme/default/surely_invalid.png %%DATADIR%%/theme/default/surely_valid.png -%%DATADIR%%/theme/default/switch-off.png -%%DATADIR%%/theme/default/switch-on.png %%DATADIR%%/theme/default/unknown.png %%DATADIR%%/theme/default/unknown_but_dead.png %%DATADIR%%/theme/default/valid_but_dead.png @@ -953,6 +1092,7 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/wp/coqwp/Memory.v %%DATADIR%%/wp/coqwp/Qed.v %%DATADIR%%/wp/coqwp/Qedlib.v +%%DATADIR%%/wp/coqwp/Vlist.v %%DATADIR%%/wp/coqwp/Vset.v %%DATADIR%%/wp/coqwp/Zbits.v %%DATADIR%%/wp/coqwp/bool/Bool.v @@ -973,6 +1113,7 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/wp/ergo/Cmath.mlw %%DATADIR%%/wp/ergo/Memory.mlw %%DATADIR%%/wp/ergo/Qed.mlw +%%DATADIR%%/wp/ergo/Vlist.mlw %%DATADIR%%/wp/ergo/Vset.mlw %%DATADIR%%/wp/ergo/bool.Bool.mlw %%DATADIR%%/wp/ergo/int.Abs.mlw @@ -1000,10 +1141,18 @@ share/emacs/site-lisp/acsl.el %%DATADIR%%/wp/why3/Qed.v %%DATADIR%%/wp/why3/Qed.why %%DATADIR%%/wp/why3/Qedlib.v +%%DATADIR%%/wp/why3/Vlist.v +%%DATADIR%%/wp/why3/Vlist.why %%DATADIR%%/wp/why3/Vset.v %%DATADIR%%/wp/why3/Vset.why %%DATADIR%%/wp/why3/Zbits.v %%DATADIR%%/wp/why3/coq.drv %%DATADIR%%/wp/why3/why3.conf %%DATADIR%%/wp/wp.driver +man/man1/frama-c-gui.1.gz +man/man1/frama-c.1.gz +share/emacs/site-lisp/acsl.el +share/emacs/site-lisp/frama-c-dev.el +share/emacs/site-lisp/frama-c-init.el +share/emacs/site-lisp/frama-c-recommended.el @dir lib/frama-c/plugins/gui From owner-svn-ports-all@freebsd.org Sat Mar 4 06:25:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89C66CF8EA3; Sat, 4 Mar 2017 06:25:27 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E8151FEF; Sat, 4 Mar 2017 06:25:27 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v246PQ6x008068; Sat, 4 Mar 2017 06:25:26 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v246PQdo008066; Sat, 4 Mar 2017 06:25:26 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201703040625.v246PQdo008066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Sat, 4 Mar 2017 06:25:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435384 - head/x11/nvidia-xconfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 06:25:27 -0000 Author: bland Date: Sat Mar 4 06:25:26 2017 New Revision: 435384 URL: https://svnweb.freebsd.org/changeset/ports/435384 Log: Update to 378.13 Modified: head/x11/nvidia-xconfig/Makefile head/x11/nvidia-xconfig/distinfo Modified: head/x11/nvidia-xconfig/Makefile ============================================================================== --- head/x11/nvidia-xconfig/Makefile Sat Mar 4 04:19:03 2017 (r435383) +++ head/x11/nvidia-xconfig/Makefile Sat Mar 4 06:25:26 2017 (r435384) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nvidia-xconfig -PORTVERSION= 375.26 +PORTVERSION= 378.13 CATEGORIES= x11 MAINTAINER= bland@FreeBSD.org Modified: head/x11/nvidia-xconfig/distinfo ============================================================================== --- head/x11/nvidia-xconfig/distinfo Sat Mar 4 04:19:03 2017 (r435383) +++ head/x11/nvidia-xconfig/distinfo Sat Mar 4 06:25:26 2017 (r435384) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482034850 -SHA256 (NVIDIA-nvidia-xconfig-375.26_GH0.tar.gz) = 10b296451e22a466b7915e3a31b492fe26119dd72dcfd00fa20ce096e6d0d5bf -SIZE (NVIDIA-nvidia-xconfig-375.26_GH0.tar.gz) = 139684 +TIMESTAMP = 1488608485 +SHA256 (NVIDIA-nvidia-xconfig-378.13_GH0.tar.gz) = d6de67e5718c75427efabe22ecf2db78d06773c7e9e6f890d721fc0d3c908f65 +SIZE (NVIDIA-nvidia-xconfig-378.13_GH0.tar.gz) = 139817 From owner-svn-ports-all@freebsd.org Sat Mar 4 09:01:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0881CF847C; Sat, 4 Mar 2017 09:01: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 973931DAA; Sat, 4 Mar 2017 09:01: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 v2491lqE070960; Sat, 4 Mar 2017 09:01:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2491lm4070957; Sat, 4 Mar 2017 09:01:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703040901.v2491lm4070957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Mar 2017 09:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435385 - in head/dns/dhisd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 09:01:49 -0000 Author: amdmi3 Date: Sat Mar 4 09:01:47 2017 New Revision: 435385 URL: https://svnweb.freebsd.org/changeset/ports/435385 Log: - Switch to USES=localbase - Switch to options helpers - Simplify installation - Switch to pkg-message Added: head/dns/dhisd/files/pkg-message.in (contents, props changed) Modified: head/dns/dhisd/Makefile head/dns/dhisd/pkg-plist Modified: head/dns/dhisd/Makefile ============================================================================== --- head/dns/dhisd/Makefile Sat Mar 4 06:25:26 2017 (r435384) +++ head/dns/dhisd/Makefile Sat Mar 4 09:01:47 2017 (r435385) @@ -15,60 +15,39 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libgmp.so:math/gmp -CFLAGS+= -I${PREFIX}/include -LDFLAGS+= -L${PREFIX}/lib +USES= localbase:ldflags -PORTDOCS= CONTRIBUTORS COPYRIGHT INSTALL MODULES README +SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS +DOCS= CONTRIBUTORS INSTALL MODULES README +PORTDOCS= * -.include +OPTIONS_DEFINE= DOCS post-patch: - ${CP} ${FILESDIR}/dhisd.sh ${WRKSRC}/dhisd.sh - cd ${WRKSRC} && ${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" \ - Makefile dhisd.h dhisd.sh ${PORTDOCS} + @${CP} ${FILESDIR}/dhisd.sh ${WRKSRC}/dhisd.sh + @cd ${WRKSRC} && ${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" \ + Makefile dhisd.h dhisd.sh ${DOCS} do-install: - -post-install: - @${ECHO_MSG} "===> Installing ${STAGEDIR}${PREFIX}/sbin/dhisd." - @${INSTALL_PROGRAM} ${WRKSRC}/dhisd ${STAGEDIR}${PREFIX}/sbin - @${ECHO_CMD} "sbin/dhisd" >> ${TMPPLIST} - @${ECHO_MSG} "===> Installing ${STAGEDIR}${PREFIX}/sbin/sgenkeys." - @${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${STAGEDIR}${PREFIX}/sbin - @${ECHO_CMD} "sbin/genkeys" >> ${TMPPLIST} - @${ECHO_MSG} "===> Creating ${STAGEDIR}${PREFIX}/etc/dhis and installing sample db." + ${INSTALL_PROGRAM} ${WRKSRC}/dhisd ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dhis - @${CHMOD} 700 ${STAGEDIR}${PREFIX}/etc/dhis - @${INSTALL_DATA} ${WRKSRC}/dhis.db.sample ${STAGEDIR}${PREFIX}/etc/dhis/dhis.db.sample - @${ECHO_CMD} "etc/dhis/dhis.db.sample" >> ${TMPPLIST} - @${INSTALL_DATA} ${WRKSRC}/services.db.sample ${STAGEDIR}${PREFIX}/etc/dhis/services.db.sample - @${ECHO_CMD} "etc/dhis/services.db.sample" >> ${TMPPLIST} - @${CHMOD} 600 ${STAGEDIR}${PREFIX}/etc/dhis/* -.if !exists(${STAGEDIR}${PREFIX}/etc/rc.d/dhisd.sh) - @${ECHO_MSG} "===> Installing ${STAGEDIR}${PREFIX}/etc/rc.d/dhid.sh startup file." - @${INSTALL_SCRIPT} -m 751 ${WRKSRC}/dhisd.sh ${STAGEDIR}${PREFIX}/etc/rc.d/dhisd.sh - @${ECHO_CMD} "etc/rc.d/dhisd.sh" >> ${TMPPLIST} -.endif -.if ${PORT_OPTIONS:MDOCS} - @${ECHO_MSG} "===> Installing documentation in ${STAGEDIR}${DOCSDIR}" + ${INSTALL_DATA} ${WRKSRC}/dhis.db.sample ${STAGEDIR}${PREFIX}/etc/dhis/dhis.db.sample + ${INSTALL_DATA} ${WRKSRC}/services.db.sample ${STAGEDIR}${PREFIX}/etc/dhis/services.db.sample + ${INSTALL_SCRIPT} ${WRKSRC}/dhisd.sh ${STAGEDIR}${PREFIX}/etc/rc.d/dhisd.sh + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${CHMOD} 755 ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${FILESDIR}/INSTALL.bsd ${STAGEDIR}${DOCSDIR} - @${ECHO_CMD} "share/doc/${PORTNAME}/INSTALL.bsd" >> ${TMPPLIST} -.endif - @${ECHO} "--------------------------------------------------------------------------" - @${ECHO} "Before dhisd can run, you will need configure BIND." - @${ECHO} "" - @${ECHO} "For more information, see the following site:" - @${ECHO} "http://www.dhis.org/dhis/r5/" -.if ${PORT_OPTIONS:MDOCS} - @${ECHO} "" - @${ECHO} "or the documents in ${STAGEDIR}${DOCSDIR}" - @${ECHO} "Read INSTALL and INSTALL.bsd at least for the setup information of dhisd." -.endif - @${ECHO} "--------------------------------------------------------------------------" +.for f in ${DOCS} + cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} +.endfor + ${INSTALL_DATA} ${FILESDIR}/INSTALL.bsd ${STAGEDIR}${DOCSDIR} + +post-install-DOCS-on: + @${REINPLACE_CMD} -e 's|^__DOCS__||' ${PKGMESSAGE} + +post-install-DOCS-off: + @${REINPLACE_CMD} -e '/^__DOCS__/ d' ${PKGMESSAGE} .include Added: head/dns/dhisd/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dhisd/files/pkg-message.in Sat Mar 4 09:01:47 2017 (r435385) @@ -0,0 +1,9 @@ +-------------------------------------------------------------------------- +Before dhisd can run, you will need configure BIND. + +For more information, see the following site: +http://www.dhis.org/dhis/r5/ +__DOCS__ +__DOCS__or the documents in %%DOCSDIR%% +__DOCS__Read INSTALL and INSTALL.bsd at least for the setup information of dhisd. +-------------------------------------------------------------------------- Modified: head/dns/dhisd/pkg-plist ============================================================================== --- head/dns/dhisd/pkg-plist Sat Mar 4 06:25:26 2017 (r435384) +++ head/dns/dhisd/pkg-plist Sat Mar 4 09:01:47 2017 (r435385) @@ -1 +1,6 @@ -@comment Left empty, filled during post-install by Makefile +sbin/dhisd +sbin/genkeys +@(,,600) etc/dhis/dhis.db.sample +@(,,600) etc/dhis/services.db.sample +etc/rc.d/dhisd.sh +@dir(,,700) etc/dhis From owner-svn-ports-all@freebsd.org Sat Mar 4 10:18:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D2C6CF780D; Sat, 4 Mar 2017 10:18:12 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::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 F3E841C5A; Sat, 4 Mar 2017 10:18:11 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x241.google.com with SMTP id f103so9142478ioi.2; Sat, 04 Mar 2017 02:18:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=FfDBut1tOQHAxboH9pA4L/jMuNajMBVSx2DQBIhqNNo=; b=EkkxtOD00CnwwMi5SQTtAHkcNfwOPmRYppC18fCOEqU2f9DXdltORUdy/Z3PJoeEY8 W4kPnA8atBeJYUnK4cmSRYikQ5id4MQu5Ly1QVCwf4LjO0c/R0UjAsktTy4Sa8MkrcpD Jl1KN+REBmIdg/HhKeRAGLuTB405YReI33zxTvvP1dgUcFQtEs++obuHsILexG5G+ilG Fu9RM2SeOYveaU8gbEVFoddSr//dM7GJl9cmLQIayNwMKkjmIGwDgEYK/xt+in4Y6hCu l5QdQ6xjg9MDxpBlpafCUibMink7dTCXBAVGp9tbiWn1wnKUFrUME2G9PqgicOsVyWo9 0yxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=FfDBut1tOQHAxboH9pA4L/jMuNajMBVSx2DQBIhqNNo=; b=eTqCdKMxNMos8Lg4YBstW0P0BDQm4FOZAVVsgfgDFLeiIkw61DOT741Xa1eHKJMbVD /IV29W9oSQ+lOpHyuTNyOS8q1KC11NXNJSBOhHWpXf4hwp7zZkbZQyO/GjJ+D8+SnpGE IIDGdMfOnepl9NP/al6mH1ZFnWa+zmOeszvJ9875Ge0ONaUv9J1orF2BtfLIJ+uOiNID DiQs/q9bQIow3/7NSzTP4FE4r3jdaIqLxDSE0eUzG8SqA+mKHViu4sj69Mo2oe43zOvb QI4zZx+0a9k3KKH8oY6g4Rudfdc1AhrDRmF52DsngfDXngQoqPsNko98WiYy0NSWsmPz z0ig== X-Gm-Message-State: AMke39n15+DhW+wIP8fkg7K9Qd3AtlKZ5iummWrDzIydZS9AsbSw3wAT1TY2OntiUlD9w9MhjMnEQ+OMVyPXSg== X-Received: by 10.107.30.148 with SMTP id e142mr6604401ioe.81.1488622691325; Sat, 04 Mar 2017 02:18:11 -0800 (PST) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.205.142 with HTTP; Sat, 4 Mar 2017 02:18:10 -0800 (PST) In-Reply-To: <201703020800.v2280trg068967@repo.freebsd.org> References: <201703020800.v2280trg068967@repo.freebsd.org> From: Antoine Brodin Date: Sat, 4 Mar 2017 11:18:10 +0100 X-Google-Sender-Auth: PpGj0nyRgFBan6HO-CK1MqQg5BY Message-ID: Subject: Re: svn commit: r435212 - head/graphics/libqrencode To: "Vanilla I. Shu" Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 10:18:12 -0000 On Thu, Mar 2, 2017 at 9:00 AM, Vanilla I. Shu wrote: > Author: vanilla > Date: Thu Mar 2 08:00:55 2017 > New Revision: 435212 > URL: https://svnweb.freebsd.org/changeset/ports/435212 > > Log: > 1: Update to 3.9.0 > 2: add LICENSE_FILE. > 3: switch to github. > > Modified: > head/graphics/libqrencode/Makefile > head/graphics/libqrencode/distinfo Hi, This broke most consumers of libqrencode (broken pkgconfig file). Switching back from cmake to gnu configure may fix the problem. See patch at https://people.freebsd.org/~antoine/libqrencode.diff Cheers, Antoine From owner-svn-ports-all@freebsd.org Sat Mar 4 10:30:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77CC8CF7BB1; Sat, 4 Mar 2017 10:30:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 446A010F5; Sat, 4 Mar 2017 10:30:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24AUiKt006425; Sat, 4 Mar 2017 10:30:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24AUixr006423; Sat, 4 Mar 2017 10:30:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703041030.v24AUixr006423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 4 Mar 2017 10:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435386 - 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: Sat, 04 Mar 2017 10:30:45 -0000 Author: jbeich Date: Sat Mar 4 10:30:44 2017 New Revision: 435386 URL: https://svnweb.freebsd.org/changeset/ports/435386 Log: www/py-flexget: update to 2.10.10 Changes: https://github.com/Flexget/Flexget/compare/2.10.7...2.10.10 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 Sat Mar 4 09:01:47 2017 (r435385) +++ head/www/py-flexget/Makefile Sat Mar 4 10:30:44 2017 (r435386) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.10.7 +PORTVERSION= 2.10.10 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Sat Mar 4 09:01:47 2017 (r435385) +++ head/www/py-flexget/distinfo Sat Mar 4 10:30:44 2017 (r435386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488006894 -SHA256 (FlexGet-2.10.7.tar.gz) = ab78d89378bba64bdeb782a41ed3d114640a10a633b8be638afc23e34cae75e5 -SIZE (FlexGet-2.10.7.tar.gz) = 2645828 +TIMESTAMP = 1488438877 +SHA256 (FlexGet-2.10.10.tar.gz) = 25939d7845154e605d6d4dc81c99a9d9d2d2f262673880250be307597fc3fbe9 +SIZE (FlexGet-2.10.10.tar.gz) = 2646353 From owner-svn-ports-all@freebsd.org Sat Mar 4 11:29:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D780BCF981E; Sat, 4 Mar 2017 11:29: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 A7087192C; Sat, 4 Mar 2017 11:29:17 +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 v24BTG7w030865; Sat, 4 Mar 2017 11:29:16 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24BTGXI030864; Sat, 4 Mar 2017 11:29:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703041129.v24BTGXI030864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 4 Mar 2017 11:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435387 - head/devel/py-kjbuckets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 11:29:17 -0000 Author: olgeni Date: Sat Mar 4 11:29:16 2017 New Revision: 435387 URL: https://svnweb.freebsd.org/changeset/ports/435387 Log: devel/py-kjbuckets: take maintainership from ports@. Modified: head/devel/py-kjbuckets/Makefile Modified: head/devel/py-kjbuckets/Makefile ============================================================================== --- head/devel/py-kjbuckets/Makefile Sat Mar 4 10:30:44 2017 (r435386) +++ head/devel/py-kjbuckets/Makefile Sat Mar 4 11:29:16 2017 (r435387) @@ -10,7 +10,7 @@ MASTER_SITES= SF/gadfly/gadfly/${PORTVER PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gadfly-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Graph and set datatypes for Python (C extension) LICENSE= MIT From owner-svn-ports-all@freebsd.org Sat Mar 4 11:34:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69C83CF9C9A; Sat, 4 Mar 2017 11:34:34 +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 1EFF81252; Sat, 4 Mar 2017 11:34:34 +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 v24BYXgV035031; Sat, 4 Mar 2017 11:34:33 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24BYXRf035029; Sat, 4 Mar 2017 11:34:33 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703041134.v24BYXRf035029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 4 Mar 2017 11:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435388 - in head/graphics/libqrencode: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 11:34:34 -0000 Author: vanilla Date: Sat Mar 4 11:34:32 2017 New Revision: 435388 URL: https://svnweb.freebsd.org/changeset/ports/435388 Log: 1: add version of shared library. 2: fix libqrencode.pc. Added: head/graphics/libqrencode/files/ head/graphics/libqrencode/files/patch-CMakeLists.txt (contents, props changed) Modified: head/graphics/libqrencode/Makefile Modified: head/graphics/libqrencode/Makefile ============================================================================== --- head/graphics/libqrencode/Makefile Sat Mar 4 11:29:16 2017 (r435387) +++ head/graphics/libqrencode/Makefile Sat Mar 4 11:34:32 2017 (r435388) @@ -3,6 +3,7 @@ PORTNAME= libqrencode PORTVERSION= 3.9.0 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= qrencode-${PORTVERSION} @@ -26,6 +27,8 @@ CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON PLIST_FILES= bin/qrencode \ include/qrencode.h \ lib/libqrencode.so \ + lib/libqrencode.so.3 \ + lib/libqrencode.so.3.9.0 \ libdata/pkgconfig/libqrencode.pc \ man/man1/qrencode.1.gz Added: head/graphics/libqrencode/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libqrencode/files/patch-CMakeLists.txt Sat Mar 4 11:34:32 2017 (r435388) @@ -0,0 +1,27 @@ +--- CMakeLists.txt.orig 2017-02-05 05:47:23 UTC ++++ CMakeLists.txt +@@ -101,10 +101,17 @@ if(BUILD_SHARED_LIBS) + set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) + endif() + add_library(qrencode SHARED ${QRENCODE_SRCS} ${QRENCODE_HDRS}) ++ set_target_properties(qrencode PROPERTIES VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} SOVERSION ${PROJECT_VERSION_MAJOR}) + else() + add_library(qrencode ${QRENCODE_SRCS} ${QRENCODE_HDRS}) + endif() + ++set(prefix "${CMAKE_INSTALL_PREFIX}") ++set(exec_prefix "${CMAKE_INSTALL_PREFIX}/bin") ++set(libdir "${CMAKE_INSTALL_PREFIX}/lib") ++set(includedir "${CMAKE_INSTALL_PREFIX}/include") ++set(VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") ++ + configure_file(qrencode.1.in qrencode.1 @ONLY) + configure_file(libqrencode.pc.in libqrencode.pc @ONLY) + +@@ -166,4 +173,4 @@ message(STATUS " Project configuration:" + message(STATUS " .. Build test programs ........ = ${WITH_TESTS}" ) + message(STATUS " .. Build utility tools ........ = ${WITH_TOOLS}" ) + message(STATUS " .. Installation prefix ......... = ${CMAKE_INSTALL_PREFIX}" ) +-message(STATUS "------------------------------------------------------------ ") +\ No newline at end of file ++message(STATUS "------------------------------------------------------------ ") From owner-svn-ports-all@freebsd.org Sat Mar 4 11:44:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8A76CF9F60 for ; Sat, 4 Mar 2017 11:44:54 +0000 (UTC) (envelope-from vanilla@fatpipi.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 317D71AF3 for ; Sat, 4 Mar 2017 11:44:54 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-wm0-x241.google.com with SMTP id m70so6684698wma.1 for ; Sat, 04 Mar 2017 03:44:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=kgKbzBAyfPJmwfKT7a8tHDG+9qUzmXCY9NunCVQahHU=; b=1KxQX9CFHaia2hmz+cDxUJM05lNBWYdlQKgbdoAG2a7tDRLlnM23OAKXL0hfL226f8 /M4ahJLyM9AWsrtRzk6uBF1i9X4FAWmyiPGR1fWXExOasZW1UozVWR502PVvW9Vqynh6 UskzPcjqDfagThiiNeRtc28SrAhiwONguwSZkgsPPwR++WJnLQhxEZf5E1E0md9Mykxh hugCDx/ODCZb05VwdWcsis9PTb7C371nW6u0SqF/t6VDHYCR8d6htCwtu00kzNCs6I3b azrKZNOw50AjHNFS+uVWhLgsa2Ta2ky1mzYuVi6ubq1OQqdxlPc6GX7AVwj4F94F5AWj kzCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=kgKbzBAyfPJmwfKT7a8tHDG+9qUzmXCY9NunCVQahHU=; b=ShHAVfe5BqePEvoCa/aaMWpwfsvGrB5nc/O52J0NYgDsXPCKDf4XIq7dUAMVmuQSdJ 3bMAPk1hhi+EOeDMKPYxXvgEZzQOT151pLl4KKobdSK1EO01vJMbCQt93I6C5VsTL3n/ FyFNjgu1wzMm2wwk7RumQDaG3Oj+qn2CURDdQP1mVuczNMK+y/6ZbP1TjsZ3rM5lbMWs /X74G8AaqKn/cukqf9Eh3BajKRh/SeSfDZdWPYJoGqj4eixvy6b+8Wg6MLoFWCoZ8v6r /3213hofX+5R8734bJm9FGGK8VWmg9Vik0nxgsFYoQwt3g3+Yha5SyQIqJta8lKIdi+4 LsBQ== X-Gm-Message-State: AMke39mrR/PzG633up1N7QwsUxaA0uksFhE8VcpsZR484Y+yc4QJXMs5dzDLO2eYx6EK73YpsAl/Ztp0oZRgzA== X-Received: by 10.28.152.212 with SMTP id a203mr7013240wme.7.1488627892230; Sat, 04 Mar 2017 03:44:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.136.183 with HTTP; Sat, 4 Mar 2017 03:44:51 -0800 (PST) Reply-To: v@fatpipi.com In-Reply-To: References: <201703020800.v2280trg068967@repo.freebsd.org> From: Vanilla Hsu Date: Sat, 4 Mar 2017 19:44:51 +0800 Message-ID: Subject: Re: svn commit: r435212 - head/graphics/libqrencode To: Antoine Brodin Cc: "Vanilla I. Shu" , "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: Sat, 04 Mar 2017 11:44:54 -0000 Hi: I just committed a patch, and p5-Text-QRCode can build with that, please help to check, thanks. 2017-03-04 18:18 GMT+08:00 Antoine Brodin : > On Thu, Mar 2, 2017 at 9:00 AM, Vanilla I. Shu > wrote: > > Author: vanilla > > Date: Thu Mar 2 08:00:55 2017 > > New Revision: 435212 > > URL: https://svnweb.freebsd.org/changeset/ports/435212 > > > > Log: > > 1: Update to 3.9.0 > > 2: add LICENSE_FILE. > > 3: switch to github. > > > > Modified: > > head/graphics/libqrencode/Makefile > > head/graphics/libqrencode/distinfo > > Hi, > > This broke most consumers of libqrencode (broken pkgconfig file). > Switching back from cmake to gnu configure may fix the problem. > See patch at https://people.freebsd.org/~antoine/libqrencode.diff > > Cheers, > > Antoine > From owner-svn-ports-all@freebsd.org Sat Mar 4 12:09:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3360FCF8209; Sat, 4 Mar 2017 12:09: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 0070D1F88; Sat, 4 Mar 2017 12:08: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 v24C8xAi047996; Sat, 4 Mar 2017 12:08:59 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24C8xrT047995; Sat, 4 Mar 2017 12:08:59 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201703041208.v24C8xrT047995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 4 Mar 2017 12:08:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435389 - head/audio/fluidsynth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 12:09:00 -0000 Author: riggs Date: Sat Mar 4 12:08:58 2017 New Revision: 435389 URL: https://svnweb.freebsd.org/changeset/ports/435389 Log: Add default OPTION for READLINE so users can disable it for custom builds PR: 213513 Reported by: rozhuk.im@gmail.com MFH: 2017Q1 Modified: head/audio/fluidsynth/Makefile Modified: head/audio/fluidsynth/Makefile ============================================================================== --- head/audio/fluidsynth/Makefile Sat Mar 4 11:34:32 2017 (r435388) +++ head/audio/fluidsynth/Makefile Sat Mar 4 12:08:58 2017 (r435389) @@ -3,7 +3,7 @@ PORTNAME= fluidsynth PORTVERSION= 1.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -13,8 +13,9 @@ COMMENT= Real-time software synthesizer LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO SNDFILE SNDIO -OPTIONS_DEFAULT= JACK +OPTIONS_DEFINE= JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO READLINE \ + SNDFILE SNDIO +OPTIONS_DEFAULT= JACK READLINE USE_GNOME= glib20 USES= cmake pkgconfig ninja tar:bzip2 @@ -46,6 +47,9 @@ PORTAUDIO_CMAKE_ON= -Denable-portaudio:B PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_OFF= -Denable-pulseaudio:BOOL=FALSE +READLINE_USES= readline +READLINE_CMAKE_OFF= -Denable-readline:BOOL=FALSE + SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CMAKE_OFF= -Denable-libsndfile:BOOL=FALSE From owner-svn-ports-all@freebsd.org Sat Mar 4 12:57:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5BB6CF92FB; Sat, 4 Mar 2017 12:57:34 +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 810091721; Sat, 4 Mar 2017 12:57:34 +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 v24CvXPd068835; Sat, 4 Mar 2017 12:57:33 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24CvXJC068833; Sat, 4 Mar 2017 12:57:33 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201703041257.v24CvXJC068833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 4 Mar 2017 12:57:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435390 - in head/security/p11-kit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 12:57:34 -0000 Author: novel Date: Sat Mar 4 12:57:33 2017 New Revision: 435390 URL: https://svnweb.freebsd.org/changeset/ports/435390 Log: security/p11-kit: update to 0.23.5 Patches dropped for issues fixed upstream. Deleted: head/security/p11-kit/files/ Modified: head/security/p11-kit/Makefile head/security/p11-kit/distinfo Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Sat Mar 4 12:08:58 2017 (r435389) +++ head/security/p11-kit/Makefile Sat Mar 4 12:57:33 2017 (r435390) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.23.4 +PORTVERSION= 0.23.5 CATEGORIES= security devel MASTER_SITES= https://github.com/p11-glue/p11-kit/releases/download/${PORTVERSION}/ @@ -17,7 +17,6 @@ LIB_DEPENDS= libtasn1.so:security/libtas GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --enable-debug=no \ --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -DHAVE_GETPEEREID=1" MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR} INSTALL_TARGET= install-strip Modified: head/security/p11-kit/distinfo ============================================================================== --- head/security/p11-kit/distinfo Sat Mar 4 12:08:58 2017 (r435389) +++ head/security/p11-kit/distinfo Sat Mar 4 12:57:33 2017 (r435390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487783387 -SHA256 (p11-kit-0.23.4.tar.gz) = 495382c88bd727cdab42204551b571234c1c6ee626fcc84fe50b7cd0676673ae -SIZE (p11-kit-0.23.4.tar.gz) = 1075189 +TIMESTAMP = 1488468978 +SHA256 (p11-kit-0.23.5.tar.gz) = 0d8fed192563c324bb5ace3c068f06558a5569a6e8eb47eee1cd79ada3b1124f +SIZE (p11-kit-0.23.5.tar.gz) = 1074479 From owner-svn-ports-all@freebsd.org Sat Mar 4 13:33:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D61ECF9C6B; Sat, 4 Mar 2017 13:33:18 +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 1A04D1DD5; Sat, 4 Mar 2017 13:33:18 +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 v24DXHYP085163; Sat, 4 Mar 2017 13:33:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DXGr6085160; Sat, 4 Mar 2017 13:33:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703041333.v24DXGr6085160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 4 Mar 2017 13:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435391 - in head/devel/hyperscan: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:33:18 -0000 Author: mat Date: Sat Mar 4 13:33:16 2017 New Revision: 435391 URL: https://svnweb.freebsd.org/changeset/ports/435391 Log: Update to 4.4.0. PR: 217116 Submitted by: Franco Fichtner Approved by: maintainer timeout Sponsored by: Absolight Modified: head/devel/hyperscan/Makefile (contents, props changed) head/devel/hyperscan/distinfo (contents, props changed) head/devel/hyperscan/files/patch-CMakeLists.txt (contents, props changed) Modified: head/devel/hyperscan/Makefile ============================================================================== --- head/devel/hyperscan/Makefile Sat Mar 4 12:57:33 2017 (r435390) +++ head/devel/hyperscan/Makefile Sat Mar 4 13:33:16 2017 (r435391) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= hyperscan -PORTVERSION= 4.3.1 +PORTVERSION= 4.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel textproc -MASTER_SITES= SF/boost/boost/1.59.0:boost -DISTFILES= boost_1_59_0.tar.gz:boost +MASTER_SITES= SF/boost/boost/1.61.0:boost +DISTFILES= boost_1_61_0.tar.gz:boost MAINTAINER= vsevolod@FreeBSD.org COMMENT= High-performance multiple regex matching library @@ -16,7 +16,7 @@ BUILD_DEPENDS= ragel:devel/ragel USE_GITHUB= yes GH_ACCOUNT= 01org -USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig +USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig sqlite:3 ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= SSSE3 is required for work @@ -31,7 +31,7 @@ CMAKE_BUILD_TYPE= Release CMAKE_BUILD_TYPE= Debug .endif -CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_1_59_0 +CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_1_61_0 .include Modified: head/devel/hyperscan/distinfo ============================================================================== --- head/devel/hyperscan/distinfo Sat Mar 4 12:57:33 2017 (r435390) +++ head/devel/hyperscan/distinfo Sat Mar 4 13:33:16 2017 (r435391) @@ -1,5 +1,5 @@ -TIMESTAMP = 1474198224 -SHA256 (boost_1_59_0.tar.gz) = 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac -SIZE (boost_1_59_0.tar.gz) = 83709983 -SHA256 (01org-hyperscan-v4.3.1_GH0.tar.gz) = a7bce1287c06d53d1fb34266d024331a92ee24cbb2a7a75061b4ae50a30bae97 -SIZE (01org-hyperscan-v4.3.1_GH0.tar.gz) = 1426195 +TIMESTAMP = 1487173124 +SHA256 (boost_1_61_0.tar.gz) = a77c7cc660ec02704c6884fbb20c552d52d60a18f26573c9cee0788bf00ed7e6 +SIZE (boost_1_61_0.tar.gz) = 104864830 +SHA256 (01org-hyperscan-v4.4.0_GH0.tar.gz) = 6ff1b47ce9888803ce6dfa8e1efbab30ec53f984410275d7a45138825af0a0d5 +SIZE (01org-hyperscan-v4.4.0_GH0.tar.gz) = 1514719 Modified: head/devel/hyperscan/files/patch-CMakeLists.txt ============================================================================== --- head/devel/hyperscan/files/patch-CMakeLists.txt Sat Mar 4 12:57:33 2017 (r435390) +++ head/devel/hyperscan/files/patch-CMakeLists.txt Sat Mar 4 13:33:16 2017 (r435391) @@ -1,7 +1,7 @@ ---- CMakeLists.txt.orig 2015-12-18 03:41:50.000000000 +0000 -+++ CMakeLists.txt 2016-02-22 13:28:07.548454000 +0000 -@@ -954,6 +954,6 @@ - install(TARGETS hs_shared DESTINATION lib) +--- CMakeLists.txt.orig 2017-01-20 03:16:41 UTC ++++ CMakeLists.txt +@@ -1217,6 +1217,6 @@ install(TARGETS hs_shared + LIBRARY DESTINATION lib) endif() -if(NOT WIN32) From owner-svn-ports-all@freebsd.org Sat Mar 4 13:33:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D507BCF9C8A; Sat, 4 Mar 2017 13:33:22 +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 A23901E00; Sat, 4 Mar 2017 13:33:22 +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 v24DXLsu085292; Sat, 4 Mar 2017 13:33:21 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DXLbK085290; Sat, 4 Mar 2017 13:33:21 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703041333.v24DXLbK085290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 4 Mar 2017 13:33:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435392 - head/devel/libhtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:33:22 -0000 Author: mat Date: Sat Mar 4 13:33:21 2017 New Revision: 435392 URL: https://svnweb.freebsd.org/changeset/ports/435392 Log: Update to 0.5.23. PR: 217143 Submitted by: Franco Fichtner Approved by: maintainer timeout Sponsored by: Absolight Modified: head/devel/libhtp/Makefile (contents, props changed) head/devel/libhtp/distinfo (contents, props changed) Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Sat Mar 4 13:33:16 2017 (r435391) +++ head/devel/libhtp/Makefile Sat Mar 4 13:33:21 2017 (r435392) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.5.22 +PORTVERSION= 0.5.23 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org Modified: head/devel/libhtp/distinfo ============================================================================== --- head/devel/libhtp/distinfo Sat Mar 4 13:33:16 2017 (r435391) +++ head/devel/libhtp/distinfo Sat Mar 4 13:33:21 2017 (r435392) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476615636 -SHA256 (OISF-libhtp-0.5.22_GH0.tar.gz) = 0f5ba5b0316b3c0caaa5c45a792271a61d01c667e76f8e37f1d186cb865f5663 -SIZE (OISF-libhtp-0.5.22_GH0.tar.gz) = 5773159 +TIMESTAMP = 1478303019 +SHA256 (OISF-libhtp-0.5.23_GH0.tar.gz) = b511ee90a92f7c7d984f8a3ad973244095b7377b866db8a32d652c9c59f57d93 +SIZE (OISF-libhtp-0.5.23_GH0.tar.gz) = 5773246 From owner-svn-ports-all@freebsd.org Sat Mar 4 13:33:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4378CF9CB5; Sat, 4 Mar 2017 13:33:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C7501E2A; Sat, 4 Mar 2017 13:33:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24DXP3s085456; Sat, 4 Mar 2017 13:33:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DXP0F085452; Sat, 4 Mar 2017 13:33:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703041333.v24DXP0F085452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 4 Mar 2017 13:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435393 - in head/security/suricata: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:33:26 -0000 Author: mat Date: Sat Mar 4 13:33:25 2017 New Revision: 435393 URL: https://svnweb.freebsd.org/changeset/ports/435393 Log: Update to 3.2.1. Pass maintainership to submitter. PR: 217143 Submitted by: Franco Fichtner Approved by: maintainer timeout Sponsored by: Absolight Modified: head/security/suricata/Makefile (contents, props changed) head/security/suricata/distinfo (contents, props changed) head/security/suricata/files/patch-configure.ac (contents, props changed) head/security/suricata/pkg-plist (contents, props changed) Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Sat Mar 4 13:33:21 2017 (r435392) +++ head/security/suricata/Makefile Sat Mar 4 13:33:25 2017 (r435393) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= suricata -PORTVERSION= 3.1.2 +PORTVERSION= 3.2.1 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ -MAINTAINER= koobs@FreeBSD.org +MAINTAINER= franco@opnsense.org COMMENT= High Performance Network IDS, IPS and Security Monitoring engine LICENSE= GPLv2 @@ -14,6 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre \ libnet.so:net/libnet \ + libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ + libltdl.so:devel/libltdl \ libyaml.so:textproc/libyaml USES= autoreconf cpe gmake libtool pathfix pkgconfig @@ -28,6 +32,7 @@ INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= GEOIP HTP_PORT IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE SC TESTS +OPTIONS_DEFINE_amd64= HYPERSCAN OPTIONS_DEFAULT= HTP_PORT IPFW JSON NETMAP PRELUDE OPTIONS_SUB= yes @@ -37,6 +42,7 @@ OPTIONS_RADIO_SCRIPTS= LUA LUAJIT SCRIPTS_DESC= Scripting GEOIP_DESC= GeoIP support +HYPERSCAN_DESC= Hyperscan support HTP_PORT_DESC= Use libhtp from ports IPFW_DESC= IPFW and IP Divert support for inline IDP JSON_DESC= JSON output support @@ -59,6 +65,10 @@ HTP_PORT_CONFIGURE_OFF= --enable-bundle HTP_PORT_CONFLICTS_INSTALL_OFF= libhtp-[0-9]* libhtp-suricata HTP_PORT_USES_OFF= iconv:translit +HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan +HYPERSCAN_CONFIGURE_ON= --with-libhs-includes=${LOCALBASE}/include \ + --with-libhs-libraries=${LOCALBASE}/lib + IPFW_CONFIGURE_ON= --enable-ipfw JSON_LIB_DEPENDS= libjansson.so:devel/jansson Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Sat Mar 4 13:33:21 2017 (r435392) +++ head/security/suricata/distinfo Sat Mar 4 13:33:25 2017 (r435393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474254433 -SHA256 (suricata-3.1.2.tar.gz) = f9e7742580849f202254e75d9fc245ba53f4d7490f47a6d30f02a7b10aacc512 -SIZE (suricata-3.1.2.tar.gz) = 3338099 +TIMESTAMP = 1487168316 +SHA256 (suricata-3.2.1.tar.gz) = 0e0b0cf49016804bb2fb1fc4327341617e76a67902f4e03e0ef6d16c1d7d3994 +SIZE (suricata-3.2.1.tar.gz) = 11754332 Modified: head/security/suricata/files/patch-configure.ac ============================================================================== --- head/security/suricata/files/patch-configure.ac Sat Mar 4 13:33:21 2017 (r435392) +++ head/security/suricata/files/patch-configure.ac Sat Mar 4 13:33:25 2017 (r435393) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2015-12-08 13:09:16 UTC +--- configure.ac.orig 2017-02-15 07:54:17 UTC +++ configure.ac -@@ -853,8 +853,10 @@ +@@ -935,8 +935,10 @@ AS_HELP_STRING([--enable-prelude], [Enable Prelude support for alerts]),,[enable_prelude=no]) # Prelude doesn't work with -Werror STORECFLAGS="${CFLAGS}" Modified: head/security/suricata/pkg-plist ============================================================================== --- head/security/suricata/pkg-plist Sat Mar 4 13:33:21 2017 (r435392) +++ head/security/suricata/pkg-plist Sat Mar 4 13:33:25 2017 (r435393) @@ -1,4 +1,5 @@ bin/suricata +man/man1/suricata.1.gz %%SC%%bin/suricatasc %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/Basic_Setup.txt @@ -45,8 +46,8 @@ bin/suricata %%NO_HTP_PORT%%include/htp/htp_urlencoded.h %%NO_HTP_PORT%%include/htp/htp_utf8_decoder.h %%NO_HTP_PORT%%include/htp/htp_version.h -%%NO_HTP_PORT%%lib/libhtp-0.5.22.so.1 -%%NO_HTP_PORT%%lib/libhtp-0.5.22.so.1.0.0 +%%NO_HTP_PORT%%lib/libhtp-0.5.23.so.1 +%%NO_HTP_PORT%%lib/libhtp-0.5.23.so.1.0.0 %%NO_HTP_PORT%%lib/libhtp.a %%NO_HTP_PORT%%lib/libhtp.so %%NO_HTP_PORT%%libdata/pkgconfig/htp.pc From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C88ACF9066; Sat, 4 Mar 2017 13:48: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 53FA81720; Sat, 4 Mar 2017 13:48: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 v24DmFtE089840; Sat, 4 Mar 2017 13:48:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DmFkL089838; Sat, 4 Mar 2017 13:48:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24DmFkL089838@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, 4 Mar 2017 13:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435394 - 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: Sat, 04 Mar 2017 13:48:16 -0000 Author: sunpoet Date: Sat Mar 4 13:48:15 2017 New Revision: 435394 URL: https://svnweb.freebsd.org/changeset/ports/435394 Log: Remove superfluous space Differential Revision: https://reviews.freebsd.org/D9162 Submitted by: sunpoet (myself) Reviewed by: amdmi3 Approved by: portmgr (mat) Modified: head/Mk/bsd.licenses.db.mk head/Mk/bsd.licenses.mk Modified: head/Mk/bsd.licenses.db.mk ============================================================================== --- head/Mk/bsd.licenses.db.mk Sat Mar 4 13:33:25 2017 (r435393) +++ head/Mk/bsd.licenses.db.mk Sat Mar 4 13:48:15 2017 (r435394) @@ -399,8 +399,6 @@ _LICENSE_GROUPS_ZPL21= GPL OSI .for lic in ${_LICENSE_LIST} . if !defined(_LICENSE_PERMS_${lic}) -# note that space before = is needed to correctly handle licenses -# ending with a plus sign -_LICENSE_PERMS_${lic} = ${_LICENSE_PERMS_DEFAULT} +_LICENSE_PERMS_${lic}= ${_LICENSE_PERMS_DEFAULT} . endif .endfor Modified: head/Mk/bsd.licenses.mk ============================================================================== --- head/Mk/bsd.licenses.mk Sat Mar 4 13:33:25 2017 (r435393) +++ head/Mk/bsd.licenses.mk Sat Mar 4 13:48:15 2017 (r435394) @@ -301,7 +301,7 @@ _LICENSE_DISTFILES= ${LICENSE_DISTFILES} _LICENSE_GROUPS_${lic}?=# . if ${_LICENSE_LIST:M${lic}} != "" # Case 1: license defined in the framework. -_LICENSE_TYPE_${lic} = known +_LICENSE_TYPE_${lic}= known . for var in ${_LICENSE_LIST_PORT_VARS} . if defined(LICENSE_${var}_${lic}) _LICENSE_ERROR?= redefining LICENSE_${var}_${lic} is not allowed for known licenses, to define a custom license try another LICENSE name for ${lic} like ${lic}-variant @@ -314,25 +314,25 @@ _LICENSE_ERROR?= ERROR: missing _LICENSE . if !defined(LICENSE_FILE_${lic}) . if !defined(LICENSE_TEXT_${lic}) . if exists(${_LICENSE_STORE}/${lic}) -_LICENSE_FILE_${lic} = ${_LICENSE_STORE}/${lic} +_LICENSE_FILE_${lic}= ${_LICENSE_STORE}/${lic} . else # No license file in /usr/ports/Templates/Licenses -_LICENSE_TEXT_${lic} = The license: ${lic} (${_LICENSE_NAME_${lic}}) is standard, please read from the web. -_LICENSE_FILE_${lic} = ${WRKDIR}/${lic} +_LICENSE_TEXT_${lic}= The license: ${lic} (${_LICENSE_NAME_${lic}}) is standard, please read from the web. +_LICENSE_FILE_${lic}= ${WRKDIR}/${lic} . endif . else _LICENSE_ERROR?= defining LICENSE_TEXT_${lic} is not allowed for known licenses . endif . else -_LICENSE_FILE_${lic} = ${LICENSE_FILE_${lic}} +_LICENSE_FILE_${lic}= ${LICENSE_FILE_${lic}} . endif . else # Case 2: license only known by the port. -_LICENSE_TYPE_${lic} = unknown +_LICENSE_TYPE_${lic}= unknown . for var in ${_LICENSE_LIST_PORT_VARS} . if defined(LICENSE_${var}_${lic}) -_LICENSE_${var}_${lic} = ${LICENSE_${var}_${lic}} +_LICENSE_${var}_${lic}= ${LICENSE_${var}_${lic}} . elif !defined(_LICENSE_${var}_${lic}) _LICENSE_ERROR?= for unknown licenses, defining LICENSE_${var}_${lic} is mandatory (otherwise use a known LICENSE) . endif @@ -354,11 +354,11 @@ _LICENSE_PERMS_${lic}:= ${__LICENSE_PERM . if !defined(LICENSE_TEXT_${lic}) _LICENSE_ERROR?= either LICENSE_FILE_${lic} or LICENSE_TEXT_${lic} must be defined . else -_LICENSE_TEXT_${lic} = ${LICENSE_TEXT_${lic}} -_LICENSE_FILE_${lic} = ${WRKDIR}/${lic} +_LICENSE_TEXT_${lic}= ${LICENSE_TEXT_${lic}} +_LICENSE_FILE_${lic}= ${WRKDIR}/${lic} . endif . else -_LICENSE_FILE_${lic} = ${LICENSE_FILE_${lic}} +_LICENSE_FILE_${lic}= ${LICENSE_FILE_${lic}} . endif . endif @@ -368,9 +368,9 @@ _LICENSE_ERROR?= defining both LICENSE_ . endif # Distfiles . if !defined(LICENSE_DISTFILES_${lic}) -_LICENSE_DISTFILES_${lic} = ${_DISTFILES} +_LICENSE_DISTFILES_${lic}= ${_DISTFILES} . else -_LICENSE_DISTFILES_${lic} = ${LICENSE_DISTFILES_${lic}} +_LICENSE_DISTFILES_${lic}= ${LICENSE_DISTFILES_${lic}} . endif . endfor .endif From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB0B6CF9087; Sat, 4 Mar 2017 13:48:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7E0E174A; Sat, 4 Mar 2017 13:48: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 v24DmMDN089942; Sat, 4 Mar 2017 13:48:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DmMg6089941; Sat, 4 Mar 2017 13:48:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24DmMg6089941@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, 4 Mar 2017 13:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435395 - head/databases/p5-AnyEvent-BDB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:48:24 -0000 Author: sunpoet Date: Sat Mar 4 13:48:22 2017 New Revision: 435395 URL: https://svnweb.freebsd.org/changeset/ports/435395 Log: Add LICENSE Modified: head/databases/p5-AnyEvent-BDB/Makefile Modified: head/databases/p5-AnyEvent-BDB/Makefile ============================================================================== --- head/databases/p5-AnyEvent-BDB/Makefile Sat Mar 4 13:48:15 2017 (r435394) +++ head/databases/p5-AnyEvent-BDB/Makefile Sat Mar 4 13:48:22 2017 (r435395) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Truly asynchronous Berkeley DB access +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-AnyEvent>=3.81:devel/p5-AnyEvent \ p5-BDB>=1.5:databases/p5-BDB RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7F22CF90AC; Sat, 4 Mar 2017 13:48:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3DB317A8; Sat, 4 Mar 2017 13:48:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24DmQtG090044; Sat, 4 Mar 2017 13:48:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DmQhE090043; Sat, 4 Mar 2017 13:48:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24DmQhE090043@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, 4 Mar 2017 13:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435396 - head/databases/tinycdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:48:28 -0000 Author: sunpoet Date: Sat Mar 4 13:48:26 2017 New Revision: 435396 URL: https://svnweb.freebsd.org/changeset/ports/435396 Log: Add LICENSE Modified: head/databases/tinycdb/Makefile Modified: head/databases/tinycdb/Makefile ============================================================================== --- head/databases/tinycdb/Makefile Sat Mar 4 13:48:22 2017 (r435395) +++ head/databases/tinycdb/Makefile Sat Mar 4 13:48:26 2017 (r435396) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.corpit.ru/mjt/t MAINTAINER= sunpoet@FreeBSD.org COMMENT= Analogous to cdb, but faster +LICENSE= PD + ALL_TARGET= static sharedlib INSTALL_TARGET= install install-sharedlib MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A73C0CF90D4; Sat, 4 Mar 2017 13:48: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 5B8FE182D; Sat, 4 Mar 2017 13:48: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 v24DmVMr090178; Sat, 4 Mar 2017 13:48:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DmVN4090174; Sat, 4 Mar 2017 13:48:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24DmVN4090174@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, 4 Mar 2017 13:48:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435397 - head/devel/p5-IO-YAML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:48:32 -0000 Author: sunpoet Date: Sat Mar 4 13:48:30 2017 New Revision: 435397 URL: https://svnweb.freebsd.org/changeset/ports/435397 Log: Update to 0.10 - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/IO-YAML/CHANGES Modified: head/devel/p5-IO-YAML/Makefile head/devel/p5-IO-YAML/distinfo head/devel/p5-IO-YAML/pkg-plist Modified: head/devel/p5-IO-YAML/Makefile ============================================================================== --- head/devel/p5-IO-YAML/Makefile Sat Mar 4 13:48:26 2017 (r435396) +++ head/devel/p5-IO-YAML/Makefile Sat Mar 4 13:48:30 2017 (r435397) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= IO-YAML -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read and write YAML streams incrementally +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ - p5-YAML>=0:textproc/p5-YAML -RUN_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ - p5-YAML>=0:textproc/p5-YAML + p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-IO-YAML/distinfo ============================================================================== --- head/devel/p5-IO-YAML/distinfo Sat Mar 4 13:48:26 2017 (r435396) +++ head/devel/p5-IO-YAML/distinfo Sat Mar 4 13:48:30 2017 (r435397) @@ -1,2 +1,3 @@ -SHA256 (IO-YAML-0.08.tar.gz) = 999383444f4c43182fab67c45a908e40b2c3459f13ab050f716f4e24ef7ceb6a -SIZE (IO-YAML-0.08.tar.gz) = 11970 +TIMESTAMP = 1488568726 +SHA256 (IO-YAML-0.10.tar.gz) = f6890fc82e740125bf7b233b9c3e0cf55526c969ba80fe0e496cc7b22562ad54 +SIZE (IO-YAML-0.10.tar.gz) = 15356 Modified: head/devel/p5-IO-YAML/pkg-plist ============================================================================== --- head/devel/p5-IO-YAML/pkg-plist Sat Mar 4 13:48:26 2017 (r435396) +++ head/devel/p5-IO-YAML/pkg-plist Sat Mar 4 13:48:30 2017 (r435397) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/IO::YAML.3.gz %%SITE_PERL%%/IO/YAML.pm +%%PERL5_MAN3%%/IO::YAML.3.gz From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 492A6CF90FD; Sat, 4 Mar 2017 13:48: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 181A018A6; Sat, 4 Mar 2017 13:48: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 v24DmapE090295; Sat, 4 Mar 2017 13:48:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DmaUx090293; Sat, 4 Mar 2017 13:48:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24DmaUx090293@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, 4 Mar 2017 13:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435398 - head/devel/p5-MooseX-Has-Sugar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 13:48:37 -0000 Author: sunpoet Date: Sat Mar 4 13:48:35 2017 New Revision: 435398 URL: https://svnweb.freebsd.org/changeset/ports/435398 Log: Update to 1.000006 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/MooseX-Has-Sugar/Changes Modified: head/devel/p5-MooseX-Has-Sugar/Makefile head/devel/p5-MooseX-Has-Sugar/distinfo Modified: head/devel/p5-MooseX-Has-Sugar/Makefile ============================================================================== --- head/devel/p5-MooseX-Has-Sugar/Makefile Sat Mar 4 13:48:30 2017 (r435397) +++ head/devel/p5-MooseX-Has-Sugar/Makefile Sat Mar 4 13:48:35 2017 (r435398) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Has-Sugar -PORTVERSION= 1.000004 -PORTREVISION= 1 +PORTVERSION= 1.000006 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +12,7 @@ COMMENT= Sugar Syntax for moose has fiel LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-MooseX-Has-Sugar/distinfo ============================================================================== --- head/devel/p5-MooseX-Has-Sugar/distinfo Sat Mar 4 13:48:30 2017 (r435397) +++ head/devel/p5-MooseX-Has-Sugar/distinfo Sat Mar 4 13:48:35 2017 (r435398) @@ -1,2 +1,3 @@ -SHA256 (MooseX-Has-Sugar-1.000004.tar.gz) = f7574c9fbae0faabf0c1a7de0682267328157b0a206b1554a733c1750b8387c8 -SIZE (MooseX-Has-Sugar-1.000004.tar.gz) = 38259 +TIMESTAMP = 1488568734 +SHA256 (MooseX-Has-Sugar-1.000006.tar.gz) = efeed3ddb3a8ea18f416d485f3c2b0427145d267e63368c651d488eaa8c28d09 +SIZE (MooseX-Has-Sugar-1.000006.tar.gz) = 37600 From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5CCBCF912A; Sat, 4 Mar 2017 13:48: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 78B1A1915; Sat, 4 Mar 2017 13:48: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 v24Dme6a090414; Sat, 4 Mar 2017 13:48:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DmeTx090412; Sat, 4 Mar 2017 13:48:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24DmeTx090412@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, 4 Mar 2017 13:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435399 - head/net/p5-Net-Appliance-Phrasebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:48:41 -0000 Author: sunpoet Date: Sat Mar 4 13:48:40 2017 New Revision: 435399 URL: https://svnweb.freebsd.org/changeset/ports/435399 Log: Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/net/p5-Net-Appliance-Phrasebook/Makefile head/net/p5-Net-Appliance-Phrasebook/pkg-plist Modified: head/net/p5-Net-Appliance-Phrasebook/Makefile ============================================================================== --- head/net/p5-Net-Appliance-Phrasebook/Makefile Sat Mar 4 13:48:35 2017 (r435398) +++ head/net/p5-Net-Appliance-Phrasebook/Makefile Sat Mar 4 13:48:40 2017 (r435399) @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= Net-Appliance-Phrasebook -PORTVERSION= 2.103.642 -PORTREVISION= 1 +PORTVERSION= 2.103642 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Network appliance command-line phrasebook +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ p5-Data-Phrasebook>=0:textproc/p5-Data-Phrasebook \ p5-Data-Phrasebook-Loader-YAML>=0:textproc/p5-Data-Phrasebook-Loader-YAML \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-Net-Appliance-Phrasebook/pkg-plist ============================================================================== --- head/net/p5-Net-Appliance-Phrasebook/pkg-plist Sat Mar 4 13:48:35 2017 (r435398) +++ head/net/p5-Net-Appliance-Phrasebook/pkg-plist Sat Mar 4 13:48:40 2017 (r435399) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Net::Appliance::Phrasebook.3.gz %%SITE_PERL%%/Net/Appliance/Phrasebook.pm %%SITE_PERL%%/Net/Appliance/Phrasebook/nas-pb.yml +%%PERL5_MAN3%%/Net::Appliance::Phrasebook.3.gz From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7100DCF9152; Sat, 4 Mar 2017 13:48: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 4AA1E198B; Sat, 4 Mar 2017 13:48: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 v24DmjLV090570; Sat, 4 Mar 2017 13:48:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DmjXb090566; Sat, 4 Mar 2017 13:48:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24DmjXb090566@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, 4 Mar 2017 13:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435400 - in head: net-mgmt/netdot net/p5-Net-Appliance-Session X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:48:46 -0000 Author: sunpoet Date: Sat Mar 4 13:48:44 2017 New Revision: 435400 URL: https://svnweb.freebsd.org/changeset/ports/435400 Log: Update to 4.200003 - Use real PORTVERSION and update dependent ports - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Net-Appliance-Session/Changes Modified: head/net-mgmt/netdot/Makefile head/net/p5-Net-Appliance-Session/Makefile head/net/p5-Net-Appliance-Session/distinfo head/net/p5-Net-Appliance-Session/pkg-plist Modified: head/net-mgmt/netdot/Makefile ============================================================================== --- head/net-mgmt/netdot/Makefile Sat Mar 4 13:48:40 2017 (r435399) +++ head/net-mgmt/netdot/Makefile Sat Mar 4 13:48:44 2017 (r435400) @@ -30,7 +30,7 @@ RUN_DEPENDS= p5-libapreq2>=0:www/p5-liba p5-Net-IRR>=0:net/p5-Net-IRR \ p5-NetAddr-IP>=4.042:net-mgmt/p5-NetAddr-IP \ p5-Net-Patricia>=1.20:net/p5-Net-Patricia \ - p5-Net-Appliance-Session>=3.113.610:net/p5-Net-Appliance-Session \ + p5-Net-Appliance-Session>=3.113610:net/p5-Net-Appliance-Session \ p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-Net-DNS-ZoneFile-Fast>=1.12:dns/p5-Net-DNS-ZoneFile-Fast \ p5-BIND-Config-Parser>=0:dns/p5-BIND-Config-Parser \ Modified: head/net/p5-Net-Appliance-Session/Makefile ============================================================================== --- head/net/p5-Net-Appliance-Session/Makefile Sat Mar 4 13:48:40 2017 (r435399) +++ head/net/p5-Net-Appliance-Session/Makefile Sat Mar 4 13:48:44 2017 (r435400) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= Net-Appliance-Session -PORTVERSION= 4.131.260 -PORTREVISION= 1 +PORTVERSION= 4.200003 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Run command-line sessions to network appliances @@ -18,12 +16,13 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Prompt-Tiny>=0:devel/p5-IO-Prompt-Tiny \ p5-Moo>=0:devel/p5-Moo \ p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike \ - p5-Net-CLI-Interact>=2.122.730:net/p5-Net-CLI-Interact \ + p5-Net-CLI-Interact>=2.200005:net/p5-Net-CLI-Interact \ p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \ p5-Text-Glob>=0:textproc/p5-Text-Glob \ p5-Try-Tiny>=0:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-Net-Appliance-Session/distinfo ============================================================================== --- head/net/p5-Net-Appliance-Session/distinfo Sat Mar 4 13:48:40 2017 (r435399) +++ head/net/p5-Net-Appliance-Session/distinfo Sat Mar 4 13:48:44 2017 (r435400) @@ -1,2 +1,3 @@ -SHA256 (Net-Appliance-Session-4.131260.tar.gz) = a6ee79ab7de28468c65e7bcec91b69956102889c617ab1ad575de90720c6ae9e -SIZE (Net-Appliance-Session-4.131260.tar.gz) = 31657 +TIMESTAMP = 1488612736 +SHA256 (Net-Appliance-Session-4.200003.tar.gz) = dcb691f5bc7b4dfd86611330beddcda7aed8d333a5a95576cf5ced7c7cb87fdb +SIZE (Net-Appliance-Session-4.200003.tar.gz) = 20468 Modified: head/net/p5-Net-Appliance-Session/pkg-plist ============================================================================== --- head/net/p5-Net-Appliance-Session/pkg-plist Sat Mar 4 13:48:40 2017 (r435399) +++ head/net/p5-Net-Appliance-Session/pkg-plist Sat Mar 4 13:48:44 2017 (r435400) @@ -1,8 +1,8 @@ bin/nas -%%PERL5_MAN3%%/Net::Appliance::Session.3.gz %%SITE_PERL%%/Net/Appliance/Session.pm %%SITE_PERL%%/Net/Appliance/Session/Async.pm %%SITE_PERL%%/Net/Appliance/Session/Engine.pm %%SITE_PERL%%/Net/Appliance/Session/Scripting.pm %%SITE_PERL%%/Net/Appliance/Session/Transport.pm %%PERL5_MAN1%%/nas.1.gz +%%PERL5_MAN3%%/Net::Appliance::Session.3.gz From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CCFDCF9171; Sat, 4 Mar 2017 13:48: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 DC9E41A05; Sat, 4 Mar 2017 13:48: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 v24Dmnlo090689; Sat, 4 Mar 2017 13:48:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DmnE5090687; Sat, 4 Mar 2017 13:48:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24DmnE5090687@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, 4 Mar 2017 13:48:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435401 - head/textproc/p5-Data-Phrasebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:48:51 -0000 Author: sunpoet Date: Sat Mar 4 13:48:49 2017 New Revision: 435401 URL: https://svnweb.freebsd.org/changeset/ports/435401 Log: Add removed Perl core module to *_DEPENDS - Sort PLIST - Bump PORTREVISION for dependency change Modified: head/textproc/p5-Data-Phrasebook/Makefile head/textproc/p5-Data-Phrasebook/pkg-plist Modified: head/textproc/p5-Data-Phrasebook/Makefile ============================================================================== --- head/textproc/p5-Data-Phrasebook/Makefile Sat Mar 4 13:48:44 2017 (r435400) +++ head/textproc/p5-Data-Phrasebook/Makefile Sat Mar 4 13:48:49 2017 (r435401) @@ -3,7 +3,7 @@ PORTNAME= Data-Phrasebook PORTVERSION= 0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,9 @@ COMMENT= Accessing phrasebooks from vari LICENSE= ART20 +BUILD_DEPENDS= p5-Module-Pluggable>=2.7:devel/p5-Module-Pluggable +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Data-Phrasebook/pkg-plist ============================================================================== --- head/textproc/p5-Data-Phrasebook/pkg-plist Sat Mar 4 13:48:44 2017 (r435400) +++ head/textproc/p5-Data-Phrasebook/pkg-plist Sat Mar 4 13:48:49 2017 (r435401) @@ -1,12 +1,3 @@ -%%PERL5_MAN3%%/Data::Phrasebook.3.gz -%%PERL5_MAN3%%/Data::Phrasebook::Debug.3.gz -%%PERL5_MAN3%%/Data::Phrasebook::Generic.3.gz -%%PERL5_MAN3%%/Data::Phrasebook::Loader.3.gz -%%PERL5_MAN3%%/Data::Phrasebook::Loader::Base.3.gz -%%PERL5_MAN3%%/Data::Phrasebook::Loader::Text.3.gz -%%PERL5_MAN3%%/Data::Phrasebook::Plain.3.gz -%%PERL5_MAN3%%/Data::Phrasebook::SQL.3.gz -%%PERL5_MAN3%%/Data::Phrasebook::SQL::Query.3.gz %%SITE_PERL%%/Data/Phrasebook.pm %%SITE_PERL%%/Data/Phrasebook/Debug.pm %%SITE_PERL%%/Data/Phrasebook/Generic.pm @@ -16,3 +7,12 @@ %%SITE_PERL%%/Data/Phrasebook/Plain.pm %%SITE_PERL%%/Data/Phrasebook/SQL.pm %%SITE_PERL%%/Data/Phrasebook/SQL/Query.pm +%%PERL5_MAN3%%/Data::Phrasebook.3.gz +%%PERL5_MAN3%%/Data::Phrasebook::Debug.3.gz +%%PERL5_MAN3%%/Data::Phrasebook::Generic.3.gz +%%PERL5_MAN3%%/Data::Phrasebook::Loader.3.gz +%%PERL5_MAN3%%/Data::Phrasebook::Loader::Base.3.gz +%%PERL5_MAN3%%/Data::Phrasebook::Loader::Text.3.gz +%%PERL5_MAN3%%/Data::Phrasebook::Plain.3.gz +%%PERL5_MAN3%%/Data::Phrasebook::SQL.3.gz +%%PERL5_MAN3%%/Data::Phrasebook::SQL::Query.3.gz From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 967D8CF91A7; Sat, 4 Mar 2017 13:48: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 623B01AA0; Sat, 4 Mar 2017 13:48: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 v24Dmssu090805; Sat, 4 Mar 2017 13:48:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24Dmsfm090803; Sat, 4 Mar 2017 13:48:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24Dmsfm090803@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, 4 Mar 2017 13:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435402 - head/textproc/p5-Text-MultiMarkdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:48:55 -0000 Author: sunpoet Date: Sat Mar 4 13:48:54 2017 New Revision: 435402 URL: https://svnweb.freebsd.org/changeset/ports/435402 Log: Add p5-HTML-Parser to BUILD_DEPENDS - Add LICENSE_FILE - Sort PLIST Modified: head/textproc/p5-Text-MultiMarkdown/Makefile head/textproc/p5-Text-MultiMarkdown/pkg-plist Modified: head/textproc/p5-Text-MultiMarkdown/Makefile ============================================================================== --- head/textproc/p5-Text-MultiMarkdown/Makefile Sat Mar 4 13:48:49 2017 (r435401) +++ head/textproc/p5-Text-MultiMarkdown/Makefile Sat Mar 4 13:48:54 2017 (r435402) @@ -12,10 +12,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Convert MultiMarkdown syntax to (X)HTML LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/License.text -BUILD_DEPENDS= p5-Text-Markdown>=1.0.26:textproc/p5-Text-Markdown -RUN_DEPENDS:= p5-HTML-Parser>0:www/p5-HTML-Parser \ - ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-HTML-Parser>0:www/p5-HTML-Parser \ + p5-Text-Markdown>=1.0.26:textproc/p5-Text-Markdown +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Test-Exception>=0:devel/p5-Test-Exception Modified: head/textproc/p5-Text-MultiMarkdown/pkg-plist ============================================================================== --- head/textproc/p5-Text-MultiMarkdown/pkg-plist Sat Mar 4 13:48:49 2017 (r435401) +++ head/textproc/p5-Text-MultiMarkdown/pkg-plist Sat Mar 4 13:48:54 2017 (r435402) @@ -1,4 +1,4 @@ bin/MultiMarkdown.pl -%%PERL5_MAN3%%/Text::MultiMarkdown.3.gz %%SITE_PERL%%/Text/MultiMarkdown.pm %%PERL5_MAN1%%/MultiMarkdown.pl.1.gz +%%PERL5_MAN3%%/Text::MultiMarkdown.3.gz From owner-svn-ports-all@freebsd.org Sat Mar 4 13:48:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9CC8CF91D1; Sat, 4 Mar 2017 13:48:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B319B1B16; Sat, 4 Mar 2017 13:48: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 v24DmwAu090908; Sat, 4 Mar 2017 13:48:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24Dmwgg090907; Sat, 4 Mar 2017 13:48:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041348.v24Dmwgg090907@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, 4 Mar 2017 13:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435403 - head/textproc/p5-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: Sat, 04 Mar 2017 13:49:00 -0000 Author: sunpoet Date: Sat Mar 4 13:48:58 2017 New Revision: 435403 URL: https://svnweb.freebsd.org/changeset/ports/435403 Log: Add removed Perl core module to *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/textproc/p5-XML-Feed/Makefile Modified: head/textproc/p5-XML-Feed/Makefile ============================================================================== --- head/textproc/p5-XML-Feed/Makefile Sat Mar 4 13:48:54 2017 (r435402) +++ head/textproc/p5-XML-Feed/Makefile Sat Mar 4 13:48:58 2017 (r435403) @@ -3,6 +3,7 @@ PORTNAME= XML-Feed PORTVERSION= 0.53 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +20,7 @@ BUILD_DEPENDS= p5-Class-ErrorHandler>=0: p5-DateTime-Format-W3CDTF>=0:devel/p5-DateTime-Format-W3CDTF \ p5-Feed-Find>=0:www/p5-Feed-Find \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ p5-URI>=0:net/p5-URI \ p5-URI-Fetch>=0:www/p5-URI-Fetch \ p5-XML-Atom>=0.38:textproc/p5-XML-Atom \ From owner-svn-ports-all@freebsd.org Sat Mar 4 13:49:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13C70CF91FF; Sat, 4 Mar 2017 13:49: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 D4AFE1BA1; Sat, 4 Mar 2017 13:49: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 v24Dn2TB091012; Sat, 4 Mar 2017 13:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24Dn22E091011; Sat, 4 Mar 2017 13:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041349.v24Dn22E091011@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, 4 Mar 2017 13:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435404 - head/www/p5-CGI-FormBuilder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:49:04 -0000 Author: sunpoet Date: Sat Mar 4 13:49:02 2017 New Revision: 435404 URL: https://svnweb.freebsd.org/changeset/ports/435404 Log: Add missing *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/www/p5-CGI-FormBuilder/Makefile Modified: head/www/p5-CGI-FormBuilder/Makefile ============================================================================== --- head/www/p5-CGI-FormBuilder/Makefile Sat Mar 4 13:48:58 2017 (r435403) +++ head/www/p5-CGI-FormBuilder/Makefile Sat Mar 4 13:49:02 2017 (r435404) @@ -3,6 +3,7 @@ PORTNAME= CGI-FormBuilder PORTVERSION= 3.0900 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ COMMENT= FormBuilder for CGI LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI +RUN_DEPENDS:= ${BUILD_DEPENDS} + USE_PERL5= configure USES= perl5 tar:tgz From owner-svn-ports-all@freebsd.org Sat Mar 4 13:49:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC8E7CF922A; Sat, 4 Mar 2017 13:49:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0CE1C15; Sat, 4 Mar 2017 13:49: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 v24Dn7VH091131; Sat, 4 Mar 2017 13:49:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24Dn78p091129; Sat, 4 Mar 2017 13:49:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041349.v24Dn78p091129@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, 4 Mar 2017 13:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435405 - head/devel/rubygem-ffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:49:08 -0000 Author: sunpoet Date: Sat Mar 4 13:49:07 2017 New Revision: 435405 URL: https://svnweb.freebsd.org/changeset/ports/435405 Log: Update to 1.9.18 Changes: https://github.com/ffi/ffi/commits/master Modified: head/devel/rubygem-ffi/Makefile head/devel/rubygem-ffi/distinfo Modified: head/devel/rubygem-ffi/Makefile ============================================================================== --- head/devel/rubygem-ffi/Makefile Sat Mar 4 13:49:02 2017 (r435404) +++ head/devel/rubygem-ffi/Makefile Sat Mar 4 13:49:07 2017 (r435405) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ffi -PORTVERSION= 1.9.17 -PORTREVISION= 1 +PORTVERSION= 1.9.18 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-ffi/distinfo ============================================================================== --- head/devel/rubygem-ffi/distinfo Sat Mar 4 13:49:02 2017 (r435404) +++ head/devel/rubygem-ffi/distinfo Sat Mar 4 13:49:07 2017 (r435405) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484435920 -SHA256 (rubygem/ffi-1.9.17.gem) = 479ff46dcfd8eda62f1bab5564ba4d5d76372a4764c06f9593bad97a48f6161e -SIZE (rubygem/ffi-1.9.17.gem) = 885760 +TIMESTAMP = 1488612799 +SHA256 (rubygem/ffi-1.9.18.gem) = a0df16d6a369a3306dd257adcb2ddef673e91b9740d0c5f77a98fde3ba288e0c +SIZE (rubygem/ffi-1.9.18.gem) = 885760 From owner-svn-ports-all@freebsd.org Sat Mar 4 13:49:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11FD6CF9253; Sat, 4 Mar 2017 13:49:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D527E1C83; Sat, 4 Mar 2017 13:49:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24DnBZN091249; Sat, 4 Mar 2017 13:49:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DnBpQ091247; Sat, 4 Mar 2017 13:49:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041349.v24DnBpQ091247@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, 4 Mar 2017 13:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435406 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 13:49:13 -0000 Author: sunpoet Date: Sat Mar 4 13:49:11 2017 New Revision: 435406 URL: https://svnweb.freebsd.org/changeset/ports/435406 Log: Update to 1.14.6 Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Sat Mar 4 13:49:07 2017 (r435405) +++ head/sysutils/rubygem-bundler/Makefile Sat Mar 4 13:49:11 2017 (r435406) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.14.5 +PORTVERSION= 1.14.6 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Sat Mar 4 13:49:07 2017 (r435405) +++ head/sysutils/rubygem-bundler/distinfo Sat Mar 4 13:49:11 2017 (r435406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487767243 -SHA256 (rubygem/bundler-1.14.5.gem) = 7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518 -SIZE (rubygem/bundler-1.14.5.gem) = 318976 +TIMESTAMP = 1488612804 +SHA256 (rubygem/bundler-1.14.6.gem) = f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40 +SIZE (rubygem/bundler-1.14.6.gem) = 319488 From owner-svn-ports-all@freebsd.org Sat Mar 4 13:49:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B584CF927E; Sat, 4 Mar 2017 13:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6730B1CF9; Sat, 4 Mar 2017 13:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24DnGN4091368; Sat, 4 Mar 2017 13:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DnGbU091366; Sat, 4 Mar 2017 13:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041349.v24DnGbU091366@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, 4 Mar 2017 13:49:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435407 - head/www/rubygem-feedjira X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:49:17 -0000 Author: sunpoet Date: Sat Mar 4 13:49:16 2017 New Revision: 435407 URL: https://svnweb.freebsd.org/changeset/ports/435407 Log: Update to 2.1.1 Changes: https://github.com/feedjira/feedjira/blob/master/CHANGELOG.md Modified: head/www/rubygem-feedjira/Makefile head/www/rubygem-feedjira/distinfo Modified: head/www/rubygem-feedjira/Makefile ============================================================================== --- head/www/rubygem-feedjira/Makefile Sat Mar 4 13:49:11 2017 (r435406) +++ head/www/rubygem-feedjira/Makefile Sat Mar 4 13:49:16 2017 (r435407) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feedjira -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-feedjira/distinfo ============================================================================== --- head/www/rubygem-feedjira/distinfo Sat Mar 4 13:49:11 2017 (r435406) +++ head/www/rubygem-feedjira/distinfo Sat Mar 4 13:49:16 2017 (r435407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483101009 -SHA256 (rubygem/feedjira-2.1.0.gem) = 97996df4283a59d307c076104cbb8630ea230c732cd01bf4682ec24f1b435234 -SIZE (rubygem/feedjira-2.1.0.gem) = 345600 +TIMESTAMP = 1488612810 +SHA256 (rubygem/feedjira-2.1.1.gem) = 9f8d04380bfb954066814ec32593e3ff63119ee877849604891cd74c93e01a0a +SIZE (rubygem/feedjira-2.1.1.gem) = 360448 From owner-svn-ports-all@freebsd.org Sat Mar 4 13:49:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E368CF92A1; Sat, 4 Mar 2017 13:49:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E87581D67; Sat, 4 Mar 2017 13:49:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24DnLHK091498; Sat, 4 Mar 2017 13:49:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DnKnA091495; Sat, 4 Mar 2017 13:49:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041349.v24DnKnA091495@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, 4 Mar 2017 13:49:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435408 - in head/www: . pecl-yar1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:49:22 -0000 Author: sunpoet Date: Sat Mar 4 13:49:20 2017 New Revision: 435408 URL: https://svnweb.freebsd.org/changeset/ports/435408 Log: Add pecl-yar1 1.2.5 (copied from pecl-yar) - Use USES=localbase - Update MSGPACK option - While I'm here, update IGNORE_WITH_PHP PR: 217522 Submitted by: John Chen (maintainer) Added: head/www/pecl-yar1/ - copied from r435349, head/www/pecl-yar/ Modified: head/www/Makefile head/www/pecl-yar1/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Mar 4 13:49:16 2017 (r435407) +++ head/www/Makefile Sat Mar 4 13:49:20 2017 (r435408) @@ -1461,6 +1461,7 @@ SUBDIR += pecl-yaf SUBDIR += pecl-yaf2 SUBDIR += pecl-yar + SUBDIR += pecl-yar1 SUBDIR += perlbal SUBDIR += pglogd SUBDIR += phalcon Modified: head/www/pecl-yar1/Makefile ============================================================================== --- head/www/pecl-yar/Makefile Fri Mar 3 16:00:19 2017 (r435349) +++ head/www/pecl-yar1/Makefile Sat Mar 4 13:49:20 2017 (r435408) @@ -14,16 +14,13 @@ COMMENT= Yar (Yet another RPC framework) LICENSE= PHP301 -USES= php:ext tar:tgz +USES= localbase php:ext tar:tgz USE_PHP= json:build curl:build -IGNORE_WITH_PHP= 70 - -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config +IGNORE_WITH_PHP=70 71 OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module -MSGPACK_BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack -MSGPACK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack +MSGPACK_BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack0 +MSGPACK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack0 .include From owner-svn-ports-all@freebsd.org Sat Mar 4 13:49:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CF9ECF92D8; Sat, 4 Mar 2017 13:49: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 59D001DD9; Sat, 4 Mar 2017 13:49: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 v24DnPUY091629; Sat, 4 Mar 2017 13:49:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DnPDI091627; Sat, 4 Mar 2017 13:49:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041349.v24DnPDI091627@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, 4 Mar 2017 13:49:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435409 - head/www/pecl-yar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 13:49:26 -0000 Author: sunpoet Date: Sat Mar 4 13:49:25 2017 New Revision: 435409 URL: https://svnweb.freebsd.org/changeset/ports/435409 Log: Update to 2.0.1 - Use USES=localbase - Update IGNORE_WITH_PHP Changes: https://pecl.php.net/package-changelog.php?package=yar PR: 217521 Submitted by: John Chen (maintainer) Modified: head/www/pecl-yar/Makefile head/www/pecl-yar/distinfo Modified: head/www/pecl-yar/Makefile ============================================================================== --- head/www/pecl-yar/Makefile Sat Mar 4 13:49:20 2017 (r435408) +++ head/www/pecl-yar/Makefile Sat Mar 4 13:49:25 2017 (r435409) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= yar -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,12 +13,9 @@ COMMENT= Yar (Yet another RPC framework) LICENSE= PHP301 -USES= php:ext tar:tgz +USES= localbase php:ext tar:tgz USE_PHP= json:build curl:build -IGNORE_WITH_PHP= 70 - -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config +IGNORE_WITH_PHP=56 OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module Modified: head/www/pecl-yar/distinfo ============================================================================== --- head/www/pecl-yar/distinfo Sat Mar 4 13:49:20 2017 (r435408) +++ head/www/pecl-yar/distinfo Sat Mar 4 13:49:25 2017 (r435409) @@ -1,2 +1,3 @@ -SHA256 (PECL/yar-1.2.5.tgz) = b3531c9588567cac3274f37d6eae4120c8bd3bf767ca8a0f7295c2038eec182d -SIZE (PECL/yar-1.2.5.tgz) = 38595 +TIMESTAMP = 1486911783 +SHA256 (PECL/yar-2.0.1.tgz) = f3b5617087afa1deffba8f0cdcbbd587589ff6c58af8da1c98437837f01114a4 +SIZE (PECL/yar-2.0.1.tgz) = 37917 From owner-svn-ports-all@freebsd.org Sat Mar 4 14:28:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2EDDCF9B6A; Sat, 4 Mar 2017 14:28: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 7669213C1; Sat, 4 Mar 2017 14:28: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 v24ESZh9008066; Sat, 4 Mar 2017 14:28:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24ESZHM008063; Sat, 4 Mar 2017 14:28:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703041428.v24ESZHM008063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 4 Mar 2017 14:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435410 - in head/devel/erlang-clique: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 14:28:36 -0000 Author: olgeni Date: Sat Mar 4 14:28:35 2017 New Revision: 435410 URL: https://svnweb.freebsd.org/changeset/ports/435410 Log: Update devel/erlang-clique to version 0.3.9. Modified: head/devel/erlang-clique/Makefile head/devel/erlang-clique/distinfo head/devel/erlang-clique/files/patch-rebar.config Modified: head/devel/erlang-clique/Makefile ============================================================================== --- head/devel/erlang-clique/Makefile Sat Mar 4 13:49:25 2017 (r435409) +++ head/devel/erlang-clique/Makefile Sat Mar 4 14:28:35 2017 (r435410) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clique -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-clique/distinfo ============================================================================== --- head/devel/erlang-clique/distinfo Sat Mar 4 13:49:25 2017 (r435409) +++ head/devel/erlang-clique/distinfo Sat Mar 4 14:28:35 2017 (r435410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476383201 -SHA256 (basho-clique-0.3.8_GH0.tar.gz) = de24dc9de6ebe377777f85f0697f7559bab500a04f5bc5f6800985d265139c71 -SIZE (basho-clique-0.3.8_GH0.tar.gz) = 180489 +TIMESTAMP = 1488629088 +SHA256 (basho-clique-0.3.9_GH0.tar.gz) = 96ab8c01692c181e0f1906a76f1cb88ab2ae8429ada8aab893e8c8fcb75f936f +SIZE (basho-clique-0.3.9_GH0.tar.gz) = 180479 Modified: head/devel/erlang-clique/files/patch-rebar.config ============================================================================== --- head/devel/erlang-clique/files/patch-rebar.config Sat Mar 4 13:49:25 2017 (r435409) +++ head/devel/erlang-clique/files/patch-rebar.config Sat Mar 4 14:28:35 2017 (r435410) @@ -1,8 +1,8 @@ ---- rebar.config.orig 2016-10-13 18:43:11 UTC +--- rebar.config.orig 2017-03-04 14:20:44 UTC +++ rebar.config @@ -12,5 +12,4 @@ ]}. {deps, [ -- {cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {tag, "2.0.10"}}} +- {cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {tag, "2.0.11"}}} ]}. From owner-svn-ports-all@freebsd.org Sat Mar 4 15:06:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 536B0CF9F02; Sat, 4 Mar 2017 15:06:50 +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 069831FCB; Sat, 4 Mar 2017 15:06:49 +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 v24F6n7d024162; Sat, 4 Mar 2017 15:06:49 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24F6mh8024160; Sat, 4 Mar 2017 15:06:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201703041506.v24F6mh8024160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 4 Mar 2017 15:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435411 - in head/multimedia/ffmpegthumbnailer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 15:06:50 -0000 Author: riggs Date: Sat Mar 4 15:06:48 2017 New Revision: 435411 URL: https://svnweb.freebsd.org/changeset/ports/435411 Log: Update to upstream version 2.2.0 Detailed log: - New option to prefer embedded image metadata over video content (command line argument: -m) - Fixed 'Resource temporarily unavailable' errors when using ffmpeg < 3.0 - Restored deinterlace functionality using the libavfilter library (additional ffmpeg dependency) - Additional video mime types added to the thumbnailer file - Take rotation metadata into account when generating thumbnails PR: 216648 Submitted by: stl@ossuary.net Approved by: clutton@zoho.com (maintainer) MFH: 2017Q1 Deleted: head/multimedia/ffmpegthumbnailer/files/patch-CMakeLists.txt Modified: head/multimedia/ffmpegthumbnailer/Makefile head/multimedia/ffmpegthumbnailer/distinfo head/multimedia/ffmpegthumbnailer/pkg-plist Modified: head/multimedia/ffmpegthumbnailer/Makefile ============================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile Sat Mar 4 14:28:35 2017 (r435410) +++ head/multimedia/ffmpegthumbnailer/Makefile Sat Mar 4 15:06:48 2017 (r435411) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpegthumbnailer -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= multimedia graphics MAINTAINER= clutton@zoho.com Modified: head/multimedia/ffmpegthumbnailer/distinfo ============================================================================== --- head/multimedia/ffmpegthumbnailer/distinfo Sat Mar 4 14:28:35 2017 (r435410) +++ head/multimedia/ffmpegthumbnailer/distinfo Sat Mar 4 15:06:48 2017 (r435411) @@ -1,2 +1,3 @@ -SHA256 (dirkvdb-ffmpegthumbnailer-2.1.1_GH0.tar.gz) = e43d8aae7e80771dc700b3d960a0717d5d28156684a8ddc485572cbcbc4365e9 -SIZE (dirkvdb-ffmpegthumbnailer-2.1.1_GH0.tar.gz) = 1531723 +TIMESTAMP = 1485821757 +SHA256 (dirkvdb-ffmpegthumbnailer-2.2.0_GH0.tar.gz) = 8bc74755aa960531acdea8fa19ad7e1b7c806c28a068306a8c7150d278241a8f +SIZE (dirkvdb-ffmpegthumbnailer-2.2.0_GH0.tar.gz) = 1284692 Modified: head/multimedia/ffmpegthumbnailer/pkg-plist ============================================================================== --- head/multimedia/ffmpegthumbnailer/pkg-plist Sat Mar 4 14:28:35 2017 (r435410) +++ head/multimedia/ffmpegthumbnailer/pkg-plist Sat Mar 4 15:06:48 2017 (r435411) @@ -8,7 +8,7 @@ include/libffmpegthumbnailer/videothumbn include/libffmpegthumbnailer/videothumbnailerc.h lib/libffmpegthumbnailer.so lib/libffmpegthumbnailer.so.4 -lib/libffmpegthumbnailer.so.4.11.0 +lib/libffmpegthumbnailer.so.4.13.1 libdata/pkgconfig/libffmpegthumbnailer.pc man/man1/ffmpegthumbnailer.1.gz %%THUMBNAILER%%share/thumbnailers/ffmpegthumbnailer.thumbnailer From owner-svn-ports-all@freebsd.org Sat Mar 4 15:28:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF589CF2704; Sat, 4 Mar 2017 15:28:46 +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 72DD21D32; Sat, 4 Mar 2017 15:28:46 +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 v24FSjPk032407; Sat, 4 Mar 2017 15:28:45 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24FSjqG032404; Sat, 4 Mar 2017 15:28:45 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703041528.v24FSjqG032404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sat, 4 Mar 2017 15:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435412 - head/sysutils/graylog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 15:28:46 -0000 Author: girgen Date: Sat Mar 4 15:28:45 2017 New Revision: 435412 URL: https://svnweb.freebsd.org/changeset/ports/435412 Log: Update graylog to 2.2.2 PR: 216593 Modified: head/sysutils/graylog/Makefile head/sysutils/graylog/distinfo head/sysutils/graylog/pkg-plist Modified: head/sysutils/graylog/Makefile ============================================================================== --- head/sysutils/graylog/Makefile Sat Mar 4 15:06:48 2017 (r435411) +++ head/sysutils/graylog/Makefile Sat Mar 4 15:28:45 2017 (r435412) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graylog -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= sysutils java MASTER_SITES= https://packages.graylog2.org/releases/graylog/ \ http://packages.graylog2.org/releases/graylog/ @@ -35,7 +35,8 @@ SUB_LIST= GRAYLOGUSER=${GRAYLOGUSER} \ PLIST_SUB= GRAYLOG_DATA_DIR=${GRAYLOG_DATA_DIR} \ GRAYLOGUSER=${GRAYLOGUSER} \ - GRAYLOGGROUP=${GRAYLOGGROUP} + GRAYLOGGROUP=${GRAYLOGGROUP} \ + PORTVERSION=${PORTVERSION} do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/plugin Modified: head/sysutils/graylog/distinfo ============================================================================== --- head/sysutils/graylog/distinfo Sat Mar 4 15:06:48 2017 (r435411) +++ head/sysutils/graylog/distinfo Sat Mar 4 15:28:45 2017 (r435412) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488453914 -SHA256 (graylog-2.2.1.tgz) = c7b322477882880b51e59bdd8d858fe50c59760dffb411d0b4a92f61bd797ca6 -SIZE (graylog-2.2.1.tgz) = 99202584 +TIMESTAMP = 1488634660 +SHA256 (graylog-2.2.2.tgz) = 46f419d422f6e5816b29333c8510524f1bbc910d6bf00136adb3899a985fceb4 +SIZE (graylog-2.2.2.tgz) = 99956086 Modified: head/sysutils/graylog/pkg-plist ============================================================================== --- head/sysutils/graylog/pkg-plist Sat Mar 4 15:06:48 2017 (r435411) +++ head/sysutils/graylog/pkg-plist Sat Mar 4 15:28:45 2017 (r435412) @@ -1,9 +1,9 @@ @sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/server/server.conf.sample %%DATADIR%%/graylog.jar -%%DATADIR%%/plugin/graylog-plugin-anonymous-usage-statistics-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-beats-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-collector-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-enterprise-integration-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-map-widget-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-pipeline-processor-2.2.1.jar +%%DATADIR%%/plugin/graylog-plugin-anonymous-usage-statistics-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-beats-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-collector-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-enterprise-integration-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-map-widget-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-pipeline-processor-%%PORTVERSION%%.jar @dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%GRAYLOG_DATA_DIR%% From owner-svn-ports-all@freebsd.org Sat Mar 4 15:47:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E14DCF2E05; Sat, 4 Mar 2017 15:47:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4596E1AC1; Sat, 4 Mar 2017 15:47:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24Flovf040909; Sat, 4 Mar 2017 15:47:50 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24FloOe040907; Sat, 4 Mar 2017 15:47:50 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201703041547.v24FloOe040907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 4 Mar 2017 15:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435413 - 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, 04 Mar 2017 15:47:51 -0000 Author: adamw Date: Sat Mar 4 15:47:50 2017 New Revision: 435413 URL: https://svnweb.freebsd.org/changeset/ports/435413 Log: Update to patchlevel 407. Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Mar 4 15:28:45 2017 (r435412) +++ head/editors/vim/Makefile Sat Mar 4 15:47:50 2017 (r435413) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.0367 +PORTVERSION= 8.0.0407 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Mar 4 15:28:45 2017 (r435412) +++ head/editors/vim/distinfo Sat Mar 4 15:47:50 2017 (r435413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488039397 -SHA256 (vim-vim-v8.0.0367_GH0.tar.gz) = 720aaa5cafd84312252d2809682d6582604f46b66731535b06edd786f7d1b420 -SIZE (vim-vim-v8.0.0367_GH0.tar.gz) = 12994467 +TIMESTAMP = 1488641723 +SHA256 (vim-vim-v8.0.0407_GH0.tar.gz) = 6015e25558ab89909577e3892ec91ddd819975e65876210513698e7bd16e81a1 +SIZE (vim-vim-v8.0.0407_GH0.tar.gz) = 13006061 From owner-svn-ports-all@freebsd.org Sat Mar 4 15:51:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BAAACF2F87; Sat, 4 Mar 2017 15: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 F09CA1F11; Sat, 4 Mar 2017 15:51:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24FpOH3041234; Sat, 4 Mar 2017 15:51:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24FpNJA041230; Sat, 4 Mar 2017 15:51:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703041551.v24FpNJA041230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 4 Mar 2017 15:51:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435414 - in head/chinese/gcin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 15:51:25 -0000 Author: vanilla Date: Sat Mar 4 15:51:23 2017 New Revision: 435414 URL: https://svnweb.freebsd.org/changeset/ports/435414 Log: 1: regen patch files. 2: fix MOC's path. PR: 217486 Submitted by: yunchih@csie.ntu.edu.tw Modified: head/chinese/gcin/Makefile head/chinese/gcin/files/patch-Makefile head/chinese/gcin/files/patch-modules__Makefile head/chinese/gcin/files/patch-qt4-im__Makefile Modified: head/chinese/gcin/Makefile ============================================================================== --- head/chinese/gcin/Makefile Sat Mar 4 15:47:50 2017 (r435413) +++ head/chinese/gcin/Makefile Sat Mar 4 15:51:23 2017 (r435414) @@ -3,7 +3,7 @@ PORTNAME= gcin PORTVERSION= 2.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese textproc gnome MASTER_SITES= http://hyperrate.com/gcin-source/ EXTRACT_ONLY= gcin-${PORTVERSION}.tar.xz @@ -41,7 +41,7 @@ post-patch: s,-ldl,,; \ s,mandir=$$datadir,mandir=$$prefix,; \ s,/usr/share,$$prefix/share,; \ - s,/usr/bin/moc,${LOCALBASE}/bin/moc-qt4,; \ + s,/usr/bin/moc,${MOC},; \ 1, 300 s,gcc,$$CC,; s,gcin-$$GCIN_VERSION,gcin,; \ /GCIN_DEBUG/ d' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,; \ Modified: head/chinese/gcin/files/patch-Makefile ============================================================================== --- head/chinese/gcin/files/patch-Makefile Sat Mar 4 15:47:50 2017 (r435413) +++ head/chinese/gcin/files/patch-Makefile Sat Mar 4 15:51:23 2017 (r435414) @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-01-26 14:41:39.000000000 +0800 -+++ Makefile 2014-04-12 10:55:35.584554559 +0800 +--- Makefile.orig 2014-01-26 06:41:39 UTC ++++ Makefile @@ -4,8 +4,11 @@ include config.mak include suffixes-rule @@ -38,13 +38,13 @@ gcin: $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) - $(CCLD) $(EXTRA_LDFLAGS) $(gcc_ld_run_path) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/X11R6/$(LIB) -+ $(CCLD) $(EXTRA_LDFLAGS) $(gcc_ld_run_path) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L%%PREFIX%%/$(LIB) ++ $(CCLD) $(EXTRA_LDFLAGS) $(gcc_ld_run_path) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/local/$(LIB) rm -f core.* vgcore.* ln -sf $@ $@.test gcin-nocur: $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) - $(CCLD) -Wl,-rpath,$(gcinlibdir) $(EXTRA_LDFLAGS) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/X11R6/$(LIB) -+ $(CCLD) -Wl,-rpath,$(gcinlibdir) $(EXTRA_LDFLAGS) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L%%PREFIX%%/$(LIB) ++ $(CCLD) -Wl,-rpath,$(gcinlibdir) $(EXTRA_LDFLAGS) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/local/$(LIB) rm -f core.* -tslearn: $(OBJS_TSLEARN) @@ -86,7 +86,7 @@ $(CCLD) $(gcc_ld_run_path) -o $@ $(OBJS_gcin_message) -L./im-client -lgcin-im-client $(LDFLAGS) pin-juyin: $(OBJS_pin_juyin) -@@ -223,12 +231,12 @@ install: +@@ -223,22 +231,18 @@ install: $(MAKE) -C data install $(MAKE) -C im-client install $(MAKE) -C gtk-im install @@ -97,12 +97,22 @@ if [ $(QT4_IM) = 'Y' ]; then $(MAKE) -C qt4-im install; fi - if [ $(prefix) = /usr/local ]; then \ - install -m 644 gcin.png /usr/share/icons/hicolor/64x64/apps; \ +- install -d $(DOC_DIR); \ +- install -m 644 README.html Changelog.html $(DOC_DIR); \ + if [ $(prefix) = /nonstaged ]; then \ + install -m 644 gcin.png $(prefix)/share/icons/hicolor/64x64/apps; \ - install -d $(DOC_DIR); \ - install -m 644 README.html Changelog.html $(DOC_DIR); \ install $(PROGS) $(bindir); \ -@@ -246,6 +254,7 @@ install: + rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \ + rm -f $(bindir)/ts-contribute; ln -sf ts-edit $(bindir)/ts-contribute; \ + rm -f $(bindir)/ts-contribute-en; ln -sf ts-edit $(bindir)/ts-contribute-en; \ + rm -f $(bindir)/ts-edit-en; ln -sf ts-edit $(bindir)/ts-edit-en; \ + else \ +- install -d $(DOC_DIR_i); \ +- install -m 644 README.html Changelog.html $(DOC_DIR_i); \ + install -s $(PROGS) $(bindir); \ + rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \ + rm -f $(bindir)/ts-contribute; ln -sf ts-edit $(bindir)/ts-contribute; \ +@@ -246,6 +250,7 @@ install: rm -f $(bindir)/ts-edit-en; ln -sf ts-edit $(bindir)/ts-edit-en; \ fi $(MAKE) -C scripts install @@ -110,7 +120,7 @@ $(MAKE) -C menu install if [ $(USE_I18N) = 'Y' ]; then $(MAKE) -C po install; fi -@@ -279,4 +288,4 @@ gcin-fedora.spec: gcin-fedora.spec.in VE +@@ -279,4 +284,4 @@ gcin-fedora.spec: gcin-fedora.spec.in VE rm -f $@ sed -e "s/__gcin_version__/$(GCIN_VERSION)/" < $< > $@ Modified: head/chinese/gcin/files/patch-modules__Makefile ============================================================================== --- head/chinese/gcin/files/patch-modules__Makefile Sat Mar 4 15:47:50 2017 (r435413) +++ head/chinese/gcin/files/patch-modules__Makefile Sat Mar 4 15:51:23 2017 (r435414) @@ -1,5 +1,5 @@ ---- modules/Makefile.orig 2013-10-05 11:31:52.000000000 +0800 -+++ modules/Makefile 2014-04-12 10:57:02.970548467 +0800 +--- modules/Makefile.orig 2013-10-05 03:31:52 UTC ++++ modules/Makefile @@ -38,4 +38,4 @@ clean: .depend: $(CCX) $(CFLAGS) -MM *.cpp > $@ Modified: head/chinese/gcin/files/patch-qt4-im__Makefile ============================================================================== --- head/chinese/gcin/files/patch-qt4-im__Makefile Sat Mar 4 15:47:50 2017 (r435413) +++ head/chinese/gcin/files/patch-qt4-im__Makefile Sat Mar 4 15:51:23 2017 (r435414) @@ -1,5 +1,5 @@ ---- qt4-im/Makefile.orig 2012-03-05 20:26:54.000000000 +0800 -+++ qt4-im/Makefile 2014-04-17 17:21:30.838404919 +0800 +--- qt4-im/Makefile.orig 2012-03-05 12:26:54 UTC ++++ qt4-im/Makefile @@ -3,7 +3,7 @@ QT=qt4 QTIM=$(QT)/plugins/inputmethods IMMODULES=$(libdir)/$(DEB_BUILD_MULTIARCH)/$(QTIM) From owner-svn-ports-all@freebsd.org Sat Mar 4 15:53:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1333CF3170; Sat, 4 Mar 2017 15:53:17 +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 8D83D11E1; Sat, 4 Mar 2017 15:53:17 +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 v24FrGmK044897; Sat, 4 Mar 2017 15:53:16 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24FrGZM044896; Sat, 4 Mar 2017 15:53:16 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201703041553.v24FrGZM044896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 4 Mar 2017 15:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435415 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 15:53:17 -0000 Author: olivierd Date: Sat Mar 4 15:53:16 2017 New Revision: 435415 URL: https://svnweb.freebsd.org/changeset/ports/435415 Log: Fix typos Modified: head/Mk/Uses/lxqt.mk Modified: head/Mk/Uses/lxqt.mk ============================================================================== --- head/Mk/Uses/lxqt.mk Sat Mar 4 15:51:23 2017 (r435414) +++ head/Mk/Uses/lxqt.mk Sat Mar 4 15:53:16 2017 (r435415) @@ -62,7 +62,7 @@ qtxdg_LIB_DEPENDS= libQt5Xdg.so:devel/li # First, expand all USE_LXQT_REQ recursively. .for comp in ${_USE_LXQT_ALL} . for subcomp in ${${comp}_USE_LXQT_REQ} -${comp}_USE_LXQT_REQ+= ${${comp}_USE_LXQR_REQ} +${comp}_USE_LXQT_REQ+= ${${subcomp}_USE_LXQT_REQ} . endfor .endfor From owner-svn-ports-all@freebsd.org Sat Mar 4 16:03:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20DA2CF3518; Sat, 4 Mar 2017 16:03:10 +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 E13EC187D; Sat, 4 Mar 2017 16:03:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24G39Zm049029; Sat, 4 Mar 2017 16:03:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24G38nK049021; Sat, 4 Mar 2017 16:03:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201703041603.v24G38nK049021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 4 Mar 2017 16:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435416 - in head/mail/mutt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 16:03:10 -0000 Author: adamw Date: Sat Mar 4 16:03:08 2017 New Revision: 435416 URL: https://svnweb.freebsd.org/changeset/ports/435416 Log: Update to 1.8.0 o Compressed Folders is now part of main line Fix missing lib depends with libgpg-errors and libassuan Move Header Cache to a BSD ports single radio Remove redundent sidebar var VVV updated to 1.8.0 GREETING updated to 1.7.2 extra-patch-parent-child-match converted to a makepatch Changes: https://dev.mutt.org/hg/mutt/file/stable/UPDATING#l11 Differential Revision: https://reviews.freebsd.org/D9819 Submitted by: maintainer (dereks lifeofadishwasher com) Modified: head/mail/mutt/Makefile head/mail/mutt/distinfo head/mail/mutt/files/extra-patch-parent-child-match head/mail/mutt/files/extra-patch-smartdate head/mail/mutt/files/patch-Makefile.am head/mail/mutt/files/patch-threadcomplete head/mail/mutt/pkg-plist Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Sat Mar 4 15:53:16 2017 (r435415) +++ head/mail/mutt/Makefile Sat Mar 4 16:03:08 2017 (r435416) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mutt -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.0 PORTREVISION?= 0 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ @@ -58,17 +58,16 @@ OPTIONS_EXCLUDE= NLS DOCS EXAMPLES .else OPTIONS_DEFINE= COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK \ FORCEBASE64 GPGME GREETING_PATCH HTML ICONV IDN IFDEF_PATCH \ - IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \ - MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH \ - MIXMASTER NLS NNTP PARENT_CHILD_MATCH_PATCH \ - QUOTE_PATCH REVERSE_REPLY_PATCH SIDEBAR \ - SMART_DATE SMIME_OUTLOOK_COMPAT SMTP TOKYOCABINET \ - URLVIEW XML + LOCALES_FIX MAILBOX_MANPAGES MAILDIR_MTIME_PATCH MIXMASTER \ + NLS NNTP PARENT_CHILD_MATCH_PATCH QUOTE_PATCH \ + REVERSE_REPLY_PATCH SIDEBAR SMART_DATE SMIME_OUTLOOK_COMPAT \ + SMTP URLVIEW XML -OPTIONS_SINGLE= GSSAPI SCREEN +OPTIONS_SINGLE= GSSAPI HCACHE SCREEN OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL ISPELL OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE +OPTIONS_SINGLE_HCACHE= HCACHE_BDB HCACHE_TOKYOCABINET HCACHE_KYOTOCABINET HCACHE_NONE OPTIONS_SINGLE_SCREEN= NCURSES SLANG COMPRESSED_FOLDERS_DESC= Compressed folders @@ -81,10 +80,8 @@ GREETING_PATCH_DESC= Greeting support HTML_DESC= HTML documentation IDN_DESC+= International Domain Names (implies ICONV) IFDEF_PATCH_DESC= ifdef feature -IMAP_HEADER_CACHE_DESC= IMAP header cache LOCALES_FIX_DESC= Locales fix MAILBOX_MANPAGES_DESC= Install mbox.5/mmdf.5 manpages -MAILDIR_HEADER_CACHE_DESC= Maildir header cache MAILDIR_MTIME_PATCH_DESC= Maildir mtime patch MIXMASTER_DESC= Mixmaster support NCURSES_DESC= Ncurses support @@ -97,16 +94,19 @@ SLANG_DESC= SLANG support SMART_DATE_DESC= Dynamic date formatting with "%@" SMIME_OUTLOOK_COMPAT_DESC= SMIME outlook compatibility SMTP_DESC= SMTP relay support -TOKYOCABINET_DESC= Use tokyocabinet instead of Berkley DB +HCACHE_DESC= Header Cache support +HCACHE_BDB_DESC= Use Berkeley DB (BDB) +HCACHE_TOKYOCABINET_DESC= Use Tokyo Cabinet +HCACHE_KYOTOCABINET_DESC= Use Kyoto Cabinet +HCACHE_NONE_DESC= Disable Header Cache URLVIEW_DESC= Use urlview for the URL selector menu XML_DESC= Use XML tools for rebuilding documentation -OPTIONS_DEFAULT= COMPRESSED_FOLDERS GPGME HTML ICONV IDN IFDEF_PATCH \ - IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \ - MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH NLS \ - NCURSES PARENT_CHILD_MATCH_PATCH QUOTE_PATCH \ - REVERSE_REPLY_PATCH SMART_DATE SMIME_OUTLOOK_COMPAT \ - SASL SMTP URLVIEW XML GSSAPI_NONE +OPTIONS_DEFAULT= COMPRESSED_FOLDERS GPGME HTML HCACHE_BDB ICONV IDN \ + IFDEF_PATCH LOCALES_FIX MAILBOX_MANPAGES MAILDIR_MTIME_PATCH \ + NLS NCURSES PARENT_CHILD_MATCH_PATCH QUOTE_PATCH \ + REVERSE_REPLY_PATCH SMART_DATE SMIME_OUTLOOK_COMPAT SASL SMTP \ + URLVIEW XML GSSAPI_NONE .endif RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:misc/mime-support @@ -160,12 +160,24 @@ GSSAPI_MIT_USES= gssapi:mit GSSAPI_MIT_CONFIGURE_ON= --with-gss=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_NONE_CONFIGURE_ON= --without-gss +HCACHE_NONE_CONFIGURE_ON= --disable-hcache +HCACHE_NONE_CONFIGURE_OFF= --enable-hcache --without-qdbm --without-gdbm + +HCACHE_BDB_CONFIGURE_WITH= bdb +HCACHE_BDB_USES= bdb:42+ + +HCACHE_TOKYOCABINET_CONFIGURE_WITH= tokyocabinet +HCACHE_TOKYOCABINET_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet + +HCACHE_KYOTOCABINET_CONFIGURE_WITH= kyotocabinet +HCACHE_KYOTOCABINET_LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet + ICONV_USES= iconv:translit ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} ICONV_CONFIGURE_OFF= --disable-iconv ASPELL_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aspell -##PARENT_CHILD_MATCH_PATCH_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-parent-child-match +PARENT_CHILD_MATCH_PATCH_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-parent-child-match REVERSE_REPLY_PATCH_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-reverse_reply SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 @@ -186,18 +198,18 @@ IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_WITH= idn IDN_IMPLIES= ICONV -GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme +GPGME_LIB_DEPENDS+= libgpgme.so:security/gpgme +GPGME_LIB_DEPENDS+= libgpg-error.so:security/libgpg-error +GPGME_LIB_DEPENDS+= libassuan.so:security/libassuan GPGME_CONFIGURE_ENABLE= gpgme SMTP_CONFIGURE_ENABLE= smtp -MAILDIR_HEADER_CACHE_CONFIGURE_OFF= --without-qdbm - GREETING_PATCH_PATCHFILES= mutt-${GREETING_PATCH_VERSION}.vc.greeting:vc -COMPRESSED_FOLDERS_DISTFILES= patch-${RR_PATCH_VERSION}.rr.compressed.gz:vvv -COMPRESSED_FOLDERS_CONFIGURE_ON= --enable-compressed -COMPRESSED_FOLDERS_VARS= XML_NEEDED=yes +COMPRESSED_FOLDERS_ENABLE= compressed +COMPRESSED_FOLDERS_VARS= XML_NEEDED=yes \ +COMPRESSED_FOLDERS_PLIST_FILES=%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.muttrc-compress QUOTE_PATCH_PATCHFILES= patch-${VVV_PATCH_VERSION}.vvv.initials.gz:vvv \ patch-${VVV_PATCH_VERSION}.vvv.quote.gz:vvv @@ -210,7 +222,6 @@ NNTP_VARS= XML_NEEDED=yes NNTP_CATEGORIES= news SIDEBAR_CONFIGURE_ENABLE= sidebar -SIDEBAR_CONFIGURE_ON= --enable-sidebar SIDEBAR_VARS= XML_NEEDED=yes DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-doc-ref @@ -218,9 +229,9 @@ DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-pa .include # un/comment as each VERSION is created for PORTVERSION -VVV_PATCH_VERSION= 1.7.1 -RR_PATCH_VERSION= 1.7.1 -#GREETING_PATCH_VERSION= 1.7.0 +VVV_PATCH_VERSION= 1.8.0 +RR_PATCH_VERSION= 1.7.2 +GREETING_PATCH_VERSION= 1.7.2 .if !defined(VVV_PATCH_VERSION) VVV_PATCH_VERSION= ${PORTVERSION} @@ -246,15 +257,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath CFLAGS+= ${CFLAGS_ADD} LDFLAGS+= ${LDFLAGS_ADD} -pre-patch-PARENT_CHILD_MATCH_PATCH-on: - @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-parent-child-match - -pre-patch-COMPRESSED_FOLDERS-on: - @${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/patch-${RR_PATCH_VERSION}.rr.compressed.gz > ${WRKDIR}/patch-compressed - @${REINPLACE_CMD} -E '/^diff.*\/doc\/manual.txt$$/,/^diff/d' \ - ${WRKDIR}/patch-compressed - @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${WRKDIR}/patch-compressed - pre-patch-NNTP-on: @${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/patch-${VVV_PATCH_VERSION}.vvv.nntp.gz > ${WRKDIR}/patch-nntp @${REINPLACE_CMD} -E '/^diff.*\/doc\/manual.txt$$/,/^diff/d' \ @@ -288,7 +290,7 @@ post-patch-IFDEF_PATCH-on: WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} -post-patch:: +post-patch: @${REINPLACE_CMD} -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \ ${WRKSRC}/contrib/gpg.rc @${REINPLACE_CMD} -e 's,pgp6,pgp,g' \ @@ -304,20 +306,11 @@ pre-configure:: ${WRKSRC}/imap/auth_gss.c .endif -.if ${PORT_OPTIONS:MIMAP_HEADER_CACHE} || ${PORT_OPTIONS:MMAILDIR_HEADER_CACHE} -.if ${PORT_OPTIONS:MTOKYOCABINET} -CONFIGURE_ARGS+= --enable-hcache --without-gdbm --without-bdb --with-tokyocabinet -LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet -.else -USES+= bdb:42+ -CONFIGURE_ARGS+= --enable-hcache --without-gdbm --with-bdb +.if ${PORT_OPTIONS:MHCACHE_BDB} CONFIGURE_SED= -e 's/BDB_VERSIONS="/&${BDB_LIB_NAME} db${BDB_VER} /' pre-configure:: @${REINPLACE_CMD} -E ${CONFIGURE_SED} ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}.ac .endif -.else -CONFIGURE_ARGS+= --disable-hcache -.endif .if defined (XML_NEEDED) && ${PORT_OPTIONS:MXML} BUILD_DEPENDS+= xsltproc:textproc/libxslt \ Modified: head/mail/mutt/distinfo ============================================================================== --- head/mail/mutt/distinfo Sat Mar 4 15:53:16 2017 (r435415) +++ head/mail/mutt/distinfo Sat Mar 4 16:03:08 2017 (r435416) @@ -1,19 +1,17 @@ -TIMESTAMP = 1481676540 -SHA256 (mutt/mutt-1.7.2.tar.gz) = 1553501687cd22d5b8aaee4dc5a7d9dcf6cc61d7956f6aabaadd252d10cd5ff9 -SIZE (mutt/mutt-1.7.2.tar.gz) = 4025880 -SHA256 (mutt/patch-1.7.1.rr.compressed.gz) = 97bc56bbc6b0312b87e8dfb68dd9b551edb9d6771bb1b52b1c6f63f51d0bd05b -SIZE (mutt/patch-1.7.1.rr.compressed.gz) = 9985 -SHA256 (mutt/patch-1.7.1.vvv.nntp.gz) = 798db983e3d63d954bfd88e0b8771f806afddf0ae07cc9a03d27def355675687 -SIZE (mutt/patch-1.7.1.vvv.nntp.gz) = 61201 -SHA256 (mutt/patch-1.7.1.vvv.nntp_ru.gz) = 497f96c19ff17330404667a63c1abd6a5b309004c4dc5100f73973012ad8a2c1 -SIZE (mutt/patch-1.7.1.vvv.nntp_ru.gz) = 5494 +TIMESTAMP = 1488157778 +SHA256 (mutt/mutt-1.8.0.tar.gz) = 45841eda12804b460260adff8f3f39cc977744e832486a3c49e182eda967adab +SIZE (mutt/mutt-1.8.0.tar.gz) = 4116223 +SHA256 (mutt/patch-1.8.0.vvv.nntp.gz) = 1bd4b83708bb664749a34a188f01bc541cc7ab51628a163d87da119152ed00b9 +SIZE (mutt/patch-1.8.0.vvv.nntp.gz) = 60675 +SHA256 (mutt/patch-1.8.0.vvv.nntp_ru.gz) = ec9be57cdd516748f9ee7ee27b137d6ef7d3346258198940cb3d1eabb12d13ea +SIZE (mutt/patch-1.8.0.vvv.nntp_ru.gz) = 3465 SHA256 (mutt/patch-1.5.1.dgc.deepif.1) = d655a2f0003bdb2efb7ee5a8c77c113da661110e9c63289f03eb622773fc7a34 SIZE (mutt/patch-1.5.1.dgc.deepif.1) = 767 SHA256 (mutt/patch-1.7.0.ats.date_conditional.1) = a7f65e0b6e59713582b3b0a1c3d3c0e54e5875f5dfe3bda285e51a5b6d96e14e SIZE (mutt/patch-1.7.0.ats.date_conditional.1) = 2415 SHA256 (mutt/mutt-1.7.2.vc.greeting) = 05dce466675c8692ab4a2c34d309de06e98e965241249e3cfccbb8d10873b9a3 SIZE (mutt/mutt-1.7.2.vc.greeting) = 4175 -SHA256 (mutt/patch-1.7.1.vvv.initials.gz) = 1405104d8929d672dc5ffebbca8ea5601a88c515e862ec2f89e5b92bfdb53ad0 -SIZE (mutt/patch-1.7.1.vvv.initials.gz) = 675 -SHA256 (mutt/patch-1.7.1.vvv.quote.gz) = de0e47fb8ffe1ab6587aba37438c90443bee6508759bf82d8aa5da27317b3cc7 -SIZE (mutt/patch-1.7.1.vvv.quote.gz) = 1258 +SHA256 (mutt/patch-1.8.0.vvv.initials.gz) = 98c667c86028691ee0e9a8022977a7ba16972854c1f2fd87f83899c30598fedd +SIZE (mutt/patch-1.8.0.vvv.initials.gz) = 686 +SHA256 (mutt/patch-1.8.0.vvv.quote.gz) = 18d50110ab38a4338284691e081aa06b1b52301eca49633d2c7639b46acf7e2c +SIZE (mutt/patch-1.8.0.vvv.quote.gz) = 1282 Modified: head/mail/mutt/files/extra-patch-parent-child-match ============================================================================== --- head/mail/mutt/files/extra-patch-parent-child-match Sat Mar 4 15:53:16 2017 (r435415) +++ head/mail/mutt/files/extra-patch-parent-child-match Sat Mar 4 16:03:08 2017 (r435416) @@ -1,7 +1,7 @@ ---- mutt-1.5.20/doc/manual.xml.head 2009-05-30 19:20:08.000000000 +0200 -+++ mutt-1.5.20-parentchildmatch/doc/manual.xml.head 2009-07-18 01:09:23.000000000 +0200 -@@ -3947,6 +3947,22 @@ With the reset comman - which allows you to reset all variables to their system defaults. +--- doc/manual.xml.head.orig 2017-02-24 18:29:36 UTC ++++ doc/manual.xml.head +@@ -4259,6 +4259,22 @@ variable all, which allow + their system defaults. + @@ -23,30 +23,28 @@ -diff -urNp mutt-1.5.20/mutt.h mutt-1.5.20-parentchildmatch/mutt.h ---- mutt-1.5.20/mutt.h 2009-06-13 00:15:42.000000000 +0200 -+++ mutt-1.5.20-parentchildmatch/mutt.h 2009-07-18 01:14:21.000000000 +0200 -@@ -819,6 +819,8 @@ typedef struct pattern_t +--- mutt.h.orig 2017-02-24 18:29:36 UTC ++++ mutt.h +@@ -863,6 +863,8 @@ typedef struct pattern_t unsigned int alladdr : 1; unsigned int stringmatch : 1; unsigned int groupmatch : 1; + unsigned int parentmatch : 1; + unsigned int childsmatch : 1; unsigned int ign_case : 1; /* ignore case for local stringmatch searches */ + unsigned int isalias : 1; int min; - int max; -diff -urNp mutt-1.5.20/pattern.c mutt-1.5.20-parentchildmatch/pattern.c ---- mutt-1.5.20/pattern.c 2009-06-03 22:48:31.000000000 +0200 -+++ mutt-1.5.20-parentchildmatch/pattern.c 2009-07-18 01:09:23.000000000 +0200 -@@ -45,6 +45,7 @@ static int eat_regexp (pattern_t *pat, B +--- pattern.c.orig 2017-02-24 18:29:37 UTC ++++ pattern.c +@@ -46,6 +46,7 @@ static int eat_regexp (pattern_t *pat, B static int eat_date (pattern_t *pat, BUFFER *, BUFFER *); static int eat_range (pattern_t *pat, BUFFER *, BUFFER *); static int patmatch (const pattern_t *pat, const char *buf); -+static int pattern_exec (struct pattern_t *pat, pattern_exec_flag flags, CONTEXT *ctx, HEADER *h); ++static int pattern_exec (struct pattern_t *pat, pattern_exec_flag flags, CONTEXT *ctx, HEADER *h, pattern_cache_t *cache); - static struct pattern_flags + static const struct pattern_flags { -@@ -769,6 +770,8 @@ pattern_t *mutt_pattern_comp (/* const * +@@ -781,6 +782,8 @@ pattern_t *mutt_pattern_comp (/* const * pattern_t *last = NULL; int not = 0; int alladdr = 0; @@ -54,10 +52,10 @@ diff -urNp mutt-1.5.20/pattern.c mutt-1. + int childsmatch = 0; int or = 0; int implicit = 1; /* used to detect logical AND operator */ - struct pattern_flags *entry; -@@ -793,6 +796,24 @@ pattern_t *mutt_pattern_comp (/* const * + int isalias = 0; +@@ -810,6 +813,24 @@ pattern_t *mutt_pattern_comp (/* const * ps.dptr++; - not = !not; + isalias = !isalias; break; + case '<': + ps.dptr++; @@ -80,65 +78,68 @@ diff -urNp mutt-1.5.20/pattern.c mutt-1. case '|': if (!or) { -@@ -818,6 +839,8 @@ pattern_t *mutt_pattern_comp (/* const * +@@ -835,6 +856,8 @@ pattern_t *mutt_pattern_comp (/* const * implicit = 0; not = 0; alladdr = 0; + parentmatch = 0; + childsmatch = 0; + isalias = 0; break; case '%': - case '=': -@@ -841,8 +864,12 @@ pattern_t *mutt_pattern_comp (/* const * +@@ -865,9 +888,13 @@ pattern_t *mutt_pattern_comp (/* const * last = tmp; tmp->not ^= not; tmp->alladdr |= alladdr; + tmp->parentmatch |= parentmatch; + tmp->childsmatch |= childsmatch; + tmp->isalias |= isalias; not = 0; alladdr = 0; + parentmatch = 0; + childsmatch = 0; + isalias = 0; /* compile the sub-expression */ buf = mutt_substrdup (ps.dptr + 1, p); - if ((tmp2 = mutt_pattern_comp (buf, flags, err)) == NULL) -@@ -870,10 +897,14 @@ pattern_t *mutt_pattern_comp (/* const * +@@ -896,11 +923,15 @@ pattern_t *mutt_pattern_comp (/* const * tmp = new_pattern (); tmp->not = not; tmp->alladdr = alladdr; + tmp->parentmatch = parentmatch; + tmp->childsmatch = childsmatch; + tmp->isalias = isalias; tmp->stringmatch = (*ps.dptr == '=') ? 1 : 0; tmp->groupmatch = (*ps.dptr == '%') ? 1 : 0; not = 0; alladdr = 0; + parentmatch = 0; + childsmatch = 0; + isalias = 0; if (last) - last->next = tmp; -@@ -939,8 +970,12 @@ pattern_t *mutt_pattern_comp (/* const * +@@ -967,9 +998,13 @@ pattern_t *mutt_pattern_comp (/* const * last = tmp; tmp->not ^= not; tmp->alladdr |= alladdr; + tmp->parentmatch |= parentmatch; + tmp->childsmatch |= childsmatch; + tmp->isalias |= isalias; not = 0; alladdr = 0; + parentmatch = 0; + childsmatch = 0; + isalias = 0; ps.dptr = p + 1; /* restore location */ break; - default: -@@ -1081,6 +1116,36 @@ static int match_threadcomplete(struct p - int - mutt_pattern_exec (struct pattern_t *pat, pattern_exec_flag flags, CONTEXT *ctx, HEADER *h) +@@ -1137,6 +1172,37 @@ int + mutt_pattern_exec (struct pattern_t *pat, pattern_exec_flag flags, CONTEXT *ctx, HEADER *h, + pattern_cache_t *cache) { + THREAD *t; + + if (pat->parentmatch) { + if (h->thread && h->thread->parent && h->thread->parent->message) -+ return pattern_exec (pat, flags, ctx, h->thread->parent->message); ++ return pattern_exec (pat, flags, ctx, h->thread->parent->message, cache); + else + return pat->not; + } @@ -153,17 +154,18 @@ diff -urNp mutt-1.5.20/pattern.c mutt-1. + for (; t; t = t->next) { + if (!t->message) + continue; -+ if (pattern_exec (pat, flags, ctx, t->message)) ++ if (pattern_exec (pat, flags, ctx, t->message, cache)) + return !pat->not; + } + return pat->not; + } -+ return pattern_exec (pat, flags, ctx, h); ++ return pattern_exec (pat, flags, ctx, h, cache); +} + +static int -+pattern_exec (struct pattern_t *pat, pattern_exec_flag flags, CONTEXT *ctx, HEADER *h) ++pattern_exec (struct pattern_t *pat, pattern_exec_flag flags, CONTEXT *ctx, HEADER *h, ++ pattern_cache_t *cache) +{ - switch (pat->op) - { - case M_AND: + int result; + int *cache_entry; + Modified: head/mail/mutt/files/extra-patch-smartdate ============================================================================== --- head/mail/mutt/files/extra-patch-smartdate Sat Mar 4 15:53:16 2017 (r435415) +++ head/mail/mutt/files/extra-patch-smartdate Sat Mar 4 16:03:08 2017 (r435416) @@ -1,25 +1,6 @@ ---- mutt.h -+++ mutt.h -@@ -133,6 +133,16 @@ - M_FORMAT_NOFILTER = (1<<7) /* do not allow filtering on this pass */ - } format_flag; - -+/* flags for SmartDate */ -+typedef enum { -+ FUTURE = 1, -+ SMARTTIME = 2, -+ YESTERDAY = 3, -+ WEEKDAY = 4, -+ STANDARD = 5, -+ ANCIENT = 6 -+} smartdate_type; -+ - /* types for mutt_add_hook() */ - #define M_FOLDERHOOK 1 - #define M_MBOXHOOK (1<<1) ---- hdrline.c +--- hdrline.c.orig 2017-02-24 18:29:36 UTC +++ hdrline.c -@@ -231,6 +231,89 @@ +@@ -248,6 +248,89 @@ static char *apply_subject_mods (ENVELOP * %Y = `x-label:' field (if present, tree unfolded, and != parent's x-label) * %Z = status flags */ @@ -109,18 +90,37 @@ static const char * hdr_format_str (char *dest, size_t destlen, -@@ -462,7 +545,13 @@ - tm = gmtime (&T); - } +@@ -421,7 +504,13 @@ hdr_format_str (char *dest, -- strftime (buf2, sizeof (buf2), dest, tm); -+ /* Identify the non-strftime smartdate pattern (%@) */ -+ if( strncmp( dest, "%@", 2 ) == 0 ) { -+ smartdate( buf2, sizeof( buf2 ), tm ); -+ } -+ else { -+ strftime (buf2, sizeof (buf2), dest, tm); -+ } + if (!do_locales) + setlocale (LC_TIME, "C"); +- strftime (buf2, sizeof (buf2), dest, tm); ++ /* Identify the non-strftime smartdate pattern (%@) */ ++ if( strncmp( dest, "%@", 2 ) == 0 ) { ++ smartdate( buf2, sizeof( buf2 ), tm ); ++ } ++ else { ++ strftime (buf2, sizeof (buf2), dest, tm); ++ } + if (!do_locales) + setlocale (LC_TIME, ""); - if (do_locales) - setlocale (LC_TIME, "C"); +--- mutt.h.orig 2017-02-24 18:29:36 UTC ++++ mutt.h +@@ -134,6 +134,16 @@ typedef enum + MUTT_FORMAT_NOFILTER = (1<<7) /* do not allow filtering on this pass */ + } format_flag; + ++/* flags for SmartDate */ ++typedef enum { ++ FUTURE = 1, ++ SMARTTIME = 2, ++ YESTERDAY = 3, ++ WEEKDAY = 4, ++ STANDARD = 5, ++ ANCIENT = 6 ++} smartdate_type; ++ + /* types for mutt_add_hook() */ + #define MUTT_FOLDERHOOK 1 + #define MUTT_MBOXHOOK (1<<1) Modified: head/mail/mutt/files/patch-Makefile.am ============================================================================== --- head/mail/mutt/files/patch-Makefile.am Sat Mar 4 15:53:16 2017 (r435415) +++ head/mail/mutt/files/patch-Makefile.am Sat Mar 4 16:03:08 2017 (r435416) @@ -1,15 +1,15 @@ ---- Makefile.am.orig 2016-10-08 19:30:21 UTC +--- Makefile.am.orig 2017-02-27 01:12:49 UTC +++ Makefile.am -@@ -10,7 +10,7 @@ IMAP_SUBDIR = imap +@@ -14,7 +14,7 @@ IMAP_SUBDIR = imap IMAP_INCLUDES = -I$(top_srcdir)/imap endif --SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) -+SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) . doc +-SUBDIRS = m4 po intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR) ++SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) . $(DOC_SUBDIR) bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET) -@@ -157,18 +157,9 @@ install-exec-hook: +@@ -161,18 +161,9 @@ install-exec-hook: rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \ ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \ fi Modified: head/mail/mutt/files/patch-threadcomplete ============================================================================== --- head/mail/mutt/files/patch-threadcomplete Sat Mar 4 15:53:16 2017 (r435415) +++ head/mail/mutt/files/patch-threadcomplete Sat Mar 4 16:03:08 2017 (r435416) @@ -1,6 +1,6 @@ ---- mutt.h.orig 2016-10-08 19:30:21 UTC +--- mutt.h.orig 2017-02-27 01:20:29 UTC +++ mutt.h -@@ -190,6 +190,7 @@ enum +@@ -201,6 +201,7 @@ enum MUTT_EXPIRED, MUTT_SUPERSEDED, MUTT_TRASH, @@ -8,7 +8,7 @@ /* actions for mutt_pattern_comp/mutt_pattern_exec */ MUTT_AND, ---- pattern.c.orig 2016-10-08 19:30:21 UTC +--- pattern.c.orig 2017-02-27 01:20:06 UTC +++ pattern.c @@ -56,6 +56,7 @@ static const struct pattern_flags } @@ -18,10 +18,10 @@ { 'A', MUTT_ALL, 0, NULL }, { 'b', MUTT_BODY, MUTT_FULL_MSG, eat_regexp }, { 'B', MUTT_WHOLE_MSG, MUTT_FULL_MSG, eat_regexp }, -@@ -1185,6 +1186,16 @@ mutt_pattern_exec (struct pattern_t *pat - 2, h->env->to, h->env->cc)); - case MUTT_LIST: /* known list, subscribed or not */ - return (pat->not ^ mutt_is_list_cc (pat->alladdr, h->env->to, h->env->cc)); +@@ -1236,6 +1237,16 @@ mutt_pattern_exec (struct pattern_t *pat + else + result = mutt_is_list_cc (pat->alladdr, h->env->to, h->env->cc); + return (pat->not ^ result); + case MUTT_THREADCOMPLETE: + { static pattern_t tmp; + static short pattern_set = 0; @@ -33,5 +33,5 @@ + return (pat->not ^ (h->env && match_threadcomplete(&tmp, flags, ctx, h->thread, 1, 1, 1, 1))); + } case MUTT_SUBSCRIBED_LIST: - return (pat->not ^ mutt_is_list_recipient (pat->alladdr, h->env->to, h->env->cc)); - case MUTT_PERSONAL_RECIP: + if (cache) + { Modified: head/mail/mutt/pkg-plist ============================================================================== --- head/mail/mutt/pkg-plist Sat Mar 4 15:53:16 2017 (r435415) +++ head/mail/mutt/pkg-plist Sat Mar 4 16:03:08 2017 (r435416) @@ -45,7 +45,6 @@ man/man5/muttrc.5.gz %%HTML%%%%PORTDOCS%%%%DOCSDIR%%/reference.html %%HTML%%%%PORTDOCS%%%%DOCSDIR%%/security.html %%HTML%%%%PORTDOCS%%%%DOCSDIR%%/tuning.html -%%XML%%%%HTML%%%%COMPRESSED_FOLDERS%%%%PORTDOCS%%%%DOCSDIR%%/compressed-folders.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Mush.rc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Pine.rc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tin.rc From owner-svn-ports-all@freebsd.org Sat Mar 4 16:34:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1B04CF90F8; Sat, 4 Mar 2017 16:34:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B5FC19F6; Sat, 4 Mar 2017 16:34:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24GYIKN061500; Sat, 4 Mar 2017 16:34:18 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24GYI6b061497; Sat, 4 Mar 2017 16:34:18 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201703041634.v24GYI6b061497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 4 Mar 2017 16:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435417 - 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: Sat, 04 Mar 2017 16:34:19 -0000 Author: novel Date: Sat Mar 4 16:34:18 2017 New Revision: 435417 URL: https://svnweb.freebsd.org/changeset/ports/435417 Log: devel/libvirt: update to 3.1.0 - update to 3.1.0 - disable scsi storage driver: it builds fine, but will not work on FreeBSD - Add an OPTION for the ZFS storage driver (enabled by default) Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sat Mar 4 16:03:08 2017 (r435416) +++ head/devel/libvirt/Makefile Sat Mar 4 16:34:18 2017 (r435417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 2.5.0 +PORTVERSION= 3.1.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -20,8 +20,8 @@ BUILD_DEPENDS= dnsmasq:dns/dnsmasq \ xsltproc:textproc/libxslt RUN_DEPENDS= dnsmasq:dns/dnsmasq -OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU READLINE SASL -OPTIONS_DEFAULT= GNUTLS READLINE +OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU READLINE SASL ZFS +OPTIONS_DEFAULT= GNUTLS READLINE ZFS OPTIONS_DEFINE_amd64= XEN .if exists(/usr/sbin/bhyve) OPTIONS_DEFINE_amd64+= BHYVE @@ -35,6 +35,7 @@ QEMU_DESC= QEMU driver BHYVE_DESC= bhyve driver XEN_DESC= Xen support via libxl NSS_DESC= Name Service Switch plugin +ZFS_DESC= ZFS storage driver OPTIONS_SUB= yes @@ -66,6 +67,8 @@ XEN_CONFIGURE_WITH= libxl XEN_CFLAGS= -I${LOCALBASE}/include XEN_LIB_DEPENDS= libxenlight.so:sysutils/xen-tools +ZFS_CONFIGURE_WITH= storage-zfs + VARDIR= /var USE_RC_SUBR= libvirtd virtlogd @@ -81,6 +84,7 @@ CONFIGURE_ARGS+= --without-avahi \ --without-xen \ --without-login-shell \ --without-wireshark-dissector \ + --without-storage-scsi \ --with-ssh2 \ --localstatedir=${VARDIR} Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sat Mar 4 16:03:08 2017 (r435416) +++ head/devel/libvirt/distinfo Sat Mar 4 16:34:18 2017 (r435417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481343631 -SHA256 (libvirt-2.5.0.tar.xz) = 819dffefbfd6ae95dfe1b28cfdee15ebcf9f91bbd732157488a57705bf81cb1e -SIZE (libvirt-2.5.0.tar.xz) = 13638636 +TIMESTAMP = 1488599419 +SHA256 (libvirt-3.1.0.tar.xz) = 7879029a0fcac4e58dbeec66f0bc77771565c4b6667212c8f6251eefb03732a9 +SIZE (libvirt-3.1.0.tar.xz) = 13906204 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Sat Mar 4 16:03:08 2017 (r435416) +++ head/devel/libvirt/pkg-plist Sat Mar 4 16:34:18 2017 (r435417) @@ -251,6 +251,7 @@ share/gtk-doc/html/libvirt/up.png %%DATADIR%%/schemas/storagecommon.rng %%DATADIR%%/schemas/storagepool.rng %%DATADIR%%/schemas/storagevol.rng +%%DATADIR%%/test-screenshot.png %%NLS%%share/locale/af/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/am/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/anp/LC_MESSAGES/libvirt.mo @@ -353,6 +354,8 @@ lib/libvirt/connection-driver/libvirt_dr lib/libvirt/connection-driver/libvirt_driver_storage.so lib/libvirt/connection-driver/libvirt_driver_vbox.so %%XEN%%lib/libvirt/connection-driver/libvirt_driver_libxl.so +lib/libvirt/storage-backend/libvirt_storage_backend_fs.so +%%ZFS%%lib/libvirt/storage-backend/libvirt_storage_backend_zfs.so %%QEMU%%@dir /var/run/libvirt/qemu %%QEMU%%@dir /var/lib/libvirt/qemu/channel/target %%QEMU%%@dir /var/lib/libvirt/qemu/channel From owner-svn-ports-all@freebsd.org Sat Mar 4 16:35:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A3F4CF913C; Sat, 4 Mar 2017 16:35:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16D5C1B0D; Sat, 4 Mar 2017 16:35:52 +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 v24GZpLC061665; Sat, 4 Mar 2017 16:35:51 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24GZpMc061663; Sat, 4 Mar 2017 16:35:51 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201703041635.v24GZpMc061663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 4 Mar 2017 16:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435418 - head/devel/py-libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 16:35:52 -0000 Author: novel Date: Sat Mar 4 16:35:50 2017 New Revision: 435418 URL: https://svnweb.freebsd.org/changeset/ports/435418 Log: devel/py-libvirt: update to 3.1.0 Modified: head/devel/py-libvirt/Makefile head/devel/py-libvirt/distinfo Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Sat Mar 4 16:34:18 2017 (r435417) +++ head/devel/py-libvirt/Makefile Sat Mar 4 16:35:50 2017 (r435418) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 2.5.0 +PORTVERSION= 3.1.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ Modified: head/devel/py-libvirt/distinfo ============================================================================== --- head/devel/py-libvirt/distinfo Sat Mar 4 16:34:18 2017 (r435417) +++ head/devel/py-libvirt/distinfo Sat Mar 4 16:35:50 2017 (r435418) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481379746 -SHA256 (libvirt-python-2.5.0.tar.gz) = f4fd787ad26b4cd4b32afa65b6248c344ef48edffeb42c892c7adb4866f656d1 -SIZE (libvirt-python-2.5.0.tar.gz) = 172329 +TIMESTAMP = 1488642690 +SHA256 (libvirt-python-3.1.0.tar.gz) = f36a62ace3b815ef1f14a760a5feee31bd502bed0daf92ab75d21d516123a218 +SIZE (libvirt-python-3.1.0.tar.gz) = 174378 From owner-svn-ports-all@freebsd.org Sat Mar 4 16:36:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89950CF9166; Sat, 4 Mar 2017 16:36:02 +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 592031B9C; Sat, 4 Mar 2017 16:36:02 +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 v24Ga1C8061805; Sat, 4 Mar 2017 16:36:01 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24Ga12P061802; Sat, 4 Mar 2017 16:36:01 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703041636.v24Ga12P061802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 4 Mar 2017 16:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435419 - head/devel/jansson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 16:36:02 -0000 Author: vanilla Date: Sat Mar 4 16:36:01 2017 New Revision: 435419 URL: https://svnweb.freebsd.org/changeset/ports/435419 Log: Update to 2.10. Modified: head/devel/jansson/Makefile head/devel/jansson/distinfo head/devel/jansson/pkg-plist Modified: head/devel/jansson/Makefile ============================================================================== --- head/devel/jansson/Makefile Sat Mar 4 16:35:50 2017 (r435418) +++ head/devel/jansson/Makefile Sat Mar 4 16:36:01 2017 (r435419) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jansson -PORTVERSION= 2.9 +PORTVERSION= 2.10 CATEGORIES= devel MASTER_SITES= http://www.digip.org/jansson/releases/ Modified: head/devel/jansson/distinfo ============================================================================== --- head/devel/jansson/distinfo Sat Mar 4 16:35:50 2017 (r435418) +++ head/devel/jansson/distinfo Sat Mar 4 16:36:01 2017 (r435419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474257000 -SHA256 (jansson-2.9.tar.bz2) = 77094fc1e113da0e2e65479488a0719f859b8f5bde3a6a0da88a1c73a88b5698 -SIZE (jansson-2.9.tar.bz2) = 363432 +TIMESTAMP = 1488640278 +SHA256 (jansson-2.10.tar.bz2) = 241125a55f739cd713808c4e0089986b8c3da746da8b384952912ad659fa2f5a +SIZE (jansson-2.10.tar.bz2) = 393053 Modified: head/devel/jansson/pkg-plist ============================================================================== --- head/devel/jansson/pkg-plist Sat Mar 4 16:35:50 2017 (r435418) +++ head/devel/jansson/pkg-plist Sat Mar 4 16:36:01 2017 (r435419) @@ -3,5 +3,5 @@ include/jansson_config.h lib/libjansson.a lib/libjansson.so lib/libjansson.so.4 -lib/libjansson.so.4.9.0 +lib/libjansson.so.4.10.0 libdata/pkgconfig/jansson.pc From owner-svn-ports-all@freebsd.org Sat Mar 4 17:50:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89ED7CF9958; Sat, 4 Mar 2017 17:50:36 +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 6C36215B9; Sat, 4 Mar 2017 17:50:35 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (vie-188-118-249-200.dsl.sil.at [188.118.249.200]) (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 89E3E3F531; Sat, 4 Mar 2017 12:50:25 -0500 (EST) Date: Sat, 4 Mar 2017 18:50:22 +0100 (CET) From: Gerald Pfeifer To: ports-committers@freebsd.org, Olivier Duchateau cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435415 - head/Mk/Uses In-Reply-To: <201703041553.v24FrGZM044896@repo.freebsd.org> Message-ID: References: <201703041553.v24FrGZM044896@repo.freebsd.org> 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, 04 Mar 2017 17:50:36 -0000 On Sat, 4 Mar 2017, Olivier Duchateau wrote: > Log: > Fix typos > Modified: head/Mk/Uses/lxqt.mk > ============================================================================== > .for comp in ${_USE_LXQT_ALL} > . for subcomp in ${${comp}_USE_LXQT_REQ} > -${comp}_USE_LXQT_REQ+= ${${comp}_USE_LXQR_REQ} > +${comp}_USE_LXQT_REQ+= ${${subcomp}_USE_LXQT_REQ} > . endfor > .endfor Picking this as just one example, definitely do not want to pick this commit in particular or you, Olivier! Let's get better at documenting infrastructure commits (especially). Sometimes it is important/useful to log at the log, and "fix typo" (which I've seen a fair bit lately) is not helpful at that. Unless it's a comment, but even then "Fix typos in comments" or "Fix typos in description of..." is more useful. And even when looking at the commit, a bit more guidance what to look for is helpful. Gerald (who is guilty of not-too-descriptive commit messages when it comes to the gcc*-devel ports following snapshots, but tries hard in other cases) From owner-svn-ports-all@freebsd.org Sat Mar 4 18:16:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69F45CF8166; Sat, 4 Mar 2017 18:16:21 +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 2DE1015BE; Sat, 4 Mar 2017 18:16:21 +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 v24IGKHC002171; Sat, 4 Mar 2017 18:16:20 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24IGKXp002169; Sat, 4 Mar 2017 18:16:20 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201703041816.v24IGKXp002169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 4 Mar 2017 18:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435420 - head/www/xpi-uBlock_origin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 18:16:21 -0000 Author: thierry Date: Sat Mar 4 18:16:19 2017 New Revision: 435420 URL: https://svnweb.freebsd.org/changeset/ports/435420 Log: Upgrade to 1.11.2. Changelog at https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/?page=1#version-1.11.2 Modified: head/www/xpi-uBlock_origin/Makefile head/www/xpi-uBlock_origin/distinfo Modified: head/www/xpi-uBlock_origin/Makefile ============================================================================== --- head/www/xpi-uBlock_origin/Makefile Sat Mar 4 16:36:01 2017 (r435419) +++ head/www/xpi-uBlock_origin/Makefile Sat Mar 4 18:16:19 2017 (r435420) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ublock_origin -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.2 DISTVERSIONSUFFIX= -an+fx+sm+tb CATEGORIES= www Modified: head/www/xpi-uBlock_origin/distinfo ============================================================================== --- head/www/xpi-uBlock_origin/distinfo Sat Mar 4 16:36:01 2017 (r435419) +++ head/www/xpi-uBlock_origin/distinfo Sat Mar 4 18:16:19 2017 (r435420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486403583 -SHA256 (xpi/ublock_origin-1.11.0-an+fx+sm+tb.xpi) = c2b3f6c56a6331c22df2112fa8c7998580a290d1fbb2e9129ffffb6eaf69c057 -SIZE (xpi/ublock_origin-1.11.0-an+fx+sm+tb.xpi) = 1537804 +TIMESTAMP = 1488651178 +SHA256 (xpi/ublock_origin-1.11.2-an+fx+sm+tb.xpi) = 7e472016f036d56cbcf3c9fd54f356457ea3c4117b0678dd34e231d2ebc96dd7 +SIZE (xpi/ublock_origin-1.11.2-an+fx+sm+tb.xpi) = 1549520 From owner-svn-ports-all@freebsd.org Sat Mar 4 18:39:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 879F3CF8A56; Sat, 4 Mar 2017 18:39:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D7F3103F; Sat, 4 Mar 2017 18:39:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24IdaEr010230; Sat, 4 Mar 2017 18:39:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24IdaoY010228; Sat, 4 Mar 2017 18:39:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703041839.v24IdaoY010228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 4 Mar 2017 18:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435421 - head/net/pptpclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 18:39:37 -0000 Author: pi Date: Sat Mar 4 18:39:36 2017 New Revision: 435421 URL: https://svnweb.freebsd.org/changeset/ports/435421 Log: net/pptpclient: update 1.8.0 -> 1.9.0 Released 29th November 2016 - close a memory leak in pqueue, - avoid spurious error about /bin/ip on FreeBSD, - fix compiler warnings, - avoid clobbering heap (RHBZ #1183627), - fix use after free in call close request handler, - make clean to clean pptpsetup.8 (Debian #831032), - add --missing-window option (Debian #680455, Ubuntu #681617), - randomise call-id (Debian #721963), - replace gethostbyname(3) with getaddrinfo(3), - fix typo in pptp_ctrl manpage, - place pptpsetup manpage in correct section, - don't set build flags; use defaults, - remove pptpsetup.8 from source as it is generated, - fix for (null) in "pptp: GRE-to-PPP gateway on (null)". Modified: head/net/pptpclient/Makefile head/net/pptpclient/distinfo Modified: head/net/pptpclient/Makefile ============================================================================== --- head/net/pptpclient/Makefile Sat Mar 4 18:16:19 2017 (r435420) +++ head/net/pptpclient/Makefile Sat Mar 4 18:39:36 2017 (r435421) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pptpclient -PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTVERSION= 1.9.0 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION} DISTNAME= pptp-${PORTVERSION} @@ -16,7 +15,7 @@ LICENSE= GPLv2+ USES= perl5 USE_RC_SUBR= pptp MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" \ - PPPD="/usr/sbin/ppp" IP="/usr/bin/true" + PPPD="/usr/sbin/ppp" CFLAGS+= -DUSER_PPP PLIST_FILES= sbin/pptp man/man8/pptp.8.gz Modified: head/net/pptpclient/distinfo ============================================================================== --- head/net/pptpclient/distinfo Sat Mar 4 18:16:19 2017 (r435420) +++ head/net/pptpclient/distinfo Sat Mar 4 18:39:36 2017 (r435421) @@ -1,2 +1,3 @@ -SHA256 (pptp-1.8.0.tar.gz) = e39c42d933242a8a6dd8600a0fa7f0a5ec8f066d10c4149d8e81a5c68fe4bbda -SIZE (pptp-1.8.0.tar.gz) = 86778 +TIMESTAMP = 1488652415 +SHA256 (pptp-1.9.0.tar.gz) = 0b1e8cbfc578d3f5ab12ee87c5c2c60419abfe9cc445690a8a19c320b11c9201 +SIZE (pptp-1.9.0.tar.gz) = 87591 From owner-svn-ports-all@freebsd.org Sat Mar 4 19:36:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA531CF79A1; Sat, 4 Mar 2017 19:36:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D52C195B; Sat, 4 Mar 2017 19:36:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24JatdP034054; Sat, 4 Mar 2017 19:36:55 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24JatoU034051; Sat, 4 Mar 2017 19:36:55 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201703041936.v24JatoU034051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 4 Mar 2017 19:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435422 - head/graphics/ipe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 19:36:57 -0000 Author: bofh Date: Sat Mar 4 19:36:55 2017 New Revision: 435422 URL: https://svnweb.freebsd.org/changeset/ports/435422 Log: graphics/ipe: Update version 7.2.5=>7.2.7 Modified: head/graphics/ipe/Makefile head/graphics/ipe/distinfo head/graphics/ipe/pkg-plist Modified: head/graphics/ipe/Makefile ============================================================================== --- head/graphics/ipe/Makefile Sat Mar 4 18:39:36 2017 (r435421) +++ head/graphics/ipe/Makefile Sat Mar 4 19:36:55 2017 (r435422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipe -PORTVERSION= 7.2.5 +PORTVERSION= 7.2.7 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/ @@ -55,7 +55,7 @@ post-patch: '/%s/s|gnome-open|xdg-open|' ${WRKSRC}/ipe/lua/prefs.lua post-install: - @${LN} -sf ${DATADIR}${PORTVERSION}/ipe.png \ + @${LN} -sf ${DATADIR}/${PORTVERSION}/ipe.png \ ${STAGEDIR}${PREFIX}/share/pixmaps .include Modified: head/graphics/ipe/distinfo ============================================================================== --- head/graphics/ipe/distinfo Sat Mar 4 18:39:36 2017 (r435421) +++ head/graphics/ipe/distinfo Sat Mar 4 19:36:55 2017 (r435422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469656235 -SHA256 (ipe-7.2.5-src.tar.gz) = 3e1068959e41ebba350ff5373b459dec0ca174a7a761aee2b8ac72ab156be60c -SIZE (ipe-7.2.5-src.tar.gz) = 1775528 +TIMESTAMP = 1488110032 +SHA256 (ipe-7.2.7-src.tar.gz) = d66d3f2619e3e6ff617f42c2e3695c3db6e2a64adcc3d7613214e5fd14c49f22 +SIZE (ipe-7.2.7-src.tar.gz) = 1561350 Modified: head/graphics/ipe/pkg-plist ============================================================================== --- head/graphics/ipe/pkg-plist Sat Mar 4 18:39:36 2017 (r435421) +++ head/graphics/ipe/pkg-plist Sat Mar 4 19:36:55 2017 (r435422) @@ -97,6 +97,10 @@ man/man1/ipetoipe.1.gz %%DATADIR%%/%%VERSION%%/icons/mode_circle1.png %%DATADIR%%/%%VERSION%%/icons/mode_circle2.png %%DATADIR%%/%%VERSION%%/icons/mode_circle3.png +%%DATADIR%%/%%VERSION%%/icons/mode_graph.png +%%DATADIR%%/%%VERSION%%/icons/mode_graph@2x.png +%%DATADIR%%/%%VERSION%%/icons/mode_graph_32x32.png +%%DATADIR%%/%%VERSION%%/icons/mode_graph_32x32@2x.png %%DATADIR%%/%%VERSION%%/icons/mode_ink.png %%DATADIR%%/%%VERSION%%/icons/mode_ink@2x.png %%DATADIR%%/%%VERSION%%/icons/mode_ink_32x32.png @@ -194,4 +198,6 @@ man/man1/ipetoipe.1.gz %%DATADIR%%/%%VERSION%%/styles/colors.isy %%DATADIR%%/%%VERSION%%/styles/decorations.isy %%DATADIR%%/%%VERSION%%/styles/presentation.isy +%%DATADIR%%/%%VERSION%%/styles/note-paper.isy +%%DATADIR%%/%%VERSION%%/styles/tikz-shapes.isy share/pixmaps/ipe.png From owner-svn-ports-all@freebsd.org Sat Mar 4 19:54:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86778CF9035; Sat, 4 Mar 2017 19:54:03 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55DA715A0; Sat, 4 Mar 2017 19:54:03 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24Js2je042240; Sat, 4 Mar 2017 19:54:02 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24Js2VM042238; Sat, 4 Mar 2017 19:54:02 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201703041954.v24Js2VM042238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 4 Mar 2017 19:54:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435423 - head/converters/p5-Encode-Punycode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 19:54:03 -0000 Author: bofh Date: Sat Mar 4 19:54:02 2017 New Revision: 435423 URL: https://svnweb.freebsd.org/changeset/ports/435423 Log: converters/p5-Encode-Punycode: Update version 1.001=>1.002 - Added LICENSE GPLv1 - Mark NO_ARCH Modified: head/converters/p5-Encode-Punycode/Makefile head/converters/p5-Encode-Punycode/distinfo Modified: head/converters/p5-Encode-Punycode/Makefile ============================================================================== --- head/converters/p5-Encode-Punycode/Makefile Sat Mar 4 19:36:55 2017 (r435422) +++ head/converters/p5-Encode-Punycode/Makefile Sat Mar 4 19:54:02 2017 (r435423) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Encode-Punycode -PORTVERSION= 1.001 -PORTREVISION= 1 +PORTVERSION= 1.002 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Encode plugin for Punycode +LICENSE= GPLv1 + RUN_DEPENDS= p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include Modified: head/converters/p5-Encode-Punycode/distinfo ============================================================================== --- head/converters/p5-Encode-Punycode/distinfo Sat Mar 4 19:36:55 2017 (r435422) +++ head/converters/p5-Encode-Punycode/distinfo Sat Mar 4 19:54:02 2017 (r435423) @@ -1,2 +1,3 @@ -SHA256 (Encode-Punycode-1.001.tar.gz) = a08dbc7bd32205e1f53e6bd1ee3e45bcc04809be2742fd0ce146b860d05a2fb7 -SIZE (Encode-Punycode-1.001.tar.gz) = 14576 +TIMESTAMP = 1488656728 +SHA256 (Encode-Punycode-1.002.tar.gz) = ca3aceecdb80b5d45aa10e1cde8fec4e90b4f8c9189c7504dd8658f071f77194 +SIZE (Encode-Punycode-1.002.tar.gz) = 14989 From owner-svn-ports-all@freebsd.org Sat Mar 4 20:06:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDE83CF92D2; Sat, 4 Mar 2017 20:06:38 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9021C1AE9; Sat, 4 Mar 2017 20:06:38 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24K6b7n046296; Sat, 4 Mar 2017 20:06:37 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24K6bCb046294; Sat, 4 Mar 2017 20:06:37 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201703042006.v24K6bCb046294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 4 Mar 2017 20:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435424 - head/devel/py3-Jinja2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 20:06:38 -0000 Author: bofh Date: Sat Mar 4 20:06:37 2017 New Revision: 435424 URL: https://svnweb.freebsd.org/changeset/ports/435424 Log: devel/py3-Jinja2: Update version 2.8=>2.9.5 - Increase Python version =>3.5 [1] PR: 215912 [1] Submitted by: olivierd [1] Modified: head/devel/py3-Jinja2/Makefile head/devel/py3-Jinja2/distinfo Modified: head/devel/py3-Jinja2/Makefile ============================================================================== --- head/devel/py3-Jinja2/Makefile Sat Mar 4 19:54:02 2017 (r435423) +++ head/devel/py3-Jinja2/Makefile Sat Mar 4 20:06:37 2017 (r435424) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Jinja2 -PORTVERSION= 2.8 -PORTREVISION= 1 +PORTVERSION= 2.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Mark TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.18:textproc/py3-MarkupSafe NO_ARCH= yes -USES= python:3.3+ +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= BABEL EXAMPLES Modified: head/devel/py3-Jinja2/distinfo ============================================================================== --- head/devel/py3-Jinja2/distinfo Sat Mar 4 19:54:02 2017 (r435423) +++ head/devel/py3-Jinja2/distinfo Sat Mar 4 20:06:37 2017 (r435424) @@ -1,2 +1,3 @@ -SHA256 (Jinja2-2.8.tar.gz) = bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4 -SIZE (Jinja2-2.8.tar.gz) = 357055 +TIMESTAMP = 1488657047 +SHA256 (Jinja2-2.9.5.tar.gz) = 702a24d992f856fa8d5a7a36db6128198d0c21e1da34448ca236c42e92384825 +SIZE (Jinja2-2.9.5.tar.gz) = 437631 From owner-svn-ports-all@freebsd.org Sat Mar 4 20:11:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 306F0CF9601; Sat, 4 Mar 2017 20:11:50 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F30DA1186; Sat, 4 Mar 2017 20:11:49 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24KBnmw046715; Sat, 4 Mar 2017 20:11:49 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24KBmLY046713; Sat, 4 Mar 2017 20:11:48 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201703042011.v24KBmLY046713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 4 Mar 2017 20:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435425 - head/databases/freetds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 20:11:50 -0000 Author: bofh Date: Sat Mar 4 20:11:48 2017 New Revision: 435425 URL: https://svnweb.freebsd.org/changeset/ports/435425 Log: databases/freetds: Update version 1.00.1=>1.00.27 Modified: head/databases/freetds/Makefile head/databases/freetds/distinfo Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Sat Mar 4 20:06:37 2017 (r435424) +++ head/databases/freetds/Makefile Sat Mar 4 20:11:48 2017 (r435425) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freetds -PORTVERSION= 1.00.1 +PORTVERSION= 1.00.27 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/ @@ -33,7 +33,7 @@ OPTIONS_SINGLE= SSL ODBC OPTIONS_SINGLE_SSL= OPENSSL GNUTLS OPTIONS_DEFAULT= OPENSSL MARS UNIXODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-gnutls Modified: head/databases/freetds/distinfo ============================================================================== --- head/databases/freetds/distinfo Sat Mar 4 20:06:37 2017 (r435424) +++ head/databases/freetds/distinfo Sat Mar 4 20:11:48 2017 (r435425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465647214 -SHA256 (freetds-1.00.1.tar.bz2) = 39e412c7ce55d3c4730477e18f0379ff22cf478136c0bc21c0dbac5dce45fc4f -SIZE (freetds-1.00.1.tar.bz2) = 3293941 +TIMESTAMP = 1488657361 +SHA256 (freetds-1.00.27.tar.bz2) = abd47f949564a31f8177a53f0dd5b2835e2785a634f78ba2b5903c37c60758cc +SIZE (freetds-1.00.27.tar.bz2) = 3299735 From owner-svn-ports-all@freebsd.org Sat Mar 4 21:03:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDA0DCF9D4A; Sat, 4 Mar 2017 21:03:17 +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 A7EDC118B; Sat, 4 Mar 2017 21:03:17 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (vie-188-118-249-200.dsl.sil.at [188.118.249.200]) (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 CB1DE3F530; Sat, 4 Mar 2017 16:03:14 -0500 (EST) Date: Sat, 4 Mar 2017 22:03:13 +0100 (CET) From: Gerald Pfeifer To: ports-committers@freebsd.org, Tijl Coosemans , Mathieu Arnold cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files In-Reply-To: <20161017223946.6b18be6e@kalimero.tijl.coosemans.org> Message-ID: References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> <8cca7750-291e-c7c9-72aa-f91d17373046@marino.st> <20161017193939.033c999c@kalimero.tijl.coosemans.org> <80ac5d38-8993-2ad7-c7ea-3bb8e1b8f589@FreeBSD.org> <20161017223946.6b18be6e@kalimero.tijl.coosemans.org> 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, 04 Mar 2017 21:03:17 -0000 [ Old mail alert, but still relevant. ] On Mon, 17 Oct 2016, Tijl Coosemans wrote: >>> Can't we just use lib/pkgconfig already? Having to patch every port >>> to move it to libdata/pkgconfig is pointless extra work with zero benefit. >>> Nobody cares that these files are in libdata. >> >> Well, we do care. hier(7) says: >> >> lib/ shared and archive ar(1)-type libraries >> >> libdata/ miscellaneous utility data files > Yeah I know what hier says, but libdata is just not worth fighting for. > There are more important things to do in the ports tree than worrying > about where pkgconfig files should go. Nobody cares where they are. > Not really. Just look at all the other non-library files in lib: > > find /usr/local/lib -type f -not -name '*.so*' -not -name '*.a' -not -name '*.la' -not -path '*python*' -not -path '*perl*' > > Thousands of files you never cared about or even knew were there. > > lib/pkgconfig is fine and allows us to remove hacks and patches from > thousands of ports. The cost of all the work needed to move the files > and the time spent on threads like this are not worth the benefit > because there is no benefit (that I can think of, maybe you can name > one?). Amen. The majority of my ports carry hacks for libdata, and a quick check of the entire tree quite confirms Tijl's assessment of how expensive this really is (even if only a rough estimate): % grep -ri libdata $PORTSDIR | egrep -v "pkg-plist|\.mk|\.svn" | wc -l 942 Any chance to see this changed per Tijl's proposal? Gerald From owner-svn-ports-all@freebsd.org Sat Mar 4 21:03:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30A12CF9D53; Sat, 4 Mar 2017 21:03:20 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 001131190; Sat, 4 Mar 2017 21:03:19 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24L3JGg070748; Sat, 4 Mar 2017 21:03:19 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24L3II9070746; Sat, 4 Mar 2017 21:03:18 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201703042103.v24L3II9070746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 4 Mar 2017 21:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435426 - head/databases/freetds-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, 04 Mar 2017 21:03:20 -0000 Author: bofh Date: Sat Mar 4 21:03:18 2017 New Revision: 435426 URL: https://svnweb.freebsd.org/changeset/ports/435426 Log: databases/freetds-devel: Update version 1.00.38=>1.00.131 Modified: head/databases/freetds-devel/Makefile head/databases/freetds-devel/distinfo Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Sat Mar 4 20:11:48 2017 (r435425) +++ head/databases/freetds-devel/Makefile Sat Mar 4 21:03:18 2017 (r435426) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freetds -PORTVERSION= 1.00.38 +PORTVERSION= 1.00.131 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/current/ @@ -35,7 +35,7 @@ OPTIONS_DEFAULT= OPENSSL OPTIONS_RADIO= ODBC OPTIONS_RADIO_ODBC= IODBC UNIXODBC ODBCWIDE_DESC= Enable Wide ODBC Support -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-gnutls Modified: head/databases/freetds-devel/distinfo ============================================================================== --- head/databases/freetds-devel/distinfo Sat Mar 4 20:11:48 2017 (r435425) +++ head/databases/freetds-devel/distinfo Sat Mar 4 21:03:18 2017 (r435426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465672540 -SHA256 (freetds-dev.1.00.38.tar.bz2) = dd0cbc328952687115bd66f59392170752f61a78aaf8c577937699577ac7e8b9 -SIZE (freetds-dev.1.00.38.tar.bz2) = 3310736 +TIMESTAMP = 1488658425 +SHA256 (freetds-dev.1.00.131.tar.bz2) = 9c3d747bd9610d8f4ae1fa39471b01dbee5ced5c6cc215e1217bbda0f39c8845 +SIZE (freetds-dev.1.00.131.tar.bz2) = 3320477 From owner-svn-ports-all@freebsd.org Sat Mar 4 21:21:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 625A7CF56C3; Sat, 4 Mar 2017 21:21:47 +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 135DE162E; Sat, 4 Mar 2017 21:21:47 +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 v24LLkew077838; Sat, 4 Mar 2017 21:21:46 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24LLknK077836; Sat, 4 Mar 2017 21:21:46 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201703042121.v24LLknK077836@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, 4 Mar 2017 21:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435427 - head/security/ssh-vault X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 21:21:47 -0000 Author: cpm Date: Sat Mar 4 21:21:45 2017 New Revision: 435427 URL: https://svnweb.freebsd.org/changeset/ports/435427 Log: security/ssh-vault: update to 0.9.1 - Support for encrypt/decrypt on the fly, no need to keep files on disk simplifying with this the shared of sensitive data, like in within chats. PR: 217529 Submitted by: nbari@tequila.io (maintainer) Modified: head/security/ssh-vault/Makefile head/security/ssh-vault/distinfo Modified: head/security/ssh-vault/Makefile ============================================================================== --- head/security/ssh-vault/Makefile Sat Mar 4 21:03:18 2017 (r435426) +++ head/security/ssh-vault/Makefile Sat Mar 4 21:21:45 2017 (r435427) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ssh-vault -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.1 CATEGORIES= security MAINTAINER= nbari@tequila.io @@ -16,7 +16,7 @@ BUILD_DEPENDS= go>=1.7:lang/go \ USES= go USE_GITHUB= yes -GH_TUPLE= ssh-vault:ssh-vault:0.8.1 \ +GH_TUPLE= ssh-vault:ssh-vault:0.9.1 \ ssh-vault:crypto:ae180e0:crypto \ ssh-vault:ssh2pem:228a306:ssh2pem \ kr:pty:ce7fa45:pty \ Modified: head/security/ssh-vault/distinfo ============================================================================== --- head/security/ssh-vault/distinfo Sat Mar 4 21:03:18 2017 (r435426) +++ head/security/ssh-vault/distinfo Sat Mar 4 21:21:45 2017 (r435427) @@ -1,6 +1,6 @@ -TIMESTAMP = 1487361584 -SHA256 (ssh-vault-ssh-vault-0.8.1_GH0.tar.gz) = 7dc2eb2ea2eb24d67dc43023ed2b8a44886f2bace41c8cf696f237555f624894 -SIZE (ssh-vault-ssh-vault-0.8.1_GH0.tar.gz) = 13395 +TIMESTAMP = 1488620493 +SHA256 (ssh-vault-ssh-vault-0.9.1_GH0.tar.gz) = 3a87764a28a4d00681d592b0ea71d3357da50c2c269b1a1c76dda40a7e304afe +SIZE (ssh-vault-ssh-vault-0.9.1_GH0.tar.gz) = 13847 SHA256 (ssh-vault-crypto-ae180e0_GH0.tar.gz) = fe73e39078ecd1d077ddfdfb296c00eaa19c149856443259fe8964ff0951423f SIZE (ssh-vault-crypto-ae180e0_GH0.tar.gz) = 2062 SHA256 (ssh-vault-ssh2pem-228a306_GH0.tar.gz) = c78c30ce6e3d2c5478375852006212c1511e37e0ac6a8419583ba4c4f31b2055 From owner-svn-ports-all@freebsd.org Sat Mar 4 21:32:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E538CF5B87; Sat, 4 Mar 2017 21:32:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6FBB1B5A; Sat, 4 Mar 2017 21:32:24 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24LWNgg083672; Sat, 4 Mar 2017 21:32:23 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24LWJIf083590; Sat, 4 Mar 2017 21:32:19 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201703042132.v24LWJIf083590@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, 4 Mar 2017 21:32:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435428 - 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: Sat, 04 Mar 2017 21:32:25 -0000 Author: cpm Date: Sat Mar 4 21:32:19 2017 New Revision: 435428 URL: https://svnweb.freebsd.org/changeset/ports/435428 Log: - Backport several patches of OpenBSD that add more linux code for font handling. - Disabled WebRTC support because it does not work properly on BSD and more patches are needed. - Update pkg-plist - Bump PORTREVISION MFH: 2017Q1 Added: head/www/chromium/files/patch-base_allocator_allocator__shim.cc (contents, props changed) head/www/chromium/files/patch-chrome_app_google__chrome__strings.grd (contents, props changed) head/www/chromium/files/patch-chrome_app_mash_mash__runner.cc (contents, props changed) head/www/chromium/files/patch-chrome_app_settings__strings.grdp (contents, props changed) head/www/chromium/files/patch-chrome_browser_browser__resources.grd (contents, props changed) head/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_first__run_first__run__internal__posix.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h (contents, props changed) head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h (contents, props changed) head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine.h (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.h (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_webui_settings_md__settings__localized__strings__provider.cc (contents, props changed) head/www/chromium/files/patch-chrome_common_url__constants.cc (contents, props changed) head/www/chromium/files/patch-chrome_common_url__constants.h (contents, props changed) head/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc (contents, props changed) head/www/chromium/files/patch-chromecast_browser_cast__content__browser__client.cc (contents, props changed) head/www/chromium/files/patch-components_sync_base_get__session__name.cc (contents, props changed) head/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.cc (contents, props changed) head/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.h (contents, props changed) head/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc (contents, props changed) head/www/chromium/files/patch-content_child_child__process.cc (contents, props changed) head/www/chromium/files/patch-content_child_child__process.h (contents, props changed) head/www/chromium/files/patch-content_child_child__thread__impl.cc (contents, props changed) head/www/chromium/files/patch-content_child_child__thread__impl.h (contents, props changed) head/www/chromium/files/patch-content_common_child__process__messages.h (contents, props changed) head/www/chromium/files/patch-content_common_content__switches__internal.cc (contents, props changed) head/www/chromium/files/patch-content_common_view__messages.h (contents, props changed) head/www/chromium/files/patch-content_renderer_pepper_pepper__media__device__manager.cc (contents, props changed) head/www/chromium/files/patch-mash_package_mash__packaged__service.cc (contents, props changed) head/www/chromium/files/patch-media_base_audio__latency.cc (contents, props changed) head/www/chromium/files/patch-media_base_video__frame.cc (contents, props changed) head/www/chromium/files/patch-media_base_video__frame.h (contents, props changed) head/www/chromium/files/patch-net_disk__cache_blockfile_disk__format.h (contents, props changed) head/www/chromium/files/patch-net_dns_dns__util.cc (contents, props changed) head/www/chromium/files/patch-net_dns_host__resolver__proc.cc (contents, props changed) head/www/chromium/files/patch-net_tools_cert__verify__tool_verify__using__path__builder.cc (contents, props changed) head/www/chromium/files/patch-services_ui_gpu_gpu__main.cc (contents, props changed) head/www/chromium/files/patch-third__party_skia_src_gpu_GrAutoLocaleSetter.h (contents, props changed) head/www/chromium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc (contents, props changed) head/www/chromium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc (contents, props changed) head/www/chromium/files/patch-ui_gfx_font__list.cc (contents, props changed) head/www/chromium/files/patch-ui_message__center_views_toast__contents__view.cc (contents, props changed) head/www/chromium/files/patch-ui_views_mus_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_views_mus_aura__init.cc (contents, props changed) head/www/chromium/files/patch-ui_views_mus_aura__init.h (contents, props changed) Deleted: head/www/chromium/files/patch-net_base_network__change__notifier.h head/www/chromium/files/patch-net_base_network__interfaces__linux.cc Modified: head/www/chromium/Makefile head/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc head/www/chromium/files/patch-chrome_browser_about__flags.cc head/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc head/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc head/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc head/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc head/www/chromium/files/patch-net_BUILD.gn head/www/chromium/files/patch-net_base_network__change__notifier.cc head/www/chromium/files/patch-net_base_network__interfaces__posix.cc head/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontCache.h head/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_skia_FontCacheSkia.cpp head/www/chromium/files/patch-ui_base_ime_BUILD.gn head/www/chromium/pkg-plist Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sat Mar 4 21:21:45 2017 (r435427) +++ head/www/chromium/Makefile Sat Mar 4 21:32:19 2017 (r435428) @@ -3,7 +3,7 @@ PORTNAME= chromium PORTVERSION= 56.0.2924.87 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -82,7 +82,9 @@ GN_ARGS+= is_clang=true \ clang_use_chrome_plugins=false \ enable_media_router=true \ enable_nacl=false \ + enable_one_click_signin=true \ enable_remoting=false \ + enable_webrtc=false \ toolkit_views=true \ use_allocator="none" \ use_aura=true \ @@ -253,11 +255,13 @@ do-install: .endfor ${INSTALL_SCRIPT} ${WRKSRC}/chrome/tools/build/linux/chrome-wrapper \ ${STAGEDIR}${DATADIR} -.for p in chrome_100_percent chrome_200_percent keyboard_resources resources +.for p in chrome_100_percent chrome_200_percent keyboard_resources resources \ + mus_app_resources_100 mus_app_resources_200 mus_app_resources_strings \ + views_mus_resources ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${p}.pak \ ${STAGEDIR}${DATADIR} .endfor -.for d in icudtl.dat natives_blob.bin +.for d in icudtl.dat natives_blob.bin snapshot_blob.bin ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR} .endfor ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chrome \ Added: head/www/chromium/files/patch-base_allocator_allocator__shim.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-base_allocator_allocator__shim.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- base/allocator/allocator_shim.cc.orig 2017-02-02 02:02:47 UTC ++++ base/allocator/allocator_shim.cc +@@ -89,7 +89,7 @@ inline const allocator::AllocatorDispatc + // Unfortunately due to that bug NoBarrier_Load() is mistakenly fully + // barriered on Linux+Clang, and that causes visible perf regressons. + return reinterpret_cast( +-#if defined(OS_LINUX) && defined(__clang__) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && defined(__clang__) + *static_cast(&g_chain_head) + #else + subtle::NoBarrier_Load(&g_chain_head) Modified: head/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc ============================================================================== --- head/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc Sat Mar 4 21:21:45 2017 (r435427) +++ head/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -1,6 +1,15 @@ ---- chrome/app/chrome_main_delegate.cc.orig 2017-01-26 00:49:07 UTC +--- chrome/app/chrome_main_delegate.cc.orig 2017-02-02 02:02:48 UTC +++ chrome/app/chrome_main_delegate.cc -@@ -117,7 +117,7 @@ +@@ -86,7 +86,7 @@ + #include "chrome/app/chrome_crash_reporter_client.h" + #endif + +-#if !defined(DISABLE_NACL) && defined(OS_LINUX) ++#if !defined(DISABLE_NACL) && defined(OS_LINUX) && !defined(OS_BSD) + #include "components/nacl/common/nacl_paths.h" + #include "components/nacl/zygote/nacl_fork_delegate_linux.h" + #endif +@@ -117,11 +117,11 @@ #include "ui/base/x/x11_util.h" // nogncheck #endif @@ -9,6 +18,47 @@ #include "components/crash/content/app/breakpad_linux.h" #endif +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include "base/environment.h" + #endif + +@@ -163,7 +163,7 @@ base::LazyInstance::Leaky g_chrome_crash_client = + LAZY_INSTANCE_INITIALIZER; + #endif +@@ -280,7 +280,7 @@ static void AdjustLinuxOOMScore(const st + // and resources loaded. + bool SubprocessNeedsResourceBundle(const std::string& process_type) { + return +-#if defined(OS_POSIX) && !defined(OS_MACOSX) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) + // The zygote process opens the resources for the renderers. + process_type == switches::kZygoteProcess || + #endif +@@ -332,7 +332,7 @@ void HandleHelpSwitches(const base::Comm + } + #endif + +-#if !defined(OS_MACOSX) && !defined(OS_ANDROID) ++#if !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) + void SIGTERMProfilingShutdown(int signal) { + Profiling::Stop(); + struct sigaction sigact; +@@ -366,7 +366,7 @@ void InitializeUserDataDir() { + std::string process_type = + command_line->GetSwitchValueASCII(switches::kProcessType); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // On Linux, Chrome does not support running multiple copies under different + // DISPLAYs, so the profile directory can be specified in the environment to + // support the virtual desktop use-case. @@ -560,7 +560,7 @@ bool ChromeMainDelegate::BasicStartupCom std::string format_str = command_line.GetSwitchValueASCII(switches::kDiagnosticsFormat); Added: head/www/chromium/files/patch-chrome_app_google__chrome__strings.grd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_app_google__chrome__strings.grd Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- chrome/app/google_chrome_strings.grd.orig 2017-02-02 02:02:48 UTC ++++ chrome/app/google_chrome_strings.grd +@@ -940,7 +940,7 @@ Signing in anyway will merge Chrome info + + + +- ++ + + The profile appears to be in use by another Google Chrome process ($112345) on another computer ($2example.com). Chrome has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome. + Added: head/www/chromium/files/patch-chrome_app_mash_mash__runner.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_app_mash_mash__runner.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- chrome/app/mash/mash_runner.cc.orig 2017-02-02 02:02:48 UTC ++++ chrome/app/mash/mash_runner.cc +@@ -207,7 +207,7 @@ int MashMain() { + service_manager::InitializeLogging(); + + std::unique_ptr message_loop; +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + base::AtExitManager exit_manager; + #endif + if (!IsChild()) Added: head/www/chromium/files/patch-chrome_app_settings__strings.grdp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_app_settings__strings.grdp Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,20 @@ +--- chrome/app/settings_strings.grdp.orig 2017-02-02 02:02:48 UTC ++++ chrome/app/settings_strings.grdp +@@ -178,7 +178,7 @@ + + Themes + +- ++ + + GTK+ + +@@ -192,7 +192,7 @@ + Use Classic + + +- ++ + + Reset to default + Modified: head/www/chromium/files/patch-chrome_browser_about__flags.cc ============================================================================== --- head/www/chromium/files/patch-chrome_browser_about__flags.cc Sat Mar 4 21:21:45 2017 (r435427) +++ head/www/chromium/files/patch-chrome_browser_about__flags.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -1,4 +1,4 @@ ---- chrome/browser/about_flags.cc.orig 2017-01-26 00:49:08 UTC +--- chrome/browser/about_flags.cc.orig 2017-02-02 02:02:48 UTC +++ chrome/browser/about_flags.cc @@ -776,7 +776,7 @@ const FeatureEntry kFeatureEntries[] = { kOsLinux | kOsCrOS | kOsWin | kOsAndroid, @@ -9,6 +9,20 @@ {"overlay-scrollbars", IDS_FLAGS_OVERLAY_SCROLLBARS_NAME, IDS_FLAGS_OVERLAY_SCROLLBARS_DESCRIPTION, // Uses the system preference on Mac (a different implementation). +@@ -1291,11 +1291,11 @@ const FeatureEntry kFeatureEntries[] = { + ENABLE_DISABLE_VALUE_TYPE(switches::kEnableTranslateNewUX, + switches::kDisableTranslateNewUX)}, + #endif // OS_MACOSX +-#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_BSD) + {"translate-2016q2-ui", IDS_FLAGS_TRANSLATE_2016Q2_UI_NAME, + IDS_FLAGS_TRANSLATE_2016Q2_UI_DESCRIPTION, kOsCrOS | kOsWin | kOsLinux, + FEATURE_VALUE_TYPE(translate::kTranslateUI2016Q2)}, +-#endif // OS_LINUX || OS_WIN || OS_CHROMEOS ++#endif // OS_LINUX || OS_WIN || OS_CHROMEOS || OS_BSD + {"translate-lang-by-ulp", IDS_FLAGS_TRANSLATE_LANGUAGE_BY_ULP_NAME, + IDS_FLAGS_TRANSLATE_LANGUAGE_BY_ULP_DESCRIPTION, kOsAll, + FEATURE_VALUE_TYPE(translate::kTranslateLanguageByULP)}, @@ -1769,7 +1769,7 @@ const FeatureEntry kFeatureEntries[] = { IDS_FLAGS_ENABLE_MATERIAL_DESIGN_EXTENSIONS_DESCRIPTION, kOsDesktop, FEATURE_VALUE_TYPE(features::kMaterialDesignExtensions)}, Added: head/www/chromium/files/patch-chrome_browser_browser__resources.grd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_browser__resources.grd Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- chrome/browser/browser_resources.grd.orig 2017-02-02 02:02:48 UTC ++++ chrome/browser/browser_resources.grd +@@ -372,7 +372,7 @@ + + + +- ++ + + + Added: head/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,20 @@ +--- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/extensions/api/settings_private/prefs_util.cc +@@ -83,7 +83,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil + settings_private::PrefType::PREF_TYPE_BOOLEAN; + (*s_whitelist)[bookmarks::prefs::kShowBookmarkBar] = + settings_private::PrefType::PREF_TYPE_BOOLEAN; +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + (*s_whitelist)[::prefs::kUseCustomChromeFrame] = + settings_private::PrefType::PREF_TYPE_BOOLEAN; + #endif +@@ -93,7 +93,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil + // Appearance settings. + (*s_whitelist)[::prefs::kCurrentThemeID] = + settings_private::PrefType::PREF_TYPE_STRING; +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + (*s_whitelist)[::prefs::kUsesSystemTheme] = + settings_private::PrefType::PREF_TYPE_BOOLEAN; + #endif Added: head/www/chromium/files/patch-chrome_browser_first__run_first__run__internal__posix.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_first__run_first__run__internal__posix.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- chrome/browser/first_run/first_run_internal_posix.cc.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/first_run/first_run_internal_posix.cc +@@ -24,7 +24,7 @@ namespace first_run { + namespace internal { + + void DoPostImportPlatformSpecificTasks(Profile* profile) { +-#if !defined(OS_CHROMEOS) ++#if !defined(OS_CHROMEOS) && !defined(OS_BSD) + base::FilePath local_state_path; + PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); + bool local_state_file_exists = base::PathExists(local_state_path); Added: head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,56 @@ +--- chrome/browser/task_manager/sampling/task_group.cc.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/task_manager/sampling/task_group.cc +@@ -25,9 +25,9 @@ const int kBackgroundRefreshTypesMask = + REFRESH_TYPE_CPU | + REFRESH_TYPE_MEMORY | + REFRESH_TYPE_IDLE_WAKEUPS | +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + REFRESH_TYPE_FD_COUNT | +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + REFRESH_TYPE_PRIORITY; + + #if defined(OS_WIN) +@@ -88,9 +88,9 @@ TaskGroup::TaskGroup( + nacl_debug_stub_port_(-1), + #endif // !defined(DISABLE_NACL) + idle_wakeups_per_second_(-1), +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + open_fd_count_(-1), +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + gpu_memory_has_duplicates_(false), + is_backgrounded_(false), + weak_ptr_factory_(this) { +@@ -103,10 +103,10 @@ TaskGroup::TaskGroup( + weak_ptr_factory_.GetWeakPtr()), + base::Bind(&TaskGroup::OnIdleWakeupsRefreshDone, + weak_ptr_factory_.GetWeakPtr()), +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + base::Bind(&TaskGroup::OnOpenFdCountRefreshDone, + weak_ptr_factory_.GetWeakPtr()), +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + base::Bind(&TaskGroup::OnProcessPriorityDone, + weak_ptr_factory_.GetWeakPtr()))); + worker_thread_sampler_.swap(sampler); +@@ -282,14 +282,14 @@ void TaskGroup::OnIdleWakeupsRefreshDone + OnBackgroundRefreshTypeFinished(REFRESH_TYPE_IDLE_WAKEUPS); + } + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + void TaskGroup::OnOpenFdCountRefreshDone(int open_fd_count) { + DCHECK_CURRENTLY_ON(content::BrowserThread::UI); + + open_fd_count_ = open_fd_count; + OnBackgroundRefreshTypeFinished(REFRESH_TYPE_FD_COUNT); + } +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + + void TaskGroup::OnProcessPriorityDone(bool is_backgrounded) { + DCHECK_CURRENTLY_ON(content::BrowserThread::UI); Added: head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,39 @@ +--- chrome/browser/task_manager/sampling/task_group.h.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/task_manager/sampling/task_group.h +@@ -91,9 +91,9 @@ class TaskGroup { + int nacl_debug_stub_port() const { return nacl_debug_stub_port_; } + #endif // !defined(DISABLE_NACL) + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + int open_fd_count() const { return open_fd_count_; } +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + + int idle_wakeups_per_second() const { return idle_wakeups_per_second_; } + +@@ -112,9 +112,9 @@ class TaskGroup { + + void OnIdleWakeupsRefreshDone(int idle_wakeups_per_second); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + void OnOpenFdCountRefreshDone(int open_fd_count); +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + + void OnProcessPriorityDone(bool is_backgrounded); + +@@ -159,10 +159,10 @@ class TaskGroup { + int nacl_debug_stub_port_; + #endif // !defined(DISABLE_NACL) + int idle_wakeups_per_second_; +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // The number of file descriptors currently open by the process. + int open_fd_count_; +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + bool gpu_memory_has_duplicates_; + bool is_backgrounded_; + Added: head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,44 @@ +--- chrome/browser/task_manager/sampling/task_group_sampler.cc.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/task_manager/sampling/task_group_sampler.cc +@@ -36,9 +36,9 @@ TaskGroupSampler::TaskGroupSampler( + const OnCpuRefreshCallback& on_cpu_refresh, + const OnMemoryRefreshCallback& on_memory_refresh, + const OnIdleWakeupsCallback& on_idle_wakeups, +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + const OnOpenFdCountCallback& on_open_fd_count, +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + const OnProcessPriorityCallback& on_process_priority) + : process_(std::move(process)), + process_metrics_(CreateProcessMetrics(process_.Handle())), +@@ -46,9 +46,9 @@ TaskGroupSampler::TaskGroupSampler( + on_cpu_refresh_callback_(on_cpu_refresh), + on_memory_refresh_callback_(on_memory_refresh), + on_idle_wakeups_callback_(on_idle_wakeups), +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + on_open_fd_count_callback_(on_open_fd_count), +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + on_process_priority_callback_(on_process_priority) { + DCHECK(blocking_pool_runner.get()); + +@@ -80,7 +80,7 @@ void TaskGroupSampler::Refresh(int64_t r + on_memory_refresh_callback_); + } + +-#if defined(OS_MACOSX) || defined(OS_LINUX) ++#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + if (TaskManagerObserver::IsResourceRefreshEnabled(REFRESH_TYPE_IDLE_WAKEUPS, + refresh_flags)) { + base::PostTaskAndReplyWithResult( +@@ -89,7 +89,7 @@ void TaskGroupSampler::Refresh(int64_t r + base::Bind(&TaskGroupSampler::RefreshIdleWakeupsPerSecond, this), + on_idle_wakeups_callback_); + } +-#endif // defined(OS_MACOSX) || defined(OS_LINUX) ++#endif // defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + + #if defined(OS_LINUX) + if (TaskManagerObserver::IsResourceRefreshEnabled(REFRESH_TYPE_FD_COUNT, Added: head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,50 @@ +--- chrome/browser/task_manager/sampling/task_group_sampler.h.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/task_manager/sampling/task_group_sampler.h +@@ -45,9 +45,9 @@ class TaskGroupSampler : public base::Re + using OnCpuRefreshCallback = base::Callback; + using OnMemoryRefreshCallback = base::Callback; + using OnIdleWakeupsCallback = base::Callback; +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + using OnOpenFdCountCallback = base::Callback; +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + using OnProcessPriorityCallback = base::Callback; + + TaskGroupSampler( +@@ -56,9 +56,9 @@ class TaskGroupSampler : public base::Re + const OnCpuRefreshCallback& on_cpu_refresh, + const OnMemoryRefreshCallback& on_memory_refresh, + const OnIdleWakeupsCallback& on_idle_wakeups, +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + const OnOpenFdCountCallback& on_open_fd_count, +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + const OnProcessPriorityCallback& on_process_priority); + + // Refreshes the expensive process' stats (CPU usage, memory usage, and idle +@@ -73,9 +73,9 @@ class TaskGroupSampler : public base::Re + double RefreshCpuUsage(); + MemoryUsageStats RefreshMemoryUsage(); + int RefreshIdleWakeupsPerSecond(); +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + int RefreshOpenFdCount(); +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + bool RefreshProcessPriority(); + + // The process that holds the handle that we own so that we can use it for +@@ -93,9 +93,9 @@ class TaskGroupSampler : public base::Re + const OnCpuRefreshCallback on_cpu_refresh_callback_; + const OnMemoryRefreshCallback on_memory_refresh_callback_; + const OnIdleWakeupsCallback on_idle_wakeups_callback_; +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + const OnOpenFdCountCallback on_open_fd_count_callback_; +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + const OnProcessPriorityCallback on_process_priority_callback_; + + // To assert we're running on the correct thread. Added: head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,16 @@ +--- chrome/browser/task_manager/sampling/task_manager_impl.cc.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/task_manager/sampling/task_manager_impl.cc +@@ -160,11 +160,11 @@ void TaskManagerImpl::GetUSERHandles(Tas + } + + int TaskManagerImpl::GetOpenFdCount(TaskId task_id) const { +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + return GetTaskGroupByTaskId(task_id)->open_fd_count(); + #else + return -1; +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + } + + bool TaskManagerImpl::IsTaskOnBackgroundedProcess(TaskId task_id) const { Added: head/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,16 @@ +--- chrome/browser/task_manager/task_manager_observer.h.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/task_manager/task_manager_observer.h +@@ -40,11 +40,11 @@ enum RefreshType { + // or backgrounded. + REFRESH_TYPE_PRIORITY = 1 << 11, + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // For observers interested in getting the number of open file descriptors of + // processes. + REFRESH_TYPE_FD_COUNT = 1 << 12, +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + + REFRESH_TYPE_MEMORY = REFRESH_TYPE_PHYSICAL_MEMORY | + REFRESH_TYPE_MEMORY_DETAILS, Added: head/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- chrome/browser/ui/input_method/input_method_engine.h.orig 2017-02-02 02:02:49 UTC ++++ chrome/browser/ui/input_method/input_method_engine.h +@@ -27,7 +27,7 @@ class InputMethodEngine : public InputMe + + // ui::IMEEngineHandlerInterface: + bool IsActive() const override; +- std::string GetExtensionId() const override; ++ std::string GetExtensionId() const; + + // Creates and shows the IME window. + // Returns 0 for errors and |error| will contains the error message. Added: head/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,15 @@ +--- chrome/browser/ui/task_manager/task_manager_columns.cc.orig 2017-02-02 02:02:50 UTC ++++ chrome/browser/ui/task_manager/task_manager_columns.cc +@@ -74,10 +74,10 @@ const TableColumnData kColumns[] = { + { IDS_TASK_MANAGER_IDLE_WAKEUPS_COLUMN, ui::TableColumn::RIGHT, -1, 0, + arraysize("idlewakeups") * kCharWidth, -1, true, false, false }, + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + { IDS_TASK_MANAGER_OPEN_FD_COUNT_COLUMN, ui::TableColumn::RIGHT, -1, 0, + arraysize("999") * kCharWidth, -1, true, false, false }, +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + { IDS_TASK_MANAGER_PROCESS_PRIORITY_COLUMN, ui::TableColumn::LEFT, -1, 0, + arraysize("background") * kCharWidth, -1, true, true, false }, + }; Added: head/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,50 @@ +--- chrome/browser/ui/task_manager/task_manager_table_model.cc.orig 2017-02-02 02:02:50 UTC ++++ chrome/browser/ui/task_manager/task_manager_table_model.cc +@@ -390,13 +390,13 @@ base::string16 TaskManagerTableModel::Ge + ? stringifier_->backgrounded_string() + : stringifier_->foregrounded_string(); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + case IDS_TASK_MANAGER_OPEN_FD_COUNT_COLUMN: { + const int fd_count = observed_task_manager()->GetOpenFdCount(tasks_[row]); + return fd_count >= 0 ? base::FormatNumber(fd_count) + : stringifier_->n_a_string(); + } +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + + default: + NOTREACHED(); +@@ -540,7 +540,7 @@ int TaskManagerTableModel::CompareValues + return BooleanCompare(is_proc1_bg, is_proc2_bg); + } + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + case IDS_TASK_MANAGER_OPEN_FD_COUNT_COLUMN: { + const int proc1_fd_count = + observed_task_manager()->GetOpenFdCount(tasks_[row1]); +@@ -548,7 +548,7 @@ int TaskManagerTableModel::CompareValues + observed_task_manager()->GetOpenFdCount(tasks_[row2]); + return ValueCompare(proc1_fd_count, proc2_fd_count); + } +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + + default: + NOTREACHED(); +@@ -699,11 +699,11 @@ void TaskManagerTableModel::UpdateRefres + type = REFRESH_TYPE_PRIORITY; + break; + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + case IDS_TASK_MANAGER_OPEN_FD_COUNT_COLUMN: + type = REFRESH_TYPE_FD_COUNT; + break; +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + + default: + NOTREACHED(); Added: head/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,28 @@ +--- chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc.orig 2017-02-02 02:02:50 UTC ++++ chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc +@@ -24,14 +24,14 @@ + #include "ui/wm/core/wm_state.h" + #endif // defined(USE_AURA) + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + #include "base/command_line.h" + #include "chrome/browser/ui/simple_message_box.h" + #include "chrome/grit/chromium_strings.h" + #include "chrome/grit/generated_resources.h" + #include "content/public/common/content_switches.h" + #include "ui/base/l10n/l10n_util.h" +-#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#endif // (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + + ChromeBrowserMainExtraPartsViews::ChromeBrowserMainExtraPartsViews() { + } +@@ -62,7 +62,7 @@ void ChromeBrowserMainExtraPartsViews::P + } + + void ChromeBrowserMainExtraPartsViews::PreProfileInit() { +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + // On the Linux desktop, we want to prevent the user from logging in as root, + // so that we don't destroy the profile. Now that we have some minimal ui + // initialized, check to see if we're running as root and bail if we are. Modified: head/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc ============================================================================== --- head/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc Sat Mar 4 21:21:45 2017 (r435427) +++ head/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/first_run_dialog.cc.orig 2017-01-26 00:49:09 UTC +--- chrome/browser/ui/views/first_run_dialog.cc.orig 2017-02-02 02:02:50 UTC +++ chrome/browser/ui/views/first_run_dialog.cc @@ -40,8 +40,10 @@ using views::GridLayout; namespace { @@ -11,3 +11,14 @@ } } // namespace +@@ -121,8 +123,10 @@ views::View* FirstRunDialog::CreateExtra + bool FirstRunDialog::Accept() { + GetWidget()->Hide(); + ++#if !defined(OS_BSD) + ChangeMetricsReportingStateWithReply(report_crashes_->checked(), + base::Bind(&InitCrashReporterIfEnabled)); ++#endif + + if (make_default_->checked()) + shell_integration::SetAsDefaultBrowser(); Added: head/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,20 @@ +--- chrome/browser/ui/webui/settings/appearance_handler.cc.orig 2017-02-02 02:02:50 UTC ++++ chrome/browser/ui/webui/settings/appearance_handler.cc +@@ -32,7 +32,7 @@ void AppearanceHandler::RegisterMessages + "useDefaultTheme", + base::Bind(&AppearanceHandler::HandleUseDefaultTheme, + base::Unretained(this))); +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + web_ui()->RegisterMessageCallback( + "useSystemTheme", + base::Bind(&AppearanceHandler::HandleUseSystemTheme, +@@ -50,7 +50,7 @@ void AppearanceHandler::HandleUseDefault + ThemeServiceFactory::GetForProfile(profile_)->UseDefaultTheme(); + } + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + void AppearanceHandler::HandleUseSystemTheme(const base::ListValue* args) { + if (profile_->IsSupervised()) + NOTREACHED(); Added: head/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- chrome/browser/ui/webui/settings/appearance_handler.h.orig 2017-02-02 02:02:50 UTC ++++ chrome/browser/ui/webui/settings/appearance_handler.h +@@ -35,7 +35,7 @@ class AppearanceHandler : public Setting + // Changes the UI theme of the browser to the default theme. + void HandleUseDefaultTheme(const base::ListValue* args); + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + // Changes the UI theme of the browser to the system (GTK+) theme. + void HandleUseSystemTheme(const base::ListValue* args); + #endif Added: head/www/chromium/files/patch-chrome_browser_ui_webui_settings_md__settings__localized__strings__provider.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_ui_webui_settings_md__settings__localized__strings__provider.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,20 @@ +--- chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc.orig 2017-02-02 02:02:50 UTC ++++ chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc +@@ -266,7 +266,7 @@ void AddAppearanceStrings(content::WebUI + {"appearancePageTitle", IDS_SETTINGS_APPEARANCE}, + {"exampleDotCom", IDS_SETTINGS_EXAMPLE_DOT_COM}, + {"themes", IDS_SETTINGS_THEMES}, +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + {"systemTheme", IDS_SETTINGS_SYSTEM_THEME}, + {"useSystemTheme", IDS_SETTINGS_USE_SYSTEM_THEME}, + {"classicTheme", IDS_SETTINGS_CLASSIC_THEME}, +@@ -286,7 +286,7 @@ void AddAppearanceStrings(content::WebUI + {"openWallpaperApp", IDS_SETTINGS_OPEN_WALLPAPER_APP}, + {"setWallpaper", IDS_SETTINGS_SET_WALLPAPER}, + #endif +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) + {"showWindowDecorations", IDS_SHOW_WINDOW_DECORATIONS}, + #endif + }; Modified: head/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc ============================================================================== --- head/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc Sat Mar 4 21:21:45 2017 (r435427) +++ head/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -1,11 +1,20 @@ ---- chrome/browser/web_applications/web_app.cc.orig 2017-01-26 00:49:09 UTC +--- chrome/browser/web_applications/web_app.cc.orig 2017-02-02 02:02:50 UTC +++ chrome/browser/web_applications/web_app.cc +@@ -58,7 +58,7 @@ namespace { + #if defined(OS_MACOSX) + const int kDesiredSizes[] = {16, 32, 128, 256, 512}; + const size_t kNumDesiredSizes = arraysize(kDesiredSizes); +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + // Linux supports icons of any size. FreeDesktop Icon Theme Specification states + // that "Minimally you should install a 48x48 icon in the hicolor theme." + const int kDesiredSizes[] = {16, 32, 48, 128, 256, 512}; @@ -507,7 +507,7 @@ void GetIconsInfo(const WebApplicationIn } #endif -#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_FREEBSD) ++#if defined(OS_LINUX) || defined(OS_BSD) std::string GetWMClassFromAppName(std::string app_name) { base::i18n::ReplaceIllegalCharactersInPath(&app_name, '_'); base::TrimString(app_name, "_", &app_name); Added: head/www/chromium/files/patch-chrome_common_url__constants.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_common_url__constants.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,20 @@ +--- chrome/common/url_constants.cc.orig 2017-02-02 02:02:50 UTC ++++ chrome/common/url_constants.cc +@@ -139,7 +139,7 @@ const char kChromeUIMdCupsSettingsURL[] + const char kChromeUIMetroFlowURL[] = "chrome://make-metro/"; + #endif + +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + const char kChromeUITabModalConfirmDialogURL[] = + "chrome://tab-modal-confirm-dialog/"; + #endif +@@ -332,7 +332,7 @@ const char kChromeOSAssetPath[] = "/usr/ + const char kChromeUIMetroFlowHost[] = "make-metro"; + #endif + +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + const char kChromeUITabModalConfirmDialogHost[] = "tab-modal-confirm-dialog"; + #endif + Added: head/www/chromium/files/patch-chrome_common_url__constants.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_common_url__constants.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,20 @@ +--- chrome/common/url_constants.h.orig 2017-02-02 02:02:50 UTC ++++ chrome/common/url_constants.h +@@ -125,7 +125,7 @@ extern const char kChromeUIMdCupsSetting + extern const char kChromeUIMetroFlowURL[]; + #endif + +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + extern const char kChromeUITabModalConfirmDialogURL[]; + #endif + +@@ -309,7 +309,7 @@ extern const char kChromeOSAssetPath[]; + extern const char kChromeUIMetroFlowHost[]; + #endif + +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + extern const char kChromeUITabModalConfirmDialogHost[]; + #endif + Added: head/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,29 @@ +--- chromecast/browser/cast_browser_main_parts.cc.orig 2017-02-02 02:02:51 UTC ++++ chromecast/browser/cast_browser_main_parts.cc +@@ -67,7 +67,7 @@ + #include + #include + #endif +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include + #endif + +@@ -226,7 +226,7 @@ DefaultCommandLineSwitch g_default_switc + #if BUILDFLAG(IS_CAST_AUDIO_ONLY) + { switches::kDisableGpu, "" }, + #endif +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #if defined(ARCH_CPU_X86_FAMILY) + // This is needed for now to enable the x11 Ozone platform to work with + // current Linux/NVidia OpenGL drivers. +@@ -366,7 +366,7 @@ void CastBrowserMainParts::PostMainMessa + } + + void CastBrowserMainParts::ToolkitInitialized() { +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // Without this call, the FontConfig library gets implicitly initialized + // on the first call to FontConfig. Since it's not safe to initialize it + // concurrently from multiple threads, we explicitly initialize it here Added: head/www/chromium/files/patch-chromecast_browser_cast__content__browser__client.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chromecast_browser_cast__content__browser__client.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- chromecast/browser/cast_content_browser_client.cc.orig 2017-02-02 02:02:51 UTC ++++ chromecast/browser/cast_content_browser_client.cc +@@ -269,7 +269,7 @@ void CastContentBrowserClient::AppendExt + command_line->AppendSwitch(switches::kAllowHiddenMediaPlayback); + } + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // Necessary for accelerated 2d canvas. By default on Linux, Chromium assumes + // GLES2 contexts can be lost to a power-save mode, which breaks GPU canvas + // apps. Added: head/www/chromium/files/patch-components_sync_base_get__session__name.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components_sync_base_get__session__name.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,20 @@ +--- components/sync/base/get_session_name.cc.orig 2017-02-02 02:02:53 UTC ++++ components/sync/base/get_session_name.cc +@@ -15,7 +15,7 @@ + + #if defined(OS_CHROMEOS) + #include "chromeos/system/devicetype.h" +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + #include "components/sync/base/get_session_name_linux.h" + #elif defined(OS_IOS) + #include "components/sync/base/get_session_name_ios.h" +@@ -51,7 +51,7 @@ std::string GetSessionNameSynchronously( + session_name = "Chromebook"; + break; + } +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + session_name = internal::GetHostname(); + #elif defined(OS_IOS) + session_name = internal::GetComputerName(); Modified: head/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc ============================================================================== --- head/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc Sat Mar 4 21:21:45 2017 (r435427) +++ head/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -1,22 +1,14 @@ ---- components/sync/base/get_session_name_linux.cc.orig 2017-01-26 00:49:12 UTC +--- components/sync/base/get_session_name_linux.cc.orig 2017-02-02 02:02:53 UTC +++ components/sync/base/get_session_name_linux.cc -@@ -4,7 +4,7 @@ - - #include "components/sync/base/get_session_name_linux.h" - --#include // for HOST_NAME_MAX -+#include // for _POSIX_HOST_NAME_MAX - #include // for gethostname() - - #include "base/linux_util.h" -@@ -13,8 +13,8 @@ namespace syncer { +@@ -13,8 +13,9 @@ namespace syncer { namespace internal { std::string GetHostname() { - char hostname[HOST_NAME_MAX]; - if (gethostname(hostname, HOST_NAME_MAX) == 0) // Success. -+ char hostname[_POSIX_HOST_NAME_MAX]; -+ if (gethostname(hostname, _POSIX_HOST_NAME_MAX) == 0) // Success. ++ int len = sysconf(_SC_HOST_NAME_MAX); ++ char hostname[len]; ++ if (gethostname(hostname, len) == 0) // Success. return hostname; return base::GetLinuxDistro(); } Added: head/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- content/browser/renderer_host/render_message_filter.cc.orig 2017-02-02 02:02:53 UTC ++++ content/browser/renderer_host/render_message_filter.cc +@@ -92,7 +92,7 @@ + #include "ui/accelerated_widget_mac/window_resize_helper_mac.h" + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include "base/linux_util.h" + #include "base/threading/platform_thread.h" + #endif Added: head/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- content/browser/renderer_host/render_message_filter.h.orig 2017-02-02 02:02:53 UTC ++++ content/browser/renderer_host/render_message_filter.h +@@ -175,7 +175,7 @@ class CONTENT_EXPORT RenderMessageFilter + void OnDeletedDiscardableSharedMemory( + discardable_memory::DiscardableSharedMemoryId id); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + void SetThreadPriorityOnFileThread(base::PlatformThreadId ns_tid, + base::ThreadPriority priority); + void OnSetThreadPriority(base::PlatformThreadId ns_tid, Added: head/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- content/browser/renderer_host/render_view_host_impl.cc.orig 2017-02-02 02:02:53 UTC ++++ content/browser/renderer_host/render_view_host_impl.cc +@@ -139,7 +139,7 @@ void GetPlatformSpecificPrefs(RendererPr + display::win::ScreenWin::GetSystemMetricsInDIP(SM_CYVSCROLL); + prefs->arrow_bitmap_width_horizontal_scroll_bar_in_dips = + display::win::ScreenWin::GetSystemMetricsInDIP(SM_CXHSCROLL); +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + prefs->system_font_family_name = gfx::Font().GetFontName(); + #endif + } Modified: head/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc ============================================================================== --- head/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc Sat Mar 4 21:21:45 2017 (r435427) +++ head/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -1,11 +1,11 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2017-01-26 00:49:13 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2017-02-02 02:02:53 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.cc @@ -107,7 +107,7 @@ #include "ui/gfx/gdi_util.h" #endif -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) #include "ui/base/ime/linux/text_edit_command_auralinux.h" #include "ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h" #endif @@ -14,7 +14,7 @@ bool RenderWidgetHostViewAura::NeedsMouseCapture() { -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) return NeedsInputGrab(); #endif return false; @@ -23,7 +23,7 @@ return; -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) ++#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) ui::TextEditKeyBindingsDelegateAuraLinux* keybinding_delegate = ui::GetTextEditKeyBindingsDelegate(); std::vector commands; Added: head/www/chromium/files/patch-content_child_child__process.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content_child_child__process.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- content/child/child_process.cc.orig 2017-02-02 02:02:53 UTC ++++ content/child/child_process.cc +@@ -103,7 +103,7 @@ void ChildProcess::ReleaseProcess() { + main_thread_->OnProcessFinalRelease(); + } + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + void ChildProcess::SetIOThreadPriority( + base::ThreadPriority io_thread_priority) { + main_thread_->SetThreadPriority(io_thread_.GetThreadId(), io_thread_priority); Added: head/www/chromium/files/patch-content_child_child__process.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content_child_child__process.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- content/child/child_process.h.orig 2017-02-02 02:02:53 UTC ++++ content/child/child_process.h +@@ -69,7 +69,7 @@ class CONTENT_EXPORT ChildProcess { + void AddRefProcess(); + void ReleaseProcess(); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + void SetIOThreadPriority(base::ThreadPriority io_thread_priority); + #endif + Added: head/www/chromium/files/patch-content_child_child__thread__impl.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content_child_child__thread__impl.cc Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- content/child/child_thread_impl.cc.orig 2017-02-02 02:02:53 UTC ++++ content/child/child_thread_impl.cc +@@ -751,7 +751,7 @@ std::unique_ptr Chil + return base::MakeUnique(shared_buf, false); + } + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + void ChildThreadImpl::SetThreadPriority(base::PlatformThreadId id, + base::ThreadPriority priority) { + Send(new ChildProcessHostMsg_SetThreadPriority(id, priority)); Added: head/www/chromium/files/patch-content_child_child__thread__impl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content_child_child__thread__impl.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,11 @@ +--- content/child/child_thread_impl.h.orig 2017-02-02 02:02:53 UTC ++++ content/child/child_thread_impl.h +@@ -130,7 +130,7 @@ class CONTENT_EXPORT ChildThreadImpl + IPC::Sender* sender, + bool* out_of_memory); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + void SetThreadPriority(base::PlatformThreadId id, + base::ThreadPriority priority); + #endif Added: head/www/chromium/files/patch-content_common_child__process__messages.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content_common_child__process__messages.h Sat Mar 4 21:32:19 2017 (r435428) @@ -0,0 +1,29 @@ +--- content/common/child_process_messages.h.orig 2017-02-02 02:02:53 UTC ++++ content/common/child_process_messages.h +@@ -27,7 +27,7 @@ + #include "ui/gfx/ipc/gfx_param_traits.h" + #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h" + +-#if defined(OS_LINUX) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Mar 4 21:55:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15E07CF90C2; Sat, 4 Mar 2017 21:55:33 +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 BCD89188D; Sat, 4 Mar 2017 21:55:32 +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 v24LtVLc091888; Sat, 4 Mar 2017 21:55:31 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24LtVjE091886; Sat, 4 Mar 2017 21:55:31 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703042155.v24LtVjE091886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 4 Mar 2017 21:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435429 - head/sysutils/bsdcrashtar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 21:55:33 -0000 Author: ehaupt Date: Sat Mar 4 21:55:31 2017 New Revision: 435429 URL: https://svnweb.freebsd.org/changeset/ports/435429 Log: Move sysutils/bsdcrashtar from GOOGLE_CODE to GitHub Summary: This port is too useful to be removed. Since the author has already moved the project from Google Code to GitHub I think this port should follow. Test Plan: - portlint -A: OK - poudriere testport (all supported tier-1 arch): OK Reviewers: trociny Reviewed By: trociny Subscribers: mat Differential Revision: https://reviews.freebsd.org/D9885 Modified: head/sysutils/bsdcrashtar/Makefile head/sysutils/bsdcrashtar/distinfo Modified: head/sysutils/bsdcrashtar/Makefile ============================================================================== --- head/sysutils/bsdcrashtar/Makefile Sat Mar 4 21:32:19 2017 (r435428) +++ head/sysutils/bsdcrashtar/Makefile Sat Mar 4 21:55:31 2017 (r435429) @@ -5,19 +5,20 @@ PORTNAME= bsdcrashtar PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE MAINTAINER= trociny@FreeBSD.org COMMENT= Archive FreeBSD kernel crash files -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -PLIST_FILES= sbin/bsdcrashtar \ - man/man8/bsdcrashtar.8.gz +LICENSE= BSD3CLAUSE USES= uidfix +USE_GITHUB= yes + +GH_ACCOUNT= trociny + MAKE_ENV+= NO_OBJ=yes +PLIST_FILES= sbin/bsdcrashtar \ + man/man8/bsdcrashtar.8.gz + .include Modified: head/sysutils/bsdcrashtar/distinfo ============================================================================== --- head/sysutils/bsdcrashtar/distinfo Sat Mar 4 21:32:19 2017 (r435428) +++ head/sysutils/bsdcrashtar/distinfo Sat Mar 4 21:55:31 2017 (r435429) @@ -1,2 +1,3 @@ -SHA256 (bsdcrashtar-0.1.3.tar.gz) = 6ec63e0365e1d093e1db72e7751fcf2615c23cc27621d0fc6c977970c042e799 -SIZE (bsdcrashtar-0.1.3.tar.gz) = 5645 +TIMESTAMP = 1488647458 +SHA256 (trociny-bsdcrashtar-0.1.3_GH0.tar.gz) = e2f480205410b2682a436b9947b1b5528c5aecfabe443d0be7458e9de026e7c0 +SIZE (trociny-bsdcrashtar-0.1.3_GH0.tar.gz) = 5643 From owner-svn-ports-all@freebsd.org Sat Mar 4 22:14:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDEDFCF9722; Sat, 4 Mar 2017 22:14:36 +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 9D627132D; Sat, 4 Mar 2017 22:14:36 +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 v24MEZ01000233; Sat, 4 Mar 2017 22:14:35 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24MEZZL000232; Sat, 4 Mar 2017 22:14:35 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201703042214.v24MEZZL000232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 4 Mar 2017 22:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435430 - 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: Sat, 04 Mar 2017 22:14:36 -0000 Author: gerald Date: Sat Mar 4 22:14:35 2017 New Revision: 435430 URL: https://svnweb.freebsd.org/changeset/ports/435430 Log: Restore ftp-stud.fht-esslingen.de mirror, just with http instead of ftp. PR: 299122 Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sat Mar 4 21:55:31 2017 (r435429) +++ head/Mk/bsd.sites.mk Sat Mar 4 22:14:35 2017 (r435430) @@ -312,6 +312,7 @@ MASTER_SITE_GCC+= \ http://robotlab.itk.ppke.hu/gcc/%SUBDIR%/ \ http://gcc.fyxm.net/%SUBDIR%/ \ http://gcc.igor.onlinedirect.bg/%SUBDIR%/ \ + http://ftp-stud.fht-esslingen.de/pub/Mirrors/sourceware.org/gcc/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/%SUBDIR%/ \ ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/gcc/%SUBDIR%/ \ From owner-svn-ports-all@freebsd.org Sat Mar 4 22:19:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80064CF9874; Sat, 4 Mar 2017 22:19: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 4CDEA1661; Sat, 4 Mar 2017 22:19: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 v24MJQjj000624; Sat, 4 Mar 2017 22:19:26 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24MJQxb000621; Sat, 4 Mar 2017 22:19:26 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201703042219.v24MJQxb000621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Sat, 4 Mar 2017 22:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435431 - in head/textproc: . py-alabaster py3-alabaster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 22:19:27 -0000 Author: kmoore Date: Sat Mar 4 22:19:25 2017 New Revision: 435431 URL: https://svnweb.freebsd.org/changeset/ports/435431 Log: - Create python3 version of textproc/py-alabaster - Set architecture neutral PR: 217471 Submitted by: Danilo Baio Added: head/textproc/py3-alabaster/ head/textproc/py3-alabaster/Makefile (contents, props changed) Modified: head/textproc/Makefile head/textproc/py-alabaster/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Mar 4 22:14:35 2017 (r435430) +++ head/textproc/Makefile Sat Mar 4 22:19:25 2017 (r435431) @@ -1364,6 +1364,7 @@ SUBDIR += py-zpt SUBDIR += py2html SUBDIR += py3-MarkupSafe + SUBDIR += py3-alabaster SUBDIR += py3-asciinema SUBDIR += py3-chardet SUBDIR += py3-hunspell Modified: head/textproc/py-alabaster/Makefile ============================================================================== --- head/textproc/py-alabaster/Makefile Sat Mar 4 22:14:35 2017 (r435430) +++ head/textproc/py-alabaster/Makefile Sat Mar 4 22:19:25 2017 (r435431) @@ -11,7 +11,8 @@ COMMENT= Modified Kr Sphinx theme LICENSE= MIT -USES= python +NO_ARCH= yes +USES?= python USE_PYTHON= distutils autoplist .include Added: head/textproc/py3-alabaster/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py3-alabaster/Makefile Sat Mar 4 22:19:25 2017 (r435431) @@ -0,0 +1,8 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-alabaster + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Sat Mar 4 22:19:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F22BCF98AC; Sat, 4 Mar 2017 22:19:35 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09A201690; Sat, 4 Mar 2017 22:19:34 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24MJYU5000825; Sat, 4 Mar 2017 22:19:34 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24MJXTv000819; Sat, 4 Mar 2017 22:19:33 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201703042219.v24MJXTv000819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 4 Mar 2017 22:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435432 - in head/databases/mysql-connector-c: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 22:19:35 -0000 Author: bofh Date: Sat Mar 4 22:19:33 2017 New Revision: 435432 URL: https://svnweb.freebsd.org/changeset/ports/435432 Log: databases/mysql-connector-c: Update version 6.1.6=>6.1.9 Deleted: head/databases/mysql-connector-c/files/patch-vio_viossl.c Modified: head/databases/mysql-connector-c/Makefile head/databases/mysql-connector-c/distinfo head/databases/mysql-connector-c/files/patch-CMakeLists.txt head/databases/mysql-connector-c/files/patch-cmake_ssl.cmake head/databases/mysql-connector-c/pkg-plist Modified: head/databases/mysql-connector-c/Makefile ============================================================================== --- head/databases/mysql-connector-c/Makefile Sat Mar 4 22:19:25 2017 (r435431) +++ head/databases/mysql-connector-c/Makefile Sat Mar 4 22:19:33 2017 (r435432) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mysql-connector-c -PORTVERSION= 6.1.6 -PORTREVISION= 1 +PORTVERSION= 6.1.9 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/databases/mysql-connector-c/distinfo ============================================================================== --- head/databases/mysql-connector-c/distinfo Sat Mar 4 22:19:25 2017 (r435431) +++ head/databases/mysql-connector-c/distinfo Sat Mar 4 22:19:33 2017 (r435432) @@ -1,2 +1,3 @@ -SHA256 (mysql-connector-c-6.1.6-src.tar.gz) = 2222433012c415871958b61bc4f3683e1ebe77e3389f698b267058c12533ea78 -SIZE (mysql-connector-c-6.1.6-src.tar.gz) = 3475044 +TIMESTAMP = 1488661538 +SHA256 (mysql-connector-c-6.1.9-src.tar.gz) = 4e808704443365ad5b649673d03eca8fbebc0a4da9f1f96616c6bd1b1901ab2b +SIZE (mysql-connector-c-6.1.9-src.tar.gz) = 3494748 Modified: head/databases/mysql-connector-c/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mysql-connector-c/files/patch-CMakeLists.txt Sat Mar 4 22:19:25 2017 (r435431) +++ head/databases/mysql-connector-c/files/patch-CMakeLists.txt Sat Mar 4 22:19:33 2017 (r435432) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2015-02-25 21:09:49 UTC +--- CMakeLists.txt.orig 2017-03-04 21:11:15 UTC +++ CMakeLists.txt -@@ -541,7 +541,7 @@ ADD_SUBDIRECTORY(packaging/WiX) +@@ -562,7 +562,7 @@ ADD_SUBDIRECTORY(packaging/WiX) # # RPM installs documentation directly from the source tree # -IF(NOT INSTALL_LAYOUT MATCHES "RPM") +IF(NOT INSTALL_LAYOUT MATCHES "RPM" AND 0) - INSTALL(FILES COPYING LICENSE.mysql - DESTINATION ${INSTALL_DOCREADMEDIR} + INSTALL(FILES COPYING LICENSE.mysql + DESTINATION ${INSTALL_DOCREADMEDIR} COMPONENT Readme Modified: head/databases/mysql-connector-c/files/patch-cmake_ssl.cmake ============================================================================== --- head/databases/mysql-connector-c/files/patch-cmake_ssl.cmake Sat Mar 4 22:19:25 2017 (r435431) +++ head/databases/mysql-connector-c/files/patch-cmake_ssl.cmake Sat Mar 4 22:19:33 2017 (r435432) @@ -1,24 +1,21 @@ ---- cmake/ssl.cmake.orig 2015-02-25 21:09:49 UTC +--- cmake/ssl.cmake.orig 2017-03-04 21:14:36 UTC +++ cmake/ssl.cmake -@@ -166,17 +166,19 @@ MACRO (MYSQL_CHECK_SSL) +@@ -166,7 +166,7 @@ MACRO (MYSQL_CHECK_SSL) # Encoded as MNNFFPPS: major minor fix patch status FILE(STRINGS "${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h" OPENSSL_VERSION_NUMBER -- REGEX "^#define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x[0-9].*" +- REGEX "^#[ ]*define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x[0-9].*" + REGEX "define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x[0-9].*" ) STRING(REGEX REPLACE "^.*OPENSSL_VERSION_NUMBER[\t ]+0x([0-9]).*$" "\\1" - OPENSSL_MAJOR_VERSION "${OPENSSL_VERSION_NUMBER}" - ) - -+ # LibreSSL is allowed too +@@ -176,7 +176,8 @@ MACRO (MYSQL_CHECK_SSL) IF(OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARY AND CRYPTO_LIBRARY AND - OPENSSL_MAJOR_VERSION STREQUAL "1" + (OPENSSL_MAJOR_VERSION STREQUAL "1" OR -+ OPENSSL_MAJOR_VERSION STREQUAL "2") ++ OPENSSL_MAJOR_VERSION STREQUAL "2") ) SET(OPENSSL_FOUND TRUE) ELSE() Modified: head/databases/mysql-connector-c/pkg-plist ============================================================================== --- head/databases/mysql-connector-c/pkg-plist Sat Mar 4 22:19:25 2017 (r435431) +++ head/databases/mysql-connector-c/pkg-plist Sat Mar 4 22:19:33 2017 (r435432) @@ -2,6 +2,7 @@ bin/mysql-connector-c/my_print_defaults bin/mysql-connector-c/mysql_config bin/mysql-connector-c/perror include/mysql-connector-c/big_endian.h +include/mysql-connector-c/binary_log_types.h include/mysql-connector-c/byte_order_generic.h include/mysql-connector-c/byte_order_generic_x86.h include/mysql-connector-c/decimal.h @@ -12,6 +13,7 @@ include/mysql-connector-c/m_ctype.h include/mysql-connector-c/m_string.h include/mysql-connector-c/my_alloc.h include/mysql-connector-c/my_byteorder.h +include/mysql-connector-c/my_command.h include/mysql-connector-c/my_compiler.h include/mysql-connector-c/my_config.h include/mysql-connector-c/my_dbug.h @@ -19,14 +21,16 @@ include/mysql-connector-c/my_dir.h include/mysql-connector-c/my_getopt.h include/mysql-connector-c/my_global.h include/mysql-connector-c/my_list.h -include/mysql-connector-c/my_pthread.h include/mysql-connector-c/my_sys.h +include/mysql-connector-c/my_thread.h +include/mysql-connector-c/my_thread_local.h include/mysql-connector-c/my_xml.h include/mysql-connector-c/mysql.h include/mysql-connector-c/mysql/client_authentication.h include/mysql-connector-c/mysql/client_plugin.h include/mysql-connector-c/mysql/client_plugin.h.pp include/mysql-connector-c/mysql/get_password.h +include/mysql-connector-c/mysql/mysql_lex_string.h include/mysql-connector-c/mysql/plugin_auth_common.h include/mysql-connector-c/mysql/plugin_trace.h include/mysql-connector-c/mysql/psi/mysql_file.h @@ -58,10 +62,10 @@ include/mysql-connector-c/sql_state.h include/mysql-connector-c/sslopt-case.h include/mysql-connector-c/sslopt-longopts.h include/mysql-connector-c/sslopt-vars.h +include/mysql-connector-c/thr_cond.h +include/mysql-connector-c/thr_mutex.h +include/mysql-connector-c/thr_rwlock.h include/mysql-connector-c/typelib.h lib/mysql-connector-c/libmysqlclient.a lib/mysql-connector-c/libmysqlclient.so lib/mysql-connector-c/libmysqlclient.so.18 -lib/mysql-connector-c/libmysqlclient_r.a -lib/mysql-connector-c/libmysqlclient_r.so -lib/mysql-connector-c/libmysqlclient_r.so.18 From owner-svn-ports-all@freebsd.org Sat Mar 4 22:23:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 156DACF9A41; Sat, 4 Mar 2017 22:23:22 +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 D65811B04; Sat, 4 Mar 2017 22:23:21 +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 v24MNKsS004746; Sat, 4 Mar 2017 22:23:20 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24MNKG8004743; Sat, 4 Mar 2017 22:23:20 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201703042223.v24MNKG8004743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Sat, 4 Mar 2017 22:23:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435433 - in head/graphics: . py-imagesize py3-imagesize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 04 Mar 2017 22:23:22 -0000 Author: kmoore Date: Sat Mar 4 22:23:20 2017 New Revision: 435433 URL: https://svnweb.freebsd.org/changeset/ports/435433 Log: - Create python3 version of graphics/py-imagesize - Set architecture neutral PR: 217470 Submitted by: Danilo Baio Added: head/graphics/py3-imagesize/ head/graphics/py3-imagesize/Makefile (contents, props changed) Modified: head/graphics/Makefile head/graphics/py-imagesize/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Mar 4 22:19:33 2017 (r435432) +++ head/graphics/Makefile Sat Mar 4 22:23:20 2017 (r435433) @@ -892,6 +892,7 @@ SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py3-cairo + SUBDIR += py3-imagesize SUBDIR += py3-pillow SUBDIR += py3-pygraphviz SUBDIR += pygts Modified: head/graphics/py-imagesize/Makefile ============================================================================== --- head/graphics/py-imagesize/Makefile Sat Mar 4 22:19:33 2017 (r435432) +++ head/graphics/py-imagesize/Makefile Sat Mar 4 22:23:20 2017 (r435433) @@ -12,7 +12,8 @@ COMMENT= Python image size library LICENSE= MIT -USES= python +NO_ARCH= yes +USES?= python USE_PYTHON= autoplist distutils .include Added: head/graphics/py3-imagesize/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py3-imagesize/Makefile Sat Mar 4 22:23:20 2017 (r435433) @@ -0,0 +1,8 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-imagesize + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Sat Mar 4 22:50:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BAD7CF9FEE; Sat, 4 Mar 2017 22:50: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 CF637186C; Sat, 4 Mar 2017 22:50: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 v24ModJ8013730; Sat, 4 Mar 2017 22:50:39 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24ModkK013728; Sat, 4 Mar 2017 22:50:39 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703042250.v24ModkK013728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 4 Mar 2017 22:50:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435434 - in head: . devel devel/py-ll-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 22:50:41 -0000 Author: rene Date: Sat Mar 4 22:50:39 2017 New Revision: 435434 URL: https://svnweb.freebsd.org/changeset/ports/435434 Log: Remove expired port: 2017-03-04 devel/py-ll-core: Long unmaintained, abandoned upstream Deleted: head/devel/py-ll-core/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Mar 4 22:23:20 2017 (r435433) +++ head/MOVED Sat Mar 4 22:50:39 2017 (r435434) @@ -9122,3 +9122,4 @@ devel/py-turbojson11||2017-03-03|Has exp devel/py-turbocheetah||2017-03-03|Has expired: Development of this branch ceased devel/py-tgMochiKit||2017-03-03|Has expired: Development of this branch ceased www/py-Lightbox||2017-03-03|Has expired: Development of this branch ceased +devel/py-ll-core||2017-03-04|Has expired: Long unmaintained, abandoned upstream Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 4 22:23:20 2017 (r435433) +++ head/devel/Makefile Sat Mar 4 22:50:39 2017 (r435434) @@ -4384,7 +4384,6 @@ SUBDIR += py-libvirt SUBDIR += py-libzfs SUBDIR += py-linecache2 - SUBDIR += py-ll-core SUBDIR += py-llfuse SUBDIR += py-llvmlite SUBDIR += py-lock_file