From owner-svn-ports-head@freebsd.org Sun Feb 14 00:53:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33409AA13F6; Sun, 14 Feb 2016 00:53:12 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6DF2C16; Sun, 14 Feb 2016 00:53:11 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E0rA78030183; Sun, 14 Feb 2016 00:53:10 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E0rAZR030179; Sun, 14 Feb 2016 00:53:10 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602140053.u1E0rAZR030179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 14 Feb 2016 00:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408838 - in head/devel: . R-cran-tidyr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 00:53:12 -0000 Author: tota Date: Sun Feb 14 00:53:10 2016 New Revision: 408838 URL: https://svnweb.freebsd.org/changeset/ports/408838 Log: - Add new port: devel/R-cran-tidyr An evolution of 'reshape2'. It's designed specifically for data tidying (not general reshaping or aggregating) and works well with 'dplyr' data pipelines. WWW: https://cran.r-project.org/web/packages/tidyr/ Added: head/devel/R-cran-tidyr/ head/devel/R-cran-tidyr/Makefile (contents, props changed) head/devel/R-cran-tidyr/distinfo (contents, props changed) head/devel/R-cran-tidyr/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 14 00:04:50 2016 (r408837) +++ head/devel/Makefile Sun Feb 14 00:53:10 2016 (r408838) @@ -42,6 +42,7 @@ SUBDIR += R-cran-reshape2 SUBDIR += R-cran-rngtools SUBDIR += R-cran-rstudioapi + SUBDIR += R-cran-tidyr SUBDIR += SpecTcl SUBDIR += aap SUBDIR += aarch64-binutils Added: head/devel/R-cran-tidyr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-tidyr/Makefile Sun Feb 14 00:53:10 2016 (r408838) @@ -0,0 +1,22 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= tidyr +PORTVERSION= 0.4.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Easily tidy data with spread and gather functions + +LICENSE= MIT + +RUN_DEPENDS= R-cran-dplyr>=0.4:${PORTSDIR}/math/R-cran-dplyr \ + R-cran-stringi>0:${PORTSDIR}/textproc/R-cran-stringi \ + R-cran-lazyeval>0:${PORTSDIR}/math/R-cran-lazyeval \ + R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr \ + R-cran-Rcpp>0:${PORTSDIR}/devel/R-cran-Rcpp + +USES= cran:auto-plist + +.include Added: head/devel/R-cran-tidyr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-tidyr/distinfo Sun Feb 14 00:53:10 2016 (r408838) @@ -0,0 +1,2 @@ +SHA256 (tidyr_0.4.1.tar.gz) = 506cfb48b9fc697c9c259588b8e1aab8547e14ab98741a73153d122ab2a7e676 +SIZE (tidyr_0.4.1.tar.gz) = 158472 Added: head/devel/R-cran-tidyr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-tidyr/pkg-descr Sun Feb 14 00:53:10 2016 (r408838) @@ -0,0 +1,5 @@ +An evolution of 'reshape2'. It's designed specifically for data +tidying (not general reshaping or aggregating) and works well with +'dplyr' data pipelines. + +WWW: https://cran.r-project.org/web/packages/tidyr/ From owner-svn-ports-head@freebsd.org Sun Feb 14 01:00:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9717BAA1646; Sun, 14 Feb 2016 01:00:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6350AD51; Sun, 14 Feb 2016 01:00:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E10081030558; Sun, 14 Feb 2016 01:00:00 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E100wT030556; Sun, 14 Feb 2016 01:00:00 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602140100.u1E100wT030556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 01:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408839 - head/sysutils/jailutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 01:00:01 -0000 Author: junovitch Date: Sun Feb 14 01:00:00 2016 New Revision: 408839 URL: https://svnweb.freebsd.org/changeset/ports/408839 Log: sysutils/jailutils: update 1.6 -> 1.7; remove spurious slash on MASTER_SITES PR: 206766 Submitted by: Chris Hutchinson (maintainer) Modified: head/sysutils/jailutils/Makefile head/sysutils/jailutils/distinfo Modified: head/sysutils/jailutils/Makefile ============================================================================== --- head/sysutils/jailutils/Makefile Sun Feb 14 00:53:10 2016 (r408838) +++ head/sysutils/jailutils/Makefile Sun Feb 14 01:00:00 2016 (r408839) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= jailutils -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= sysutils MASTER_SITES= http://thewalter.net/stef/freebsd/jails/jailutils/ \ - http://BSDforge.com/projects/source/sysutils/jailutils/ / + http://BSDforge.com/projects/source/sysutils/jailutils/ MAINTAINER= portmaster@BSDforge.com COMMENT= Several utilities for managing jails Modified: head/sysutils/jailutils/distinfo ============================================================================== --- head/sysutils/jailutils/distinfo Sun Feb 14 00:53:10 2016 (r408838) +++ head/sysutils/jailutils/distinfo Sun Feb 14 01:00:00 2016 (r408839) @@ -1,2 +1,2 @@ -SHA256 (jailutils-1.6.tar.gz) = b275f7d23c5698bf9139f81a487058001263d32059ae5b0c333f67c97d085628 -SIZE (jailutils-1.6.tar.gz) = 98976 +SHA256 (jailutils-1.7.tar.gz) = 270ea80ccb914d1faefb8d75e03b076cb667765b50e5d41f9aaa53d826d23d5a +SIZE (jailutils-1.7.tar.gz) = 117708 From owner-svn-ports-head@freebsd.org Sun Feb 14 01:55:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAF8AAA1119; Sun, 14 Feb 2016 01:55:28 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 887AF178; Sun, 14 Feb 2016 01:55:28 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E1tRrB047904; Sun, 14 Feb 2016 01:55:27 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E1tRk4047902; Sun, 14 Feb 2016 01:55:27 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602140155.u1E1tRk4047902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 01:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408840 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 01:55:28 -0000 Author: junovitch Date: Sun Feb 14 01:55:27 2016 New Revision: 408840 URL: https://svnweb.freebsd.org/changeset/ports/408840 Log: Fix dnscrypt-proxy reference URL (ihttps -> https) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 14 01:00:00 2016 (r408839) +++ head/security/vuxml/vuln.xml Sun Feb 14 01:55:27 2016 (r408840) @@ -187,7 +187,7 @@ Notes:

Frank Denis reports:

-
+

Malformed packets could lead to denial of service or code execution.

@@ -199,6 +199,7 @@ Notes: 2016-02-02 2016-02-10 + 2016-02-14 From owner-svn-ports-head@freebsd.org Sun Feb 14 02:59:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 306E0AA1127; Sun, 14 Feb 2016 02:59:04 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAD6E1E0D; Sun, 14 Feb 2016 02:59:03 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E2x2Yt065286; Sun, 14 Feb 2016 02:59:02 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E2x2j8065284; Sun, 14 Feb 2016 02:59:02 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602140259.u1E2x2j8065284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 02:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408841 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 02:59:04 -0000 Author: junovitch Date: Sun Feb 14 02:59:02 2016 New Revision: 408841 URL: https://svnweb.freebsd.org/changeset/ports/408841 Log: Document cross-site scripting vulnerabilities in Horde Groupware Security: CVE-2015-8807 Security: CVE-2016-2228 Security: https://vuxml.FreeBSD.org/freebsd/3aa8b781-d2c4-11e5-b2bd-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 14 01:55:27 2016 (r408840) +++ head/security/vuxml/vuln.xml Sun Feb 14 02:59:02 2016 (r408841) @@ -57,6 +57,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + horde -- XSS vulnerabilies + + + horde + 5.2.9 + + + pear-Horde_Core + 2.22.6 + + + + +

The Horde Team reports:

+
+

Fixed XSS vulnerabilities in menu bar and form renderer.

+
+ +
+ + CVE-2015-8807 + CVE-2016-2228 + https://github.com/horde/horde/commit/11d74fa5a22fe626c5e5a010b703cd46a136f253 + https://bugs.horde.org/ticket/14213 + https://github.com/horde/horde/commit/f03301cf6edcca57121a15e80014c4d0f29d99a0 + https://github.com/horde/horde/commit/ab07a1b447de34e13983b4d7ceb18b58c3a358d8 + http://www.openwall.com/lists/oss-security/2016/02/06/4 + http://lists.horde.org/archives/announce/2016/001149.html + + + 2016-02-02 + 2016-02-14 + +
+ PostgreSQL -- Security Fixes for Regular Expressions, PL/Java. From owner-svn-ports-head@freebsd.org Sun Feb 14 03:07:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85F0FAA1805; Sun, 14 Feb 2016 03:07:02 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 456218F2; Sun, 14 Feb 2016 03:07:02 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E371lC068798; Sun, 14 Feb 2016 03:07:01 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E371UZ068796; Sun, 14 Feb 2016 03:07:01 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201602140307.u1E371UZ068796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sun, 14 Feb 2016 03:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408842 - in head/sysutils/htop: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 03:07:02 -0000 Author: cy Date: Sun Feb 14 03:07:00 2016 New Revision: 408842 URL: https://svnweb.freebsd.org/changeset/ports/408842 Log: Make CPU% display the same as ps and top do. MEM% displays 0.0. Fix that. PR: 207120 Modified: head/sysutils/htop/Makefile head/sysutils/htop/files/patch-freebsd__FreeBSDProcessList.c Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Sun Feb 14 02:59:02 2016 (r408841) +++ head/sysutils/htop/Makefile Sun Feb 14 03:07:00 2016 (r408842) @@ -3,7 +3,7 @@ PORTNAME= htop PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org Modified: head/sysutils/htop/files/patch-freebsd__FreeBSDProcessList.c ============================================================================== --- head/sysutils/htop/files/patch-freebsd__FreeBSDProcessList.c Sun Feb 14 02:59:02 2016 (r408841) +++ head/sysutils/htop/files/patch-freebsd__FreeBSDProcessList.c Sun Feb 14 03:07:00 2016 (r408842) @@ -1,6 +1,24 @@ ---- freebsd/FreeBSDProcessList.c.orig 2016-02-13 00:37:56.160832000 +0800 -+++ freebsd/FreeBSDProcessList.c 2016-02-13 00:38:19.671290000 +0800 -@@ -477,8 +477,8 @@ +--- freebsd/FreeBSDProcessList.c.orig 2016-02-10 12:48:39.000000000 -0800 ++++ freebsd/FreeBSDProcessList.c 2016-02-13 13:42:40.759431578 -0800 +@@ -84,6 +84,8 @@ + static int MIB_kern_cp_times[2]; + static int kernelFScale; + ++// XXX hack ++static unsigned long long int Global_totalMem; + + ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId) { + FreeBSDProcessList* fpl = xCalloc(1, sizeof(FreeBSDProcessList)); +@@ -301,6 +303,8 @@ + //pl->totalMem *= pageSizeKb; + sysctl(MIB_hw_physmem, 2, &(pl->totalMem), &len, NULL, 0); + pl->totalMem /= 1024; ++ // XXX hack ++ Global_totalMem = pl->totalMem; + + sysctl(MIB_vm_stats_vm_v_active_count, 4, &(fpl->memActive), &len, NULL, 0); + fpl->memActive *= pageSizeKb; +@@ -477,8 +481,9 @@ } // from FreeBSD source /src/usr.bin/top/machine.c @@ -8,6 +26,17 @@ - proc->m_resident = kproc->ki_rssize * pageSizeKb; + proc->m_size = kproc->ki_size / 1024 / pageSizeKb; + proc->m_resident = kproc->ki_rssize; ++ proc->percent_mem = (proc->m_resident * PAGE_SIZE_KB) / (double)(Global_totalMem) * 100.0; proc->nlwp = kproc->ki_numthreads; proc->time = (kproc->ki_runtime + 5000) / 10000; +@@ -487,9 +492,6 @@ + // system idle process should own all CPU time left regardless of CPU count + if ( strcmp("idle", kproc->ki_comm) == 0 ) { + isIdleProcess = true; +- } else { +- if (cpus > 1) +- proc->percent_cpu = proc->percent_cpu / (double) cpus; + } + } + if (isIdleProcess == false && proc->percent_cpu >= 99.8) { From owner-svn-ports-head@freebsd.org Sun Feb 14 03:38:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A5FDAA6C83; Sun, 14 Feb 2016 03:38:47 +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 EB267172A; Sun, 14 Feb 2016 03:38:46 +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 u1E3cjq3077507; Sun, 14 Feb 2016 03:38:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E3cju1077505; Sun, 14 Feb 2016 03:38:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602140338.u1E3cju1077505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 14 Feb 2016 03:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408843 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 03:38:47 -0000 Author: adamw Date: Sun Feb 14 03:38:45 2016 New Revision: 408843 URL: https://svnweb.freebsd.org/changeset/ports/408843 Log: Update to 6.46. Changes: https://metacpan.org/changes/distribution/Mojolicious Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sun Feb 14 03:07:00 2016 (r408842) +++ head/www/p5-Mojolicious/Makefile Sun Feb 14 03:38:45 2016 (r408843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.45 +PORTVERSION= 6.46 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sun Feb 14 03:07:00 2016 (r408842) +++ head/www/p5-Mojolicious/distinfo Sun Feb 14 03:38:45 2016 (r408843) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.45.tar.gz) = 2aad9392b1f1c1aa46e770c8740ace2abac9b5c5108a97606e018d196d1febbd -SIZE (Mojolicious-6.45.tar.gz) = 660710 +SHA256 (Mojolicious-6.46.tar.gz) = d9b57f519beea70651935885afa83bda9b5e8cbc88045d5fe9ce80427aed6a44 +SIZE (Mojolicious-6.46.tar.gz) = 660217 From owner-svn-ports-head@freebsd.org Sun Feb 14 04:09:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D158DAA0C96; Sun, 14 Feb 2016 04:09:51 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91B061FE; Sun, 14 Feb 2016 04:09:51 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E49oaO086304; Sun, 14 Feb 2016 04:09:50 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E49or5086302; Sun, 14 Feb 2016 04:09:50 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602140409.u1E49or5086302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 14 Feb 2016 04:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408844 - in head: . www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 04:09:51 -0000 Author: osa Date: Sun Feb 14 04:09:50 2016 New Revision: 408844 URL: https://svnweb.freebsd.org/changeset/ports/408844 Log: Enable dynamic modules support. Bump PORTREVISION. In case of usage following modules please update nginx configuration file for load these modules: load_module "modules/ngx_http_geoip_module.so"; load_module "modules/ngx_http_image_filter_module.so"; load_module "modules/ngx_http_xslt_filter_module.so"; load_module "modules/ngx_mail_module.so"; load_module "modules/ngx_stream_module.so"; See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details. Modified: head/UPDATING head/www/nginx-devel/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Feb 14 03:38:45 2016 (r408843) +++ head/UPDATING Sun Feb 14 04:09:50 2016 (r408844) @@ -5,6 +5,21 @@ 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. +20160213: + AFFECTS: users of www/nginx-devel + AUTHOR: osa@FreeBSD.org + + Dynamic modules support has been enabled. In case of usage following + modules please update nginx configuration file for load these modules: + + load_module "modules/ngx_http_geoip_module.so"; + load_module "modules/ngx_http_image_filter_module.so"; + load_module "modules/ngx_http_xslt_filter_module.so"; + load_module "modules/ngx_mail_module.so"; + load_module "modules/ngx_stream_module.so"; + + See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details. + 20160127: AFFECTS: users of net-im/uTox AUTHOR: amdmi3@FreeBSD.org Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Feb 14 03:38:45 2016 (r408843) +++ head/www/nginx-devel/Makefile Sun Feb 14 04:09:50 2016 (r408844) @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.9.11 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -245,10 +246,12 @@ SUB_LIST+= WWWOWN=${WWWOWN} \ NGINX_TMPDIR=${NGINX_TMPDIR} HAS_CONFIGURE= yes +MODULESDIR= ${ETCDIR}/modules CONFIGURE_ARGS+=--prefix=${ETCDIR} \ --with-cc-opt="-I ${LOCALBASE}/include" \ --with-ld-opt="-L ${LOCALBASE}/lib" \ --conf-path=${ETCDIR}/nginx.conf \ + --modules-path=${MODULESDIR} \ --sbin-path=${PREFIX}/sbin/nginx \ --pid-path=${NGINX_RUNDIR}/nginx.pid \ --error-log-path=${NGINX_ERRORLOG} \ @@ -454,7 +457,7 @@ CONFIGURE_ARGS+=--with-http_flv_module .endif .if ${PORT_OPTIONS:MHTTP_GEOIP} -CONFIGURE_ARGS+=--with-http_geoip_module +CONFIGURE_ARGS+=--with-http_geoip_module=dynamic LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP .endif @@ -468,7 +471,7 @@ CONFIGURE_ARGS+=--with-http_gunzip_modul .if ${PORT_OPTIONS:MHTTP_IMAGE_FILTER} LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd -CONFIGURE_ARGS+=--with-http_image_filter_module +CONFIGURE_ARGS+=--with-http_image_filter_module=dynamic .endif .if ${PORT_OPTIONS:MHTTP_MP4} @@ -612,7 +615,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MHTTP_XSLT} USE_GNOME+= libxml2 libxslt -CONFIGURE_ARGS+=--with-http_xslt_module +CONFIGURE_ARGS+=--with-http_xslt_module=dynamic .endif .if ${PORT_OPTIONS:MHTTP_ZIP} @@ -878,7 +881,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_nj .endif .if ${PORT_OPTIONS:MSTREAM} -CONFIGURE_ARGS+=--with-stream +CONFIGURE_ARGS+=--with-stream=dynamic .if ${PORT_OPTIONS:MSTREAM_SSL} NGINX_OPENSSL= yes USE_HTTP_SSL= yes @@ -902,7 +905,7 @@ PLIST_SUB+= WWWDATA="@comment " .endif # WITH_HTTP .if ${PORT_OPTIONS:MMAIL} -CONFIGURE_ARGS+=--with-mail +CONFIGURE_ARGS+=--with-mail=dynamic .if empty(PORT_OPTIONS:MMAIL_IMAP) CONFIGURE_ARGS+=--without-mail_imap_module .endif @@ -1096,6 +1099,7 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} + ${MKDIR} ${STAGEDIR}${MODULESDIR} ${MKDIR} ${STAGEDIR}${NGINX_TMPDIR} ${INSTALL_PROGRAM} ${WRKSRC}/objs/nginx ${STAGEDIR}${PREFIX}/sbin .for i in koi-utf koi-win win-utf @@ -1120,6 +1124,10 @@ do-install: ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/ .endif +# Install dynamic modules + (cd ${WRKSRC}/objs/ && ${FIND} . -name '*.so' -maxdepth 1 -type f \ + -exec ${INSTALL_PROGRAM} "{}" ${STAGEDIR}${MODULESDIR} \;) + .if ${PORT_OPTIONS:MNAXSI} ${INSTALL_DATA} \ ${WRKDIR}/naxsi-${NGINX_NAXSI_VERSION}/naxsi_config/naxsi_core.rules \ @@ -1137,4 +1145,8 @@ post-install: ${ECHO_CMD} etc/nginx/naxsi_core.rules >> ${TMPPLIST} .endif +# Add dynamic modules to the plist + (cd ${STAGEDIR}${PREFIX} && ${FIND} ${MODULESDIR:S|${PREFIX}/||} \ + ! -type d >> ${TMPPLIST}) + .include From owner-svn-ports-head@freebsd.org Sun Feb 14 05:34:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25771AA022E; Sun, 14 Feb 2016 05:34:26 +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 E7F073DC; Sun, 14 Feb 2016 05:34:25 +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 u1E5YOGv011799; Sun, 14 Feb 2016 05:34:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E5YOiv011798; Sun, 14 Feb 2016 05:34:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602140534.u1E5YOiv011798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 14 Feb 2016 05:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408845 - head/print/cups-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 05:34:26 -0000 Author: pi Date: Sun Feb 14 05:34:24 2016 New Revision: 408845 URL: https://svnweb.freebsd.org/changeset/ports/408845 Log: print/cups-base: revert change for ICONS option - This does not really solve the problem PR: 190434 Pointy hat to: pi Modified: head/print/cups-base/Makefile Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Sun Feb 14 04:09:50 2016 (r408844) +++ head/print/cups-base/Makefile Sun Feb 14 05:34:24 2016 (r408845) @@ -64,18 +64,18 @@ PORTREVISION= 2 CUPS_SUFFIX= -image LICENSE= LGPL21 .else -PORTREVISION= 4 +PORTREVISION= 3 CUPS_SUFFIX= -base # No DOCS option. Files are needed by web interface. -OPTIONS_DEFINE= DBUS LIBPAPER LIBUSB PAM X11 XDG_OPEN +OPTIONS_DEFINE= DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN OPTIONS_GROUP= WEB OPTIONS_GROUP_WEB= JAVA PERL PHP PYTHON OPTIONS_RADIO= ZEROCONF OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER -OPTIONS_DEFAULT+= LIBPAPER MDNSRESPONDER X11 +OPTIONS_DEFAULT+= LIBPAPER MDNSRESPONDER ICONS .endif -X11_DESC= Desktop icons +ICONS_DESC= Desktop icons LIBUSB_DESC= USB support WEB_DESC= Interpreters for web interfaces XDG_OPEN_DESC= Build with XDG_OPEN as browser @@ -179,7 +179,7 @@ CONFIGURE_ARGS+= --disable-libusb PLIST_SUB+= LIBUSB="@comment " . endif -. if ${PORT_OPTIONS:MX11} +. if ${PORT_OPTIONS:MICONS} INSTALLS_ICONS= yes CONFIGURE_ARGS+= --with-icondir=${PREFIX}/share/icons . endif From owner-svn-ports-head@freebsd.org Sun Feb 14 05:35:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2192AA02C4; Sun, 14 Feb 2016 05:35:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7305A6CC; Sun, 14 Feb 2016 05:35:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E5ZYtW011952; Sun, 14 Feb 2016 05:35:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E5ZY1n011951; Sun, 14 Feb 2016 05:35:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602140535.u1E5ZY1n011951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 14 Feb 2016 05:35:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408846 - head/print/cups-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 05:35:35 -0000 Author: pi Date: Sun Feb 14 05:35:34 2016 New Revision: 408846 URL: https://svnweb.freebsd.org/changeset/ports/408846 Log: print/cups-base: bump port revision PR: 190434 Pointy hat to: pi Modified: head/print/cups-base/Makefile Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Sun Feb 14 05:34:24 2016 (r408845) +++ head/print/cups-base/Makefile Sun Feb 14 05:35:34 2016 (r408846) @@ -64,7 +64,7 @@ PORTREVISION= 2 CUPS_SUFFIX= -image LICENSE= LGPL21 .else -PORTREVISION= 3 +PORTREVISION= 5 CUPS_SUFFIX= -base # No DOCS option. Files are needed by web interface. OPTIONS_DEFINE= DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN From owner-svn-ports-head@freebsd.org Sun Feb 14 06:18:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9523AA1760; Sun, 14 Feb 2016 06:18:10 +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 AB542158A; Sun, 14 Feb 2016 06:18:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E6I9qw023568; Sun, 14 Feb 2016 06:18:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E6I9vr023566; Sun, 14 Feb 2016 06:18:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602140618.u1E6I9vr023566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 14 Feb 2016 06:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408847 - in head/print: cups-filters foomatic-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 06:18:10 -0000 Author: pi Date: Sun Feb 14 06:18:09 2016 New Revision: 408847 URL: https://svnweb.freebsd.org/changeset/ports/408847 Log: print/cups-filters, print/foomatic-filters: add CONFLICTS PR: 207172 Submitted by: admin@vladiom.com.ua Modified: head/print/cups-filters/Makefile head/print/foomatic-filters/Makefile Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Sun Feb 14 05:35:34 2016 (r408846) +++ head/print/cups-filters/Makefile Sun Feb 14 06:18:09 2016 (r408847) @@ -22,6 +22,8 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler +CONFLICTS= foomatic-filters-4* + USES= compiler:c++11-lib cpe ghostscript gmake jpeg libtool pathfix \ pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation Modified: head/print/foomatic-filters/Makefile ============================================================================== --- head/print/foomatic-filters/Makefile Sun Feb 14 05:35:34 2016 (r408846) +++ head/print/foomatic-filters/Makefile Sun Feb 14 06:18:09 2016 (r408847) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +CONFLICTS= cups-filters-1.8* + USES= autoreconf ghostscript perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \ From owner-svn-ports-head@freebsd.org Sun Feb 14 07:43:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CCC4AA02EF; Sun, 14 Feb 2016 07:43:42 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1969818C1; Sun, 14 Feb 2016 07:43:42 +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 u1E7hfEG049214; Sun, 14 Feb 2016 07:43:41 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E7hexc049211; Sun, 14 Feb 2016 07:43:40 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602140743.u1E7hexc049211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 14 Feb 2016 07:43:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408848 - in head/multimedia: avidemux avidemux-plugins avidemux/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 07:43:42 -0000 Author: riggs Date: Sun Feb 14 07:43:40 2016 New Revision: 408848 URL: https://svnweb.freebsd.org/changeset/ports/408848 Log: Fix dependencies: x265, opus, twolame, fribidi x265 was not correctly detected due to link attempt to libdl. Also avidemux now automatically detects the presence of opus, twolame and fribidi during configure and builds additional plugins for them. This changeset introduces new OPTIONS FRIBIDI OPUS TWOLAME (all non-default) and fixes plugins pkg-plist. Bump PORTREVISION for avidemux-* PR: 206945 Submitted by: mi Reviewed by: riggs MFH: 2016Q1 Added: head/multimedia/avidemux/files/patch-cmake_admCheckX265.cmake (contents, props changed) Modified: head/multimedia/avidemux-plugins/pkg-plist head/multimedia/avidemux/Makefile.common Modified: head/multimedia/avidemux-plugins/pkg-plist ============================================================================== --- head/multimedia/avidemux-plugins/pkg-plist Sun Feb 14 06:18:09 2016 (r408847) +++ head/multimedia/avidemux-plugins/pkg-plist Sun Feb 14 07:43:40 2016 (r408848) @@ -2,6 +2,7 @@ lib/ADM_plugins6/audioDecoder/libADM_ad_ lib/ADM_plugins6/audioDecoder/libADM_ad_a52.so lib/ADM_plugins6/audioDecoder/libADM_ad_dca.so lib/ADM_plugins6/audioDecoder/libADM_ad_lav.so +%%OPUS%%lib/ADM_plugins6/audioDecoder/libADM_ad_opus.so lib/ADM_plugins6/audioDecoder/libADM_ad_ulaw.so lib/ADM_plugins6/audioDecoder/libADM_ad_ms_adpcm.so lib/ADM_plugins6/audioDecoder/libADM_ad_ima_adpcm.so @@ -12,6 +13,7 @@ lib/ADM_plugins6/audioEncoders/libADM_ae lib/ADM_plugins6/audioEncoders/libADM_ae_lav_mp2.so lib/ADM_plugins6/audioEncoders/libADM_ae_lav_aac.so lib/ADM_plugins6/audioEncoders/libADM_ae_pcm.so +%%TWOLAME%%lib/ADM_plugins6/audioEncoders/libADM_ae_twolame.so lib/ADM_plugins6/videoEncoders/libADM_ve_yv12.so lib/ADM_plugins6/videoEncoders/libADM_ve_png.so lib/ADM_plugins6/videoEncoders/libADM_ve_jpeg.so @@ -37,6 +39,7 @@ lib/ADM_plugins6/videoFilters/libADM_vf_ lib/ADM_plugins6/videoFilters/libADM_vf_median.so lib/ADM_plugins6/videoFilters/libADM_vf_sharpen.so lib/ADM_plugins6/videoFilters/libADM_vf_separateField.so +%%FRIBIDI%%%%FREETYPE%%lib/ADM_plugins6/videoFilters/libADM_vf_ssa.so lib/ADM_plugins6/videoFilters/libADM_vf_mergeField.so lib/ADM_plugins6/videoFilters/libADM_vf_FluxSmooth.so lib/ADM_plugins6/videoFilters/libADM_hf_hflip.so Modified: head/multimedia/avidemux/Makefile.common ============================================================================== --- head/multimedia/avidemux/Makefile.common Sun Feb 14 06:18:09 2016 (r408847) +++ head/multimedia/avidemux/Makefile.common Sun Feb 14 07:43:40 2016 (r408848) @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION?= 1 AVIDEMUX_VERSION= 2.6.11 MASTER_SITES= \ SF/avidemux/avidemux/${PORTVERSION} @@ -32,12 +33,20 @@ CONFIGURE_ENV+= COMPILER_PATH=${LOCALBAS MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin OPTIONS_DEFINE= QT4 CLI FREETYPE FONTCONFIG OSS ESOUND JACK \ - PULSEAUDIO XVIDEO FAAC \ + PULSEAUDIO XVIDEO FAAC FRIBIDI OPUS TWOLAME \ FAAD X264 X265 VPX XVID SDL AMR VORBIS NLS LAME VAAPI VDPAU OPTIONS_DEFAULT= QT4 FREETYPE FONTCONFIG OSS XVIDEO VPX XVID \ SDL FAAD VORBIS +OPTIONS_SUB= yes CLI_DESC= Build CLI tool +FRIBIDI_CMAKE_OFF= -DFRIDIBI:BOOL=OFF +FRIBIDI_LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi +OPUS_CMAKE_OFF= -DOPUS:BOOL=OFF +OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus +TWOLAME_CMAKE_OFF= -DTWOLAME:BOOL=OFF +TWOLAME_LIB_DEPENDS= libtwolame.so:${PORTSDIR}/audio/twolame + .if !defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= LAME FAAC AMR X264 .endif Added: head/multimedia/avidemux/files/patch-cmake_admCheckX265.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/avidemux/files/patch-cmake_admCheckX265.cmake Sun Feb 14 07:43:40 2016 (r408848) @@ -0,0 +1,12 @@ +--- cmake/admCheckX265.cmake.orig 2016-01-29 08:47:25 UTC ++++ cmake/admCheckX265.cmake +@@ -19,9 +19,6 @@ MACRO(checkX265) + MESSAGE("WARNING: x265 core version is too old. At least version 9 is required.") + SET(X265_FOUND 0) + ELSE (x265_version LESS 9) +- IF(NOT WIN32) +- SET(DL dl) +- ENDIF(NOT WIN32) + FIND_HEADER_AND_LIB(X265 x265.h x265 x265_encoder_open_${x265_version} ${DL}) + ENDIF (x265_version LESS 9) + ELSE (_X265_FOUND AND _X265_CONFIG_FOUND) From owner-svn-ports-head@freebsd.org Sun Feb 14 09:59:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5012FAA872F; Sun, 14 Feb 2016 09:59:10 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F0BA1C47; Sun, 14 Feb 2016 09:59:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1E9x9ME086455; Sun, 14 Feb 2016 09:59:09 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1E9x9a6086453; Sun, 14 Feb 2016 09:59:09 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602140959.u1E9x9a6086453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 14 Feb 2016 09:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408849 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 09:59:10 -0000 Author: marino Date: Sun Feb 14 09:59:08 2016 New Revision: 408849 URL: https://svnweb.freebsd.org/changeset/ports/408849 Log: Add new tool script: redundant-opt-files.sh I got a request to make Synth identify "redundant" cached option files, where "redundant" means the saved port options are identical to the default options. For Synth (and portmaster?) which use the port's cache options, these redundant files are somewhat of a liability. At best they do nothing (Synth assumes default options) and at worst they will cause a future build to stop if the maintainer changes the port options later. This situation is avoidable. Rather than build detection into Synth, I decided to write a generic shell script for ports. When run, it will display the full path to the port's options directory if the cached options are the same as the defaults. This output is suitable to pipe to "xargs rm -rf" to remove all the redundant options in a single command. Added: head/Tools/scripts/redundant-opt-files.sh (contents, props changed) Added: head/Tools/scripts/redundant-opt-files.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Tools/scripts/redundant-opt-files.sh Sun Feb 14 09:59:08 2016 (r408849) @@ -0,0 +1,51 @@ +#!/bin/sh +# redundant-opt-files.sh +# Written by John Marino (marino@FreeBSD.org) +# +# This script checks every option file against the default options of +# its port. If they are identical, it writes the full path of the ports +# option directory (typically in /var/db/ports) to stdout. +# It is typically used by Synth users to identify options files that can +# deleted in order to prevent future configuration check failures. + +portsdir=${PORTSDIR:-/usr/ports} +db_dir=$(/usr/bin/make -C ${portsdir}/devel/gmake -V PORT_DBDIR 2>/dev/null) + +if [ ! -d "${db_dir}" ]; then + echo "The ${db_dir} ports option directory does not exist" + echo "There is nothing more to do." + exit +fi + +catport() { + local category + local port + local workstr=${1#${db_dir}/} + local words=$(echo ${workstr} | /usr/bin/tr "_" " "); + for word in ${words}; do + category=${word} + break; + done + port=${workstr#${category}_} + echo ${portsdir}/$category/$port +} + +identical_options() { + local origin=$(catport $1) + local selected_pristine=$(/usr/bin/make -C ${origin} \ + -V SELECTED_OPTIONS PORT_DBDIR=/dev/null) + local selected_now=$(/usr/bin/make -C ${origin} -V SELECTED_OPTIONS) + local deselected_pristine=$(/usr/bin/make -C ${origin} \ + -V DESELECTED_OPTIONS PORT_DBDIR=/dev/null) + local deselected_now=$(/usr/bin/make -C ${origin} -V DESELECTED_OPTIONS) + if [ "${selected_pristine}" = "${selected_now}" -a \ + "${deselected_pristine}" = "${deselected_now}" ]; then + echo $1 + fi; +} + +optdirs=$(/usr/bin/find -s "${db_dir}" -type d -depth 1) + +for dossier in ${optdirs}; do + identical_options ${dossier} +done From owner-svn-ports-head@freebsd.org Sun Feb 14 12:10:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF9A2AA81E7; Sun, 14 Feb 2016 12:10:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7C71C8C; Sun, 14 Feb 2016 12:10:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ECA75C023738; Sun, 14 Feb 2016 12:10:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ECA7VJ023735; Sun, 14 Feb 2016 12:10:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602141210.u1ECA7VJ023735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 14 Feb 2016 12:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408850 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 12:10:08 -0000 Author: olgeni Date: Sun Feb 14 12:10:07 2016 New Revision: 408850 URL: https://svnweb.freebsd.org/changeset/ports/408850 Log: Upgrade devel/elixir-plug to version 1.1.1. Modified: head/devel/elixir-plug/Makefile head/devel/elixir-plug/distinfo Modified: head/devel/elixir-plug/Makefile ============================================================================== --- head/devel/elixir-plug/Makefile Sun Feb 14 09:59:08 2016 (r408849) +++ head/devel/elixir-plug/Makefile Sun Feb 14 12:10:07 2016 (r408850) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plug -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-plug/distinfo ============================================================================== --- head/devel/elixir-plug/distinfo Sun Feb 14 09:59:08 2016 (r408849) +++ head/devel/elixir-plug/distinfo Sun Feb 14 12:10:07 2016 (r408850) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-plug-v1.1.0_GH0.tar.gz) = 9a2859de97eb8df81b662c20d7dd3d49fba0910a1d3146f6b862ee60f3f7439d -SIZE (elixir-lang-plug-v1.1.0_GH0.tar.gz) = 106218 +SHA256 (elixir-lang-plug-v1.1.1_GH0.tar.gz) = 7352baaa7eadb437951b79bc72cc7f4022d4672d1494ca15a0a37a5c5dbfb449 +SIZE (elixir-lang-plug-v1.1.1_GH0.tar.gz) = 106699 From owner-svn-ports-head@freebsd.org Sun Feb 14 12:29:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4308AAA89A1; Sun, 14 Feb 2016 12:29:10 +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 121C01568; Sun, 14 Feb 2016 12:29:10 +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 u1ECT9TZ029462; Sun, 14 Feb 2016 12:29:09 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ECT8Wg029460; Sun, 14 Feb 2016 12:29:08 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201602141229.u1ECT8Wg029460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 14 Feb 2016 12:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408851 - head/audio/libxmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 12:29:10 -0000 Author: ehaupt Date: Sun Feb 14 12:29:08 2016 New Revision: 408851 URL: https://svnweb.freebsd.org/changeset/ports/408851 Log: Update to 4.3.11 Modified: head/audio/libxmp/Makefile head/audio/libxmp/distinfo Modified: head/audio/libxmp/Makefile ============================================================================== --- head/audio/libxmp/Makefile Sun Feb 14 12:10:07 2016 (r408850) +++ head/audio/libxmp/Makefile Sun Feb 14 12:29:08 2016 (r408851) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxmp -PORTVERSION= 4.3.10 +PORTVERSION= 4.3.11 CATEGORIES= audio MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION} Modified: head/audio/libxmp/distinfo ============================================================================== --- head/audio/libxmp/distinfo Sun Feb 14 12:10:07 2016 (r408850) +++ head/audio/libxmp/distinfo Sun Feb 14 12:29:08 2016 (r408851) @@ -1,2 +1,2 @@ -SHA256 (libxmp-4.3.10.tar.gz) = c11c0bf27f3ba97051cd5e3e04d9b487febdc31cb2ce35e462d71fc580eaa5be -SIZE (libxmp-4.3.10.tar.gz) = 631117 +SHA256 (libxmp-4.3.11.tar.gz) = 7d264b707f498589620d4fe990c331945745bf7c93eab84041cc2225f4853865 +SIZE (libxmp-4.3.11.tar.gz) = 632371 From owner-svn-ports-head@freebsd.org Sun Feb 14 12:52:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89B4DAA02F6; Sun, 14 Feb 2016 12:52:24 +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 577BB1EC0; Sun, 14 Feb 2016 12:52:24 +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 u1ECqNEG037381; Sun, 14 Feb 2016 12:52:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ECqNmf037379; Sun, 14 Feb 2016 12:52:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602141252.u1ECqNmf037379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 14 Feb 2016 12:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408852 - head/devel/concurrencykit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 12:52:24 -0000 Author: olgeni Date: Sun Feb 14 12:52:22 2016 New Revision: 408852 URL: https://svnweb.freebsd.org/changeset/ports/408852 Log: Update devel/concurrencykit to version 0.5.1. PR: 207186 Submitted by: olgeni Approved by: maintainer Modified: head/devel/concurrencykit/Makefile head/devel/concurrencykit/distinfo Modified: head/devel/concurrencykit/Makefile ============================================================================== --- head/devel/concurrencykit/Makefile Sun Feb 14 12:29:08 2016 (r408851) +++ head/devel/concurrencykit/Makefile Sun Feb 14 12:52:22 2016 (r408852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= concurrencykit -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= devel MASTER_SITES= http://concurrencykit.org/releases/ \ http://repnop.org/releases/ Modified: head/devel/concurrencykit/distinfo ============================================================================== --- head/devel/concurrencykit/distinfo Sun Feb 14 12:29:08 2016 (r408851) +++ head/devel/concurrencykit/distinfo Sun Feb 14 12:52:22 2016 (r408852) @@ -1,2 +1,2 @@ -SHA256 (ck-0.5.0.tar.gz) = 55cbfaeace11bad65cd78ed663708652b8982f0c37bc49e6578e64dab1df3ff4 -SIZE (ck-0.5.0.tar.gz) = 210857 +SHA256 (ck-0.5.1.tar.gz) = efeebda38d68a7c194a4632e842987f03be58f2f910f0745a56f0ae7d9a1dac5 +SIZE (ck-0.5.1.tar.gz) = 212506 From owner-svn-ports-head@freebsd.org Sun Feb 14 12:53:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B4E0AA03A5; Sun, 14 Feb 2016 12:53:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38FB01FC4; Sun, 14 Feb 2016 12:53:06 +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 u1ECr5Mo038147; Sun, 14 Feb 2016 12:53:05 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ECr5TL038145; Sun, 14 Feb 2016 12:53:05 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602141253.u1ECr5TL038145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 14 Feb 2016 12:53:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408853 - in head: . ports-mgmt ports-mgmt/tinderbox-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 12:53:06 -0000 Author: rene Date: Sun Feb 14 12:53:04 2016 New Revision: 408853 URL: https://svnweb.freebsd.org/changeset/ports/408853 Log: Remove expired port: 2016-02-14 ports-mgmt/tinderbox-devel: use newer stable version (ports-mgmt/tinderbox) Deleted: head/ports-mgmt/tinderbox-devel/ Modified: head/MOVED head/ports-mgmt/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 14 12:52:22 2016 (r408852) +++ head/MOVED Sun Feb 14 12:53:04 2016 (r408853) @@ -8136,3 +8136,4 @@ graphics/py-graphviz|graphics/py-pygraph security/polarssl||2016-02-07|Has expired: Upstream is ending support for 1.2.x multimedia/xbmc-addon-pvr||2016-02-12|Has expired: Does not work with multimedia/kodi 15.x and newer security/py-openid|security/py-python-openid|2016-02-13|Renamed to match upstream (PyPI) name +ports-mgmt/tinderbox-devel|ports-mgmt/tinderbox|2016-02-14|Has expired: use newer stable version (ports-mgmt/tinderbox) Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Sun Feb 14 12:52:22 2016 (r408852) +++ head/ports-mgmt/Makefile Sun Feb 14 12:53:04 2016 (r408853) @@ -67,7 +67,6 @@ SUBDIR += symports SUBDIR += synth SUBDIR += tinderbox - SUBDIR += tinderbox-devel SUBDIR += wanted-ports SUBDIR += xps From owner-svn-ports-head@freebsd.org Sun Feb 14 12:56:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2330AA04B2; Sun, 14 Feb 2016 12:56:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9067810C5; Sun, 14 Feb 2016 12:56:32 +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 u1ECuV7E038429; Sun, 14 Feb 2016 12:56:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ECuVLu038425; Sun, 14 Feb 2016 12:56:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602141256.u1ECuVLu038425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 14 Feb 2016 12:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408854 - in head/devel: cl-cffi cl-cffi-sbcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 12:56:32 -0000 Author: olgeni Date: Sun Feb 14 12:56:30 2016 New Revision: 408854 URL: https://svnweb.freebsd.org/changeset/ports/408854 Log: Update devel/cl-cffi and devel/cl-cffi-sbcl to version 0.16.1. Modified: head/devel/cl-cffi-sbcl/Makefile head/devel/cl-cffi/Makefile head/devel/cl-cffi/distinfo (contents, props changed) head/devel/cl-cffi/pkg-plist (contents, props changed) Modified: head/devel/cl-cffi-sbcl/Makefile ============================================================================== --- head/devel/cl-cffi-sbcl/Makefile Sun Feb 14 12:53:04 2016 (r408853) +++ head/devel/cl-cffi-sbcl/Makefile Sun Feb 14 12:56:30 2016 (r408854) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cffi -PORTVERSION= 0.14.0 +PORTVERSION= 0.16.1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-cffi/Makefile ============================================================================== --- head/devel/cl-cffi/Makefile Sun Feb 14 12:53:04 2016 (r408853) +++ head/devel/cl-cffi/Makefile Sun Feb 14 12:56:30 2016 (r408854) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cffi -PORTVERSION= 0.14.0 +PORTVERSION= 0.16.1 CATEGORIES= devel lisp MASTER_SITES= http://common-lisp.net/project/cffi/releases/:src \ http://olgeni.olgeni.com/~olgeni/cffi/${PORTVERSION}/:doc @@ -47,7 +47,7 @@ do-install: @${LN} -sf ${ASDF_PATHNAME}/cffi.asd ${ASDF_PATHNAME}/cffi-uffi-compat.asd \ ${ASDF_PATHNAME}/cffi-grovel.asd ${STAGEDIR}${ASDF_REGISTRY} @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .for FILE in shareable-vectors.txt allegro-internals.txt mem-vector.txt @${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/devel/cl-cffi/distinfo ============================================================================== --- head/devel/cl-cffi/distinfo Sun Feb 14 12:53:04 2016 (r408853) +++ head/devel/cl-cffi/distinfo Sun Feb 14 12:56:30 2016 (r408854) @@ -1,14 +1,14 @@ -SHA256 (cffi/0.14.0/cffi_0.14.0.tar.gz) = 7c3ac3e335f1ae0e758a7f4b7c4831f2b285d3631db070ecb9799b04a07cb194 -SIZE (cffi/0.14.0/cffi_0.14.0.tar.gz) = 212717 -SHA256 (cffi/0.14.0/cffi-manual.html) = 6d27e1bf8f18158c41792bcd4d2db85bf16ad071c18be2e2a86b0dd8f78ec7cc -SIZE (cffi/0.14.0/cffi-manual.html) = 403317 -SHA256 (cffi/0.14.0/cffi-manual.txt) = 0689163f52b3009e271c31c7dbf2ffbf43f47545a8a0e50e671b2e211dcc54c4 -SIZE (cffi/0.14.0/cffi-manual.txt) = 179024 -SHA256 (cffi/0.14.0/cffi-manual.pdf) = cbae648ac9903f6406af4ce657f0953a14d3d8ea7604e9dd351d7161ef6c0036 -SIZE (cffi/0.14.0/cffi-manual.pdf) = 513702 -SHA256 (cffi/0.14.0/cffi-sys-spec.html) = 5d56ce8c28d025e4a975a19707c2788f024fa6b2e3be4a4a1a7cd07a15996a8b -SIZE (cffi/0.14.0/cffi-sys-spec.html) = 30001 -SHA256 (cffi/0.14.0/cffi-sys-spec.txt) = cfd23a2173937246db1930f847838b9977247068a2edc99c3bfd9f8529a2f509 -SIZE (cffi/0.14.0/cffi-sys-spec.txt) = 11512 -SHA256 (cffi/0.14.0/cffi-sys-spec.pdf) = c596d619386b553d053a9f94bfc2d43d6f0e25718adb1ea6f72916b86a3d399a -SIZE (cffi/0.14.0/cffi-sys-spec.pdf) = 180508 +SHA256 (cffi/0.16.1/cffi_0.16.1.tar.gz) = 8c0d8ccef43c5cc8562b03f3c3020464578a7c92273cde1060e8d9d89c0ccb47 +SIZE (cffi/0.16.1/cffi_0.16.1.tar.gz) = 216037 +SHA256 (cffi/0.16.1/cffi-manual.html) = 7f9c3d9404584728f577ea41e571a2fe1a5793b84319f89a561dbfc0f7bba575 +SIZE (cffi/0.16.1/cffi-manual.html) = 467279 +SHA256 (cffi/0.16.1/cffi-manual.txt) = ca193ca22c625dfcb92ecc51c95334595be90b3aeb1378c622f7fda89b86aabd +SIZE (cffi/0.16.1/cffi-manual.txt) = 187253 +SHA256 (cffi/0.16.1/cffi-manual.pdf) = 47f18794e6f44b0f59807a3eaa5f0508a0c8348c4be126336a6b30211da40839 +SIZE (cffi/0.16.1/cffi-manual.pdf) = 515157 +SHA256 (cffi/0.16.1/cffi-sys-spec.html) = 6a5ce436812943d59bd9de760305fa9f5c2853b36a5e9b7f0802ac53f13bb961 +SIZE (cffi/0.16.1/cffi-sys-spec.html) = 38024 +SHA256 (cffi/0.16.1/cffi-sys-spec.txt) = beca6e36e6dd7f5d48b5c764792658eea65f61877ded493d2a481426d0cab678 +SIZE (cffi/0.16.1/cffi-sys-spec.txt) = 14057 +SHA256 (cffi/0.16.1/cffi-sys-spec.pdf) = 722858be35a8d7a40e76f1e1440cfb6f8f487b5838218258ef4fed203e454af6 +SIZE (cffi/0.16.1/cffi-sys-spec.pdf) = 180520 Modified: head/devel/cl-cffi/pkg-plist ============================================================================== --- head/devel/cl-cffi/pkg-plist Sun Feb 14 12:53:04 2016 (r408853) +++ head/devel/cl-cffi/pkg-plist Sun Feb 14 12:56:30 2016 (r408854) @@ -34,7 +34,7 @@ lib/common-lisp/cffi/uffi-compat/uffi.as lib/common-lisp/system-registry/cffi-grovel.asd lib/common-lisp/system-registry/cffi-uffi-compat.asd lib/common-lisp/system-registry/cffi.asd -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/allegro-internals.txt %%PORTDOCS%%%%DOCSDIR%%/cffi-manual.html %%PORTDOCS%%%%DOCSDIR%%/cffi-manual.pdf @@ -59,6 +59,7 @@ lib/common-lisp/system-registry/cffi.asd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/foreign-globals.lisp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fsbv.lisp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/funcall.lisp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/grovel.lisp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/libfsbv.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/libtest.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/libtest2.c From owner-svn-ports-head@freebsd.org Sun Feb 14 13:21:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49D28AA1C6A; Sun, 14 Feb 2016 13:21:28 +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 15C80127C; Sun, 14 Feb 2016 13:21:28 +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 u1EDLR90045364; Sun, 14 Feb 2016 13:21:27 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EDLQWx045362; Sun, 14 Feb 2016 13:21:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602141321.u1EDLQWx045362@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, 14 Feb 2016 13:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408855 - in head/devel: qt4-corelib qt4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 13:21:28 -0000 Author: rakuco Date: Sun Feb 14 13:21:26 2016 New Revision: 408855 URL: https://svnweb.freebsd.org/changeset/ports/408855 Log: Use the right macro name when checking whether libc++ is being used. This fixes a copy-paste error introduced in r397043 ("Update the Qt4 ports to 4.8.7"): libc++ defines _LIBCPP_VERSION, not _LIBCPP_VER (which is defined by a Dinkumware-based standard library used by QNX). In practice, this meant Q_COMPILER_INITIALIZER_LISTS was never being enabled with clang. Submitted by: Tobias Berner Modified: head/devel/qt4-corelib/Makefile head/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h Modified: head/devel/qt4-corelib/Makefile ============================================================================== --- head/devel/qt4-corelib/Makefile Sun Feb 14 12:56:30 2016 (r408854) +++ head/devel/qt4-corelib/Makefile Sun Feb 14 13:21:26 2016 (r408855) @@ -3,7 +3,7 @@ PORTNAME= corelib DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h ============================================================================== --- head/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h Sun Feb 14 12:56:30 2016 (r408854) +++ head/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h Sun Feb 14 13:21:26 2016 (r408855) @@ -27,7 +27,7 @@ __GLIBCXX__) and not worth the effort. + */ +# if defined(__cplusplus) /* Only C++ has ciso646. */ +# include -+# if defined(_LIBCPP_VER) ++# if defined(_LIBCPP_VERSION) +# define Q_COMPILER_INITIALIZER_LISTS +# endif +# endif From owner-svn-ports-head@freebsd.org Sun Feb 14 13:28:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0EFDAA1EF6; Sun, 14 Feb 2016 13:28:53 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4BD814B0; Sun, 14 Feb 2016 13:28:53 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EDSqUD047754; Sun, 14 Feb 2016 13:28:52 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EDSq2R047752; Sun, 14 Feb 2016 13:28:52 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602141328.u1EDSq2R047752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 13:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408856 - head/games/tome4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 13:28:53 -0000 Author: junovitch Date: Sun Feb 14 13:28:52 2016 New Revision: 408856 URL: https://svnweb.freebsd.org/changeset/ports/408856 Log: games/tome4: update 1.4.2 -> 1.4.3 Changes: http://te4.org/blogs/darkgod/2016/02/news/tales-majeyal-143-aka-rage-released PR: 206883 Submitted by: Nikolai Lifanov (maintainer) Modified: head/games/tome4/Makefile head/games/tome4/distinfo Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Sun Feb 14 13:21:26 2016 (r408855) +++ head/games/tome4/Makefile Sun Feb 14 13:28:52 2016 (r408856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons Modified: head/games/tome4/distinfo ============================================================================== --- head/games/tome4/distinfo Sun Feb 14 13:21:26 2016 (r408855) +++ head/games/tome4/distinfo Sun Feb 14 13:28:52 2016 (r408856) @@ -1,4 +1,4 @@ -SHA256 (t-engine4-src-1.4.2.tar.bz2) = 1a042f73942cce1b138d442cdbaf12350e0156e48595d28ecb26a6ea680756f0 -SIZE (t-engine4-src-1.4.2.tar.bz2) = 354448659 +SHA256 (t-engine4-src-1.4.3.tar.bz2) = f8da8075c37f1bfdce805a4acf088c182635070adf1227f7f2b4aaa4e5ee40c6 +SIZE (t-engine4-src-1.4.3.tar.bz2) = 354390055 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 From owner-svn-ports-head@freebsd.org Sun Feb 14 14:39:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0B71AA8AFA; Sun, 14 Feb 2016 14:39:56 +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 A84081423; Sun, 14 Feb 2016 14:39:56 +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 u1EEdtoL067912; Sun, 14 Feb 2016 14:39:55 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EEdtJl067909; Sun, 14 Feb 2016 14:39:55 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602141439.u1EEdtJl067909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 14 Feb 2016 14:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408857 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 14:39:57 -0000 Author: brnrd Date: Sun Feb 14 14:39:55 2016 New Revision: 408857 URL: https://svnweb.freebsd.org/changeset/ports/408857 Log: security/vuxml: Add entry for www/nghttp2 < 1.7.1 - Out of memory error in nghttpd, nghttp, and libnghttp2_asio applications Reviewed by: feld (secteam, mentor) Approved by: feld (secteam, mentor) Depends on: D5218 Differential Revision: D5271 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 14 13:28:52 2016 (r408856) +++ head/security/vuxml/vuln.xml Sun Feb 14 14:39:55 2016 (r408857) @@ -57,6 +57,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + nghttp2 -- Out of memory in nghttpd, nghttp, and libnghttp2_asio + + + nghttp2 + 1.7.1 + + + + +

Nghttp2 reports:

+
+

Out of memory in nghttpd, nghttp, and libnghttp2_asio applications + due to unlimited incoming HTTP header fields.

+

nghttpd, nghttp, and libnghttp2_asio applications do not limit the memory usage + for the incoming HTTP header field. If peer sends specially crafted HTTP/2 + HEADERS frames and CONTINUATION frames, they will crash with out of memory + error.

+

Note that libnghttp2 itself is not affected by this vulnerability.

+
+ +
+ + http://nghttp2.org/blog/2016/02/11/nghttp2-v1-7-1/ + CVE-2016-1544 + + + 2016-02-03 + 2016-02-13 + +
+ horde -- XSS vulnerabilies From owner-svn-ports-head@freebsd.org Sun Feb 14 14:40:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73C4FAA8B42; Sun, 14 Feb 2016 14:40:22 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44F391586; Sun, 14 Feb 2016 14:40:22 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EEeLrS068036; Sun, 14 Feb 2016 14:40:21 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EEeLIm068035; Sun, 14 Feb 2016 14:40:21 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201602141440.u1EEeLIm068035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 14 Feb 2016 14:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408858 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 14:40:22 -0000 Author: sbruno Date: Sun Feb 14 14:40:21 2016 New Revision: 408858 URL: https://svnweb.freebsd.org/changeset/ports/408858 Log: Remove s390-zip1.rpm from pkg-plist. Upstream commit 6e9965d429f22cf68d47aa6397f7d5b0eff913cc removed this file. Modified: head/emulators/qemu-sbruno/pkg-plist Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Sun Feb 14 14:39:55 2016 (r408857) +++ head/emulators/qemu-sbruno/pkg-plist Sun Feb 14 14:40:21 2016 (r408858) @@ -82,7 +82,6 @@ %%SOFTMMU%%%%DATADIR%%/petalogix-ml605.dtb %%SOFTMMU%%%%DATADIR%%/spapr-rtas.bin %%SOFTMMU%%%%DATADIR%%/slof.bin -%%SOFTMMU%%%%DATADIR%%/s390-zipl.rom %%SOFTMMU%%%%DATADIR%%/linuxboot.bin %%SOFTMMU%%%%DATADIR%%/multiboot.bin %%SOFTMMU%%%%DATADIR%%/sgabios.bin From owner-svn-ports-head@freebsd.org Sun Feb 14 14:46:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31159AA8DB5; Sun, 14 Feb 2016 14:46:08 +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 DC5AA19F2; Sun, 14 Feb 2016 14:46:07 +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 u1EEk6W2070762; Sun, 14 Feb 2016 14:46:06 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EEk64l070760; Sun, 14 Feb 2016 14:46:06 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602141446.u1EEk64l070760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 14 Feb 2016 14:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408859 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 14:46:08 -0000 Author: miwi Date: Sun Feb 14 14:46:06 2016 New Revision: 408859 URL: https://svnweb.freebsd.org/changeset/ports/408859 Log: - Fix formating Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 14 14:40:21 2016 (r408858) +++ head/security/vuxml/vuln.xml Sun Feb 14 14:46:06 2016 (r408859) @@ -70,11 +70,11 @@ Notes:

Nghttp2 reports:

Out of memory in nghttpd, nghttp, and libnghttp2_asio applications - due to unlimited incoming HTTP header fields.

+ due to unlimited incoming HTTP header fields.

nghttpd, nghttp, and libnghttp2_asio applications do not limit the memory usage - for the incoming HTTP header field. If peer sends specially crafted HTTP/2 - HEADERS frames and CONTINUATION frames, they will crash with out of memory - error.

+ for the incoming HTTP header field. If peer sends specially crafted HTTP/2 + HEADERS frames and CONTINUATION frames, they will crash with out of memory + error.

Note that libnghttp2 itself is not affected by this vulnerability.

@@ -158,16 +158,16 @@ Notes:

  • CVE-2016-0773: This release closes security hole CVE-2016-0773, - an issue with regular expression (regex) parsing. Prior code allowed - users to pass in expressions which included out-of-range Unicode - characters, triggering a backend crash. This issue is critical for - PostgreSQL systems with untrusted users or which generate regexes - based on user input. + an issue with regular expression (regex) parsing. Prior code allowed + users to pass in expressions which included out-of-range Unicode + characters, triggering a backend crash. This issue is critical for + PostgreSQL systems with untrusted users or which generate regexes + based on user input.
  • CVE-2016-0766: The update also fixes CVE-2016-0766, a privilege - escalation issue for users of PL/Java. Certain custom configuration - settings (GUCS) for PL/Java will now be modifiable only by the - database superuser + escalation issue for users of PL/Java. Certain custom configuration + settings (GUCS) for PL/Java will now be modifiable only by the + database superuser
From owner-svn-ports-head@freebsd.org Sun Feb 14 14:55:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E756AA71A1; Sun, 14 Feb 2016 14:55:13 +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 BB0DD1E56; Sun, 14 Feb 2016 14:55:12 +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 u1EEtB2l073803; Sun, 14 Feb 2016 14:55:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EEtAUi073793; Sun, 14 Feb 2016 14:55:10 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602141455.u1EEtAUi073793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 14 Feb 2016 14:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408860 - in head/mail/dma: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 14:55:13 -0000 Author: madpilot Date: Sun Feb 14 14:55:10 2016 New Revision: 408860 URL: https://svnweb.freebsd.org/changeset/ports/408860 Log: - Update to 0.11 - Update GITHUB usage - Use software own install target - Removed support for unsupported FreeBSD releases Added: head/mail/dma/files/patch-bsd_dma-mbox-create_Makefile (contents, props changed) head/mail/dma/files/patch-bsd_dma_Makefile (contents, props changed) Deleted: head/mail/dma/files/patch-BSDMakefile head/mail/dma/files/patch-Makefile head/mail/dma/files/patch-alias_scan.l head/mail/dma/files/patch-dma-Makefile head/mail/dma/files/patch-dma-mbox-create-Makefile head/mail/dma/files/patch-dma.conf Modified: head/mail/dma/Makefile head/mail/dma/distinfo head/mail/dma/files/patch-conf.c head/mail/dma/files/patch-dma.c head/mail/dma/files/patch-get-version.sh head/mail/dma/files/patch-mail.c head/mail/dma/files/patch-spool.c head/mail/dma/pkg-plist Modified: head/mail/dma/Makefile ============================================================================== --- head/mail/dma/Makefile Sun Feb 14 14:46:06 2016 (r408859) +++ head/mail/dma/Makefile Sun Feb 14 14:55:10 2016 (r408860) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= dma -PORTVERSION= v0.9 -PORTREVISION= 1 +PORTVERSION= 0.11 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= mail ipv6 -EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= DragonFly Mail Agent, a small MTA for local/outbound mail @@ -17,15 +16,17 @@ USE_OPENSSL= yes USE_GITHUB= yes GH_ACCOUNT= corecode -GH_TAGNAME= 2bb8bcb +BUILD_WRKSRC= ${WRKSRC}/bsd +INSTALL_WRKSRC= ${WRKSRC}/bsd CFLAGS+= -I${OPENSSLINC} \ -DCONF_PATH='\"${PREFIX}/etc/dma\"' \ -DDMA_ROOT_USER='\"mailnull\"' \ -DDMA_GROUP='\"mail\"' LDFLAGS+= -L${OPENSSLLIB} -MAKE_ENV= __MAKE_CONF=/dev/null SRCCONF=/dev/null NO_WERROR=defined +MAKE_ENV= __MAKE_CONF=/dev/null SRCCONF=/dev/null NO_WERROR=defined \ + MANDIR=${MANDIRS}/man USE_RC_SUBR= dma_flushq SUB_FILES= pkg-message @@ -42,28 +43,21 @@ PLIST_SUB+= VARDIR="" PLIST_SUB+= VARDIR="@comment " .endif -pre-patch: - @${MKDIR} ${WRKSRC}/dma ${WRKSRC}/dma-mbox-create - @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist - post-patch: @${REINPLACE_CMD} -e 's,/etc/dma,${PREFIX}/etc/dma,g' \ ${WRKSRC}/dma.8 @${REINPLACE_CMD} -e 's, /etc/dma, ${PREFIX}/etc/dma,g' \ ${WRKSRC}/dma.conf + @${REINPLACE_CMD} -e '/^MK_MAN/d' -e 's/^NOMAN/NO_MAN/' \ + ${WRKSRC}/bsd/dma-mbox-create/Makefile .if ${OSVERSION} < 1000013 - @${REINPLACE_CMD} -e 's,^YFLAGS.*,,' ${WRKSRC}/dma/Makefile + @${REINPLACE_CMD} -e 's,^YFLAGS.*,,' ${WRKSRC}/bsd/dma/Makefile .endif -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dma/dma ${STAGEDIR}/${PREFIX}/libexec - ${INSTALL_PROGRAM} \ - ${WRKSRC}/dma-mbox-create/dma-mbox-create ${STAGEDIR}/${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/dma.8 ${STAGEDIR}/${PREFIX}/man/man8/ - ${MKDIR} ${STAGEDIR}/${PREFIX}/etc/dma -.for i in ${CONFFILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}/${PREFIX}/etc/dma/${i}.sample -.endfor +post-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}/var/spool/dma + ${INSTALL_DATA} ${WRKSRC}/dma.conf ${STAGEDIR}${ETCDIR}/dma.conf.sample + ${INSTALL_DATA} ${WRKSRC}/auth.conf ${STAGEDIR}${ETCDIR}/auth.conf.sample .include Modified: head/mail/dma/distinfo ============================================================================== --- head/mail/dma/distinfo Sun Feb 14 14:46:06 2016 (r408859) +++ head/mail/dma/distinfo Sun Feb 14 14:55:10 2016 (r408860) @@ -1,2 +1,2 @@ -SHA256 (corecode-dma-v0.9-2bb8bcb_GH0) = 4c829de90cfb77ea5471108b724281b87a657e6a92f954436b49e6c25aa9eb12 -SIZE (corecode-dma-v0.9-2bb8bcb_GH0) = 45609 +SHA256 (corecode-dma-v0.11_GH0.tar.gz) = 288bd57f17aba696b6423b1fa0cd0f7d9b7228d32811f1cd7b821d5f020051b8 +SIZE (corecode-dma-v0.11_GH0.tar.gz) = 34529 Added: head/mail/dma/files/patch-bsd_dma-mbox-create_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dma/files/patch-bsd_dma-mbox-create_Makefile Sun Feb 14 14:55:10 2016 (r408860) @@ -0,0 +1,15 @@ +--- bsd/dma-mbox-create/Makefile.orig 2016-02-07 12:41:49 UTC ++++ bsd/dma-mbox-create/Makefile +@@ -17,8 +17,9 @@ PREFIX?= /usr/local + LIBEXEC?= ${PREFIX}/libexec + CONFDIR?= ${PREFIX}/etc/dma + +-BINOWN= root +-BINGRP= mail +-BINMODE=4554 ++BINDIR= ${LIBEXEC} ++#BINOWN= root ++#BINGRP= mail ++#BINMODE=4554 + + .include Added: head/mail/dma/files/patch-bsd_dma_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dma/files/patch-bsd_dma_Makefile Sun Feb 14 14:55:10 2016 (r408860) @@ -0,0 +1,25 @@ +--- bsd/dma/Makefile.orig 2016-02-07 12:41:49 UTC ++++ bsd/dma/Makefile +@@ -11,6 +11,8 @@ CFLAGS+= -DCONF_PATH='"${CONFDIR}"' + DPADD= ${LIBSSL} ${LIBCRYPTO} + LDADD= -lssl -lcrypto + ++YFLAGS+= -i ++ + PROG= dma + .PATH: ${.CURDIR}/../.. + SRCS= aliases_parse.y aliases_scan.l base64.c conf.c crypto.c +@@ -21,9 +23,10 @@ PREFIX?= /usr/local + LIBEXEC?= ${PREFIX}/libexec + CONFDIR?= ${PREFIX}/etc/dma + +-BINOWN= root +-BINGRP= mail +-BINMODE=2555 ++BINDIR= ${LIBEXEC} ++#BINOWN= root ++#BINGRP= mail ++#BINMODE=2555 + WARNS?= 5 + + .include Modified: head/mail/dma/files/patch-conf.c ============================================================================== --- head/mail/dma/files/patch-conf.c Sun Feb 14 14:46:06 2016 (r408859) +++ head/mail/dma/files/patch-conf.c Sun Feb 14 14:55:10 2016 (r408860) @@ -1,11 +1,11 @@ ---- ./conf.c.orig 2012-01-03 13:54:05.000000000 +0000 -+++ ./conf.c 2012-01-24 22:57:41.000000000 +0000 -@@ -121,7 +121,7 @@ +--- conf.c.orig 2016-02-07 12:41:49 UTC ++++ conf.c +@@ -121,7 +121,7 @@ parse_authfile(const char *path) au = calloc(1, sizeof(*au)); if (au == NULL) -- errlog(1, NULL); -+ errlog(1, "calloc failed"); +- errlog(EX_OSERR, NULL); ++ errlog(EX_OSERR, "calloc failed"); data = strdup(line); au->login = strsep(&data, "|"); Modified: head/mail/dma/files/patch-dma.c ============================================================================== --- head/mail/dma/files/patch-dma.c Sun Feb 14 14:46:06 2016 (r408859) +++ head/mail/dma/files/patch-dma.c Sun Feb 14 14:55:10 2016 (r408860) @@ -1,7 +1,7 @@ ---- dma.c.orig 2013-08-22 10:56:28.000000000 +0000 -+++ dma.c 2013-08-22 11:03:59.000000000 +0000 -@@ -343,7 +343,7 @@ retry: - exit(1); +--- dma.c.orig 2016-02-07 12:41:49 UTC ++++ dma.c +@@ -340,7 +340,7 @@ retry: + exit(EX_SOFTWARE); } if (gettimeofday(&now, NULL) == 0 && - (now.tv_sec - st.st_mtim.tv_sec > MAX_TIMEOUT)) { @@ -9,7 +9,7 @@ snprintf(errmsg, sizeof(errmsg), "Could not deliver for the last %d seconds. Giving up.", MAX_TIMEOUT); -@@ -560,7 +560,7 @@ main(int argc, char **argv) +@@ -564,7 +564,7 @@ main(int argc, char **argv) skipopts: if (logident_base == NULL) logident_base = "dma"; @@ -18,12 +18,12 @@ act.sa_handler = sighup_handler; act.sa_flags = 0; -@@ -598,7 +598,7 @@ skipopts: - errlog(1, "can not read aliases file `%s'", config.aliases); +@@ -596,7 +596,7 @@ skipopts: + errlog(EX_SOFTWARE, "could not parse aliases file `%s'", config.aliases); if ((sender = set_from(&queue, sender)) == NULL) -- errlog(1, NULL); -+ errlog(1, "set_from failed"); +- errlog(EX_SOFTWARE, NULL); ++ errlog(EX_SOFTWARE, "set_from failed"); if (newspoolf(&queue) != 0) - errlog(1, "can not create temp file in `%s'", config.spooldir); + errlog(EX_CANTCREAT, "can not create temp file in `%s'", config.spooldir); Modified: head/mail/dma/files/patch-get-version.sh ============================================================================== --- head/mail/dma/files/patch-get-version.sh Sun Feb 14 14:46:06 2016 (r408859) +++ head/mail/dma/files/patch-get-version.sh Sun Feb 14 14:55:10 2016 (r408860) @@ -1,10 +1,11 @@ ---- get-version.sh.orig 2012-03-08 17:37:54.000000000 +0000 -+++ get-version.sh 2012-03-08 17:38:41.000000000 +0000 -@@ -1,9 +1,7 @@ - #!/bin/sh +--- get-version.sh.orig 2016-02-07 12:41:49 UTC ++++ get-version.sh +@@ -2,10 +2,8 @@ + tmp=$1 + file=${tmp:=VERSION} -gitver=$(git describe 2>/dev/null | tr - .) - filever=$(cat VERSION) + filever=$(cat ${file} 2>/dev/null) -version=${gitver} : ${version:=$filever} Modified: head/mail/dma/files/patch-mail.c ============================================================================== --- head/mail/dma/files/patch-mail.c Sun Feb 14 14:46:06 2016 (r408859) +++ head/mail/dma/files/patch-mail.c Sun Feb 14 14:55:10 2016 (r408860) @@ -1,11 +1,11 @@ ---- ./mail.c.orig 2012-01-03 13:54:05.000000000 +0000 -+++ ./mail.c 2012-01-24 22:57:41.000000000 +0000 -@@ -332,7 +332,7 @@ +--- mail.c.orig 2016-02-07 12:41:49 UTC ++++ mail.c +@@ -333,7 +333,7 @@ newaddr: ps->pos = 0; addr = strdup(ps->addr); if (addr == NULL) -- errlog(1, NULL); -+ errlog(1, "strdup failed"); +- errlog(EX_SOFTWARE, NULL); ++ errlog(EX_SOFTWARE, "strdup failed"); if (add_recp(queue, addr, EXPAND_WILDCARD) != 0) - errlogx(1, "invalid recipient `%s'", addr); + errlogx(EX_DATAERR, "invalid recipient `%s'", addr); Modified: head/mail/dma/files/patch-spool.c ============================================================================== --- head/mail/dma/files/patch-spool.c Sun Feb 14 14:46:06 2016 (r408859) +++ head/mail/dma/files/patch-spool.c Sun Feb 14 14:55:10 2016 (r408860) @@ -1,6 +1,6 @@ ---- spool.c.orig 2013-06-03 14:03:15.000000000 +0000 -+++ spool.c 2013-08-22 11:07:47.000000000 +0000 -@@ -415,7 +415,7 @@ flushqueue_since(unsigned int period) +--- spool.c.orig 2016-02-07 12:41:49 UTC ++++ spool.c +@@ -416,7 +416,7 @@ flushqueue_since(unsigned int period) return (0); /* Did the flush file get touched within the last period seconds? */ Modified: head/mail/dma/pkg-plist ============================================================================== --- head/mail/dma/pkg-plist Sun Feb 14 14:46:06 2016 (r408859) +++ head/mail/dma/pkg-plist Sun Feb 14 14:55:10 2016 (r408860) @@ -1,5 +1,5 @@ -@(,mail,2555) libexec/dma -@(root,mail,4555) libexec/dma-mbox-create +@(root,mail,2555) libexec/dma +@(root,mail,4554) libexec/dma-mbox-create @sample(root,mail,0644) etc/dma/dma.conf.sample @sample(root,mail,0640) etc/dma/auth.conf.sample man/man8/dma.8.gz From owner-svn-ports-head@freebsd.org Sun Feb 14 14:58:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAB31AA7376; Sun, 14 Feb 2016 14:58:19 +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 897BF12A6; Sun, 14 Feb 2016 14:58:19 +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 u1EEwIIH074052; Sun, 14 Feb 2016 14:58:18 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EEwITY074047; Sun, 14 Feb 2016 14:58:18 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602141458.u1EEwITY074047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 14 Feb 2016 14:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408861 - in head: Mk/Uses devel/pear devel/pear/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 14:58:19 -0000 Author: miwi Date: Sun Feb 14 14:58:17 2016 New Revision: 408861 URL: https://svnweb.freebsd.org/changeset/ports/408861 Log: - Update to 1.10.1 Changelog: http://pear.php.net/package/PEAR/download/1.10.0 http://pear.php.net/package/PEAR/download/1.10.1 Modified: head/Mk/Uses/pear.mk head/devel/pear/Makefile head/devel/pear/distinfo head/devel/pear/files/patch-go-pear head/devel/pear/pkg-plist Modified: head/Mk/Uses/pear.mk ============================================================================== --- head/Mk/Uses/pear.mk Sun Feb 14 14:55:10 2016 (r408860) +++ head/Mk/Uses/pear.mk Sun Feb 14 14:58:17 2016 (r408861) @@ -136,6 +136,7 @@ do-auto-install: # Clean up orphans re-generated by pear-install .for R in .channels .depdb .depdblock .filemap .lock .registry @${RM} -rf ${STAGEDIR}${PREFIX}/${LPEARDIR}/${R} + @${RM} -rf ${STAGEDIR}/${R} .endfor .endif Modified: head/devel/pear/Makefile ============================================================================== --- head/devel/pear/Makefile Sun Feb 14 14:55:10 2016 (r408860) +++ head/devel/pear/Makefile Sun Feb 14 14:58:17 2016 (r408861) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= pear -PORTVERSION= 1.9.4 -PORTREVISION= 3 +PORTVERSION= 1.10.1 CATEGORIES= devel -MASTER_SITES= http://miwibox.org/distfiles/ +MASTER_SITES= http://mirror.miwibox.org/ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR framework for PHP +LICENSE= PHP301 + USES= cpe tar:bzip2 CPE_VENDOR= php NO_BUILD= yes +NO_ARCH= yes WANT_PHP_CLI= yes -USE_PHP= pcre xml +USE_PHP= pcre xml zlib USE_PHP_BUILD= yes PEARDIR= ${PREFIX}/share/pear @@ -29,9 +31,7 @@ post-patch: @cd ${WRKSRC}/go-pear-bundle/tmp/PEAR-${PORTVERSION} && ${PATCH} -s -p0 < ${FILESDIR}/extra-patch-PEAR-Config.php @${RM} ${WRKSRC}/go-pear-bundle/tmp/PEAR-${PORTVERSION}/PEAR/Config.php.orig @${MD5} -q ${WRKSRC}/go-pear-bundle/tmp/PEAR-${PORTVERSION}/PEAR/Config.php > ${WRKSRC}/Config.php.md5 - @${REINPLACE_CMD} -E -e "s|(file md5sum=\").*(\" name=\"PEAR/Config.php\" role=\"php\")|\1`${CAT} ${WRKSRC}/Config.php.md5`\2|g" \ - ${WRKSRC}/go-pear-bundle/tmp/package2.xml ${WRKSRC}/go-pear-bundle/package2.xml - @cd ${WRKSRC}/go-pear-bundle/tmp && ${TAR} -cf ../PEAR-${PORTVERSION}.tar package2.xml PEAR-${PORTVERSION} package.xml + @cd ${WRKSRC}/go-pear-bundle/tmp && ${TAR} -cf ../PEAR-${PORTVERSION}.tar PEAR-${PORTVERSION} package.xml do-install: @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${LOCALBASE}/bin/php -q ./go-pear Modified: head/devel/pear/distinfo ============================================================================== --- head/devel/pear/distinfo Sun Feb 14 14:55:10 2016 (r408860) +++ head/devel/pear/distinfo Sun Feb 14 14:58:17 2016 (r408861) @@ -1,2 +1,2 @@ -SHA256 (pear-1.9.4.tar.bz2) = dbff7047b70035e9b65adf8e0beaf834db2e1bf161f526bd4d87e204fd47b604 -SIZE (pear-1.9.4.tar.bz2) = 322695 +SHA256 (pear-1.10.1.tar.bz2) = 1e90ba461f3bbfdde49c4bee5e028fcd3291e92653a2227dbbcdb378ae31c1be +SIZE (pear-1.10.1.tar.bz2) = 318856 Modified: head/devel/pear/files/patch-go-pear ============================================================================== --- head/devel/pear/files/patch-go-pear Sun Feb 14 14:55:10 2016 (r408860) +++ head/devel/pear/files/patch-go-pear Sun Feb 14 14:58:17 2016 (r408861) @@ -1,5 +1,5 @@ ---- ./go-pear.orig 2013-07-18 07:18:00.000000000 +0000 -+++ ./go-pear 2014-02-07 08:08:36.000000000 +0000 +--- go-pear.orig 2013-07-18 07:18:00 UTC ++++ go-pear @@ -57,6 +57,8 @@ define('WIN32GUI', !WEBINSTALLER && WINDOWS && $sapi_name=='cli' && which('cscript')); @@ -72,7 +72,7 @@ if (!WEBINSTALLER) { $msg = "The following PEAR packages are bundled with PHP: " . implode(', ', array_keys($pfc_packages)); -@@ -571,17 +573,17 @@ +@@ -571,17 +573,19 @@ $install_optional_packages = array(); print "\n"; } @@ -82,6 +82,8 @@ # Download #### ++dl('xml.so'); ++ if (function_exists('set_include_path')) { - set_include_path($ptmp); + set_include_path($ptmp . PATH_SEPARATOR . "%%BUNDLEDIR%%"); @@ -94,7 +96,7 @@ if (!extension_loaded('zlib') && !WEBINSTALLER) { // In Web context we could be in multithread env which makes dl() end up with a fatal error. if (WINDOWS) { @dl('php_zlib.dll'); -@@ -606,18 +608,19 @@ +@@ -606,18 +610,19 @@ if (!$have_gzip) { print "Downloading uncompressed packages\n"; }; @@ -116,7 +118,7 @@ } // gopear_bundle usage -@@ -645,19 +648,21 @@ +@@ -645,19 +650,21 @@ // Bootstrap needed ? $nobootstrap = false; @@ -140,7 +142,7 @@ } include_once 'PEAR.php'; print "ok\n"; -@@ -691,6 +696,7 @@ +@@ -691,6 +698,7 @@ // Extract needed ? $noextract = false; @@ -148,7 +150,7 @@ if (is_dir($php_dir)) { $noextract = @include_once 'PEAR/Registry.php'; -@@ -701,6 +707,7 @@ +@@ -701,6 +709,7 @@ } } } @@ -156,7 +158,16 @@ if ($noextract) { print('Using previously installed installer ... '); -@@ -747,12 +754,7 @@ +@@ -722,7 +731,7 @@ + displayHTMLProgress($progress += round(19 / count($bootstrap_pkgs))); + + $fullpkg = substr($tarball, 0, strrpos($tarball, '.')); +- $tar = &new Archive_Tar($tarball, $have_gzip); ++ $tar = new Archive_Tar($tarball, $have_gzip); + if (!$tar->extractModify($ptmp, $fullpkg)) { + bail("Extraction for $fullpkg failed!\n"); + } +@@ -747,12 +756,7 @@ include_once "PEAR/Command.php"; include_once "PEAR/Registry.php"; @@ -170,7 +181,7 @@ $config->set('preferred_state', 'stable'); foreach ($config_vars as $var) { -@@ -765,7 +767,7 @@ +@@ -765,7 +769,7 @@ $config->set('http_proxy', $http_proxy); $config->store(); @@ -179,7 +190,7 @@ PEAR_Command::setFrontendType('CLI'); PEAR::staticPushErrorHandling(PEAR_ERROR_DIE); //fail silently -@@ -787,6 +789,11 @@ +@@ -787,6 +791,11 @@ } else { $options = array('onlyreqdeps' => true); } @@ -191,7 +202,7 @@ if ($registry->packageExists($pkg) || $registry->packageExists($pkg_basename)) { print(str_pad("Package: $pkg", max(50,9+strlen($pkg)+4), '.').' already installed ... ok'."\n"); displayHTMLProgress($progress += round(50 / count($to_install))); -@@ -821,7 +828,7 @@ +@@ -821,7 +830,7 @@ // Base installation finished @@ -200,7 +211,7 @@ ini_restore("include_path"); if (!WEBINSTALLER) { -@@ -980,6 +987,7 @@ +@@ -980,6 +989,7 @@ if (WINDOWS && !WEBINSTALLER) { win32CreateRegEnv(); } @@ -208,7 +219,7 @@ // Set of functions following /** * Parse the given dirname -@@ -1418,19 +1426,17 @@ +@@ -1418,19 +1428,17 @@ } } else { if ($_prefix === null) { @@ -233,7 +244,7 @@ // check if the user has installed PHP with PHP or GNU layout if (@is_dir("$prefix/lib/php/.registry")) { $php_dir = '$prefix/lib/php'; -@@ -1442,6 +1448,7 @@ +@@ -1442,6 +1450,7 @@ } elseif (@is_dir("$prefix/share/php/.registry")) { $php_dir = '$prefix/share/php'; } Modified: head/devel/pear/pkg-plist ============================================================================== --- head/devel/pear/pkg-plist Sun Feb 14 14:55:10 2016 (r408860) +++ head/devel/pear/pkg-plist Sun Feb 14 14:58:17 2016 (r408861) @@ -2,31 +2,12 @@ bin/pear bin/peardev bin/pecl @sample etc/pear.conf.sample -%%DOCSDIR%%/Archive_Tar/docs/Archive_Tar.txt -%%DOCSDIR%%/PEAR/INSTALL -%%DOCSDIR%%/PEAR/LICENSE -%%DOCSDIR%%/PEAR/README -%%DOCSDIR%%/Structures_Graph/docs/generate.sh -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html -%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html -%%DOCSDIR%%/Structures_Graph/docs/html/classtrees_Structures_Graph.html -%%DOCSDIR%%/Structures_Graph/docs/html/elementindex.html -%%DOCSDIR%%/Structures_Graph/docs/html/elementindex_Structures_Graph.html -%%DOCSDIR%%/Structures_Graph/docs/html/errors.html -%%DOCSDIR%%/Structures_Graph/docs/html/index.html -%%DOCSDIR%%/Structures_Graph/docs/html/li_Structures_Graph.html -%%DOCSDIR%%/Structures_Graph/docs/html/media/banner.css -%%DOCSDIR%%/Structures_Graph/docs/html/media/stylesheet.css -%%DOCSDIR%%/Structures_Graph/docs/html/packages.html -%%DOCSDIR%%/Structures_Graph/docs/html/todolist.html -%%DOCSDIR%%/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg +%%PORTDOCS%%%%DOCSDIR%%/Archive_Tar/docs/Archive_Tar.txt +%%PORTDOCS%%%%DOCSDIR%%/PEAR/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/PEAR/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/PEAR/README.rst +%%PORTDOCS%%%%DOCSDIR%%/Structures_Graph/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg %%DATADIR%%/.channels/.alias/pear.txt %%DATADIR%%/.channels/.alias/pecl.txt %%DATADIR%%/.channels/.alias/phpdocs.txt @@ -45,10 +26,12 @@ bin/pecl %%DATADIR%%/Archive/Tar.php %%DATADIR%%/Console/Getopt.php %%DATADIR%%/OS/Guess.php +%%DATADIR%%/PEAR.php %%DATADIR%%/PEAR/Autoloader.php %%DATADIR%%/PEAR/Builder.php -%%DATADIR%%/PEAR/ChannelFile/Parser.php %%DATADIR%%/PEAR/ChannelFile.php +%%DATADIR%%/PEAR/ChannelFile/Parser.php +%%DATADIR%%/PEAR/Command.php %%DATADIR%%/PEAR/Command/Auth.php %%DATADIR%%/PEAR/Command/Auth.xml %%DATADIR%%/PEAR/Command/Build.php @@ -72,19 +55,20 @@ bin/pecl %%DATADIR%%/PEAR/Command/Remote.xml %%DATADIR%%/PEAR/Command/Test.php %%DATADIR%%/PEAR/Command/Test.xml -%%DATADIR%%/PEAR/Command.php %%DATADIR%%/PEAR/Common.php %%DATADIR%%/PEAR/Config.php %%DATADIR%%/PEAR/Dependency2.php %%DATADIR%%/PEAR/DependencyDB.php -%%DATADIR%%/PEAR/Downloader/Package.php %%DATADIR%%/PEAR/Downloader.php +%%DATADIR%%/PEAR/Downloader/Package.php %%DATADIR%%/PEAR/ErrorStack.php %%DATADIR%%/PEAR/Exception.php -%%DATADIR%%/PEAR/Frontend/CLI.php %%DATADIR%%/PEAR/Frontend.php -%%DATADIR%%/PEAR/Installer/Role/Cfg.xml +%%DATADIR%%/PEAR/Frontend/CLI.php +%%DATADIR%%/PEAR/Installer.php +%%DATADIR%%/PEAR/Installer/Role.php %%DATADIR%%/PEAR/Installer/Role/Cfg.php +%%DATADIR%%/PEAR/Installer/Role/Cfg.xml %%DATADIR%%/PEAR/Installer/Role/Common.php %%DATADIR%%/PEAR/Installer/Role/Data.php %%DATADIR%%/PEAR/Installer/Role/Data.xml @@ -92,6 +76,8 @@ bin/pecl %%DATADIR%%/PEAR/Installer/Role/Doc.xml %%DATADIR%%/PEAR/Installer/Role/Ext.php %%DATADIR%%/PEAR/Installer/Role/Ext.xml +%%DATADIR%%/PEAR/Installer/Role/Man.php +%%DATADIR%%/PEAR/Installer/Role/Man.xml %%DATADIR%%/PEAR/Installer/Role/Php.php %%DATADIR%%/PEAR/Installer/Role/Php.xml %%DATADIR%%/PEAR/Installer/Role/Script.php @@ -102,51 +88,52 @@ bin/pecl %%DATADIR%%/PEAR/Installer/Role/Test.xml %%DATADIR%%/PEAR/Installer/Role/Www.php %%DATADIR%%/PEAR/Installer/Role/Www.xml -%%DATADIR%%/PEAR/Installer/Role.php -%%DATADIR%%/PEAR/Installer.php +%%DATADIR%%/PEAR/PackageFile.php %%DATADIR%%/PEAR/PackageFile/Generator/v1.php %%DATADIR%%/PEAR/PackageFile/Generator/v2.php %%DATADIR%%/PEAR/PackageFile/Parser/v1.php %%DATADIR%%/PEAR/PackageFile/Parser/v2.php %%DATADIR%%/PEAR/PackageFile/v1.php +%%DATADIR%%/PEAR/PackageFile/v2.php %%DATADIR%%/PEAR/PackageFile/v2/Validator.php %%DATADIR%%/PEAR/PackageFile/v2/rw.php -%%DATADIR%%/PEAR/PackageFile/v2.php -%%DATADIR%%/PEAR/PackageFile.php %%DATADIR%%/PEAR/Packager.php +%%DATADIR%%/PEAR/REST.php %%DATADIR%%/PEAR/REST/10.php %%DATADIR%%/PEAR/REST/11.php %%DATADIR%%/PEAR/REST/13.php -%%DATADIR%%/PEAR/FixPHP5PEARWarnings.php -%%DATADIR%%/PEAR/REST.php %%DATADIR%%/PEAR/Registry.php %%DATADIR%%/PEAR/RunTest.php %%DATADIR%%/PEAR/Task/Common.php -%%DATADIR%%/PEAR/Task/Postinstallscript/rw.php %%DATADIR%%/PEAR/Task/Postinstallscript.php -%%DATADIR%%/PEAR/Task/Replace/rw.php +%%DATADIR%%/PEAR/Task/Postinstallscript/rw.php %%DATADIR%%/PEAR/Task/Replace.php -%%DATADIR%%/PEAR/Task/Unixeol/rw.php +%%DATADIR%%/PEAR/Task/Replace/rw.php %%DATADIR%%/PEAR/Task/Unixeol.php -%%DATADIR%%/PEAR/Task/Windowseol/rw.php +%%DATADIR%%/PEAR/Task/Unixeol/rw.php %%DATADIR%%/PEAR/Task/Windowseol.php +%%DATADIR%%/PEAR/Task/Windowseol/rw.php %%DATADIR%%/PEAR/Validate.php %%DATADIR%%/PEAR/Validator/PECL.php %%DATADIR%%/PEAR/XMLParser.php -%%DATADIR%%/PEAR.php -%%DATADIR%%/PEAR5.php +%%DATADIR%%/Structures/Graph.php %%DATADIR%%/Structures/Graph/Manipulator/AcyclicTest.php %%DATADIR%%/Structures/Graph/Manipulator/TopologicalSorter.php %%DATADIR%%/Structures/Graph/Node.php -%%DATADIR%%/Structures/Graph.php %%DATADIR%%/System.php %%DATADIR%%/data/PEAR/package.dtd %%DATADIR%%/data/PEAR/template.spec -%%DATADIR%%/data/Structures_Graph/LICENSE %%DATADIR%%/pearcmd.php %%DATADIR%%/peclcmd.php +%%DATADIR%%/tests/Console_Getopt/tests/001-getopt.phpt +%%DATADIR%%/tests/Console_Getopt/tests/bug10557.phpt +%%DATADIR%%/tests/Console_Getopt/tests/bug11068.phpt +%%DATADIR%%/tests/Console_Getopt/tests/bug13140.phpt +%%DATADIR%%/tests/Structures_Graph/tests/AcyclicTestTest.php %%DATADIR%%/tests/Structures_Graph/tests/AllTests.php -%%DATADIR%%/tests/Structures_Graph/tests/testCase/BasicGraph.php +%%DATADIR%%/tests/Structures_Graph/tests/BasicGraphTest.php +%%DATADIR%%/tests/Structures_Graph/tests/TopologicalSorterTest.php +%%DATADIR%%/tests/Structures_Graph/tests/helper.inc @rmtry share/pear/.depdb @rmtry share/pear/.depdblock @rmtry share/pear/.filemap From owner-svn-ports-head@freebsd.org Sun Feb 14 15:28:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98ABEAA88C1; Sun, 14 Feb 2016 15:28: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 5178B1A4C; Sun, 14 Feb 2016 15:28:00 +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 u1EFRxlq082783; Sun, 14 Feb 2016 15:27:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EFRxpv082779; Sun, 14 Feb 2016 15:27:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602141527.u1EFRxpv082779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 14 Feb 2016 15:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408862 - in head: lang/bf2c lang/bf2c/files misc/biosfont-demos sysutils/biosfont X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 15:28:00 -0000 Author: rene Date: Sun Feb 14 15:27:58 2016 New Revision: 408862 URL: https://svnweb.freebsd.org/changeset/ports/408862 Log: Change WWW line of ports that point to my web site, which is now served over HTTPS. While here, regenerate patch for lang/bf2c to pet portlint. Modified: head/lang/bf2c/files/patch-Makefile head/lang/bf2c/pkg-descr head/misc/biosfont-demos/pkg-descr head/sysutils/biosfont/pkg-descr Modified: head/lang/bf2c/files/patch-Makefile ============================================================================== --- head/lang/bf2c/files/patch-Makefile Sun Feb 14 14:58:17 2016 (r408861) +++ head/lang/bf2c/files/patch-Makefile Sun Feb 14 15:27:58 2016 (r408862) @@ -1,13 +1,5 @@ -commit 186730742519bfa9cb7f9668fb508a78e65d26cc -Author: René Ladan -Date: Fri Feb 21 12:20:57 2014 +0100 - - Add DESTDIR support and add install-strip and uninstall targets. - -diff --git a/Makefile b/Makefile -index d527b55..2ddbb8b 100644 ---- a/Makefile -+++ b/Makefile +--- Makefile.orig 2013-06-12 22:11:38 UTC ++++ Makefile @@ -1,4 +1,6 @@ -.PHONY: all clean install +.PHONY: all clean install install-strip uninstall Modified: head/lang/bf2c/pkg-descr ============================================================================== --- head/lang/bf2c/pkg-descr Sun Feb 14 14:58:17 2016 (r408861) +++ head/lang/bf2c/pkg-descr Sun Feb 14 15:27:58 2016 (r408862) @@ -5,4 +5,4 @@ optimizing as much as possible for speed It is written for fun, self-educating purposes and to beat existing BF compilers. -WWW: http://rene-ladan.nl/bf2c/ +WWW: https://rene-ladan.nl/bf2c/ Modified: head/misc/biosfont-demos/pkg-descr ============================================================================== --- head/misc/biosfont-demos/pkg-descr Sun Feb 14 14:58:17 2016 (r408861) +++ head/misc/biosfont-demos/pkg-descr Sun Feb 14 15:27:58 2016 (r408862) @@ -2,4 +2,4 @@ Two samples for the biosfont(4) kernel m * showchar shows a requested character on stdout * showdati is a digital clock. Best viewed on 80x25 consoles. -WWW: http://rene-ladan.nl/biosfont/ +WWW: https://rene-ladan.nl/biosfont/ Modified: head/sysutils/biosfont/pkg-descr ============================================================================== --- head/sysutils/biosfont/pkg-descr Sun Feb 14 14:58:17 2016 (r408861) +++ head/sysutils/biosfont/pkg-descr Sun Feb 14 15:27:58 2016 (r408862) @@ -1,4 +1,4 @@ This port provides a FreeBSD kernel module that can be used to retrieve the font bitmaps stored in BIOS memory. -WWW: http://rene-ladan.nl/biosfont/ +WWW: https://rene-ladan.nl/biosfont/ From owner-svn-ports-head@freebsd.org Sun Feb 14 15:35:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 112F2AA8C75; Sun, 14 Feb 2016 15:35:49 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C247C1E91; Sun, 14 Feb 2016 15:35:48 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EFZlUT085735; Sun, 14 Feb 2016 15:35:47 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EFZlhP085732; Sun, 14 Feb 2016 15:35:47 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602141535.u1EFZlhP085732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 14 Feb 2016 15:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408863 - in head/devel/libbrotli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 15:35:49 -0000 Author: osa Date: Sun Feb 14 15:35:47 2016 New Revision: 408863 URL: https://svnweb.freebsd.org/changeset/ports/408863 Log: Upgrade to latest revision 347bc0f. Bump PORTREVISION. Modified: head/devel/libbrotli/Makefile head/devel/libbrotli/distinfo head/devel/libbrotli/files/patch-Makefile.am Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Sun Feb 14 15:27:58 2016 (r408862) +++ head/devel/libbrotli/Makefile Sun Feb 14 15:35:47 2016 (r408863) @@ -3,7 +3,7 @@ PORTNAME= libbrotli PORTVERSION= ${BROTLI_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Library for generic-purpose los LICENSE= MIT -LIBBROTLI_VERSION= 53d53e8 +LIBBROTLI_VERSION= 347bc0f BROTLI_VERSION= 0.3.0 USE_GITHUB= yes Modified: head/devel/libbrotli/distinfo ============================================================================== --- head/devel/libbrotli/distinfo Sun Feb 14 15:27:58 2016 (r408862) +++ head/devel/libbrotli/distinfo Sun Feb 14 15:35:47 2016 (r408863) @@ -1,4 +1,4 @@ -SHA256 (bagder-libbrotli-0.3.0-53d53e8_GH0.tar.gz) = fc5b50981ffd7f66dbf9ac398d99bad89e08237d90c7966ff20f4fbe883fb895 -SIZE (bagder-libbrotli-0.3.0-53d53e8_GH0.tar.gz) = 3103 +SHA256 (bagder-libbrotli-0.3.0-347bc0f_GH0.tar.gz) = 18869e343feabec004313a7387af6501844dcca0d23355a12898563a88b3e11e +SIZE (bagder-libbrotli-0.3.0-347bc0f_GH0.tar.gz) = 3109 SHA256 (google-brotli-v0.3.0_GH0.tar.gz) = 5d49eb1a6dd19304dd683c293abf66c8a419728f4c6d0f390fa7deb2a39eaae2 SIZE (google-brotli-v0.3.0_GH0.tar.gz) = 8035159 Modified: head/devel/libbrotli/files/patch-Makefile.am ============================================================================== --- head/devel/libbrotli/files/patch-Makefile.am Sun Feb 14 15:27:58 2016 (r408862) +++ head/devel/libbrotli/files/patch-Makefile.am Sun Feb 14 15:35:47 2016 (r408863) @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2016-01-20 21:31:42 UTC -+++ Makefile.am -@@ -14,8 +14,7 @@ ENCODE = brotli/enc/backward_references. +--- Makefile.am.orig 2016-02-13 06:10:48.000000000 -0500 ++++ Makefile.am 2016-02-14 10:28:29.982409000 -0500 +@@ -14,8 +14,7 @@ brotli/enc/encode.cc brotli/enc/static_dict.cc \ brotli/enc/encode_parallel.cc brotli/enc/streams.cc \ brotli/enc/entropy_encode.cc brotli/enc/dictionary.cc \ @@ -10,14 +10,14 @@ DECODEHEADERS = brotli/dec/decode.h brotli/dec/state.h \ brotli/dec/streams.h brotli/dec/types.h brotli/dec/bit_reader.h \ -@@ -32,15 +31,15 @@ ENCODEHEADERS = brotli/enc/encode.h brot +@@ -32,16 +31,14 @@ brotli/enc/literal_cost.h brotli/enc/cluster.h brotli/enc/bit_cost.h \ brotli/enc/entropy_encode.h brotli/enc/brotli_bit_stream.h \ brotli/enc/write_bits.h brotli/enc/static_dict_lut.h \ - brotli/enc/encode_parallel.h brotli/enc/types.h brotli/enc/utf8_util.h \ -- brotli/enc/compress_fragment.h brotli/enc/compress_fragment_two_pass.h +- brotli/enc/compress_fragment.h brotli/enc/compress_fragment_two_pass.h \ +- brotli/enc/entropy_encode_static.h + brotli/enc/encode_parallel.h brotli/enc/types.h brotli/enc/utf8_util.h -+ EXTRA_DIST = AUTHORS README From owner-svn-ports-head@freebsd.org Sun Feb 14 15:40:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44F97AA8DF6; Sun, 14 Feb 2016 15:40:48 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 052151137; Sun, 14 Feb 2016 15:40:47 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EFekdA088073; Sun, 14 Feb 2016 15:40:46 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EFekTE088064; Sun, 14 Feb 2016 15:40:46 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602141540.u1EFekTE088064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 15:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408864 - in head/net-mgmt: pandorafms_agent pandorafms_console pandorafms_console/files pandorafms_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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 15:40:48 -0000 Author: junovitch Date: Sun Feb 14 15:40:46 2016 New Revision: 408864 URL: https://svnweb.freebsd.org/changeset/ports/408864 Log: net-mgmt/pandorafms_{agent,console,server}: update 6.0 -> 6.0SP1 - Update shared PANDORA_VERSION to 6.0SP1 and bump PORTREVISION - Include newsyslog.conf.d log rotation file PR: 206734 Submitted by: KIKUCHI Koichiro (maintainer) Added: head/net-mgmt/pandorafms_console/files/newsyslog.conf.in (contents, props changed) Deleted: head/net-mgmt/pandorafms_console/files/patch-index.php Modified: head/net-mgmt/pandorafms_agent/distinfo head/net-mgmt/pandorafms_console/Makefile head/net-mgmt/pandorafms_console/distinfo head/net-mgmt/pandorafms_console/pkg-plist head/net-mgmt/pandorafms_server/bsd.pandora.mk head/net-mgmt/pandorafms_server/distinfo head/net-mgmt/pandorafms_server/pkg-plist Modified: head/net-mgmt/pandorafms_agent/distinfo ============================================================================== --- head/net-mgmt/pandorafms_agent/distinfo Sun Feb 14 15:35:47 2016 (r408863) +++ head/net-mgmt/pandorafms_agent/distinfo Sun Feb 14 15:40:46 2016 (r408864) @@ -1,2 +1,2 @@ -SHA256 (pandora/pandorafms_agent_unix-6.0.tar.gz) = 31f65160091f6266e5f11b7443154ebcf645d4d36dac95c7a19ea4cff76fed9a -SIZE (pandora/pandorafms_agent_unix-6.0.tar.gz) = 78016 +SHA256 (pandora/pandorafms_agent_unix-6.0SP1.tar.gz) = 8d7af9081b23693b45afb0e46a905f0d8ae8b2340fa7b42eb8a4024c77d5027c +SIZE (pandora/pandorafms_agent_unix-6.0SP1.tar.gz) = 78486 Modified: head/net-mgmt/pandorafms_console/Makefile ============================================================================== --- head/net-mgmt/pandorafms_console/Makefile Sun Feb 14 15:35:47 2016 (r408863) +++ head/net-mgmt/pandorafms_console/Makefile Sun Feb 14 15:40:46 2016 (r408864) @@ -13,7 +13,8 @@ LICENSE_FILE= ${PANDORA_LICENSE_FILE} RUN_DEPENDS= ${LOCALBASE}/bin/twopi:${PORTSDIR}/graphics/graphviz USES= shebangfix -SHEBANG_FILES= include/languages/util-all \ +SHEBANG_FILES= include/languages/extract_newlines.sh \ + include/languages/util-all \ include/languages/util-bzr-update \ include/languages/util-compile-mo \ include/languages/util-create-po \ @@ -26,12 +27,13 @@ OPTIONS_DEFINE= DOCS PGSQL DOCS_DESC= Install AUTHORS and ChangeLog PGSQL_DESC= Use PostgreSQL backend (experimental) -USE_PHP= curl gd gettext json ldap mbstring mysql snmp session \ - xml zip zlib +USE_PHP= curl filter gd gettext hash json ldap mbstring mysql \ + snmp session xml zip zlib WANT_PHP_WEB= yes USE_APACHE_RUN= 22+ -SUB_FILES+= pandora_console.conf pkg-message +SUB_FILES+= pandora_console.conf pkg-message newsyslog.conf +SUB_LIST+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} .include "${.CURDIR}/../pandorafms_server/bsd.pandora.mk" @@ -52,16 +54,13 @@ post-patch: ${WRKSRC}/pandoradb.data*.sql @${REINPLACE_CMD} \ -e 's|/bin/bash|/bin/sh|g' \ - ${WRKSRC}/extras/check_other_languages.sh \ - ${WRKSRC}/include/languages/extract_newlines.sh + ${WRKSRC}/extras/check_other_languages.sh post-install: @cd ${STAGEDIR}${WWWDIR} \ - && ${RM} -rf pandora_console_install* *.spec \ - extras/check_other_languages.sh.bak \ - include/languages/extract_newlines.sh.bak \ - *.sql.bak COPYING ${PORTDOCS} DEBIAN/ \ - attachment/collections/.empty attachment/downloads/.gitignore + && ${RM} -rf pandora_console_[il]* DEBIAN/ *.spec \ + attachment/downloads/.gitignore ${PORTDOCS} \ + *.sql.bak extras/check_other_languages.sh.bak @cd ${STAGEDIR}${WWWDIR} && ${MV} install.php install_old.php .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -69,9 +68,11 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} .endfor .endif - @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes - ${INSTALL_DATA} ${WRKDIR}/pandora_console.conf \ - ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes/pandora_console.conf.sample - @${LN} -sf ${_LICENSE_DIR}/${LICENSE} ${STAGEDIR}${WWWDIR}/COPYING + @(d=${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes; ${MKDIR} $$d; \ + ${INSTALL_DATA} ${WRKDIR}/pandora_console.conf \ + $$d/pandora_console.conf.sample) + @(d=${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d; ${MKDIR} $$d; \ + ${INSTALL_DATA} ${WRKDIR}/newsyslog.conf \ + $$d/pandora_console.conf) .include Modified: head/net-mgmt/pandorafms_console/distinfo ============================================================================== --- head/net-mgmt/pandorafms_console/distinfo Sun Feb 14 15:35:47 2016 (r408863) +++ head/net-mgmt/pandorafms_console/distinfo Sun Feb 14 15:40:46 2016 (r408864) @@ -1,2 +1,2 @@ -SHA256 (pandora/pandorafms_console-6.0.tar.gz) = 3d6b2bcb833a6402bb7398f99d902f29ed8d24ad2afaac85703a662be1358378 -SIZE (pandora/pandorafms_console-6.0.tar.gz) = 29025074 +SHA256 (pandora/pandorafms_console-6.0SP1.tar.gz) = 1c7d407e8f4aa7373102a7a1ef961a3e1a04ad9c8a52ceb17f9037516c698763 +SIZE (pandora/pandorafms_console-6.0SP1.tar.gz) = 29075019 Added: head/net-mgmt/pandorafms_console/files/newsyslog.conf.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/pandorafms_console/files/newsyslog.conf.in Sun Feb 14 15:40:46 2016 (r408864) @@ -0,0 +1,6 @@ +# configuration file for newsyslog for pandora_console +# +# see newsyslog.conf(5) for details +# +# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] +%%WWWDIR%%/pandora_console.log %%WWWOWN%%:%%WWWGRP%% 644 3 100 W6D0 JN Modified: head/net-mgmt/pandorafms_console/pkg-plist ============================================================================== --- head/net-mgmt/pandorafms_console/pkg-plist Sun Feb 14 15:35:47 2016 (r408863) +++ head/net-mgmt/pandorafms_console/pkg-plist Sun Feb 14 15:40:46 2016 (r408864) @@ -985,6 +985,7 @@ %%WWWDIR%%/images/link_error.png %%WWWDIR%%/images/link_go.png %%WWWDIR%%/images/linkpolicy.png +%%WWWDIR%%/images/links.menu.png %%WWWDIR%%/images/list.png %%WWWDIR%%/images/load.png %%WWWDIR%%/images/local_component.png @@ -1084,6 +1085,7 @@ %%WWWDIR%%/images/networkmap/so_win.png %%WWWDIR%%/images/networkmap/unknown.png %%WWWDIR%%/images/new_message.png +%%WWWDIR%%/images/no_data_toshow.png %%WWWDIR%%/images/noaccess.png %%WWWDIR%%/images/normal_screen.png %%WWWDIR%%/images/normalscreen.png @@ -1553,6 +1555,7 @@ %%WWWDIR%%/include/functions_gis.php %%WWWDIR%%/include/functions_graph.php %%WWWDIR%%/include/functions_groups.php +%%WWWDIR%%/include/functions_groupview.php %%WWWDIR%%/include/functions_html.php %%WWWDIR%%/include/functions_incidents.php %%WWWDIR%%/include/functions_io.php @@ -1573,6 +1576,7 @@ %%WWWDIR%%/include/functions_servers.php %%WWWDIR%%/include/functions_snmp.php %%WWWDIR%%/include/functions_snmp_browser.php +%%WWWDIR%%/include/functions_tactical.php %%WWWDIR%%/include/functions_tags.php %%WWWDIR%%/include/functions_themes.php %%WWWDIR%%/include/functions_treeview.php @@ -1585,6 +1589,7 @@ %%WWWDIR%%/include/functions_wmi.php %%WWWDIR%%/include/get_file.php %%WWWDIR%%/include/gettext.php +%%WWWDIR%%/include/graphs/bullet.js %%WWWDIR%%/include/graphs/export_data.php %%WWWDIR%%/include/graphs/fgraph.php %%WWWDIR%%/include/graphs/flot/excanvas.js @@ -1770,6 +1775,7 @@ %%WWWDIR%%/include/help/en/help_snmp_alert_custom.php %%WWWDIR%%/include/help/en/help_snmp_alert_field1.php %%WWWDIR%%/include/help/en/help_snmp_alert_filters.php +%%WWWDIR%%/include/help/en/help_snmp_alert_position.php %%WWWDIR%%/include/help/en/help_snmp_explorer.php %%WWWDIR%%/include/help/en/help_snmp_trap_types.php %%WWWDIR%%/include/help/en/help_snmpcommunity.php @@ -1905,6 +1911,7 @@ %%WWWDIR%%/include/help/es/help_snmp_alert_custom.php %%WWWDIR%%/include/help/es/help_snmp_alert_field1.php %%WWWDIR%%/include/help/es/help_snmp_alert_filters.php +%%WWWDIR%%/include/help/es/help_snmp_alert_position.php %%WWWDIR%%/include/help/es/help_snmp_explorer.php %%WWWDIR%%/include/help/es/help_snmp_trap_types.php %%WWWDIR%%/include/help/es/help_snmpcommunity.php @@ -2037,6 +2044,7 @@ %%WWWDIR%%/include/help/ja/help_snmp_alert.php %%WWWDIR%%/include/help/ja/help_snmp_alert_custom.php %%WWWDIR%%/include/help/ja/help_snmp_alert_field1.php +%%WWWDIR%%/include/help/ja/help_snmp_alert_position.php %%WWWDIR%%/include/help/ja/help_snmp_explorer.php %%WWWDIR%%/include/help/ja/help_snmp_trap_types.php %%WWWDIR%%/include/help/ja/help_snmpcommunity.php @@ -2980,9 +2988,8 @@ %%WWWDIR%%/operation/events/events_rss.php %%WWWDIR%%/operation/events/export_csv.php %%WWWDIR%%/operation/events/sound_events.php -%%WWWDIR%%/operation/extensions.php %%WWWDIR%%/operation/gis_maps/ajax.php -%%WWWDIR%%/operation/gis_maps/index.php +%%WWWDIR%%/operation/gis_maps/gis_map.php %%WWWDIR%%/operation/gis_maps/public_console.php %%WWWDIR%%/operation/gis_maps/render_view.php %%WWWDIR%%/operation/incidents/incident.php @@ -3303,3 +3310,4 @@ @dir %%WWWDIR%%/operation/users @dir %%WWWDIR%%/operation/visual_console @sample(,,444) %%APACHEETCDIR%%/Includes/pandora_console.conf.sample +etc/newsyslog.conf.d/pandora_console.conf Modified: head/net-mgmt/pandorafms_server/bsd.pandora.mk ============================================================================== --- head/net-mgmt/pandorafms_server/bsd.pandora.mk Sun Feb 14 15:35:47 2016 (r408863) +++ head/net-mgmt/pandorafms_server/bsd.pandora.mk Sun Feb 14 15:40:46 2016 (r408864) @@ -1,6 +1,6 @@ # $FreeBSD$ -PANDORA_VERSION= 6.0 +PANDORA_VERSION= 6.0SP1 PANDORA_LICENSE= GPLv2 PANDORA_LICENSE_FILE= ${WRKSRC}/COPYING @@ -13,6 +13,9 @@ PANDORA_INSTALLER= ${PORTNAME}_installer PANDORA_INSTALLER_ARGS= --install PORTVERSION= ${PANDORA_VERSION:C/SP/./} +PORTREVISION= 1 +# ignore nightly builds (*-YYYYMMDD) +PORTSCOUT= limit:!.*-\d{8}$$ MASTER_SITES?= SF/pandora/Pandora%20FMS%20${PANDORA_VERSION:C/((SP[0-9]*)*)$/\/\1/}Final/Tarball .if ${PORTNAME} == "pandora_agent" Modified: head/net-mgmt/pandorafms_server/distinfo ============================================================================== --- head/net-mgmt/pandorafms_server/distinfo Sun Feb 14 15:35:47 2016 (r408863) +++ head/net-mgmt/pandorafms_server/distinfo Sun Feb 14 15:40:46 2016 (r408864) @@ -1,2 +1,2 @@ -SHA256 (pandora/pandorafms_server-6.0.tar.gz) = 9d9de2fb50e27077c9148beccb7e69e7d932d40f19bde57732bd8b94b8763e85 -SIZE (pandora/pandorafms_server-6.0.tar.gz) = 5543947 +SHA256 (pandora/pandorafms_server-6.0SP1.tar.gz) = d4de04cc82028c0c6f746bc2ab4c588ab32840270a4ef8849d1a677f322abac5 +SIZE (pandora/pandorafms_server-6.0SP1.tar.gz) = 5549580 Modified: head/net-mgmt/pandorafms_server/pkg-plist ============================================================================== --- head/net-mgmt/pandorafms_server/pkg-plist Sun Feb 14 15:35:47 2016 (r408863) +++ head/net-mgmt/pandorafms_server/pkg-plist Sun Feb 14 15:40:46 2016 (r408864) @@ -63,6 +63,7 @@ man/man1/tentacle_server.1.gz %%DATADIR%%/util/pandora_revent.pl %%DATADIR%%/util/pandora_revent_create.pl %%DATADIR%%/util/pandora_server +%%DATADIR%%/util/pandora_server_logrotate %%DATADIR%%/util/pandora_snmp.README %%DATADIR%%/util/pandora_snmp.sh %%DATADIR%%/util/pandora_sync_db.pl From owner-svn-ports-head@freebsd.org Sun Feb 14 15:44:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C3DFAA8066; Sun, 14 Feb 2016 15:44:27 +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 EE3971880; Sun, 14 Feb 2016 15:44:26 +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 u1EFiP3F088932; Sun, 14 Feb 2016 15:44:25 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EFiPY5088930; Sun, 14 Feb 2016 15:44:25 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602141544.u1EFiPY5088930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 14 Feb 2016 15:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408865 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 15:44:27 -0000 Author: adamw Date: Sun Feb 14 15:44:25 2016 New Revision: 408865 URL: https://svnweb.freebsd.org/changeset/ports/408865 Log: Update to 2.23. Changes: https://metacpan.org/changes/distribution/Mojo-Pg Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Sun Feb 14 15:40:46 2016 (r408864) +++ head/databases/p5-Mojo-Pg/Makefile Sun Feb 14 15:44:25 2016 (r408865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 2.21 +PORTVERSION= 2.23 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Sun Feb 14 15:40:46 2016 (r408864) +++ head/databases/p5-Mojo-Pg/distinfo Sun Feb 14 15:44:25 2016 (r408865) @@ -1,2 +1,2 @@ -SHA256 (Mojo-Pg-2.21.tar.gz) = 49270e23322f447c84fbee9c624fe0b74d71346b2eef4ef852376472cbcb3000 -SIZE (Mojo-Pg-2.21.tar.gz) = 25481 +SHA256 (Mojo-Pg-2.23.tar.gz) = dd8942049b08392c35c7f159fdb7bce610a79324e06e2641d1d5eda51b9a74cc +SIZE (Mojo-Pg-2.23.tar.gz) = 25617 From owner-svn-ports-head@freebsd.org Sun Feb 14 15:50:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E86A0AA8271; Sun, 14 Feb 2016 15:50: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 A06D61BA2; Sun, 14 Feb 2016 15:50: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 u1EFowkO089353; Sun, 14 Feb 2016 15:50:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EFow2N089350; Sun, 14 Feb 2016 15:50:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602141550.u1EFow2N089350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 14 Feb 2016 15:50:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408866 - head/devel/p5-Git-Repository X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 15:51:00 -0000 Author: adamw Date: Sun Feb 14 15:50:58 2016 New Revision: 408866 URL: https://svnweb.freebsd.org/changeset/ports/408866 Log: Update to 1.317. Remove pod-testing stuff from TEST_DEPENDS; those are author tests, not end-user tests. Changes: https://metacpan.org/changes/distribution/Git-Repository Modified: head/devel/p5-Git-Repository/Makefile head/devel/p5-Git-Repository/distinfo head/devel/p5-Git-Repository/pkg-plist Modified: head/devel/p5-Git-Repository/Makefile ============================================================================== --- head/devel/p5-Git-Repository/Makefile Sun Feb 14 15:44:25 2016 (r408865) +++ head/devel/p5-Git-Repository/Makefile Sun Feb 14 15:50:58 2016 (r408866) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Git-Repository -PORTVERSION= 1.316 +PORTVERSION= 1.317 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BOOK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -17,8 +16,6 @@ LICENSE_COMB= dual BUILD_DEPENDS= git:${PORTSDIR}/devel/git \ p5-System-Command>=1.103:${PORTSDIR}/devel/p5-System-Command RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage NO_ARCH= yes USES= perl5 Modified: head/devel/p5-Git-Repository/distinfo ============================================================================== --- head/devel/p5-Git-Repository/distinfo Sun Feb 14 15:44:25 2016 (r408865) +++ head/devel/p5-Git-Repository/distinfo Sun Feb 14 15:50:58 2016 (r408866) @@ -1,2 +1,2 @@ -SHA256 (Git-Repository-1.316.tar.gz) = ef41d0d3dbdd9428c54d34e333ad1571993cdaefd7492bd3bddde21549483dbb -SIZE (Git-Repository-1.316.tar.gz) = 49781 +SHA256 (Git-Repository-1.317.tar.gz) = 4fb495014610dd5439e46a78c9ac2791762b19359d2f77b8139cdcd509337118 +SIZE (Git-Repository-1.317.tar.gz) = 54216 Modified: head/devel/p5-Git-Repository/pkg-plist ============================================================================== --- head/devel/p5-Git-Repository/pkg-plist Sun Feb 14 15:44:25 2016 (r408865) +++ head/devel/p5-Git-Repository/pkg-plist Sun Feb 14 15:50:58 2016 (r408866) @@ -2,9 +2,11 @@ %%SITE_PERL%%/Git/Repository/Command.pm %%SITE_PERL%%/Git/Repository/Plugin.pm %%SITE_PERL%%/Git/Repository/Tutorial.pod +%%SITE_PERL%%/Git/Repository/Util.pm %%SITE_PERL%%/Test/Git.pm %%PERL5_MAN3%%/Git::Repository.3.gz %%PERL5_MAN3%%/Git::Repository::Command.3.gz %%PERL5_MAN3%%/Git::Repository::Plugin.3.gz %%PERL5_MAN3%%/Git::Repository::Tutorial.3.gz +%%PERL5_MAN3%%/Git::Repository::Util.3.gz %%PERL5_MAN3%%/Test::Git.3.gz From owner-svn-ports-head@freebsd.org Sun Feb 14 16:54:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34064AA824A; Sun, 14 Feb 2016 16:54:58 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AD101F9F; Sun, 14 Feb 2016 16:54:57 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EGsu7O009674; Sun, 14 Feb 2016 16:54:56 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EGsuck009672; Sun, 14 Feb 2016 16:54:56 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602141654.u1EGsuck009672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 14 Feb 2016 16:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408868 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 16:54:58 -0000 Author: osa Date: Sun Feb 14 16:54:56 2016 New Revision: 408868 URL: https://svnweb.freebsd.org/changeset/ports/408868 Log: Upgrade two third-party eval and lua modules to its latest revisions. Dynamic modules support has been enabled for these third-party modules, in case of usage of these modules please update nginx configuration file for load these modules: load_module "modules/ngx_http_eval_module.so"; load_module "modules/ngx_http_lua_module.so"; Do not bump PORTREVISION because these modules disabled by default. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Feb 14 16:27:09 2016 (r408867) +++ head/www/nginx-devel/Makefile Sun Feb 14 16:54:56 2016 (r408868) @@ -429,11 +429,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_da .endif .if ${PORT_OPTIONS:MHTTP_EVAL} -NGINX_EVAL_VERSION= 1.0.3 -GH_ACCOUNT+= vkholodkov:eval +NGINX_EVAL_VERSION= 342c812 +GH_ACCOUNT+= openresty:eval GH_PROJECT+= nginx-eval-module:eval GH_TAGNAME+= ${NGINX_EVAL_VERSION}:eval -CONFIGURE_ARGS+=--add-module=${WRKSRC_eval} +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_eval} .endif .if ${PORT_OPTIONS:MHTTP_FANCYINDEX} @@ -680,11 +680,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.10.0 +NGINX_LUA_VERSION= 7410339 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua -GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua -CONFIGURE_ARGS+=--add-module=${WRKSRC_lua} +GH_TAGNAME+= ${NGINX_LUA_VERSION}:lua +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_lua} .endif .if ${PORT_OPTIONS:MMEMC} @@ -1023,14 +1023,6 @@ post-patch: 's!--std=c99!-DMONGO_HAVE_STDINT!' \ ${WRKSRC_gridfs}/config .endif -.if ${PORT_OPTIONS:MLUA} - @${REINPLACE_CMD} \ - 's!ngx_udp_connection_t!ngx_resolver_connection_t!g; \ - s!udp_connections!connections!g; \ - s!udp_connection.connection!udp_connection.udp!g; \ - s!uc->connection!uc->udp!g' \ - ${WRKSRC_lua}/src/ngx_http_lua_socket_udp.* -.endif .if ${PORT_OPTIONS:MPASSENGER} @${REINPLACE_CMD} \ '177,179s!true!false!' \ Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Feb 14 16:27:09 2016 (r408867) +++ head/www/nginx-devel/distinfo Sun Feb 14 16:54:56 2016 (r408868) @@ -50,8 +50,8 @@ SHA256 (openresty-headers-more-nginx-mod SIZE (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 28022 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 -SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 -SIZE (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 5724 +SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 +SIZE (openresty-nginx-eval-module-342c812_GH0.tar.gz) = 14183 SHA256 (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = e73f1f0444f8c53601b51da8684b174c5ffd3b4ed6eb7956dd57f8b95485b68f SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 @@ -84,8 +84,8 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.10.0_GH0.tar.gz) = cf31c64b107a54999fdf8b68e8b8d52d88a3c95d9307417f049c32c5687ed780 -SIZE (openresty-lua-nginx-module-v0.10.0_GH0.tar.gz) = 569372 +SHA256 (openresty-lua-nginx-module-7410339_GH0.tar.gz) = 1b78f243ea95efcfd6f5bda43fbe5849bff931b9620d22c75b3de6590e09c684 +SIZE (openresty-lua-nginx-module-7410339_GH0.tar.gz) = 574764 SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 From owner-svn-ports-head@freebsd.org Sun Feb 14 17:01:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF86AAA863F; Sun, 14 Feb 2016 17:01:31 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C99C12C6; Sun, 14 Feb 2016 17:01:31 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EH1UuV010653; Sun, 14 Feb 2016 17:01:30 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EH1USj010652; Sun, 14 Feb 2016 17:01:30 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602141701.u1EH1USj010652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 14 Feb 2016 17:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408869 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 17:01:31 -0000 Author: osa Date: Sun Feb 14 17:01:30 2016 New Revision: 408869 URL: https://svnweb.freebsd.org/changeset/ports/408869 Log: Add notice for r408868. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Feb 14 16:54:56 2016 (r408868) +++ head/UPDATING Sun Feb 14 17:01:30 2016 (r408869) @@ -5,6 +5,17 @@ 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. +20160214: + AFFECTS: users of www/nginx-devel + AUTHOR: osa@FreeBSD.org + + Dynamic modules support has been enabled for the following third-party + modules, in case of usage of these modules please update nginx + configuration file for load these modules: + + load_module "modules/ngx_http_eval_module.so"; + load_module "modules/ngx_http_lua_module.so"; + 20160213: AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Feb 14 17:32:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69909AA8415; Sun, 14 Feb 2016 17:32:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F81D2A9; Sun, 14 Feb 2016 17:32:19 +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 u1EHWIqP021633; Sun, 14 Feb 2016 17:32:18 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EHWHOm021629; Sun, 14 Feb 2016 17:32:17 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602141732.u1EHWHOm021629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 14 Feb 2016 17:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408871 - in head: devel/pecl-inclued security/pecl-taint www/eaccelerator www/pecl-APC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 17:32:19 -0000 Author: rene Date: Sun Feb 14 17:32:17 2016 New Revision: 408871 URL: https://svnweb.freebsd.org/changeset/ports/408871 Log: Deprecate ports that are incompatible with both PHP 5.5 and PHP 5.6 and set the expiration date to next month: devel/pecl-inclued security/pecl-taint www/eaccelerator www/pecl-APC Submitted by: antoine (via IRC) Approved by: portmgr (antoine) Modified: head/devel/pecl-inclued/Makefile head/security/pecl-taint/Makefile head/www/eaccelerator/Makefile head/www/pecl-APC/Makefile Modified: head/devel/pecl-inclued/Makefile ============================================================================== --- head/devel/pecl-inclued/Makefile Sun Feb 14 17:06:13 2016 (r408870) +++ head/devel/pecl-inclued/Makefile Sun Feb 14 17:32:17 2016 (r408871) @@ -13,6 +13,9 @@ COMMENT= Inclued gives you a Clue for PH LICENSE= PHP301 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-03-15 + USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes Modified: head/security/pecl-taint/Makefile ============================================================================== --- head/security/pecl-taint/Makefile Sun Feb 14 17:06:13 2016 (r408870) +++ head/security/pecl-taint/Makefile Sun Feb 14 17:32:17 2016 (r408871) @@ -12,6 +12,9 @@ DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= Extension used for detecting XSS codes (tainted string) +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-03-15 + CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config Modified: head/www/eaccelerator/Makefile ============================================================================== --- head/www/eaccelerator/Makefile Sun Feb 14 17:06:13 2016 (r408870) +++ head/www/eaccelerator/Makefile Sun Feb 14 17:32:17 2016 (r408871) @@ -10,6 +10,9 @@ COMMENT= Free open-source PHP accelerato LICENSE= GPLv2 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-03-15 + OPTIONS_DEFINE= DOCCOMM DOCS EXAMPLES DOCCOMM_DESC= Retain doc-comments in internal php structures Modified: head/www/pecl-APC/Makefile ============================================================================== --- head/www/pecl-APC/Makefile Sun Feb 14 17:06:13 2016 (r408870) +++ head/www/pecl-APC/Makefile Sun Feb 14 17:32:17 2016 (r408871) @@ -17,6 +17,7 @@ COMMENT= Alternative PHP Cache LICENSE= PHP301 DEPRECATED= Unmaintained by upstream and not work for PHP 5.5+ +EXPIRATION_DATE=2016-03-15 OPTIONS_DEFINE= DOCS FILEHITS IPC SEMAPHORES SPINLOCKS FILEHITS_DESC= Per request cache info From owner-svn-ports-head@freebsd.org Sun Feb 14 17:37:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F840AA861C; Sun, 14 Feb 2016 17:37:24 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C7A468A; Sun, 14 Feb 2016 17:37:24 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EHbNxh021948; Sun, 14 Feb 2016 17:37:23 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EHbNhB021945; Sun, 14 Feb 2016 17:37:23 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602141737.u1EHbNhB021945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 14 Feb 2016 17:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408872 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 17:37:24 -0000 Author: osa Date: Sun Feb 14 17:37:23 2016 New Revision: 408872 URL: https://svnweb.freebsd.org/changeset/ports/408872 Log: Upgrade third-party modules: echo, headers_more and set_misc. Dynamic modules support has been enabled for these third-party modules, in case of usage of these modules please update nginx configuration file for load these modules: load_module "modules/ngx_http_echo_module.so"; load_module "modules/ngx_http_headers_more_filter_module.so"; load_module "modules/ngx_http_set_misc_module.so"; Do not bump PORTREVISION because these modules disabled by default. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Feb 14 17:32:17 2016 (r408871) +++ head/www/nginx-devel/Makefile Sun Feb 14 17:37:23 2016 (r408872) @@ -399,19 +399,19 @@ USE_OPENSSL_PORT= yes .endif .if ${PORT_OPTIONS:MECHO} -NGINX_ECHO_VERSION= 0.57 +NGINX_ECHO_VERSION= 4f7aa50 GH_ACCOUNT+= openresty:echo GH_PROJECT+= echo-nginx-module:echo -GH_TAGNAME+= v${NGINX_ECHO_VERSION}:echo -CONFIGURE_ARGS+=--add-module=${WRKSRC_echo} +GH_TAGNAME+= ${NGINX_ECHO_VERSION}:echo +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_echo} .endif .if ${PORT_OPTIONS:MHEADERS_MORE} -NGINX_HEADERS_MORE_VERSION= 0.261 +NGINX_HEADERS_MORE_VERSION= f5559ec GH_ACCOUNT+= openresty:headers_more GH_PROJECT+= headers-more-nginx-module:headers_more -GH_TAGNAME+= v${NGINX_HEADERS_MORE_VERSION}:headers_more -CONFIGURE_ARGS+=--add-module=${WRKSRC_headers_more} +GH_TAGNAME+= ${NGINX_HEADERS_MORE_VERSION}:headers_more +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_headers_more} .endif .if ${PORT_OPTIONS:MHTTP_DAV} || defined(USE_HTTP_DAV) @@ -782,12 +782,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_rt .endif .if ${PORT_OPTIONS:MSET_MISC} -NGINX_SET_MISC_VERSION= 0.29 +NGINX_SET_MISC_VERSION= 6582fb4 GH_ACCOUNT+= openresty:setmisc GH_PROJECT+= set-misc-nginx-module:setmisc -GH_TAGNAME+= v${NGINX_SET_MISC_VERSION}:setmisc -CONFIGURE_ARGS+=--add-module=${WRKSRC_setmisc} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openresty-set-misc-nginx-module-config +GH_TAGNAME+= ${NGINX_SET_MISC_VERSION}:setmisc +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_setmisc} .endif .if ${PORT_OPTIONS:MSFLOW} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Feb 14 17:32:17 2016 (r408871) +++ head/www/nginx-devel/distinfo Sun Feb 14 17:37:23 2016 (r408872) @@ -44,10 +44,10 @@ SHA256 (nginx-clojure-nginx-clojure-v0.4 SIZE (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = 589270 SHA256 (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = df1006198fa0ce58b0353260cb37b0b7fa3636972bdb1ad9f442ac9b7af8172b SIZE (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = 4107 -SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 -SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 -SHA256 (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 03d1f5fbecba8565f247d87a38f5e4b6440b0a56d752bdd2b29af2f1c4aea480 -SIZE (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 28022 +SHA256 (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 7b8bb5139001306a46f8e9ce0b7d09befff2f49741ecc6eb47299518764defcd +SIZE (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 52144 +SHA256 (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 422b12414a6f850cbb3ee96c225e5259eef4e949f70e63e27e6583ce3eb836ff +SIZE (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 27400 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 @@ -100,8 +100,8 @@ SHA256 (openresty-redis2-nginx-module-v0 SIZE (openresty-redis2-nginx-module-v0.12_GH0.tar.gz) = 28981 SHA256 (arut-nginx-rtmp-module-v1.1.7_GH0.tar.gz) = 7922b0e3d5f3d9c4b275e4908cfb8f5fb1bfb3ac2df77f4c262cda56df21aab3 SIZE (arut-nginx-rtmp-module-v1.1.7_GH0.tar.gz) = 519735 -SHA256 (openresty-set-misc-nginx-module-v0.29_GH0.tar.gz) = 8d280fc083420afb41dbe10df9a8ceec98f1d391bd2caa42ebae67d5bc9295d8 -SIZE (openresty-set-misc-nginx-module-v0.29_GH0.tar.gz) = 35495 +SHA256 (openresty-set-misc-nginx-module-6582fb4_GH0.tar.gz) = cc325830477dfcdbb355fc7b19cbc2f4e55c179b3b56fdfe0613b5a7b926235e +SIZE (openresty-set-misc-nginx-module-6582fb4_GH0.tar.gz) = 35961 SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106 SHA256 (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 5d4e3d4fec3968ee57a5fa066118649e2b994b3f3a293896e62bf690b726b7fb From owner-svn-ports-head@freebsd.org Sun Feb 14 17:38:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20FF3AA86AC; Sun, 14 Feb 2016 17:38:15 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E40057C3; Sun, 14 Feb 2016 17:38:14 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EHcD2s022074; Sun, 14 Feb 2016 17:38:13 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EHcDjq022073; Sun, 14 Feb 2016 17:38:13 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602141738.u1EHcDjq022073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 14 Feb 2016 17:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408873 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 17:38:15 -0000 Author: osa Date: Sun Feb 14 17:38:13 2016 New Revision: 408873 URL: https://svnweb.freebsd.org/changeset/ports/408873 Log: Update latest notice for r408872. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Feb 14 17:37:23 2016 (r408872) +++ head/UPDATING Sun Feb 14 17:38:13 2016 (r408873) @@ -13,8 +13,11 @@ you update your ports collection, before modules, in case of usage of these modules please update nginx configuration file for load these modules: + load_module "modules/ngx_http_echo_module.so"; + load_module "modules/ngx_http_headers_more_filter_module.so"; load_module "modules/ngx_http_eval_module.so"; load_module "modules/ngx_http_lua_module.so"; + load_module "modules/ngx_http_set_misc_module.so"; 20160213: AFFECTS: users of www/nginx-devel From owner-svn-ports-head@freebsd.org Sun Feb 14 17:40:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23F46AA877A; Sun, 14 Feb 2016 17:40:25 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF7278C7; Sun, 14 Feb 2016 17:40:24 +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 u1EHeNQ9022297; Sun, 14 Feb 2016 17:40:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EHeNYZ022294; Sun, 14 Feb 2016 17:40:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602141740.u1EHeNYZ022294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 14 Feb 2016 17:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408874 - head/devel/elixir-paratize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 17:40:25 -0000 Author: olgeni Date: Sun Feb 14 17:40:23 2016 New Revision: 408874 URL: https://svnweb.freebsd.org/changeset/ports/408874 Log: Update devel/elixir-paratize to version 2.1.2. Modified: head/devel/elixir-paratize/Makefile head/devel/elixir-paratize/distinfo head/devel/elixir-paratize/pkg-plist Modified: head/devel/elixir-paratize/Makefile ============================================================================== --- head/devel/elixir-paratize/Makefile Sun Feb 14 17:38:13 2016 (r408873) +++ head/devel/elixir-paratize/Makefile Sun Feb 14 17:40:23 2016 (r408874) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= elixir-paratize -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/elixir-paratize/distinfo ============================================================================== --- head/devel/elixir-paratize/distinfo Sun Feb 14 17:38:13 2016 (r408873) +++ head/devel/elixir-paratize/distinfo Sun Feb 14 17:40:23 2016 (r408874) @@ -1,2 +1,2 @@ -SHA256 (seantanly-elixir-paratize-v2.1.1_GH0.tar.gz) = 5e034aca0373a7344c99ebc754232e7a70223da2bfaf924479214c2203f3280a -SIZE (seantanly-elixir-paratize-v2.1.1_GH0.tar.gz) = 77204 +SHA256 (seantanly-elixir-paratize-v2.1.2_GH0.tar.gz) = c442619e92016cf042cb3529b29f2b1398343395704922eeeedff0920a46fca0 +SIZE (seantanly-elixir-paratize-v2.1.2_GH0.tar.gz) = 78436 Modified: head/devel/elixir-paratize/pkg-plist ============================================================================== --- head/devel/elixir-paratize/pkg-plist Sun Feb 14 17:38:13 2016 (r408873) +++ head/devel/elixir-paratize/pkg-plist Sun Feb 14 17:40:23 2016 (r408874) @@ -1,4 +1,3 @@ -lib/elixir/lib/paratize/ebin/Elixir.Collectable.Paratize.TaskOptions.beam lib/elixir/lib/paratize/ebin/Elixir.Paratize.Base.beam lib/elixir/lib/paratize/ebin/Elixir.Paratize.Chunk.beam lib/elixir/lib/paratize/ebin/Elixir.Paratize.Pool.beam From owner-svn-ports-head@freebsd.org Sun Feb 14 17:53:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62C14AA8DAD; Sun, 14 Feb 2016 17:53:22 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32DF7EB1; Sun, 14 Feb 2016 17:53:22 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EHrL6X027901; Sun, 14 Feb 2016 17:53:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EHrLQu027900; Sun, 14 Feb 2016 17:53:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602141753.u1EHrLQu027900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 14 Feb 2016 17:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408875 - head/irc/epic4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 17:53:22 -0000 Author: marino Date: Sun Feb 14 17:53:21 2016 New Revision: 408875 URL: https://svnweb.freebsd.org/changeset/ports/408875 Log: irc/epic4: Remove obsolete TERMCAP option, link with libncurses alway The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: jpaetzel@ (maintainer) Modified: head/irc/epic4/Makefile Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Sun Feb 14 17:40:23 2016 (r408874) +++ head/irc/epic4/Makefile Sun Feb 14 17:53:21 2016 (r408875) @@ -3,7 +3,7 @@ PORTNAME= epic4 PORTVERSION= 2.10.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -23,12 +23,11 @@ CONFLICTS= epic5-0.[0-2]* GNU_CONFIGURE= yes USE_OPENSSL= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} -USES+= tar:bzip2 +USES= ncurses tar:bzip2 CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} -OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS +OPTIONS_DEFINE= IPV6 TCL PERL SSL DOCS OPTIONS_DEFAULT= TCL PERL SSL -TERMCAP_DESC= Refuse to use terminfo/ncurses .include @@ -72,6 +71,7 @@ post-extract: post-patch: @${RM} ${WRKDIR}/help/Makefile + @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure post-install: @${CP} -R ${WRKDIR}/help/* ${STAGEDIR}${PREFIX}/share/epic/help From owner-svn-ports-head@freebsd.org Sun Feb 14 18:13:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07234AA8683; Sun, 14 Feb 2016 18:13:41 +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 CC8DA1897; Sun, 14 Feb 2016 18:13:40 +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 u1EIDdte033725; Sun, 14 Feb 2016 18:13:39 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EIDdlo033724; Sun, 14 Feb 2016 18:13:39 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602141813.u1EIDdlo033724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 14 Feb 2016 18:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408876 - head/net/svnup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 18:13:41 -0000 Author: brnrd Date: Sun Feb 14 18:13:39 2016 New Revision: 408876 URL: https://svnweb.freebsd.org/changeset/ports/408876 Log: net/svnup: Fix linking correct libssl - Use bsd.openssl.mk defined variable for libs Reviewed by: koobs (mentor), feld (mentor) Approved by: feld (mentor) Differential Revision: D4843 Modified: head/net/svnup/Makefile Modified: head/net/svnup/Makefile ============================================================================== --- head/net/svnup/Makefile Sun Feb 14 17:53:21 2016 (r408875) +++ head/net/svnup/Makefile Sun Feb 14 18:13:39 2016 (r408876) @@ -2,7 +2,7 @@ PORTNAME= svnup PORTVERSION= 1.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ LOCAL/jgh/net/${PORTNAME}/ @@ -14,7 +14,8 @@ LICENSE= BSD2CLAUSE OPTIONS_DEFINE= DOCS -LDFLAGS+= -lmd -lssl +CFLAGS= -I${OPENSSLINC} +LDFLAGS= -L${OPENSSLLIB} -lmd -lssl USES= tar:xz USE_OPENSSL= yes From owner-svn-ports-head@freebsd.org Sun Feb 14 18:22:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8FB9AA8B16; Sun, 14 Feb 2016 18:22:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B61911E99; Sun, 14 Feb 2016 18:22:04 +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 u1EIM3KH036718; Sun, 14 Feb 2016 18:22:03 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EIM3hN036717; Sun, 14 Feb 2016 18:22:03 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602141822.u1EIM3hN036717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 14 Feb 2016 18:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408877 - head/emulators/fuse-roms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 18:22:05 -0000 Author: rene Date: Sun Feb 14 18:22:03 2016 New Revision: 408877 URL: https://svnweb.freebsd.org/changeset/ports/408877 Log: emulators/fuse-roms: tiny cleanup Use ${DOCSDIR_REL} instead of %%DOCSDIR%% in the definition of DOCS_PLIST_FILES Submitted by: mat (via IRC, a while ago) Modified: head/emulators/fuse-roms/Makefile Modified: head/emulators/fuse-roms/Makefile ============================================================================== --- head/emulators/fuse-roms/Makefile Sun Feb 14 18:13:39 2016 (r408876) +++ head/emulators/fuse-roms/Makefile Sun Feb 14 18:22:03 2016 (r408877) @@ -30,7 +30,7 @@ RESTRICTED= No explicit permission to re OPTIONS_DEFINE= DOCS -DOCS_PLIST_FILES=%%DOCSDIR%%/rom-distribution.txt +DOCS_PLIST_FILES=${DOCSDIR_REL}/rom-distribution.txt post-extract: ${CP} ${DISTDIR}/Opus-22.rom ${WRKDIR}/usr/share/fuse/opus.rom From owner-svn-ports-head@freebsd.org Sun Feb 14 18:28:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28859AA8CFE; Sun, 14 Feb 2016 18:28:36 +0000 (UTC) (envelope-from smh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D17E0CB; Sun, 14 Feb 2016 18:28:35 +0000 (UTC) (envelope-from smh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EISYLU037023; Sun, 14 Feb 2016 18:28:34 GMT (envelope-from smh@FreeBSD.org) Received: (from smh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EISY2d037021; Sun, 14 Feb 2016 18:28:34 GMT (envelope-from smh@FreeBSD.org) Message-Id: <201602141828.u1EISY2d037021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: smh set sender to smh@FreeBSD.org using -f From: Steven Hartland Date: Sun, 14 Feb 2016 18:28:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408878 - head/databases/mysql57-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 18:28:36 -0000 Author: smh (src committer) Date: Sun Feb 14 18:28:34 2016 New Revision: 408878 URL: https://svnweb.freebsd.org/changeset/ports/408878 Log: Add MySQL 5.7 symlinks for mysqlclient_r libs MySQL 5.7 changes lib_r from mysqlclient_r to mysqlclient which causes packages which don't correctly use mysql_config to determine library locations to fail due to missing -lmysqlclient_r. As there are quite a few ports, most of which will require upstream fixes for now we create symlinks so said ports build without issue. PR: 206805 Reviewed by: Mahdi Mokhtari (maintainer) Approved by: koobs (ports) MFH: 2016Q1 Sponsored by: Multiplay Modified: head/databases/mysql57-client/Makefile head/databases/mysql57-client/pkg-plist Modified: head/databases/mysql57-client/Makefile ============================================================================== --- head/databases/mysql57-client/Makefile Sun Feb 14 18:22:03 2016 (r408877) +++ head/databases/mysql57-client/Makefile Sun Feb 14 18:28:34 2016 (r408878) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= mysql +PORTREVISION?= 4 PKGNAMESUFFIX= 57-client COMMENT= Multithreaded SQL database (client) @@ -29,4 +30,10 @@ MMAN1= comp_err.1 msql2mysql.1 mysql.1 CLIENT_ONLY= yes +# issue 166367: adding symlinks for back-compatibility with $(lib)_r +post-install: + @${LN} -s libmysqlclient.a ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.a + @${LN} -s libmysqlclient.so ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.so + @${LN} -s libmysqlclient.so.20 ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.so.20 + .include "${MASTERDIR}/Makefile" Modified: head/databases/mysql57-client/pkg-plist ============================================================================== --- head/databases/mysql57-client/pkg-plist Sun Feb 14 18:22:03 2016 (r408877) +++ head/databases/mysql57-client/pkg-plist Sun Feb 14 18:28:34 2016 (r408878) @@ -117,6 +117,9 @@ lib/mysql/libmysqlclient.a lib/mysql/libmysqlclient.so lib/mysql/libmysqlclient.so.20 lib/mysql/libmysqlservices.a +lib/mysql/libmysqlclient_r.a +lib/mysql/libmysqlclient_r.so +lib/mysql/libmysqlclient_r.so.20 libdata/pkgconfig/mysqlclient.pc man/man1/comp_err.1.gz man/man1/mysql.1.gz From owner-svn-ports-head@freebsd.org Sun Feb 14 18:29:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F366AA8D50; Sun, 14 Feb 2016 18:29:06 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFF0A220; Sun, 14 Feb 2016 18:29:05 +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 u1EIT4N2037207; Sun, 14 Feb 2016 18:29:04 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EIT4La037203; Sun, 14 Feb 2016 18:29:04 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602141829.u1EIT4La037203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 14 Feb 2016 18:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408879 - in head/security/letsencrypt.sh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 18:29:06 -0000 Author: brnrd Date: Sun Feb 14 18:29:04 2016 New Revision: 408879 URL: https://svnweb.freebsd.org/changeset/ports/408879 Log: security/letsencrypt.sh: Update to 2016-02-12 - Update to 2016-02-16 - Add options for ZSH - Change periodic script to weekly - Add unprivileged renewal option - Add privileged post-script option PR: 206976 Reviewed by: feld (mentor), koobs (mentor), sascha (maintainer) Approved by: sascha (maintainer), feld (mentor) Differential Revision: D5264 Modified: head/security/letsencrypt.sh/Makefile head/security/letsencrypt.sh/distinfo head/security/letsencrypt.sh/files/000.letsencrypt.sh.in head/security/letsencrypt.sh/files/pkg-message.in Modified: head/security/letsencrypt.sh/Makefile ============================================================================== --- head/security/letsencrypt.sh/Makefile Sun Feb 14 18:28:34 2016 (r408878) +++ head/security/letsencrypt.sh/Makefile Sun Feb 14 18:29:04 2016 (r408879) @@ -1,43 +1,59 @@ # $FreeBSD$ PORTNAME= letsencrypt.sh -PORTVERSION= 0.0.0.20160116 +PORTVERSION= 0.0.0.20160212 CATEGORIES= security MAINTAINER= sascha@root-login.org -COMMENT= Pure BASH Lets Encrypt client +COMMENT= Pure BASH/ZSH Lets Encrypt client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - curl:${PORTSDIR}/ftp/curl +RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GITHUB= yes GH_ACCOUNT= lukas2511 -GH_TAGNAME= 23b0ef5 +GH_TAGNAME= f7c079c + +OPTIONS_SINGLE= SHELL +OPTIONS_SINGLE_SHELL= BASH ZSH +BASH_DESC= Use the Bourne Again shell (BASH) +ZSH_DESC= Use the Z shell (ZSH) + +OPTIONS_DEFAULT= BASH NO_ARCH= yes NO_BUILD= yes USES= shebangfix -PERIODIC_DIRS= etc/periodic/monthly +BASH_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +ZSH_RUN_DEPENDS= zsh:${PORTSDIR}/shells/zsh + +PERIODIC_DIRS= etc/periodic/weekly PERIODIC_FILES= 000.letsencrypt.sh PLIST_DIRS= %%ETCDIR%%/.acme-challenges PLIST_FILES= bin/letsencrypt.sh \ %%ETCDIR%%/config.sh.example \ + %%ETCDIR%%/hook.sh.example \ %%ETCDIR%%/domains.txt.example \ - etc/periodic/monthly/000.letsencrypt.sh + ${PERIODIC_DIRS}/000.letsencrypt.sh SUB_FILES= 000.letsencrypt.sh pkg-message SUB_LIST= PORTNAME=${PORTNAME} -SHEBANG_FILES= config.sh.example +SHEBANG_FILES= config.sh.example hook.sh.example letsencrypt.sh + +post-patch-ZSH-on: +. for p in config.sh.example hook.sh.example letsencrypt.sh + ${REINPLACE_CMD} '1 s/bash/zsh/' ${WRKSRC}/${p} +. endfor do-install: @${MKDIR} ${STAGEDIR}${ETCDIR}/.acme-challenges ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS} ${INSTALL_DATA} ${WRKSRC}/config.sh.example ${STAGEDIR}${ETCDIR}/config.sh.example + ${INSTALL_DATA} ${WRKSRC}/hook.sh.example ${STAGEDIR}${ETCDIR}/hook.sh.example ${INSTALL_DATA} ${WRKSRC}/domains.txt.example ${STAGEDIR}${ETCDIR}/domains.txt.example ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODIC_FILES} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS}/${PERIODIC_FILES} Modified: head/security/letsencrypt.sh/distinfo ============================================================================== --- head/security/letsencrypt.sh/distinfo Sun Feb 14 18:28:34 2016 (r408878) +++ head/security/letsencrypt.sh/distinfo Sun Feb 14 18:29:04 2016 (r408879) @@ -1,2 +1,2 @@ -SHA256 (lukas2511-letsencrypt.sh-0.0.0.20160116-23b0ef5_GH0.tar.gz) = bac41812abec6ff36e13b72bf8c84de20a7e3d5568a0fdae848a693c08973683 -SIZE (lukas2511-letsencrypt.sh-0.0.0.20160116-23b0ef5_GH0.tar.gz) = 12190 +SHA256 (lukas2511-letsencrypt.sh-0.0.0.20160212-f7c079c_GH0.tar.gz) = 6cd11b961779716b68cf238ff729b7ef03074fb529d2004cccad9b0748592e9c +SIZE (lukas2511-letsencrypt.sh-0.0.0.20160212-f7c079c_GH0.tar.gz) = 15216 Modified: head/security/letsencrypt.sh/files/000.letsencrypt.sh.in ============================================================================== --- head/security/letsencrypt.sh/files/000.letsencrypt.sh.in Sun Feb 14 18:28:34 2016 (r408878) +++ head/security/letsencrypt.sh/files/000.letsencrypt.sh.in Sun Feb 14 18:29:04 2016 (r408879) @@ -8,9 +8,17 @@ then source_periodic_confs fi -case "$monthly_letsencrypt_enable" in +case "$weekly_letsencrypt_enable" in [Yy][Ee][Ss]) - %%PREFIX%%/bin/letsencrypt.sh -c + if [ -z "$weekly_letsencrypt_user" ] + then + %%PREFIX%%/bin/letsencrypt.sh -c + else + su -m "$weekly_letsencrypt_user" -c '%%PREFIX%%/bin/letsencrypt.sh -c' + fi + if [ -x "$weekly_letsencrypt_deployscript" ] + $weekly_letsencrypt_deployscript + fi ;; *) ;; Modified: head/security/letsencrypt.sh/files/pkg-message.in ============================================================================== --- head/security/letsencrypt.sh/files/pkg-message.in Sun Feb 14 18:28:34 2016 (r408878) +++ head/security/letsencrypt.sh/files/pkg-message.in Sun Feb 14 18:29:04 2016 (r408879) @@ -10,5 +10,13 @@ it missing. In order to run the script regularly to update the certificates add this line to /etc/periodic.conf -monthly_letsencrypt_enable="YES" +weekly_letsencrypt_enable="YES" + +Additionally the following parameters can be added to +/etc/periodic.conf + +To run the certification renenewal as a different user +weekly_letsencrypt_user="_letsencrypt" +To run a script after the renewal (as root) +weekly_letsencrypt_deployscript="%%PREFIX%%/etc/%%PORTNAME%%/deploy.sh" From owner-svn-ports-head@freebsd.org Sun Feb 14 18:42:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CAACAA831A; Sun, 14 Feb 2016 18:42: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 F1B1DC89; Sun, 14 Feb 2016 18:42: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 u1EIgg0U042836; Sun, 14 Feb 2016 18:42:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EIgf2V042832; Sun, 14 Feb 2016 18:42:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602141842.u1EIgf2V042832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 18:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408880 - in head/x11-toolkits/gtkextra2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 18:42:43 -0000 Author: amdmi3 Date: Sun Feb 14 18:42:41 2016 New Revision: 408880 URL: https://svnweb.freebsd.org/changeset/ports/408880 Log: - Add LICENSE - Switch to options helpers - Regenerate patches with `make makepatch` Added: head/x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in - copied, changed from r408879, head/x11-toolkits/gtkextra2/files/patch-Makefile.in head/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkcolorcombo.c - copied, changed from r408879, head/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c Deleted: head/x11-toolkits/gtkextra2/files/patch-Makefile.in head/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c Modified: head/x11-toolkits/gtkextra2/Makefile head/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c Modified: head/x11-toolkits/gtkextra2/Makefile ============================================================================== --- head/x11-toolkits/gtkextra2/Makefile Sun Feb 14 18:29:04 2016 (r408879) +++ head/x11-toolkits/gtkextra2/Makefile Sun Feb 14 18:42:41 2016 (r408880) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Useful widget set complementary to GTK+ 2.0 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes @@ -29,7 +32,7 @@ post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/gtkextra/gtkcharsel.c -post-install: +post-install-DOCS-on: .for d in reference tutorial @${MKDIR} ${STAGEDIR}${DOCSDIR}/${d} @(cd ${WRKSRC}/docs/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) Copied and modified: head/x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in (from r408879, head/x11-toolkits/gtkextra2/files/patch-Makefile.in) ============================================================================== --- head/x11-toolkits/gtkextra2/files/patch-Makefile.in Sun Feb 14 18:29:04 2016 (r408879, copy source) +++ head/x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in Sun Feb 14 18:42:41 2016 (r408880) @@ -1,6 +1,6 @@ ---- gtkextra/Makefile.in.orig 2011-10-27 00:29:46.287956897 +0200 -+++ gtkextra/Makefile.in 2011-10-27 00:30:31.199394384 +0200 -@@ -1028,11 +1028,11 @@ +--- gtkextra/Makefile.in.orig 2016-02-14 18:23:03 UTC ++++ gtkextra/Makefile.in +@@ -1028,11 +1028,11 @@ uninstall-am: uninstall-gtkextraincludeH $(libgtkextra_x11_2_0_la_OBJECTS) $(libgtkextra_linux_fb_2_0_la_OBJECTS) $(libgtkextra_win32_2_0_la_OBJECTS): ${gtkextra_built_public_sources} ${gtkextra_built_private_headers} $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list Copied and modified: head/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkcolorcombo.c (from r408879, head/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c) ============================================================================== --- head/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c Sun Feb 14 18:29:04 2016 (r408879, copy source) +++ head/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkcolorcombo.c Sun Feb 14 18:42:41 2016 (r408880) @@ -1,6 +1,6 @@ ---- gtkextra/gtkcolorcombo.c.orig 2011-10-27 00:08:40.655552360 +0200 -+++ gtkextra/gtkcolorcombo.c 2011-10-27 00:09:03.934648236 +0200 -@@ -146,7 +146,7 @@ +--- gtkextra/gtkcolorcombo.c.orig 2004-09-16 17:48:05 UTC ++++ gtkextra/gtkcolorcombo.c +@@ -146,7 +146,7 @@ gtk_color_combo_class_init (GtkColorComb GTK_CLASS_TYPE(object_class), GTK_SIGNAL_OFFSET(GtkColorComboClass, changed), @@ -8,4 +8,4 @@ + gtkextra_VOID__BOXED_BOXED, GTK_TYPE_NONE, 2, GTK_TYPE_INT, GDK_TYPE_COLOR); - + Modified: head/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c ============================================================================== --- head/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c Sun Feb 14 18:29:04 2016 (r408879) +++ head/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c Sun Feb 14 18:42:41 2016 (r408880) @@ -1,6 +1,6 @@ ---- gtkextra/gtkitementry.c.orig 2010-03-13 14:49:00.000000000 +0900 -+++ gtkextra/gtkitementry.c 2010-11-30 21:38:09.000000000 +0900 -@@ -131,7 +131,6 @@ +--- gtkextra/gtkitementry.c.orig 2010-03-13 05:49:00 UTC ++++ gtkextra/gtkitementry.c +@@ -131,7 +131,6 @@ static void gtk_entry_draw_curso static PangoLayout *gtk_entry_ensure_layout (GtkEntry *entry, gboolean include_preedit); static void gtk_entry_queue_draw (GtkEntry *entry); @@ -8,7 +8,7 @@ static void gtk_entry_recompute (GtkEntry *entry); static void gtk_entry_get_cursor_locations (GtkEntry *entry, CursorType type, -@@ -1755,16 +1754,6 @@ +@@ -1755,16 +1754,6 @@ gtk_entry_queue_draw (GtkEntry *entry) } static void From owner-svn-ports-head@freebsd.org Sun Feb 14 18:57:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A1E5AA88D2; Sun, 14 Feb 2016 18:57:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 303E513CE; Sun, 14 Feb 2016 18:57:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EIvwrk053582; Sun, 14 Feb 2016 18:57:58 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EIvssE053539; Sun, 14 Feb 2016 18:57:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602141857.u1EIvssE053539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 14 Feb 2016 18:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408881 - in head: . accessibility/at-spi2-atk accessibility/at-spi2-core accessibility/atk accessibility/caribou accessibility/orca accessibility/py-atspi accessibility/py3-atspi audio... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 18:57:59 -0000 Author: kwm Date: Sun Feb 14 18:57:53 2016 New Revision: 408881 URL: https://svnweb.freebsd.org/changeset/ports/408881 Log: The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Added: head/audio/sound-juicer/files/ head/audio/sound-juicer/files/patch-libjuicer_sj-metadata-musicbrainz5.c (contents, props changed) head/deskutils/gnome-shell-extension-backslide/files/ head/deskutils/gnome-shell-extension-backslide/files/patch-widgets.js (contents, props changed) head/deskutils/gnome-todo/ head/deskutils/gnome-todo/Makefile (contents, props changed) head/deskutils/gnome-todo/distinfo (contents, props changed) head/deskutils/gnome-todo/pkg-descr (contents, props changed) head/deskutils/gnome-todo/pkg-plist (contents, props changed) head/deskutils/gnote/files/extra-src_base_macros.hpp (contents, props changed) head/editors/gedit-plugins/files/ head/editors/gedit-plugins/files/patch-py-compile (contents, props changed) head/games/gnome-2048/ head/games/gnome-2048/Makefile (contents, props changed) head/games/gnome-2048/distinfo (contents, props changed) head/games/gnome-2048/pkg-descr (contents, props changed) head/games/gnome-2048/pkg-plist (contents, props changed) head/games/libgames-support/ head/games/libgames-support/Makefile (contents, props changed) head/games/libgames-support/distinfo (contents, props changed) head/games/libgames-support/pkg-descr (contents, props changed) head/games/libgames-support/pkg-plist (contents, props changed) head/multimedia/cheese/pkg-message (contents, props changed) head/net/vinagre/files/patch-vinagre_vinagre-dirs.c (contents, props changed) head/security/gnome-keyring/files/pkg-message.in (contents, props changed) head/sysutils/gnome-control-center/files/patch-panels_info_info.ui (contents, props changed) head/sysutils/gnome-settings-daemon/files/org.gnome.settings-daemon.plugins.power.gschema.xml.override (contents, props changed) Deleted: head/deskutils/alacarte/ head/deskutils/gnome-shell-extension-calculator/ head/multimedia/cheese/files/patch-libcheese_cheese-camera-device-monitor.c head/sysutils/gnome-settings-daemon/files/patch-data_org.gnome.settings-daemon.plugins.power.gschema.xml.in.in head/sysutils/tracker/files/patch-src_tracker-extract_tracker-extract-gstreamer.c head/x11-toolkits/gtk30/files/extra-gtk_gtkfilechooserwidget.c head/x11-toolkits/gtk30/files/extra-gtk_ui_gtkfilechooserwidget.ui head/x11-toolkits/gtk30/files/patch-721398 head/x11-toolkits/gtk30/files/patch-gtk_gtkentrycompletion.c head/x11-toolkits/vte3/files/ head/x11-wm/mutter/files/extra-src_core_keybindings-private.h head/x11-wm/mutter/files/extra-src_ui_frames.h head/x11/gnome-shell/files/patch-src_data-to-c.pl Modified: head/MOVED head/accessibility/at-spi2-atk/Makefile head/accessibility/at-spi2-atk/distinfo head/accessibility/at-spi2-core/Makefile head/accessibility/at-spi2-core/distinfo head/accessibility/at-spi2-core/pkg-plist head/accessibility/atk/Makefile head/accessibility/atk/distinfo head/accessibility/atk/pkg-plist head/accessibility/caribou/Makefile head/accessibility/caribou/distinfo head/accessibility/caribou/pkg-plist head/accessibility/orca/Makefile head/accessibility/orca/distinfo head/accessibility/orca/pkg-plist head/accessibility/py-atspi/Makefile head/accessibility/py-atspi/distinfo head/accessibility/py3-atspi/Makefile head/accessibility/py3-atspi/distinfo head/audio/gnome-music/Makefile head/audio/gnome-music/distinfo head/audio/gnome-music/pkg-plist head/audio/goobox/Makefile head/audio/goobox/distinfo head/audio/gsound/Makefile head/audio/gsound/distinfo head/audio/gsound/pkg-plist head/audio/pulseaudio/Makefile head/audio/pulseaudio/distinfo head/audio/pulseaudio/files/patch-src_Makefile.in head/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c head/audio/pulseaudio/pkg-plist head/audio/rhythmbox/Makefile head/audio/rhythmbox/distinfo head/audio/sound-juicer/Makefile head/audio/sound-juicer/distinfo head/databases/evolution-data-server/Makefile head/databases/evolution-data-server/distinfo head/databases/evolution-data-server/pkg-plist head/deskutils/Makefile head/deskutils/baobab/Makefile head/deskutils/baobab/distinfo head/deskutils/baobab/pkg-plist head/deskutils/bijiben/Makefile head/deskutils/bijiben/distinfo head/deskutils/bijiben/pkg-plist head/deskutils/drivel/Makefile head/deskutils/gnome-calendar/Makefile head/deskutils/gnome-calendar/distinfo head/deskutils/gnome-calendar/pkg-plist head/deskutils/gnome-characters/Makefile head/deskutils/gnome-characters/distinfo head/deskutils/gnome-characters/pkg-plist head/deskutils/gnome-clocks/Makefile head/deskutils/gnome-clocks/distinfo head/deskutils/gnome-contacts/Makefile head/deskutils/gnome-contacts/distinfo head/deskutils/gnome-contacts/pkg-plist head/deskutils/gnome-dictionary/Makefile head/deskutils/gnome-dictionary/distinfo head/deskutils/gnome-dictionary/pkg-plist head/deskutils/gnome-documents/Makefile head/deskutils/gnome-documents/distinfo head/deskutils/gnome-documents/pkg-plist head/deskutils/gnome-initial-setup/Makefile head/deskutils/gnome-initial-setup/distinfo head/deskutils/gnome-initial-setup/pkg-plist head/deskutils/gnome-maps/Makefile head/deskutils/gnome-maps/distinfo head/deskutils/gnome-maps/pkg-plist head/deskutils/gnome-photos/Makefile head/deskutils/gnome-photos/distinfo head/deskutils/gnome-photos/pkg-plist head/deskutils/gnome-screenshot/Makefile head/deskutils/gnome-screenshot/distinfo head/deskutils/gnome-shell-extension-audio-output-switcher/Makefile head/deskutils/gnome-shell-extension-backslide/Makefile head/deskutils/gnome-shell-extension-coverflow/Makefile head/deskutils/gnome-shell-extension-coverflow/distinfo head/deskutils/gnome-shell-extension-coverflow/pkg-plist head/deskutils/gnome-shell-extension-dashtodock/Makefile head/deskutils/gnome-shell-extension-dashtodock/distinfo head/deskutils/gnome-shell-extension-dashtodock/pkg-plist head/deskutils/gnome-shell-extension-filesmenu/Makefile head/deskutils/gnome-shell-extension-filesmenu/distinfo head/deskutils/gnome-shell-extension-hidetopbar/Makefile head/deskutils/gnome-shell-extension-hidetopbar/distinfo head/deskutils/gnome-shell-extension-lockkeys/Makefile head/deskutils/gnome-shell-extension-lockkeys/distinfo head/deskutils/gnome-shell-extension-mediaplayer/Makefile head/deskutils/gnome-shell-extension-mediaplayer/distinfo head/deskutils/gnome-shell-extension-mediaplayer/pkg-plist head/deskutils/gnome-shell-extension-openweather/Makefile head/deskutils/gnome-shell-extension-openweather/distinfo head/deskutils/gnome-shell-extension-openweather/pkg-plist head/deskutils/gnome-shell-extension-overlay-icons/Makefile head/deskutils/gnome-shell-extension-overlay-icons/distinfo head/deskutils/gnome-shell-extension-overlay-icons/pkg-plist head/deskutils/gnome-shell-extension-panel-osd/Makefile head/deskutils/gnome-shell-extension-panel-osd/distinfo head/deskutils/gnome-shell-extension-panel-osd/pkg-plist head/deskutils/gnome-shell-extension-trash/Makefile head/deskutils/gnome-shell-extension-trash/distinfo head/deskutils/gnome-shell-extension-trash/pkg-plist head/deskutils/gnome-shell-extension-weather/Makefile head/deskutils/gnome-shell-extension-weather/distinfo head/deskutils/gnome-shell-extra-extensions/Makefile head/deskutils/gnome-sound-recorder/Makefile head/deskutils/gnome-sound-recorder/distinfo head/deskutils/gnome-sound-recorder/pkg-plist head/deskutils/gnome-tweak-tool/Makefile head/deskutils/gnome-tweak-tool/distinfo head/deskutils/gnome-tweak-tool/pkg-plist head/deskutils/gnome-utils/Makefile head/deskutils/gnome-weather/Makefile head/deskutils/gnome-weather/distinfo head/deskutils/gnome-weather/pkg-plist head/deskutils/gnote/Makefile head/deskutils/gnote/distinfo head/deskutils/gnote/pkg-plist head/deskutils/gucharmap/Makefile head/deskutils/gucharmap/distinfo head/deskutils/gucharmap/pkg-plist head/deskutils/notification-daemon/Makefile head/deskutils/notification-daemon/distinfo head/deskutils/notification-daemon/pkg-plist head/devel/anjuta/Makefile head/devel/anjuta/distinfo head/devel/anjuta/files/patch-plugins_gdb_debugger.c head/devel/anjuta/pkg-plist head/devel/appstream-glib/Makefile head/devel/appstream-glib/distinfo head/devel/appstream-glib/pkg-plist head/devel/dconf-editor/Makefile head/devel/dconf-editor/distinfo head/devel/dconf-editor/pkg-plist head/devel/dconf/files/patch-docs_Makefile.in head/devel/devhelp/Makefile head/devel/devhelp/distinfo head/devel/devhelp/pkg-plist head/devel/glib20-reference/pkg-plist head/devel/glib20/Makefile head/devel/glib20/distinfo head/devel/gnome-common/Makefile head/devel/gnome-common/distinfo head/devel/gnome-common/pkg-plist head/devel/gobject-introspection/Makefile head/devel/gobject-introspection/distinfo head/devel/gobject-introspection/pkg-plist head/devel/gsettings-desktop-schemas/Makefile head/devel/gsettings-desktop-schemas/distinfo head/devel/gsettings-desktop-schemas/pkg-plist head/devel/gvfs/Makefile head/devel/gvfs/distinfo head/devel/gvfs/files/patch-client_Makefile.in head/devel/gvfs/pkg-plist head/devel/libgdata/Makefile head/devel/libgdata/distinfo head/devel/libgdata/pkg-plist head/devel/libgtop/Makefile head/devel/libgtop/distinfo head/devel/libgtop/pkg-plist head/devel/libpeas/Makefile head/devel/libpeas/distinfo head/devel/libpeas/pkg-plist head/devel/libsoup/Makefile head/devel/libsoup/distinfo head/devel/libsoup/pkg-plist head/devel/ptlib/Makefile head/devel/ptlib/distinfo head/devel/py-gobject3/Makefile head/devel/py3-gobject3/Makefile head/devel/pygobject3-common/Makefile head/devel/pygobject3-common/distinfo head/devel/xfce4-vala/Makefile head/editors/gedit-plugins/Makefile head/editors/gedit-plugins/distinfo head/editors/gedit-plugins/pkg-plist head/editors/gedit/Makefile head/editors/gedit/distinfo head/editors/gedit/pkg-plist head/editors/ghex/Makefile head/editors/ghex/distinfo head/editors/ghex/pkg-plist head/games/Makefile head/games/aisleriot/Makefile head/games/aisleriot/distinfo head/games/aisleriot/pkg-plist head/games/atomix/Makefile head/games/atomix/distinfo head/games/five-or-more/Makefile head/games/five-or-more/distinfo head/games/four-in-a-row/Makefile head/games/four-in-a-row/distinfo head/games/four-in-a-row/pkg-plist head/games/gnome-chess/Makefile head/games/gnome-chess/distinfo head/games/gnome-chess/pkg-plist head/games/gnome-games/Makefile head/games/gnome-klotski/Makefile head/games/gnome-klotski/distinfo head/games/gnome-klotski/pkg-plist head/games/gnome-mahjongg/Makefile head/games/gnome-mahjongg/distinfo head/games/gnome-mines/Makefile head/games/gnome-mines/distinfo head/games/gnome-mines/pkg-plist head/games/gnome-nibbles/Makefile head/games/gnome-nibbles/distinfo head/games/gnome-nibbles/pkg-plist head/games/gnome-robots/Makefile head/games/gnome-robots/distinfo head/games/gnome-sudoku/Makefile head/games/gnome-sudoku/distinfo head/games/gnome-sudoku/pkg-plist head/games/gnome-taquin/Makefile head/games/gnome-taquin/distinfo head/games/gnome-taquin/pkg-descr head/games/gnome-taquin/pkg-plist head/games/gnome-tetravex/Makefile head/games/gnome-tetravex/distinfo head/games/gnome-tetravex/pkg-plist head/games/iagno/Makefile head/games/iagno/distinfo head/games/iagno/pkg-plist head/games/lightsoff/Makefile head/games/lightsoff/distinfo head/games/lightsoff/pkg-plist head/games/qqwing/Makefile head/games/qqwing/distinfo head/games/qqwing/pkg-plist head/games/quadrapassel/Makefile head/games/quadrapassel/distinfo head/games/swell-foop/Makefile head/games/swell-foop/distinfo head/games/tali/Makefile head/games/tali/distinfo head/graphics/clutter-gtk3/Makefile head/graphics/clutter-gtk3/distinfo head/graphics/clutter-gtk3/pkg-plist head/graphics/clutter/Makefile head/graphics/clutter/distinfo head/graphics/clutter/pkg-plist head/graphics/cogl/Makefile head/graphics/cogl/distinfo head/graphics/cogl/pkg-plist head/graphics/eog/Makefile head/graphics/eog/distinfo head/graphics/eog/pkg-plist head/graphics/evince-lite/Makefile head/graphics/evince-lite/pkg-plist head/graphics/evince/Makefile head/graphics/evince/distinfo head/graphics/evince/pkg-plist head/graphics/gnome-color-manager/Makefile head/graphics/gnome-color-manager/distinfo head/graphics/gnome-color-manager/pkg-plist head/graphics/libchamplain/Makefile head/graphics/libchamplain/distinfo head/graphics/libchamplain/pkg-plist head/irc/polari/Makefile head/irc/polari/distinfo head/irc/polari/pkg-plist head/lang/gjs/Makefile head/lang/gjs/distinfo head/lang/vala/Makefile head/lang/vala/distinfo head/mail/evolution-ews/Makefile head/mail/evolution-ews/distinfo head/mail/evolution-ews/pkg-plist head/mail/evolution-mapi/Makefile head/mail/evolution-mapi/distinfo head/mail/evolution/Makefile head/mail/evolution/distinfo head/mail/evolution/pkg-plist head/math/gnome-calculator/Makefile head/math/gnome-calculator/distinfo head/math/gnome-calculator/pkg-plist head/misc/gnome-devel-docs/Makefile head/misc/gnome-devel-docs/distinfo head/misc/gnome-devel-docs/pkg-plist head/misc/gnome-user-docs/Makefile head/misc/gnome-user-docs/distinfo head/misc/gnome-user-docs/pkg-plist head/multimedia/cheese/Makefile head/multimedia/cheese/distinfo head/multimedia/cheese/pkg-plist head/multimedia/clutter-gst3/Makefile head/multimedia/clutter-gst3/distinfo head/multimedia/clutter-gst3/pkg-plist head/multimedia/totem-pl-parser/Makefile head/multimedia/totem-pl-parser/distinfo head/multimedia/totem-pl-parser/pkg-plist head/multimedia/totem/Makefile head/multimedia/totem/distinfo head/net-im/empathy/Makefile head/net-im/empathy/distinfo head/net-im/libaccounts-glib/Makefile head/net/geoclue/Makefile head/net/geoclue/distinfo head/net/geocode-glib/Makefile head/net/geocode-glib/distinfo head/net/geocode-glib/pkg-plist head/net/glib-networking/Makefile head/net/glib-networking/distinfo head/net/glib-networking/files/patch-tls_gnutls_gtlsclientconnection-gnutls.c head/net/glib-networking/pkg-plist head/net/gnome-online-accounts/Makefile head/net/gnome-online-accounts/distinfo head/net/gnome-online-accounts/pkg-plist head/net/grilo-plugins/Makefile head/net/grilo-plugins/distinfo head/net/grilo-plugins/pkg-plist head/net/grilo/Makefile head/net/grilo/distinfo head/net/grilo/pkg-plist head/net/libgweather/Makefile head/net/libgweather/distinfo head/net/libgweather/pkg-plist head/net/vinagre/Makefile head/net/vinagre/distinfo head/net/vino/Makefile head/net/vino/distinfo head/net/vino/pkg-plist head/security/gcr/Makefile head/security/gcr/distinfo head/security/gcr/pkg-plist head/security/gnome-keyring/Makefile head/security/gnome-keyring/distinfo head/security/gnome-keyring/pkg-plist head/security/libsecret/Makefile head/security/libsecret/distinfo head/security/libsecret/pkg-plist head/security/seahorse/Makefile head/security/seahorse/distinfo head/security/seahorse/files/patch-configure head/security/seahorse/pkg-plist head/sysutils/gnome-control-center/Makefile head/sysutils/gnome-control-center/distinfo head/sysutils/gnome-control-center/pkg-plist head/sysutils/gnome-power-manager/Makefile head/sysutils/gnome-power-manager/distinfo head/sysutils/gnome-settings-daemon/Makefile head/sysutils/gnome-settings-daemon/distinfo head/sysutils/gnome-settings-daemon/pkg-plist head/sysutils/tracker/Makefile head/sysutils/tracker/distinfo head/sysutils/tracker/files/patch-configure head/sysutils/tracker/pkg-plist head/textproc/yelp-tools/Makefile head/textproc/yelp-tools/distinfo head/textproc/yelp-xsl/Makefile head/textproc/yelp-xsl/distinfo head/textproc/yelp-xsl/pkg-plist head/www/gtkhtml4/Makefile head/www/gtkhtml4/distinfo head/www/gtkhtml4/pkg-plist head/x11-fm/nautilus/Makefile head/x11-fm/nautilus/distinfo head/x11-fm/nautilus/pkg-plist head/x11-fm/sushi/Makefile head/x11-fm/sushi/distinfo head/x11-fm/sushi/pkg-plist head/x11-themes/adwaita-icon-theme/Makefile head/x11-themes/adwaita-icon-theme/distinfo head/x11-themes/adwaita-icon-theme/pkg-plist head/x11-themes/gnome-backgrounds/Makefile head/x11-themes/gnome-backgrounds/distinfo head/x11-themes/gnome-backgrounds/pkg-plist head/x11-themes/gnome-themes-standard/Makefile head/x11-themes/gnome-themes-standard/distinfo head/x11-themes/mate-themes/Makefile head/x11-themes/mate-themes/distinfo head/x11-toolkits/gdl/Makefile head/x11-toolkits/gdl/distinfo head/x11-toolkits/gdl/pkg-plist head/x11-toolkits/gtk30-reference/pkg-plist head/x11-toolkits/gtk30/Makefile head/x11-toolkits/gtk30/distinfo head/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c head/x11-toolkits/gtk30/pkg-plist head/x11-toolkits/gtksourceview3/Makefile head/x11-toolkits/gtksourceview3/distinfo head/x11-toolkits/gtksourceview3/files/patch-Makefile.in head/x11-toolkits/gtksourceview3/pkg-plist head/x11-toolkits/pango/Makefile head/x11-toolkits/pango/distinfo head/x11-toolkits/pango/pkg-plist head/x11-toolkits/vte3/Makefile head/x11-toolkits/vte3/distinfo head/x11-toolkits/vte3/pkg-plist head/x11-wm/metacity/Makefile head/x11-wm/metacity/distinfo head/x11-wm/mutter/Makefile head/x11-wm/mutter/distinfo head/x11-wm/mutter/pkg-plist head/x11/gnome-desktop/Makefile head/x11/gnome-desktop/distinfo head/x11/gnome-desktop/pkg-plist head/x11/gnome-session/Makefile head/x11/gnome-session/distinfo head/x11/gnome-session/pkg-plist head/x11/gnome-shell-extensions/Makefile head/x11/gnome-shell-extensions/distinfo head/x11/gnome-shell-extensions/pkg-plist head/x11/gnome-shell/Makefile head/x11/gnome-shell/distinfo head/x11/gnome-shell/pkg-message head/x11/gnome-shell/pkg-plist head/x11/gnome-terminal/Makefile head/x11/gnome-terminal/distinfo head/x11/gnome-terminal/pkg-descr head/x11/gnome-terminal/pkg-plist head/x11/gnome3/Makefile head/x11/yelp/Makefile head/x11/yelp/distinfo head/x11/yelp/pkg-plist head/x11/zenity/Makefile head/x11/zenity/distinfo head/x11/zenity/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 14 18:42:41 2016 (r408880) +++ head/MOVED Sun Feb 14 18:57:53 2016 (r408881) @@ -8137,3 +8137,5 @@ security/polarssl||2016-02-07|Has expire multimedia/xbmc-addon-pvr||2016-02-12|Has expired: Does not work with multimedia/kodi 15.x and newer security/py-openid|security/py-python-openid|2016-02-13|Renamed to match upstream (PyPI) name ports-mgmt/tinderbox-devel|ports-mgmt/tinderbox|2016-02-14|Has expired: use newer stable version (ports-mgmt/tinderbox) +deskutils/alacarte||2016-02-10|Not part of GNOME anymore +deskutils/gnome-shell-extension-calculator||2016-02-10|Obsolete. gnome-calculator provides the functionality since GNOME 3.14 Modified: head/accessibility/at-spi2-atk/Makefile ============================================================================== --- head/accessibility/at-spi2-atk/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/at-spi2-atk/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= at-spi2-atk -PORTVERSION= 2.16.0 +PORTVERSION= 2.18.1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,13 +12,13 @@ COMMENT= Assisted Technology Provider mo LICENSE= LGPL21 -BUILD_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core +BUILD_DEPENDS= at-spi2-core>=2.17.90:${PORTSDIR}/accessibility/at-spi2-core LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus -RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core +RUN_DEPENDS= at-spi2-core>=2.17.90:${PORTSDIR}/accessibility/at-spi2-core PORTSCOUT= limitw:1,even -USES= cpe gmake libtool pathfix pkgconfig tar:xz +USES= cpe gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= atk glib20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/accessibility/at-spi2-atk/distinfo ============================================================================== --- head/accessibility/at-spi2-atk/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/at-spi2-atk/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/at-spi2-atk-2.16.0.tar.xz) = 78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3772ff9 -SIZE (gnome3/at-spi2-atk-2.16.0.tar.xz) = 286668 +SHA256 (gnome3/at-spi2-atk-2.18.1.tar.xz) = c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d +SIZE (gnome3/at-spi2-atk-2.18.1.tar.xz) = 291676 Modified: head/accessibility/at-spi2-core/Makefile ============================================================================== --- head/accessibility/at-spi2-core/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/at-spi2-core/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= at-spi2-core -PORTVERSION= 2.16.0 +PORTVERSION= 2.18.2 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +16,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/de PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 intlhack introspection:build USE_XORG= x11 xi xtst xext USE_LDCONFIG= yes Modified: head/accessibility/at-spi2-core/distinfo ============================================================================== --- head/accessibility/at-spi2-core/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/at-spi2-core/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/at-spi2-core-2.16.0.tar.xz) = 1c0b77fb8ce81abbf1d80c0afee9858b3f9229f673b7881995fe0fc16b1a74d0 -SIZE (gnome3/at-spi2-core-2.16.0.tar.xz) = 455264 +SHA256 (gnome3/at-spi2-core-2.18.2.tar.xz) = 4eea5ba07912ad955157761c4c9fdb6e3fab6ea91899a4db785eb47ae61f1ee5 +SIZE (gnome3/at-spi2-core-2.18.2.tar.xz) = 451516 Modified: head/accessibility/at-spi2-core/pkg-plist ============================================================================== --- head/accessibility/at-spi2-core/pkg-plist Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/at-spi2-core/pkg-plist Sun Feb 14 18:57:53 2016 (r408881) @@ -1,26 +1,25 @@ etc/at-spi2/accessibility.conf etc/xdg/autostart/at-spi-dbus-bus.desktop -include/at-spi-2.0/atspi/atspi.h include/at-spi-2.0/atspi/atspi-accessible.h include/at-spi-2.0/atspi/atspi-action.h include/at-spi-2.0/atspi/atspi-application.h include/at-spi-2.0/atspi/atspi-collection.h include/at-spi-2.0/atspi/atspi-component.h include/at-spi-2.0/atspi/atspi-constants.h -include/at-spi-2.0/atspi/atspi-device-listener.h include/at-spi-2.0/atspi/atspi-device-listener-private.h +include/at-spi-2.0/atspi/atspi-device-listener.h include/at-spi-2.0/atspi/atspi-document.h include/at-spi-2.0/atspi/atspi-editabletext.h include/at-spi-2.0/atspi/atspi-enum-types.h -include/at-spi-2.0/atspi/atspi-event-listener.h include/at-spi-2.0/atspi/atspi-event-listener-private.h +include/at-spi-2.0/atspi/atspi-event-listener.h include/at-spi-2.0/atspi/atspi-gmain.c include/at-spi-2.0/atspi/atspi-gmain.h include/at-spi-2.0/atspi/atspi-hyperlink.h include/at-spi-2.0/atspi/atspi-hypertext.h include/at-spi-2.0/atspi/atspi-image.h -include/at-spi-2.0/atspi/atspi-misc.h include/at-spi-2.0/atspi/atspi-matchrule.h +include/at-spi-2.0/atspi/atspi-misc.h include/at-spi-2.0/atspi/atspi-object.h include/at-spi-2.0/atspi/atspi-private.h include/at-spi-2.0/atspi/atspi-registry.h @@ -32,6 +31,7 @@ include/at-spi-2.0/atspi/atspi-table.h include/at-spi-2.0/atspi/atspi-text.h include/at-spi-2.0/atspi/atspi-types.h include/at-spi-2.0/atspi/atspi-value.h +include/at-spi-2.0/atspi/atspi.h lib/girepository-1.0/Atspi-2.0.typelib lib/libatspi.so lib/libatspi.so.0 @@ -55,9 +55,8 @@ share/gtk-doc/html/libatspi/api-index-fu share/gtk-doc/html/libatspi/ch01.html share/gtk-doc/html/libatspi/home.png share/gtk-doc/html/libatspi/index.html -share/gtk-doc/html/libatspi/index.sgml -share/gtk-doc/html/libatspi/left.png share/gtk-doc/html/libatspi/left-insensitive.png +share/gtk-doc/html/libatspi/left.png share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html share/gtk-doc/html/libatspi/libatspi-atspi-action.html share/gtk-doc/html/libatspi/libatspi-atspi-collection.html @@ -72,18 +71,18 @@ share/gtk-doc/html/libatspi/libatspi-ats share/gtk-doc/html/libatspi/libatspi-atspi-misc.html share/gtk-doc/html/libatspi/libatspi-atspi-registry.html share/gtk-doc/html/libatspi/libatspi-atspi-selection.html -share/gtk-doc/html/libatspi/libatspi-atspi-table.html share/gtk-doc/html/libatspi/libatspi-atspi-table-cell.html +share/gtk-doc/html/libatspi/libatspi-atspi-table.html share/gtk-doc/html/libatspi/libatspi-atspi-text.html share/gtk-doc/html/libatspi/libatspi-atspi-types.html share/gtk-doc/html/libatspi/libatspi-atspi-value.html share/gtk-doc/html/libatspi/libatspi.devhelp2 share/gtk-doc/html/libatspi/object-tree.html -share/gtk-doc/html/libatspi/right.png share/gtk-doc/html/libatspi/right-insensitive.png +share/gtk-doc/html/libatspi/right.png share/gtk-doc/html/libatspi/style.css -share/gtk-doc/html/libatspi/up.png share/gtk-doc/html/libatspi/up-insensitive.png +share/gtk-doc/html/libatspi/up.png share/locale/an/LC_MESSAGES/at-spi2-core.mo share/locale/as/LC_MESSAGES/at-spi2-core.mo share/locale/ast/LC_MESSAGES/at-spi2-core.mo @@ -127,6 +126,7 @@ share/locale/mr/LC_MESSAGES/at-spi2-core share/locale/ms/LC_MESSAGES/at-spi2-core.mo share/locale/nb/LC_MESSAGES/at-spi2-core.mo share/locale/nl/LC_MESSAGES/at-spi2-core.mo +share/locale/oc/LC_MESSAGES/at-spi2-core.mo share/locale/or/LC_MESSAGES/at-spi2-core.mo share/locale/pa/LC_MESSAGES/at-spi2-core.mo share/locale/pl/LC_MESSAGES/at-spi2-core.mo Modified: head/accessibility/atk/Makefile ============================================================================== --- head/accessibility/atk/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/atk/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atk -PORTVERSION= 2.16.0 +PORTVERSION= 2.18.0 PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= GNOME @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES+= gettext gmake libtool pathfix pkgconfig +USES+= gettext gmake gnome libtool pathfix pkgconfig USE_GNOME= glib20 introspection:build referencehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/atk/distinfo ============================================================================== --- head/accessibility/atk/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/atk/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome2/atk-2.16.0.tar.xz) = 095f986060a6a0b22eb15eef84ae9f14a1cf8082488faa6886d94c37438ae562 -SIZE (gnome2/atk-2.16.0.tar.xz) = 699816 +SHA256 (gnome2/atk-2.18.0.tar.xz) = ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b +SIZE (gnome2/atk-2.18.0.tar.xz) = 687932 Modified: head/accessibility/atk/pkg-plist ============================================================================== --- head/accessibility/atk/pkg-plist Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/atk/pkg-plist Sun Feb 14 18:57:53 2016 (r408881) @@ -35,7 +35,7 @@ include/atk-1.0/atk/atkwindow.h lib/girepository-1.0/Atk-1.0.typelib lib/libatk-1.0.so lib/libatk-1.0.so.0 -lib/libatk-1.0.so.0.21609.1 +lib/libatk-1.0.so.0.21809.1 libdata/pkgconfig/atk.pc share/gir-1.0/Atk-1.0.gir share/locale/af/LC_MESSAGES/atk10.mo Modified: head/accessibility/caribou/Makefile ============================================================================== --- head/accessibility/caribou/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/caribou/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caribou -PORTVERSION= 0.4.18.1 +PORTVERSION= 0.4.19 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +18,7 @@ LIB_DEPENDS= libclutter-glx-1.0.so:${POR libxklavier.so:${PORTSDIR}/x11/libxklavier RUN_DEPENDS= py2?-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi -USES= gettext gmake libtool pathfix pkgconfig python:2 \ +USES= gettext gmake gnome libtool pathfix pkgconfig python:2 \ shebangfix tar:xz USE_GNOME= gtk30 intlhack introspection:build libxml2 \ libxslt:build pygobject3 Modified: head/accessibility/caribou/distinfo ============================================================================== --- head/accessibility/caribou/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/caribou/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/caribou-0.4.18.1.tar.xz) = aefadf125a647fc68696f4134e99ee43dca121da5de8e1edf6eab5664a9f3150 -SIZE (gnome3/caribou-0.4.18.1.tar.xz) = 410548 +SHA256 (gnome3/caribou-0.4.19.tar.xz) = 2f0bd0c14c5f94cf5ac3a7627018919addf7a054ac84aaa8e62356957c175a44 +SIZE (gnome3/caribou-0.4.19.tar.xz) = 412328 Modified: head/accessibility/caribou/pkg-plist ============================================================================== --- head/accessibility/caribou/pkg-plist Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/caribou/pkg-plist Sun Feb 14 18:57:53 2016 (r408881) @@ -53,6 +53,7 @@ share/antler/style.css %%DATADIR%%/layouts/fullscale/us.xml %%DATADIR%%/layouts/scan/us.xml %%DATADIR%%/layouts/touch/ara.xml +%%DATADIR%%/layouts/touch/de.xml %%DATADIR%%/layouts/touch/fr.xml %%DATADIR%%/layouts/touch/il.xml %%DATADIR%%/layouts/touch/us.xml @@ -90,6 +91,7 @@ share/locale/hu/LC_MESSAGES/caribou.mo share/locale/id/LC_MESSAGES/caribou.mo share/locale/it/LC_MESSAGES/caribou.mo share/locale/ja/LC_MESSAGES/caribou.mo +share/locale/kk/LC_MESSAGES/caribou.mo share/locale/km/LC_MESSAGES/caribou.mo share/locale/kn/LC_MESSAGES/caribou.mo share/locale/ko/LC_MESSAGES/caribou.mo Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/orca/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= orca -PORTVERSION= 3.16.3 -PORTREVISION= 1 +PORTVERSION= 3.18.2 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -27,7 +26,7 @@ RUN_DEPENDS= py3?-dbus>=0:${PORTSDIR}/de CONFLICTS= py*-json-py-[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig python:3 tar:xz +USES= gettext gmake gnome pathfix pkgconfig python:3 tar:xz USE_GNOME= gtk30 py3gobject3 intlhack INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/accessibility/orca/distinfo ============================================================================== --- head/accessibility/orca/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/orca/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/orca-3.16.3.tar.xz) = 540deeaa1a973cc7ccc8a463f8fcf51db51f7ccfb130bc2019ac53bf67943dc7 -SIZE (gnome3/orca-3.16.3.tar.xz) = 2124800 +SHA256 (gnome3/orca-3.18.2.tar.xz) = 986244af7a0891b758eb8e772bc61d72483808e7e9c790360f9f389045d7262a +SIZE (gnome3/orca-3.18.2.tar.xz) = 2213548 Modified: head/accessibility/orca/pkg-plist ============================================================================== --- head/accessibility/orca/pkg-plist Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/orca/pkg-plist Sun Feb 14 18:57:53 2016 (r408881) @@ -17,6 +17,8 @@ etc/xdg/autostart/orca-autostart.desktop %%PYTHON_SITELIBDIR%%/orca/__pycache__/brlmon.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/__pycache__/brltablenames.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/__pycache__/brltablenames.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/__pycache__/caret_navigation.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/__pycache__/caret_navigation.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/__pycache__/chat.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/__pycache__/chat.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/__pycache__/chnames.cpython-%%PYVER%%.pyc @@ -138,6 +140,7 @@ etc/xdg/autostart/orca-autostart.desktop %%PYTHON_SITELIBDIR%%/orca/braille_rolenames.py %%PYTHON_SITELIBDIR%%/orca/brlmon.py %%PYTHON_SITELIBDIR%%/orca/brltablenames.py +%%PYTHON_SITELIBDIR%%/orca/caret_navigation.py %%PYTHON_SITELIBDIR%%/orca/chat.py %%PYTHON_SITELIBDIR%%/orca/chnames.py %%PYTHON_SITELIBDIR%%/orca/cmdnames.py @@ -224,19 +227,13 @@ etc/xdg/autostart/orca-autostart.desktop %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/__init__.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/__init__.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/formatting.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/formatting.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/script.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/script.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/script_utilities.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/script_utilities.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/speech_generator.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/speech_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/spellcheck.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__pycache__/spellcheck.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/formatting.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_utilities.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/spellcheck.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.py @@ -468,6 +465,8 @@ etc/xdg/autostart/orca-autostart.desktop %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__pycache__/script_utilities.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__pycache__/speech_generator.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__pycache__/speech_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__pycache__/spellcheck.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__pycache__/spellcheck.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__pycache__/structural_navigation.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__pycache__/structural_navigation.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/braille_generator.py @@ -475,6 +474,7 @@ etc/xdg/autostart/orca-autostart.desktop %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_utilities.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.py +%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/spellcheck.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/xfwm4/__init__.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/xfwm4/__pycache__/__init__.cpython-%%PYVER%%.pyc @@ -496,33 +496,12 @@ etc/xdg/autostart/orca-autostart.desktop %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__init__.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/__init__.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/__init__.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/bookmarks.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/bookmarks.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/braille_generator.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/braille_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/formatting.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/formatting.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/keymaps.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/keymaps.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/script.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/script.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/script_utilities.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/script_utilities.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/speech_generator.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/speech_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/structural_navigation.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/structural_navigation.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/tutorial_generator.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__pycache__/tutorial_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/bookmarks.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/keymaps.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_utilities.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/structural_navigation.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/tutorial_generator.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__init__.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__pycache__/__init__.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__pycache__/__init__.cpython-%%PYVER%%.%%PYOEXTENSION%% @@ -556,13 +535,10 @@ etc/xdg/autostart/orca-autostart.desktop %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/__pycache__/script_utilities.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/__pycache__/speech_generator.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/__pycache__/speech_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/__pycache__/structural_navigation.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/__pycache__/structural_navigation.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/braille_generator.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/script.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/script_utilities.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/WebKitGtk/structural_navigation.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__init__.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__pycache__/VCL.cpython-%%PYVER%%.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__pycache__/VCL.cpython-%%PYVER%%.%%PYOEXTENSION%% @@ -586,6 +562,27 @@ etc/xdg/autostart/orca-autostart.desktop %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/gtk/__pycache__/script_utilities.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/gtk/script.py %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/gtk/script_utilities.py +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__init__.py +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/__init__.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/__init__.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/bookmarks.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/bookmarks.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/braille_generator.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/braille_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/script.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/script.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/script_utilities.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/script_utilities.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/speech_generator.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/speech_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/tutorial_generator.cpython-%%PYVER%%.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/web/__pycache__/tutorial_generator.cpython-%%PYVER%%.%%PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/orca/scripts/web/bookmarks.py +%%PYTHON_SITELIBDIR%%/orca/scripts/web/braille_generator.py +%%PYTHON_SITELIBDIR%%/orca/scripts/web/script.py +%%PYTHON_SITELIBDIR%%/orca/scripts/web/script_utilities.py +%%PYTHON_SITELIBDIR%%/orca/scripts/web/speech_generator.py +%%PYTHON_SITELIBDIR%%/orca/scripts/web/tutorial_generator.py %%PYTHON_SITELIBDIR%%/orca/settings.py %%PYTHON_SITELIBDIR%%/orca/settings_manager.py %%PYTHON_SITELIBDIR%%/orca/speech.py Modified: head/accessibility/py-atspi/Makefile ============================================================================== --- head/accessibility/py-atspi/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/py-atspi/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atspi -PORTVERSION= 2.16.0 +PORTVERSION= 2.18.0 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME/sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig python:2 tar:xz +USES= gettext gmake gnome pathfix pkgconfig python:2 tar:xz USE_GNOME= intlhack pygobject3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/py-atspi/distinfo ============================================================================== --- head/accessibility/py-atspi/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/py-atspi/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/pyatspi-2.16.0.tar.xz) = a67a857ca5eaf16fc059d9be47d0850edd93bffdd777c1b7612ecc95f6e3b4a0 -SIZE (gnome3/pyatspi-2.16.0.tar.xz) = 301204 +SHA256 (gnome3/pyatspi-2.18.0.tar.xz) = f86f03ad05d0502cd60fe8b98f746f74ce3bc208e9f3798f6a2130b3c5f4ab46 +SIZE (gnome3/pyatspi-2.18.0.tar.xz) = 297992 Modified: head/accessibility/py3-atspi/Makefile ============================================================================== --- head/accessibility/py3-atspi/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/py3-atspi/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atspi -PORTVERSION= 2.16.0 +PORTVERSION= 2.18.0 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME/sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig python:3 tar:xz +USES= gettext gmake gnome pathfix pkgconfig python:3 tar:xz USE_GNOME= intlhack py3gobject3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/py3-atspi/distinfo ============================================================================== --- head/accessibility/py3-atspi/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/accessibility/py3-atspi/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/pyatspi-2.16.0.tar.xz) = a67a857ca5eaf16fc059d9be47d0850edd93bffdd777c1b7612ecc95f6e3b4a0 -SIZE (gnome3/pyatspi-2.16.0.tar.xz) = 301204 +SHA256 (gnome3/pyatspi-2.18.0.tar.xz) = f86f03ad05d0502cd60fe8b98f746f74ce3bc208e9f3798f6a2130b3c5f4ab46 +SIZE (gnome3/pyatspi-2.18.0.tar.xz) = 297992 Modified: head/audio/gnome-music/Makefile ============================================================================== --- head/audio/gnome-music/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/gnome-music/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-music -PORTVERSION= 3.16.2 +PORTVERSION= 3.18.2 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +16,7 @@ LIB_DEPENDS= libgrilo-0.2.so:${PORTSDIR} PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig python:3 tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig python:3 tar:xz USE_LDCONFIG= yes USE_GNOME= gnomedesktop3 gtk30 intltool introspection:build GNU_CONFIGURE= yes Modified: head/audio/gnome-music/distinfo ============================================================================== --- head/audio/gnome-music/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/gnome-music/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-music-3.16.2.tar.xz) = 362cf90f6cd41c38845b7afa01ce2f5fbb70ce7694139a69f5dac16620723588 -SIZE (gnome3/gnome-music-3.16.2.tar.xz) = 1479984 +SHA256 (gnome3/gnome-music-3.18.2.tar.xz) = 81b6ae8b4193774a1dc05e77c59ad8ff5e7debc0aea30ce2ecd13b2ceda10bff +SIZE (gnome3/gnome-music-3.18.2.tar.xz) = 1545232 Modified: head/audio/gnome-music/pkg-plist ============================================================================== --- head/audio/gnome-music/pkg-plist Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/gnome-music/pkg-plist Sun Feb 14 18:57:53 2016 (r408881) @@ -227,6 +227,7 @@ share/locale/gl/LC_MESSAGES/gnome-music. share/locale/he/LC_MESSAGES/gnome-music.mo share/locale/hu/LC_MESSAGES/gnome-music.mo share/locale/id/LC_MESSAGES/gnome-music.mo +share/locale/is/LC_MESSAGES/gnome-music.mo share/locale/it/LC_MESSAGES/gnome-music.mo share/locale/ja/LC_MESSAGES/gnome-music.mo share/locale/kk/LC_MESSAGES/gnome-music.mo Modified: head/audio/goobox/Makefile ============================================================================== --- head/audio/goobox/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/goobox/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= goobox -PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTVERSION= 3.4.1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +17,7 @@ LIB_DEPENDS= libdiscid.so:${PORTSDIR}/au libbrasero-media3.so:${PORTSDIR}/sysutils/brasero \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique -USES= desktop-file-utils gettext gmake pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome pkgconfig tar:xz USE_GNOME= glib20 gtk30 intlhack USE_XORG= x11 USE_GSTREAMER1= yes Modified: head/audio/goobox/distinfo ============================================================================== --- head/audio/goobox/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/goobox/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/goobox-3.4.0.tar.xz) = b41f414601e44af5dbe931f3bc81d2acf984ecd357a8f92861437629e9790552 -SIZE (gnome3/goobox-3.4.0.tar.xz) = 561024 +SHA256 (gnome3/goobox-3.4.1.tar.xz) = dde757f9e9e463b5c610d1257d3fc0096a53783529a3172cd8da18cada3b3ef2 +SIZE (gnome3/goobox-3.4.1.tar.xz) = 561240 Modified: head/audio/gsound/Makefile ============================================================================== --- head/audio/gsound/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/gsound/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gsound -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= audio MASTER_SITES= GNOME @@ -12,7 +12,7 @@ COMMENT= GObject library for playing sys BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/audio/gsound/distinfo ============================================================================== --- head/audio/gsound/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/gsound/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gsound-1.0.1.tar.xz) = ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29 -SIZE (gsound-1.0.1.tar.xz) = 256804 +SHA256 (gsound-1.0.2.tar.xz) = bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53 +SIZE (gsound-1.0.2.tar.xz) = 282068 Modified: head/audio/gsound/pkg-plist ============================================================================== --- head/audio/gsound/pkg-plist Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/gsound/pkg-plist Sun Feb 14 18:57:53 2016 (r408881) @@ -6,7 +6,7 @@ lib/girepository-1.0/GSound-1.0.typelib lib/libgsound.a lib/libgsound.so lib/libgsound.so.0 -lib/libgsound.so.0.0.0 +lib/libgsound.so.0.0.2 libdata/pkgconfig/gsound.pc share/gir-1.0/GSound-1.0.gir share/gtk-doc/html/gsound/GSoundContext.html Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/pulseaudio/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -5,8 +5,7 @@ # PORTREVISION bumps of depending ports. PORTNAME= pulseaudio -PORTVERSION= 6.0 -PORTREVISION= 2 +PORTVERSION= 8.0 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -29,8 +28,8 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/a USE_GNOME= glib20 intltool USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= cpe execinfo gettext gmake libtool pathfix pkgconfig \ - shebangfix tar:xz +USES= cpe compiler:c11 execinfo gettext gmake gnome libtool \ + pathfix pkgconfig shebangfix tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" \ OPENSSL_CFLAGS="-I/usr/include" \ @@ -75,7 +74,7 @@ SIMD_CONFIGURE_ENABLE= orc SIMD_LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc ZSH_CONFIGURE_OFF= --without-zsh-completion-dir -PULSE_VERSION= ${PORTVERSION} +PULSE_VERSION= ${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} post-patch: @@ -91,7 +90,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/${ii} \ ${STAGEDIR}${PREFIX}/etc/pulse/${ii}.sample .endfor + post-install-BASH-off: - @${RM} -rf ${STAGEDIR}${PREFIX}/etc/bash_completion.d + @${RM} -rf ${STAGEDIR}${PREFIX}/share/bash-completion .include Modified: head/audio/pulseaudio/distinfo ============================================================================== --- head/audio/pulseaudio/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/pulseaudio/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (pulseaudio-6.0.tar.xz) = b50640e0b80b1607600accfad2e45aabb79d379bf6354c9671efa2065477f6f6 -SIZE (pulseaudio-6.0.tar.xz) = 1469248 +SHA256 (pulseaudio-8.0.tar.xz) = 690eefe28633466cfd1ab9d85ebfa9376f6b622deec6bfee5091ac9737cd1989 +SIZE (pulseaudio-8.0.tar.xz) = 1517656 Modified: head/audio/pulseaudio/files/patch-src_Makefile.in ============================================================================== --- head/audio/pulseaudio/files/patch-src_Makefile.in Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/pulseaudio/files/patch-src_Makefile.in Sun Feb 14 18:57:53 2016 (r408881) @@ -1,11 +1,11 @@ ---- src/Makefile.in.orig 2012-06-08 11:09:45.000000000 +0200 -+++ src/Makefile.in 2012-06-08 11:10:00.000000000 +0200 -@@ -8531,7 +8531,7 @@ - info-am: +--- src/Makefile.in.orig 2016-02-01 11:20:44.952568000 +0100 ++++ src/Makefile.in 2016-02-01 11:22:08.462998000 +0100 +@@ -11042,7 +11042,7 @@ - install-data-am: install-dbuspolicyDATA install-dist_alsapathsDATA \ -- install-dist_alsaprofilesetsDATA install-dist_udevrulesDATA \ -+ install-dist_alsaprofilesetsDATA \ - install-padsplibLTLIBRARIES install-pulseconfDATA \ - install-pulseincludeHEADERS install-xdgautostartDATA + install-data-am: install-commonlibLTLIBRARIES install-dbuspolicyDATA \ + install-dist_alsapathsDATA install-dist_alsaprofilesetsDATA \ +- install-dist_udevrulesDATA install-padsplibLTLIBRARIES \ ++ install-padsplibLTLIBRARIES \ + install-pulseconfDATA install-pulseincludeHEADERS \ + install-systemduserunitDATA install-xdgautostartDATA Modified: head/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c ============================================================================== --- head/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c Sun Feb 14 18:57:53 2016 (r408881) @@ -1,6 +1,6 @@ ---- src/modules/oss/module-oss.c.orig 2014-01-23 19:57:55.000000000 +0100 -+++ src/modules/oss/module-oss.c 2014-03-22 10:59:05.000000000 +0100 -@@ -1229,10 +1229,14 @@ int pa__init(pa_module*m) { +--- src/modules/oss/module-oss.c.orig 2015-08-06 11:39:12.000000000 +0200 ++++ src/modules/oss/module-oss.c 2015-09-03 13:13:37.953255000 +0200 +@@ -1227,10 +1227,14 @@ use_mmap = false; } @@ -15,12 +15,3 @@ if (pa_oss_get_hw_description(dev, hwdesc, sizeof(hwdesc)) >= 0) pa_log_info("Hardware name is '%s'.", hwdesc); -@@ -1428,7 +1432,7 @@ int pa__init(pa_module*m) { - if ((u->mixer_fd = pa_oss_open_mixer_for_device(u->device_name)) >= 0) { - bool do_close = true; - -- if (ioctl(fd, SOUND_MIXER_READ_DEVMASK, &u->mixer_devmask) < 0) -+ if (ioctl(u->mixer_fd, SOUND_MIXER_READ_DEVMASK, &u->mixer_devmask) < 0) - pa_log_warn("SOUND_MIXER_READ_DEVMASK failed: %s", pa_cstrerror(errno)); - else { - if (u->sink && (u->mixer_devmask & (SOUND_MASK_VOLUME|SOUND_MASK_PCM))) { Modified: head/audio/pulseaudio/pkg-plist ============================================================================== --- head/audio/pulseaudio/pkg-plist Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/pulseaudio/pkg-plist Sun Feb 14 18:57:53 2016 (r408881) @@ -12,15 +12,15 @@ bin/pax11publish bin/pulseaudio bin/qpaeq bin/start-pulseaudio-x11 -%%BASH%%etc/bash_completion.d/pacat -%%BASH%%etc/bash_completion.d/pacmd -%%BASH%%etc/bash_completion.d/pactl -%%BASH%%etc/bash_completion.d/padsp -%%BASH%%etc/bash_completion.d/paplay -%%BASH%%etc/bash_completion.d/parec -%%BASH%%etc/bash_completion.d/parecord -%%BASH%%etc/bash_completion.d/pasuspender -%%BASH%%etc/bash_completion.d/pulseaudio +%%BASH%%share/bash-completion/completions/pacat +%%BASH%%share/bash-completion/completions/pacmd +%%BASH%%share/bash-completion/completions/pactl +%%BASH%%share/bash-completion/completions/padsp +%%BASH%%share/bash-completion/completions/paplay +%%BASH%%share/bash-completion/completions/parec +%%BASH%%share/bash-completion/completions/parecord +%%BASH%%share/bash-completion/completions/pasuspender +%%BASH%%share/bash-completion/completions/pulseaudio etc/dbus-1/system.d/pulseaudio-system.conf @sample etc/pulse/client.conf.sample @sample etc/pulse/daemon.conf.sample @@ -69,8 +69,7 @@ lib/libpulse-simple.so.0 lib/libpulse-simple.so.0.1.0 lib/libpulse.so lib/libpulse.so.0 -lib/libpulse.so.0.18.0 -lib/libpulsecore-%%PULSE_VERSION%%.so +lib/libpulse.so.0.19.0 %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.so lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.so %%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/libalsa-util.so @@ -160,6 +159,7 @@ lib/pulse-%%PULSE_VERSION%%/modules/modu %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-discover.so %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-publish.so lib/pulseaudio/libpulsecommon-%%PULSE_VERSION%%.so +lib/pulseaudio/libpulsecore-%%PULSE_VERSION%%.so lib/pulseaudio/libpulsedsp.so libdata/pkgconfig/libpulse-mainloop-glib.pc libdata/pkgconfig/libpulse-simple.pc @@ -170,7 +170,10 @@ man/man1/pacat.1.gz man/man1/pacmd.1.gz man/man1/pactl.1.gz man/man1/padsp.1.gz +man/man1/pamon.1.gz man/man1/paplay.1.gz +man/man1/parec.1.gz +man/man1/parecord.1.gz man/man1/pasuspender.1.gz man/man1/pax11publish.1.gz man/man1/pulseaudio.1.gz @@ -225,6 +228,7 @@ man/man5/pulse-daemon.conf.5.gz %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio2.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio6.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktorkontrol-s4.conf +%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/sb-omni-surround-5.1.conf %%ZSH%%share/zsh/site-functions/_pulseaudio share/locale/as/LC_MESSAGES/pulseaudio.mo share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo @@ -244,9 +248,11 @@ share/locale/id/LC_MESSAGES/pulseaudio.m share/locale/it/LC_MESSAGES/pulseaudio.mo share/locale/ja/LC_MESSAGES/pulseaudio.mo share/locale/kn/LC_MESSAGES/pulseaudio.mo +share/locale/ko/LC_MESSAGES/pulseaudio.mo share/locale/ml/LC_MESSAGES/pulseaudio.mo share/locale/mr/LC_MESSAGES/pulseaudio.mo share/locale/nl/LC_MESSAGES/pulseaudio.mo +share/locale/oc/LC_MESSAGES/pulseaudio.mo share/locale/or/LC_MESSAGES/pulseaudio.mo share/locale/pa/LC_MESSAGES/pulseaudio.mo share/locale/pl/LC_MESSAGES/pulseaudio.mo Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/rhythmbox/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -1,10 +1,9 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/audio/rhythmbox/Makefile 20039 2014-11-03 13:42:48Z kwm $ PORTNAME= rhythmbox -PORTVERSION= 3.2 -PORTREVISION= 3 +PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -26,7 +25,7 @@ LIB_DEPENDS= libmusicbrainz5.so:${PORTSD libsecret-1.so:${PORTSDIR}/security/libsecret \ libtdb.so:${PORTSDIR}/databases/tdb -USES= desktop-file-utils gettext gmake libtool pathfix \ +USES= desktop-file-utils gettext gmake gnome libtool pathfix \ pkgconfig tar:xz USE_GNOME= intlhack gnomeprefix gtk30 introspection:build \ py3gobject3 Modified: head/audio/rhythmbox/distinfo ============================================================================== --- head/audio/rhythmbox/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/rhythmbox/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/rhythmbox-3.2.tar.xz) = 9c8adf79e4b2bb76cee391c73ba7a1e699e7684e5f45507e7d6849957ac54f81 -SIZE (gnome3/rhythmbox-3.2.tar.xz) = 6831744 +SHA256 (gnome3/rhythmbox-3.2.1.tar.xz) = bf43ca4f5b7531751241f5e67eaba7da6d9748dd827a600eedf9444961537938 +SIZE (gnome3/rhythmbox-3.2.1.tar.xz) = 6833060 Modified: head/audio/sound-juicer/Makefile ============================================================================== --- head/audio/sound-juicer/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/sound-juicer/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sound-juicer -PORTVERSION= 3.16.1 -PORTREVISION= 1 +PORTVERSION= 3.18.1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -21,7 +20,7 @@ LIB_DEPENDS= libmusicbrainz5.so:${PORTSD PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack USE_GSTREAMER1= cdparanoia flac good vorbis GNU_CONFIGURE= yes Modified: head/audio/sound-juicer/distinfo ============================================================================== --- head/audio/sound-juicer/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/audio/sound-juicer/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/sound-juicer-3.16.1.tar.xz) = dfb744504a60f8069257584b74d90cba1ce99c744a7106b68627ad1d40b2a657 -SIZE (gnome3/sound-juicer-3.16.1.tar.xz) = 811148 +SHA256 (gnome3/sound-juicer-3.18.1.tar.xz) = 526d5a84d9b6b8f002f82f9d5678e3850c48e3b5692a499451fc5f36eef0de76 +SIZE (gnome3/sound-juicer-3.18.1.tar.xz) = 819428 Added: head/audio/sound-juicer/files/patch-libjuicer_sj-metadata-musicbrainz5.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sound-juicer/files/patch-libjuicer_sj-metadata-musicbrainz5.c Sun Feb 14 18:57:53 2016 (r408881) @@ -0,0 +1,11 @@ +--- libjuicer/sj-metadata-musicbrainz5.c.orig 2015-08-17 21:51:58.000000000 +0200 ++++ libjuicer/sj-metadata-musicbrainz5.c 2015-08-17 21:52:28.000000000 +0200 +@@ -757,7 +757,7 @@ + if (*error != NULL) { + track_details_free (track); + g_list_free_full (tracks, (GDestroyNotify) track_details_free); +- return NULL; ++ return; + } + + if (track->duration == 0) Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Sun Feb 14 18:42:41 2016 (r408880) +++ head/databases/evolution-data-server/Makefile Sun Feb 14 18:57:53 2016 (r408881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= evolution-data-server -PORTVERSION= 3.16.5 +PORTVERSION= 3.18.4 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -26,7 +26,8 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:${PORT PORTSCOUT= limitw:1,even -USES= bison gettext gmake gperf libtool pathfix pkgconfig tar:xz +USES= bison gettext gmake gnome gperf libtool pathfix pkgconfig \ + sqlite tar:xz # Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9. Normally # this change would be done there, but it is not a C++ application, so it # does not link directly to libstdc++ and adding the libstdc++ rpath to @@ -34,7 +35,6 @@ USES= bison gettext gmake gperf libtool USES+= compiler:c++11-lib USE_GNOME= gtk30 intltool introspection:build libxml2 USE_OPENLDAP= yes -USE_SQLITE= yes GNU_CONFIGURE= yes USE_BDB= 5 USE_LDCONFIG= yes @@ -55,12 +55,16 @@ GLIB_SCHEMAS= org.gnome.Evolution.Defaul org.gnome.evolution-data-server.gschema.xml \ org.gnome.evolution.shell.network-config.gschema.xml -PLIST_SUB= VERSION="3.16" EVO_VERSION="1.2" +PLIST_SUB= VERSION="3.18" EVO_VERSION="1.2" +OPTIONS_SUB= yes OPTIONS_DEFINE= WEATHER KERBEROS OPTIONS_DEFAULT=WEATHER KERBEROS WEATHER_DESC= Weather calendar backend +WEATHER_LIB_DEPENDS= libgweather-3.so:${PORTSDIR}/net/libgweather +WEATHER_CONFIGURE_ENABLE= weather + .include .if ${PORT_OPTIONS:MKERBEROS} && exists(/usr/bin/krb5-config) @@ -70,15 +74,6 @@ KRB5_LIB= `/usr/bin/krb5-config gssapi CONFIGURE_ARGS+= --without-krb5 .endif -.if ${PORT_OPTIONS:MWEATHER} -LIB_DEPENDS+= libgweather-3.so:${PORTSDIR}/net/libgweather -CONFIGURE_ARGS+= --enable-weather -PLIST_SUB+= WEATHER="" -.else -CONFIGURE_ARGS+= --disable-weather -PLIST_SUB+= WEATHER="@comment " -.endif - EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 5." pre-everything:: Modified: head/databases/evolution-data-server/distinfo ============================================================================== --- head/databases/evolution-data-server/distinfo Sun Feb 14 18:42:41 2016 (r408880) +++ head/databases/evolution-data-server/distinfo Sun Feb 14 18:57:53 2016 (r408881) @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-data-server-3.16.5.tar.xz) = e44ad4143402957cab8cab1a6b3d7057d8b111d268c6b9ad4e4008850f5b244c -SIZE (gnome3/evolution-data-server-3.16.5.tar.xz) = 5364120 +SHA256 (gnome3/evolution-data-server-3.18.4.tar.xz) = 0b756f05feae538676832acc122407046a89d4dd32da725789229dc3c416433f +SIZE (gnome3/evolution-data-server-3.18.4.tar.xz) = 5413312 Modified: head/databases/evolution-data-server/pkg-plist ============================================================================== --- head/databases/evolution-data-server/pkg-plist Sun Feb 14 18:42:41 2016 (r408880) +++ head/databases/evolution-data-server/pkg-plist Sun Feb 14 18:57:53 2016 (r408881) @@ -117,6 +117,7 @@ include/evolution-data-server/libebacken include/evolution-data-server/libebackend/e-backend-enumtypes.h include/evolution-data-server/libebackend/e-backend-factory.h include/evolution-data-server/libebackend/e-backend.h +include/evolution-data-server/libebackend/e-cache-reaper.h include/evolution-data-server/libebackend/e-collection-backend-factory.h include/evolution-data-server/libebackend/e-collection-backend.h include/evolution-data-server/libebackend/e-data-factory.h @@ -128,8 +129,6 @@ include/evolution-data-server/libebacken include/evolution-data-server/libebackend/e-offline-listener.h include/evolution-data-server/libebackend/e-server-side-source-credentials-provider.h include/evolution-data-server/libebackend/e-server-side-source.h -include/evolution-data-server/libebackend/e-soup-auth-bearer.h -include/evolution-data-server/libebackend/e-soup-ssl-trust.h include/evolution-data-server/libebackend/e-source-registry-server.h include/evolution-data-server/libebackend/e-sqlite3-vfs.h include/evolution-data-server/libebackend/e-subprocess-factory.h @@ -137,15 +136,6 @@ include/evolution-data-server/libebacken include/evolution-data-server/libebackend/e-user-prompter-server.h include/evolution-data-server/libebackend/e-user-prompter.h include/evolution-data-server/libebackend/libebackend.h -include/evolution-data-server/libebook/e-book-client-cursor.h -include/evolution-data-server/libebook/e-book-client-view.h -include/evolution-data-server/libebook/e-book-client.h -include/evolution-data-server/libebook/e-book-enumtypes.h -include/evolution-data-server/libebook/e-book-types.h -include/evolution-data-server/libebook/e-book-view.h -include/evolution-data-server/libebook/e-book.h -include/evolution-data-server/libebook/e-destination.h -include/evolution-data-server/libebook/libebook.h include/evolution-data-server/libebook-contacts/e-address-western.h include/evolution-data-server/libebook-contacts/e-book-contacts-enumtypes.h include/evolution-data-server/libebook-contacts/e-book-contacts-types.h @@ -156,6 +146,15 @@ include/evolution-data-server/libebook-c include/evolution-data-server/libebook-contacts/e-source-backend-summary-setup.h include/evolution-data-server/libebook-contacts/e-vcard.h include/evolution-data-server/libebook-contacts/libebook-contacts.h +include/evolution-data-server/libebook/e-book-client-cursor.h +include/evolution-data-server/libebook/e-book-client-view.h +include/evolution-data-server/libebook/e-book-client.h +include/evolution-data-server/libebook/e-book-enumtypes.h +include/evolution-data-server/libebook/e-book-types.h +include/evolution-data-server/libebook/e-book-view.h +include/evolution-data-server/libebook/e-book.h +include/evolution-data-server/libebook/e-destination.h +include/evolution-data-server/libebook/libebook.h include/evolution-data-server/libecal/e-cal-check-timezones.h include/evolution-data-server/libecal/e-cal-client-view.h include/evolution-data-server/libecal/e-cal-client.h @@ -218,7 +217,10 @@ include/evolution-data-server/libedatase include/evolution-data-server/libedataserver/e-module.h include/evolution-data-server/libedataserver/e-operation-pool.h include/evolution-data-server/libedataserver/e-proxy.h +include/evolution-data-server/libedataserver/e-secret-store.h include/evolution-data-server/libedataserver/e-sexp.h +include/evolution-data-server/libedataserver/e-soup-auth-bearer.h +include/evolution-data-server/libedataserver/e-soup-ssl-trust.h include/evolution-data-server/libedataserver/e-source-address-book.h include/evolution-data-server/libedataserver/e-source-alarms.h include/evolution-data-server/libedataserver/e-source-authentication.h @@ -227,6 +229,7 @@ include/evolution-data-server/libedatase include/evolution-data-server/libedataserver/e-source-calendar.h include/evolution-data-server/libedataserver/e-source-camel.h include/evolution-data-server/libedataserver/e-source-collection.h +include/evolution-data-server/libedataserver/e-source-contacts.h include/evolution-data-server/libedataserver/e-source-credentials-provider-impl-password.h include/evolution-data-server/libedataserver/e-source-credentials-provider-impl.h include/evolution-data-server/libedataserver/e-source-credentials-provider.h @@ -234,6 +237,8 @@ include/evolution-data-server/libedatase include/evolution-data-server/libedataserver/e-source-enumtypes.h include/evolution-data-server/libedataserver/e-source-extension.h include/evolution-data-server/libedataserver/e-source-goa.h +include/evolution-data-server/libedataserver/e-source-ldap.h +include/evolution-data-server/libedataserver/e-source-local.h include/evolution-data-server/libedataserver/e-source-mail-account.h include/evolution-data-server/libedataserver/e-source-mail-composition.h include/evolution-data-server/libedataserver/e-source-mail-identity.h @@ -252,19 +257,23 @@ include/evolution-data-server/libedatase include/evolution-data-server/libedataserver/e-source-selectable.h include/evolution-data-server/libedataserver/e-source-smime.h include/evolution-data-server/libedataserver/e-source-uoa.h +include/evolution-data-server/libedataserver/e-source-weather.h include/evolution-data-server/libedataserver/e-source-webdav.h include/evolution-data-server/libedataserver/e-source.h include/evolution-data-server/libedataserver/e-time-utils.h include/evolution-data-server/libedataserver/e-uid.h include/evolution-data-server/libedataserver/e-url.h +include/evolution-data-server/libedataserver/e-webdav-discover.h include/evolution-data-server/libedataserver/e-xml-hash-utils.h include/evolution-data-server/libedataserver/e-xml-utils.h include/evolution-data-server/libedataserver/eds-version.h include/evolution-data-server/libedataserver/libedataserver.h +include/evolution-data-server/libedataserverui/e-cell-renderer-color.h include/evolution-data-server/libedataserverui/e-credentials-prompter-impl-password.h include/evolution-data-server/libedataserverui/e-credentials-prompter-impl.h include/evolution-data-server/libedataserverui/e-credentials-prompter.h include/evolution-data-server/libedataserverui/e-trust-prompt.h +include/evolution-data-server/libedataserverui/e-webdav-discover-widget.h include/evolution-data-server/libedataserverui/libedataserverui.h lib/evolution-data-server/addressbook-backends/libebookbackendfile.a lib/evolution-data-server/addressbook-backends/libebookbackendfile.so @@ -326,8 +335,8 @@ lib/evolution-data-server/registry-modul lib/evolution-data-server/registry-modules/module-yahoo-backend.so lib/libcamel-%%EVO_VERSION%%.a lib/libcamel-%%EVO_VERSION%%.so -lib/libcamel-%%EVO_VERSION%%.so.52 -lib/libcamel-%%EVO_VERSION%%.so.52.0.0 +lib/libcamel-%%EVO_VERSION%%.so.54 +lib/libcamel-%%EVO_VERSION%%.so.54.0.0 lib/libebackend-%%EVO_VERSION%%.a lib/libebackend-%%EVO_VERSION%%.so lib/libebackend-%%EVO_VERSION%%.so.10 @@ -338,24 +347,24 @@ lib/libebook-%%EVO_VERSION%%.so.16 lib/libebook-%%EVO_VERSION%%.so.16.3.1 lib/libebook-contacts-%%EVO_VERSION%%.a lib/libebook-contacts-%%EVO_VERSION%%.so -lib/libebook-contacts-%%EVO_VERSION%%.so.1 -lib/libebook-contacts-%%EVO_VERSION%%.so.1.0.0 +lib/libebook-contacts-%%EVO_VERSION%%.so.2 +lib/libebook-contacts-%%EVO_VERSION%%.so.2.0.0 lib/libecal-%%EVO_VERSION%%.a lib/libecal-%%EVO_VERSION%%.so -lib/libecal-%%EVO_VERSION%%.so.18 -lib/libecal-%%EVO_VERSION%%.so.18.0.0 +lib/libecal-%%EVO_VERSION%%.so.19 +lib/libecal-%%EVO_VERSION%%.so.19.0.0 lib/libedata-book-%%EVO_VERSION%%.a lib/libedata-book-%%EVO_VERSION%%.so lib/libedata-book-%%EVO_VERSION%%.so.25 lib/libedata-book-%%EVO_VERSION%%.so.25.0.0 lib/libedata-cal-%%EVO_VERSION%%.a *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Feb 14 19:07:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 013A4AA8C1C; Sun, 14 Feb 2016 19:07:54 +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 C0F6218F2; Sun, 14 Feb 2016 19:07:53 +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 u1EJ7qA0056618; Sun, 14 Feb 2016 19:07:52 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EJ7qFD056617; Sun, 14 Feb 2016 19:07:52 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201602141907.u1EJ7qFD056617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 14 Feb 2016 19:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408882 - in head/databases: postgresql90-server/files postgresql91-server/files postgresql92-server/files postgresql93-server/files postgresql94-server/files postgresql95-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 19:07:54 -0000 Author: girgen Date: Sun Feb 14 19:07:52 2016 New Revision: 408882 URL: https://svnweb.freebsd.org/changeset/ports/408882 Log: Adjust [no]keywords svn properties Suggested by: junovitch@ Modified: Directory Properties: head/databases/postgresql90-server/files/502.pgsql.in (props changed) head/databases/postgresql91-server/files/502.pgsql.in (props changed) head/databases/postgresql92-server/files/502.pgsql.in (props changed) head/databases/postgresql93-server/files/502.pgsql.in (props changed) head/databases/postgresql94-server/files/502.pgsql.in (props changed) head/databases/postgresql95-server/files/502.pgsql.in (props changed) From owner-svn-ports-head@freebsd.org Sun Feb 14 19:11:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFEF0AA8E19; Sun, 14 Feb 2016 19:11:36 +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 BFE291AD5; Sun, 14 Feb 2016 19:11:36 +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 u1EJBZLI059308; Sun, 14 Feb 2016 19:11:35 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EJBZYb059306; Sun, 14 Feb 2016 19:11:35 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201602141911.u1EJBZYb059306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 14 Feb 2016 19:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408883 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 19:11:37 -0000 Author: girgen Date: Sun Feb 14 19:11:35 2016 New Revision: 408883 URL: https://svnweb.freebsd.org/changeset/ports/408883 Log: Correct URL. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 14 19:07:52 2016 (r408882) +++ head/security/vuxml/vuln.xml Sun Feb 14 19:11:35 2016 (r408883) @@ -152,7 +152,7 @@ Notes:

PostgreSQL project reports:

-
+

Security Fixes for Regular Expressions, PL/Java

From owner-svn-ports-head@freebsd.org Sun Feb 14 19:21:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDB8AAA8164; Sun, 14 Feb 2016 19:21:34 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 919181E13; Sun, 14 Feb 2016 19:21:34 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EJLXi8060796; Sun, 14 Feb 2016 19:21:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EJLVX3060777; Sun, 14 Feb 2016 19:21:31 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602141921.u1EJLVX3060777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 14 Feb 2016 19:21:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408884 - in head: . Mk archivers archivers/php5-bz2 archivers/php5-phar archivers/php5-zip archivers/php5-zlib converters converters/php5-iconv converters/php5-mbstring converters/php5... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 19:21:35 -0000 Author: rene Date: Sun Feb 14 19:21:31 2016 New Revision: 408884 URL: https://svnweb.freebsd.org/changeset/ports/408884 Log: Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the ports expired last month. Adjust Mk/bsd.php.mk Reviewed by: antoine, marino Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D5278 Deleted: head/archivers/php5-bz2/ head/archivers/php5-phar/ head/archivers/php5-zip/ head/archivers/php5-zlib/ head/converters/php5-iconv/ head/converters/php5-mbstring/ head/converters/php5-recode/ head/databases/php5-dba/ head/databases/php5-interbase/ head/databases/php5-mssql/ head/databases/php5-mysql/ head/databases/php5-mysqli/ head/databases/php5-odbc/ head/databases/php5-pdo/ head/databases/php5-pdo_dblib/ head/databases/php5-pdo_firebird/ head/databases/php5-pdo_mysql/ head/databases/php5-pdo_odbc/ head/databases/php5-pdo_pgsql/ head/databases/php5-pdo_sqlite/ head/databases/php5-pgsql/ head/databases/php5-sqlite3/ head/databases/php5-sybase_ct/ head/devel/php5-gettext/ head/devel/php5-json/ head/devel/php5-pcntl/ head/devel/php5-readline/ head/devel/php5-shmop/ head/devel/php5-sysvmsg/ head/devel/php5-sysvsem/ head/devel/php5-sysvshm/ head/devel/php5-tokenizer/ head/ftp/php5-curl/ head/ftp/php5-ftp/ head/graphics/php5-exif/ head/graphics/php5-gd/ head/lang/php5/ head/lang/php5-extensions/ head/mail/php5-imap/ head/math/php5-bcmath/ head/math/php5-gmp/ head/misc/php5-calendar/ head/net-mgmt/php5-snmp/ head/net/php5-ldap/ head/net/php5-soap/ head/net/php5-sockets/ head/net/php5-xmlrpc/ head/security/php5-filter/ head/security/php5-hash/ head/security/php5-mcrypt/ head/security/php5-openssl/ head/sysutils/php5-fileinfo/ head/sysutils/php5-posix/ head/textproc/php5-ctype/ head/textproc/php5-dom/ head/textproc/php5-pspell/ head/textproc/php5-simplexml/ head/textproc/php5-wddx/ head/textproc/php5-xml/ head/textproc/php5-xmlreader/ head/textproc/php5-xmlwriter/ head/textproc/php5-xsl/ head/www/mod_php5/ head/www/pecl-zendopcache/ head/www/php5-session/ head/www/php5-tidy/ Modified: head/MOVED head/Mk/bsd.php.mk head/archivers/Makefile head/converters/Makefile head/databases/Makefile head/devel/Makefile head/ftp/Makefile head/graphics/Makefile head/graphics/mapserver/Makefile head/lang/Makefile head/mail/Makefile head/math/Makefile head/misc/Makefile head/net-mgmt/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 14 19:11:35 2016 (r408883) +++ head/MOVED Sun Feb 14 19:21:31 2016 (r408884) @@ -8139,3 +8139,69 @@ security/py-openid|security/py-python-op ports-mgmt/tinderbox-devel|ports-mgmt/tinderbox|2016-02-14|Has expired: use newer stable version (ports-mgmt/tinderbox) deskutils/alacarte||2016-02-10|Not part of GNOME anymore deskutils/gnome-shell-extension-calculator||2016-02-10|Obsolete. gnome-calculator provides the functionality since GNOME 3.14 +archivers/php5-bz2||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +archivers/php5-phar||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +archivers/php5-zip||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +archivers/php5-zlib||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +converters/php5-iconv||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +converters/php5-mbstring||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +converters/php5-recode||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-dba||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-interbase||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-mssql||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-mysql||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-mysqli||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-odbc||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-pdo||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-pdo_dblib||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-pdo_firebird||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-pdo_mysql||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-pdo_odbc||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-pdo_pgsql||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-pdo_sqlite||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-pgsql||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-sqlite3||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +databases/php5-sybase_ct||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-gettext||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-json||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-pcntl||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-readline||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-shmop||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-sysvmsg||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-sysvsem||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-sysvshm||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +devel/php5-tokenizer||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +ftp/php5-curl||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +ftp/php5-ftp||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +graphics/php5-exif||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +graphics/php5-gd||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +lang/php5||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +lang/php5-extensions||2016-02-14|PHP 5.4 EOL reached +mail/php5-imap||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +math/php5-bcmath||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +math/php5-gmp||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +misc/php5-calendar||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +net/php5-ldap||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +net/php5-soap||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +net/php5-sockets||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +net/php5-xmlrpc||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +net-mgmt/php5-snmp||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +security/php5-filter||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +security/php5-hash||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +security/php5-mcrypt||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +security/php5-openssl||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +sysutils/php5-fileinfo||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +sysutils/php5-posix||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-ctype||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-dom||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-pspell||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-simplexml||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-wddx||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-xml||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-xmlreader||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-xmlwriter||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +textproc/php5-xsl||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +www/mod_php5||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +www/pecl-zendopcache||2016-02-14|PHP 5.4 EOL reached +www/php5-session||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +www/php5-tidy||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php Modified: head/Mk/bsd.php.mk ============================================================================== --- head/Mk/bsd.php.mk Sun Feb 14 19:11:35 2016 (r408883) +++ head/Mk/bsd.php.mk Sun Feb 14 19:21:31 2016 (r408884) @@ -56,21 +56,15 @@ PHP_EXT_DIR!= ${PHPBASE}/bin/php-config DEFAULT_PHP_VER?= ${PHP_DEFAULT:S/.//} PHP_VER?= ${DEFAULT_PHP_VER} -.if ${PHP_VER} == 53 -PHP_EXT_DIR= 20090626 -PHP_EXT_INC= pcre spl -.elif ${PHP_VER} == 56 +.if ${PHP_VER} == 56 PHP_EXT_DIR= 20131226 PHP_EXT_INC= pcre spl .elif ${PHP_VER} == 55 PHP_EXT_DIR= 20121212 PHP_EXT_INC= pcre spl -.elif ${PHP_VER} == 54 -PHP_VER= 5 -PHP_EXT_DIR= 20100525 -PHP_EXT_INC= pcre spl .else -PHP_EXT_DIR= 20100525 +# (rene) default to DEFAULT_VERSIONS +PHP_EXT_DIR= 20131226 PHP_EXT_INC= pcre spl .endif @@ -93,13 +87,11 @@ PHP_SAPI?= "" .endif # .if exists(${PHPBASE}/etc/php.conf) PHP_EXT_INC?= "" -PHP5_LAST_VER= 54 - .if defined(IGNORE_WITH_PHP) . for VER in ${IGNORE_WITH_PHP} . if ${PHP_VER} == "${VER}" IGNORE= cannot be installed: doesn't work with lang/php${PHP_VER} port\ - (doesn't support PHP ${IGNORE_WITH_PHP:C/^5$/${PHP5_LAST_VER}/:C/^5/5./}) + (doesn't support PHP ${IGNORE_WITH_PHP:C/^5/5./}) . endif . endfor .endif @@ -110,11 +102,6 @@ check-makevars:: @${ECHO_CMD} "If you define WANT_PHP_WEB you cannot set also WANT_PHP_CGI" @${ECHO_CMD} "or WANT_PHP_MOD. Use only one of them." @${FALSE} -. elif defined(PHP_VERSION) && ${PHP_VER} == 53 && ${PHP_SAPI:Mcgi} == "" && ${PHP_SAPI:Mfpm} == "" && ${PHP_SAPI:Mmod} == "" -check-makevars:: - @${ECHO_CMD} "This port requires the Apache Module or the CGI version of PHP, but you have" - @${ECHO_CMD} "already installed a PHP port without them." - @${FALSE} . endif .endif @@ -136,15 +123,6 @@ check-makevars:: . endif .endif -.if defined(WANT_PHP_MOD) -. if defined(PHP_VERSION) && ${PHP_VER} == 53 && ${PHP_SAPI:Mmod} == "" -check-makevars:: - @${ECHO_CMD} "This port requires the Apache Module for PHP, but you have already" - @${ECHO_CMD} "installed a PHP port without the Apache Module." - @${FALSE} -. endif -.endif - .if defined(WANT_PHP_EMB) . if defined(PHP_VERSION) && ${PHP_SAPI:Membed} == "" check-makevars:: @@ -155,11 +133,7 @@ check-makevars:: .endif PHP_PORT?= lang/php${PHP_VER} -.if ${PHP_VER} == 53 -MOD_PHP_PORT?= ${PHP_PORT} -.else MOD_PHP_PORT?= www/mod_php${PHP_VER} -.endif .if defined(USE_PHP_BUILD) BUILD_DEPENDS+= ${PHPBASE}/include/php/main/php.h:${PORTSDIR}/${PHP_PORT} @@ -276,8 +250,6 @@ _USE_PHP_ALL= apc bcmath bitset bz2 cale sockets spl sybase_ct sysvmsg sysvsem sysvshm \ tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib # version specific components -_USE_PHP_VER5= ${_USE_PHP_ALL} phar sqlite3 -_USE_PHP_VER53= ${_USE_PHP_ALL} phar sqlite sqlite3 _USE_PHP_VER55= ${_USE_PHP_ALL} phar sqlite3 _USE_PHP_VER56= ${_USE_PHP_ALL} phar sqlite3 @@ -318,8 +290,6 @@ odbc_DEPENDS= databases/php${PHP_VER}-od oci8_DEPENDS= databases/php${PHP_VER}-oci8 .if ${PHP_VER} == 55 || ${PHP_VER} == 56 opcache_DEPENDS= www/php${PHP_VER}-opcache -.else -opcache_DEPENDS= www/pecl-zendopcache .endif openssl_DEPENDS=security/php${PHP_VER}-openssl pcntl_DEPENDS= devel/php${PHP_VER}-pcntl Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/archivers/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -141,11 +141,7 @@ SUBDIR += pecl-phk SUBDIR += pecl-rar SUBDIR += php-horde_lz4 - SUBDIR += php5-bz2 - SUBDIR += php5-phar SUBDIR += php5-snappy - SUBDIR += php5-zip - SUBDIR += php5-zlib SUBDIR += php55-bz2 SUBDIR += php55-phar SUBDIR += php55-zip Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/converters/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -134,9 +134,6 @@ SUBDIR += pecl-fribidi SUBDIR += pecl-igbinary SUBDIR += php5-bsdconv - SUBDIR += php5-iconv - SUBDIR += php5-mbstring - SUBDIR += php5-recode SUBDIR += php55-iconv SUBDIR += php55-mbstring SUBDIR += php55-recode Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/databases/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -579,23 +579,7 @@ SUBDIR += pgworksheet SUBDIR += php-adodb-ext SUBDIR += php-mdcached - SUBDIR += php5-dba - SUBDIR += php5-interbase - SUBDIR += php5-mssql - SUBDIR += php5-mysql - SUBDIR += php5-mysqli - SUBDIR += php5-odbc - SUBDIR += php5-pdo SUBDIR += php5-pdo_cassandra - SUBDIR += php5-pdo_dblib - SUBDIR += php5-pdo_firebird - SUBDIR += php5-pdo_mysql - SUBDIR += php5-pdo_odbc - SUBDIR += php5-pdo_pgsql - SUBDIR += php5-pdo_sqlite - SUBDIR += php5-pgsql - SUBDIR += php5-sqlite3 - SUBDIR += php5-sybase_ct SUBDIR += php5-tarantool SUBDIR += php55-dba SUBDIR += php55-interbase Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/devel/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -3745,19 +3745,10 @@ SUBDIR += php5-blitz-devel SUBDIR += php5-dav SUBDIR += php5-geshi - SUBDIR += php5-gettext SUBDIR += php5-ice - SUBDIR += php5-json SUBDIR += php5-msgpack - SUBDIR += php5-pcntl SUBDIR += php5-pinba - SUBDIR += php5-readline - SUBDIR += php5-shmop - SUBDIR += php5-sysvmsg - SUBDIR += php5-sysvsem - SUBDIR += php5-sysvshm SUBDIR += php5-thrift - SUBDIR += php5-tokenizer SUBDIR += php55-gettext SUBDIR += php55-json SUBDIR += php55-pcntl Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/ftp/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -63,8 +63,6 @@ SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd - SUBDIR += php5-curl - SUBDIR += php5-ftp SUBDIR += php55-curl SUBDIR += php55-ftp SUBDIR += php56-curl Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/graphics/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -765,9 +765,7 @@ SUBDIR += php-gdal SUBDIR += php-libpuzzle SUBDIR += php-magickwand - SUBDIR += php5-exif SUBDIR += php5-ffmpeg - SUBDIR += php5-gd SUBDIR += php55-exif SUBDIR += php55-gd SUBDIR += php56-exif Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/graphics/mapserver/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -125,8 +125,8 @@ CMAKE_ARGS+= -DWITH_POSTGIS=0 .endif .if ${PORT_OPTIONS:MPHP} -BUILD_DEPENDS+= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php5 -RUN_BUILDS+= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php5 +BUILD_DEPENDS+= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php56 +RUN_BUILDS+= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php56 PHP_EXTENSION_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e "s,/usr/local/,," CMAKE_ARGS+= -DWITH_PHP=1 PLIST_SUB+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/lang/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -245,8 +245,6 @@ SUBDIR += pharo SUBDIR += phc SUBDIR += php-mode.el - SUBDIR += php5 - SUBDIR += php5-extensions SUBDIR += php55 SUBDIR += php55-extensions SUBDIR += php56 Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/mail/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -466,7 +466,6 @@ SUBDIR += pflogsumm SUBDIR += pfqueue SUBDIR += pgpsendmail - SUBDIR += php5-imap SUBDIR += php55-imap SUBDIR += php56-imap SUBDIR += phplist Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/math/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -556,8 +556,6 @@ SUBDIR += pecl-bitset SUBDIR += pecl-stats SUBDIR += pecl-trader - SUBDIR += php5-bcmath - SUBDIR += php5-gmp SUBDIR += php55-bcmath SUBDIR += php55-gmp SUBDIR += php56-bcmath Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/misc/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -360,7 +360,6 @@ SUBDIR += pear-Text_Figlet SUBDIR += pecl-timezonedb SUBDIR += pfm - SUBDIR += php5-calendar SUBDIR += php55-calendar SUBDIR += php56-calendar SUBDIR += phraze Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/net-mgmt/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -252,7 +252,6 @@ SUBDIR += pandorafms_server SUBDIR += percona-monitoring-plugins SUBDIR += pftabled - SUBDIR += php5-snmp SUBDIR += php55-snmp SUBDIR += php56-snmp SUBDIR += phpip Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/net/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -884,10 +884,6 @@ SUBDIR += pen SUBDIR += pfinger SUBDIR += phamm - SUBDIR += php5-ldap - SUBDIR += php5-soap - SUBDIR += php5-sockets - SUBDIR += php5-xmlrpc SUBDIR += php55-ldap SUBDIR += php55-soap SUBDIR += php55-sockets Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/security/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -752,10 +752,6 @@ SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += php-suhosin - SUBDIR += php5-filter - SUBDIR += php5-hash - SUBDIR += php5-mcrypt - SUBDIR += php5-openssl SUBDIR += php55-filter SUBDIR += php55-hash SUBDIR += php55-mcrypt Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/sysutils/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -730,8 +730,6 @@ SUBDIR += pftables SUBDIR += pftop SUBDIR += phantom - SUBDIR += php5-fileinfo - SUBDIR += php5-posix SUBDIR += php55-fileinfo SUBDIR += php55-posix SUBDIR += php56-fileinfo Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/textproc/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -1165,15 +1165,6 @@ SUBDIR += perl2html SUBDIR += permute SUBDIR += php-mecab - SUBDIR += php5-ctype - SUBDIR += php5-dom - SUBDIR += php5-pspell - SUBDIR += php5-simplexml - SUBDIR += php5-wddx - SUBDIR += php5-xml - SUBDIR += php5-xmlreader - SUBDIR += php5-xmlwriter - SUBDIR += php5-xsl SUBDIR += php55-ctype SUBDIR += php55-dom SUBDIR += php55-pspell Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Feb 14 19:11:35 2016 (r408883) +++ head/www/Makefile Sun Feb 14 19:21:31 2016 (r408884) @@ -489,7 +489,6 @@ SUBDIR += mod_myvhost SUBDIR += mod_ntlm2 SUBDIR += mod_perl2 - SUBDIR += mod_php5 SUBDIR += mod_php55 SUBDIR += mod_php56 SUBDIR += mod_proctitle @@ -1433,7 +1432,6 @@ SUBDIR += pecl-varnish SUBDIR += pecl-yaf SUBDIR += pecl-yar - SUBDIR += pecl-zendopcache SUBDIR += perlbal SUBDIR += pglogd SUBDIR += phalcon @@ -1441,8 +1439,6 @@ SUBDIR += php-plurk-api SUBDIR += php-screw SUBDIR += php-templates - SUBDIR += php5-session - SUBDIR += php5-tidy SUBDIR += php55-opcache SUBDIR += php55-session SUBDIR += php55-tidy From owner-svn-ports-head@freebsd.org Sun Feb 14 19:43:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9CA4AA8B47; Sun, 14 Feb 2016 19:43:53 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC9EA65; Sun, 14 Feb 2016 19:43:53 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone.nc-us.unovitch.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 0B98E100C; Sun, 14 Feb 2016 19:43:52 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Sun, 14 Feb 2016 14:43:52 -0500 From: Jason Unovitch To: Palle Girgensohn Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408882 - in head/databases: postgresql90-server/files postgresql91-server/files postgresql92-server/files postgresql93-server/files postgresql94-server/files postgresql95-server/files Message-ID: <20160214194352.GA25015@Silverstone.nc-us.unovitch.com> References: <201602141907.u1EJ7qFD056617@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <201602141907.u1EJ7qFD056617@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 19:43:53 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On Sun, Feb 14, 2016 at 07:07:52PM +0000, Palle Girgensohn wrote: > Author: girgen > Date: Sun Feb 14 19:07:52 2016 > New Revision: 408882 > URL: https://svnweb.freebsd.org/changeset/ports/408882 > > Log: > Adjust [no]keywords svn properties > > Suggested by: junovitch@ > > Modified: > Directory Properties: > head/databases/postgresql90-server/files/502.pgsql.in (props changed) > head/databases/postgresql91-server/files/502.pgsql.in (props changed) > head/databases/postgresql92-server/files/502.pgsql.in (props changed) > head/databases/postgresql93-server/files/502.pgsql.in (props changed) > head/databases/postgresql94-server/files/502.pgsql.in (props changed) > head/databases/postgresql95-server/files/502.pgsql.in (props changed) > This still isn't correct: svn pl -v databases/postgresql95-server/files/502.pgsql.in Properties on 'databases/postgresql95-server/files/502.pgsql.in': fbsd:keywords postgresql90-server/files/502.pgsql.in svn:eol-style native svn:mime-type text/plain It should be fixed via: svn pd fbsd:keywords databases/postgresql9*-server/files/502.pgsql.in svn ps svn:keywords FreeBSD=%H databases/postgresql9*-server/files/502.pgsql.in Then it will reflect the 'FreeBSD=%H' and the $FreeBSD$ tag will be expanded properly. svn pl -v databases/postgresql95-server/files/502.pgsql.in Properties on 'databases/postgresql95-server/files/502.pgsql.in': svn:eol-style native svn:keywords FreeBSD=%H svn:mime-type text/plain -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJWwNjyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NURGNTQ1OTkzQkJFMzc3OTNDQUNERUU2 RkQ0OUMzMDE2MUNBQTZFAAoJEG/UnDAWHKpuOEcH/iriTWu5eXs0e7sYYTWmp6p8 l10xfZEXmHcdIzS8VvubWCG4FVbBGO1DYc9cFO3DBvqiVV+xlXeDGaOe5tBqen90 /l5KEZmYdMBkeOvIC/DF3j9KP7Wgmo3EfomjDrQYje2QygXZ6/B9+gd3ss3l6lkG X1qj2eFG2x7Iiudoa3HDxpi747my01lOYG98YBLGoSD5zxtMZTpfrotOwHVLo62q grQQmyWoq7S2+7wIeVDfiWn2HKwDcXBt5rQyVDFNwvH6TonNgpS/9k+HjvNroe8E oRZELMFg8M/vGsZoWGCBByAwrJIavT9X8tGuk/AcetM0XDNP2hgceS5H8+uDImA= =f7VA -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Sun Feb 14 19:53:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 760C7AA8ED4; Sun, 14 Feb 2016 19:53:33 +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 41EC8F3D; Sun, 14 Feb 2016 19:53:33 +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 u1EJrWDc073116; Sun, 14 Feb 2016 19:53:32 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EJrW4Y073115; Sun, 14 Feb 2016 19:53:32 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201602141953.u1EJrW4Y073115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 14 Feb 2016 19:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408886 - in head/databases: postgresql90-server/files postgresql91-server/files postgresql92-server/files postgresql93-server/files postgresql94-server/files postgresql95-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 19:53:33 -0000 Author: girgen Date: Sun Feb 14 19:53:32 2016 New Revision: 408886 URL: https://svnweb.freebsd.org/changeset/ports/408886 Log: Second go at adjusting svn properties. Suggested by: junovitch@ Modified: Directory Properties: head/databases/postgresql90-server/files/502.pgsql.in (props changed) head/databases/postgresql91-server/files/502.pgsql.in (props changed) head/databases/postgresql92-server/files/502.pgsql.in (props changed) head/databases/postgresql93-server/files/502.pgsql.in (props changed) head/databases/postgresql94-server/files/502.pgsql.in (props changed) head/databases/postgresql95-server/files/502.pgsql.in (props changed) From owner-svn-ports-head@freebsd.org Sun Feb 14 20:03:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A8B5AA82EE; Sun, 14 Feb 2016 20:03:29 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mail.pingpong.net (mail.pingpong.net [79.136.116.202]) by mx1.freebsd.org (Postfix) with ESMTP id B794D12F5; Sun, 14 Feb 2016 20:03:28 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from [10.0.1.9] (h-155-4-128-242.na.cust.bahnhof.se [155.4.128.242]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.pingpong.net (Postfix) with ESMTPSA id 1951A1332F; Sun, 14 Feb 2016 21:03:26 +0100 (CET) Subject: Re: svn commit: r408882 - in head/databases: postgresql90-server/files postgresql91-server/files postgresql92-server/files postgresql93-server/files postgresql94-server/files postgresql95-server/files Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: multipart/signed; boundary="Apple-Mail=_B822DD7E-E194-4367-8DBC-5427990C5EF2"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Pgp-Agent: GPGMail 2.6b2 From: Palle Girgensohn In-Reply-To: <20160214194352.GA25015@Silverstone.nc-us.unovitch.com> Date: Sun, 14 Feb 2016 21:03:25 +0100 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-Id: <4AAB25C2-8B1F-4E86-8F2E-96EC3B78C7E7@FreeBSD.org> References: <201602141907.u1EJ7qFD056617@repo.freebsd.org> <20160214194352.GA25015@Silverstone.nc-us.unovitch.com> To: Jason Unovitch X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 20:03:29 -0000 --Apple-Mail=_B822DD7E-E194-4367-8DBC-5427990C5EF2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > 14 feb. 2016 kl. 20:43 skrev Jason Unovitch : >=20 > Signerat PGP-del > On Sun, Feb 14, 2016 at 07:07:52PM +0000, Palle Girgensohn wrote: > > Author: girgen > > Date: Sun Feb 14 19:07:52 2016 > > New Revision: 408882 > > URL: https://svnweb.freebsd.org/changeset/ports/408882 > > > > Log: > > Adjust [no]keywords svn properties > > > > Suggested by: junovitch@ > > > > Modified: > > Directory Properties: > > head/databases/postgresql90-server/files/502.pgsql.in (props = changed) > > head/databases/postgresql91-server/files/502.pgsql.in (props = changed) > > head/databases/postgresql92-server/files/502.pgsql.in (props = changed) > > head/databases/postgresql93-server/files/502.pgsql.in (props = changed) > > head/databases/postgresql94-server/files/502.pgsql.in (props = changed) > > head/databases/postgresql95-server/files/502.pgsql.in (props = changed) > > >=20 > This still isn't correct: >=20 > svn pl -v databases/postgresql95-server/files/502.pgsql.in > Properties on 'databases/postgresql95-server/files/502.pgsql.in': > fbsd:keywords > postgresql90-server/files/502.pgsql.in > svn:eol-style > native > svn:mime-type > text/plain >=20 > It should be fixed via: > svn pd fbsd:keywords databases/postgresql9*-server/files/502.pgsql.in > svn ps svn:keywords FreeBSD=3D%H = databases/postgresql9*-server/files/502.pgsql.in >=20 > Then it will reflect the 'FreeBSD=3D%H' and the $FreeBSD$ tag will be > expanded properly. >=20 > svn pl -v databases/postgresql95-server/files/502.pgsql.in > Properties on 'databases/postgresql95-server/files/502.pgsql.in': > svn:eol-style > native > svn:keywords > FreeBSD=3D%H > svn:mime-type > text/plain >=20 Thanks, for sorting this out. I read = https://wiki.freebsd.org/PortsSubversionPrimer#Properties so no I know = how it is supposed to be. :) Palle --Apple-Mail=_B822DD7E-E194-4367-8DBC-5427990C5EF2 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBCAAGBQJWwN2NAAoJEIhV+7FrxBJDqxUH/AumljxiY2lTsI/wxKva5pDt ZiyPtckhUwPk5uz2EUMMKCDIl/A+tAyuaDbdCgtcd+rcs6L6C3tYkQL6UiP/DHzk YgmJMM6poUj+YeJ7gfAZX0yh0P7zi9XOvpV8nMUyhUDOlNN2s5pXLZzQk9CxDEU/ MenbHjmwe/0luU5o+Oh4htIqx0dejvjiM09b4Q2D13AM3pyUs/iiIB4iUzVAivS5 W4g2uSQ9kfodPP31eA0n+0lOInyhgONaytJAdVrQPMfiO3Eeh30BRVNzuSS5DD9I YZxfiaCl5+WhKdPJGbo6PCGjfYwro5AzvHq6Enw2PdZgmM7S2bpfbweQPQMyKfE= =MW85 -----END PGP SIGNATURE----- --Apple-Mail=_B822DD7E-E194-4367-8DBC-5427990C5EF2-- From owner-svn-ports-head@freebsd.org Sun Feb 14 20:19:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC00EAA889F; Sun, 14 Feb 2016 20:19: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 9D60518D6; Sun, 14 Feb 2016 20:19: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 u1EKJv3H079198; Sun, 14 Feb 2016 20:19:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EKJvJL079196; Sun, 14 Feb 2016 20:19:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602142019.u1EKJvJL079196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 14 Feb 2016 20:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408887 - head/devel/elixir-msgpax X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 20:19:58 -0000 Author: olgeni Date: Sun Feb 14 20:19:57 2016 New Revision: 408887 URL: https://svnweb.freebsd.org/changeset/ports/408887 Log: Update devel/elixir-msgpax to version 0.8.2. Modified: head/devel/elixir-msgpax/Makefile head/devel/elixir-msgpax/distinfo Modified: head/devel/elixir-msgpax/Makefile ============================================================================== --- head/devel/elixir-msgpax/Makefile Sun Feb 14 19:53:32 2016 (r408886) +++ head/devel/elixir-msgpax/Makefile Sun Feb 14 20:19:57 2016 (r408887) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= msgpax -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -15,4 +15,6 @@ USES= elixir USE_GITHUB= yes GH_ACCOUNT= lexmag +MIX_REWRITE= yes + .include Modified: head/devel/elixir-msgpax/distinfo ============================================================================== --- head/devel/elixir-msgpax/distinfo Sun Feb 14 19:53:32 2016 (r408886) +++ head/devel/elixir-msgpax/distinfo Sun Feb 14 20:19:57 2016 (r408887) @@ -1,2 +1,2 @@ -SHA256 (lexmag-msgpax-v0.8.1_GH0.tar.gz) = e132398478e7cea7546bed50698a13ed40ef3ed92eb65aaef72dcdbe8c5c269c -SIZE (lexmag-msgpax-v0.8.1_GH0.tar.gz) = 6557 +SHA256 (lexmag-msgpax-v0.8.2_GH0.tar.gz) = ec33c023cdd741d00ce16a243f48d2d64b8f33cc708766ae1a8dcaa43f57cb58 +SIZE (lexmag-msgpax-v0.8.2_GH0.tar.gz) = 8996 From owner-svn-ports-head@freebsd.org Sun Feb 14 20:38:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 411D6AA8FF4; Sun, 14 Feb 2016 20:38:36 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 107A51F21; Sun, 14 Feb 2016 20:38:35 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EKcZMW084819; Sun, 14 Feb 2016 20:38:35 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EKcYDD084817; Sun, 14 Feb 2016 20:38:34 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602142038.u1EKcYDD084817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 20:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408888 - head/www/py-django-tables2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 20:38:36 -0000 Author: junovitch Date: Sun Feb 14 20:38:34 2016 New Revision: 408888 URL: https://svnweb.freebsd.org/changeset/ports/408888 Log: www/py-django-tables2: update 1.0.4 -> 1.0.5; add NO_ARCH Submitted by: Kozlov Sergey (maintainer) Differential Revision: D4671 Modified: head/www/py-django-tables2/Makefile head/www/py-django-tables2/distinfo Modified: head/www/py-django-tables2/Makefile ============================================================================== --- head/www/py-django-tables2/Makefile Sun Feb 14 20:19:57 2016 (r408887) +++ head/www/py-django-tables2/Makefile Sun Feb 14 20:38:34 2016 (r408888) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-tables2 -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +15,8 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \ ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six +NO_ARCH= yes + USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-django-tables2/distinfo ============================================================================== --- head/www/py-django-tables2/distinfo Sun Feb 14 20:19:57 2016 (r408887) +++ head/www/py-django-tables2/distinfo Sun Feb 14 20:38:34 2016 (r408888) @@ -1,2 +1,2 @@ -SHA256 (django-tables2-1.0.4.tar.gz) = 801b1df349f07f5b548cf4b3d5cddfc26e5969079c7d490f179fb649e76d24af -SIZE (django-tables2-1.0.4.tar.gz) = 57679 +SHA256 (django-tables2-1.0.5.tar.gz) = f1407ab766b29acf753cdc1cd40e966589b2a57262e5ecc202c9f3b723f68a79 +SIZE (django-tables2-1.0.5.tar.gz) = 981605 From owner-svn-ports-head@freebsd.org Sun Feb 14 21:07:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D5E9AA8E9A; Sun, 14 Feb 2016 21:07:05 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E49010B6; Sun, 14 Feb 2016 21:07:05 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EL74Ev093652; Sun, 14 Feb 2016 21:07:04 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EL74ku093649; Sun, 14 Feb 2016 21:07:04 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602142107.u1EL74ku093649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 14 Feb 2016 21:07:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408889 - head/games/gcompris X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:07:05 -0000 Author: kwm Date: Sun Feb 14 21:07:04 2016 New Revision: 408889 URL: https://svnweb.freebsd.org/changeset/ports/408889 Log: Update gcompris to 15.10. - update to 15.10. This release brings locale detection bug - update master site - they do not upload new releases to SF anymore - add LICENSE_FILE - replace CFLAGS/LDFLAGS with USES=localbase PR: 207006 Submitted by: rm@ Modified: head/games/gcompris/Makefile head/games/gcompris/distinfo head/games/gcompris/pkg-plist Modified: head/games/gcompris/Makefile ============================================================================== --- head/games/gcompris/Makefile Sun Feb 14 20:38:34 2016 (r408888) +++ head/games/gcompris/Makefile Sun Feb 14 21:07:04 2016 (r408889) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= gcompris -PORTVERSION= 15.02 -PORTREVISION= 1 +PORTVERSION= 15.10 CATEGORIES= games gnome -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= http://gcompris.net/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome2 educational games and activities for kids ages 2 to 10 -LICENSE= GPLv2 +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 @@ -21,15 +21,13 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/au RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ gnucap:${PORTSDIR}/cad/gnucap -USES= display:configure gettext gmake libtool pathfix pkgconfig \ - python:2 shebangfix sqlite tar:bzip2 +USES= display:configure gettext gmake libtool localbase pathfix \ + pkgconfig python:2 shebangfix sqlite tar:bzip2 SHEBANG_FILES= boards/voices/*.sh GNU_CONFIGURE= yes USE_GSTREAMER= yes USE_SDL= mixer USE_GNOME= intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ Modified: head/games/gcompris/distinfo ============================================================================== --- head/games/gcompris/distinfo Sun Feb 14 20:38:34 2016 (r408888) +++ head/games/gcompris/distinfo Sun Feb 14 21:07:04 2016 (r408889) @@ -1,2 +1,2 @@ -SHA256 (gcompris-15.02.tar.bz2) = c3e2f84f459d747b853b0424e366d0ce7b1f4ef00d660cdde5084712cf5c3ad4 -SIZE (gcompris-15.02.tar.bz2) = 272847496 +SHA256 (gcompris-15.10.tar.bz2) = 6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38 +SIZE (gcompris-15.10.tar.bz2) = 279959562 Modified: head/games/gcompris/pkg-plist ============================================================================== --- head/games/gcompris/pkg-plist Sun Feb 14 20:38:34 2016 (r408888) +++ head/games/gcompris/pkg-plist Sun Feb 14 21:07:04 2016 (r408889) @@ -4583,6 +4583,9 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/tuxpaint.svg %%DATADIR%%/boards/tuxpaint.xml %%DATADIR%%/boards/tuxpara.svg +%%DATADIR%%/boards/voices/check_missing_voices.pl +%%DATADIR%%/boards/voices/encodeTo.sh +%%DATADIR%%/boards/voices/updateVoices.sh %%DATADIR%%/boards/voices/HOWTO_ENCODE %%DATADIR%%/boards/voices/af/alphabet/10.ogg %%DATADIR%%/boards/voices/af/alphabet/11.ogg @@ -5355,6 +5358,216 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/br/misc/super.ogg %%DATADIR%%/boards/voices/br/misc/waytogo.ogg %%DATADIR%%/boards/voices/br/misc/welcome.ogg +%%DATADIR%%/boards/voices/ca/alphabet/10.ogg +%%DATADIR%%/boards/voices/ca/alphabet/11.ogg +%%DATADIR%%/boards/voices/ca/alphabet/12.ogg +%%DATADIR%%/boards/voices/ca/alphabet/13.ogg +%%DATADIR%%/boards/voices/ca/alphabet/14.ogg +%%DATADIR%%/boards/voices/ca/alphabet/15.ogg +%%DATADIR%%/boards/voices/ca/alphabet/16.ogg +%%DATADIR%%/boards/voices/ca/alphabet/17.ogg +%%DATADIR%%/boards/voices/ca/alphabet/18.ogg +%%DATADIR%%/boards/voices/ca/alphabet/19.ogg +%%DATADIR%%/boards/voices/ca/alphabet/20.ogg +%%DATADIR%%/boards/voices/ca/alphabet/README +%%DATADIR%%/boards/voices/ca/alphabet/U0030.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0031.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0032.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0033.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0034.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0035.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0036.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0037.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0038.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0039.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0061.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0062.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0063.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0064.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0065.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0066.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0067.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0068.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0069.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U006A.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U006B.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U006C.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U006D.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U006E.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U006F.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0070.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0071.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0072.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0073.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0074.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0075.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0076.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0077.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0078.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U0079.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U007A.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00E0.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00E7.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00E8.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00E9.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00ED.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00EF.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00F2.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00F3.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00FA.ogg +%%DATADIR%%/boards/voices/ca/alphabet/U00FC.ogg +%%DATADIR%%/boards/voices/ca/colors/README +%%DATADIR%%/boards/voices/ca/colors/black.ogg +%%DATADIR%%/boards/voices/ca/colors/blue.ogg +%%DATADIR%%/boards/voices/ca/colors/brown.ogg +%%DATADIR%%/boards/voices/ca/colors/green.ogg +%%DATADIR%%/boards/voices/ca/colors/grey.ogg +%%DATADIR%%/boards/voices/ca/colors/orange.ogg +%%DATADIR%%/boards/voices/ca/colors/pink.ogg +%%DATADIR%%/boards/voices/ca/colors/purple.ogg +%%DATADIR%%/boards/voices/ca/colors/red.ogg +%%DATADIR%%/boards/voices/ca/colors/white.ogg +%%DATADIR%%/boards/voices/ca/colors/yellow.ogg +%%DATADIR%%/boards/voices/ca/intro/2clic.ogg +%%DATADIR%%/boards/voices/ca/intro/README +%%DATADIR%%/boards/voices/ca/intro/advanced_colors.ogg +%%DATADIR%%/boards/voices/ca/intro/algebra_by.ogg +%%DATADIR%%/boards/voices/ca/intro/algebra_guesscount.ogg +%%DATADIR%%/boards/voices/ca/intro/algebra_minus.ogg +%%DATADIR%%/boards/voices/ca/intro/algebra_plus.ogg +%%DATADIR%%/boards/voices/ca/intro/algorithm.ogg +%%DATADIR%%/boards/voices/ca/intro/anim.ogg +%%DATADIR%%/boards/voices/ca/intro/babymatch.ogg +%%DATADIR%%/boards/voices/ca/intro/babyshapes.ogg +%%DATADIR%%/boards/voices/ca/intro/ballcatch.ogg +%%DATADIR%%/boards/voices/ca/intro/bargame.ogg +%%DATADIR%%/boards/voices/ca/intro/billard.ogg +%%DATADIR%%/boards/voices/ca/intro/braille_alphabets.ogg +%%DATADIR%%/boards/voices/ca/intro/braille_fun.ogg +%%DATADIR%%/boards/voices/ca/intro/braille_lotto.ogg +%%DATADIR%%/boards/voices/ca/intro/canal_lock.ogg +%%DATADIR%%/boards/voices/ca/intro/chat.ogg +%%DATADIR%%/boards/voices/ca/intro/chess_computer.ogg +%%DATADIR%%/boards/voices/ca/intro/chess_partyend.ogg +%%DATADIR%%/boards/voices/ca/intro/chronos.ogg +%%DATADIR%%/boards/voices/ca/intro/click_on_letter.ogg +%%DATADIR%%/boards/voices/ca/intro/clickanddraw.ogg +%%DATADIR%%/boards/voices/ca/intro/clickgame.ogg +%%DATADIR%%/boards/voices/ca/intro/clockgame.ogg +%%DATADIR%%/boards/voices/ca/intro/color_mix.ogg +%%DATADIR%%/boards/voices/ca/intro/color_mix_light.ogg +%%DATADIR%%/boards/voices/ca/intro/colors.ogg +%%DATADIR%%/boards/voices/ca/intro/connect4-2players.ogg +%%DATADIR%%/boards/voices/ca/intro/connect4.ogg +%%DATADIR%%/boards/voices/ca/intro/crane.ogg +%%DATADIR%%/boards/voices/ca/intro/details.ogg +%%DATADIR%%/boards/voices/ca/intro/doubleentry.ogg +%%DATADIR%%/boards/voices/ca/intro/draw.ogg +%%DATADIR%%/boards/voices/ca/intro/drawnumber.ogg +%%DATADIR%%/boards/voices/ca/intro/electric.ogg +%%DATADIR%%/boards/voices/ca/intro/enumerate.ogg +%%DATADIR%%/boards/voices/ca/intro/erase.ogg +%%DATADIR%%/boards/voices/ca/intro/erase_clic.ogg +%%DATADIR%%/boards/voices/ca/intro/explore_farm_animals.ogg +%%DATADIR%%/boards/voices/ca/intro/explore_world_animals.ogg +%%DATADIR%%/boards/voices/ca/intro/explore_world_music.ogg +%%DATADIR%%/boards/voices/ca/intro/fifteen.ogg +%%DATADIR%%/boards/voices/ca/intro/followline.ogg +%%DATADIR%%/boards/voices/ca/intro/geo_country.ogg +%%DATADIR%%/boards/voices/ca/intro/geography.ogg +%%DATADIR%%/boards/voices/ca/intro/gletters.ogg +%%DATADIR%%/boards/voices/ca/intro/gnumch-equality.ogg +%%DATADIR%%/boards/voices/ca/intro/gnumch-factors.ogg +%%DATADIR%%/boards/voices/ca/intro/gnumch-inequality.ogg +%%DATADIR%%/boards/voices/ca/intro/gnumch-multiples.ogg +%%DATADIR%%/boards/voices/ca/intro/gnumch-primes.ogg +%%DATADIR%%/boards/voices/ca/intro/guessnumber.ogg +%%DATADIR%%/boards/voices/ca/intro/hangman.ogg +%%DATADIR%%/boards/voices/ca/intro/hanoi.ogg +%%DATADIR%%/boards/voices/ca/intro/hanoi_real.ogg +%%DATADIR%%/boards/voices/ca/intro/hexagon.ogg +%%DATADIR%%/boards/voices/ca/intro/hydroelectric.ogg +%%DATADIR%%/boards/voices/ca/intro/imageid.ogg +%%DATADIR%%/boards/voices/ca/intro/imagename.ogg +%%DATADIR%%/boards/voices/ca/intro/instruments.ogg +%%DATADIR%%/boards/voices/ca/intro/intro_gravity.ogg +%%DATADIR%%/boards/voices/ca/intro/land_safe.ogg +%%DATADIR%%/boards/voices/ca/intro/lang-nature.ogg +%%DATADIR%%/boards/voices/ca/intro/leftright.ogg +%%DATADIR%%/boards/voices/ca/intro/lightsoff.ogg +%%DATADIR%%/boards/voices/ca/intro/louis_braille.ogg +%%DATADIR%%/boards/voices/ca/intro/magic_hat_minus.ogg +%%DATADIR%%/boards/voices/ca/intro/magic_hat_plus.ogg +%%DATADIR%%/boards/voices/ca/intro/maze.ogg +%%DATADIR%%/boards/voices/ca/intro/maze2DRelative.ogg +%%DATADIR%%/boards/voices/ca/intro/maze3D.ogg +%%DATADIR%%/boards/voices/ca/intro/mazeInvisible.ogg +%%DATADIR%%/boards/voices/ca/intro/melody.ogg +%%DATADIR%%/boards/voices/ca/intro/memory.ogg +%%DATADIR%%/boards/voices/ca/intro/memory_add.ogg +%%DATADIR%%/boards/voices/ca/intro/memory_add_minus_mult_div_tux.ogg +%%DATADIR%%/boards/voices/ca/intro/memory_enumerate.ogg +%%DATADIR%%/boards/voices/ca/intro/memory_sound.ogg +%%DATADIR%%/boards/voices/ca/intro/memory_sound_tux.ogg +%%DATADIR%%/boards/voices/ca/intro/memory_tux.ogg +%%DATADIR%%/boards/voices/ca/intro/memory_wordnumber.ogg +%%DATADIR%%/boards/voices/ca/intro/mining.ogg +%%DATADIR%%/boards/voices/ca/intro/missing_letter.ogg +%%DATADIR%%/boards/voices/ca/intro/money.ogg +%%DATADIR%%/boards/voices/ca/intro/money_back.ogg +%%DATADIR%%/boards/voices/ca/intro/mosaic.ogg +%%DATADIR%%/boards/voices/ca/intro/movelearn.ogg +%%DATADIR%%/boards/voices/ca/intro/note_names.ogg +%%DATADIR%%/boards/voices/ca/intro/paintings.ogg +%%DATADIR%%/boards/voices/ca/intro/paratrooper.ogg +%%DATADIR%%/boards/voices/ca/intro/penalty.ogg +%%DATADIR%%/boards/voices/ca/intro/photohunter.ogg +%%DATADIR%%/boards/voices/ca/intro/piano_composition.ogg +%%DATADIR%%/boards/voices/ca/intro/place_your_satellite.ogg +%%DATADIR%%/boards/voices/ca/intro/planegame.ogg +%%DATADIR%%/boards/voices/ca/intro/play_piano.ogg +%%DATADIR%%/boards/voices/ca/intro/play_rhythm.ogg +%%DATADIR%%/boards/voices/ca/intro/railroad.ogg +%%DATADIR%%/boards/voices/ca/intro/redraw.ogg +%%DATADIR%%/boards/voices/ca/intro/redraw_symmetrical.ogg +%%DATADIR%%/boards/voices/ca/intro/scalesboard.ogg +%%DATADIR%%/boards/voices/ca/intro/searace.ogg +%%DATADIR%%/boards/voices/ca/intro/searace1player.ogg +%%DATADIR%%/boards/voices/ca/intro/smallnumbers.ogg +%%DATADIR%%/boards/voices/ca/intro/smallnumbers2.ogg +%%DATADIR%%/boards/voices/ca/intro/submarine.ogg +%%DATADIR%%/boards/voices/ca/intro/sudoku.ogg +%%DATADIR%%/boards/voices/ca/intro/superbrain.ogg +%%DATADIR%%/boards/voices/ca/intro/tangram.ogg +%%DATADIR%%/boards/voices/ca/intro/target.ogg +%%DATADIR%%/boards/voices/ca/intro/traffic.ogg +%%DATADIR%%/boards/voices/ca/intro/watercycle.ogg +%%DATADIR%%/boards/voices/ca/intro/wordprocessor.ogg +%%DATADIR%%/boards/voices/ca/intro/wordsgame.ogg +%%DATADIR%%/boards/voices/ca/misc/README +%%DATADIR%%/boards/voices/ca/misc/about.ogg +%%DATADIR%%/boards/voices/ca/misc/awesome.ogg +%%DATADIR%%/boards/voices/ca/misc/back.ogg +%%DATADIR%%/boards/voices/ca/misc/by.ogg +%%DATADIR%%/boards/voices/ca/misc/check_answer.ogg +%%DATADIR%%/boards/voices/ca/misc/click_on_letter.ogg +%%DATADIR%%/boards/voices/ca/misc/configuration.ogg +%%DATADIR%%/boards/voices/ca/misc/congratulation.ogg +%%DATADIR%%/boards/voices/ca/misc/equal.ogg +%%DATADIR%%/boards/voices/ca/misc/fantastic.ogg +%%DATADIR%%/boards/voices/ca/misc/good.ogg +%%DATADIR%%/boards/voices/ca/misc/great.ogg +%%DATADIR%%/boards/voices/ca/misc/help.ogg +%%DATADIR%%/boards/voices/ca/misc/level.ogg +%%DATADIR%%/boards/voices/ca/misc/minus.ogg +%%DATADIR%%/boards/voices/ca/misc/ok.ogg +%%DATADIR%%/boards/voices/ca/misc/outof.ogg +%%DATADIR%%/boards/voices/ca/misc/perfect.ogg +%%DATADIR%%/boards/voices/ca/misc/plus.ogg +%%DATADIR%%/boards/voices/ca/misc/quit.ogg +%%DATADIR%%/boards/voices/ca/misc/super.ogg +%%DATADIR%%/boards/voices/ca/misc/waytogo.ogg +%%DATADIR%%/boards/voices/ca/misc/welcome.ogg %%DATADIR%%/boards/voices/cs/README %%DATADIR%%/boards/voices/cs/alphabet/10.ogg %%DATADIR%%/boards/voices/cs/alphabet/11.ogg @@ -10614,7 +10827,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/gd/words/yummy.ogg %%DATADIR%%/boards/voices/gd/words/zoo.ogg %%DATADIR%%/boards/voices/generate_voices_rcc.sh -%%DATADIR%%/boards/voices/generate_voices_without_words_rcc.sh %%DATADIR%%/boards/voices/he/alphabet/10.ogg %%DATADIR%%/boards/voices/he/alphabet/100.ogg %%DATADIR%%/boards/voices/he/alphabet/11.ogg @@ -13543,6 +13755,241 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/pt_BR/misc/quit.ogg %%DATADIR%%/boards/voices/pt_BR/misc/super.ogg %%DATADIR%%/boards/voices/pt_BR/misc/welcome.ogg +%%DATADIR%%/boards/voices/pt_BR/misc/awesome.ogg +%%DATADIR%%/boards/voices/pt_BR/misc/check_answer.ogg +%%DATADIR%%/boards/voices/pt_BR/misc/fantastic.ogg +%%DATADIR%%/boards/voices/pt_BR/misc/perfect.ogg +%%DATADIR%%/boards/voices/pt_BR/misc/waytogo.ogg +%%DATADIR%%/boards/voices/pt_BR/words/alligator.ogg +%%DATADIR%%/boards/voices/pt_BR/words/animal.ogg +%%DATADIR%%/boards/voices/pt_BR/words/ate.ogg +%%DATADIR%%/boards/voices/pt_BR/words/athlete.ogg +%%DATADIR%%/boards/voices/pt_BR/words/back.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bait.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bake.ogg +%%DATADIR%%/boards/voices/pt_BR/words/ballet.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bank.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bark.ogg +%%DATADIR%%/boards/voices/pt_BR/words/barn.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bee.ogg +%%DATADIR%%/boards/voices/pt_BR/words/beetle.ogg +%%DATADIR%%/boards/voices/pt_BR/words/beg.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bib.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bite.ogg +%%DATADIR%%/boards/voices/pt_BR/words/blink.ogg +%%DATADIR%%/boards/voices/pt_BR/words/boil.ogg +%%DATADIR%%/boards/voices/pt_BR/words/braid.ogg +%%DATADIR%%/boards/voices/pt_BR/words/brain.ogg +%%DATADIR%%/boards/voices/pt_BR/words/break.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bride.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bridge.ogg +%%DATADIR%%/boards/voices/pt_BR/words/brother.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bug.ogg +%%DATADIR%%/boards/voices/pt_BR/words/bump.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cabin.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cage.ogg +%%DATADIR%%/boards/voices/pt_BR/words/call.ogg +%%DATADIR%%/boards/voices/pt_BR/words/camel.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cap.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cape.ogg +%%DATADIR%%/boards/voices/pt_BR/words/castle.ogg +%%DATADIR%%/boards/voices/pt_BR/words/catch.ogg +%%DATADIR%%/boards/voices/pt_BR/words/centipede.ogg +%%DATADIR%%/boards/voices/pt_BR/words/chat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cheer.ogg +%%DATADIR%%/boards/voices/pt_BR/words/chicken.ogg +%%DATADIR%%/boards/voices/pt_BR/words/chief.ogg +%%DATADIR%%/boards/voices/pt_BR/words/child.ogg +%%DATADIR%%/boards/voices/pt_BR/words/chimp.ogg +%%DATADIR%%/boards/voices/pt_BR/words/chin.ogg +%%DATADIR%%/boards/voices/pt_BR/words/chop.ogg +%%DATADIR%%/boards/voices/pt_BR/words/clap.ogg +%%DATADIR%%/boards/voices/pt_BR/words/claw.ogg +%%DATADIR%%/boards/voices/pt_BR/words/clean.ogg +%%DATADIR%%/boards/voices/pt_BR/words/climb.ogg +%%DATADIR%%/boards/voices/pt_BR/words/clown.ogg +%%DATADIR%%/boards/voices/pt_BR/words/coach.ogg +%%DATADIR%%/boards/voices/pt_BR/words/coat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cow.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cowboy.ogg +%%DATADIR%%/boards/voices/pt_BR/words/crab.ogg +%%DATADIR%%/boards/voices/pt_BR/words/crawl.ogg +%%DATADIR%%/boards/voices/pt_BR/words/croak.ogg +%%DATADIR%%/boards/voices/pt_BR/words/crocodile.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cry.ogg +%%DATADIR%%/boards/voices/pt_BR/words/cut.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dad.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dance.ogg +%%DATADIR%%/boards/voices/pt_BR/words/danger.ogg +%%DATADIR%%/boards/voices/pt_BR/words/den.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dig.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dive.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dog.ogg +%%DATADIR%%/boards/voices/pt_BR/words/door.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dragon.ogg +%%DATADIR%%/boards/voices/pt_BR/words/drank.ogg +%%DATADIR%%/boards/voices/pt_BR/words/draw.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dream.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dress.ogg +%%DATADIR%%/boards/voices/pt_BR/words/drive.ogg +%%DATADIR%%/boards/voices/pt_BR/words/drool.ogg +%%DATADIR%%/boards/voices/pt_BR/words/dry.ogg +%%DATADIR%%/boards/voices/pt_BR/words/duck.ogg +%%DATADIR%%/boards/voices/pt_BR/words/ear.ogg +%%DATADIR%%/boards/voices/pt_BR/words/eat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/explore.ogg +%%DATADIR%%/boards/voices/pt_BR/words/face.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fair.ogg +%%DATADIR%%/boards/voices/pt_BR/words/feet.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fell.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fetch.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fin.ogg +%%DATADIR%%/boards/voices/pt_BR/words/find.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fist.ogg +%%DATADIR%%/boards/voices/pt_BR/words/flies.ogg +%%DATADIR%%/boards/voices/pt_BR/words/float.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fly.ogg +%%DATADIR%%/boards/voices/pt_BR/words/foot.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fountain.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fox.ogg +%%DATADIR%%/boards/voices/pt_BR/words/freeze.ogg +%%DATADIR%%/boards/voices/pt_BR/words/friend.ogg +%%DATADIR%%/boards/voices/pt_BR/words/frown.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fun.ogg +%%DATADIR%%/boards/voices/pt_BR/words/fur.ogg +%%DATADIR%%/boards/voices/pt_BR/words/giraffe.ogg +%%DATADIR%%/boards/voices/pt_BR/words/girl.ogg +%%DATADIR%%/boards/voices/pt_BR/words/glove.ogg +%%DATADIR%%/boards/voices/pt_BR/words/gnome.ogg +%%DATADIR%%/boards/voices/pt_BR/words/goat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/grave.ogg +%%DATADIR%%/boards/voices/pt_BR/words/grin.ogg +%%DATADIR%%/boards/voices/pt_BR/words/growl.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hair.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hand.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hatch.ogg +%%DATADIR%%/boards/voices/pt_BR/words/head.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hear.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hen.ogg +%%DATADIR%%/boards/voices/pt_BR/words/herd.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hike.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hip.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hit.ogg +%%DATADIR%%/boards/voices/pt_BR/words/home.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hop.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hound.ogg +%%DATADIR%%/boards/voices/pt_BR/words/howl.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hug.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hunter.ogg +%%DATADIR%%/boards/voices/pt_BR/words/hut.ogg +%%DATADIR%%/boards/voices/pt_BR/words/jog.ogg +%%DATADIR%%/boards/voices/pt_BR/words/judge.ogg +%%DATADIR%%/boards/voices/pt_BR/words/jump.ogg +%%DATADIR%%/boards/voices/pt_BR/words/knee.ogg +%%DATADIR%%/boards/voices/pt_BR/words/kneel.ogg +%%DATADIR%%/boards/voices/pt_BR/words/knight.ogg +%%DATADIR%%/boards/voices/pt_BR/words/knit.ogg +%%DATADIR%%/boards/voices/pt_BR/words/lad.ogg +%%DATADIR%%/boards/voices/pt_BR/words/lamb.ogg +%%DATADIR%%/boards/voices/pt_BR/words/lane.ogg +%%DATADIR%%/boards/voices/pt_BR/words/lap.ogg +%%DATADIR%%/boards/voices/pt_BR/words/lick.ogg +%%DATADIR%%/boards/voices/pt_BR/words/lift.ogg +%%DATADIR%%/boards/voices/pt_BR/words/lip.ogg +%%DATADIR%%/boards/voices/pt_BR/words/look.ogg +%%DATADIR%%/boards/voices/pt_BR/words/mad.ogg +%%DATADIR%%/boards/voices/pt_BR/words/mane.ogg +%%DATADIR%%/boards/voices/pt_BR/words/mate.ogg +%%DATADIR%%/boards/voices/pt_BR/words/meet.ogg +%%DATADIR%%/boards/voices/pt_BR/words/men.ogg +%%DATADIR%%/boards/voices/pt_BR/words/mice.ogg +%%DATADIR%%/boards/voices/pt_BR/words/mole.ogg +%%DATADIR%%/boards/voices/pt_BR/words/mosquito.ogg +%%DATADIR%%/boards/voices/pt_BR/words/mouth.ogg +%%DATADIR%%/boards/voices/pt_BR/words/mule.ogg +%%DATADIR%%/boards/voices/pt_BR/words/nap.ogg +%%DATADIR%%/boards/voices/pt_BR/words/neck.ogg +%%DATADIR%%/boards/voices/pt_BR/words/nose.ogg +%%DATADIR%%/boards/voices/pt_BR/words/owl.ogg +%%DATADIR%%/boards/voices/pt_BR/words/ox.ogg +%%DATADIR%%/boards/voices/pt_BR/words/pal.ogg +%%DATADIR%%/boards/voices/pt_BR/words/paw.ogg +%%DATADIR%%/boards/voices/pt_BR/words/peck.ogg +%%DATADIR%%/boards/voices/pt_BR/words/pet.ogg +%%DATADIR%%/boards/voices/pt_BR/words/play.ogg +%%DATADIR%%/boards/voices/pt_BR/words/plow.ogg +%%DATADIR%%/boards/voices/pt_BR/words/pope.ogg +%%DATADIR%%/boards/voices/pt_BR/words/pounce.ogg +%%DATADIR%%/boards/voices/pt_BR/words/prince.ogg +%%DATADIR%%/boards/voices/pt_BR/words/princess.ogg +%%DATADIR%%/boards/voices/pt_BR/words/puppy.ogg +%%DATADIR%%/boards/voices/pt_BR/words/quarrel.ogg +%%DATADIR%%/boards/voices/pt_BR/words/queen.ogg +%%DATADIR%%/boards/voices/pt_BR/words/rage.ogg +%%DATADIR%%/boards/voices/pt_BR/words/ran.ogg +%%DATADIR%%/boards/voices/pt_BR/words/read.ogg +%%DATADIR%%/boards/voices/pt_BR/words/ride.ogg +%%DATADIR%%/boards/voices/pt_BR/words/rip.ogg +%%DATADIR%%/boards/voices/pt_BR/words/run.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sad.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/scar.ogg +%%DATADIR%%/boards/voices/pt_BR/words/scared.ogg +%%DATADIR%%/boards/voices/pt_BR/words/scarf.ogg +%%DATADIR%%/boards/voices/pt_BR/words/scratch.ogg +%%DATADIR%%/boards/voices/pt_BR/words/scream.ogg +%%DATADIR%%/boards/voices/pt_BR/words/scribble.ogg +%%DATADIR%%/boards/voices/pt_BR/words/see.ogg +%%DATADIR%%/boards/voices/pt_BR/words/shake.ogg +%%DATADIR%%/boards/voices/pt_BR/words/shirt.ogg +%%DATADIR%%/boards/voices/pt_BR/words/short.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sing.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sip.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sit.ogg +%%DATADIR%%/boards/voices/pt_BR/words/skate.ogg +%%DATADIR%%/boards/voices/pt_BR/words/ski.ogg +%%DATADIR%%/boards/voices/pt_BR/words/skin.ogg +%%DATADIR%%/boards/voices/pt_BR/words/skirt.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sleeve.ogg +%%DATADIR%%/boards/voices/pt_BR/words/smell.ogg +%%DATADIR%%/boards/voices/pt_BR/words/smile.ogg +%%DATADIR%%/boards/voices/pt_BR/words/smooch.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sneaker.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sniff.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sock.ogg +%%DATADIR%%/boards/voices/pt_BR/words/spill.ogg +%%DATADIR%%/boards/voices/pt_BR/words/splash.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sport.ogg +%%DATADIR%%/boards/voices/pt_BR/words/spray.ogg +%%DATADIR%%/boards/voices/pt_BR/words/spread.ogg +%%DATADIR%%/boards/voices/pt_BR/words/spring.ogg +%%DATADIR%%/boards/voices/pt_BR/words/squat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/stare.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sting.ogg +%%DATADIR%%/boards/voices/pt_BR/words/stop.ogg +%%DATADIR%%/boards/voices/pt_BR/words/stretch.ogg +%%DATADIR%%/boards/voices/pt_BR/words/study.ogg +%%DATADIR%%/boards/voices/pt_BR/words/suit.ogg +%%DATADIR%%/boards/voices/pt_BR/words/sweat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/swim.ogg +%%DATADIR%%/boards/voices/pt_BR/words/teach.ogg +%%DATADIR%%/boards/voices/pt_BR/words/teacher.ogg +%%DATADIR%%/boards/voices/pt_BR/words/tear.ogg +%%DATADIR%%/boards/voices/pt_BR/words/thigh.ogg +%%DATADIR%%/boards/voices/pt_BR/words/think.ogg +%%DATADIR%%/boards/voices/pt_BR/words/throat.ogg +%%DATADIR%%/boards/voices/pt_BR/words/touch.ogg +%%DATADIR%%/boards/voices/pt_BR/words/vet.ogg +%%DATADIR%%/boards/voices/pt_BR/words/wag.ogg +%%DATADIR%%/boards/voices/pt_BR/words/walk.ogg +%%DATADIR%%/boards/voices/pt_BR/words/wash.ogg +%%DATADIR%%/boards/voices/pt_BR/words/whisk.ogg +%%DATADIR%%/boards/voices/pt_BR/words/whisper.ogg +%%DATADIR%%/boards/voices/pt_BR/words/win.ogg +%%DATADIR%%/boards/voices/pt_BR/words/write.ogg +%%DATADIR%%/boards/voices/pt_BR/words/zoo.ogg %%DATADIR%%/boards/voices/pt_BR/words/content.json %%DATADIR%%/boards/voices/pt_BR/words/content.txt %%DATADIR%%/boards/voices/ru/alphabet/10.ogg @@ -15621,6 +16068,7 @@ share/locale/ast/LC_MESSAGES/gcompris.mo share/locale/az/LC_MESSAGES/gcompris.mo share/locale/bg/LC_MESSAGES/gcompris.mo share/locale/br/LC_MESSAGES/gcompris.mo +share/locale/bs/LC_MESSAGES/gcompris.mo share/locale/ca/LC_MESSAGES/gcompris.mo share/locale/cs/LC_MESSAGES/gcompris.mo share/locale/da/LC_MESSAGES/gcompris.mo @@ -15690,3 +16138,7 @@ share/locale/zh_TW/LC_MESSAGES/gcompris. share/locale/zu/LC_MESSAGES/gcompris.mo share/pixmaps/gcompris-edit.png share/pixmaps/gcompris.png +@dir %%DATADIR%%/boards/gcompris/mimetypes +@dir %%DATADIR%%/boards/geography_country +@dir %%DATADIR%%/boards/mimetypes +@dir %%DATADIR%%/boards/voices/sk/intro From owner-svn-ports-head@freebsd.org Sun Feb 14 21:18:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BE98AA85CD; Sun, 14 Feb 2016 21:18:41 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3365175C; Sun, 14 Feb 2016 21:18:40 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELIddi096693; Sun, 14 Feb 2016 21:18:39 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELIddY096691; Sun, 14 Feb 2016 21:18:39 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602142118.u1ELIddY096691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 21:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408890 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:18:41 -0000 Author: junovitch Date: Sun Feb 14 21:18:39 2016 New Revision: 408890 URL: https://svnweb.freebsd.org/changeset/ports/408890 Log: Add CVE to the OpenSSH 7.0.p1 entry and also mention CVE-2015-6565 Security: CVE-2015-6563 Security: CVE-2015-6564 Security: CVE-2015-6565 Security: https://vuxml.FreeBSD.org/freebsd/2920c449-4850-11e5-825f-c80aa9043978.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 14 21:07:04 2016 (r408889) +++ head/security/vuxml/vuln.xml Sun Feb 14 21:18:39 2016 (r408890) @@ -11174,6 +11174,10 @@ Notes:
+

OpenSSH 6.8 and 6.9 incorrectly set TTYs to be world-writable. + Local attackers may be able to write arbitrary messages to + logged-in users, including terminal escape sequences. Reported + by Nikolay Edigaryev.

Fixed a privilege separation weakness related to PAM support. Attackers who could successfully compromise the pre-authentication process for remote code @@ -11188,11 +11192,14 @@ Notes: http://www.openssh.com/txt/release-7.0 + CVE-2015-6563 + CVE-2015-6564 + CVE-2015-6565 2015-08-11 2015-08-21 - 2016-01-15 + 2016-02-14 From owner-svn-ports-head@freebsd.org Sun Feb 14 21:42:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31D8DAA8E5A; Sun, 14 Feb 2016 21:42:06 +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 06704BD; Sun, 14 Feb 2016 21:42:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELg57K005148; Sun, 14 Feb 2016 21:42:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELg5lv005147; Sun, 14 Feb 2016 21:42:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142142.u1ELg5lv005147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408891 - head/x11-fm/gentoo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:42:06 -0000 Author: amdmi3 Date: Sun Feb 14 21:42:04 2016 New Revision: 408891 URL: https://svnweb.freebsd.org/changeset/ports/408891 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers Modified: head/x11-fm/gentoo/Makefile Modified: head/x11-fm/gentoo/Makefile ============================================================================== --- head/x11-fm/gentoo/Makefile Sun Feb 14 21:18:39 2016 (r408890) +++ head/x11-fm/gentoo/Makefile Sun Feb 14 21:42:04 2016 (r408891) @@ -9,17 +9,15 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Gtk+ based, file manager inspired by DirectoryOpus -LICENSE= GPLv2 - -OPTIONS_DEFINE= FAM DOCS +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk30 USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= MKDIR_P="${MKDIR}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= FAM DOCS FAM_USES= fam FAM_CONFIGURE_ENABLE= fam @@ -35,12 +33,14 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${STAGEDIR}${MANPREFIX}/man/man1/gentoo.1 + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS README.gtkrc \ TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor - cd ${WRKSRC}/docs; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ${RM} -f ${STAGEDIR}${DOCSDIR}/gentoo.1x .include From owner-svn-ports-head@freebsd.org Sun Feb 14 21:44:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2E39AA9004; Sun, 14 Feb 2016 21:44: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 C12AA3A4; Sun, 14 Feb 2016 21:44:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELiH6m005356; Sun, 14 Feb 2016 21:44:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELiH83005353; Sun, 14 Feb 2016 21:44:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142144.u1ELiH83005353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408892 - in head/x11-clocks/mouseclock: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:44:19 -0000 Author: amdmi3 Date: Sun Feb 14 21:44:17 2016 New Revision: 408892 URL: https://svnweb.freebsd.org/changeset/ports/408892 Log: - Add LICENSE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/x11-clocks/mouseclock/Makefile head/x11-clocks/mouseclock/files/patch-Imakefile head/x11-clocks/mouseclock/files/patch-mouseclock.c Modified: head/x11-clocks/mouseclock/Makefile ============================================================================== --- head/x11-clocks/mouseclock/Makefile Sun Feb 14 21:42:04 2016 (r408891) +++ head/x11-clocks/mouseclock/Makefile Sun Feb 14 21:44:17 2016 (r408892) @@ -10,12 +10,15 @@ MASTER_SITES= SUNSITE/X11/clocks MAINTAINER= ports@FreeBSD.org COMMENT= Display the current time using the X root cursor +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= imake:notall USE_XORG= x11 OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/x11-clocks/mouseclock/files/patch-Imakefile ============================================================================== --- head/x11-clocks/mouseclock/files/patch-Imakefile Sun Feb 14 21:42:04 2016 (r408891) +++ head/x11-clocks/mouseclock/files/patch-Imakefile Sun Feb 14 21:44:17 2016 (r408892) @@ -1,20 +1,20 @@ ---- Imakefile.orig 1996-05-05 18:51:27.000000000 +0200 -+++ Imakefile 2013-09-01 17:04:26.000000000 +0200 +--- Imakefile.orig 1996-05-05 16:51:27 UTC ++++ Imakefile @@ -1,16 +1,10 @@ -#define IHaveSubdirs -#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' -+OBJS = mouseclock.o -+SRCS = mouseclock.c -+SYS_LIBRARIES = $(XONLYLIB) - +- - DEPLIBS = $(DEPXLIB) -LOCAL_LIBRARIES = $(XLIB) - CDEBUGFLAGS = - CCOPTIONS = -O3 -s -pipe -Wall ++OBJS = mouseclock.o ++SRCS = mouseclock.c ++SYS_LIBRARIES = $(XONLYLIB) -AllTarget(mouseclock) -- + -MakeMakeSubdirs($(SUBDIRS),install) -SimpleProgramTarget(mouseclock) +ComplexProgramTargetNoMan(mouseclock) Modified: head/x11-clocks/mouseclock/files/patch-mouseclock.c ============================================================================== --- head/x11-clocks/mouseclock/files/patch-mouseclock.c Sun Feb 14 21:42:04 2016 (r408891) +++ head/x11-clocks/mouseclock/files/patch-mouseclock.c Sun Feb 14 21:44:17 2016 (r408892) @@ -1,6 +1,6 @@ ---- mouseclock.c.orig Sun May 5 09:47:18 1996 -+++ mouseclock.c Mon Oct 6 23:09:43 1997 -@@ -31,6 +31,7 @@ +--- mouseclock.c.orig 1996-05-05 16:47:18 UTC ++++ mouseclock.c +@@ -31,6 +31,7 @@ int Scr; Window Root; int shadow_size = 2; int shadow_mode = 1; @@ -8,7 +8,7 @@ /* ---------------------------------------------------------------- */ void -@@ -56,6 +57,7 @@ +@@ -56,6 +57,7 @@ usage (const char *nom) printf ("-display display name\n"); printf ("-fg foreground color\n"); printf ("-fn font to use\n"); @@ -16,7 +16,7 @@ exit (1); } -@@ -266,6 +268,11 @@ +@@ -266,6 +268,11 @@ main (int argc, char **argv) shadow_mode = 0; continue; } @@ -28,7 +28,7 @@ usage (argv[0]); } -@@ -295,7 +302,7 @@ +@@ -295,7 +302,7 @@ main (int argc, char **argv) struct tm *now_tm = localtime (&now); Cursor cur; From owner-svn-ports-head@freebsd.org Sun Feb 14 21:45:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C69AA904E; Sun, 14 Feb 2016 21:45: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 92E276A5; Sun, 14 Feb 2016 21:45: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 u1ELj9I9005500; Sun, 14 Feb 2016 21:45:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELj98f005498; Sun, 14 Feb 2016 21:45:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142145.u1ELj98f005498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:45:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408893 - head/x11-wm/icewm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:45:10 -0000 Author: amdmi3 Date: Sun Feb 14 21:45:09 2016 New Revision: 408893 URL: https://svnweb.freebsd.org/changeset/ports/408893 Log: - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers Modified: head/x11-wm/icewm/Makefile head/x11-wm/icewm/pkg-plist Modified: head/x11-wm/icewm/Makefile ============================================================================== --- head/x11-wm/icewm/Makefile Sun Feb 14 21:44:17 2016 (r408892) +++ head/x11-wm/icewm/Makefile Sun Feb 14 21:45:09 2016 (r408893) @@ -11,8 +11,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Window Manager designed for speed, usability and consistency LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv:translit pkgconfig +USES= gmake iconv:translit localbase pkgconfig USE_XORG= ice sm x11 xext USE_GNOME= gdkpixbuf2 GNU_CONFIGURE= yes @@ -23,9 +24,6 @@ CONFIGURE_ARGS= --enable-guievents \ --with-docdir=${PREFIX}/share/doc \ --with-mkfontdir=${NONEXISTENT} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= BEASTIE ESOUND GNOME LITE MENUFIX NLS XFT XINERAMA \ XRANDR DOCS OPTIONS_DEFINE_i386= ASM @@ -51,26 +49,9 @@ XINERAMA_USE= XORG=xinerama XINERAMA_CONFIGURE_ENABLE= xinerama XRANDR_USE= XORG=xrandr XRANDR_CONFIGURE_ENABLE= xrandr - -.include - -.if ${PORT_OPTIONS:MASM} -CONFIGURE_ARGS+=--enable-x86-asm -.else -CONFIGURE_ARGS+=--disable-x86-asm -.endif - -.if ${PORT_OPTIONS:MBEASTIE} -STARTUP_PIXMAP= ${DATADIR}/taskbar/bsd-daemon.xpm -.else -STARTUP_PIXMAP= icewm-logo.xpm -.endif - -.if ${PORT_OPTIONS:MLITE} -PLIST_SUB+= NOLITE="@comment " -.else -PLIST_SUB+= NOLITE="" -.endif +ASM_CONFIGURE_ENABLE= x86-asm +BEASTIE_VARS= STARTUP_PIXMAP=${DATADIR}/taskbar/bsd-daemon.xpm +BEASTIE_VARS_OFF= STARTUP_PIXMAP=icewm-logo.xpm post-extract: .for dir in taskbar themes/Infadel2/taskbar @@ -99,10 +80,11 @@ post-install: .for dir in taskbar themes/Infadel2/taskbar @${LN} -s ${STARTUP_PIXMAP} ${STAGEDIR}${DATADIR}/${dir}/start.xpm .endfor + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} -. for f in CHANGES INSTALL README TODO +.for f in CHANGES INSTALL README TODO doc/*.html ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -. endfor - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} +.endfor .include Modified: head/x11-wm/icewm/pkg-plist ============================================================================== --- head/x11-wm/icewm/pkg-plist Sun Feb 14 21:44:17 2016 (r408892) +++ head/x11-wm/icewm/pkg-plist Sun Feb 14 21:45:09 2016 (r408893) @@ -1,4 +1,4 @@ -%%NOLITE%%bin/icehelp +%%NO_LITE%%bin/icehelp bin/icesh bin/icesound bin/icewm From owner-svn-ports-head@freebsd.org Sun Feb 14 21:45:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74ECBAA9081; Sun, 14 Feb 2016 21:45:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC007D0; Sun, 14 Feb 2016 21:45:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELjPHJ005606; Sun, 14 Feb 2016 21:45:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELjPL1005605; Sun, 14 Feb 2016 21:45:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142145.u1ELjPL1005605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408894 - head/x11-toolkits/gtkglext X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:45:26 -0000 Author: amdmi3 Date: Sun Feb 14 21:45:25 2016 New Revision: 408894 URL: https://svnweb.freebsd.org/changeset/ports/408894 Log: - Switch to options helpers Modified: head/x11-toolkits/gtkglext/Makefile Modified: head/x11-toolkits/gtkglext/Makefile ============================================================================== --- head/x11-toolkits/gtkglext/Makefile Sun Feb 14 21:45:09 2016 (r408893) +++ head/x11-toolkits/gtkglext/Makefile Sun Feb 14 21:45:25 2016 (r408894) @@ -30,7 +30,7 @@ post-patch: 's|-DGTK_DISABLE_DEPRECATED||g ; \ s|-DGDK_DISABLE_DEPRECATED||g' -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/reference/gtkglext/html/* ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-head@freebsd.org Sun Feb 14 21:46:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D505CAA90D4; Sun, 14 Feb 2016 21:46:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B3C18A5; Sun, 14 Feb 2016 21: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 u1ELkGZg005745; Sun, 14 Feb 2016 21:46:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELkGa6005743; Sun, 14 Feb 2016 21:46:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142146.u1ELkGa6005743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408895 - head/x11-wm/qlwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:46:17 -0000 Author: amdmi3 Date: Sun Feb 14 21:46:16 2016 New Revision: 408895 URL: https://svnweb.freebsd.org/changeset/ports/408895 Log: - Add LICENSE_FILE - Switch to options helpers - Switch to pkg-plist Added: head/x11-wm/qlwm/pkg-plist (contents, props changed) Modified: head/x11-wm/qlwm/Makefile Modified: head/x11-wm/qlwm/Makefile ============================================================================== --- head/x11-wm/qlwm/Makefile Sun Feb 14 21:45:25 2016 (r408894) +++ head/x11-wm/qlwm/Makefile Sun Feb 14 21:46:16 2016 (r408895) @@ -11,30 +11,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Qt-based window manager LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING MAKE_JOBS_UNSAFE= yes USE_QT4= corelib gui moc_build qmake_build -OPTIONS_DEFINE= DOCS - PORTDOCS= CHANGES README -PLIST_FILES= bin/qlwm \ - lib/qlwm/biff \ - lib/qlwm/dclock \ - lib/qlwm/files/appdefaults \ - lib/qlwm/files/button_left.xpm \ - lib/qlwm/files/button_right.xpm \ - lib/qlwm/files/defaults \ - lib/qlwm/files/menu.xpm \ - lib/qlwm/files/menuconfig \ - lib/qlwm/files/tiled.xpm \ - lib/qlwm/files/winlist.xpm \ - lib/qlwm/qlwm \ - man/man1/qlwm.1.gz SUB_FILES= qlwm +OPTIONS_DEFINE= DOCS + post-patch: @${ECHO} "QMAKE_LFLAGS= -lXext -lX11" >> /${WRKSRC}/src/qlwm.pro @${REINPLACE_CMD} -e 's|/usr/local/qlwm|${PREFIX}/lib/qlwm|g ; \ @@ -52,6 +40,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/files/appdefaults ${STAGEDIR}${PREFIX}/lib/qlwm/files ${INSTALL_DATA} ${WRKSRC}/files/defaults ${STAGEDIR}${PREFIX}/lib/qlwm/files ${INSTALL_DATA} ${WRKSRC}/files/menuconfig ${STAGEDIR}${PREFIX}/lib/qlwm/files + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Added: head/x11-wm/qlwm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/qlwm/pkg-plist Sun Feb 14 21:46:16 2016 (r408895) @@ -0,0 +1,13 @@ +bin/qlwm +lib/qlwm/biff +lib/qlwm/dclock +lib/qlwm/files/appdefaults +lib/qlwm/files/button_left.xpm +lib/qlwm/files/button_right.xpm +lib/qlwm/files/defaults +lib/qlwm/files/menu.xpm +lib/qlwm/files/menuconfig +lib/qlwm/files/tiled.xpm +lib/qlwm/files/winlist.xpm +lib/qlwm/qlwm +man/man1/qlwm.1.gz From owner-svn-ports-head@freebsd.org Sun Feb 14 21:46:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D4CAA9105; Sun, 14 Feb 2016 21:46:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 475D2976; Sun, 14 Feb 2016 21:46:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELkOE1005848; Sun, 14 Feb 2016 21:46:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELkO2n005847; Sun, 14 Feb 2016 21:46:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142146.u1ELkO2n005847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408896 - head/x11-wm/lwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:46:25 -0000 Author: amdmi3 Date: Sun Feb 14 21:46:24 2016 New Revision: 408896 URL: https://svnweb.freebsd.org/changeset/ports/408896 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/x11-wm/lwm/Makefile Modified: head/x11-wm/lwm/Makefile ============================================================================== --- head/x11-wm/lwm/Makefile Sun Feb 14 21:46:16 2016 (r408895) +++ head/x11-wm/lwm/Makefile Sun Feb 14 21:46:24 2016 (r408896) @@ -10,8 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight window manager LICENSE= GPLv2+ - -OPTIONS_DEFINE= DOCS +LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig USE_XORG= sm x11 xext @@ -24,9 +23,13 @@ LDFLAGS+= `pkg-config --libs sm x11 xext PORTDOCS= AUTHORS BUGS ChangeLog README TODO PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Feb 14 21:46:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1A00AA9150; Sun, 14 Feb 2016 21:46:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85198A4A; Sun, 14 Feb 2016 21:46:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELkc02006040; Sun, 14 Feb 2016 21:46:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELkbsi006033; Sun, 14 Feb 2016 21:46:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142146.u1ELkbsi006033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408897 - in head/x11-wm/wm2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:46:39 -0000 Author: amdmi3 Date: Sun Feb 14 21:46:37 2016 New Revision: 408897 URL: https://svnweb.freebsd.org/changeset/ports/408897 Log: - Switch to options helpers - Extend pkg-descr - Regenerate patches with `make makepatch` Modified: head/x11-wm/wm2/Makefile head/x11-wm/wm2/files/patch-Client.C head/x11-wm/wm2/files/patch-General.h head/x11-wm/wm2/files/patch-Makefile head/x11-wm/wm2/files/patch-Manager.C head/x11-wm/wm2/files/patch-Manager.h head/x11-wm/wm2/pkg-descr Modified: head/x11-wm/wm2/Makefile ============================================================================== --- head/x11-wm/wm2/Makefile Sun Feb 14 21:46:24 2016 (r408896) +++ head/x11-wm/wm2/Makefile Sun Feb 14 21:46:37 2016 (r408897) @@ -20,6 +20,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wm2 ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/x11-wm/wm2/files/patch-Client.C ============================================================================== --- head/x11-wm/wm2/files/patch-Client.C Sun Feb 14 21:46:24 2016 (r408896) +++ head/x11-wm/wm2/files/patch-Client.C Sun Feb 14 21:46:37 2016 (r408897) @@ -1,6 +1,6 @@ ---- Client.C.orig 2007-07-31 22:18:48.000000000 +0200 -+++ Client.C 2007-07-31 22:19:06.000000000 +0200 -@@ -410,7 +410,7 @@ +--- Client.C.orig 1997-03-21 11:12:30 UTC ++++ Client.C +@@ -410,7 +410,7 @@ int Client::getAtomProperty(Atom a, Atom x = *p; XFree((void *)p); Modified: head/x11-wm/wm2/files/patch-General.h ============================================================================== --- head/x11-wm/wm2/files/patch-General.h Sun Feb 14 21:46:24 2016 (r408896) +++ head/x11-wm/wm2/files/patch-General.h Sun Feb 14 21:46:37 2016 (r408897) @@ -1,6 +1,6 @@ ---- General.h.orig Tue Jan 28 17:48:55 2003 -+++ General.h Tue Jan 28 17:49:06 2003 -@@ -40,7 +40,7 @@ +--- General.h.orig 1997-03-21 11:12:30 UTC ++++ General.h +@@ -40,7 +40,7 @@ typedef char Boolean; struct sigaction sAct; \ (void)sigemptyset(&sAct.sa_mask); \ sAct.sa_flags = 0; \ Modified: head/x11-wm/wm2/files/patch-Makefile ============================================================================== --- head/x11-wm/wm2/files/patch-Makefile Sun Feb 14 21:46:24 2016 (r408896) +++ head/x11-wm/wm2/files/patch-Makefile Sun Feb 14 21:46:37 2016 (r408897) @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Mar 21 12:12:30 1997 -+++ Makefile Tue Jan 28 17:53:41 2003 +--- Makefile.orig 1997-03-21 11:12:30 UTC ++++ Makefile @@ -1,9 +1,10 @@ -LIBS = -L/usr/X11/lib -lXext -lX11 -lXmu -lm @@ -15,7 +15,7 @@ OBJECTS = Border.o Buttons.o Client.o Events.o Main.o Manager.o Rotated.o .c.o: -@@ -13,7 +16,6 @@ +@@ -13,7 +14,6 @@ OBJECTS = Border.o Buttons.o Client.o Ev $(CCC) -c $(CFLAGS) $< wm2: $(OBJECTS) Modified: head/x11-wm/wm2/files/patch-Manager.C ============================================================================== --- head/x11-wm/wm2/files/patch-Manager.C Sun Feb 14 21:46:24 2016 (r408896) +++ head/x11-wm/wm2/files/patch-Manager.C Sun Feb 14 21:46:37 2016 (r408897) @@ -1,6 +1,6 @@ ---- Manager.C.orig Fri Mar 21 12:12:30 1997 -+++ Manager.C Tue Jan 28 17:45:03 2003 -@@ -368,7 +368,7 @@ +--- Manager.C.orig 1997-03-21 11:12:30 UTC ++++ Manager.C +@@ -368,7 +368,7 @@ Time WindowManager::timestamp(Boolean re return m_currentTime; } Modified: head/x11-wm/wm2/files/patch-Manager.h ============================================================================== --- head/x11-wm/wm2/files/patch-Manager.h Sun Feb 14 21:46:24 2016 (r408896) +++ head/x11-wm/wm2/files/patch-Manager.h Sun Feb 14 21:46:37 2016 (r408897) @@ -1,6 +1,6 @@ ---- Manager.h.orig Tue Jan 28 17:41:36 2003 -+++ Manager.h Tue Jan 28 17:41:46 2003 -@@ -85,7 +85,7 @@ +--- Manager.h.orig 1997-03-21 11:12:30 UTC ++++ Manager.h +@@ -85,7 +85,7 @@ private: static Boolean m_initialising; static int errorHandler(Display *, XErrorEvent *); Modified: head/x11-wm/wm2/pkg-descr ============================================================================== --- head/x11-wm/wm2/pkg-descr Sun Feb 14 21:46:24 2016 (r408896) +++ head/x11-wm/wm2/pkg-descr Sun Feb 14 21:46:37 2016 (r408897) @@ -1,4 +1,14 @@ -wm2 -- a window manager -======================= +wm2 is a window manager for X. It provides an unusual style of window +decoration and as little functionality as I feel comfortable with in a +window manager. wm2 is not configurable, except by editing the source +and recompiling the code, and is really intended for people who don't +particularly want their window manager to be too friendly. + +wm2 provides: +* Decorative frames for your windows. +* The ability to move, resize, hide and restore windows. +* No icons. +* No configurable root menus, buttons or mouse or keyboard bindings. +* No virtual desktop, toolbars or integrated applications. WWW: http://www.all-day-breakfast.com/wm2/ From owner-svn-ports-head@freebsd.org Sun Feb 14 21:46:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8512FAA9196; Sun, 14 Feb 2016 21:46: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 554C0B28; Sun, 14 Feb 2016 21:46: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 u1ELkngq006157; Sun, 14 Feb 2016 21:46:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELknLl006155; Sun, 14 Feb 2016 21:46:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142146.u1ELknLl006155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408898 - head/x11-wm/antiwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:46:50 -0000 Author: amdmi3 Date: Sun Feb 14 21:46:48 2016 New Revision: 408898 URL: https://svnweb.freebsd.org/changeset/ports/408898 Log: - Add LICENSE - Switch to options helpers - Fix WWW: Modified: head/x11-wm/antiwm/Makefile head/x11-wm/antiwm/pkg-descr Modified: head/x11-wm/antiwm/Makefile ============================================================================== --- head/x11-wm/antiwm/Makefile Sun Feb 14 21:46:37 2016 (r408897) +++ head/x11-wm/antiwm/Makefile Sun Feb 14 21:46:48 2016 (r408898) @@ -9,12 +9,15 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Minimalist window manager inspired by Ratpoison -OPTIONS_DEFINE= DOCS +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_XORG= x11 PLIST_FILES= bin/antiwm -PORTDOCS= README LICENSE +PORTDOCS= README + +OPTIONS_DEFINE= DOCS pre-everything:: @${ECHO_MSG} "You can build antiwm with your own conf.h using the ANTIWM_CONF knob:" @@ -28,7 +31,9 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include Modified: head/x11-wm/antiwm/pkg-descr ============================================================================== --- head/x11-wm/antiwm/pkg-descr Sun Feb 14 21:46:37 2016 (r408897) +++ head/x11-wm/antiwm/pkg-descr Sun Feb 14 21:46:48 2016 (r408898) @@ -2,4 +2,4 @@ AntiWM is a small and simple window mana productivity and utility. Inspired by ratpoison, AntiWM is keyboard driven and handles all windows fullscreen. -WWW: http://sourceforge.net/projects/antiwm +WWW: http://sourceforge.net/projects/antiwm/ From owner-svn-ports-head@freebsd.org Sun Feb 14 21:47:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43118AA91B7; Sun, 14 Feb 2016 21:47:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17F15C09; Sun, 14 Feb 2016 21:47:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELl1i1006267; Sun, 14 Feb 2016 21:47:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELl1FI006266; Sun, 14 Feb 2016 21:47:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142147.u1ELl1FI006266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408899 - head/x11-toolkits/neXtaw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:47:02 -0000 Author: amdmi3 Date: Sun Feb 14 21:47:00 2016 New Revision: 408899 URL: https://svnweb.freebsd.org/changeset/ports/408899 Log: - Switch to USES=localbase - Switch to options helpers Modified: head/x11-toolkits/neXtaw/Makefile Modified: head/x11-toolkits/neXtaw/Makefile ============================================================================== --- head/x11-toolkits/neXtaw/Makefile Sun Feb 14 21:46:48 2016 (r408898) +++ head/x11-toolkits/neXtaw/Makefile Sun Feb 14 21:47:00 2016 (r408899) @@ -13,17 +13,17 @@ COMMENT= Athena Widgets with N*XTSTEP ap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +USES= libtool localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USES= libtool USE_LDCONFIG= yes USE_XORG= xmu x11 xext OPTIONS_DEFINE= DOCS post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/CHANGES ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Feb 14 21:47:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B284EAA91FA; Sun, 14 Feb 2016 21:47: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 77D50CF7; Sun, 14 Feb 2016 21:47: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 u1ELlTnK006394; Sun, 14 Feb 2016 21:47:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELlTkN006392; Sun, 14 Feb 2016 21:47:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142147.u1ELlTkN006392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408900 - in head/x11-wm/awesome2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:47:30 -0000 Author: amdmi3 Date: Sun Feb 14 21:47:29 2016 New Revision: 408900 URL: https://svnweb.freebsd.org/changeset/ports/408900 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/x11-wm/awesome2/Makefile head/x11-wm/awesome2/files/patch-Makefile.in Modified: head/x11-wm/awesome2/Makefile ============================================================================== --- head/x11-wm/awesome2/Makefile Sun Feb 14 21:47:00 2016 (r408899) +++ head/x11-wm/awesome2/Makefile Sun Feb 14 21:47:29 2016 (r408900) @@ -11,7 +11,8 @@ DISTNAME= awesome-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tiling window manager initially based on a dwm code rewriting -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto @@ -59,13 +60,13 @@ post-configure: /^doc_DATA/s/=.*$$/=/g' \ ${WRKSRC}/Makefile -post-install: - @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor - @${ECHO_MSG} "installing example config file to ${EXAMPLESDIR}" + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for example in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${example} ${STAGEDIR}${EXAMPLESDIR} Modified: head/x11-wm/awesome2/files/patch-Makefile.in ============================================================================== --- head/x11-wm/awesome2/files/patch-Makefile.in Sun Feb 14 21:47:00 2016 (r408899) +++ head/x11-wm/awesome2/files/patch-Makefile.in Sun Feb 14 21:47:29 2016 (r408900) @@ -1,6 +1,6 @@ ---- Makefile.in.orig +--- Makefile.in.orig 2009-04-18 14:56:52 UTC +++ Makefile.in -@@ -33,12 +33,12 @@ +@@ -33,12 +33,12 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @@ -19,7 +19,7 @@ @HAVE_ASCIIDOC_TRUE@@HAVE_XMLTO_TRUE@@XMLTO_MAN_WORKS_TRUE@ awesomerc.5 @HAVE_ASCIIDOC_TRUE@@HAVE_PYTHON_TRUE@am__append_2 = optsdocgen.txt \ @HAVE_ASCIIDOC_TRUE@@HAVE_PYTHON_TRUE@ rcskeletongen.txt \ -@@ -278,8 +278,8 @@ +@@ -279,8 +279,8 @@ CLEANFILES = awesomerc defconfig.h uicbg # restart the whole dist process from the start and there is none. EXTRA_DIST = UPGRADE LICENSE UPGRADE STYLE awesomerc.in \ build-utils/uicbgen.sh build-utils/layoutgen.sh \ @@ -30,7 +30,7 @@ build-utils/extractuicbdoc.py build-utils/extractoptsdoc.py \ build-utils/extractrcskeleton.py build-utils/package-version \ awesome.doxygen.in -@@ -496,17 +496,17 @@ +@@ -497,17 +497,17 @@ widgets/emptybox.$(OBJEXT): widgets/$(am widgets/$(DEPDIR)/$(am__dirstamp) widgets/common.$(OBJEXT): widgets/$(am__dirstamp) \ widgets/$(DEPDIR)/$(am__dirstamp) From owner-svn-ports-head@freebsd.org Sun Feb 14 21:49:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DF82AA92EF; Sun, 14 Feb 2016 21:49:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21DBFE70; Sun, 14 Feb 2016 21:49:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELnrV5006581; Sun, 14 Feb 2016 21:49:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELnrw6006579; Sun, 14 Feb 2016 21:49:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142149.u1ELnrw6006579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408901 - head/x11-wm/swm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:49:54 -0000 Author: amdmi3 Date: Sun Feb 14 21:49:52 2016 New Revision: 408901 URL: https://svnweb.freebsd.org/changeset/ports/408901 Log: - Switch to options helpers - Simplify wrksrc and plist handling Added: head/x11-wm/swm/pkg-plist (contents, props changed) Modified: head/x11-wm/swm/Makefile Modified: head/x11-wm/swm/Makefile ============================================================================== --- head/x11-wm/swm/Makefile Sun Feb 14 21:47:29 2016 (r408900) +++ head/x11-wm/swm/Makefile Sun Feb 14 21:49:52 2016 (r408901) @@ -3,6 +3,7 @@ PORTNAME= swm PORTVERSION= 1.3.4c +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://www.small-window-manager.de/ EXTRACT_SUFX= -src.tgz @@ -11,60 +12,55 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Window manager for low-memory systems, with title bars and shading LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../doc/COPYING +LICENSE_FILE= ${WRKSRC}/doc/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,c,,}/src +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,c,,} +BUILD_WRKSRC= ${WRKSRC}/src USE_XORG= xpm USES= gmake MAKEFILE= Makefile-xpm MAKE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="" CC="${CC}" XROOT="${LOCALBASE}" -OPTIONS_DEFINE= DOCS EXAMPLES - PORTDOCS= * -PORTEXAMPLES= * .swm -PLIST_FILES= ${BINS:S,^,bin/,} ${SCRIPTS:S,^,bin/,} \ - ${DATA:S,^,%%DATADIR%%/pixmaps/,} \ - man/man1/swm.1.gz man/man1/swmbg.1.gz man/man1/swmswitch.1.gz \ - man/de/man1/swm.1.gz man/de/man1/swmbg.1.gz man/de/man1/swmswitch.1.gz - -BINS= swm swmbg swmswitch -SCRIPTS= startswm -DATA= background.xpm closebox.xpm maxbox.xpm stickybox.xpm \ - swm.colors unstickybox.xpm +PORTEXAMPLES= * MAKE_JOBS_UNSAFE= yes +OPTIONS_DEFINE= DOCS EXAMPLES + post-patch: @${REINPLACE_CMD} -e 's|monotype|fixed|g ; \ - s|/usr/share/swm|${DATADIR}|g' ${WRKSRC}/swm.conf + s|/usr/share/swm|${DATADIR}|g' ${WRKSRC}/src/swm.conf post-build: - cd ${WRKSRC}/../swmbg && ${CC} ${CFLAGS} -I${LOCALBASE}/include \ - *.c -o ${WRKSRC}/swmbg -lX11 -lXext -lXpm -L${LOCALBASE}/lib - cd ${WRKSRC}/../swmswitch && ${CC} ${CFLAGS} -I${LOCALBASE}/include \ - *.c -o ${WRKSRC}/swmswitch -lX11 -L${LOCALBASE}/lib + cd ${WRKSRC}/swmbg && ${CC} ${CFLAGS} -I${LOCALBASE}/include \ + *.c -o ${WRKSRC}/src/swmbg -lX11 -lXext -lXpm -L${LOCALBASE}/lib + cd ${WRKSRC}/swmswitch && ${CC} ${CFLAGS} -I${LOCALBASE}/include \ + *.c -o ${WRKSRC}/src/swmswitch -lX11 -L${LOCALBASE}/lib do-install: -.for f in ${BINS} - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin +.for f in swm swmbg swmswitch + ${INSTALL_PROGRAM} ${WRKSRC}/src/${f} ${STAGEDIR}${PREFIX}/bin .endfor -.for f in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin -.endfor - ${INSTALL_MAN} ${WRKSRC}/swm.1x ${STAGEDIR}${MANPREFIX}/man/man1/swm.1 - ${INSTALL_MAN} ${WRKSRC}/../swmbg/swmbg.1x ${STAGEDIR}${MANPREFIX}/man/man1/swmbg.1 - ${INSTALL_MAN} ${WRKSRC}/../swmswitch/swmswitch.1x ${STAGEDIR}${MANPREFIX}/man/man1/swmswitch.1 + ${INSTALL_SCRIPT} ${WRKSRC}/src/startswm ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/src/swm.1x ${STAGEDIR}${MANPREFIX}/man/man1/swm.1 + ${INSTALL_MAN} ${WRKSRC}/swmbg/swmbg.1x ${STAGEDIR}${MANPREFIX}/man/man1/swmbg.1 + ${INSTALL_MAN} ${WRKSRC}/swmswitch/swmswitch.1x ${STAGEDIR}${MANPREFIX}/man/man1/swmswitch.1 @${MKDIR} ${STAGEDIR}${MANPREFIX}/man/de/man1 - ${INSTALL_MAN} ${WRKSRC}/swm-de.1x ${STAGEDIR}${MANPREFIX}/man/de/man1/swm.1 - ${INSTALL_MAN} ${WRKSRC}/../swmbg/swmbg-de.1x ${STAGEDIR}${MANPREFIX}/man/de/man1/swmbg.1 - ${INSTALL_MAN} ${WRKSRC}/../swmswitch/swmswitch-de.1x ${STAGEDIR}${MANPREFIX}/man/de/man1/swmswitch.1 + ${INSTALL_MAN} ${WRKSRC}/src/swm-de.1x ${STAGEDIR}${MANPREFIX}/man/de/man1/swm.1 + ${INSTALL_MAN} ${WRKSRC}/swmbg/swmbg-de.1x ${STAGEDIR}${MANPREFIX}/man/de/man1/swmbg.1 + ${INSTALL_MAN} ${WRKSRC}/swmswitch/swmswitch-de.1x ${STAGEDIR}${MANPREFIX}/man/de/man1/swmswitch.1 @${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC}/../share/swm && ${COPYTREE_SHARE} pixmaps ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/share/swm && ${COPYTREE_SHARE} pixmaps ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/../examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + cd ${STAGEDIR}${EXAMPLESDIR} && ${MV} .swm dot.swm .include Added: head/x11-wm/swm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/swm/pkg-plist Sun Feb 14 21:49:52 2016 (r408901) @@ -0,0 +1,16 @@ +bin/startswm +bin/swm +bin/swmbg +bin/swmswitch +man/de/man1/swm.1.gz +man/de/man1/swmbg.1.gz +man/de/man1/swmswitch.1.gz +man/man1/swm.1.gz +man/man1/swmbg.1.gz +man/man1/swmswitch.1.gz +%%DATADIR%%/pixmaps/background.xpm +%%DATADIR%%/pixmaps/closebox.xpm +%%DATADIR%%/pixmaps/maxbox.xpm +%%DATADIR%%/pixmaps/stickybox.xpm +%%DATADIR%%/pixmaps/swm.colors +%%DATADIR%%/pixmaps/unstickybox.xpm From owner-svn-ports-head@freebsd.org Sun Feb 14 21:50:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B901EAA9323; Sun, 14 Feb 2016 21:50:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 742BEF3E; Sun, 14 Feb 2016 21:50:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ELoD6Q006724; Sun, 14 Feb 2016 21:50:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ELoDWe006722; Sun, 14 Feb 2016 21:50:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142150.u1ELoDWe006722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 21:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408902 - head/x11-toolkits/gai X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 21:50:14 -0000 Author: amdmi3 Date: Sun Feb 14 21:50:13 2016 New Revision: 408902 URL: https://svnweb.freebsd.org/changeset/ports/408902 Log: - Add LICENSE - Switch to options helpers - Simplify installation - Switch to pkg-plist Added: head/x11-toolkits/gai/pkg-plist (contents, props changed) Modified: head/x11-toolkits/gai/Makefile Modified: head/x11-toolkits/gai/Makefile ============================================================================== --- head/x11-toolkits/gai/Makefile Sun Feb 14 21:49:52 2016 (r408901) +++ head/x11-toolkits/gai/Makefile Sun Feb 14 21:50:13 2016 (r408902) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/GAI%20-%20L MAINTAINER= ports@FreeBSD.org COMMENT= General Applet Interface Library +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext USES= gettext-tools pkgconfig tar:bzip2 @@ -21,28 +24,20 @@ CONFIGURE_ENV= SDLCONF=${SDL_CONFIG} CONFIGURE_ARGS= --disable-gnome CPPFLAGS+= `pkg-config --cflags libgnomeui-2.0` -PLIST_FILES= include/gai/gai.h lib/libgai.so.${PORTVERSION} \ - lib/libgai.so.0 lib/libgai.so libdata/pkgconfig/gai.pc \ - share/locale/de/LC_MESSAGES/gai.mo PORTDOCS= * +PORTEXAMPLES= * USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e "s|sdl-config --|${SDL_CONFIG} --|g; \ s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/configure -post-install: - cd ${WRKSRC}/docs && \ - ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${DOCSDIR}/{}" \; && \ - ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${DOCSDIR}/{}" \; -.for dir in docking examples templates - cd ${WRKSRC} && \ - ${FIND} ${dir} -type d -exec ${MKDIR} "${STAGEDIR}${EXAMPLESDIR}/{}" \; && \ - ${FIND} ${dir} -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${EXAMPLESDIR}/{}" \; -.endfor - @${FIND} ${STAGEDIR}${EXAMPLESDIR} -type f | \ - ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} +post-install-DOCS-on: + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + cd ${WRKSRC} && ${COPYTREE_SHARE} "docking examples templates" ${STAGEDIR}${EXAMPLESDIR} .include Added: head/x11-toolkits/gai/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gai/pkg-plist Sun Feb 14 21:50:13 2016 (r408902) @@ -0,0 +1,6 @@ +include/gai/gai.h +lib/libgai.so +lib/libgai.so.0 +lib/libgai.so.0.5.10 +libdata/pkgconfig/gai.pc +share/locale/de/LC_MESSAGES/gai.mo From owner-svn-ports-head@freebsd.org Sun Feb 14 22:22:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06616AA9D86; Sun, 14 Feb 2016 22:22:41 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D524E1BED; Sun, 14 Feb 2016 22:22:40 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EMMd7h018121; Sun, 14 Feb 2016 22:22:39 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EMMdAJ018118; Sun, 14 Feb 2016 22:22:39 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602142222.u1EMMdAJ018118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 22:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408903 - head/games/freesweep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 22:22:41 -0000 Author: junovitch Date: Sun Feb 14 22:22:39 2016 New Revision: 408903 URL: https://svnweb.freebsd.org/changeset/ports/408903 Log: games/freesweep: update 0.92 -> 1.0.1 - Transfer MAINTAINER from ports@ to submitter - Update LICENSE - Switch from GOOGLE_CODE to USE_GITHUB; use the maintainer's repository - While here, convert to conditional docs target - Expand on pkg-descr - MFH as the original upstream version seg faults upon winning a game and the maintainer is now a co-maintainer with the upstream project PR: 205052 Submitted by: Randy Westlund (incoming maintainer) Reviewed by: amdmi3 (earlier version) MFH: 2016Q1 Modified: head/games/freesweep/Makefile head/games/freesweep/distinfo head/games/freesweep/pkg-descr Modified: head/games/freesweep/Makefile ============================================================================== --- head/games/freesweep/Makefile Sun Feb 14 21:50:13 2016 (r408902) +++ head/games/freesweep/Makefile Sun Feb 14 22:22:39 2016 (r408903) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= freesweep -PORTVERSION= 0.92 -PORTREVISION= 1 +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= v CATEGORIES= games -MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rwestlun@gmail.com COMMENT= Minesweeper-style game for text-mode terminals -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ + +USE_GITHUB= yes +GH_ACCOUNT= rwestlund USES= gmake ncurses GNU_CONFIGURE= yes @@ -20,7 +21,7 @@ CONFIGURE_ARGS= --with-prefsdir=${DATADI --disable-debug-log ALL_TARGET= ${PORTNAME} -PORTDOCS= CHANGES README +PORTDOCS= README.md PLIST_FILES= "@(,games,2555) bin/${PORTNAME}" man/man6/${PORTNAME}.6.gz \ %%DATADIR%%/sweeprc "@(,games,0664) %%DATADIR%%/sweeptimes" PLIST_DIRS= %%DATADIR%% @@ -33,6 +34,8 @@ do-install: ${TOUCH} ${STAGEDIR}${DATADIR}/sweeptimes ${INSTALL_DATA} ${WRKSRC}/sweeprc ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${STAGEDIR}${PREFIX}/man/man6 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} Modified: head/games/freesweep/distinfo ============================================================================== --- head/games/freesweep/distinfo Sun Feb 14 21:50:13 2016 (r408902) +++ head/games/freesweep/distinfo Sun Feb 14 22:22:39 2016 (r408903) @@ -1,2 +1,2 @@ -SHA256 (freesweep-0.92.tar.gz) = 519c7405c131bd62db7534855fbb92b9cfcf511ded2bf4d2b94f1abaf86aa698 -SIZE (freesweep-0.92.tar.gz) = 87353 +SHA256 (rwestlund-freesweep-v1.0.1_GH0.tar.gz) = f2b21fef3f547a5b8d663bf3bf9a0c74ad643d9b4043d170c29aa25248705350 +SIZE (rwestlund-freesweep-v1.0.1_GH0.tar.gz) = 93966 Modified: head/games/freesweep/pkg-descr ============================================================================== --- head/games/freesweep/pkg-descr Sun Feb 14 21:50:13 2016 (r408902) +++ head/games/freesweep/pkg-descr Sun Feb 14 22:22:39 2016 (r408903) @@ -1,4 +1,5 @@ -Minesweeper-type game for text-mode terminals. Features include boards -up to 1024x1024 and saving and loading the boards. +Minesweeper-type game for text-mode terminals. Features include boards up to +1024x1024, saving and loading of boards, shared and individual "best times" +files, and color. -WWW: http://code.google.com/p/freesweep/ +WWW: https://github.com/rwestlund/freesweep/ From owner-svn-ports-head@freebsd.org Sun Feb 14 22:27:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0346AA9F2C; Sun, 14 Feb 2016 22:27:31 +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 83FBA1D88; Sun, 14 Feb 2016 22:27:31 +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 u1EMRUUF018386; Sun, 14 Feb 2016 22:27:30 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EMRUJQ018385; Sun, 14 Feb 2016 22:27:30 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602142227.u1EMRUJQ018385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 14 Feb 2016 22:27:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408904 - head/www/py-django-contact-form X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 22:27:31 -0000 Author: rene Date: Sun Feb 14 22:27:30 2016 New Revision: 408904 URL: https://svnweb.freebsd.org/changeset/ports/408904 Log: www/py-django-contact-form: update WWW to new location PR: 207195 Submitted by: Hans j3377622@trbvm.com Modified: head/www/py-django-contact-form/pkg-descr Modified: head/www/py-django-contact-form/pkg-descr ============================================================================== --- head/www/py-django-contact-form/pkg-descr Sun Feb 14 22:22:39 2016 (r408903) +++ head/www/py-django-contact-form/pkg-descr Sun Feb 14 22:27:30 2016 (r408904) @@ -4,4 +4,4 @@ for Django sites. Full documentation for all functionality is included and is also available online. -WWW: https://bitbucket.org/ubernostrum/django-contact-form/ +WWW: https://github.com/ubernostrum/django-contact-form/ From owner-svn-ports-head@freebsd.org Sun Feb 14 22:29:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97811AA80C1; Sun, 14 Feb 2016 22:29:57 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B4791FF8; Sun, 14 Feb 2016 22:29:57 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EMTuab018584; Sun, 14 Feb 2016 22:29:56 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EMTuUm018582; Sun, 14 Feb 2016 22:29:56 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201602142229.u1EMTuUm018582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 14 Feb 2016 22:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408905 - head/ports-mgmt/genplist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 22:29:57 -0000 Author: ohauer Date: Sun Feb 14 22:29:56 2016 New Revision: 408905 URL: https://svnweb.freebsd.org/changeset/ports/408905 Log: - fix install target s/reinstall/stage/ PR: 206483 Submitted by: Approved by: maintainer timeout MFH: 2016Q1 Modified: head/ports-mgmt/genplist/Makefile head/ports-mgmt/genplist/distinfo Modified: head/ports-mgmt/genplist/Makefile ============================================================================== --- head/ports-mgmt/genplist/Makefile Sun Feb 14 22:27:30 2016 (r408904) +++ head/ports-mgmt/genplist/Makefile Sun Feb 14 22:29:56 2016 (r408905) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= genplist -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= ports-mgmt MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -17,7 +17,7 @@ USES= tar:xz PLIST_FILES= bin/genplist man/man1/genplist.1.gz do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/man/man1 .include Modified: head/ports-mgmt/genplist/distinfo ============================================================================== --- head/ports-mgmt/genplist/distinfo Sun Feb 14 22:27:30 2016 (r408904) +++ head/ports-mgmt/genplist/distinfo Sun Feb 14 22:29:56 2016 (r408905) @@ -1,2 +1,2 @@ -SHA256 (genplist-1.1.tar.xz) = 17745255d1ac3ac7525bb1b501604a1a37537c86d0c79a38bbd76e81ccb6773f -SIZE (genplist-1.1.tar.xz) = 5804 +SHA256 (genplist-1.2.tar.xz) = bf5d61dc01c2699701897cf91332d73dd1abd8e948bd954c0c0bb7710ef600eb +SIZE (genplist-1.2.tar.xz) = 5780 From owner-svn-ports-head@freebsd.org Sun Feb 14 22:31:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A853AA8155; Sun, 14 Feb 2016 22:31:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAAAD32C; Sun, 14 Feb 2016 22:31:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EMVcXp019423; Sun, 14 Feb 2016 22:31:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EMVcYX019422; Sun, 14 Feb 2016 22:31:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602142231.u1EMVcYX019422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Feb 2016 22:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408906 - head/x11-toolkits/gtkdatabox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 22:31:40 -0000 Author: amdmi3 Date: Sun Feb 14 22:31:38 2016 New Revision: 408906 URL: https://svnweb.freebsd.org/changeset/ports/408906 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/x11-toolkits/gtkdatabox/Makefile Modified: head/x11-toolkits/gtkdatabox/Makefile ============================================================================== --- head/x11-toolkits/gtkdatabox/Makefile Sun Feb 14 22:29:56 2016 (r408905) +++ head/x11-toolkits/gtkdatabox/Makefile Sun Feb 14 22:31:38 2016 (r408906) @@ -11,11 +11,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= GTK+2 widget to display large amounts of numerical data -LICENSE= LGPL21 - -OPTIONS_DEFINE= GLADE GLADEUI DOCS EXAMPLES -GLADE_DESC= Enable libglade2 support -GLADEUI_DESC= Enable glade3 support +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool pathfix pkgconfig USE_GNOME= gtk20 @@ -25,14 +22,16 @@ CONFIGURE_ARGS= --includedir="${PREFIX}/ USE_LDCONFIG= yes INSTALL_TARGET= install-strip -OPTIONS_SUB=yes - PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= GLADE GLADEUI DOCS EXAMPLES +OPTIONS_SUB= yes + +GLADE_DESC= Enable libglade2 support GLADE_USE= GNOME=libglade2 GLADE_CONFIGURE_ENABLE= libglade - +GLADEUI_DESC= Enable glade3 support GLADEUI_LIB_DEPENDS= libgladeui-1.so:${PORTSDIR}/devel/glade3 GLADEUI_CONFIGURE_ENABLE= glade @@ -45,9 +44,12 @@ post-patch: /DISABLE_DEPRECATED/d' ${WRKSRC}/${dir}/Makefile.in .endfor -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} api ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.c ${STAGEDIR}${EXAMPLESDIR}) + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-head@freebsd.org Sun Feb 14 23:03:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26F20AA802B; Sun, 14 Feb 2016 23:03:27 +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 EA7D819ED; Sun, 14 Feb 2016 23:03:26 +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 u1EN3POv030391; Sun, 14 Feb 2016 23:03:25 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EN3Pn0030390; Sun, 14 Feb 2016 23:03:25 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602142303.u1EN3Pn0030390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 14 Feb 2016 23:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408909 - head/devel/p5-strictures X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 23:03:27 -0000 Author: adamw Date: Sun Feb 14 23:03:25 2016 New Revision: 408909 URL: https://svnweb.freebsd.org/changeset/ports/408909 Log: p5-bareword-filehandles, p5-indirect, and p5-multidimensional are recommended but not required. They provide extra tests that are enabled when activated via an environment variable, or whether p5-strictures determines that you are a module author. Add the ability to disable them with an option that defaults to on. Modified: head/devel/p5-strictures/Makefile Modified: head/devel/p5-strictures/Makefile ============================================================================== --- head/devel/p5-strictures/Makefile Sun Feb 14 22:55:35 2016 (r408908) +++ head/devel/p5-strictures/Makefile Sun Feb 14 23:03:25 2016 (r408909) @@ -15,13 +15,17 @@ COMMENT= Turn on strict and make all war LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-bareword-filehandles>=0:${PORTSDIR}/devel/p5-bareword-filehandles \ - p5-indirect>=0:${PORTSDIR}/devel/p5-indirect \ - p5-multidimensional>=0:${PORTSDIR}/devel/p5-multidimensional -RUN_DEPENDS:= ${BUILD_DEPENDS} - NO_ARCH= yes USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= STRICTURES_EXTRA +OPTIONS_DEFAULT=STRICTURES_EXTRA + +STRICTURES_EXTRA_DESC= Enable full set of strictures (recommended) +STRICTURES_EXTRA_BUILD_DEPENDS= p5-bareword-filehandles>=0:${PORTSDIR}/devel/p5-bareword-filehandles \ + p5-indirect>=0:${PORTSDIR}/devel/p5-indirect \ + p5-multidimensional>=0:${PORTSDIR}/devel/p5-multidimensional +STRICTURES_EXTRA_RUN_DEPENDS= ${STRICTURES_EXTRA_BUILD_DEPENDS} + .include From owner-svn-ports-head@freebsd.org Sun Feb 14 23:26:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2E8CAA89ED; Sun, 14 Feb 2016 23:26:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71A53880; Sun, 14 Feb 2016 23:26:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ENQIOl036346; Sun, 14 Feb 2016 23:26:18 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ENQIRL036345; Sun, 14 Feb 2016 23:26:18 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602142326.u1ENQIRL036345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 14 Feb 2016 23:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408910 - head/devel/appstream-glib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 23:26:19 -0000 Author: kwm Date: Sun Feb 14 23:26:18 2016 New Revision: 408910 URL: https://svnweb.freebsd.org/changeset/ports/408910 Log: Something happend to the upstream site, temporarly host it while upstream looks into it. Modified: head/devel/appstream-glib/Makefile Modified: head/devel/appstream-glib/Makefile ============================================================================== --- head/devel/appstream-glib/Makefile Sun Feb 14 23:03:25 2016 (r408909) +++ head/devel/appstream-glib/Makefile Sun Feb 14 23:26:18 2016 (r408910) @@ -4,7 +4,8 @@ PORTNAME= appstream-glib PORTVERSION= 0.5.7 CATEGORIES= devel -MASTER_SITES= http://people.freedesktop.org/~hughsient/appstream-glib/releases/ +#MASTER_SITES= http://people.freedesktop.org/~hughsient/appstream-glib/releases/ +MASTER_SITES= http://rainbow-runner.nl/freebsd/ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Feb 14 23:56:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 124ECAA96FD; Sun, 14 Feb 2016 23:56:30 +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 B5A4F17D9; Sun, 14 Feb 2016 23:56:29 +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 u1ENuSJY045079; Sun, 14 Feb 2016 23:56:28 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ENuS73045078; Sun, 14 Feb 2016 23:56:28 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602142356.u1ENuS73045078@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, 14 Feb 2016 23:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408911 - head/devel/qt4-moc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 23:56:30 -0000 Author: rakuco Date: Sun Feb 14 23:56:28 2016 New Revision: 408911 URL: https://svnweb.freebsd.org/changeset/ports/408911 Log: Add more context to the patch we have for Boost. Explain what the problem is and how we work around it instead of just defining weirdly-named macros. Modified: head/devel/qt4-moc/files/patch-src__tools__moc__main.cpp Modified: head/devel/qt4-moc/files/patch-src__tools__moc__main.cpp ============================================================================== --- head/devel/qt4-moc/files/patch-src__tools__moc__main.cpp Sun Feb 14 23:26:18 2016 (r408910) +++ head/devel/qt4-moc/files/patch-src__tools__moc__main.cpp Sun Feb 14 23:56:28 2016 (r408911) @@ -1,20 +1,25 @@ -Work around additional moc + Boost bugs that showed up after the Boost -upgrade from 1.52 to 1.55. This should make science/avogadro buildable -again. +Workaround for Boost: Qt4's moc cannot parse macros in namespace declarations, +leading to errors such as: -See the discussion in QTBUG-22829. + Parse error at "BOOST_JOIN" -Obtained from: Fedora Project -http://pkgs.fedoraproject.org/cgit/qt.git/tree/qt-everywhere-opensource-src-4.8.5-QTBUG-22829.patch ---- src/tools/moc/main.cpp 2013-06-09 17:04:02.762459323 -0500 -+++ src/tools/moc/main.cpp 2013-06-09 17:08:20.409680813 -0500 -@@ -188,8 +188,9 @@ int runMoc(int _argc, char **_argv) - pp.macros["Q_MOC_RUN"]; - pp.macros["__cplusplus"]; +This is fixed in Qt5 (the upstream bug is QTBUG-22829), but fixing it in Qt4 +requires substantial changes that upstream has decided not to backport. + +What we do to work around the issue is define some Boost include guards so that +they end up being skipped by moc when it is preprocessing a file. +--- src/tools/moc/main.cpp.orig 2015-05-07 14:14:44 UTC ++++ src/tools/moc/main.cpp +@@ -190,6 +190,13 @@ int runMoc(int _argc, char **_argv) -- // Workaround a bug while parsing the boost/type_traits/has_operator.hpp header. See QTBUG-22829 -+ // Workaround bugs while parsing some boost headers. See QTBUG-22829 + // Workaround a bug while parsing the boost/type_traits/has_operator.hpp header. See QTBUG-22829 pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"]; ++ // Additional workarounds for newer Boost versions. The version numbers ++ // below are the first versions in the ports tree to require them, not ++ // the first versions upstream to require them (ie. we might have skipped ++ // some Boost versions in the ports tree). ++ // ++ // For Boost >= 1.55. + pp.macros["BOOST_LEXICAL_CAST_INCLUDED"]; QByteArray filename; From owner-svn-ports-head@freebsd.org Mon Feb 15 00:07:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCD23AA9C18; Mon, 15 Feb 2016 00:07: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 8E8D51C42; Mon, 15 Feb 2016 00:07:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1F07B3h048115; Mon, 15 Feb 2016 00:07:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F07B2L048114; Mon, 15 Feb 2016 00:07:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602150007.u1F07B2L048114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Feb 2016 00:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408912 - head/deskutils/pinot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 00:07:12 -0000 Author: amdmi3 Date: Mon Feb 15 00:07:11 2016 New Revision: 408912 URL: https://svnweb.freebsd.org/changeset/ports/408912 Log: - Fix build with boost 1.60 PR: 207009 Submitted by: amdmi3 Approved by: thierry (maintainer) Modified: head/deskutils/pinot/Makefile Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Sun Feb 14 23:56:28 2016 (r408911) +++ head/deskutils/pinot/Makefile Mon Feb 15 00:07:11 2016 (r408912) @@ -45,7 +45,7 @@ CONFIGURE_ARGS= --with-http=curl --with- --enable-mempool=no CONFIGURE_ENV= MKDIR_P="${MKDIR}" CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lboost_system USES= gettext libarchive libtool pkgconfig python shebangfix USE_OPENSSL= yes From owner-svn-ports-head@freebsd.org Mon Feb 15 00:23:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D055AAA6308; Mon, 15 Feb 2016 00:23:09 +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 9E49F74E; Mon, 15 Feb 2016 00:23: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 u1F0N852053863; Mon, 15 Feb 2016 00:23:08 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F0N87f053862; Mon, 15 Feb 2016 00:23:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602150023.u1F0N87f053862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 15 Feb 2016 00:23:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408913 - head/devel/p5-Moo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 00:23:09 -0000 Author: adamw Date: Mon Feb 15 00:23:08 2016 New Revision: 408913 URL: https://svnweb.freebsd.org/changeset/ports/408913 Log: Improve XS dependency. p5-Scalar-List-Utils is only used for Sub::Util, which shipped with perl5.22. Only register the dependency on older perls, and register against the version that is equivalent to perl5.22's version rather than just >=0. MFH: 2016Q1 Modified: head/devel/p5-Moo/Makefile Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Mon Feb 15 00:07:11 2016 (r408912) +++ head/devel/p5-Moo/Makefile Mon Feb 15 00:23:08 2016 (r408913) @@ -27,8 +27,14 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:${PORTSDIR}/devel/p5-Class-XSAccessor \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:${PORTSDIR}/devel/p5-Class-XSAccessor XS_RUN_DEPENDS:= ${XS_BUILD_DEPENDS} -.include +.include + +.if ${PERL_LEVEL} < 502104 && ${PORT_OPTIONS:MXS} +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include From owner-svn-ports-head@freebsd.org Mon Feb 15 00:56:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB009AA81B1; Mon, 15 Feb 2016 00:56:31 +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 89EEB10D4; Mon, 15 Feb 2016 00:56:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1F0uUGa062504; Mon, 15 Feb 2016 00:56:30 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F0uUUe062503; Mon, 15 Feb 2016 00:56:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602150056.u1F0uUUe062503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 15 Feb 2016 00:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408914 - head/math/py-matplotlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 00:56:31 -0000 Author: olgeni Date: Mon Feb 15 00:56:30 2016 New Revision: 408914 URL: https://svnweb.freebsd.org/changeset/ports/408914 Log: Make the cairo and gdkpixbuf2 dependencies conditional on GTKBACKEND and GTKAGGBACKEND. This change restores headless support. Approved by: maintainer (by mail) Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Mon Feb 15 00:23:08 2016 (r408913) +++ head/math/py-matplotlib/Makefile Mon Feb 15 00:56:30 2016 (r408914) @@ -26,7 +26,6 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils -USE_GNOME= cairo gdkpixbuf2 CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND QT4AGGBACKEND \ @@ -36,9 +35,9 @@ OPTIONS_SUB= yes GTKBACKEND_DESC= GTK backend support GTKBACKEND_VARS= GTK_BACKEND=True GTKBACKEND_VARS_OFF= GTK_BACKEND=False -GTKBACKEND_USE= GNOME=gtk20,pygtk2 +GTKBACKEND_USE= GNOME=gtk20,pygtk2,cairo,gdkpixbuf2 GTKAGGBACKEND_DESC= GTKAgg backend support -GTKAGGBACKEND_USE= GNOME=gtk20,pygtk2 +GTKAGGBACKEND_USE= GNOME=gtk20,pygtk2,cairo,gdkpixbuf2 GTKAGGBACKEND_VARS= GTKAGG_BACKEND=True GTKAGGBACKEND_VARS_OFF= GTKAGG_BACKEND=False QT4AGGBACKEND_DESC= Qt4Agg backend support From owner-svn-ports-head@freebsd.org Mon Feb 15 01:44:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF8DAA9502; Mon, 15 Feb 2016 01:44:21 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C962200; Mon, 15 Feb 2016 01:44:21 +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 u1F1iKfi076754; Mon, 15 Feb 2016 01:44:20 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F1iKMD076752; Mon, 15 Feb 2016 01:44:20 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602150144.u1F1iKMD076752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 15 Feb 2016 01:44:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408915 - in head/lang/gcc6-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 01:44:21 -0000 Author: gerald Date: Mon Feb 15 01:44:20 2016 New Revision: 408915 URL: https://svnweb.freebsd.org/changeset/ports/408915 Log: Update to the 20160214 development snapshot of GCC 6. files/patch-libstdc++-configure now made it upstream, so remove it. Deleted: head/lang/gcc6-devel/files/patch-libstdc++-configure Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Mon Feb 15 00:56:30 2016 (r408914) +++ head/lang/gcc6-devel/Makefile Mon Feb 15 01:44:20 2016 (r408915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20160207 +PORTVERSION= 6.0.0.s20160214 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Mon Feb 15 00:56:30 2016 (r408914) +++ head/lang/gcc6-devel/distinfo Mon Feb 15 01:44:20 2016 (r408915) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20160207.tar.bz2) = 144f49238c865d6c196038fad65c43bc0de59eea415f3873b3e51d17ab577212 -SIZE (gcc-6-20160207.tar.bz2) = 95121932 +SHA256 (gcc-6-20160214.tar.bz2) = 83998f49b1ece032da40d086a9ccc7642ed4ef783b75bccba0cbbde538d4eff3 +SIZE (gcc-6-20160214.tar.bz2) = 95206916 From owner-svn-ports-head@freebsd.org Mon Feb 15 02:03:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3E76AA9C8C; Mon, 15 Feb 2016 02:03:25 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C51B0C91; Mon, 15 Feb 2016 02:03:25 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1F23O9P082617; Mon, 15 Feb 2016 02:03:24 GMT (envelope-from allanjude@FreeBSD.org) Received: (from allanjude@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F23O1K082615; Mon, 15 Feb 2016 02:03:24 GMT (envelope-from allanjude@FreeBSD.org) Message-Id: <201602150203.u1F23O1K082615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: allanjude set sender to allanjude@FreeBSD.org using -f From: Allan Jude Date: Mon, 15 Feb 2016 02:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408916 - head/sysutils/zxfer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 02:03:26 -0000 Author: allanjude (src,doc committer) Date: Mon Feb 15 02:03:24 2016 New Revision: 408916 URL: https://svnweb.freebsd.org/changeset/ports/408916 Log: Update sysutils/zxfer to 1.1.6 PR: 197044 Approved by: miwi Differential Revision: https://reviews.freebsd.org/D5281 Modified: head/sysutils/zxfer/Makefile head/sysutils/zxfer/distinfo Modified: head/sysutils/zxfer/Makefile ============================================================================== --- head/sysutils/zxfer/Makefile Mon Feb 15 01:44:20 2016 (r408915) +++ head/sysutils/zxfer/Makefile Mon Feb 15 02:03:24 2016 (r408916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zxfer -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.6 CATEGORIES= sysutils USE_GITHUB= yes @@ -24,6 +24,6 @@ RSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zxfer ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/zxfer.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/zxfer.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Modified: head/sysutils/zxfer/distinfo ============================================================================== --- head/sysutils/zxfer/distinfo Mon Feb 15 01:44:20 2016 (r408915) +++ head/sysutils/zxfer/distinfo Mon Feb 15 02:03:24 2016 (r408916) @@ -1,2 +1,2 @@ -SHA256 (allanjude-zxfer-1.1.0_GH0.tar.gz) = d4c9924dee59c39c23a67349987bfe5132c31859d3e55d49df3d34401b5472b7 -SIZE (allanjude-zxfer-1.1.0_GH0.tar.gz) = 52247 +SHA256 (allanjude-zxfer-1.1.6_GH0.tar.gz) = eb5ef76fedcdbb551ada990e4355fcd4ecb65a0a223c14a2b4ac69e49cf0a974 +SIZE (allanjude-zxfer-1.1.6_GH0.tar.gz) = 51855 From owner-svn-ports-head@freebsd.org Mon Feb 15 02:12:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18EA6AA808C; Mon, 15 Feb 2016 02:12: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 D72221104; Mon, 15 Feb 2016 02:12: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 u1F2Cp8r085477; Mon, 15 Feb 2016 02:12:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F2CpgB085476; Mon, 15 Feb 2016 02:12:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602150212.u1F2CpgB085476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Feb 2016 02:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408917 - head/devel/p4api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 02:12:53 -0000 Author: amdmi3 Date: Mon Feb 15 02:12:51 2016 New Revision: 408917 URL: https://svnweb.freebsd.org/changeset/ports/408917 Log: - Mark BROKEN, checksum mismatch: size mismatch: expected 1469314, actual 1470002 Reported by: pkg-fallout Approved by: portmgr blanket Modified: head/devel/p4api/Makefile Modified: head/devel/p4api/Makefile ============================================================================== --- head/devel/p4api/Makefile Mon Feb 15 02:03:24 2016 (r408916) +++ head/devel/p4api/Makefile Mon Feb 15 02:12:51 2016 (r408917) @@ -13,6 +13,8 @@ EXTRACT_ONLY= ${TAR_FILES} MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce API (static libraries and header files) +BROKEN= checksum mismatch + RESTRICTED= Restricted distribution NO_BUILD= yes From owner-svn-ports-head@freebsd.org Mon Feb 15 02:13:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21553AA8182; Mon, 15 Feb 2016 02:13: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 E6F98123F; Mon, 15 Feb 2016 02:13: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 u1F2DnL3085591; Mon, 15 Feb 2016 02:13:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F2Dndw085590; Mon, 15 Feb 2016 02:13:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602150213.u1F2Dndw085590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Feb 2016 02:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408918 - head/devel/p4ftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 02:13:50 -0000 Author: amdmi3 Date: Mon Feb 15 02:13:48 2016 New Revision: 408918 URL: https://svnweb.freebsd.org/changeset/ports/408918 Log: - Mark BROKEN: checksum mismatch Reported by: pkg-fallout Approved by: portmgr blanket Modified: head/devel/p4ftpd/Makefile Modified: head/devel/p4ftpd/Makefile ============================================================================== --- head/devel/p4ftpd/Makefile Mon Feb 15 02:12:51 2016 (r408917) +++ head/devel/p4ftpd/Makefile Mon Feb 15 02:13:48 2016 (r408918) @@ -13,6 +13,8 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce server +BROKEN= checksum mismatch + RESTRICTED= Restricted distribution NO_BUILD= yes From owner-svn-ports-head@freebsd.org Mon Feb 15 07:14:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65BDAAA8063; Mon, 15 Feb 2016 07:14:49 +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 219B41A5A; Mon, 15 Feb 2016 07:14:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1F7EmlI071437; Mon, 15 Feb 2016 07:14:48 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F7ElR1071435; Mon, 15 Feb 2016 07:14:47 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602150714.u1F7ElR1071435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 15 Feb 2016 07:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408919 - head/math/py-gato X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 07:14:49 -0000 Author: rm Date: Mon Feb 15 07:14:47 2016 New Revision: 408919 URL: https://svnweb.freebsd.org/changeset/ports/408919 Log: math/py-gato: update to 1.2.2 - update to 1.2.2 - switch to CHEESESHOP (upstream moved development from SF) - define LICENSE (LGPL21) - switch to distutils from manual installation; utilize autoplist - limit python version to 2.x, add NO_ARCH - pass maintainership to python@ Deleted: head/math/py-gato/pkg-plist Modified: head/math/py-gato/Makefile head/math/py-gato/distinfo Modified: head/math/py-gato/Makefile ============================================================================== --- head/math/py-gato/Makefile Mon Feb 15 02:13:48 2016 (r408918) +++ head/math/py-gato/Makefile Mon Feb 15 07:14:47 2016 (r408919) @@ -2,52 +2,29 @@ # $FreeBSD$ PORTNAME= gato -PORTVERSION= 1.02 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= math python -MASTER_SITES= http://gato.sourceforge.net/Download/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Gato-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python-based toolbox to visualise algorithms on graphs -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter - -WRKSRC= ${WRKDIR}/Gato +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LGPL.txt -USES= python +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter -EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} +NO_ARCH= yes +PORTEXAMPLES= * +USES= python:2 +USE_PYTHON= autoplist distutils -post-patch: - @${REINPLACE_CMD} -e 's,^.*__future__.*$$,,' ${WRKSRC}/DataStructures.py - @${GREP} -lR "^#!" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - '/^#!/s|python.*$$|python|g' - -pre-build: - @${TOUCH} ${WRKSRC}/__init__.py - -do-build: - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - -d ${PYTHON_SITELIBDIR} \ - -f ${WRKSRC} - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - -d ${PYTHON_SITELIBDIR} \ - -f ${WRKSRC} - -do-install: - @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/Gato -.for pyfile in *.py *.pyc *.pyo - ${INSTALL_DATA} ${WRKSRC}/${pyfile} ${STAGEDIR}${PYTHON_SITELIBDIR}/Gato -.endfor -.for script in Gato Gred - @${CHMOD} ${BINMODE} ${STAGEDIR}${PYTHON_SITELIBDIR}/Gato/${script}.py - @${LN} -sf ${PYTHON_SITELIBDIR}/Gato/${script}.py ${STAGEDIR}${PREFIX}/bin/${script} -.endfor +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for egfile in *.alg *.pro *.cat - ${INSTALL_DATA} ${WRKSRC}/${egfile} ${STAGEDIR}${EXAMPLESDIR} +.for sample in *.alg *.pro *.cat + ${INSTALL_DATA} ${WRKSRC}/${sample} ${STAGEDIR}${EXAMPLESDIR} .endfor .include Modified: head/math/py-gato/distinfo ============================================================================== --- head/math/py-gato/distinfo Mon Feb 15 02:13:48 2016 (r408918) +++ head/math/py-gato/distinfo Mon Feb 15 07:14:47 2016 (r408919) @@ -1,2 +1,2 @@ -SHA256 (Gato-1.02.tar.gz) = 28632f326429534ccc4919b49aedb4b4b210ac9318024a0aa677a37239231035 -SIZE (Gato-1.02.tar.gz) = 182323 +SHA256 (Gato-1.2.2.tar.gz) = d353b8af72ad780f0301912f101ea528822d616bea717c7ca84eaeb0609fa42f +SIZE (Gato-1.2.2.tar.gz) = 274369 From owner-svn-ports-head@freebsd.org Mon Feb 15 07:21:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96052AA82FA; Mon, 15 Feb 2016 07:21:56 +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 485C51D4D; Mon, 15 Feb 2016 07:21:56 +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 u1F7Lt4R074330; Mon, 15 Feb 2016 07:21:55 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1F7Lt0I074328; Mon, 15 Feb 2016 07:21:55 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602150721.u1F7Lt0I074328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 15 Feb 2016 07:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408920 - head/audio/beets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 07:21:56 -0000 Author: wen Date: Mon Feb 15 07:21:54 2016 New Revision: 408920 URL: https://svnweb.freebsd.org/changeset/ports/408920 Log: - Update to 1.3.17 - Add option of AcousticBrainz PR: 207183 Submitted by: stiginge@pvv.org(maintainer) Modified: head/audio/beets/Makefile head/audio/beets/distinfo Modified: head/audio/beets/Makefile ============================================================================== --- head/audio/beets/Makefile Mon Feb 15 07:14:47 2016 (r408919) +++ head/audio/beets/Makefile Mon Feb 15 07:21:54 2016 (r408920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beets -PORTVERSION= 1.3.16 +PORTVERSION= 1.3.17 CATEGORIES= audio python MASTER_SITES= CHEESESHOP @@ -22,16 +22,17 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}muta ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils PLIST_FILES= man/man1/beet.1.gz man/man5/beetsconfig.5.gz -OPTIONS_DEFINE= BADFILES BPD CHROMA DISCOGS ECHONEST EMBYUPDATE FETCHART \ - FFMPEG IMAGEMAGICK IPFS LASTFM LASTIMPORT LYRICS LYRICS_GOOGLE \ - MPDSTATS METASYNC_DBUS PLEXUPDATE REPLAYGAIN SPOTIFY \ - THUMBNAILS WEB WEB_CORS +OPTIONS_DEFINE= ACOUSTICBRAINZ BADFILES BPD CHROMA DISCOGS ECHONEST EMBYUPDATE \ + FETCHART FFMPEG IMAGEMAGICK IPFS LASTFM LASTIMPORT LYRICS \ + LYRICS_GOOGLE MPDSTATS METASYNC_DBUS PLEXUPDATE REPLAYGAIN \ + SPOTIFY THUMBNAILS WEB WEB_CORS OPTIONS_DEFAULT= +ACOUSTICBRAINZ_DESC= AcousticBrainz Plugin BADFILES_DESC= Bad Files Plugin BPD_DESC= MPD Compatible Music Player Plugin CHROMA_DESC= Audio Fingerprinting Plugin @@ -54,6 +55,7 @@ THUMBNAILS_DESC= Thumbnails for freedesk WEB_DESC= Web plugin for querying, browsing and playing music WEB_CORS_DESC= Cross-origin resource sharing for the Web plugin +ACOUSTICBRAINZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests BADFILES_RUN_DEPENDS= flac:${PORTSDIR}/audio/flac \ mp3val:${PORTSDIR}/audio/mp3val BPD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:${PORTSDIR}/multimedia/py-gstreamer Modified: head/audio/beets/distinfo ============================================================================== --- head/audio/beets/distinfo Mon Feb 15 07:14:47 2016 (r408919) +++ head/audio/beets/distinfo Mon Feb 15 07:21:54 2016 (r408920) @@ -1,2 +1,2 @@ -SHA256 (beets-1.3.16.tar.gz) = fdbdee7dadd04001f6281142cd61b5b8478107d1f38da30b9d08d7fbd0bea130 -SIZE (beets-1.3.16.tar.gz) = 1315013 +SHA256 (beets-1.3.17.tar.gz) = cce43c64f68b54c023cf5dade0a509c32e1bbd890b2c68e3fcfa368dc2d5e779 +SIZE (beets-1.3.17.tar.gz) = 1332351 From owner-svn-ports-head@freebsd.org Mon Feb 15 10:43:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A7CAA8EA7; Mon, 15 Feb 2016 10:43:31 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31C661D5A; Mon, 15 Feb 2016 10:43:31 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FAhUjj031631; Mon, 15 Feb 2016 10:43:30 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FAhUhN031630; Mon, 15 Feb 2016 10:43:30 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602151043.u1FAhUhN031630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 15 Feb 2016 10:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408921 - head/textproc/aspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 10:43:31 -0000 Author: marino Date: Mon Feb 15 10:43:29 2016 New Revision: 408921 URL: https://svnweb.freebsd.org/changeset/ports/408921 Log: textproc/aspell: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/textproc/aspell/Makefile Modified: head/textproc/aspell/Makefile ============================================================================== --- head/textproc/aspell/Makefile Mon Feb 15 07:21:54 2016 (r408920) +++ head/textproc/aspell/Makefile Mon Feb 15 10:43:29 2016 (r408921) @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --enable-dict-dir=${DATA --enable-curses=ncursesw \ --enable-static -USES= cpe gmake iconv libtool perl5 shebangfix +USES= cpe gmake iconv libtool ncurses perl5 shebangfix USE_LDCONFIG= yes SHEBANG_FILES= scripts/aspell-import CPE_VENDOR= gnu From owner-svn-ports-head@freebsd.org Mon Feb 15 11:23:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E66D2AA80E7; Mon, 15 Feb 2016 11:23:35 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B4511D86; Mon, 15 Feb 2016 11:23:35 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FBNYu8043290; Mon, 15 Feb 2016 11:23:34 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FBNY3q043288; Mon, 15 Feb 2016 11:23:34 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201602151123.u1FBNY3q043288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 15 Feb 2016 11:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408922 - in head/irc/quassel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 11:23:36 -0000 Author: makc Date: Mon Feb 15 11:23:34 2016 New Revision: 408922 URL: https://svnweb.freebsd.org/changeset/ports/408922 Log: irc/quassel: - Add rc var to specify IP address quasselcore will listen on PR: 206673 Submitted by: Christian Schwarz Modified: head/irc/quassel/Makefile head/irc/quassel/files/quasselcore.in Modified: head/irc/quassel/Makefile ============================================================================== --- head/irc/quassel/Makefile Mon Feb 15 10:43:29 2016 (r408921) +++ head/irc/quassel/Makefile Mon Feb 15 11:23:34 2016 (r408922) @@ -3,7 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.12.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ Modified: head/irc/quassel/files/quasselcore.in ============================================================================== --- head/irc/quassel/files/quasselcore.in Mon Feb 15 10:43:29 2016 (r408921) +++ head/irc/quassel/files/quasselcore.in Mon Feb 15 11:23:34 2016 (r408922) @@ -12,7 +12,8 @@ # # optional # quasselcore_data="/var/db/quasselcore" # quasselcore_log="/var/log/quasselcore.log" -# quasselcore_args="--configdir=${quasselcore_data} --logfile=${quasselcore_log}" +# quasselcore_listen="0.0.0.0,::" +# quasselcore_args="--configdir=${quasselcore_data} --logfile=${quasselcore_log} --listen=${quasselcore_listen}" # quasselcore_user="quasselcore" # quasselcore_group="quasselcore" @@ -26,7 +27,8 @@ load_rc_config ${name} : ${quasselcore_enable:="NO"} : ${quasselcore_data="/var/db/quasselcore"} : ${quasselcore_log="/var/log/quasselcore.log"} -: ${quasselcore_args="--configdir=${quasselcore_data} --logfile=${quasselcore_log}"} +: ${quasselcore_listen="0.0.0.0,::"} +: ${quasselcore_args="--configdir=${quasselcore_data} --logfile=${quasselcore_log} --listen=${quasselcore_listen}"} : ${quasselcore_user="quasselcore"} : ${quasselcore_group="${quasselcore_user}"} From owner-svn-ports-head@freebsd.org Mon Feb 15 11:31:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1839EAA85BD; Mon, 15 Feb 2016 11:31:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA60C11F6; Mon, 15 Feb 2016 11:31:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FBVrg8045487; Mon, 15 Feb 2016 11:31:53 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FBVrWS045486; Mon, 15 Feb 2016 11:31:53 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602151131.u1FBVrWS045486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 15 Feb 2016 11:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408923 - head/graphics/libdrm/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 11:31:55 -0000 Author: kwm Date: Mon Feb 15 11:31:53 2016 New Revision: 408923 URL: https://svnweb.freebsd.org/changeset/ports/408923 Log: Unbreak libdrm on dragonfly. Reported by: marino@ Tested by: marino@ Added: head/graphics/libdrm/files/patch-tests_kms_kms-universal-planes.c (contents, props changed) Added: head/graphics/libdrm/files/patch-tests_kms_kms-universal-planes.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libdrm/files/patch-tests_kms_kms-universal-planes.c Mon Feb 15 11:31:53 2016 (r408923) @@ -0,0 +1,10 @@ +--- tests/kms/kms-universal-planes.c.orig 2016-02-15 12:05:56.305353000 +0100 ++++ tests/kms/kms-universal-planes.c 2016-02-15 12:06:11.194126000 +0100 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + + #include + #include "xf86drm.h" From owner-svn-ports-head@freebsd.org Mon Feb 15 12:07:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D49DAA995E; Mon, 15 Feb 2016 12:07:33 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8702118B; Mon, 15 Feb 2016 12:07:32 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FC7VBv054926; Mon, 15 Feb 2016 12:07:31 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FC7Vsl054923; Mon, 15 Feb 2016 12:07:31 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602151207.u1FC7Vsl054923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 15 Feb 2016 12:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408924 - head/graphics/R-cran-munsell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 12:07:33 -0000 Author: tota Date: Mon Feb 15 12:07:31 2016 New Revision: 408924 URL: https://svnweb.freebsd.org/changeset/ports/408924 Log: - Update to 0.4.3 - Update pkg-descr Modified: head/graphics/R-cran-munsell/Makefile head/graphics/R-cran-munsell/distinfo head/graphics/R-cran-munsell/pkg-descr Modified: head/graphics/R-cran-munsell/Makefile ============================================================================== --- head/graphics/R-cran-munsell/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/graphics/R-cran-munsell/Makefile Mon Feb 15 12:07:31 2016 (r408924) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= munsell -PORTVERSION= 0.4.2 -PORTREVISION= 4 +PORTVERSION= 0.4.3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/graphics/R-cran-munsell/distinfo ============================================================================== --- head/graphics/R-cran-munsell/distinfo Mon Feb 15 11:31:53 2016 (r408923) +++ head/graphics/R-cran-munsell/distinfo Mon Feb 15 12:07:31 2016 (r408924) @@ -1,2 +1,2 @@ -SHA256 (munsell_0.4.2.tar.gz) = 84e787f58f626c52a1e3fc1201f724835dfa8023358bfed742e7001441f425ae -SIZE (munsell_0.4.2.tar.gz) = 91026 +SHA256 (munsell_0.4.3.tar.gz) = 397c3c90af966f48eebe8f5d9e40c41b17541f0baaa102eec3ea4faae5a2bd49 +SIZE (munsell_0.4.3.tar.gz) = 97244 Modified: head/graphics/R-cran-munsell/pkg-descr ============================================================================== --- head/graphics/R-cran-munsell/pkg-descr Mon Feb 15 11:31:53 2016 (r408923) +++ head/graphics/R-cran-munsell/pkg-descr Mon Feb 15 12:07:31 2016 (r408924) @@ -1,3 +1,8 @@ -Functions for exploring and using the Munsell colour system +Provides easy access to, and manipulation of, the Munsell colours. +Provides a mapping between Munsell's original notation (e.g. "5R +5/10") and hexadecimal strings suitable for use directly in R +graphics. Also provides utilities to explore slices through the +Munsell colour tree, to transform Munsell colours and display colour +palettes. -WWW: http://cran.r-project.org/web/packages/munsell/ +WWW: https://cran.r-project.org/web/packages/munsell/ From owner-svn-ports-head@freebsd.org Mon Feb 15 12:23:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61AD9AA0467; Mon, 15 Feb 2016 12:23:20 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30FCA1DC5; Mon, 15 Feb 2016 12:23:20 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FCNJes060675; Mon, 15 Feb 2016 12:23:19 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FCNJno060673; Mon, 15 Feb 2016 12:23:19 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602151223.u1FCNJno060673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 15 Feb 2016 12:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408925 - head/math/R-cran-quantreg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 12:23:20 -0000 Author: tota Date: Mon Feb 15 12:23:18 2016 New Revision: 408925 URL: https://svnweb.freebsd.org/changeset/ports/408925 Log: - Update to 5.21 - Fix LICENSE Modified: head/math/R-cran-quantreg/Makefile head/math/R-cran-quantreg/distinfo Modified: head/math/R-cran-quantreg/Makefile ============================================================================== --- head/math/R-cran-quantreg/Makefile Mon Feb 15 12:07:31 2016 (r408924) +++ head/math/R-cran-quantreg/Makefile Mon Feb 15 12:23:18 2016 (r408925) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= quantreg -PORTVERSION= 5.19 +PORTVERSION= 5.21 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Quantile Regression -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ RUN_DEPENDS= R-cran-SparseM>0:${PORTSDIR}/math/R-cran-SparseM \ R-cran-MatrixModels>0:${PORTSDIR}/math/R-cran-MatrixModels Modified: head/math/R-cran-quantreg/distinfo ============================================================================== --- head/math/R-cran-quantreg/distinfo Mon Feb 15 12:07:31 2016 (r408924) +++ head/math/R-cran-quantreg/distinfo Mon Feb 15 12:23:18 2016 (r408925) @@ -1,2 +1,2 @@ -SHA256 (quantreg_5.19.tar.gz) = 4c183e78d6b2ba1c9b43aaf076b2eb0c7c8de842d484ccc04f5a641159a57959 -SIZE (quantreg_5.19.tar.gz) = 1718211 +SHA256 (quantreg_5.21.tar.gz) = d4c0beaee7c690902601af095969cf135e0fa3b50f92074d45e6b4da5457a1b3 +SIZE (quantreg_5.21.tar.gz) = 1718934 From owner-svn-ports-head@freebsd.org Mon Feb 15 12:28:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65343AA0668; Mon, 15 Feb 2016 12:28:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3792C1F8A; Mon, 15 Feb 2016 12:28:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FCSUpQ060955; Mon, 15 Feb 2016 12:28:30 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FCSUmZ060953; Mon, 15 Feb 2016 12:28:30 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602151228.u1FCSUmZ060953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 15 Feb 2016 12:28:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408926 - head/net-im/mikutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 12:28:31 -0000 Author: tota Date: Mon Feb 15 12:28:29 2016 New Revision: 408926 URL: https://svnweb.freebsd.org/changeset/ports/408926 Log: - Update to 3.3.6 Modified: head/net-im/mikutter/Makefile head/net-im/mikutter/distinfo Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Mon Feb 15 12:23:18 2016 (r408925) +++ head/net-im/mikutter/Makefile Mon Feb 15 12:28:29 2016 (r408926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.3.5 +PORTVERSION= 3.3.6 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Mon Feb 15 12:23:18 2016 (r408925) +++ head/net-im/mikutter/distinfo Mon Feb 15 12:28:29 2016 (r408926) @@ -1,2 +1,2 @@ -SHA256 (mikutter.3.3.5.tar.gz) = 464a3adc2a75020d2cdc6ed52bea8e9445e8fe0f8cfb0e0d8acc914f78e0bf1a -SIZE (mikutter.3.3.5.tar.gz) = 2789919 +SHA256 (mikutter.3.3.6.tar.gz) = f00877e7cf71079644c6f2a67d7b895d14cdc4d8ccf1612929dfea65d9b240d5 +SIZE (mikutter.3.3.6.tar.gz) = 2789587 From owner-svn-ports-head@freebsd.org Mon Feb 15 13:22:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23867AA80EE; Mon, 15 Feb 2016 13:22:21 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D010013C1; Mon, 15 Feb 2016 13:22:20 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FDMJoh077894; Mon, 15 Feb 2016 13:22:19 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FDMJve077890; Mon, 15 Feb 2016 13:22:19 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201602151322.u1FDMJve077890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Mon, 15 Feb 2016 13:22:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408927 - in head: comms/pear-Horde_ActiveSync deskutils/horde-kronolith X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 13:22:21 -0000 Author: mm Date: Mon Feb 15 13:22:19 2016 New Revision: 408927 URL: https://svnweb.freebsd.org/changeset/ports/408927 Log: Horde package update: comms/pear-Horde_ActiveSync 2.31.1 -> 2.31.2 deskutils/horde-kronolith 4.2.13 -> 4.2.14 Modified: head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo head/deskutils/horde-kronolith/Makefile head/deskutils/horde-kronolith/distinfo Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Mon Feb 15 12:28:29 2016 (r408926) +++ head/comms/pear-Horde_ActiveSync/Makefile Mon Feb 15 13:22:19 2016 (r408927) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -PORTVERSION= 2.31.1 +PORTVERSION= 2.31.2 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Mon Feb 15 12:28:29 2016 (r408926) +++ head/comms/pear-Horde_ActiveSync/distinfo Mon Feb 15 13:22:19 2016 (r408927) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_ActiveSync-2.31.1.tgz) = 2325a90cbba93590783bf1e32b7acb5d6a2c331d275578a96400da802900427a -SIZE (Horde/Horde_ActiveSync-2.31.1.tgz) = 370602 +SHA256 (Horde/Horde_ActiveSync-2.31.2.tgz) = 4cc0de402a250f40255f0b3c970a7d9297216f4a3944feef3a53ce76a21aa3d4 +SIZE (Horde/Horde_ActiveSync-2.31.2.tgz) = 371064 Modified: head/deskutils/horde-kronolith/Makefile ============================================================================== --- head/deskutils/horde-kronolith/Makefile Mon Feb 15 12:28:29 2016 (r408926) +++ head/deskutils/horde-kronolith/Makefile Mon Feb 15 13:22:19 2016 (r408927) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kronolith -PORTVERSION= 4.2.13 +PORTVERSION= 4.2.14 CATEGORIES= deskutils www pear PKGNAMEPREFIX= horde- Modified: head/deskutils/horde-kronolith/distinfo ============================================================================== --- head/deskutils/horde-kronolith/distinfo Mon Feb 15 12:28:29 2016 (r408926) +++ head/deskutils/horde-kronolith/distinfo Mon Feb 15 13:22:19 2016 (r408927) @@ -1,2 +1,2 @@ -SHA256 (Horde/kronolith-4.2.13.tgz) = 549ce082d7b8439e2f4525bf68a233cf4c633d973868a917c5c4be29dd033897 -SIZE (Horde/kronolith-4.2.13.tgz) = 2603030 +SHA256 (Horde/kronolith-4.2.14.tgz) = 810edfed10775a7edc01c39174ce5a5d725186cc9caaf0f1890131e3c7a7b8f6 +SIZE (Horde/kronolith-4.2.14.tgz) = 2603127 From owner-svn-ports-head@freebsd.org Mon Feb 15 14:21:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA267AA9BE2; Mon, 15 Feb 2016 14:21:52 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCD581F1B; Mon, 15 Feb 2016 14:21:52 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FELp73095131; Mon, 15 Feb 2016 14:21:51 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FELpT6095130; Mon, 15 Feb 2016 14:21:51 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602151421.u1FELpT6095130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 15 Feb 2016 14:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408928 - head/security/letsencrypt.sh/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 14:21:53 -0000 Author: brnrd Date: Mon Feb 15 14:21:51 2016 New Revision: 408928 URL: https://svnweb.freebsd.org/changeset/ports/408928 Log: security/letsencrypt.sh: Fix periodic script - Add missing `then` Reviewed by: sascha_root-login.org (maintainer), feld (mentor) Approved by: sascha_root-login.org (maintainer), feld (mentor) Differential Revision: D5264 Modified: head/security/letsencrypt.sh/files/000.letsencrypt.sh.in Modified: head/security/letsencrypt.sh/files/000.letsencrypt.sh.in ============================================================================== --- head/security/letsencrypt.sh/files/000.letsencrypt.sh.in Mon Feb 15 13:22:19 2016 (r408927) +++ head/security/letsencrypt.sh/files/000.letsencrypt.sh.in Mon Feb 15 14:21:51 2016 (r408928) @@ -17,6 +17,7 @@ case "$weekly_letsencrypt_enable" in su -m "$weekly_letsencrypt_user" -c '%%PREFIX%%/bin/letsencrypt.sh -c' fi if [ -x "$weekly_letsencrypt_deployscript" ] + then $weekly_letsencrypt_deployscript fi ;; From owner-svn-ports-head@freebsd.org Mon Feb 15 14:24:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7BA9AA9DC5; Mon, 15 Feb 2016 14:24:52 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C96811DB; Mon, 15 Feb 2016 14:24:52 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FEOpOx095396; Mon, 15 Feb 2016 14:24:51 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FEOp5J095392; Mon, 15 Feb 2016 14:24:51 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602151424.u1FEOp5J095392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 15 Feb 2016 14:24:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408929 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 14:24:52 -0000 Author: brnrd Date: Mon Feb 15 14:24:51 2016 New Revision: 408929 URL: https://svnweb.freebsd.org/changeset/ports/408929 Log: www/nghttp2: Update to version 1.7.1 - Convert MASTER_SITES to USE_GITHUB - Remove USES=tar:xz - Remove unneeded RUN_DEPENDS - Add USES=autoreconf - Fix pkgconfig path - Remove defunct configure jemalloc fix - Fix LDFLAGS -ldl problem Reviewed by: koobs (mentor), feld (mentor) Approved by: feld (mentor) Differential Revision: D5218 MFH: 2016Q1 Added: head/www/nghttp2/files/ head/www/nghttp2/files/patch-configure.ac (contents, props changed) Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Mon Feb 15 14:21:51 2016 (r408928) +++ head/www/nghttp2/Makefile Mon Feb 15 14:24:51 2016 (r408929) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.1 +DISTVERSIONPREFIX= v CATEGORIES= www net -MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ - LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library @@ -19,12 +18,14 @@ BUILD_DEPENDS= libev>=4.15:${PORTSDIR}/d LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ libevent_openssl.so:${PORTSDIR}/devel/libevent2 \ libspdylay.so:${PORTSDIR}/www/spdylay -RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= ASIO DOCS HPACK OPTIONS_DEFAULT=HPACK OPTIONS_SUB= yes +USE_GITHUB= yes +GH_ACCOUNT= tatsuhiro-t + CONFIGURE_ARGS= --disable-python-bindings \ --enable-app \ --enable-examples \ @@ -35,11 +36,12 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENS ZLIB_LIBS="-L${LIBDIR} -lz" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +PATHFIX_MAKEFILEIN= Makefile.am USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes -USES= compiler:c++11-lib gmake libtool localbase pathfix pkgconfig tar:xz +USES= autoreconf compiler:c++11-lib gmake libtool localbase pathfix pkgconfig PORTDATA= fetch-ocsp-response PORTDOCS= * @@ -62,7 +64,4 @@ CPPFLAGS+= -D_GLIBCXX_USE_C99 CONFIGURE_ARGS+=--with-jemalloc .endif -post-patch: - @${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure - .include Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Mon Feb 15 14:21:51 2016 (r408928) +++ head/www/nghttp2/distinfo Mon Feb 15 14:24:51 2016 (r408929) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.6.0.tar.xz) = cc569501d243c934ea980a1f68fadb8ccc4f133ae8a5b15dcd29f0de76f9bac3 -SIZE (nghttp2-1.6.0.tar.xz) = 1399524 +SHA256 (tatsuhiro-t-nghttp2-v1.7.1_GH0.tar.gz) = 3f939b1507b4b9b94d8c1f873b41945d0c7bcf6a21c313124526201dc6e11c3c +SIZE (tatsuhiro-t-nghttp2-v1.7.1_GH0.tar.gz) = 1561854 Added: head/www/nghttp2/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nghttp2/files/patch-configure.ac Mon Feb 15 14:24:51 2016 (r408929) @@ -0,0 +1,35 @@ +From e4b2847d3135a024c740d25f9e11da7ff0bf0fd6 Mon Sep 17 00:00:00 2001 +From: Bernard Spil +Date: Sat, 6 Feb 2016 14:36:27 +0100 +Subject: [PATCH] Don't check for dlopen/libdl on *BSD + +This makes linking fail on -ldl as there is no libdl on in /usr/lib or /usr/local/lib on *BSD +Tested (and part of the proposed nghttp2 1.7.0) on [https://reviews.freebsd.org/D5218|FreeBSD] +--- + configure.ac | 13 ++++++++++--- + 1 file changed, 10 insertions(+), 3 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 09a2538..4a4defe 100644 +--- configure.ac.orig ++++ configure.ac +@@ -256,9 +256,16 @@ if test "x${have_zlib}" = "xno"; then + fi + + # dl: openssl requires libdl when it is statically linked. +-LIBS_OLD=$LIBS +-AC_SEARCH_LIBS([dlopen], [dl], [APPLDFLAGS="-ldl $APPLDFLAGS"], [], []) +-LIBS=$LIBS_OLD ++case "${host_os}" in ++ *bsd*) ++ # dlopen is in libc on *BSD ++ ;; ++ *) ++ save_LIBS=$LIBS ++ AC_SEARCH_LIBS([dlopen], [dl], [APPLDFLAGS="-ldl $APPLDFLAGS"], [], []) ++ LIBS=$save_LIBS ++ ;; ++esac + + # cunit + PKG_CHECK_MODULES([CUNIT], [cunit >= 2.1], [have_cunit=yes], [have_cunit=no]) Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Mon Feb 15 14:21:51 2016 (r408928) +++ head/www/nghttp2/pkg-plist Mon Feb 15 14:24:51 2016 (r408929) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.4.0 +lib/libnghttp2.so.14.4.1 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 From owner-svn-ports-head@freebsd.org Mon Feb 15 14:31:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA89AAA80D4; Mon, 15 Feb 2016 14:31:02 +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 BDEE11880; Mon, 15 Feb 2016 14:31:02 +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 u1FEV1rg096108; Mon, 15 Feb 2016 14:31:01 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FEV13S096106; Mon, 15 Feb 2016 14:31:01 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602151431.u1FEV13S096106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 15 Feb 2016 14:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408931 - head/games/wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 14:31:03 -0000 Author: rakuco Date: Mon Feb 15 14:31:01 2016 New Revision: 408931 URL: https://svnweb.freebsd.org/changeset/ports/408931 Log: Update to 20160213. PR: 207199 Submitted by: Nikolai Lifanov (maintainer) Modified: head/games/wtf/Makefile head/games/wtf/distinfo Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Mon Feb 15 14:29:20 2016 (r408930) +++ head/games/wtf/Makefile Mon Feb 15 14:31:01 2016 (r408931) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20160128 +PORTVERSION= 20160213 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Mon Feb 15 14:29:20 2016 (r408930) +++ head/games/wtf/distinfo Mon Feb 15 14:31:01 2016 (r408931) @@ -1,2 +1,2 @@ -SHA256 (wtf-20160128.tar.gz) = 90ee20384bc3c6e1795f0f55aceb13fa199d8c48be9810ae6b6dfa8b308ccdd5 -SIZE (wtf-20160128.tar.gz) = 24281 +SHA256 (wtf-20160213.tar.gz) = 4058aed9e71b10cbebc7131d23a8e663e3543414ce60942c1a0f1cce9db912bb +SIZE (wtf-20160213.tar.gz) = 24322 From owner-svn-ports-head@freebsd.org Mon Feb 15 14:34:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D8C4AA83A9; Mon, 15 Feb 2016 14:34:34 +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 BDE821B3D; Mon, 15 Feb 2016 14:34:33 +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 u1FEYW1S001794; Mon, 15 Feb 2016 14:34:32 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FEYRj3001733; Mon, 15 Feb 2016 14:34:27 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602151434.u1FEYRj3001733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 15 Feb 2016 14:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408932 - in head: Mk archivers archivers/php70-bz2 archivers/php70-phar archivers/php70-phar/files archivers/php70-zip archivers/php70-zlib converters converters/php70-iconv converters... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 14:34:34 -0000 Author: miwi Date: Mon Feb 15 14:34:26 2016 New Revision: 408932 URL: https://svnweb.freebsd.org/changeset/ports/408932 Log: Welcome php 7.0.3 Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@. Added: head/archivers/php70-bz2/ - copied from r408923, head/archivers/php56-bz2/ head/archivers/php70-phar/ - copied from r408923, head/archivers/php56-phar/ head/archivers/php70-zip/ - copied from r408923, head/archivers/php56-zip/ head/archivers/php70-zlib/ - copied from r408923, head/archivers/php56-zlib/ head/converters/php70-iconv/ - copied from r408923, head/converters/php56-iconv/ head/converters/php70-mbstring/ - copied from r408923, head/converters/php56-mbstring/ head/converters/php70-recode/ - copied from r408923, head/converters/php56-recode/ head/databases/php70-dba/ - copied from r408923, head/databases/php56-dba/ head/databases/php70-interbase/ - copied from r408923, head/databases/php56-interbase/ head/databases/php70-mysqli/ - copied from r408923, head/databases/php56-mysqli/ head/databases/php70-odbc/ - copied from r408923, head/databases/php56-odbc/ head/databases/php70-pdo/ - copied from r408923, head/databases/php56-pdo/ head/databases/php70-pdo_dblib/ - copied from r408923, head/databases/php56-pdo_dblib/ head/databases/php70-pdo_firebird/ - copied from r408923, head/databases/php56-pdo_firebird/ head/databases/php70-pdo_mysql/ - copied from r408923, head/databases/php56-pdo_mysql/ head/databases/php70-pdo_odbc/ - copied from r408923, head/databases/php56-pdo_odbc/ head/databases/php70-pdo_pgsql/ - copied from r408923, head/databases/php56-pdo_pgsql/ head/databases/php70-pdo_sqlite/ - copied from r408923, head/databases/php56-pdo_sqlite/ head/databases/php70-pgsql/ - copied from r408923, head/databases/php56-pgsql/ head/databases/php70-sqlite3/ - copied from r408923, head/databases/php56-sqlite3/ head/devel/php70-gettext/ - copied from r408923, head/devel/php56-gettext/ head/devel/php70-intl/ head/devel/php70-intl/Makefile (contents, props changed) head/devel/php70-json/ - copied from r408923, head/devel/php56-json/ head/devel/php70-pcntl/ - copied from r408923, head/devel/php56-pcntl/ head/devel/php70-readline/ - copied from r408923, head/devel/php56-readline/ head/devel/php70-shmop/ - copied from r408923, head/devel/php56-shmop/ head/devel/php70-sysvmsg/ - copied from r408923, head/devel/php56-sysvmsg/ head/devel/php70-sysvsem/ - copied from r408923, head/devel/php56-sysvsem/ head/devel/php70-sysvshm/ - copied from r408923, head/devel/php56-sysvshm/ head/devel/php70-tokenizer/ - copied from r408923, head/devel/php56-tokenizer/ head/ftp/php70-curl/ - copied from r408923, head/ftp/php56-curl/ head/ftp/php70-ftp/ - copied from r408923, head/ftp/php56-ftp/ head/graphics/php70-exif/ - copied from r408923, head/graphics/php56-exif/ head/graphics/php70-gd/ - copied from r408923, head/graphics/php56-gd/ head/lang/php70/ - copied from r408923, head/lang/php56/ head/lang/php70-extensions/ - copied from r408923, head/lang/php56-extensions/ head/mail/php70-imap/ - copied from r408923, head/mail/php56-imap/ head/math/php70-bcmath/ - copied from r408923, head/math/php56-bcmath/ head/math/php70-gmp/ - copied from r408923, head/math/php56-gmp/ head/misc/php70-calendar/ - copied from r408923, head/misc/php56-calendar/ head/net-mgmt/php70-snmp/ - copied from r408923, head/net-mgmt/php56-snmp/ head/net/php70-ldap/ - copied from r408923, head/net/php56-ldap/ head/net/php70-soap/ - copied from r408923, head/net/php56-soap/ head/net/php70-sockets/ - copied from r408923, head/net/php56-sockets/ head/net/php70-xmlrpc/ - copied from r408923, head/net/php56-xmlrpc/ head/security/php70-filter/ - copied from r408923, head/security/php56-filter/ head/security/php70-hash/ - copied from r408923, head/security/php56-hash/ head/security/php70-mcrypt/ - copied from r408923, head/security/php56-mcrypt/ head/security/php70-openssl/ - copied from r408923, head/security/php56-openssl/ head/sysutils/php70-fileinfo/ - copied from r408923, head/sysutils/php56-fileinfo/ head/sysutils/php70-posix/ - copied from r408923, head/sysutils/php56-posix/ head/textproc/php70-ctype/ - copied from r408923, head/textproc/php56-ctype/ head/textproc/php70-dom/ - copied from r408923, head/textproc/php56-dom/ head/textproc/php70-pspell/ - copied from r408923, head/textproc/php56-pspell/ head/textproc/php70-simplexml/ - copied from r408923, head/textproc/php56-simplexml/ head/textproc/php70-wddx/ - copied from r408923, head/textproc/php56-wddx/ head/textproc/php70-xml/ - copied from r408923, head/textproc/php56-xml/ head/textproc/php70-xmlreader/ - copied from r408923, head/textproc/php56-xmlreader/ head/textproc/php70-xmlwriter/ - copied from r408923, head/textproc/php56-xmlwriter/ head/textproc/php70-xsl/ - copied from r408923, head/textproc/php56-xsl/ head/www/mod_php70/ - copied from r408923, head/www/mod_php56/ head/www/php70-opcache/ - copied from r408923, head/www/php56-opcache/ head/www/php70-session/ - copied from r408923, head/www/php56-session/ head/www/php70-tidy/ - copied from r408923, head/www/php56-tidy/ Deleted: head/databases/php70-pgsql/files/ head/graphics/php70-gd/files/ head/lang/php70/files/patch-TSRM_threads.m4 head/lang/php70/files/patch-Zend__zend.h head/lang/php70/files/patch-Zend_zend_list.c head/lang/php70/files/patch-Zend_zend_list.h head/lang/php70/files/patch-acinclude.m4 head/lang/php70/files/patch-ext_standard_image.c head/lang/php70/files/patch-ext_zlib_config0.m4 head/lang/php70/files/patch-sapi_apache2filter_config.m4 head/net/php70-soap/files/ Modified: head/Mk/bsd.php.mk head/archivers/Makefile head/archivers/php70-bz2/Makefile head/archivers/php70-phar/files/patch-config.m4 head/archivers/php70-phar/files/patch-phar.c head/archivers/php70-zip/Makefile head/converters/Makefile head/converters/php70-iconv/Makefile head/converters/php70-mbstring/Makefile head/converters/php70-recode/Makefile head/databases/Makefile head/databases/php70-dba/Makefile head/databases/php70-interbase/Makefile head/databases/php70-mysqli/Makefile head/databases/php70-odbc/Makefile head/databases/php70-pdo/Makefile head/databases/php70-pdo_dblib/Makefile head/databases/php70-pdo_firebird/Makefile head/databases/php70-pdo_mysql/Makefile head/databases/php70-pdo_odbc/Makefile head/databases/php70-pdo_pgsql/Makefile head/databases/php70-pdo_sqlite/Makefile head/databases/php70-pgsql/Makefile head/databases/php70-sqlite3/Makefile head/devel/Makefile head/devel/php70-gettext/Makefile head/devel/php70-json/Makefile head/devel/php70-pcntl/Makefile head/devel/php70-readline/Makefile head/devel/php70-shmop/Makefile head/devel/php70-sysvmsg/Makefile head/devel/php70-sysvsem/Makefile head/devel/php70-sysvshm/Makefile head/devel/php70-tokenizer/Makefile head/ftp/Makefile head/ftp/php70-curl/Makefile head/ftp/php70-ftp/Makefile head/graphics/Makefile head/graphics/php70-exif/Makefile head/graphics/php70-gd/Makefile head/lang/Makefile head/lang/php55-extensions/Makefile head/lang/php55/Makefile head/lang/php55/Makefile.ext head/lang/php56-extensions/Makefile head/lang/php56/Makefile head/lang/php56/Makefile.ext head/lang/php70-extensions/Makefile head/lang/php70/Makefile head/lang/php70/Makefile.ext head/lang/php70/distinfo head/lang/php70/files/patch-main__php_config.h.in head/lang/php70/files/patch-sapi_apache2handler_config.m4 head/lang/php70/files/patch-sapi_fpm_config.m4 head/lang/php70/pkg-plist head/mail/Makefile head/mail/php70-imap/Makefile head/math/Makefile head/math/php70-bcmath/Makefile head/math/php70-gmp/Makefile head/misc/Makefile head/misc/php70-calendar/Makefile head/net-mgmt/Makefile head/net/Makefile head/net/php70-ldap/Makefile head/net/php70-soap/Makefile head/net/php70-sockets/Makefile head/net/php70-xmlrpc/Makefile head/security/Makefile head/security/php70-filter/Makefile head/security/php70-hash/Makefile head/security/php70-mcrypt/Makefile head/security/php70-openssl/Makefile head/sysutils/Makefile head/sysutils/php70-fileinfo/Makefile head/sysutils/php70-posix/Makefile head/textproc/Makefile head/textproc/php70-ctype/Makefile head/textproc/php70-dom/Makefile head/textproc/php70-pspell/Makefile head/textproc/php70-simplexml/Makefile head/textproc/php70-wddx/Makefile head/textproc/php70-xml/Makefile head/textproc/php70-xmlreader/Makefile head/textproc/php70-xmlwriter/Makefile head/textproc/php70-xsl/Makefile head/www/Makefile head/www/mod_php70/Makefile head/www/php70-opcache/Makefile head/www/php70-session/Makefile head/www/php70-tidy/Makefile Modified: head/Mk/bsd.php.mk ============================================================================== --- head/Mk/bsd.php.mk Mon Feb 15 14:31:01 2016 (r408931) +++ head/Mk/bsd.php.mk Mon Feb 15 14:34:26 2016 (r408932) @@ -56,7 +56,10 @@ PHP_EXT_DIR!= ${PHPBASE}/bin/php-config DEFAULT_PHP_VER?= ${PHP_DEFAULT:S/.//} PHP_VER?= ${DEFAULT_PHP_VER} -.if ${PHP_VER} == 56 +.if ${PHP_VER} == 70 +PHP_EXT_DIR= 20151012 +PHP_EXT_INC= pcre spl +.elif ${PHP_VER} == 56 PHP_EXT_DIR= 20131226 PHP_EXT_INC= pcre spl .elif ${PHP_VER} == 55 @@ -252,6 +255,7 @@ _USE_PHP_ALL= apc bcmath bitset bz2 cale # version specific components _USE_PHP_VER55= ${_USE_PHP_ALL} phar sqlite3 _USE_PHP_VER56= ${_USE_PHP_ALL} phar sqlite3 +_USE_PHP_VER70= ${_USE_PHP_ALL} phar sqlite3 apc_DEPENDS= www/pecl-APC bcmath_DEPENDS= math/php${PHP_VER}-bcmath @@ -275,7 +279,11 @@ iconv_DEPENDS= converters/php${PHP_VER}- igbinary_DEPENDS= converters/pecl-igbinary imap_DEPENDS= mail/php${PHP_VER}-imap interbase_DEPENDS= databases/php${PHP_VER}-interbase +.if ${PHP_VER} == 70 +intl_DEPENDS= devel/php${PHP_VER}-intl +.else intl_DEPENDS= devel/pecl-intl +.endif json_DEPENDS= devel/php${PHP_VER}-json ldap_DEPENDS= net/php${PHP_VER}-ldap mbstring_DEPENDS= converters/php${PHP_VER}-mbstring @@ -288,12 +296,9 @@ mysqli_DEPENDS= databases/php${PHP_VER}- ncurses_DEPENDS=devel/php${PHP_VER}-ncurses odbc_DEPENDS= databases/php${PHP_VER}-odbc oci8_DEPENDS= databases/php${PHP_VER}-oci8 -.if ${PHP_VER} == 55 || ${PHP_VER} == 56 opcache_DEPENDS= www/php${PHP_VER}-opcache -.endif openssl_DEPENDS=security/php${PHP_VER}-openssl pcntl_DEPENDS= devel/php${PHP_VER}-pcntl -pcre_DEPENDS= devel/php${PHP_VER}-pcre pdf_DEPENDS= print/pecl-pdflib pdo_DEPENDS= databases/php${PHP_VER}-pdo pdo_dblib_DEPENDS= databases/php${PHP_VER}-pdo_dblib Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/archivers/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -150,6 +150,10 @@ SUBDIR += php56-phar SUBDIR += php56-zip SUBDIR += php56-zlib + SUBDIR += php70-bz2 + SUBDIR += php70-phar + SUBDIR += php70-zip + SUBDIR += php70-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip Modified: head/archivers/php70-bz2/Makefile ============================================================================== --- head/archivers/php56-bz2/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/archivers/php70-bz2/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= archivers -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -bz2 Modified: head/archivers/php70-phar/files/patch-config.m4 ============================================================================== --- head/archivers/php56-phar/files/patch-config.m4 Mon Feb 15 11:31:53 2016 (r408923) +++ head/archivers/php70-phar/files/patch-config.m4 Mon Feb 15 14:34:26 2016 (r408932) @@ -1,5 +1,5 @@ ---- config.m4.orig 2011-11-25 15:31:20.000000000 +0100 -+++ config.m4 2011-11-25 15:47:45.000000000 +0100 +--- config.m4.orig 2015-12-10 14:23:55.176546745 +0300 ++++ config.m4 2015-12-10 14:29:14.284524651 +0300 @@ -4,8 +4,38 @@ PHP_ARG_ENABLE(phar, for phar archive support, [ --disable-phar Disable phar support], yes) @@ -34,7 +34,7 @@ + ]) + ]) + - PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_object.c phar_path_check.c, $ext_shared) + PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_object.c phar_path_check.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) + PHP_HASH=yes AC_MSG_CHECKING([for phar openssl support]) if test "$PHP_HASH_SHARED" != "yes"; then Modified: head/archivers/php70-phar/files/patch-phar.c ============================================================================== --- head/archivers/php56-phar/files/patch-phar.c Mon Feb 15 11:31:53 2016 (r408923) +++ head/archivers/php70-phar/files/patch-phar.c Mon Feb 15 14:34:26 2016 (r408932) @@ -1,6 +1,6 @@ ---- phar.c.orig 2011-11-25 15:38:44.000000000 +0100 -+++ phar.c 2011-11-25 15:39:01.000000000 +0100 -@@ -3716,7 +3716,7 @@ +--- phar.c.orig 2015-12-10 14:18:59.933565343 +0300 ++++ phar.c 2015-12-10 14:19:28.787563292 +0300 +@@ -3578,7 +3578,7 @@ ZEND_MOD_OPTIONAL("openssl") ZEND_MOD_OPTIONAL("zlib") ZEND_MOD_OPTIONAL("standard") Modified: head/archivers/php70-zip/Makefile ============================================================================== --- head/archivers/php56-zip/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/archivers/php70-zip/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= archivers -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -zip Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/converters/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -140,6 +140,9 @@ SUBDIR += php56-iconv SUBDIR += php56-mbstring SUBDIR += php56-recode + SUBDIR += php70-iconv + SUBDIR += php70-mbstring + SUBDIR += php70-recode SUBDIR += psiconv SUBDIR += py-bencode SUBDIR += py-bsdconv Modified: head/converters/php70-iconv/Makefile ============================================================================== --- head/converters/php56-iconv/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/converters/php70-iconv/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= converters -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -iconv Modified: head/converters/php70-mbstring/Makefile ============================================================================== --- head/converters/php56-mbstring/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/converters/php70-mbstring/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -1,10 +1,9 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= converters -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -mbstring Modified: head/converters/php70-recode/Makefile ============================================================================== --- head/converters/php56-recode/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/converters/php70-recode/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= converters -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -recode Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/databases/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -615,6 +615,19 @@ SUBDIR += php56-redis SUBDIR += php56-sqlite3 SUBDIR += php56-sybase_ct + SUBDIR += php70-dba + SUBDIR += php70-interbase + SUBDIR += php70-mysqli + SUBDIR += php70-odbc + SUBDIR += php70-pdo + SUBDIR += php70-pdo_dblib + SUBDIR += php70-pdo_firebird + SUBDIR += php70-pdo_mysql + SUBDIR += php70-pdo_odbc + SUBDIR += php70-pdo_pgsql + SUBDIR += php70-pdo_sqlite + SUBDIR += php70-pgsql + SUBDIR += php70-sqlite3 SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin Modified: head/databases/php70-dba/Makefile ============================================================================== --- head/databases/php56-dba/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-dba/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -dba Modified: head/databases/php70-interbase/Makefile ============================================================================== --- head/databases/php56-interbase/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-interbase/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -interbase Modified: head/databases/php70-mysqli/Makefile ============================================================================== --- head/databases/php56-mysqli/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-mysqli/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -mysqli Modified: head/databases/php70-odbc/Makefile ============================================================================== --- head/databases/php56-odbc/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-odbc/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -odbc Modified: head/databases/php70-pdo/Makefile ============================================================================== --- head/databases/php56-pdo/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-pdo/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pdo Modified: head/databases/php70-pdo_dblib/Makefile ============================================================================== --- head/databases/php56-pdo_dblib/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-pdo_dblib/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pdo_dblib Modified: head/databases/php70-pdo_firebird/Makefile ============================================================================== --- head/databases/php56-pdo_firebird/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-pdo_firebird/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pdo_firebird Modified: head/databases/php70-pdo_mysql/Makefile ============================================================================== --- head/databases/php56-pdo_mysql/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-pdo_mysql/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pdo_mysql Modified: head/databases/php70-pdo_odbc/Makefile ============================================================================== --- head/databases/php56-pdo_odbc/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-pdo_odbc/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pdo_odbc Modified: head/databases/php70-pdo_pgsql/Makefile ============================================================================== --- head/databases/php56-pdo_pgsql/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-pdo_pgsql/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pdo_pgsql Modified: head/databases/php70-pdo_sqlite/Makefile ============================================================================== --- head/databases/php56-pdo_sqlite/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-pdo_sqlite/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pdo_sqlite Modified: head/databases/php70-pgsql/Makefile ============================================================================== --- head/databases/php56-pgsql/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-pgsql/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pgsql Modified: head/databases/php70-sqlite3/Makefile ============================================================================== --- head/databases/php56-sqlite3/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/databases/php70-sqlite3/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= databases -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -sqlite3 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/devel/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3767,6 +3767,16 @@ SUBDIR += php56-sysvsem SUBDIR += php56-sysvshm SUBDIR += php56-tokenizer + SUBDIR += php70-gettext + SUBDIR += php70-intl + SUBDIR += php70-json + SUBDIR += php70-pcntl + SUBDIR += php70-readline + SUBDIR += php70-shmop + SUBDIR += php70-sysvmsg + SUBDIR += php70-sysvsem + SUBDIR += php70-sysvshm + SUBDIR += php70-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phpunit Modified: head/devel/php70-gettext/Makefile ============================================================================== --- head/devel/php56-gettext/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-gettext/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -gettext Added: head/devel/php70-intl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/php70-intl/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -0,0 +1,10 @@ +# Created by: Alex Dupre +# $FreeBSD$ + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php70 + +PKGNAMESUFFIX= -intl + +.include "${MASTERDIR}/Makefile" Modified: head/devel/php70-json/Makefile ============================================================================== --- head/devel/php56-json/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-json/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -json Modified: head/devel/php70-pcntl/Makefile ============================================================================== --- head/devel/php56-pcntl/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-pcntl/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -pcntl Modified: head/devel/php70-readline/Makefile ============================================================================== --- head/devel/php56-readline/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-readline/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -readline Modified: head/devel/php70-shmop/Makefile ============================================================================== --- head/devel/php56-shmop/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-shmop/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -shmop Modified: head/devel/php70-sysvmsg/Makefile ============================================================================== --- head/devel/php56-sysvmsg/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-sysvmsg/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -sysvmsg Modified: head/devel/php70-sysvsem/Makefile ============================================================================== --- head/devel/php56-sysvsem/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-sysvsem/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -sysvsem Modified: head/devel/php70-sysvshm/Makefile ============================================================================== --- head/devel/php56-sysvshm/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-sysvshm/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -sysvshm Modified: head/devel/php70-tokenizer/Makefile ============================================================================== --- head/devel/php56-tokenizer/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/devel/php70-tokenizer/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= devel -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -tokenizer Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/ftp/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -67,6 +67,8 @@ SUBDIR += php55-ftp SUBDIR += php56-curl SUBDIR += php56-ftp + SUBDIR += php70-curl + SUBDIR += php70-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd Modified: head/ftp/php70-curl/Makefile ============================================================================== --- head/ftp/php56-curl/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/ftp/php70-curl/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= ftp -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -curl Modified: head/ftp/php70-ftp/Makefile ============================================================================== --- head/ftp/php56-ftp/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/ftp/php70-ftp/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= ftp -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -ftp Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/graphics/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -770,6 +770,8 @@ SUBDIR += php55-gd SUBDIR += php56-exif SUBDIR += php56-gd + SUBDIR += php70-exif + SUBDIR += php70-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle Modified: head/graphics/php70-exif/Makefile ============================================================================== --- head/graphics/php56-exif/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/graphics/php70-exif/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= graphics -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -exif Modified: head/graphics/php70-gd/Makefile ============================================================================== --- head/graphics/php56-gd/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/graphics/php70-gd/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -3,7 +3,7 @@ CATEGORIES= graphics -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -gd Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/lang/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -249,6 +249,8 @@ SUBDIR += php55-extensions SUBDIR += php56 SUBDIR += php56-extensions + SUBDIR += php70 + SUBDIR += php70-extensions SUBDIR += php_doc SUBDIR += picoc SUBDIR += pike78 Modified: head/lang/php55-extensions/Makefile ============================================================================== --- head/lang/php55-extensions/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/lang/php55-extensions/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -14,7 +14,7 @@ COMMENT= "meta-port" to install PHP exte USE_PHP= yes PHP_DEFAULT= 5.5 -IGNORE_WITH_PHP=53 54 5 +IGNORE_WITH_PHP=56 70 USE_PHP_BUILD= yes NO_BUILD= yes Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/lang/php55/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -52,7 +52,7 @@ MAILHEAD_DESC= Enable mail header patch LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php53-5* php54-5* php56-5* php5-5* +CONFLICTS= php56-5* php70-* DESTDIRNAME= INSTALL_ROOT Modified: head/lang/php55/Makefile.ext ============================================================================== --- head/lang/php55/Makefile.ext Mon Feb 15 14:31:01 2016 (r408931) +++ head/lang/php55/Makefile.ext Mon Feb 15 14:34:26 2016 (r408932) @@ -4,7 +4,7 @@ USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_DEFAULT= 5.5 -IGNORE_WITH_PHP=52 53 54 5 +IGNORE_WITH_PHP= 56 70 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Modified: head/lang/php56-extensions/Makefile ============================================================================== --- head/lang/php56-extensions/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/lang/php56-extensions/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -14,7 +14,7 @@ COMMENT= "meta-port" to install PHP exte USE_PHP= yes PHP_DEFAULT= 5.6 -IGNORE_WITH_PHP=53 54 55 5 +IGNORE_WITH_PHP= 55 70 USE_PHP_BUILD= yes NO_BUILD= yes Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Mon Feb 15 14:31:01 2016 (r408931) +++ head/lang/php56/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -52,7 +52,7 @@ MAILHEAD_DESC= Enable mail header patch LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php53-5* php54-5* php55-5* php5-5* +CONFLICTS= php55-5* php70-* DESTDIRNAME= INSTALL_ROOT Modified: head/lang/php56/Makefile.ext ============================================================================== --- head/lang/php56/Makefile.ext Mon Feb 15 14:31:01 2016 (r408931) +++ head/lang/php56/Makefile.ext Mon Feb 15 14:34:26 2016 (r408932) @@ -4,7 +4,7 @@ USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_DEFAULT= 5.6 -IGNORE_WITH_PHP=52 53 54 55 5 +IGNORE_WITH_PHP= 55 70 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Modified: head/lang/php70-extensions/Makefile ============================================================================== --- head/lang/php56-extensions/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/lang/php70-extensions/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -1,29 +1,24 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTNAME= php56 +PORTNAME= php70 PORTVERSION= 1.0 CATEGORIES= lang -MASTER_SITES= # none PKGNAMESUFFIX= -extensions -DISTFILES= # none -EXTRACT_ONLY= # none -MAINTAINER= ale@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +USES= metaport USE_PHP= yes -PHP_DEFAULT= 5.6 -IGNORE_WITH_PHP=53 54 55 5 +PHP_DEFAULT= 7.0 +IGNORE_WITH_PHP= 55 56 USE_PHP_BUILD= yes -NO_BUILD= yes -NO_MTREE= yes - OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ DOM EXIF FILEINFO FILTER FTP GD GETTEXT \ - GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \ - MSSQL MYSQL MYSQLI \ + GMP HASH ICONV INTL IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \ + MYSQLI \ ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \ PDO_MYSQL PDO_ODBC PDO_PGSQL PDO_SQLITE PGSQL PHAR POSIX \ PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP SOAP \ @@ -48,13 +43,12 @@ GMP_DESC= GNU MP support HASH_DESC= HASH Message Digest Framework ICONV_DESC= iconv support IMAP_DESC= IMAP support +INTL_DESC= Internationalization(ICU) INTERBASE_DESC= Interbase 6 database support (Firebird) JSON_DESC= JavaScript Object Serialization support LDAP_DESC= OpenLDAP support MBSTRING_DESC= multibyte string support MCRYPT_DESC= Encryption support -MSSQL_DESC= MS-SQL database support -MYSQL_DESC= MySQL database support MYSQLI_DESC= MySQLi database support ODBC_DESC= ODBC support OPCACHE_DESC= OPcache support @@ -96,6 +90,8 @@ XSL_DESC= XSL support (Implies DOM) ZIP_DESC= ZIP support ZLIB_DESC= ZLIB support +.include + OPTIONS_DEFAULT= CTYPE \ DOM \ FILTER \ @@ -115,15 +111,10 @@ OPTIONS_DEFAULT= CTYPE \ XMLREADER \ XMLWRITER -.include - .for opt in ${OPTIONS_DEFINE} . if ${PORT_OPTIONS:M${opt}} USE_PHP+= ${opt:tl} . endif .endfor -do-install: build - @${DO_NADA} - .include Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php56/Makefile Mon Feb 15 11:31:53 2016 (r408923) +++ head/lang/php70/Makefile Mon Feb 15 14:34:26 2016 (r408932) @@ -1,14 +1,14 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTNAME= php56 -PORTVERSION= 5.6.18 +PORTNAME= php70 +PORTVERSION= 7.0.3 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} -MAINTAINER= ale@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP Scripting Language LICENSE= PHP301 @@ -18,6 +18,9 @@ CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf +#NOTE: libtools ends with Version mismatch error +#USES+= autoreconf gmake +#GNU_CONFIGURE= yes LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre @@ -29,12 +32,11 @@ CONFIGURE_ARGS+=--with-layout=GNU \ --enable-mysqlnd \ --with-libxml-dir=${LOCALBASE} \ --with-pcre-regex=${LOCALBASE} \ - --with-zlib-dir=/usr \ --program-prefix="" USE_GNOME= libxml2 -OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS +OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 LINKTHR ZTS OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM @@ -46,13 +48,13 @@ CGI_DESC= Build CGI version FPM_DESC= Build FPM version EMBED_DESC= Build embedded library DEBUG_DESC= Enable debug +PHPDBG_DESC= Interactive PHP debugger DTRACE_DESC= Enable DTrace support IPV6_DESC= Enable ipv6 support -MAILHEAD_DESC= Enable mail header patch LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php53-5* php54-5* php55-5* php5-5* +CONFLICTS= php55-5* php56-* DESTDIRNAME= INSTALL_ROOT @@ -62,11 +64,6 @@ PATCH_DIST_STRIP= -p1 PATCH_SITES+= LOCAL/ale -.if ${PORT_OPTIONS:MMAILHEAD} -PATCHFILES+= php-5.5.x-mail-header.patch:mail -PATCH_SITES+= http://choon.net/opensource/php/:mail -.endif - .if ${PORT_OPTIONS:MCLI} PHP_SAPI+= cli .else @@ -89,8 +86,8 @@ CONFIGURE_ARGS+=--enable-fpm \ .if defined(PKGNAMEPREFIX) USE_PHP= yes -PHP_DEFAULT= 5.6 -IGNORE_WITH_PHP=53 54 5 +PHP_DEFAULT= 7.0 +IGNORE_WITH_PHP= 55 56 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} @@ -100,8 +97,8 @@ CONFIGURE_ARGS+=--with-apxs2=${APXS} .endif PLIST= ${PKGDIR}/pkg-plist.mod PKGMESSAGE= ${PKGDIR}/pkg-message.mod -MODULENAME= libphp5 -SHORTMODNAME= php5 +MODULENAME= libphp7 +SHORTMODNAME= php7 WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!" .endif @@ -138,10 +135,7 @@ CONFIGURE_ARGS+=--with-zend-vm=SWITCH CONFIGURE_ARGS+=--with-zend-vm=GOTO .endif -CONFIGURE_ENV+= ac_cv_pthreads_lib="" \ - ac_cv_pthreads_cflags="" \ - ac_cv_decimal_fp_supported="no" \ - pthreads_working="yes" \ +CONFIGURE_ENV+= ac_cv_decimal_fp_supported="no" \ lt_cv_path_SED="sed" .if ${PORT_OPTIONS:MLINKTHR} @@ -154,6 +148,7 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts +USES= localhost .endif .if ${PORT_OPTIONS:MDTRACE} @@ -175,16 +170,16 @@ post-patch: ${WRKSRC}/sapi/fpm/php-fpm.conf.in .endif -# Work around issues with newer (>=2.64) autoconf pre-configure: @${REINPLACE_CMD} -E 's:^((m4_)?divert)[(]([0-9]*)[)]:\1(600\3):' \ ${WRKSRC}/configure.in `${FIND} ${WRKSRC} -name '*.m4'` @${RM} ${WRKSRC}/configure @${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4 + .if !defined(PKGNAMEPREFIX) post-build: - @${ECHO_CMD} "PHP_VER=56" > ${WRKDIR}/php.conf + @${ECHO_CMD} "PHP_VER=70" > ${WRKDIR}/php.conf @${ECHO_CMD} "PHP_VERSION=${PORTVERSION}" >> ${WRKDIR}/php.conf @${ECHO_CMD} "PHP_SAPI=${PHP_SAPI}" >> ${WRKDIR}/php.conf @${ECHO_CMD} "PHP_EXT_INC=pcre spl" >> ${WRKDIR}/php.conf Modified: head/lang/php70/Makefile.ext ============================================================================== --- head/lang/php56/Makefile.ext Mon Feb 15 11:31:53 2016 (r408923) +++ head/lang/php70/Makefile.ext Mon Feb 15 14:34:26 2016 (r408932) @@ -3,8 +3,8 @@ COMMENT= The ${PHP_MODNAME} shared exten USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} -PHP_DEFAULT= 5.6 -IGNORE_WITH_PHP=52 53 54 55 5 +PHP_DEFAULT= 7.0 +IGNORE_WITH_PHP= 55 56 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} @@ -146,7 +146,12 @@ USE_OPENSSL= yes .if ${PHP_MODNAME} == "interbase" CONFIGURE_ARGS+=--with-interbase=${LOCALBASE} -USES+= firebird +USES+= firebird +.endif + +.if ${PHP_MODNAME} == "intl" +CONFIGURE_ARGS+=--with-intl=${LOCALBASE} +LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu .endif .if ${PHP_MODNAME} == "json" @@ -183,19 +188,6 @@ LIB_DEPENDS+= libltdl.so:${PORTSDIR}/dev CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} .endif -.if ${PHP_MODNAME} == "mssql" -LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds - -CONFIGURE_ARGS+=--with-mssql=${LOCALBASE} -.endif - -.if ${PHP_MODNAME} == "mysql" -OPTIONS_DEFINE= MYSQLND -OPTIONS_DEFAULT=MYSQLND - -MYSQLND_DESC= Use MySQL Native Driver -.endif - .if ${PHP_MODNAME} == "mysqli" OPTIONS_DEFINE= MYSQLND OPTIONS_DEFAULT=MYSQLND @@ -219,6 +211,7 @@ USE_OPENSSL= yes .if ${PHP_MODNAME} == "opcache" CONFIGURE_ARGS+=--enable-opcache +USES+= localbase .endif .if ${PHP_MODNAME} == "pcntl" @@ -243,20 +236,20 @@ MSSQL_DESC= Enable Microsoft SQL Server .if ${PHP_MODNAME} == "pdo_firebird" CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} +USES+= firebird USE_PHP= pdo USE_PHP_BUILD= yes -USES+= firebird .endif .if ${PHP_MODNAME} == "pdo_mysql" -OPTIONS_DEFINE= MYSQLND -OPTIONS_DEFAULT=MYSQLND - -MYSQLND_DESC= Use MySQL Native Driver - -USE_PHP= pdo +CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd +USE_PHP=pdo USE_PHP_BUILD= yes +.else +CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} \ + --with-zlib-dir=/usr +USE_MYSQL= yes .endif .if ${PHP_MODNAME} == "pdo_odbc" @@ -543,17 +536,6 @@ CONFIGURE_ARGS+=--disable-mbregex . endif .endif -.if ${PHP_MODNAME} == "mysql" -. if ${PORT_OPTIONS:MMYSQLND} -CONFIGURE_ARGS+=--with-mysql=mysqlnd -. else -CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} \ - --with-zlib-dir=/usr - -USE_MYSQL= yes -. endif -.endif - .if ${PHP_MODNAME} == "mysqli" . if ${PORT_OPTIONS:MMYSQLND} CONFIGURE_ARGS+=--with-mysqli=mysqlnd Modified: head/lang/php70/distinfo ============================================================================== --- head/lang/php56/distinfo Mon Feb 15 11:31:53 2016 (r408923) +++ head/lang/php70/distinfo Mon Feb 15 14:34:26 2016 (r408932) @@ -1,4 +1,2 @@ -SHA256 (php-5.6.18.tar.bz2) = c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed -SIZE (php-5.6.18.tar.bz2) = 14094993 -SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 -SIZE (php-5.5.x-mail-header.patch) = 3379 +SHA256 (php-7.0.3.tar.bz2) = 826823d754f09c779222a99becf9c53a4dc719dba2d777aca7807c6ca68e6fc6 +SIZE (php-7.0.3.tar.bz2) = 14011153 Modified: head/lang/php70/files/patch-main__php_config.h.in ============================================================================== --- head/lang/php56/files/patch-main__php_config.h.in Mon Feb 15 11:31:53 2016 (r408923) +++ head/lang/php70/files/patch-main__php_config.h.in Mon Feb 15 14:34:26 2016 (r408932) @@ -1,6 +1,6 @@ ---- main/php_config.h.in.orig 2013-12-10 23:50:50.000000000 +0000 -+++ main/php_config.h.in 2013-12-13 21:50:25.396258363 +0000 -@@ -2342,6 +2342,9 @@ +--- main/php_config.h.in.orig 2015-12-01 16:36:43.000000000 +0300 ++++ main/php_config.h.in 2015-12-09 21:45:32.033676604 +0300 +@@ -2405,6 +2405,9 @@ /* Define if processor uses big-endian word */ #undef WORDS_BIGENDIAN Modified: head/lang/php70/files/patch-sapi_apache2handler_config.m4 ============================================================================== --- head/lang/php56/files/patch-sapi_apache2handler_config.m4 Mon Feb 15 11:31:53 2016 (r408923) +++ head/lang/php70/files/patch-sapi_apache2handler_config.m4 Mon Feb 15 14:34:26 2016 (r408932) @@ -8,4 +8,4 @@ + if true; then INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ - -i -n php5" + -i -n php7" Modified: head/lang/php70/files/patch-sapi_fpm_config.m4 ============================================================================== --- head/lang/php56/files/patch-sapi_fpm_config.m4 Mon Feb 15 11:31:53 2016 (r408923) +++ head/lang/php70/files/patch-sapi_fpm_config.m4 Mon Feb 15 14:34:26 2016 (r408932) @@ -1,6 +1,6 @@ ---- sapi/fpm/config.m4.orig 2013-12-10 23:31:06.000000000 +0000 -+++ sapi/fpm/config.m4 2013-12-13 21:50:25.662258580 +0000 -@@ -317,7 +317,7 @@ AC_DEFUN([AC_FPM_LQ], +--- sapi/fpm/config.m4.orig 2015-12-01 16:36:27.000000000 +0300 ++++ sapi/fpm/config.m4 2015-12-09 21:34:18.665722795 +0300 +@@ -317,14 +317,14 @@ AC_MSG_CHECKING([for TCP_INFO]) @@ -9,12 +9,11 @@ have_lq=tcp_info AC_MSG_RESULT([yes]) ], [ -@@ -338,7 +338,7 @@ AC_DEFUN([AC_FPM_LQ], - AC_MSG_RESULT([no]) - ]) + AC_MSG_RESULT([no]) + ]) -- if test "$have_lq" = "tcp_info"; then -+ if test "$have_lq" = "so_listenq"; then - AC_DEFINE([HAVE_LQ_SO_LISTENQ], 1, [do we have SO_LISTENQxxx?]) - fi +- if test "$have_lq" = "tcp_info"; then ++ if test "$have_lq" = "so_listenq"; then + AC_DEFINE([HAVE_LQ_TCP_INFO], 1, [do we have TCP_INFO?]) fi + Modified: head/lang/php70/pkg-plist ============================================================================== --- head/lang/php56/pkg-plist Mon Feb 15 11:31:53 2016 (r408923) +++ head/lang/php70/pkg-plist Mon Feb 15 14:34:26 2016 (r408932) @@ -10,6 +10,9 @@ etc/php.ini-production %%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi %%FPM%%etc/php-fpm.conf.default %%FPM%%@exec cp -n %D/%F %B/php-fpm.conf +%%FPM%%@unexec if cmp -s %D/etc/php-fpm.d/www.conf %D/etc/php-fpm.d/www.conf.default; then rm -f %D/etc/php-fpm.d/www.conf; fi +%%FPM%%etc/php-fpm.d/www.conf.default +%%FPM%%@exec cp -n %D/%F %B/www.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h @@ -21,7 +24,10 @@ include/php/TSRM/tsrm_win32.h include/php/Zend/zend.h include/php/Zend/zend_API.h include/php/Zend/zend_alloc.h +include/php/Zend/zend_alloc_sizes.h +include/php/Zend/zend_arena.h include/php/Zend/zend_ast.h +include/php/Zend/zend_bitset.h include/php/Zend/zend_build.h include/php/Zend/zend_builtin_functions.h include/php/Zend/zend_closures.h @@ -32,7 +38,6 @@ include/php/Zend/zend_config.w32.h include/php/Zend/zend_constants.h include/php/Zend/zend_dtrace.h %%DTRACE%%include/php/Zend/zend_dtrace_gen.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Feb 15 14:34:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33883AA8403; Mon, 15 Feb 2016 14:34:55 +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 08A221D77; Mon, 15 Feb 2016 14:34:54 +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 u1FEYstV001964; Mon, 15 Feb 2016 14:34:54 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FEYrbb001962; Mon, 15 Feb 2016 14:34:53 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602151434.u1FEYrbb001962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 15 Feb 2016 14:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408933 - head/devel/ruby-build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 14:34:55 -0000 Author: rakuco Date: Mon Feb 15 14:34:53 2016 New Revision: 408933 URL: https://svnweb.freebsd.org/changeset/ports/408933 Log: Update to 20160130. PR: 206837 Submitted by: Koichiro IWAO (maintainer) Modified: head/devel/ruby-build/Makefile head/devel/ruby-build/distinfo Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Mon Feb 15 14:34:26 2016 (r408932) +++ head/devel/ruby-build/Makefile Mon Feb 15 14:34:53 2016 (r408933) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20160111 +PORTVERSION= 20160130 DISTVERSIONPREFIX= v CATEGORIES= devel ruby Modified: head/devel/ruby-build/distinfo ============================================================================== --- head/devel/ruby-build/distinfo Mon Feb 15 14:34:26 2016 (r408932) +++ head/devel/ruby-build/distinfo Mon Feb 15 14:34:53 2016 (r408933) @@ -1,2 +1,2 @@ -SHA256 (sstephenson-ruby-build-v20160111_GH0.tar.gz) = 13cfd535e3a3fdcc87756e3f2f71989ea9f668aa3a474b4640170b4a248c2a37 -SIZE (sstephenson-ruby-build-v20160111_GH0.tar.gz) = 42715 +SHA256 (sstephenson-ruby-build-v20160130_GH0.tar.gz) = 9f64d81252a08ad95a6e3a66c07e0f3be127a70a742da526bdf42b501304b547 +SIZE (sstephenson-ruby-build-v20160130_GH0.tar.gz) = 42657 From owner-svn-ports-head@freebsd.org Mon Feb 15 14:50:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5498AA8CBA; Mon, 15 Feb 2016 14:50:04 +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 9E7CC15CF; Mon, 15 Feb 2016 14:50:04 +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 3D79CBDC9F; Mon, 15 Feb 2016 15:49:54 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 28A47BDC9D; Mon, 15 Feb 2016 15:49:54 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 87BF06125; Mon, 15 Feb 2016 15:49:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 22AF41E98358; Mon, 15 Feb 2016 15:49:53 +0100 (CET) Date: Mon, 15 Feb 2016 15:49:52 +0100 From: Mathieu Arnold To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408928 - head/security/letsencrypt.sh/files Message-ID: <58706ECA7E70AD1F0833C8B5@ogg.in.absolight.net> In-Reply-To: <201602151421.u1FELpT6095130@repo.freebsd.org> References: <201602151421.u1FELpT6095130@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========85AECDF7BE3C75349618==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 14:50:04 -0000 --==========85AECDF7BE3C75349618========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 15 f=C3=A9vrier 2016 14:21:51 +0000 Bernard Spil wrote: | Author: brnrd | Date: Mon Feb 15 14:21:51 2016 | New Revision: 408928 | URL: https://svnweb.freebsd.org/changeset/ports/408928 |=20 | Log: | security/letsencrypt.sh: Fix periodic script Could you bump PORTREVISION so that people using packages get a working version ? --=20 Mathieu Arnold --==========85AECDF7BE3C75349618========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWweWQXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IKaYQALlEnFLB944G75QSwst1oIT1 KmWbtccIKbXF2R2gGJrtVAOMGF4kcyEGEmrDqyOjhV2A2Sg7iLeYbHZl0HVqRRIf gA/bpb092nsMGL0DCfpS7p16odNZ5HFyeEYI5KmbzJIHRQ89UdGrBRBj+MoQVE14 9pMUPcILqhc+35Mbr790i/qVCCjwCTJkSjh6IXa2Xg6BB14w7Lvpg1NyU/sm1p+q /J9Rpoz2qldbOfTXzThP/Z8mGdqSGVNhVWokxiItDMuPtStm/1Zp5V3+4i2SgPNU FknwTUr9VCVCYxqHeuBac1+KM2q0YSADQdgUg+JOdMZvA4KZ6x8SY5US3CFP1LlK QHhsE+Muuylbfg1l4BQIM/L0jN9NtF/GDgNJ7HDDKSB5Ws46MPBaC1hZWH7dpgUw 26yPGuyD4RYPm2D5kbN0P3wCqtsdNJquHKWU3D2f82x7c3Cp3je1PstRI3Ftxj7R SI0GLEJu3/bFXiuItslVZWLuRqAexG4Z3RIrzvXOAoJgSSQUBlxpUfsF72z9glQ1 gZ6FNsTMwl1enARtXTzVsMN/LdukZdq3AmYo6MZ8Mvg5iUb+mDsGcny5oMD3IYO/ kSaIIIGvmpt+0v3EjnxIuoEtpzLoshPkIT2g80GQoJMnw4DKWa1ma6hGS4infMQ/ gTaEp1bWA7SLERfNh9Vx =RVWC -----END PGP SIGNATURE----- --==========85AECDF7BE3C75349618==========-- From owner-svn-ports-head@freebsd.org Mon Feb 15 15:03:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94770AA93AE; Mon, 15 Feb 2016 15:03:15 +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 5A4641EC1; Mon, 15 Feb 2016 15:03:15 +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 u1FF3EIu010823; Mon, 15 Feb 2016 15:03:14 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FF3EZZ010819; Mon, 15 Feb 2016 15:03:14 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602151503.u1FF3EZZ010819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 15 Feb 2016 15:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408934 - in head/games: . bzflag bzflag-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:03:15 -0000 Author: rakuco Date: Mon Feb 15 15:03:13 2016 New Revision: 408934 URL: https://svnweb.freebsd.org/changeset/ports/408934 Log: Add games/bzflag-server, a server-only slave port of games/bzflag. PR: 205854 Submitted by: Kevin Zheng (games/bzflag maintainer) Added: head/games/bzflag-server/ head/games/bzflag-server/Makefile (contents, props changed) Modified: head/games/Makefile head/games/bzflag/Makefile head/games/bzflag/pkg-plist Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon Feb 15 14:34:53 2016 (r408933) +++ head/games/Makefile Mon Feb 15 15:03:13 2016 (r408934) @@ -121,6 +121,7 @@ SUBDIR += burrtools SUBDIR += bygfoot SUBDIR += bzflag + SUBDIR += bzflag-server SUBDIR += cake SUBDIR += caph SUBDIR += capicity Added: head/games/bzflag-server/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bzflag-server/Makefile Mon Feb 15 15:03:13 2016 (r408934) @@ -0,0 +1,12 @@ +# Created by: Kevin Zheng +# $FreeBSD$ + +PKGNAMESUFFIX= -server +CONFLICTS= bzflag-2.* + +COMMENT= Multiplayer 3D tank battle game (server only) + +SERVER_ONLY= yes +MASTERDIR= ${.CURDIR}/../bzflag + +.include "${MASTERDIR}/Makefile" Modified: head/games/bzflag/Makefile ============================================================================== --- head/games/bzflag/Makefile Mon Feb 15 14:34:53 2016 (r408933) +++ head/games/bzflag/Makefile Mon Feb 15 15:03:13 2016 (r408934) @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION} MAINTAINER= kevinz5000@gmail.com -COMMENT= Multiplayer 3D tank battle game +COMMENT?= Multiplayer 3D tank battle game LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING @@ -16,16 +16,25 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ GNU_CONFIGURE= yes USES= libtool tar:bzip2 + +.ifndef SERVER_ONLY USE_GL= glew USE_SDL= sdl +.endif MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= --enable-ares-build CPPFLAGS+= -I ${LOCALBASE}/include +.ifdef SERVER_ONLY +CONFIGURE_ARGS+= --disable-client +PLIST_SUB+= CLIENT="@comment " +.else DESKTOP_ENTRIES= "BZFlag" "Battle enemy tanks" \ "${DATADIR}/bzflag-256x256.png" \ "bzflag" "Game;ActionGame;" false +PLIST_SUB+= CLIENT="" +.endif .include Modified: head/games/bzflag/pkg-plist ============================================================================== --- head/games/bzflag/pkg-plist Mon Feb 15 14:34:53 2016 (r408933) +++ head/games/bzflag/pkg-plist Mon Feb 15 15:03:13 2016 (r408934) @@ -1,5 +1,5 @@ bin/bzadmin -bin/bzflag +%%CLIENT%%bin/bzflag bin/bzfs lib/bzflag/HoldTheFlag.so lib/bzflag/Phoenix.so From owner-svn-ports-head@freebsd.org Mon Feb 15 15:18:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1F46AA9B81; Mon, 15 Feb 2016 15:18:12 +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 871F61C00; Mon, 15 Feb 2016 15:18:12 +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 u1FFIBDc014133; Mon, 15 Feb 2016 15:18:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FFIBOD014131; Mon, 15 Feb 2016 15:18:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602151518.u1FFIBOD014131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 15 Feb 2016 15:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408935 - in head/mail/milter-greylist-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:18:12 -0000 Author: rakuco Date: Mon Feb 15 15:18:11 2016 New Revision: 408935 URL: https://svnweb.freebsd.org/changeset/ports/408935 Log: Fix path to the milter-greylist binary in the startup script. PR: 207185 Submitted by: Daniel Austin (maintainer) MFH: 2016Q1 Modified: head/mail/milter-greylist-devel/Makefile head/mail/milter-greylist-devel/files/milter-greylist.in Modified: head/mail/milter-greylist-devel/Makefile ============================================================================== --- head/mail/milter-greylist-devel/Makefile Mon Feb 15 15:03:13 2016 (r408934) +++ head/mail/milter-greylist-devel/Makefile Mon Feb 15 15:18:11 2016 (r408935) @@ -3,7 +3,7 @@ PORTNAME= milter-greylist PORTVERSION= 4.6.a1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ \ Modified: head/mail/milter-greylist-devel/files/milter-greylist.in ============================================================================== --- head/mail/milter-greylist-devel/files/milter-greylist.in Mon Feb 15 15:03:13 2016 (r408934) +++ head/mail/milter-greylist-devel/files/milter-greylist.in Mon Feb 15 15:18:11 2016 (r408935) @@ -18,7 +18,7 @@ name="miltergreylist" rcvar=miltergreylist_enable -command="%%PREFIX%%/bin/milter-greylist" +command="%%PREFIX%%/libexec/milter-greylist" load_rc_config $name From owner-svn-ports-head@freebsd.org Mon Feb 15 15:18:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4375FAA9BDB; Mon, 15 Feb 2016 15:18:27 +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 16E611CF2; Mon, 15 Feb 2016 15:18:27 +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 u1FFIQ8T014257; Mon, 15 Feb 2016 15:18:26 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FFIPTM014255; Mon, 15 Feb 2016 15:18:25 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602151518.u1FFIPTM014255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 15 Feb 2016 15:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408936 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:18:27 -0000 Author: miwi Date: Mon Feb 15 15:18:25 2016 New Revision: 408936 URL: https://svnweb.freebsd.org/changeset/ports/408936 Log: - Document firefox -- Same-origin-policy violation using Service Workers with plugins PR: 20720 Submitted by: Christoph Moench-Tegeder Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Feb 15 15:18:11 2016 (r408935) +++ head/security/vuxml/vuln.xml Mon Feb 15 15:18:25 2016 (r408936) @@ -57,6 +57,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + firefox -- Same-origin-policy violation using Service Workers with plugins + + + firefox + 44.0.2,1 + + + linux-firefox + 44.0.2,1 + + + + +

The Mozilla Foundation reports:

+
+

MFSA 2016-13 Same-origin-policy violation using Service Workers + with plugins

+
+ + + + CVE-2016-1949 + https://www.mozilla.org/en-US/security/advisories/mfsa2016-13/ + + + 2016-02-11 + 2016-02-15 + + + nghttp2 -- Out of memory in nghttpd, nghttp, and libnghttp2_asio From owner-svn-ports-head@freebsd.org Mon Feb 15 15:22:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE407AA9F3E; Mon, 15 Feb 2016 15:22: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 8FB2011DE; Mon, 15 Feb 2016 15:22: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 u1FFMkj5017185; Mon, 15 Feb 2016 15:22:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FFMkb6017179; Mon, 15 Feb 2016 15:22:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602151522.u1FFMkb6017179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 15 Feb 2016 15:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408937 - in head/www: firefox firefox-i18n 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:22:48 -0000 Author: miwi Date: Mon Feb 15 15:22:45 2016 New Revision: 408937 URL: https://svnweb.freebsd.org/changeset/ports/408937 Log: - Update to 44.0.2 PR: 207207 Submitted by: Christoph Moench-Tegeder Relnotes: 2016Q1 Security: 172b22cb-d3f6-11e5-ac9e-485d605f4717 Modified: head/www/firefox-i18n/Makefile head/www/firefox-i18n/distinfo head/www/firefox/Makefile head/www/firefox/distinfo head/www/linux-firefox/Makefile head/www/linux-firefox/distinfo Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Mon Feb 15 15:18:25 2016 (r408936) +++ head/www/firefox-i18n/Makefile Mon Feb 15 15:22:45 2016 (r408937) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 44.0.1 +PORTVERSION= 44.0.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Mon Feb 15 15:18:25 2016 (r408936) +++ head/www/firefox-i18n/distinfo Mon Feb 15 15:22:45 2016 (r408937) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-44.0.1/ach.xpi) = 42f9332dd997b9814c5af135ae348ea3c27b3a11ef267b6582238c10c2b9654c -SIZE (xpi/firefox-i18n-44.0.1/ach.xpi) = 488915 -SHA256 (xpi/firefox-i18n-44.0.1/af.xpi) = bb8d404a0864d02847a8dab400f5d64e526df36c008238102ec5099545567d73 -SIZE (xpi/firefox-i18n-44.0.1/af.xpi) = 496125 -SHA256 (xpi/firefox-i18n-44.0.1/an.xpi) = 623b3bb92a571fb6526f9a3409a556339f20e48f2d63e49680bff56418d3f473 -SIZE (xpi/firefox-i18n-44.0.1/an.xpi) = 474494 -SHA256 (xpi/firefox-i18n-44.0.1/ar.xpi) = 6d91dd35b171e726c9c343aef65ee84e7943b3e60012738629aad92675bb0f22 -SIZE (xpi/firefox-i18n-44.0.1/ar.xpi) = 531970 -SHA256 (xpi/firefox-i18n-44.0.1/as.xpi) = 00484d56fa4c9dae9e54f921f3eabb24b74df2192b06a329f0a489ecc56e8e9b -SIZE (xpi/firefox-i18n-44.0.1/as.xpi) = 522459 -SHA256 (xpi/firefox-i18n-44.0.1/ast.xpi) = 1163b0e4850b32f7fdcfc7fb2865e129e77c7590f2b48ff77fd536809d1aac93 -SIZE (xpi/firefox-i18n-44.0.1/ast.xpi) = 420007 -SHA256 (xpi/firefox-i18n-44.0.1/az.xpi) = 3aac594fe5a5b82233035d077e9c5422f9ffe5cac6920745f5f671f01e938ffb -SIZE (xpi/firefox-i18n-44.0.1/az.xpi) = 503490 -SHA256 (xpi/firefox-i18n-44.0.1/be.xpi) = 9deaff5633d02988ec54e34930ec65d7f411661815013a5882963129f6ecbc49 -SIZE (xpi/firefox-i18n-44.0.1/be.xpi) = 464852 -SHA256 (xpi/firefox-i18n-44.0.1/bg.xpi) = 7bd1b6f3339ea14f5420c72b0bcefa80563d041754a8dd05bc478fe08a0f9216 -SIZE (xpi/firefox-i18n-44.0.1/bg.xpi) = 505506 -SHA256 (xpi/firefox-i18n-44.0.1/bn-BD.xpi) = 91d140c2ad167b60a8e9cec5f661e0b34182303193b8cdb7201e0adedf74706b -SIZE (xpi/firefox-i18n-44.0.1/bn-BD.xpi) = 550932 -SHA256 (xpi/firefox-i18n-44.0.1/bn-IN.xpi) = 2d272f107755356bdf1756cfe1c2bb4f565dec49a3161da75713aa853f5cf97d -SIZE (xpi/firefox-i18n-44.0.1/bn-IN.xpi) = 542129 -SHA256 (xpi/firefox-i18n-44.0.1/br.xpi) = 1b924c52e162778ab769b27e4d6c02ee4b3292dd6f49cf1728f9cf9d5cbf36ce -SIZE (xpi/firefox-i18n-44.0.1/br.xpi) = 454296 -SHA256 (xpi/firefox-i18n-44.0.1/bs.xpi) = cb61ac8fc6cd95b6793fc9e16d2349fd0b617744741e65696fe7470c750b0109 -SIZE (xpi/firefox-i18n-44.0.1/bs.xpi) = 493434 -SHA256 (xpi/firefox-i18n-44.0.1/ca.xpi) = 8bc35284c8335d13ebad72e7d81c2d00aedbed6af287fe64507981665b292adc -SIZE (xpi/firefox-i18n-44.0.1/ca.xpi) = 471464 -SHA256 (xpi/firefox-i18n-44.0.1/cs.xpi) = 02b495cc59fc279614c754b7977b0e905f5c38c522fc478cc0b70a52f5ae0052 -SIZE (xpi/firefox-i18n-44.0.1/cs.xpi) = 460608 -SHA256 (xpi/firefox-i18n-44.0.1/cy.xpi) = eff60b984ade7e9fee4795915fae6b2493bdd57735a5648dbcbfd65c19344250 -SIZE (xpi/firefox-i18n-44.0.1/cy.xpi) = 456839 -SHA256 (xpi/firefox-i18n-44.0.1/da.xpi) = 87c3c6ba898dd2267ad5307bfbe44ca069dbeb408a4108c1eff4028f1254375e -SIZE (xpi/firefox-i18n-44.0.1/da.xpi) = 463398 -SHA256 (xpi/firefox-i18n-44.0.1/de.xpi) = a2270c4658525e5ce7b70a84262f6558d91db6ce4067cad9f5bc5a7efa0abc06 -SIZE (xpi/firefox-i18n-44.0.1/de.xpi) = 466178 -SHA256 (xpi/firefox-i18n-44.0.1/dsb.xpi) = ae5d8a1c295dbdc87f91addb62302a20eac62823e65dc19b4098f258145e47c5 -SIZE (xpi/firefox-i18n-44.0.1/dsb.xpi) = 484752 -SHA256 (xpi/firefox-i18n-44.0.1/el.xpi) = 7dfb3a4df12c3cb50f63ac7a50859df39df4b18d158bb7fadf954dc5a3dd6855 -SIZE (xpi/firefox-i18n-44.0.1/el.xpi) = 511155 -SHA256 (xpi/firefox-i18n-44.0.1/en-GB.xpi) = 48a9997e9f99c1befb2214fb6103eb839f4afe9ade6dd7311ff952c161d0927a -SIZE (xpi/firefox-i18n-44.0.1/en-GB.xpi) = 452631 -SHA256 (xpi/firefox-i18n-44.0.1/en-US.xpi) = f54c7cea9055dd20d482d36346b1881f65b2a92ca9032cdb83836a0922d7c93c -SIZE (xpi/firefox-i18n-44.0.1/en-US.xpi) = 502961 -SHA256 (xpi/firefox-i18n-44.0.1/en-ZA.xpi) = 4dfb63da6827daec41ca854d4ade0227bac0546ff348a18522ea2642c4e61e86 -SIZE (xpi/firefox-i18n-44.0.1/en-ZA.xpi) = 457280 -SHA256 (xpi/firefox-i18n-44.0.1/eo.xpi) = 6fc4cc06127a9009a66db698a4f1abb4fc224e663561a566da2f9f90786bd12f -SIZE (xpi/firefox-i18n-44.0.1/eo.xpi) = 496610 -SHA256 (xpi/firefox-i18n-44.0.1/es-AR.xpi) = 454174ca92711fdc8d41bf895d34300594f366eafc248795185d2d4adc71389a -SIZE (xpi/firefox-i18n-44.0.1/es-AR.xpi) = 465212 -SHA256 (xpi/firefox-i18n-44.0.1/es-CL.xpi) = 69700dfbe58a5859ee96443b34834720d49adf22cf6915835056e6d6a2d8cd8f -SIZE (xpi/firefox-i18n-44.0.1/es-CL.xpi) = 389732 -SHA256 (xpi/firefox-i18n-44.0.1/es-ES.xpi) = 0d99465f3d5fbe1b950fb00f624d56b73fe30d2be60332d0454efe39a5adc486 -SIZE (xpi/firefox-i18n-44.0.1/es-ES.xpi) = 378686 -SHA256 (xpi/firefox-i18n-44.0.1/es-MX.xpi) = 49948ea9682759b752459d3a8874963ff9ffaee08c00fe7c381e55a28050385f -SIZE (xpi/firefox-i18n-44.0.1/es-MX.xpi) = 470417 -SHA256 (xpi/firefox-i18n-44.0.1/et.xpi) = 14565d32046ac191cf4eb0bec07e96c506fd79fb380bdbe770d987937a669026 -SIZE (xpi/firefox-i18n-44.0.1/et.xpi) = 461959 -SHA256 (xpi/firefox-i18n-44.0.1/eu.xpi) = 7f27a0df0ec864c74a5c1e77b4019e73c0d98f7568544d2b9e3ac3919f9d0413 -SIZE (xpi/firefox-i18n-44.0.1/eu.xpi) = 479776 -SHA256 (xpi/firefox-i18n-44.0.1/fa.xpi) = 55323f86529076cd0463ff3d69cad07b1d7fd62f879ce07cb480c81b7a8bcf5d -SIZE (xpi/firefox-i18n-44.0.1/fa.xpi) = 535476 -SHA256 (xpi/firefox-i18n-44.0.1/ff.xpi) = 48000e6f0051816d96a6abf879186429df3dc8ecf67a32a01e28ae3adddd23ce -SIZE (xpi/firefox-i18n-44.0.1/ff.xpi) = 469606 -SHA256 (xpi/firefox-i18n-44.0.1/fi.xpi) = 7f4d236b24baa9ef81b7e481848e7cdd0b6a726a9f575a6976d977cb784260a1 -SIZE (xpi/firefox-i18n-44.0.1/fi.xpi) = 461262 -SHA256 (xpi/firefox-i18n-44.0.1/fr.xpi) = 701be18f458ed610f4921f2b7ce13c1a2b94a320823d463295857a85e94b1ef2 -SIZE (xpi/firefox-i18n-44.0.1/fr.xpi) = 475595 -SHA256 (xpi/firefox-i18n-44.0.1/fy-NL.xpi) = 817199a36cca2a6851829e422252e7f1dc12aa204bfd9d5460bf0184540c2705 -SIZE (xpi/firefox-i18n-44.0.1/fy-NL.xpi) = 468849 -SHA256 (xpi/firefox-i18n-44.0.1/ga-IE.xpi) = 4745a01b722a95def4f38ff838ca1c6024087e29b334316bc7900015d4155bd7 -SIZE (xpi/firefox-i18n-44.0.1/ga-IE.xpi) = 481201 -SHA256 (xpi/firefox-i18n-44.0.1/gd.xpi) = 3a93f04cd789dd8efa6d9026db2e39399e805f214d19b13ca4ccb021861a6e29 -SIZE (xpi/firefox-i18n-44.0.1/gd.xpi) = 466941 -SHA256 (xpi/firefox-i18n-44.0.1/gl.xpi) = 3ad525dc1137d0cad5d9ffce207af575b3be9a6d6f3711c72eeab8a34f9a1657 -SIZE (xpi/firefox-i18n-44.0.1/gl.xpi) = 461112 -SHA256 (xpi/firefox-i18n-44.0.1/gu-IN.xpi) = 6242ad53dd445c58adc070ddf1e17a4ff373c16172dc07a1bd374cb496dfbb6c -SIZE (xpi/firefox-i18n-44.0.1/gu-IN.xpi) = 498552 -SHA256 (xpi/firefox-i18n-44.0.1/he.xpi) = 51c70feecc4cd2b03f9db74da9b7ff3d22b2c434df95fd528c254b3c9487d4b5 -SIZE (xpi/firefox-i18n-44.0.1/he.xpi) = 490169 -SHA256 (xpi/firefox-i18n-44.0.1/hi-IN.xpi) = e3975a6ec73aeb10cffb9dd20c8362148b10752bb26d4285300698f3845b0f4c -SIZE (xpi/firefox-i18n-44.0.1/hi-IN.xpi) = 523874 -SHA256 (xpi/firefox-i18n-44.0.1/hr.xpi) = 4fbeccc529a02bb255337b478e4ed78ed2de76757d532cb4d0bb72c45e7fbe44 -SIZE (xpi/firefox-i18n-44.0.1/hr.xpi) = 491275 -SHA256 (xpi/firefox-i18n-44.0.1/hsb.xpi) = 6351de9d5fb226a7cd57d8a1ffcb79206e1b69e6171a625d5d52d3f809fe9f76 -SIZE (xpi/firefox-i18n-44.0.1/hsb.xpi) = 482377 -SHA256 (xpi/firefox-i18n-44.0.1/hu.xpi) = efb6d350813b6de44f3f96891953947c737158b57cc739cbd1d8bb3e634971ff -SIZE (xpi/firefox-i18n-44.0.1/hu.xpi) = 466878 -SHA256 (xpi/firefox-i18n-44.0.1/hy-AM.xpi) = b411c8c7f5df7fba5fa36ba2da7888a47fffdfb8f122d946296507f58f247941 -SIZE (xpi/firefox-i18n-44.0.1/hy-AM.xpi) = 549359 -SHA256 (xpi/firefox-i18n-44.0.1/id.xpi) = 2166d3c8928769baeda1e8dd2dbfc1c0b68debaab15e10c0de6b5bf914868898 -SIZE (xpi/firefox-i18n-44.0.1/id.xpi) = 449870 -SHA256 (xpi/firefox-i18n-44.0.1/is.xpi) = dd65b786d05935b42b755411929ddd9cd0bf51b07da385d2390af59b9c1f096c -SIZE (xpi/firefox-i18n-44.0.1/is.xpi) = 498245 -SHA256 (xpi/firefox-i18n-44.0.1/it.xpi) = df4498f2060fdbdcf16a53be8697c81185659c7fd8f661af5ae754afa1d8250d -SIZE (xpi/firefox-i18n-44.0.1/it.xpi) = 369826 -SHA256 (xpi/firefox-i18n-44.0.1/ja.xpi) = b6123aa347427e33a08a7909637eabc7181c856b76348deea0a6748b23bcbde9 -SIZE (xpi/firefox-i18n-44.0.1/ja.xpi) = 493750 -SHA256 (xpi/firefox-i18n-44.0.1/kk.xpi) = 792ca35cfd3446082e3cabdbc2a1644778c58cc2b9053332e60e3049601b6eb1 -SIZE (xpi/firefox-i18n-44.0.1/kk.xpi) = 519877 -SHA256 (xpi/firefox-i18n-44.0.1/km.xpi) = a4c23e0de8045f4c4077041c278bc5da06d5e76f1e878bf2b1566ee5e6329750 -SIZE (xpi/firefox-i18n-44.0.1/km.xpi) = 587940 -SHA256 (xpi/firefox-i18n-44.0.1/kn.xpi) = da1b16beda33aa1c1d47be4662b03c303716e09d5b3b47e3d6e71dfcdfebd0ae -SIZE (xpi/firefox-i18n-44.0.1/kn.xpi) = 547918 -SHA256 (xpi/firefox-i18n-44.0.1/ko.xpi) = 467ea45410a23160ebec0074ad4f4a21726be047c1401d8baafc83e29a9bfd42 -SIZE (xpi/firefox-i18n-44.0.1/ko.xpi) = 480596 -SHA256 (xpi/firefox-i18n-44.0.1/lij.xpi) = e88ff416b28ac38043451576efed1c72c29d778a71dc27acd833906a243db087 -SIZE (xpi/firefox-i18n-44.0.1/lij.xpi) = 403837 -SHA256 (xpi/firefox-i18n-44.0.1/lt.xpi) = eb47cd21c754f4bdeee039fae19dbeb01b26802e9759461f761d255382508daf -SIZE (xpi/firefox-i18n-44.0.1/lt.xpi) = 500333 -SHA256 (xpi/firefox-i18n-44.0.1/lv.xpi) = eb244a05274002de87c970c1d78441b2c7347096dfe6191e2ce3b6cbdfcaa283 -SIZE (xpi/firefox-i18n-44.0.1/lv.xpi) = 480445 -SHA256 (xpi/firefox-i18n-44.0.1/mai.xpi) = 7381dadccea6c565ff572ee06655f8fb4e00641b9e4f6d3516613d2b89431395 -SIZE (xpi/firefox-i18n-44.0.1/mai.xpi) = 532118 -SHA256 (xpi/firefox-i18n-44.0.1/mk.xpi) = 4772211693a97f2a837cff1a05c0dee3acfd1c3d3ceaff8211614bd08e3dad7f -SIZE (xpi/firefox-i18n-44.0.1/mk.xpi) = 537872 -SHA256 (xpi/firefox-i18n-44.0.1/ml.xpi) = 27ca738f52eb2b34ade39c8eafed6c1119be705768eaeb275bae3d4d49db668b -SIZE (xpi/firefox-i18n-44.0.1/ml.xpi) = 551283 -SHA256 (xpi/firefox-i18n-44.0.1/mr.xpi) = a34acdb5b9794184d83b052df81636c5221bcb37ae8b86d568651fa76ae2e661 -SIZE (xpi/firefox-i18n-44.0.1/mr.xpi) = 527783 -SHA256 (xpi/firefox-i18n-44.0.1/ms.xpi) = 1c08c78b3da7179ee8536818ab3299b54c89fb7f9341df2e45fd3124a9a3f918 -SIZE (xpi/firefox-i18n-44.0.1/ms.xpi) = 507273 -SHA256 (xpi/firefox-i18n-44.0.1/nb-NO.xpi) = c5fae36f1fc07e6836e4c516110a59d312bc421aaa899edae797816447062650 -SIZE (xpi/firefox-i18n-44.0.1/nb-NO.xpi) = 458674 -SHA256 (xpi/firefox-i18n-44.0.1/nl.xpi) = 1fb86284c27aca4bfa821eeddaa20bd0d0ccbb6512159f264c7360cfe46f3ff8 -SIZE (xpi/firefox-i18n-44.0.1/nl.xpi) = 456556 -SHA256 (xpi/firefox-i18n-44.0.1/nn-NO.xpi) = 3f4c023e4d7650666fcad687691e1d7a65bcfb504a06920f83e2d9b06f8e1505 -SIZE (xpi/firefox-i18n-44.0.1/nn-NO.xpi) = 452668 -SHA256 (xpi/firefox-i18n-44.0.1/or.xpi) = 33b20e858a9b0888cdb9807d2641f700d6e00f92e60fef21dbe98781b9b24dcb -SIZE (xpi/firefox-i18n-44.0.1/or.xpi) = 540592 -SHA256 (xpi/firefox-i18n-44.0.1/pa-IN.xpi) = 90a3983bf474fb9a9a5cf47cb5bb6c89a1e3813f4c54e6690769a56526b7fcff -SIZE (xpi/firefox-i18n-44.0.1/pa-IN.xpi) = 516427 -SHA256 (xpi/firefox-i18n-44.0.1/pl.xpi) = 8a3951c99c4ef6383f70dc6912bf0ff36e4b6ea4345c96188e904ce537dd0be9 -SIZE (xpi/firefox-i18n-44.0.1/pl.xpi) = 403715 -SHA256 (xpi/firefox-i18n-44.0.1/pt-BR.xpi) = 6163521a333b45aebcdb30d2870d102a99dce7156ccc255664724a8499e466cd -SIZE (xpi/firefox-i18n-44.0.1/pt-BR.xpi) = 473588 -SHA256 (xpi/firefox-i18n-44.0.1/pt-PT.xpi) = 37ad5e1f0b14bab310773e43877c565aaa33de413eb37c2225d0318398a5cc69 -SIZE (xpi/firefox-i18n-44.0.1/pt-PT.xpi) = 454144 -SHA256 (xpi/firefox-i18n-44.0.1/rm.xpi) = 23b05abd8488680075deb87175bc300788790f522a4e84c70f056b05f2cb638e -SIZE (xpi/firefox-i18n-44.0.1/rm.xpi) = 460178 -SHA256 (xpi/firefox-i18n-44.0.1/ro.xpi) = 2fb2147945a014515a9cc045856a03cf7be41de43fa4052fd978fdd3849dd070 -SIZE (xpi/firefox-i18n-44.0.1/ro.xpi) = 507826 -SHA256 (xpi/firefox-i18n-44.0.1/ru.xpi) = 18494c2701fa3b132f5fe33f0d58d05ff0183edd7c111c4eb2eeb8ad23f99a31 -SIZE (xpi/firefox-i18n-44.0.1/ru.xpi) = 418291 -SHA256 (xpi/firefox-i18n-44.0.1/si.xpi) = be78c918f5002b27db9a0b61159c042995c741162dd61499498ecc8457478c0c -SIZE (xpi/firefox-i18n-44.0.1/si.xpi) = 553905 -SHA256 (xpi/firefox-i18n-44.0.1/sk.xpi) = 2215333b5422a58002bb725481d098439169bd5475513900cc59576c19ab0716 -SIZE (xpi/firefox-i18n-44.0.1/sk.xpi) = 482729 -SHA256 (xpi/firefox-i18n-44.0.1/sl.xpi) = 17acb1597ffd67d344e0ab15049869e3cdd2b651d950b531187ea098ce7aa453 -SIZE (xpi/firefox-i18n-44.0.1/sl.xpi) = 456216 -SHA256 (xpi/firefox-i18n-44.0.1/son.xpi) = 219946f681e79790aeac70776722b22d09418345f50b280aab4bdaec97c94d6f -SIZE (xpi/firefox-i18n-44.0.1/son.xpi) = 463191 -SHA256 (xpi/firefox-i18n-44.0.1/sq.xpi) = 40f74389a0c1e9e7bd1fae89a76dc2a56cfe65cb7aaaca5717e1cb99222989df -SIZE (xpi/firefox-i18n-44.0.1/sq.xpi) = 499916 -SHA256 (xpi/firefox-i18n-44.0.1/sr.xpi) = 93fcfecff12c55a6b44c4b807e1e23b6d7d799a7c371e90dc41c3441a3a1fef3 -SIZE (xpi/firefox-i18n-44.0.1/sr.xpi) = 490393 -SHA256 (xpi/firefox-i18n-44.0.1/sv-SE.xpi) = 061e288cc242405817bce280a1e96fd11e826d0b9964bc9f1560191994515df2 -SIZE (xpi/firefox-i18n-44.0.1/sv-SE.xpi) = 465391 -SHA256 (xpi/firefox-i18n-44.0.1/ta.xpi) = 913cfdd49c99fc81191123cef4228b51bcd5eae6a7ecd26283467339ef208a4a -SIZE (xpi/firefox-i18n-44.0.1/ta.xpi) = 522514 -SHA256 (xpi/firefox-i18n-44.0.1/te.xpi) = 65cf85e0b01f0dbb2fb00412db6556cafef81f1c1321762c962957a31e0f1996 -SIZE (xpi/firefox-i18n-44.0.1/te.xpi) = 538473 -SHA256 (xpi/firefox-i18n-44.0.1/th.xpi) = 8d4fc175bf3eed4b7e5d3c1a5d2818c1fa2653004b9d0beba40f134f85bf8b6d -SIZE (xpi/firefox-i18n-44.0.1/th.xpi) = 547043 -SHA256 (xpi/firefox-i18n-44.0.1/tr.xpi) = 8ed10e9ff8b5b3ed016ac3ee3b3460916dc879c5d447e5f495732fc0867da877 -SIZE (xpi/firefox-i18n-44.0.1/tr.xpi) = 472326 -SHA256 (xpi/firefox-i18n-44.0.1/uk.xpi) = 6b9a38afe47630a8666be102b540913a6103675c560734ee317c319ebde1a7c8 -SIZE (xpi/firefox-i18n-44.0.1/uk.xpi) = 511050 -SHA256 (xpi/firefox-i18n-44.0.1/uz.xpi) = ee88ca018bfa4c20cca02921bd99449ff173c029cfb004cf69d77aea8f507f19 -SIZE (xpi/firefox-i18n-44.0.1/uz.xpi) = 510445 -SHA256 (xpi/firefox-i18n-44.0.1/vi.xpi) = 385c7eeafc1af0b8aff860896ba38fe6cf53caefbda0a9df0acc19007db62fe8 -SIZE (xpi/firefox-i18n-44.0.1/vi.xpi) = 481583 -SHA256 (xpi/firefox-i18n-44.0.1/xh.xpi) = 3fc3b67ae6f7f14edd92a52d72b37bc32a7a34e078673422a057e64e8ab5fdb3 -SIZE (xpi/firefox-i18n-44.0.1/xh.xpi) = 460794 -SHA256 (xpi/firefox-i18n-44.0.1/zh-CN.xpi) = 5f4804e8a3175a0e557d896bb4b545638099361b05a8649db6e07d63af9f7f15 -SIZE (xpi/firefox-i18n-44.0.1/zh-CN.xpi) = 496301 -SHA256 (xpi/firefox-i18n-44.0.1/zh-TW.xpi) = 80a6fcb08d88b7ee3a4f143d90d3dd9207c703c8f01a2331fb23921a0729af13 -SIZE (xpi/firefox-i18n-44.0.1/zh-TW.xpi) = 487761 +SHA256 (xpi/firefox-i18n-44.0.2/ach.xpi) = 78dd4f875e94ef5b1dd6e4ae3c6383c0b5a9dac21d8906fdd6773515e3f79c6a +SIZE (xpi/firefox-i18n-44.0.2/ach.xpi) = 488915 +SHA256 (xpi/firefox-i18n-44.0.2/af.xpi) = f80bb4cc0937f2f355d594ee1e7b771e9e3f44672161403de8228d9fd0429e01 +SIZE (xpi/firefox-i18n-44.0.2/af.xpi) = 496124 +SHA256 (xpi/firefox-i18n-44.0.2/an.xpi) = 3c5dc9c43221be35d0234a45899133fdb0603622352c60a5992d633a1b577be4 +SIZE (xpi/firefox-i18n-44.0.2/an.xpi) = 474494 +SHA256 (xpi/firefox-i18n-44.0.2/ar.xpi) = bc0c64baf89b969be23cf3310a288717fccf7ba186e89eeadc11829efebd5587 +SIZE (xpi/firefox-i18n-44.0.2/ar.xpi) = 531970 +SHA256 (xpi/firefox-i18n-44.0.2/as.xpi) = 8ca2d9c3baffcaaffdc55eb2abc074f0d58f9f68b3dd1582faacb3f7492b1fed +SIZE (xpi/firefox-i18n-44.0.2/as.xpi) = 522459 +SHA256 (xpi/firefox-i18n-44.0.2/ast.xpi) = 7506051ecfb2a57947ccf53e0a8f8234badedd8a9668326a3e3fddb455eb4673 +SIZE (xpi/firefox-i18n-44.0.2/ast.xpi) = 420007 +SHA256 (xpi/firefox-i18n-44.0.2/az.xpi) = 5ef73f1399950591414ce1902435ed274fd2b6b58efaf241aaf0cf9c314f890e +SIZE (xpi/firefox-i18n-44.0.2/az.xpi) = 503490 +SHA256 (xpi/firefox-i18n-44.0.2/be.xpi) = 8788379b0978281d0e8d75e2905b67473ed80cd8c3372c3e7e3c9d723bf7b605 +SIZE (xpi/firefox-i18n-44.0.2/be.xpi) = 464851 +SHA256 (xpi/firefox-i18n-44.0.2/bg.xpi) = 5c744cbaadea198976b091c288efa4a17928a3ccf2ada2539b3134c694efe41b +SIZE (xpi/firefox-i18n-44.0.2/bg.xpi) = 505506 +SHA256 (xpi/firefox-i18n-44.0.2/bn-BD.xpi) = ecc8fffc55bc95330c33bc8c73b365580a29ea743914c392612733e8144fba8f +SIZE (xpi/firefox-i18n-44.0.2/bn-BD.xpi) = 550932 +SHA256 (xpi/firefox-i18n-44.0.2/bn-IN.xpi) = 19940df3112df882b1a300f4bd7e7fa37a71e2c71d1f18c469511af5e3f211b4 +SIZE (xpi/firefox-i18n-44.0.2/bn-IN.xpi) = 542129 +SHA256 (xpi/firefox-i18n-44.0.2/br.xpi) = 89c22568ff520a236f8ebbd8341d353af4914a999d1e3f3e9bbf15bbd5813c15 +SIZE (xpi/firefox-i18n-44.0.2/br.xpi) = 454296 +SHA256 (xpi/firefox-i18n-44.0.2/bs.xpi) = 8b8743f5b80f13f717e81e8742cb924d77fddb7d500e96fea5e5484d641cdc34 +SIZE (xpi/firefox-i18n-44.0.2/bs.xpi) = 493434 +SHA256 (xpi/firefox-i18n-44.0.2/ca.xpi) = 23bdf6db8bedc69a32e6dd5bf5a606311f9c3bf02e80d2e496f475845bf8488b +SIZE (xpi/firefox-i18n-44.0.2/ca.xpi) = 471463 +SHA256 (xpi/firefox-i18n-44.0.2/cs.xpi) = 0746fd83deabb832a01833689f03db0df1c691a2ad4bbe1d4ded93972c2d59d2 +SIZE (xpi/firefox-i18n-44.0.2/cs.xpi) = 460608 +SHA256 (xpi/firefox-i18n-44.0.2/cy.xpi) = 5b8e07e055ecdb040c6c46cde65dbd9745eb56b365034dcb28c20e23a44d76e3 +SIZE (xpi/firefox-i18n-44.0.2/cy.xpi) = 456838 +SHA256 (xpi/firefox-i18n-44.0.2/da.xpi) = 731c91695e99d187f7d8b03e86965b073293468b1fc808b811a67024e7ffe771 +SIZE (xpi/firefox-i18n-44.0.2/da.xpi) = 463398 +SHA256 (xpi/firefox-i18n-44.0.2/de.xpi) = 0709f207725631a3eff02bba748e443e6f53ec01a63fb1a4c67c8a00bd6a4df7 +SIZE (xpi/firefox-i18n-44.0.2/de.xpi) = 466178 +SHA256 (xpi/firefox-i18n-44.0.2/dsb.xpi) = 47398d2a491510130c37da329019b77add1f8198b48b28d6d55e32da71c459aa +SIZE (xpi/firefox-i18n-44.0.2/dsb.xpi) = 484752 +SHA256 (xpi/firefox-i18n-44.0.2/el.xpi) = 682325bdf8b134ecfb9375e169ecac6ccb40ee12e833c77326c77082607a3d3a +SIZE (xpi/firefox-i18n-44.0.2/el.xpi) = 511155 +SHA256 (xpi/firefox-i18n-44.0.2/en-GB.xpi) = 4510c02be16e876ac48c60f740bc078194fb4c21ddedba1683e15b5bfe50fba2 +SIZE (xpi/firefox-i18n-44.0.2/en-GB.xpi) = 452631 +SHA256 (xpi/firefox-i18n-44.0.2/en-US.xpi) = af07ff88e5414e41a31e4fd419528416ee8e558d80d132238efcb9b9d29de95e +SIZE (xpi/firefox-i18n-44.0.2/en-US.xpi) = 502960 +SHA256 (xpi/firefox-i18n-44.0.2/en-ZA.xpi) = bfe3cb660d027902a0fd89f291a4cec7bd2f2c216f4c1c536bd440176a4ee58f +SIZE (xpi/firefox-i18n-44.0.2/en-ZA.xpi) = 457279 +SHA256 (xpi/firefox-i18n-44.0.2/eo.xpi) = 7721b31e1d73ffc2e9ea9150d19d5f09d392f454f9254e960c98c6e9deaaadcd +SIZE (xpi/firefox-i18n-44.0.2/eo.xpi) = 496610 +SHA256 (xpi/firefox-i18n-44.0.2/es-AR.xpi) = a67fbc3c45cedf0c7f357136783a6c69d8d729908c7a0a0d9b5e24dbe04a2ece +SIZE (xpi/firefox-i18n-44.0.2/es-AR.xpi) = 465212 +SHA256 (xpi/firefox-i18n-44.0.2/es-CL.xpi) = 84ccd4151bb5c7d0b1946e1690f0f26b29a61737fc8467624f1667d62e09a655 +SIZE (xpi/firefox-i18n-44.0.2/es-CL.xpi) = 389732 +SHA256 (xpi/firefox-i18n-44.0.2/es-ES.xpi) = a41a27f78068859fcfb14cbeaa31273062dddb5c627b8ba21d42e136e5b5d083 +SIZE (xpi/firefox-i18n-44.0.2/es-ES.xpi) = 378686 +SHA256 (xpi/firefox-i18n-44.0.2/es-MX.xpi) = d41b3b321af8bfd63a05636aa8e90cb79a4e771adaa232544d1b2e257c9c4892 +SIZE (xpi/firefox-i18n-44.0.2/es-MX.xpi) = 470417 +SHA256 (xpi/firefox-i18n-44.0.2/et.xpi) = 9a584347e3890967acf1f2e7b8cde6d50dc922cbbd8df4b3f1780bcc9949159d +SIZE (xpi/firefox-i18n-44.0.2/et.xpi) = 461959 +SHA256 (xpi/firefox-i18n-44.0.2/eu.xpi) = 6406f57634fb8b392dd0454e45a58c6e76abeb13d9ae56145e02d66174af7cf5 +SIZE (xpi/firefox-i18n-44.0.2/eu.xpi) = 479776 +SHA256 (xpi/firefox-i18n-44.0.2/fa.xpi) = 49c4c10758a960dac223c29dbfb62eef71336ffa0c0a1b1691d625298cf97bfe +SIZE (xpi/firefox-i18n-44.0.2/fa.xpi) = 535476 +SHA256 (xpi/firefox-i18n-44.0.2/ff.xpi) = 70f108474b4541f4bb9cbdfb5d4be3c1218083691c0af979a62a4d4189dc199a +SIZE (xpi/firefox-i18n-44.0.2/ff.xpi) = 469606 +SHA256 (xpi/firefox-i18n-44.0.2/fi.xpi) = b8779fd758eba162ae817b52163d26b534cf6bc860b7cae868474e101a995724 +SIZE (xpi/firefox-i18n-44.0.2/fi.xpi) = 461261 +SHA256 (xpi/firefox-i18n-44.0.2/fr.xpi) = 04ca61dacbabb368e72b3fea3760a1faeea9d54b7afe3aacb24f290c0bf9b914 +SIZE (xpi/firefox-i18n-44.0.2/fr.xpi) = 475595 +SHA256 (xpi/firefox-i18n-44.0.2/fy-NL.xpi) = b19bb1d3e938d31a33e98bd3c1e85a29eb409d528b8a70b0265871ee789cd22f +SIZE (xpi/firefox-i18n-44.0.2/fy-NL.xpi) = 468849 +SHA256 (xpi/firefox-i18n-44.0.2/ga-IE.xpi) = 4ae1edad5df17f874c3e127e9b49044f98cd77a65f8d0639ed119d9306fadd00 +SIZE (xpi/firefox-i18n-44.0.2/ga-IE.xpi) = 481201 +SHA256 (xpi/firefox-i18n-44.0.2/gd.xpi) = 547434963fcdcc164b668b7d00ad93fa51c58d97f6ad40b3b57a0192bf256074 +SIZE (xpi/firefox-i18n-44.0.2/gd.xpi) = 466941 +SHA256 (xpi/firefox-i18n-44.0.2/gl.xpi) = 53904c0e7e50852ce0751a2cb5817493eca9496104ca8cda961e6e7544432c59 +SIZE (xpi/firefox-i18n-44.0.2/gl.xpi) = 461112 +SHA256 (xpi/firefox-i18n-44.0.2/gu-IN.xpi) = d3d92f193da7e084afa2fe615cf89c7557f5da205c2dea6567c659e481cc64a0 +SIZE (xpi/firefox-i18n-44.0.2/gu-IN.xpi) = 498552 +SHA256 (xpi/firefox-i18n-44.0.2/he.xpi) = 5bf2d9de7e23d817a29ac616dcb29dee08164bff76405487f0501909e13dd076 +SIZE (xpi/firefox-i18n-44.0.2/he.xpi) = 490168 +SHA256 (xpi/firefox-i18n-44.0.2/hi-IN.xpi) = 555b81e609badb42d964a132db8340fbe76058a50f6666d7225149552da8f251 +SIZE (xpi/firefox-i18n-44.0.2/hi-IN.xpi) = 523874 +SHA256 (xpi/firefox-i18n-44.0.2/hr.xpi) = ba3ee6dfae31599f129dee59d40de832fe7a706f5b8ee07c71c3497829d93938 +SIZE (xpi/firefox-i18n-44.0.2/hr.xpi) = 491274 +SHA256 (xpi/firefox-i18n-44.0.2/hsb.xpi) = df84f58c10e01bd05883850313ad9bb7aff9fb4500adf2d219ba28aa28723958 +SIZE (xpi/firefox-i18n-44.0.2/hsb.xpi) = 482374 +SHA256 (xpi/firefox-i18n-44.0.2/hu.xpi) = 43a3a184917de8acf7351602fa9d8e6f3de2cd96c83e610ed957dad407b78548 +SIZE (xpi/firefox-i18n-44.0.2/hu.xpi) = 466878 +SHA256 (xpi/firefox-i18n-44.0.2/hy-AM.xpi) = 3abe2cc28d1f3359e83c7ddd961c70fa6332af1a74c14926e4c152a3c204ba36 +SIZE (xpi/firefox-i18n-44.0.2/hy-AM.xpi) = 549359 +SHA256 (xpi/firefox-i18n-44.0.2/id.xpi) = a148c51185e82b445cf41f3172ee572ce294c3f602c5ff2263d76fadfa2898d1 +SIZE (xpi/firefox-i18n-44.0.2/id.xpi) = 449870 +SHA256 (xpi/firefox-i18n-44.0.2/is.xpi) = 00de442df3cb7229956a3b7ce5b0937d7d157ee5620848554be043eec003819f +SIZE (xpi/firefox-i18n-44.0.2/is.xpi) = 498245 +SHA256 (xpi/firefox-i18n-44.0.2/it.xpi) = 495c54d5f2b250281dc35ac0db080518d16e1d87976b099e445116c68041855a +SIZE (xpi/firefox-i18n-44.0.2/it.xpi) = 369826 +SHA256 (xpi/firefox-i18n-44.0.2/ja.xpi) = 9fc7f986b17212a25bec75f72a4dd5d8947077327dc61e7fb1112428500237ed +SIZE (xpi/firefox-i18n-44.0.2/ja.xpi) = 493750 +SHA256 (xpi/firefox-i18n-44.0.2/kk.xpi) = e79fc6df878ef4ad55acd7faa56486e2780331b789a81e32864ebe4cb2d6333f +SIZE (xpi/firefox-i18n-44.0.2/kk.xpi) = 519877 +SHA256 (xpi/firefox-i18n-44.0.2/km.xpi) = 2da9abca08f869bff867e994c9fd16c4087955663dd8fa564396bd55a4215345 +SIZE (xpi/firefox-i18n-44.0.2/km.xpi) = 587939 +SHA256 (xpi/firefox-i18n-44.0.2/kn.xpi) = 471a33aa15d391cd46210a787f7c366e2ddf5c71bde8631d6b5ddc4facb8fda2 +SIZE (xpi/firefox-i18n-44.0.2/kn.xpi) = 547918 +SHA256 (xpi/firefox-i18n-44.0.2/ko.xpi) = c66172bfcac47899a9bcfc216aefb36156c4c96e7a85daff8adee4a7b8c8c40a +SIZE (xpi/firefox-i18n-44.0.2/ko.xpi) = 480596 +SHA256 (xpi/firefox-i18n-44.0.2/lij.xpi) = 17f1251e3be515192b5778c015e1fcef68eac8ce62359304094d4b8a35884564 +SIZE (xpi/firefox-i18n-44.0.2/lij.xpi) = 403837 +SHA256 (xpi/firefox-i18n-44.0.2/lt.xpi) = 22594998956157dab0f5f75d197dc6916d3d129b7271c1fcbab62d457aa03317 +SIZE (xpi/firefox-i18n-44.0.2/lt.xpi) = 500333 +SHA256 (xpi/firefox-i18n-44.0.2/lv.xpi) = e624f07073e3e109cfb6f75c2dcdd37f212335777b7648d69572b5b03b86cfd1 +SIZE (xpi/firefox-i18n-44.0.2/lv.xpi) = 480445 +SHA256 (xpi/firefox-i18n-44.0.2/mai.xpi) = c610849c98f75d22c953ca8f969a5a8eb216f7b9abe2b69a994437c45883780b +SIZE (xpi/firefox-i18n-44.0.2/mai.xpi) = 532118 +SHA256 (xpi/firefox-i18n-44.0.2/mk.xpi) = c20266df9f18e539cc306fa0c8510beb465fc142c4bd0a0b2981fd488c2f3e7b +SIZE (xpi/firefox-i18n-44.0.2/mk.xpi) = 537872 +SHA256 (xpi/firefox-i18n-44.0.2/ml.xpi) = 58e3cba0bd84b6196f56d5430cc802d050f89e81f7df6bbba3de78b36505a06c +SIZE (xpi/firefox-i18n-44.0.2/ml.xpi) = 551283 +SHA256 (xpi/firefox-i18n-44.0.2/mr.xpi) = 905688e784a3687869a89a89ae6990dbf50b8a3dce01b58a675e5a130ec8d0dd +SIZE (xpi/firefox-i18n-44.0.2/mr.xpi) = 527783 +SHA256 (xpi/firefox-i18n-44.0.2/ms.xpi) = fa05f5cb131c17bd47aff71c828c62623df8ac7cc1c4a77aa7e8ef5b52655b7c +SIZE (xpi/firefox-i18n-44.0.2/ms.xpi) = 507273 +SHA256 (xpi/firefox-i18n-44.0.2/nb-NO.xpi) = 5f7ac91893b8dba07cf6380aaecbbf59c6cf9f6828f15905c74fe7508b00e69c +SIZE (xpi/firefox-i18n-44.0.2/nb-NO.xpi) = 458674 +SHA256 (xpi/firefox-i18n-44.0.2/nl.xpi) = 07af52f923566de4c75fa573e12cc642a952a9d34c68107031db3c47568ec5f3 +SIZE (xpi/firefox-i18n-44.0.2/nl.xpi) = 456555 +SHA256 (xpi/firefox-i18n-44.0.2/nn-NO.xpi) = 6a452c10f93bd0317e16c40ad58a167d092c65770d62401c7680a2667f07a4c3 +SIZE (xpi/firefox-i18n-44.0.2/nn-NO.xpi) = 452668 +SHA256 (xpi/firefox-i18n-44.0.2/or.xpi) = e9c8e29ae48027f411b456e9d51490ac5340952d94ba79cf06f44b5af1426a03 +SIZE (xpi/firefox-i18n-44.0.2/or.xpi) = 540590 +SHA256 (xpi/firefox-i18n-44.0.2/pa-IN.xpi) = b90d3ca3eab8f94d130869f3c722ad1e3eaa6e4e3cc40eef2bc4fdb82e77bb69 +SIZE (xpi/firefox-i18n-44.0.2/pa-IN.xpi) = 516426 +SHA256 (xpi/firefox-i18n-44.0.2/pl.xpi) = 8421b880f1e5268d5cd2a1314b05e3933ea3ef568139ae9e11c2064f3e723c5a +SIZE (xpi/firefox-i18n-44.0.2/pl.xpi) = 403715 +SHA256 (xpi/firefox-i18n-44.0.2/pt-BR.xpi) = 34295e1c43322c48749829f9e378fed557881a65789511eedb443eac717dd81d +SIZE (xpi/firefox-i18n-44.0.2/pt-BR.xpi) = 473588 +SHA256 (xpi/firefox-i18n-44.0.2/pt-PT.xpi) = 430b639c423329aaeb0a58455a92cea8f2ef3e25e1076e081672295b016194cb +SIZE (xpi/firefox-i18n-44.0.2/pt-PT.xpi) = 454144 +SHA256 (xpi/firefox-i18n-44.0.2/rm.xpi) = 334dd7850b1de48c0c806bb5993f55ece0f45b636e781394abe89c54b7751dff +SIZE (xpi/firefox-i18n-44.0.2/rm.xpi) = 460177 +SHA256 (xpi/firefox-i18n-44.0.2/ro.xpi) = c115c0e142cf82bc713a646e11ac345985d48f08fefbd72d2da4757062ea77d0 +SIZE (xpi/firefox-i18n-44.0.2/ro.xpi) = 507826 +SHA256 (xpi/firefox-i18n-44.0.2/ru.xpi) = c4c8196ece406b71b642efe4142ff5fb3e244b4e575569dd354f5c89f6fee0dd +SIZE (xpi/firefox-i18n-44.0.2/ru.xpi) = 418291 +SHA256 (xpi/firefox-i18n-44.0.2/si.xpi) = 8f48c04cbae69a254646255af72be70157f67f903cc59621f2be8b05842c4559 +SIZE (xpi/firefox-i18n-44.0.2/si.xpi) = 553904 +SHA256 (xpi/firefox-i18n-44.0.2/sk.xpi) = 694a66caadd8d3b7fca3d73856e8192f3f0ca0c766c5d9abe2a087f8e29acb99 +SIZE (xpi/firefox-i18n-44.0.2/sk.xpi) = 482729 +SHA256 (xpi/firefox-i18n-44.0.2/sl.xpi) = ad458b5c47206e4347437eb2ad1a0c8b00d5d9855cbec808f56eef44a8ce465d +SIZE (xpi/firefox-i18n-44.0.2/sl.xpi) = 456216 +SHA256 (xpi/firefox-i18n-44.0.2/son.xpi) = 7ab8b84b1cbe8101194546eb714bdc46237c420e8da1f5fcb4945ae4cf8a0f02 +SIZE (xpi/firefox-i18n-44.0.2/son.xpi) = 463191 +SHA256 (xpi/firefox-i18n-44.0.2/sq.xpi) = 40bf8e6d4a0598bed75738814a9f2a3363aae4061d77096176f81e80b9a67e0d +SIZE (xpi/firefox-i18n-44.0.2/sq.xpi) = 499916 +SHA256 (xpi/firefox-i18n-44.0.2/sr.xpi) = 423fa059b7f76b35a354b6677bdaad18977aadec1b0a077a49385d86dbddff73 +SIZE (xpi/firefox-i18n-44.0.2/sr.xpi) = 490393 +SHA256 (xpi/firefox-i18n-44.0.2/sv-SE.xpi) = 8ee4c83ce771f97b2d742345eeda9586319dff9fbb9a518b9b557f2f2d479db5 +SIZE (xpi/firefox-i18n-44.0.2/sv-SE.xpi) = 465391 +SHA256 (xpi/firefox-i18n-44.0.2/ta.xpi) = 4af0895359af13368b298e50ea92b9a7368ae8966e153fb631012e37f2917dfb +SIZE (xpi/firefox-i18n-44.0.2/ta.xpi) = 522514 +SHA256 (xpi/firefox-i18n-44.0.2/te.xpi) = 5e7607c4c2f8a5a305866d944399c574c4d2a2f362cc78897220996e5333236a +SIZE (xpi/firefox-i18n-44.0.2/te.xpi) = 538473 +SHA256 (xpi/firefox-i18n-44.0.2/th.xpi) = 9485e0929ab39dde7de36531a17b2dfb063d783c3c7041639d2a75340ef3041f +SIZE (xpi/firefox-i18n-44.0.2/th.xpi) = 547043 +SHA256 (xpi/firefox-i18n-44.0.2/tr.xpi) = fe97ee662baa6b52d5872488b1069b54e967d2ff4bb38dec48af83d408ee9a99 +SIZE (xpi/firefox-i18n-44.0.2/tr.xpi) = 472326 +SHA256 (xpi/firefox-i18n-44.0.2/uk.xpi) = 367a130ac1e3e87e2fd6734b6b780bea569fc3ec4d668149a01c81072ab0b7c7 +SIZE (xpi/firefox-i18n-44.0.2/uk.xpi) = 511050 +SHA256 (xpi/firefox-i18n-44.0.2/uz.xpi) = 0d31bc447e4255a507b4fb4a46c50ba752ac2203de5b38caa587f34c07835c41 +SIZE (xpi/firefox-i18n-44.0.2/uz.xpi) = 510445 +SHA256 (xpi/firefox-i18n-44.0.2/vi.xpi) = f1d380e4e083da62dd3adfede3cc7a894036d6f4dcf36097b1d32f16ebe50352 +SIZE (xpi/firefox-i18n-44.0.2/vi.xpi) = 481583 +SHA256 (xpi/firefox-i18n-44.0.2/xh.xpi) = 08ba2553fe4042c123eeffa05721ae7a26b4d30bb79219d3ead1620bed918d4d +SIZE (xpi/firefox-i18n-44.0.2/xh.xpi) = 460794 +SHA256 (xpi/firefox-i18n-44.0.2/zh-CN.xpi) = e8609ff71c038286fb3768369941bfd864343eace5c0081897387eaf2f51da0d +SIZE (xpi/firefox-i18n-44.0.2/zh-CN.xpi) = 496301 +SHA256 (xpi/firefox-i18n-44.0.2/zh-TW.xpi) = 3af3a905106a7572753d7863bdaec82bbe5b3670c1abbd80d6f4893a17ddce89 +SIZE (xpi/firefox-i18n-44.0.2/zh-TW.xpi) = 487761 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Mon Feb 15 15:18:25 2016 (r408936) +++ head/www/firefox/Makefile Mon Feb 15 15:22:45 2016 (r408937) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 44.0.1 +DISTVERSION= 44.0.2 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Mon Feb 15 15:18:25 2016 (r408936) +++ head/www/firefox/distinfo Mon Feb 15 15:22:45 2016 (r408937) @@ -1,2 +1,2 @@ -SHA256 (firefox-44.0.1.source.tar.xz) = 07d35c7a3aebe8b5f4b451784b5334f6a1aece8cbc921b2e12fb26c990629c9e -SIZE (firefox-44.0.1.source.tar.xz) = 182392260 +SHA256 (firefox-44.0.2.source.tar.xz) = 0bb28841a9268c50cbb239f759f16f55b3a624f679c68965158beaa0a83a2d9e +SIZE (firefox-44.0.2.source.tar.xz) = 182355632 Modified: head/www/linux-firefox/Makefile ============================================================================== --- head/www/linux-firefox/Makefile Mon Feb 15 15:18:25 2016 (r408936) +++ head/www/linux-firefox/Makefile Mon Feb 15 15:22:45 2016 (r408937) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 44.0.1 +DISTVERSION= 44.0.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ Modified: head/www/linux-firefox/distinfo ============================================================================== --- head/www/linux-firefox/distinfo Mon Feb 15 15:18:25 2016 (r408936) +++ head/www/linux-firefox/distinfo Mon Feb 15 15:22:45 2016 (r408937) @@ -1,5 +1,5 @@ -SHA256 (firefox-44.0.1.tar.bz2) = a0df0d14812051e815e664a24f80b3a068b0f02083bb49d81b2fc6b865426f05 -SIZE (firefox-44.0.1.tar.bz2) = 51147817 +SHA256 (firefox-44.0.2.tar.bz2) = abe3e5d23cf557ee81e7064d6d1b2d3a8f6b6e1a5f80947fc7229f0b2b631380 +SIZE (firefox-44.0.2.tar.bz2) = 51151474 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-head@freebsd.org Mon Feb 15 15:31:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F05D1AA83B9; Mon, 15 Feb 2016 15:31:04 +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 C45AD1A2E; Mon, 15 Feb 2016 15:31:04 +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 u1FFV30c020394; Mon, 15 Feb 2016 15:31:03 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FFV3tW020392; Mon, 15 Feb 2016 15:31:03 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602151531.u1FFV3tW020392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 15 Feb 2016 15:31:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408939 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:31:05 -0000 Author: miwi Date: Mon Feb 15 15:31:03 2016 New Revision: 408939 URL: https://svnweb.freebsd.org/changeset/ports/408939 Log: - Update Description from previous commit. PR: 207207 Suggested by: Jan Beich Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Feb 15 15:25:13 2016 (r408938) +++ head/security/vuxml/vuln.xml Mon Feb 15 15:31:03 2016 (r408939) @@ -73,8 +73,12 @@ Notes:

The Mozilla Foundation reports:

-

MFSA 2016-13 Same-origin-policy violation using Service Workers - with plugins

+

MFSA 2016-13 Jason Pang of OneSignal reported that service workers intercept + responses to plugin network requests made through the browser. Plugins which + make security decisions based on the content of network requests can have these + decisions subverted if a service worker forges responses to those requests. For + example, a forged crossdomain.xml could allow a malicious site to violate the + same-origin policy using the Flash plugin.

From owner-svn-ports-head@freebsd.org Mon Feb 15 15:37:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EEFFAA877F; Mon, 15 Feb 2016 15:37:17 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01C471C86; Mon, 15 Feb 2016 15:37:16 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FFbGaZ020748; Mon, 15 Feb 2016 15:37:16 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FFbFoe020746; Mon, 15 Feb 2016 15:37:15 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602151537.u1FFbFoe020746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 15 Feb 2016 15:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408940 - head/textproc/p5-PDF-Create X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:37:17 -0000 Author: jadawin Date: Mon Feb 15 15:37:15 2016 New Revision: 408940 URL: https://svnweb.freebsd.org/changeset/ports/408940 Log: - Update to 1.29 Modified: head/textproc/p5-PDF-Create/Makefile head/textproc/p5-PDF-Create/distinfo Modified: head/textproc/p5-PDF-Create/Makefile ============================================================================== --- head/textproc/p5-PDF-Create/Makefile Mon Feb 15 15:31:03 2016 (r408939) +++ head/textproc/p5-PDF-Create/Makefile Mon Feb 15 15:37:15 2016 (r408940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-Create -PORTVERSION= 1.28 +PORTVERSION= 1.29 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-PDF-Create/distinfo ============================================================================== --- head/textproc/p5-PDF-Create/distinfo Mon Feb 15 15:31:03 2016 (r408939) +++ head/textproc/p5-PDF-Create/distinfo Mon Feb 15 15:37:15 2016 (r408940) @@ -1,2 +1,2 @@ -SHA256 (PDF-Create-1.28.tar.gz) = e03aff0c83f4fe2968d24de4b65f5c5139d23e46ca6f61d0740febc3b204729d -SIZE (PDF-Create-1.28.tar.gz) = 103239 +SHA256 (PDF-Create-1.29.tar.gz) = 7adc48a56786e2b15147e94d9474cfaabc652f83def13491d699ae19dda6d592 +SIZE (PDF-Create-1.29.tar.gz) = 103868 From owner-svn-ports-head@freebsd.org Mon Feb 15 15:54:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60DFDAA8F54; Mon, 15 Feb 2016 15:54:27 +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 3500317B6; Mon, 15 Feb 2016 15:54:27 +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 u1FFsQG9026422; Mon, 15 Feb 2016 15:54:26 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FFsQK5026420; Mon, 15 Feb 2016 15:54:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602151554.u1FFsQK5026420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 15 Feb 2016 15:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408941 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:54:27 -0000 Author: mat Date: Mon Feb 15 15:54:25 2016 New Revision: 408941 URL: https://svnweb.freebsd.org/changeset/ports/408941 Log: Update to v5.23.7-387-gc5b0f62. Changes: https://github.com/Perl/perl5/compare/v5.23.7-333-g91ba54d...v5.23.7-387-gc5b0f62 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Feb 15 15:37:15 2016 (r408940) +++ head/lang/perl5-devel/Makefile Mon Feb 15 15:54:25 2016 (r408941) @@ -29,7 +29,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.7-333-g91ba54d +GH_TAGNAME= v5.23.7-387-gc5b0f62 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Feb 15 15:37:15 2016 (r408940) +++ head/lang/perl5-devel/distinfo Mon Feb 15 15:54:25 2016 (r408941) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.7-333_GH0.tar.gz) = 65355a0ae8922d5c66f75ed1b66239ed74b3e17c1badfdfa038bc191453775a3 -SIZE (perl/perl-5.23.7-333_GH0.tar.gz) = 17787924 +SHA256 (perl/perl-5.23.7-387_GH0.tar.gz) = 4b71e0b7013c60af108365c3c968f556007d2ff614428c7294d2ebe4ffad2268 +SIZE (perl/perl-5.23.7-387_GH0.tar.gz) = 17815674 From owner-svn-ports-head@freebsd.org Mon Feb 15 15:54:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C717AA8F89; Mon, 15 Feb 2016 15:54:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2A911830; Mon, 15 Feb 2016 15:54:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FFsUiU026526; Mon, 15 Feb 2016 15:54:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FFsUgO026525; Mon, 15 Feb 2016 15:54:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602151554.u1FFsUgO026525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 15 Feb 2016 15:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408942 - head/deskutils/phpcollab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:54:32 -0000 Author: mat Date: Mon Feb 15 15:54:30 2016 New Revision: 408942 URL: https://svnweb.freebsd.org/changeset/ports/408942 Log: Switch from SINGLE to RADIO so that it is possible to have a package with no default, so that the same package can be used whatever the web server you have. (For instance, if you have apache 2.4, it'll conflict.) Sponsored by: Absolight Modified: head/deskutils/phpcollab/Makefile Modified: head/deskutils/phpcollab/Makefile ============================================================================== --- head/deskutils/phpcollab/Makefile Mon Feb 15 15:54:25 2016 (r408941) +++ head/deskutils/phpcollab/Makefile Mon Feb 15 15:54:30 2016 (r408942) @@ -19,9 +19,9 @@ SHAREGRP= ${WWWGRP} SUB_FILES= pkg-message OPTIONS_DEFAULT=MYSQL APACHE -OPTIONS_SINGLE= WEBSERVER DB -OPTIONS_SINGLE_WEBSERVER= APACHE LIGHTTPD -OPTIONS_SINGLE_DB= PGSQL MYSQL +OPTIONS_RADIO= WEBSERVER DB +OPTIONS_RADIO_WEBSERVER= APACHE LIGHTTPD +OPTIONS_RADIO_DB= PGSQL MYSQL MYSQL_USE= PHP=mysql MYSQL=yes PGSQL_USE= PHP=pgsql,pdo_pgsql From owner-svn-ports-head@freebsd.org Mon Feb 15 15:54:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51DE0AA8FD4; Mon, 15 Feb 2016 15:54:41 +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 0854D1A05; Mon, 15 Feb 2016 15:54:40 +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 u1FFsdIO026660; Mon, 15 Feb 2016 15:54:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FFsddn026657; Mon, 15 Feb 2016 15:54:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602151554.u1FFsddn026657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 15 Feb 2016 15:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408943 - head/dns/bind9-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 15:54:41 -0000 Author: mat Date: Mon Feb 15 15:54:39 2016 New Revision: 408943 URL: https://svnweb.freebsd.org/changeset/ports/408943 Log: Update to latest snapshot. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile head/dns/bind9-devel/distinfo head/dns/bind9-devel/pkg-plist Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Feb 15 15:54:30 2016 (r408942) +++ head/dns/bind9-devel/Makefile Mon Feb 15 15:54:39 2016 (r408943) @@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20160205 -HASH= 0891370 +ISCVERSION= 9.11.0.a20160211 +HASH= ee2e5fe MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Feb 15 15:54:30 2016 (r408942) +++ head/dns/bind9-devel/distinfo Mon Feb 15 15:54:39 2016 (r408943) @@ -1,2 +1,2 @@ -SHA256 (bind9-0891370.tar.gz) = 60162641f27eea0ef23e891cdc58f51d6215e8a3542513ec79d63956942e4668 -SIZE (bind9-0891370.tar.gz) = 11683137 +SHA256 (bind9-ee2e5fe.tar.gz) = fbe1dfe64e58e0851d890ee6176c76c849be2e4e8202277a8073077d21e39a95 +SIZE (bind9-ee2e5fe.tar.gz) = 11683506 Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Mon Feb 15 15:54:30 2016 (r408942) +++ head/dns/bind9-devel/pkg-plist Mon Feb 15 15:54:39 2016 (r408943) @@ -379,13 +379,13 @@ man/man8/named-compilezone.8.gz man/man8/named-journalprint.8.gz man/man8/named.8.gz man/man8/nsec3hash.8.gz -man/man8/tsig-keygen.8.gz %%NATIVE_PKCS11%%man/man8/pkcs11-destroy.8.gz %%NATIVE_PKCS11%%man/man8/pkcs11-keygen.8.gz %%NATIVE_PKCS11%%man/man8/pkcs11-list.8.gz %%NATIVE_PKCS11%%man/man8/pkcs11-tokens.8.gz man/man8/rndc-confgen.8.gz man/man8/rndc.8.gz +man/man8/tsig-keygen.8.gz sbin/arpaname sbin/ddns-confgen %%PYTHON%%sbin/dnssec-checkds From owner-svn-ports-head@freebsd.org Mon Feb 15 16:04:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A03CCAA940C; Mon, 15 Feb 2016 16:04:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 734431EB4; Mon, 15 Feb 2016 16:04:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FG4GHc029555; Mon, 15 Feb 2016 16:04:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FG4GBu029552; Mon, 15 Feb 2016 16:04:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602151604.u1FG4GBu029552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 15 Feb 2016 16:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408944 - in head: archivers/php70-phar archivers/php70-zlib net-mgmt/php70-snmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 16:04:17 -0000 Author: mat Date: Mon Feb 15 16:04:16 2016 New Revision: 408944 URL: https://svnweb.freebsd.org/changeset/ports/408944 Log: Fix dupplicate package names. With hat: portmgr Sponsored by: Absolight Modified: head/archivers/php70-phar/Makefile head/archivers/php70-zlib/Makefile head/net-mgmt/php70-snmp/Makefile Modified: head/archivers/php70-phar/Makefile ============================================================================== --- head/archivers/php70-phar/Makefile Mon Feb 15 15:54:39 2016 (r408943) +++ head/archivers/php70-phar/Makefile Mon Feb 15 16:04:16 2016 (r408944) @@ -3,7 +3,7 @@ CATEGORIES= archivers -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -phar Modified: head/archivers/php70-zlib/Makefile ============================================================================== --- head/archivers/php70-zlib/Makefile Mon Feb 15 15:54:39 2016 (r408943) +++ head/archivers/php70-zlib/Makefile Mon Feb 15 16:04:16 2016 (r408944) @@ -3,7 +3,7 @@ CATEGORIES= archivers -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -zlib Modified: head/net-mgmt/php70-snmp/Makefile ============================================================================== --- head/net-mgmt/php70-snmp/Makefile Mon Feb 15 15:54:39 2016 (r408943) +++ head/net-mgmt/php70-snmp/Makefile Mon Feb 15 16:04:16 2016 (r408944) @@ -3,7 +3,7 @@ CATEGORIES= net-mgmt -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -snmp From owner-svn-ports-head@freebsd.org Mon Feb 15 16:24:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 120C4AA9CD6; Mon, 15 Feb 2016 16:24:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2A7C1B6C; Mon, 15 Feb 2016 16:24:05 +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 u1FGO4l6035370; Mon, 15 Feb 2016 16:24:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FGO4FY035369; Mon, 15 Feb 2016 16:24:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602151624.u1FGO4FY035369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 15 Feb 2016 16:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408945 - head/lang/php70-extensions X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 16:24:06 -0000 Author: miwi Date: Mon Feb 15 16:24:04 2016 New Revision: 408945 URL: https://svnweb.freebsd.org/changeset/ports/408945 Log: - Update to 1.1 - Fix default options handling PR: 207217 Submitted by: Sascha Holzleiter Modified: head/lang/php70-extensions/Makefile Modified: head/lang/php70-extensions/Makefile ============================================================================== --- head/lang/php70-extensions/Makefile Mon Feb 15 16:04:16 2016 (r408944) +++ head/lang/php70-extensions/Makefile Mon Feb 15 16:24:04 2016 (r408945) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= lang PKGNAMESUFFIX= -extensions @@ -90,8 +90,6 @@ XSL_DESC= XSL support (Implies DOM) ZIP_DESC= ZIP support ZLIB_DESC= ZLIB support -.include - OPTIONS_DEFAULT= CTYPE \ DOM \ FILTER \ @@ -111,6 +109,8 @@ OPTIONS_DEFAULT= CTYPE \ XMLREADER \ XMLWRITER +.include + .for opt in ${OPTIONS_DEFINE} . if ${PORT_OPTIONS:M${opt}} USE_PHP+= ${opt:tl} From owner-svn-ports-head@freebsd.org Mon Feb 15 16:51:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6792AA8786; Mon, 15 Feb 2016 16:51:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCA191B1B; Mon, 15 Feb 2016 16:51:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FGp6j4041580; Mon, 15 Feb 2016 16:51:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FGp6pt041573; Mon, 15 Feb 2016 16:51:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602151651.u1FGp6pt041573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 15 Feb 2016 16:51:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408946 - in head/print: cups-filters foomatic-filters foomatic-filters/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 16:51:08 -0000 Author: pi Date: Mon Feb 15 16:51:05 2016 New Revision: 408946 URL: https://svnweb.freebsd.org/changeset/ports/408946 Log: print/foomatic-filters: remove CONFLICT with cups-filters PR: 207181 Submitted by: Vladimir Omelchuk Approved by: cyberbotx@cyberbotx.com (maintainer) Added: head/print/foomatic-filters/files/patch-Makefile.am (contents, props changed) head/print/foomatic-filters/files/patch-configure.ac (contents, props changed) Modified: head/print/cups-filters/Makefile head/print/foomatic-filters/Makefile head/print/foomatic-filters/files/patch-foomaticrip.c head/print/foomatic-filters/files/patch-util.c head/print/foomatic-filters/pkg-plist Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Mon Feb 15 16:24:04 2016 (r408945) +++ head/print/cups-filters/Makefile Mon Feb 15 16:51:05 2016 (r408946) @@ -22,8 +22,6 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler -CONFLICTS= foomatic-filters-4* - USES= compiler:c++11-lib cpe ghostscript gmake jpeg libtool pathfix \ pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation Modified: head/print/foomatic-filters/Makefile ============================================================================== --- head/print/foomatic-filters/Makefile Mon Feb 15 16:24:04 2016 (r408945) +++ head/print/foomatic-filters/Makefile Mon Feb 15 16:51:05 2016 (r408946) @@ -3,7 +3,7 @@ PORTNAME= foomatic-filters PORTVERSION= 4.0.17 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/foomatic/ @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus -CONFLICTS= cups-filters-1.8* - USES= autoreconf ghostscript perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \ @@ -75,6 +73,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/foomaticrip.c @${REINPLACE_CMD} -e '/filter.conf/ s|if|#if|g' ${WRKSRC}/Makefile.in + @${MV} ${WRKSRC}/beh.in ${WRKSRC}/foomatic-beh.in + @${REINPLACE_CMD} -e 's|beh|foomatic-beh|' ${WRKSRC}/foomatic-beh.in post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/foomatic-rip Added: head/print/foomatic-filters/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/foomatic-filters/files/patch-Makefile.am Mon Feb 15 16:51:05 2016 (r408946) @@ -0,0 +1,31 @@ +Index: files/patch-Makefile.am +=================================================================== +--- Makefile.am.orig 2012-07-02 14:50:46 UTC ++++ Makefile.am +@@ -76,7 +76,7 @@ install-cups: install-bin + ${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_FILTERS) + ${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_BACKENDS) + ln -sf $(BINDIR)/foomatic-rip $(DESTDIR)$(CUPS_FILTERS) +- ${INSTALL} -m 755 beh $(DESTDIR)$(CUPS_BACKENDS) ++ ${INSTALL} -m 755 foomatic-beh $(DESTDIR)$(CUPS_BACKENDS) + + install-ppr: install-bin + ${SRC}/mkinstalldirs $(DESTDIR)$(PPR_INTERFACES) +@@ -102,7 +102,7 @@ install-man: + + # Clean up the source directory + clean: remove-trash +- rm -f *.o foomatic-rip foomatic-rip.1 beh ++ rm -f *.o foomatic-rip foomatic-rip.1 foomatic-beh + rm -f .testing-stamp stamp-h1 + rm -f test/*.out + +@@ -140,7 +140,7 @@ uninstall-etc: + + uninstall-cups: + rm -f $(DESTDIR)$(CUPS_FILTERS)/foomatic-rip +- rm -f $(DESTDIR)$(CUPS_BACKENDS)/beh ++ rm -f $(DESTDIR)$(CUPS_BACKENDS)/foomatic-beh + rmdir $(DESTDIR)$(CUPS_FILTERS) || : + rmdir $(DESTDIR)$(CUPS_BACKENDS) || : + rmdir $(DESTDIR)$(CUPS) || : Added: head/print/foomatic-filters/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/foomatic-filters/files/patch-configure.ac Mon Feb 15 16:51:05 2016 (r408946) @@ -0,0 +1,13 @@ +Index: files/patch-configure.ac +=================================================================== +--- configure.ac.orig 2012-07-02 14:50:46 UTC ++++ configure.ac +@@ -148,7 +148,7 @@ AC_ARG_WITH(execpath,[ --with-execpath= + AC_MSG_RESULT([Execpath: $EXECPATH]) + AC_SUBST(EXECPATH) + +-AC_CONFIG_FILES([Makefile beh foomatic-rip.1]) ++AC_CONFIG_FILES([Makefile foomatic-beh foomatic-rip.1]) + AC_CONFIG_HEADER(config.h) + AC_OUTPUT + Modified: head/print/foomatic-filters/files/patch-foomaticrip.c ============================================================================== --- head/print/foomatic-filters/files/patch-foomaticrip.c Mon Feb 15 16:24:04 2016 (r408945) +++ head/print/foomatic-filters/files/patch-foomaticrip.c Mon Feb 15 16:51:05 2016 (r408946) @@ -1,6 +1,6 @@ ---- foomaticrip.c.orig 2012-07-02 10:50:46.000000000 -0400 -+++ foomaticrip.c 2014-05-19 10:28:46.588515788 -0400 -@@ -180,7 +180,7 @@ +--- foomaticrip.c.orig 2012-07-02 14:50:46 UTC ++++ foomaticrip.c +@@ -180,7 +180,7 @@ char cupsfilterpath[PATH_MAX] = "/usr/lo "/opt/cups/filter:" "/usr/lib/cups/filter"; @@ -9,16 +9,16 @@ void config_set_option(const char *key, const char *value) { -@@ -1061,7 +1061,7 @@ +@@ -1061,7 +1061,7 @@ int print_file(const char *filename, int Ghostscript is not available. */ if (spooler == SPOOLER_CUPS) snprintf(pdf2ps_cmd, PATH_MAX, - "pdftops '%s' '%s' '%s' '%s' '%s' '%s'", -+ "%%LOCALBASE%%/libexec/cups/filter/pdftops '%s' '%s' '%s' '%s' '%s' '%s'", ++ "/usr/local/libexec/cups/filter/pdftops '%s' '%s' '%s' '%s' '%s' '%s'", job->id, job->user, job->title, "1", job->optstr->data, filename); else -@@ -1197,7 +1197,8 @@ +@@ -1197,7 +1197,8 @@ int main(int argc, char** argv) debug = 1; if (debug) { Modified: head/print/foomatic-filters/files/patch-util.c ============================================================================== --- head/print/foomatic-filters/files/patch-util.c Mon Feb 15 16:24:04 2016 (r408945) +++ head/print/foomatic-filters/files/patch-util.c Mon Feb 15 16:51:05 2016 (r408946) @@ -1,5 +1,5 @@ Resolves CVE-2015-8327 and CVE-2015-8560 ---- util.c.orig 2015-12-17 18:07:21 UTC +--- util.c.orig 2012-07-02 14:50:46 UTC +++ util.c @@ -31,7 +31,7 @@ #include Modified: head/print/foomatic-filters/pkg-plist ============================================================================== --- head/print/foomatic-filters/pkg-plist Mon Feb 15 16:24:04 2016 (r408945) +++ head/print/foomatic-filters/pkg-plist Mon Feb 15 16:51:05 2016 (r408946) @@ -1,6 +1,6 @@ bin/foomatic-rip @sample etc/foomatic/filter.conf.sample -libexec/cups/backend/beh +libexec/cups/backend/foomatic-beh libexec/cups/filter/foomatic-rip lib/ppr/interfaces/foomatic-rip lib/ppr/lib/foomatic-rip From owner-svn-ports-head@freebsd.org Mon Feb 15 17:00:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EFAAA8BCB; Mon, 15 Feb 2016 17:00:48 +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 A59D810EA; Mon, 15 Feb 2016 17:00:48 +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 u1FH0lth046488; Mon, 15 Feb 2016 17:00:47 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FH0lZG046486; Mon, 15 Feb 2016 17:00:47 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602151700.u1FH0lZG046486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 15 Feb 2016 17:00:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408947 - in head/news/nzbget: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 17:00:48 -0000 Author: rakuco Date: Mon Feb 15 17:00:47 2016 New Revision: 408947 URL: https://svnweb.freebsd.org/changeset/ports/408947 Log: Set `command' before using it in the startup script. This fixes the status command which was returning "eval: -L: not found" before. PR: 206722 Submitted by: dburkland@dburkland.com (first version), Toxic (maintainer) MFH: 2016Q1 Modified: head/news/nzbget/Makefile head/news/nzbget/files/nzbget.in Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Mon Feb 15 16:51:05 2016 (r408946) +++ head/news/nzbget/Makefile Mon Feb 15 17:00:47 2016 (r408947) @@ -3,6 +3,7 @@ PORTNAME= nzbget PORTVERSION= 16.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= news Modified: head/news/nzbget/files/nzbget.in ============================================================================== --- head/news/nzbget/files/nzbget.in Mon Feb 15 16:51:05 2016 (r408946) +++ head/news/nzbget/files/nzbget.in Mon Feb 15 17:00:47 2016 (r408947) @@ -20,10 +20,10 @@ load_rc_config ${name} : ${nzbget_enable:=NO} +command=%%PREFIX%%/bin/nzbget start_cmd="${name}_start" status_cmd="${command} -L S" stop_cmd="${name}_stop" -command=%%PREFIX%%/bin/nzbget nzbget_start() { From owner-svn-ports-head@freebsd.org Mon Feb 15 18:37:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5269AA8056; Mon, 15 Feb 2016 18:37:58 +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 805491392; Mon, 15 Feb 2016 18:37:58 +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 u1FIbvnJ073301; Mon, 15 Feb 2016 18:37:57 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FIbvMs073298; Mon, 15 Feb 2016 18:37:57 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602151837.u1FIbvMs073298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 15 Feb 2016 18:37:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408948 - head/x11-wm/herbstluftwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 18:37:58 -0000 Author: rakuco Date: Mon Feb 15 18:37:57 2016 New Revision: 408948 URL: https://svnweb.freebsd.org/changeset/ports/408948 Log: Update to 0.7.0. Release notes: http://herbstluftwm.org/news.html Notable porting changes: - herbstluftwm has started using C++. In fact, it uses C++11, which makes us require a compiler that understands C++11. - Set COLOR=0 when building. It disables coloured output during the build, but works around a lot of tput warnings on FreeBSD 9.x like this: tput: no terminal type specified and no TERM environmental variable. PR: 206956 Submitted by: Zsolt Udvari (maintainer) Modified: head/x11-wm/herbstluftwm/Makefile head/x11-wm/herbstluftwm/distinfo head/x11-wm/herbstluftwm/pkg-plist Modified: head/x11-wm/herbstluftwm/Makefile ============================================================================== --- head/x11-wm/herbstluftwm/Makefile Mon Feb 15 17:00:47 2016 (r408947) +++ head/x11-wm/herbstluftwm/Makefile Mon Feb 15 18:37:57 2016 (r408948) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= herbstluftwm -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= x11-wm MASTER_SITES= http://herbstluftwm.org/tarballs/ @@ -11,14 +10,15 @@ COMMENT= Manual tiling window manager fo LICENSE= BSD2CLAUSE -USES= gmake pkgconfig shebangfix +USES= compiler:c++11-lib gmake pkgconfig shebangfix SHEBANG_FILES= scripts/*.sh share/autostart share/*.sh USE_XORG= x11 xinerama USE_GNOME= glib20 MAKE_ARGS= PREFIX=${PREFIX} SYSCONFDIR=${PREFIX}/etc \ DOCSDIR=${DOCSDIR} EXAMPLESDIR=${EXAMPLESDIR} \ - MANDIR=${PREFIX}/man + MANDIR=${PREFIX}/man LDXX=${CXX} \ + COLOR=0 OPTIONS_DEFINE= BASH ZSH DOCS EXAMPLES DEFAULTCONF DEFAULTCONF_DESC=Install default configuration (requires bash) Modified: head/x11-wm/herbstluftwm/distinfo ============================================================================== --- head/x11-wm/herbstluftwm/distinfo Mon Feb 15 17:00:47 2016 (r408947) +++ head/x11-wm/herbstluftwm/distinfo Mon Feb 15 18:37:57 2016 (r408948) @@ -1,2 +1,2 @@ -SHA256 (herbstluftwm-0.6.2.tar.gz) = a89f5c397aee7f1aa3b39dd53bc67e282679f02f1c0bf3c33c41a608e217f0ac -SIZE (herbstluftwm-0.6.2.tar.gz) = 224191 +SHA256 (herbstluftwm-0.7.0.tar.gz) = 7e2ffc30b7911407230a5eeb61e044cea78557999107d372bc2dbc3d82d0ae27 +SIZE (herbstluftwm-0.7.0.tar.gz) = 247469 Modified: head/x11-wm/herbstluftwm/pkg-plist ============================================================================== --- head/x11-wm/herbstluftwm/pkg-plist Mon Feb 15 17:00:47 2016 (r408947) +++ head/x11-wm/herbstluftwm/pkg-plist Mon Feb 15 18:37:57 2016 (r408948) @@ -1,3 +1,4 @@ +bin/dmenu_run_hlwm bin/herbstclient bin/herbstluftwm %%DEFAULTCONF%%etc/xdg/herbstluftwm/autostart @@ -8,8 +9,8 @@ man/man1/herbstclient.1.gz man/man1/herbstluftwm.1.gz man/man7/herbstluftwm-tutorial.7.gz %%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/herbstclient.html %%PORTDOCS%%%%DOCSDIR%%/herbstluftwm.html %%PORTDOCS%%%%DOCSDIR%%/herbstluftwm-tutorial.html @@ -24,9 +25,12 @@ man/man7/herbstluftwm-tutorial.7.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lasttag.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/loadstate.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maximize.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/q3terminal.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/savestate.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scratchpad.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toggledualhead.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/windowmenu.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wselect.sh share/xsessions/herbstluftwm.desktop %%ZSH%%share/zsh/functions/Completion/X/_herbstclient From owner-svn-ports-head@freebsd.org Mon Feb 15 18:41:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3EEEAA8393; Mon, 15 Feb 2016 18:41:29 +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 ABAE01752; Mon, 15 Feb 2016 18:41:29 +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 u1FIfSpj073597; Mon, 15 Feb 2016 18:41:28 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FIfSkM073592; Mon, 15 Feb 2016 18:41:28 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201602151841.u1FIfSkM073592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 15 Feb 2016 18:41:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408949 - in head/graphics/cimg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 18:41:29 -0000 Author: thierry Date: Mon Feb 15 18:41:28 2016 New Revision: 408949 URL: https://svnweb.freebsd.org/changeset/ports/408949 Log: Upgrade to v. 1.6.9. Added: head/graphics/cimg/files/patch-plugins_tiff__stream.h (contents, props changed) Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo head/graphics/cimg/files/patch-examples__Makefile head/graphics/cimg/pkg-descr Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Mon Feb 15 18:37:57 2016 (r408948) +++ head/graphics/cimg/Makefile Mon Feb 15 18:41:28 2016 (r408949) @@ -3,7 +3,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v -DISTVERSION= 1.6.8 +DISTVERSION= 1.6.9 PORTEPOCH= 3 CATEGORIES= graphics devel Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Mon Feb 15 18:37:57 2016 (r408948) +++ head/graphics/cimg/distinfo Mon Feb 15 18:41:28 2016 (r408949) @@ -1,2 +1,2 @@ -SHA256 (dtschump-CImg-v1.6.8-v.168_GH0.tar.gz) = 1f867e529be37ad8fdefcf9775253f812bd34bf20ae874f92cb48a95cc56adce -SIZE (dtschump-CImg-v1.6.8-v.168_GH0.tar.gz) = 18677979 +SHA256 (dtschump-CImg-v1.6.9-v.169_GH0.tar.gz) = d8b304e537a64a9d3213669bf52d3282490b84347248460c9a8bb3a0cf0f22c7 +SIZE (dtschump-CImg-v1.6.9-v.169_GH0.tar.gz) = 18776098 Modified: head/graphics/cimg/files/patch-examples__Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples__Makefile Mon Feb 15 18:37:57 2016 (r408948) +++ head/graphics/cimg/files/patch-examples__Makefile Mon Feb 15 18:41:28 2016 (r408949) @@ -1,17 +1,15 @@ ---- examples/Makefile.orig 2015-10-23 10:38:38 UTC +--- examples/Makefile.orig 2016-02-04 15:57:56 UTC +++ examples/Makefile -@@ -85,8 +85,8 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j +@@ -85,7 +85,7 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j # Set correct variables and paths #--------------------------------- CIMG_VERSION = _cimg_version -X11PATH = /usr/X11R6 --CC = g++ +X11PATH = $(LOCALBASE) -+CC = $(CXX) EXEPFX = ifeq ($(MSYSTEM),MINGW32) EXESFX = .exe -@@ -105,7 +105,7 @@ CCVER = "icpc \( `$(CC) -v 2>&1`\ +@@ -104,7 +104,7 @@ CXXVER = "icpc \( `$(CXX) -v 2>&1` CFLAGS = -I.. LIBS = else @@ -20,22 +18,16 @@ LIBS = -lm endif -@@ -129,12 +129,12 @@ CIMG_VT100_CFLAGS = -Dcimg_use_vt100 +@@ -128,7 +128,7 @@ CIMG_VT100_CFLAGS = -Dcimg_use_vt100 # Flags to enable code optimization by the compiler. - ifeq ($(notdir $(CC)),g++) + ifeq ($(notdir $(CXX)),g++) -CIMG_OPT_CFLAGS = -O2 -mtune=generic +CIMG_OPT_CFLAGS = -mtune=generic else - ifeq ($(notdir $(CC)),icpc) + ifeq ($(notdir $(CXX)),icpc) CIMG_OPT_CFLAGS = -fast - else --CIMG_OPT_CFLAGS = -O2 -+CIMG_OPT_CFLAGS = - endif - endif - -@@ -149,7 +149,7 @@ endif +@@ -148,7 +148,7 @@ endif # Flags to enable OpenCV support. CIMG_OPENCV_DEFINE = -Dcimg_use_opencv @@ -44,7 +36,7 @@ CIMG_OPENCV_CFLAGS = $(CIMG_OPENCV_DEFINE) $(CIMG_OPENCV_INCDIR) CIMG_OPENCV_LIBS = -lopencv_core -lopencv_highgui #CIMG_OPENCV_LIBS = -lcv -lhighgui #-> Use this for OpenCV < 2.2.0 -@@ -163,7 +163,7 @@ CIMG_NODISPLAY_CFLAGS = -Dcimg_display=0 +@@ -162,7 +162,7 @@ CIMG_NODISPLAY_CFLAGS = -Dcimg_display=0 CIMG_X11_DEFINE = -Dcimg_display=1 CIMG_X11_INCDIR = -I$(X11PATH)/include CIMG_X11_CFLAGS = $(CIMG_X11_DEFINE) $(CIMG_X11_INCDIR) @@ -53,7 +45,7 @@ # Flags to enable fast image display, using the XSHM library (when using X11). # !!! Seems to randomly crash when used on MacOSX and 64bits systems, so use it only when necessary !!! -@@ -203,7 +203,7 @@ CIMG_JPEG_LIBS = -ljpeg +@@ -202,7 +202,7 @@ CIMG_JPEG_LIBS = -ljpeg CIMG_TIFF_DEFINE = -Dcimg_use_tiff CIMG_TIFF_INCDIR = CIMG_TIFF_CFLAGS = $(CIMG_TIFF_DEFINE) $(CIMG_TIFF_INCDIR) @@ -62,7 +54,7 @@ # Flags to enable native support for MINC2 image files, using the MINC2 library. # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide ) -@@ -215,14 +215,14 @@ CIMG_MINC2_LIBS = -lminc_io -lvolume_io2 +@@ -214,14 +214,14 @@ CIMG_MINC2_LIBS = -lminc_io -lvolume_io2 # Flags to enable native support for EXR image files, using the OpenEXR library. # ( http://www.openexr.com/ ) CIMG_EXR_DEFINE = -Dcimg_use_openexr @@ -79,7 +71,7 @@ CIMG_FFMPEG_CFLAGS = $(CIMG_FFMPEG_DEFINE) $(CIMG_FFMPEG_INCDIR) CIMG_FFMPEG_LIBS = -lavcodec -lavformat -lswscale -@@ -240,12 +240,12 @@ CIMG_CURL_INCDIR = +@@ -239,12 +239,12 @@ CIMG_CURL_INCDIR = CIMG_CURL_CFLAGS = $(CIMG_CURL_DEFINE) CIMG_CURL_LIBS = -lcurl @@ -95,7 +87,7 @@ # Flags to enable faster Discrete Fourier Transform computation, using the FFTW3 library # ( http://www.fftw.org/ ) -@@ -262,16 +262,19 @@ endif +@@ -261,16 +261,19 @@ endif # ( http://www.netlib.org/lapack/ ) CIMG_LAPACK_DEFINE = -Dcimg_use_lapack CIMG_LAPACK_INCDIR = @@ -118,7 +110,7 @@ # Flags to compile on Sun Solaris CIMG_SOLARIS_LIBS = -R$(X11PATH)/lib -lrt -lnsl -lsocket -@@ -344,7 +347,8 @@ $(CIMG_XSHM_CFLAGS)" \ +@@ -343,7 +346,8 @@ $(CIMG_XSHM_CFLAGS)" \ "CONF_LIBS = \ $(CIMG_X11_LIBS) \ $(CIMG_TIFF_LIBS) \ @@ -128,7 +120,7 @@ all $(CIMG_EXTRA_FILES) # Linux/BSD/Mac OSX targets, with X11 display. -@@ -413,8 +417,10 @@ $(CIMG_ZLIB_CFLAGS) \ +@@ -412,8 +416,10 @@ $(CIMG_ZLIB_CFLAGS) \ $(CIMG_CURL_CFLAGS) \ $(CIMG_OPENCV_CFLAGS) \ $(CIMG_MAGICK_CFLAGS) \ @@ -139,7 +131,7 @@ $(CIMG_X11_LIBS) \ $(CIMG_XSHM_LIBS) \ $(CIMG_XRANDR_LIBS) \ -@@ -426,6 +432,7 @@ $(CIMG_ZLIB_LIBS) \ +@@ -425,6 +431,7 @@ $(CIMG_ZLIB_LIBS) \ $(CIMG_CURL_LIBS) \ $(CIMG_OPENCV_LIBS) \ $(CIMG_MAGICK_LIBS) \ Added: head/graphics/cimg/files/patch-plugins_tiff__stream.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/cimg/files/patch-plugins_tiff__stream.h Mon Feb 15 18:41:28 2016 (r408949) @@ -0,0 +1,12 @@ +--- plugins/tiff_stream.h.orig 2016-02-04 15:57:56 UTC ++++ plugins/tiff_stream.h +@@ -102,7 +102,8 @@ const CImg& save_tiff(std::ostream *t + TIFF *tif = TIFFStreamOpen("MemTiff", tiffOutStream); + if (tif) + { +- cimg_forZ(*this,z) get_slice(z)._save_tiff(tif,z,compression_type,0,0); ++/* Upstream fix for issue #42 */ ++ cimg_forZ(*this,z) get_slice(z)._save_tiff(tif,z,z,compression_type,0,0); + tiffOutStream->flush(); + TIFFClose(tif); + } Modified: head/graphics/cimg/pkg-descr ============================================================================== --- head/graphics/cimg/pkg-descr Mon Feb 15 18:37:57 2016 (r408948) +++ head/graphics/cimg/pkg-descr Mon Feb 15 18:41:28 2016 (r408949) @@ -21,4 +21,4 @@ CImg stands for Cool Image: it is simple lapack library to be able to compute eigenvalues or eigenvectors of big matrices. -WWW: http://cimg.sourceforge.net/ +WWW: http://cimg.eu/ From owner-svn-ports-head@freebsd.org Mon Feb 15 19:19:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A9A7AA947C; Mon, 15 Feb 2016 19:19:26 +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 1695FBE6; Mon, 15 Feb 2016 19:19:26 +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 u1FJJPqA085897; Mon, 15 Feb 2016 19:19:25 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FJJOaW085894; Mon, 15 Feb 2016 19:19:24 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602151919.u1FJJOaW085894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 15 Feb 2016 19:19:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408952 - in head/irc/ircd-ratbox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 19:19:26 -0000 Author: brnrd Date: Mon Feb 15 19:19:24 2016 New Revision: 408952 URL: https://svnweb.freebsd.org/changeset/ports/408952 Log: irc/ircd-ratbox: Fix OpenSSL linking and simplify - Fix linking with ports' ssl libs - Fix `contrib` build (used base openssl headers) - Re-work EGD detection - Use options helpers - Simplify REINPLACE with :U defaults PR: 195796 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5286 Deleted: head/irc/ircd-ratbox/files/patch-configure head/irc/ircd-ratbox/files/patch-configure.ac Modified: head/irc/ircd-ratbox/Makefile head/irc/ircd-ratbox/files/patch-contrib_Makefile.in head/irc/ircd-ratbox/files/patch-libratbox_src_openssl.c Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Mon Feb 15 19:01:11 2016 (r408951) +++ head/irc/ircd-ratbox/Makefile Mon Feb 15 19:19:24 2016 (r408952) @@ -3,7 +3,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 3.0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= irc ipv6 MASTER_SITES= http://www.ratbox.org/download/ \ http://www.ratbox.org/download/old/ @@ -61,59 +61,20 @@ SHORTCUTS_DESC= Build with ircd-shortcu OPTIONS_DEFAULT= OPENSSL IPV6 ZIPLINKS SHARED_MODS OPTIONS_EXCLUDE= NLS EXAMPLES -#---------------------------------------------------------------------- +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MOPENSSL} -USE_OPENSSL= yes -CONFIGURE_ARGS+= --enable-openssl -.else -CONFIGURE_ARGS+= --disable-openssl -.endif - -.if ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -.if ${PORT_OPTIONS:MZIPLINKS} -CONFIGURE_ARGS+= --enable-zlib -.else -CONFIGURE_ARGS+= --disable-zlib -.endif - -.if ${PORT_OPTIONS:MSHARED_MODS} -CONFIGURE_ARGS+= --disable-static -.else -CONFIGURE_ARGS+= --enable-static -.endif - -.if ${PORT_OPTIONS:MASSERT} -CONFIGURE_ARGS+= --enable-assert -.else -CONFIGURE_ARGS+= --disable-assert -.endif - -.if ${PORT_OPTIONS:MSMALL_NET} -CONFIGURE_ARGS+= --enable-small-net -.endif - -.if ${PORT_OPTIONS:MSERVICES} -CONFIGURE_ARGS+= --enable-services -PLIST_SUB+= SERVICES="" -.else -PLIST_SUB+= SERVICES="@comment " -.endif - -.if ${PORT_OPTIONS:MSHORTCUTS} -USES+= perl5 -USE_PERL5= build -PLIST_SUB+= SHORTCUTS="" -.else -PLIST_SUB+= SHORTCUTS="@comment " -.endif +ASSERT_CONFIGURE_ENABLE= assert +IPV6_CONFIGURE_ENABLE= ipv6 +OPENSSL_USE= openssl=yes +OPENSSL_CONFIGURE_ON= --enable-openssl=${OPENSSLBASE} +OPENSSL_CONFIGURE_OFF= --disable-openssl +SERVICES_CONFIGURE_ENABLE= services +SHARED_MODS_CONFIGURE_ON= --disable-static +SHARED_MODS_CONFIGURE_OFF= --enable-static +SHORTCUTS_USES= perl5 +SHORTCUTS_USE= perl5=build +SMALL_NET_CONFIGURE_ENABLE= small-net +ZIPLINKS_CONFIGURE_ENABLE= zlib #-- User Configuration ------------------------------------------------- @@ -159,48 +120,17 @@ pre-build: ${WRKSRC}/doc/example.efnet.conf @${REINPLACE_CMD} -e "s#%%RUNDIR%%#${RUNDIR}#g" ${WRKSRC}/include/config.h @${REINPLACE_CMD} -e "s#%%DBDIR%%#${DBDIR}#g" ${WRKSRC}/include/config.h - @${REINPLACE_CMD} -e "s#%%WRKSRC%%#${WRKSRC}#g" ${WRKSRC}/contrib/ircd-shortcut.pl - #-- ircd-shortcut.pl ratbox-services commands -------------------------------------- - -.if !empty(SERVER_NAME) - @${REINPLACE_CMD} -e "s#services.ircd-ratbox.org#${SERVER_NAME}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif -.if !empty(USER_SERV) - @${REINPLACE_CMD} -e "s#USERSERV#${USER_SERV}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif -.if !empty(CHAN_SERV) - @${REINPLACE_CMD} -e "s#CHANSERV#${CHAN_SERV}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif -.if !empty(NICK_SERV) - @${REINPLACE_CMD} -e "s#NICKSERV#${NICK_SERV}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif -.if !empty(ALIS_SERV) - @${REINPLACE_CMD} -e "s#ALIS#${ALIS_SERV}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif -.if !empty(OPER_BOT) - @${REINPLACE_CMD} -e "s#OPERBOT#${OPER_BOT}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif -.if !empty(OPER_SERV) - @${REINPLACE_CMD} -e "s#OPERSERV#${OPER_SERV}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif -.if !empty(JUPE_SERV) - @${REINPLACE_CMD} -e "s#JUPESERV#${JUPE_SERV}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif -.if !empty(GLOBAL_SERV) - @${REINPLACE_CMD} -e "s#GLOBAL#${GLOBAL_SERV}#" \ - ${WRKSRC}/contrib/ircd-shortcut.pl -.endif + @${REINPLACE_CMD} -e "s#ALIS#${ALIS_SERV:UALIS}#" \ + -e "s#CHANSERV#${CHAN_SERV:UCHANSERV}#" -e "s#GLOBAL#${GLOBAL_SERV:UGLOBAL}#" \ + -e "s#JUPESERV#${JUPE_SERV:UJUPESERV}#" -e "s#NICKSERV#${NICK_SERV:UNICKSERV}#" \ + -e "s#OPERBOT#${OPER_BOT:UOPERBOT}#" -e "s#USERSERV#${USER_SERV:UUSERSERV}#" \ + -e "s#services.ircd-ratbox.org#${SERVER_NAME:Uservices.ircd-ratbox.org}#" \ + -e "s#%%WRKSRC%%#${WRKSRC}#g" ${WRKSRC}/contrib/ircd-shortcut.pl # ----- Execute ircd-shortcut perl script to generate the .c file. ----- +.include + .if ${PORT_OPTIONS:MSHORTCUTS} @${ECHO_MSG} "Executing ircd-shortcut.pl for ircd-shortcuts generation." ${PERL} ${WRKSRC}/contrib/ircd-shortcut.pl Modified: head/irc/ircd-ratbox/files/patch-contrib_Makefile.in ============================================================================== --- head/irc/ircd-ratbox/files/patch-contrib_Makefile.in Mon Feb 15 19:01:11 2016 (r408951) +++ head/irc/ircd-ratbox/files/patch-contrib_Makefile.in Mon Feb 15 19:19:24 2016 (r408952) @@ -1,6 +1,18 @@ ---- contrib/Makefile.in.orig 2012-03-11 01:12:06.000000000 +0100 -+++ contrib/Makefile.in 2014-07-02 01:22:20.963771475 +0200 -@@ -429,8 +429,8 @@ +Fix linking ssl, used /usr/include/openssl even when --enable-openssl=%LOCALBASE% +was used + +--- contrib/Makefile.in.orig 2012-03-11 00:12:06 UTC ++++ contrib/Makefile.in +@@ -202,7 +202,7 @@ coredir = @moduledir@ + servicesdir = @moduledir@/autoload + libmodulesdir = @moduledir@ + contribdir = @moduledir@/contrib +-INCLUDES = -I../include -I../libratbox/include $(INCLTDL) ++INCLUDES = -I../include -I../libratbox/include $(INCLTDL) $(SSL_INCLUDES) + AM_CFLAGS = $(WARNFLAGS) + SRCS = \ + example_module.c \ +@@ -429,8 +429,8 @@ clean-generic: $(LIBTOOL) --mode=clean $(RB_RM) -f $(S_OBJS) $(S_CORE_OBJS) $(ST_OBJS) install_modules: $(S_OBJS) Modified: head/irc/ircd-ratbox/files/patch-libratbox_src_openssl.c ============================================================================== --- head/irc/ircd-ratbox/files/patch-libratbox_src_openssl.c Mon Feb 15 19:01:11 2016 (r408951) +++ head/irc/ircd-ratbox/files/patch-libratbox_src_openssl.c Mon Feb 15 19:19:24 2016 (r408952) @@ -4,7 +4,7 @@ switch (seed_type) { -+#ifdef HAVE_RAND_EGD ++#ifndef OPENSSL_NO_EGD case RB_PRNG_EGD: if(RAND_egd(path) == -1) return -1; From owner-svn-ports-head@freebsd.org Mon Feb 15 19:25:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE31DAA98FE; Mon, 15 Feb 2016 19:25:48 +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 BF22B1066; Mon, 15 Feb 2016 19:25:48 +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 u1FJPleB088801; Mon, 15 Feb 2016 19:25:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FJPlFh088800; Mon, 15 Feb 2016 19:25:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602151925.u1FJPlFh088800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 15 Feb 2016 19:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408953 - head/security/letsencrypt.sh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 19:25:49 -0000 Author: brnrd Date: Mon Feb 15 19:25:47 2016 New Revision: 408953 URL: https://svnweb.freebsd.org/changeset/ports/408953 Log: security/letsencrypt.sh: Fix periodic script - Bump portrevision to force rebuild/-install Differential Revision: D5264 Modified: head/security/letsencrypt.sh/Makefile Modified: head/security/letsencrypt.sh/Makefile ============================================================================== --- head/security/letsencrypt.sh/Makefile Mon Feb 15 19:19:24 2016 (r408952) +++ head/security/letsencrypt.sh/Makefile Mon Feb 15 19:25:47 2016 (r408953) @@ -2,6 +2,7 @@ PORTNAME= letsencrypt.sh PORTVERSION= 0.0.0.20160212 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= sascha@root-login.org From owner-svn-ports-head@freebsd.org Mon Feb 15 19:29:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D241AA9A9D; Mon, 15 Feb 2016 19:29:32 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp02.qsp.nl (smtp02.qsp.nl [193.254.214.163]) by mx1.freebsd.org (Postfix) with ESMTP id 304FD11D2; Mon, 15 Feb 2016 19:29:31 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp02.qsp.nl (localhost [127.0.0.1]) by smtp02.qsp.nl (Postfix) with ESMTP id D7854FD095; Mon, 15 Feb 2016 20:29:22 +0100 (CET) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp02.qsp.nl (Postfix) with ESMTP; Mon, 15 Feb 2016 20:29:22 +0100 (CET) Received: by mail.brnrd.eu (OpenSMTPD) with ESMTP id 41592127; Mon, 15 Feb 2016 20:29:22 +0100 (CET) X-Virus-Scanned: amavisd-new at brnrd.eu Received: from mail.brnrd.eu ([172.17.2.2]) by scan.brnrd.eu (scan.brnrd.eu [172.17.2.5]) (amavisd-new, port 10026) with ESMTP id EgF8C4VUBkUo; Mon, 15 Feb 2016 20:29:21 +0100 (CET) Received: by bachfreund.nl (OpenSMTPD) with ESMTPSA id 87ab3c8c TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Mon, 15 Feb 2016 20:29:21 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 15 Feb 2016 20:29:21 +0100 From: Bernard Spil To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408928 - head/security/letsencrypt.sh/files In-Reply-To: <58706ECA7E70AD1F0833C8B5@ogg.in.absolight.net> References: <201602151421.u1FELpT6095130@repo.freebsd.org> <58706ECA7E70AD1F0833C8B5@ogg.in.absolight.net> Message-ID: X-Sender: brnrd@freebsd.org User-Agent: Roundcube Webmail/1.1.4 X-Virus-Scanned: clamav at smtp02 X-Spam-Status: No, score=1.6 required=5.0 tests=HK_RANDOM_ENVFROM, HK_RANDOM_FROM,UNPARSEABLE_RELAY autolearn=disabled version=3.3.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on svfilter04.qsp.nl X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 19:29:32 -0000 On 2016-02-15 15:49, Mathieu Arnold wrote: > +--On 15 février 2016 14:21:51 +0000 Bernard Spil > wrote: > | Author: brnrd > | Date: Mon Feb 15 14:21:51 2016 > | New Revision: 408928 > | URL: https://svnweb.freebsd.org/changeset/ports/408928 > | > | Log: > | security/letsencrypt.sh: Fix periodic script > > Could you bump PORTREVISION so that people using packages get a working > version ? Sorry... Forgot to bump. See https://svnweb.freebsd.org/ports?view=revision&revision=408953 From owner-svn-ports-head@freebsd.org Mon Feb 15 19:32:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A386AA9D8F; Mon, 15 Feb 2016 19:32:30 +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 668271852; Mon, 15 Feb 2016 19:32:29 +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 u1FJWSZs093376; Mon, 15 Feb 2016 19:32:28 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FJWHha093260; Mon, 15 Feb 2016 19:32:17 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602151932.u1FJWHha093260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 15 Feb 2016 19:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408954 - in head: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editor... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 19:32:30 -0000 Author: jkim Date: Mon Feb 15 19:32:16 2016 New Revision: 408954 URL: https://svnweb.freebsd.org/changeset/ports/408954 Log: Update to 5.0.5. Modified: head/arabic/libreoffice/distinfo head/chinese/libreoffice-zh_CN/distinfo head/chinese/libreoffice-zh_TW/distinfo head/editors/libreoffice-af/distinfo head/editors/libreoffice-am/distinfo head/editors/libreoffice-as/distinfo head/editors/libreoffice-ast/distinfo head/editors/libreoffice-be/distinfo head/editors/libreoffice-bg/distinfo head/editors/libreoffice-bn/distinfo head/editors/libreoffice-bn_IN/distinfo head/editors/libreoffice-bo/distinfo head/editors/libreoffice-br/distinfo head/editors/libreoffice-brx/distinfo head/editors/libreoffice-bs/distinfo head/editors/libreoffice-ca/distinfo head/editors/libreoffice-ca_valencia/distinfo head/editors/libreoffice-cs/distinfo head/editors/libreoffice-cy/distinfo head/editors/libreoffice-da/distinfo head/editors/libreoffice-dgo/distinfo head/editors/libreoffice-dz/distinfo head/editors/libreoffice-el/distinfo head/editors/libreoffice-en_GB/distinfo head/editors/libreoffice-en_ZA/distinfo head/editors/libreoffice-eo/distinfo head/editors/libreoffice-es/distinfo head/editors/libreoffice-et/distinfo head/editors/libreoffice-eu/distinfo head/editors/libreoffice-fa/distinfo head/editors/libreoffice-fi/distinfo head/editors/libreoffice-ga/distinfo head/editors/libreoffice-gd/distinfo head/editors/libreoffice-gl/distinfo head/editors/libreoffice-gu/distinfo head/editors/libreoffice-gug/distinfo head/editors/libreoffice-hi/distinfo head/editors/libreoffice-hr/distinfo head/editors/libreoffice-id/distinfo head/editors/libreoffice-is/distinfo head/editors/libreoffice-it/distinfo head/editors/libreoffice-ka/distinfo head/editors/libreoffice-kk/distinfo head/editors/libreoffice-km/distinfo head/editors/libreoffice-kmr_Latn/distinfo head/editors/libreoffice-kn/distinfo head/editors/libreoffice-kok/distinfo head/editors/libreoffice-ks/distinfo head/editors/libreoffice-lb/distinfo head/editors/libreoffice-lo/distinfo head/editors/libreoffice-lt/distinfo head/editors/libreoffice-lv/distinfo head/editors/libreoffice-mai/distinfo head/editors/libreoffice-mk/distinfo head/editors/libreoffice-ml/distinfo head/editors/libreoffice-mn/distinfo head/editors/libreoffice-mni/distinfo head/editors/libreoffice-mr/distinfo head/editors/libreoffice-my/distinfo head/editors/libreoffice-nb/distinfo head/editors/libreoffice-ne/distinfo head/editors/libreoffice-nl/distinfo head/editors/libreoffice-nn/distinfo head/editors/libreoffice-nr/distinfo head/editors/libreoffice-nso/distinfo head/editors/libreoffice-oc/distinfo head/editors/libreoffice-om/distinfo head/editors/libreoffice-or/distinfo head/editors/libreoffice-pa_IN/distinfo head/editors/libreoffice-ro/distinfo head/editors/libreoffice-rw/distinfo head/editors/libreoffice-sa_IN/distinfo head/editors/libreoffice-sat/distinfo head/editors/libreoffice-sd/distinfo head/editors/libreoffice-si/distinfo head/editors/libreoffice-sid/distinfo head/editors/libreoffice-sk/distinfo head/editors/libreoffice-sl/distinfo head/editors/libreoffice-sq/distinfo head/editors/libreoffice-sr/distinfo head/editors/libreoffice-sr_Latn/distinfo head/editors/libreoffice-ss/distinfo head/editors/libreoffice-st/distinfo head/editors/libreoffice-sv/distinfo head/editors/libreoffice-sw_TZ/distinfo head/editors/libreoffice-ta/distinfo head/editors/libreoffice-te/distinfo head/editors/libreoffice-tg/distinfo head/editors/libreoffice-th/distinfo head/editors/libreoffice-tn/distinfo head/editors/libreoffice-tr/distinfo head/editors/libreoffice-ts/distinfo head/editors/libreoffice-tt/distinfo head/editors/libreoffice-ug/distinfo head/editors/libreoffice-uz/distinfo head/editors/libreoffice-ve/distinfo head/editors/libreoffice-xh/distinfo head/editors/libreoffice-zu/distinfo head/editors/libreoffice/Makefile.common head/editors/libreoffice/distinfo head/french/libreoffice/distinfo head/german/libreoffice/distinfo head/hebrew/libreoffice/distinfo head/hungarian/libreoffice/distinfo head/japanese/libreoffice/distinfo head/korean/libreoffice/distinfo head/polish/libreoffice/distinfo head/portuguese/libreoffice-pt_BR/distinfo head/portuguese/libreoffice/distinfo head/russian/libreoffice/distinfo head/ukrainian/libreoffice/distinfo head/vietnamese/libreoffice/distinfo Modified: head/arabic/libreoffice/distinfo ============================================================================== --- head/arabic/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/arabic/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ar.tar.gz) = b98adf0cfd71412cb898bfcc65e946213e9a350119e33f5fa7fb0cc84a4425cb -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ar.tar.gz) = 2256033 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ar.tar.gz) = d996fd3d2d23df769a69325c542b2450fa2f1b400b9a4543e4fe63b14c202098 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ar.tar.gz) = 2256147 Modified: head/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- head/chinese/libreoffice-zh_CN/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/chinese/libreoffice-zh_CN/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_zh-CN.tar.gz) = c0ee26bade610d9a9dc2a6fbdcaa206cc4fed0b17f612d56d9f1b35e57edb3de -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_zh-CN.tar.gz) = 568046 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_zh-CN.tar.gz) = cc858c50d5e104dac31601c58b97702b848ed1dda9a7086bb18670af6f45bc31 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10640742 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_zh-CN.tar.gz) = 5417cb66c3697857a1a8d096725cfe239e45e3be7de8c165f1e8a61dc3b39cd8 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_zh-CN.tar.gz) = 567927 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_zh-CN.tar.gz) = 27f7cc581da2ad46ace96bee168aab585b36921f68eb2b7a26ad3ceeceaa99f0 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10640847 Modified: head/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- head/chinese/libreoffice-zh_TW/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/chinese/libreoffice-zh_TW/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_zh-TW.tar.gz) = c9ed61d58661003e37d58096b6ce95f0f959a02b80ff437395da0808037a3a95 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_zh-TW.tar.gz) = 565091 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_zh-TW.tar.gz) = ff72a5a67ed4f56f7d79c66e26f0021b2662e2d697459171fd30875161859faf -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10697112 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_zh-TW.tar.gz) = 0ba7f350135dee30a03b60198b3e76b6f1b8144c5a86e4afec4a7b8532fe9be7 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_zh-TW.tar.gz) = 565116 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_zh-TW.tar.gz) = 963019456a1bc963db1670a2c55bed152b5da72ed058e6cf9ab088a3d5bf2d87 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10697230 Modified: head/editors/libreoffice-af/distinfo ============================================================================== --- head/editors/libreoffice-af/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-af/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_af.tar.gz) = 88bef90d3bf7b4129d13ea0bd06397d7ac191f40d7e3019a5567e9fa88a5d992 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_af.tar.gz) = 1108857 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_af.tar.gz) = 792f839817658221fee8ac343e80a815fadc85087f72a24651829684bc74cd91 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_af.tar.gz) = 1109048 Modified: head/editors/libreoffice-am/distinfo ============================================================================== --- head/editors/libreoffice-am/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-am/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_am.tar.gz) = 5060b56ee3be7f9c2f6b8a2171b6ae8c0ac35ea424f590e6b615465f233f8634 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_am.tar.gz) = 514190 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_am.tar.gz) = 69af46bdc29e0aad4e9b7157d2bd75b0d67de48768e2d5c6b7d4e8b6a5679056 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_am.tar.gz) = 7195546 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_am.tar.gz) = de95e44c3a630dbf0180e8e3dd14380cefbfedbb10e62801c8d6b74add5c678c +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_am.tar.gz) = 514027 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_am.tar.gz) = 9260b035c04dc863cbc68360d31297282fccd8b55c5ac7f598bc237349f025e8 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_am.tar.gz) = 7196797 Modified: head/editors/libreoffice-as/distinfo ============================================================================== --- head/editors/libreoffice-as/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-as/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_as.tar.gz) = 2c9a06dba64f95d99fdbfc5935390365a8c9f2716203f6cdbd41d481cebf6c97 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_as.tar.gz) = 542074 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_as.tar.gz) = 48d49734f18e54f3511cd482a46fde60832a09bf3a8cdc178f00879f024c5839 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_as.tar.gz) = 542028 Modified: head/editors/libreoffice-ast/distinfo ============================================================================== --- head/editors/libreoffice-ast/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ast/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ast.tar.gz) = 0d07d230e1e2d21074459fe20f25139e46215cb3fa60890c2de0b8b47065cdf8 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ast.tar.gz) = 498462 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ast.tar.gz) = 5b0a9b4d93e8f07e38568671d070815c649e98b0d49d6bbefb40b5c704ee489d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ast.tar.gz) = 8009421 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ast.tar.gz) = 1db92deed5b2cbc826385cbe30dafab129d560c2b53b283a8d2e9b5f8bcce915 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ast.tar.gz) = 498227 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ast.tar.gz) = d248e713b1e9da36d94c1d98d4be071da95e89469109995031246bc8f132df66 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ast.tar.gz) = 8009912 Modified: head/editors/libreoffice-be/distinfo ============================================================================== --- head/editors/libreoffice-be/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-be/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_be.tar.gz) = a6bd91f731e477c6bce655c26e22b7e7c0fe99458756f1a745d252dd475b52f3 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_be.tar.gz) = 877534 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_be.tar.gz) = af5067330749668a9b015d078ee856fcd4103c7e87da96835d60bce8194c490d +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_be.tar.gz) = 877772 Modified: head/editors/libreoffice-bg/distinfo ============================================================================== --- head/editors/libreoffice-bg/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-bg/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bg.tar.gz) = 2b6e366c397d790be06fef581504e4893b3d6f7c45341946849f13219aa0a9c1 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bg.tar.gz) = 1958740 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bg.tar.gz) = 89112a9bb6c59fd092b543b1183bc0ea7798fa361a6b9581f1ef0fff7dddb57b -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bg.tar.gz) = 8236125 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bg.tar.gz) = 929f9a92db4de853c3c55bb44ba6a9e9f72ca65a2bf4a063c664e9e8c593a777 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bg.tar.gz) = 1958618 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bg.tar.gz) = fcb5880d0caa6ebf35560384f899d6dcd00ce29ab11164d73a098479dd920b7d +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bg.tar.gz) = 8236679 Modified: head/editors/libreoffice-bn/distinfo ============================================================================== --- head/editors/libreoffice-bn/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-bn/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bn.tar.gz) = 1f985645ff79145005b5a04079ce1102682bb741e7c2f17ffbc50257aaaac402 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bn.tar.gz) = 895474 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bn.tar.gz) = f039c1e492b4bd60116fdc5aa4ade6a1247835225e52a2026dee9483b4a3c1ce -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bn.tar.gz) = 9792521 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bn.tar.gz) = 1f0e43c8d8be4086d31bb83bf7f683e12bbd8215877079e2b8390035a752d519 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bn.tar.gz) = 895594 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bn.tar.gz) = 13dac6b1eda3562d1a36650f547e60e9dc58c6acb5093c5da5ca735e42f399f1 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bn.tar.gz) = 9792545 Modified: head/editors/libreoffice-bn_IN/distinfo ============================================================================== --- head/editors/libreoffice-bn_IN/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-bn_IN/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bn-IN.tar.gz) = e7de5f7789b5813d625182765a446c945f5d154c41c8177789b957a811784873 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bn-IN.tar.gz) = 548846 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bn-IN.tar.gz) = 24280636a68e3070ea69d910600b994be43f1ffbf8ec087642d31370eae5a64e -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9792119 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bn-IN.tar.gz) = 0ed5ab12265bcb904eff18b41ee2b27c0ff4577ced3737881a53afcd9b4fa77b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bn-IN.tar.gz) = 548677 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bn-IN.tar.gz) = 46c9f9f348e7ef2c4763653c250345170b51abdd2a9b02cfd110eec302241e1b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9792721 Modified: head/editors/libreoffice-bo/distinfo ============================================================================== --- head/editors/libreoffice-bo/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-bo/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bo.tar.gz) = a0652a96d2ff61d539515f20d3ded8c411cdba4a79ead6b7dbcf4a170555a4bb -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bo.tar.gz) = 532473 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bo.tar.gz) = caab0441c620ee80bfc4cc7c49ac58cc048a61e0a14cfbd2433d6bc03df529ca -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bo.tar.gz) = 9458467 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bo.tar.gz) = bda3f5620901b3075131e636b0ebfe0e1c731784fc783a2791ca26bd1e0ab766 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bo.tar.gz) = 532395 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bo.tar.gz) = 115919c6f67a779f5cc031141d9e94450dfe81c33cfc4443c8a9df7674a6197e +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bo.tar.gz) = 9458402 Modified: head/editors/libreoffice-br/distinfo ============================================================================== --- head/editors/libreoffice-br/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-br/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_br.tar.gz) = 7388c60af29c1fb1fde26f687f140b321b212589080480e64e9c17d0edd18cec -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_br.tar.gz) = 1712543 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_br.tar.gz) = 3f989f2b53ec22af04df80b8c1fe48951e405d071b27137f01b3a3a316e8c20e +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_br.tar.gz) = 1713137 Modified: head/editors/libreoffice-brx/distinfo ============================================================================== --- head/editors/libreoffice-brx/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-brx/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_brx.tar.gz) = ffaa4cacc2b905bc33eeba44b296f711001cbde32d7b9365f00250235209b3cf -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_brx.tar.gz) = 511654 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_brx.tar.gz) = 2f3133b0494e542259a53019677989f27ad35d601d5f37c2af70da045fd8c061 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_brx.tar.gz) = 511748 Modified: head/editors/libreoffice-bs/distinfo ============================================================================== --- head/editors/libreoffice-bs/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-bs/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bs.tar.gz) = cbe38becdc0dc31ee1c3c52d7fbe9368cd9ac0e4886e463b0d8c126f26866999 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_bs.tar.gz) = 610716 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bs.tar.gz) = 643284ec8ae7ba95c677b1a4e7062f5b9e1207499947ec68fd74d305f83c3154 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_bs.tar.gz) = 7072660 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bs.tar.gz) = 4c88d58396e3963bb70cf62ba148fcf8d1796cde4e210b4fcd8dc20460cf935f +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_bs.tar.gz) = 610916 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bs.tar.gz) = 2075aad74340b947dd8ceee5ea9bde0ae1c6fcba5048efb007316cf0a9d6d3dc +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_bs.tar.gz) = 7072555 Modified: head/editors/libreoffice-ca/distinfo ============================================================================== --- head/editors/libreoffice-ca/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ca/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ca.tar.gz) = 71ae4d67c8151634c040ff8753d2ad2ac7f035be35b148f2daff4693ad18880f -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ca.tar.gz) = 1768714 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ca.tar.gz) = 2a2f8d90d04a46654a667c7f91429a99f1782ecb19f5f63a178c9c662ef5e0f7 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ca.tar.gz) = 7878791 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ca.tar.gz) = 6300cad2dc1645f8f1c61554e6cef3710784e54ca37f26d547ff6c47783c3e7e +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ca.tar.gz) = 1768564 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ca.tar.gz) = ee603f19390f8c6c7f6caf4ec069063b0b6da59038bdba214e93723ac716a234 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ca.tar.gz) = 7878541 Modified: head/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- head/editors/libreoffice-ca_valencia/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ca_valencia/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 785878725923d53c75d1af3d6ae098104188692736420a4062d57821140132cf -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1766778 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 32fed2611ff0c99c1de5309b47b674a0923191c9fd28a5d7b9937267a4e5a068 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 7883457 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 532e023cc216f4593e78cbd6200fc1cc37f5bed2a27732e28505a3a12a403c6e +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1766882 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ca-valencia.tar.gz) = dd0233370248e1c270c5a0d8d5ab0b3d6034a3d43000766b439cb120c462ad3a +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 7883188 Modified: head/editors/libreoffice-cs/distinfo ============================================================================== --- head/editors/libreoffice-cs/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-cs/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_cs.tar.gz) = df6e3eb54e1ef416e9f8dc07aea4c6c8c69d33d8e8823d4bb9e7620e25ad896e -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_cs.tar.gz) = 1227505 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_cs.tar.gz) = 25ccd515d0392753d01f9becfa9101ff2cd6f297ef7ae1b87eaaaaedf3167622 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_cs.tar.gz) = 7499149 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_cs.tar.gz) = 710348f4dced1623f4355e2c65c264f0168c566e4c47bb8af271d68cf62852f0 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_cs.tar.gz) = 1227756 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_cs.tar.gz) = c5d6ec84161288cb25cae1a90fc77b1c53e7d05bab1bbd619a7110b30f428fe7 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_cs.tar.gz) = 7499356 Modified: head/editors/libreoffice-cy/distinfo ============================================================================== --- head/editors/libreoffice-cy/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-cy/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_cy.tar.gz) = 9891be71ca11db1e85b9cc6a317dc6e3873245625c50de4c2eb4c0bd723c84f8 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_cy.tar.gz) = 477220 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_cy.tar.gz) = 65b7692fdd8f81cf32f2d93efd75b144bd1649647c779e2bf3e6e7f04365ac30 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_cy.tar.gz) = 477247 Modified: head/editors/libreoffice-da/distinfo ============================================================================== --- head/editors/libreoffice-da/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-da/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_da.tar.gz) = bc59773e5e48138ff84be783aab880c7c5edc74447dee103d0abf51599a0cd76 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_da.tar.gz) = 2379210 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_da.tar.gz) = 4de7ee1d15269f08d6405a1d2c22c80f70369828616559d788773119eebd49b1 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_da.tar.gz) = 7524262 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_da.tar.gz) = 4548f7b569baa6f363160e5b0eedf4f36d8ba138ed5a6db3f715e396c6ea691e +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_da.tar.gz) = 2379326 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_da.tar.gz) = f1eb167af6380e68e307d6960a53c3e685451be21af8e6ccb2aa4f88c1d6d1e7 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_da.tar.gz) = 7502822 Modified: head/editors/libreoffice-dgo/distinfo ============================================================================== --- head/editors/libreoffice-dgo/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-dgo/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_dgo.tar.gz) = e6d135ff9d37a940a157631b1e4f553be8d0cf2088d0b5134d370afd686fadcb -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_dgo.tar.gz) = 542588 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_dgo.tar.gz) = e89fcfbd152560e1707a087417caefd0e1046301e291c41e21bc971dad15962f +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_dgo.tar.gz) = 542546 Modified: head/editors/libreoffice-dz/distinfo ============================================================================== --- head/editors/libreoffice-dz/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-dz/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_dz.tar.gz) = d6dd540427e8ca82de4135e1b556f9509e1d7fa2edee04122e683c74939d0d22 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_dz.tar.gz) = 538255 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_dz.tar.gz) = 0f814b0e87c73fd8719029c553e501a64355404b33afdd04028cd53ec5c1d267 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_dz.tar.gz) = 10361436 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_dz.tar.gz) = 51cf5b7f261e4277d4f8c49e3d99e6b21d4a214081d78a4e80004d8897697c4f +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_dz.tar.gz) = 538275 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_dz.tar.gz) = 96e3dd5359036dea6cc94d8bde62c1a3fda34f2eb08b79602ff1506f369a7965 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_dz.tar.gz) = 10361693 Modified: head/editors/libreoffice-el/distinfo ============================================================================== --- head/editors/libreoffice-el/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-el/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_el.tar.gz) = c20f927eaee62c3d960df6b37f64980e8681c22c08d1440a4221ed80bc514948 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_el.tar.gz) = 2576284 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_el.tar.gz) = 5d6645f7a97c8a6ef3bbab533514b8c56193c1ff26c11d4f89e31e740c67971f -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_el.tar.gz) = 8873884 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_el.tar.gz) = e130a5c67ddaeab3f154e83ff55b875c181a8aedde2df010dc70e510eb567d35 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_el.tar.gz) = 2576457 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_el.tar.gz) = 7de8186c15666808b0e8b9b2d69e25e280a8a49a13705d23967ca59036371f47 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_el.tar.gz) = 8874181 Modified: head/editors/libreoffice-en_GB/distinfo ============================================================================== --- head/editors/libreoffice-en_GB/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-en_GB/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_en-GB.tar.gz) = 7bc1cb0442c21151082a59db319e928581dd1ecb771d9e549a911ad8fdd2baaf -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_en-GB.tar.gz) = 7117920 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_en-GB.tar.gz) = 44a7c10bfbd59df688e5138df4b0f2367bc8005a02fb7f25a9502ac0f2c366a9 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_en-GB.tar.gz) = 6373583 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_en-GB.tar.gz) = ff083e295d12d224d7b72d1e77d4372013b86cb2977ebe3b9a50301ca0bc9661 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_en-GB.tar.gz) = 7117968 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_en-GB.tar.gz) = 76da08f8372e9de717cfae9f70f7d96eb51aaf644f0f012db02f0a0b22c379d2 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_en-GB.tar.gz) = 6373401 Modified: head/editors/libreoffice-en_ZA/distinfo ============================================================================== --- head/editors/libreoffice-en_ZA/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-en_ZA/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_en-ZA.tar.gz) = 0ff70254946e3ccd039326d98a235eaf4922d53ccacfce059e7cb2f7ba5d35d3 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_en-ZA.tar.gz) = 7035162 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_en-ZA.tar.gz) = cdc673715581b6003e55e0be1e360a38cd1783620429c02c8de99707119e7fe5 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6358699 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_en-ZA.tar.gz) = 9e3f480ac3729bb2b53880ba3a94a96d9259deda11e64337a65a8fa78d75047d +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_en-ZA.tar.gz) = 7035505 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_en-ZA.tar.gz) = ef0f31ba4c27d56a7cc58203aeb5f513559265badcf711968ba886603b68ccfa +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6358477 Modified: head/editors/libreoffice-eo/distinfo ============================================================================== --- head/editors/libreoffice-eo/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-eo/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_eo.tar.gz) = ccd1099bc1ff43e18ab4f1515b89dcef57cadc73a64c6ba06f180aed4725201b -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_eo.tar.gz) = 474796 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_eo.tar.gz) = d60949a83531d03e5d669698b93eb82904986db27c71c8f1cefa3922dc4b64a0 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_eo.tar.gz) = 6939900 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_eo.tar.gz) = 5880e7d400a4d6bde49fb8967142203d2c001dfa67aaf2018acbd6aad0a5e2bf +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_eo.tar.gz) = 474578 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_eo.tar.gz) = ac6d4944a0de389d57772ad83f5881ec743c3edfaf9eb212905dfe6d690a1dcf +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_eo.tar.gz) = 6939988 Modified: head/editors/libreoffice-es/distinfo ============================================================================== --- head/editors/libreoffice-es/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-es/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_es.tar.gz) = 504de88edd5070d900fb8e04e02a84b54167aee89b8deb143841268189e2230b -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_es.tar.gz) = 1957368 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_es.tar.gz) = ef60e7e7683dc1a453c7d6e769819b0f79bb03d9494152ada701a4f77cfc28eb -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_es.tar.gz) = 7914650 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_es.tar.gz) = ee56f6f5b99f49629bde70e8106bec61c3737752f92a9f27d6382246a1ace3f3 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_es.tar.gz) = 2021617 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_es.tar.gz) = 450d85f8f8bd70b5680ea39af50e72d9323542ad0fca597d9eee77cd2ee002c2 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_es.tar.gz) = 7914938 Modified: head/editors/libreoffice-et/distinfo ============================================================================== --- head/editors/libreoffice-et/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-et/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_et.tar.gz) = 947ec313d01da90475ddb50affe839138f3bb71549b4da1c221ca255c31e7ccb -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_et.tar.gz) = 1388312 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_et.tar.gz) = 48d45bb2f4671604228f084b6b14fc9d911702cc2ea767e5ceb9bd5651efcb2c -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_et.tar.gz) = 7423957 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_et.tar.gz) = 4268f43dcd620aab2ff80835f8d98d461c4d2d8a112a64eb575d860ffd80bfba +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_et.tar.gz) = 1388268 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_et.tar.gz) = aadb427616813a4934371c37f2e8fb8123e9a390b37a4be8f539f7a5c590b52b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_et.tar.gz) = 7424098 Modified: head/editors/libreoffice-eu/distinfo ============================================================================== --- head/editors/libreoffice-eu/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-eu/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_eu.tar.gz) = d0df11c221c9196d4ed11ecf170b484722e6f74bb22b134d49627de3fb92d2c0 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_eu.tar.gz) = 483370 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_eu.tar.gz) = d799bf720afbc75a6d214291e834e452f14f40bd499ec71ccddf667b3cd9f112 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_eu.tar.gz) = 7566296 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_eu.tar.gz) = 4e5d5f6fb37f5d0b3584566cedb2060b1a7f9f8ab36ec4c2ed815fd35b2c6f70 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_eu.tar.gz) = 483551 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_eu.tar.gz) = 365ee6ab25a4d582a7472eb673e68fb8ba1c86ca0f242ca66cd3b8de8dd06690 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_eu.tar.gz) = 7566413 Modified: head/editors/libreoffice-fa/distinfo ============================================================================== --- head/editors/libreoffice-fa/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-fa/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_fa.tar.gz) = 4920ff91c67263c70ada903bfa028e211da718f99956007acca942cb60eeea51 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_fa.tar.gz) = 506861 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_fa.tar.gz) = 4deddaf2ee604d31868df1a2c8d1acb3cfa8f759f3024eab04bb96b20d182dbe +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_fa.tar.gz) = 506683 Modified: head/editors/libreoffice-fi/distinfo ============================================================================== --- head/editors/libreoffice-fi/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-fi/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_fi.tar.gz) = 425ae3f83c4ee3fa78c1449be4a4ce25eee7fcfd872f8a264908b8eaaacc26f4 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_fi.tar.gz) = 489703 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_fi.tar.gz) = 403f4e540feb9c18d61e026dbb749ce7140df5591e01f9815f66d31b80f8a583 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_fi.tar.gz) = 7677207 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_fi.tar.gz) = 2f1794fd0b43c4faf086d74075508e81e19c7e76030cf0c4469ec22d5f0789e0 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_fi.tar.gz) = 489854 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_fi.tar.gz) = 2a17b1640ad06d4dfafb5d71e84830bbf4e423defe39e60b757fcad7c57ba2ce +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_fi.tar.gz) = 7677380 Modified: head/editors/libreoffice-ga/distinfo ============================================================================== --- head/editors/libreoffice-ga/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ga/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ga.tar.gz) = c4b6bd37c0a140b6089998cc1a79fb957e6c7a9cfdff4a26833e2fa4448e43bc -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ga.tar.gz) = 499954 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ga.tar.gz) = 37d778be2de6fbcb2113ddd6ee439b4e5394ec89df9317f590a24412b57d7275 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ga.tar.gz) = 499990 Modified: head/editors/libreoffice-gd/distinfo ============================================================================== --- head/editors/libreoffice-gd/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-gd/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_gd.tar.gz) = be6b847ce746076ecbb093d1fd70c441b4714e60a47980d41363052cd2a1133c -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_gd.tar.gz) = 1079253 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_gd.tar.gz) = 7ae36165e65e287cefb9845f7dcca4e17d67eb30d9ca70e022c8cf1ebb7bfed7 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_gd.tar.gz) = 1079156 Modified: head/editors/libreoffice-gl/distinfo ============================================================================== --- head/editors/libreoffice-gl/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-gl/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_gl.tar.gz) = d8021d4f45cc6a0f2e7dab10a3234c183ed6495a2a32cdaec21dbbbb097a19c9 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_gl.tar.gz) = 1051484 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_gl.tar.gz) = a4e66096d430c3fc3870cb2a2a3e15fb65404fc3fdee52fb7d4c41231657de0f -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_gl.tar.gz) = 7663466 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_gl.tar.gz) = 8a746ac5d3e8a839a8b95c31b2ac0b04c70dd37ef092a4eba8e63bd4ab60f212 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_gl.tar.gz) = 1051302 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_gl.tar.gz) = 60c1e5e0e80e756b459db85c98501c5b1d55a5318b19de1ef4259315a3654757 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_gl.tar.gz) = 7662991 Modified: head/editors/libreoffice-gu/distinfo ============================================================================== --- head/editors/libreoffice-gu/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-gu/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_gu.tar.gz) = f7fd1edfa768516859d3828fc39a4573cb696e8306a82ab8573ec98406146dee -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_gu.tar.gz) = 1185529 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_gu.tar.gz) = a20a37302eb42669a05273001513f38a7847d07c5ebaa0fc46c9e56bd4807e4e -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_gu.tar.gz) = 6581774 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_gu.tar.gz) = 99dd689f8e9ca85ad8c46512536b056627a1def3db999b93f096f25391594301 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_gu.tar.gz) = 1185639 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_gu.tar.gz) = 6316580b36ea8aa8cd9f7cdd730c2fe253bbef7d4dcfac74bc420f56ac7e271a +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_gu.tar.gz) = 6581642 Modified: head/editors/libreoffice-gug/distinfo ============================================================================== --- head/editors/libreoffice-gug/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-gug/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_gug.tar.gz) = c62af486ec3e7ff50eab16697915c4e7330e6e10364dd4da42af33dab00894cf -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_gug.tar.gz) = 497154 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_gug.tar.gz) = 336aa6fd357f21ef479bf029a1b2c9782f9e5e9dc2431a30c1bbad76fa26b67b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_gug.tar.gz) = 497092 Modified: head/editors/libreoffice-hi/distinfo ============================================================================== --- head/editors/libreoffice-hi/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-hi/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_hi.tar.gz) = 5190e4f6cb00607a5e00d278e016db726e7ae96a3bb9d1738d6632ad913c9ad4 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_hi.tar.gz) = 606009 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_hi.tar.gz) = 9f3e8b754ca7d76513eff8bc7612b413381b9724632292c1a47947f795052ff0 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_hi.tar.gz) = 7269050 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_hi.tar.gz) = b50e9248c8e32ebea2738c16de02f1d20fdd22f72376e5f7ecbe5f148858a0c3 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_hi.tar.gz) = 606330 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_hi.tar.gz) = cb88084da3e86f29c95f7508c5134e1c6def1f2a917f3d4211513d24133d8c8a +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_hi.tar.gz) = 7269412 Modified: head/editors/libreoffice-hr/distinfo ============================================================================== --- head/editors/libreoffice-hr/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-hr/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_hr.tar.gz) = 3e24f91a6501ca8cdfcb2c3b8fb5b28c4195578b158fa27bc4c814dbc0ba1e83 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_hr.tar.gz) = 1251338 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_hr.tar.gz) = b336ea2159aeba5bc2be91c5dc06afcfb4c7f2215edb4356a3a2fd33ff881b3d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_hr.tar.gz) = 6749140 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_hr.tar.gz) = 6f2a49d5e7b98e4a9b72e265c89f9d46bba28cd52890d94244beb260d6726a08 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_hr.tar.gz) = 1251058 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_hr.tar.gz) = 2523140e1c11bba8e315bd5c5e0da54f1808b3b52520b547dea2167ea00a7179 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_hr.tar.gz) = 6749196 Modified: head/editors/libreoffice-id/distinfo ============================================================================== --- head/editors/libreoffice-id/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-id/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_id.tar.gz) = 4d78a0eceeccca334763d9269761c6e23d1b46ea0079b7cb62d688883a90b515 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_id.tar.gz) = 475059 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_id.tar.gz) = 895fe62aa00d198549c514d19d1454b6a54ed5b465792b7f70ce35ef6dc7ac95 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_id.tar.gz) = 6742931 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_id.tar.gz) = 7934f12ce4bf336439f24f98a92a3530d02ed1aea722c97415d74d6b55fb2f81 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_id.tar.gz) = 475054 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_id.tar.gz) = a8831ebbf9a6dfde1af92b72b873ee2394517a2fc9cb74bee81cca3d0584931d +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_id.tar.gz) = 6742517 Modified: head/editors/libreoffice-is/distinfo ============================================================================== --- head/editors/libreoffice-is/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-is/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_is.tar.gz) = 3bbc026929ce18eab1ac62f4abdcd4e1bb7e1cd407d8a35558eeb43a8c52ff64 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_is.tar.gz) = 1188887 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_is.tar.gz) = afaafccc876733c5f02797d30f1ca2f6f1eb28685c9a4e8bc88881241529bd6f -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_is.tar.gz) = 6860148 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_is.tar.gz) = 067ccb12eab83830ccd8ade970b1402869770362dbd6bad2e5e02ff195b00f58 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_is.tar.gz) = 1189082 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_is.tar.gz) = 456e6ed78eff0c3b4a40a1c1f9305feff1a3dcdd40f0f817754caabc71ae3579 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_is.tar.gz) = 6860000 Modified: head/editors/libreoffice-it/distinfo ============================================================================== --- head/editors/libreoffice-it/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-it/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_it.tar.gz) = 758c834b3f216abe0db46f375e05355f0ff70f30e67b2394d2b2d39b74b73d96 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_it.tar.gz) = 1821782 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_it.tar.gz) = d752b5a494f4d229b90ac383004547746f853720762822fd56532bedae7110f4 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_it.tar.gz) = 7843586 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_it.tar.gz) = 2d10fee70904852129bc369c34454304b6d374d2c8feb2156bac114f8bdccde0 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_it.tar.gz) = 1821667 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_it.tar.gz) = dbe89cd79837c2e85485f165bc8101560b971bfcb6ad0b7574f94f970dc781e8 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_it.tar.gz) = 7843426 Modified: head/editors/libreoffice-ka/distinfo ============================================================================== --- head/editors/libreoffice-ka/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ka/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ka.tar.gz) = e5c61451ab46f4046ec63da7ffd0c86aec28e9a07fb251a61128955b380bcb05 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ka.tar.gz) = 519496 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ka.tar.gz) = eb9402bb6b4b0f2de85c3031be2794c711990d60df72d9c1b9011b2e3177a824 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ka.tar.gz) = 7056960 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ka.tar.gz) = c716793eb2c91e3fd3662091a0204511f5a27e0c7b254ddb2e728f3e73c72350 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ka.tar.gz) = 519784 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ka.tar.gz) = 353b4a21f55bc11d0fec37f90da096f02547a0d810e6be39f36780cfb7509c7e +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ka.tar.gz) = 7057197 Modified: head/editors/libreoffice-kk/distinfo ============================================================================== --- head/editors/libreoffice-kk/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-kk/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_kk.tar.gz) = 5a745ad52ea3c6c2b920e216a3ce83031cc0dda5488e91524e8b3583b3f7f7a6 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_kk.tar.gz) = 531608 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_kk.tar.gz) = be5f9b6c774a1a2e3f48922c789a6ec5b8b5a60ec309b8fae07a019f6774fd54 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_kk.tar.gz) = 531824 Modified: head/editors/libreoffice-km/distinfo ============================================================================== --- head/editors/libreoffice-km/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-km/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_km.tar.gz) = 5845e2a0f598b6911b8abcd83a8099435a3607076a5e31b07552503bb7ef125c -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_km.tar.gz) = 637336 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_km.tar.gz) = ebfcc0ce70dc9092b7401841f8cfd420d356b78a6a5bae79e9f4109a00299de4 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_km.tar.gz) = 10312952 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_km.tar.gz) = 8e14f2ae194263539e158faf37ed51c5f63adf0ce35bc45a7780ad08a68200cf +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_km.tar.gz) = 637303 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_km.tar.gz) = 88f95aa9f25e615a04235387405765544a1895c5b30acf6376c38b885026fb28 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_km.tar.gz) = 10314601 Modified: head/editors/libreoffice-kmr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-kmr_Latn/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-kmr_Latn/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 917c3496bdc80efea0452b585717e6176a028f3f5ba89f74cf8dfee86d147f7a -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 492741 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = c048e22fc92503e674dae363088f2d79ddf6de85e3c758fa365508dc3a2ed34e +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 492844 Modified: head/editors/libreoffice-kn/distinfo ============================================================================== --- head/editors/libreoffice-kn/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-kn/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_kn.tar.gz) = 5990d8654fa557fd4f47ab73427ba866aabf1ad94399919310110dd04be3ed5d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_kn.tar.gz) = 549559 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_kn.tar.gz) = 69338e6f5bd128aa44ea3c01dd9e8466077e76936a6bd342db800469036509fb +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_kn.tar.gz) = 549646 Modified: head/editors/libreoffice-kok/distinfo ============================================================================== --- head/editors/libreoffice-kok/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-kok/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_kok.tar.gz) = 37beaf95c26db7b86f88f6b718557a7a71a62d26259f4713643c2d27280cab95 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_kok.tar.gz) = 533986 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_kok.tar.gz) = 315dea2c4c33605ba585f852e7171b2a031220b9ecddac0a959df67e0dde685f +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_kok.tar.gz) = 534009 Modified: head/editors/libreoffice-ks/distinfo ============================================================================== --- head/editors/libreoffice-ks/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ks/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ks.tar.gz) = 35f8ff24da813dfa0af5b37fdddfd8f5b8e4d652dd04b8b1a261c053f367f708 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ks.tar.gz) = 512972 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ks.tar.gz) = 1e0df484766d9604332e67402f786258a457b20f34a51133edfdc52d14f6a969 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ks.tar.gz) = 512828 Modified: head/editors/libreoffice-lb/distinfo ============================================================================== --- head/editors/libreoffice-lb/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-lb/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_lb.tar.gz) = 0af26fb508c72a682e822fc0eb5e219cf646eb1aafe89bbd943c1bc0bb6dc309 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_lb.tar.gz) = 466330 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_lb.tar.gz) = 618f0f24ea306ceaaa873c98ddad677e5f6d456aa9222e36adfb746a980fa42d +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_lb.tar.gz) = 466396 Modified: head/editors/libreoffice-lo/distinfo ============================================================================== --- head/editors/libreoffice-lo/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-lo/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_lo.tar.gz) = 803b82d57fa18efa1c1f09ac97e9de1882670d5073be9b0df796d84f5be662d7 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_lo.tar.gz) = 556181 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_lo.tar.gz) = f5fa0cbcf68cb8c109b5b32fb19499e6c107ee6df8ad74cd71ce0aeba5fc1414 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_lo.tar.gz) = 555993 Modified: head/editors/libreoffice-lt/distinfo ============================================================================== --- head/editors/libreoffice-lt/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-lt/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_lt.tar.gz) = a086deaf88c27e9687b7efa5f323e0cb0bd354ee4e659765d733de48ebf47094 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_lt.tar.gz) = 829946 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_lt.tar.gz) = d98e768d3775e69b4bb6815b4afc902d3d965f4e22e631c0674077241ee7546f +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_lt.tar.gz) = 830354 Modified: head/editors/libreoffice-lv/distinfo ============================================================================== --- head/editors/libreoffice-lv/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-lv/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_lv.tar.gz) = 305945ed881303061254da5ed904ca6012bfcf049a975b264af42479cbfb1b0d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_lv.tar.gz) = 1244812 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_lv.tar.gz) = 5497eebfb3a6cc7b989199f42f2a41c4fca884296b43910e3aaf1f966887fc4b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_lv.tar.gz) = 1244965 Modified: head/editors/libreoffice-mai/distinfo ============================================================================== --- head/editors/libreoffice-mai/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-mai/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mai.tar.gz) = 0e26f6578d63dc23d5bc738bada4a4a5864a8479f6a3a558b44ceb386a53a5c1 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mai.tar.gz) = 515900 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mai.tar.gz) = 70f5fdf188c6e20402400193ce65ecc5b98f2622ca970eb4fe654fd9bd854466 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mai.tar.gz) = 516111 Modified: head/editors/libreoffice-mk/distinfo ============================================================================== --- head/editors/libreoffice-mk/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-mk/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mk.tar.gz) = f529de5fc53aff98f81077b2b20141f90da0e2469493daca0f89656d107b9e36 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mk.tar.gz) = 514692 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_mk.tar.gz) = 7addb8de049e61fbeeefad211590892b5b54f440f46569c917ed4f055c7b2393 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_mk.tar.gz) = 7294504 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mk.tar.gz) = 7ff7676be8156db8c21d147d43cd9cad159682c848034d1c31844453d019f42a +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mk.tar.gz) = 514865 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_mk.tar.gz) = faadb154aefc295ada3473a4dba600078a7aed243e43e9bebe9531c20b9b259d +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_mk.tar.gz) = 7294481 Modified: head/editors/libreoffice-ml/distinfo ============================================================================== --- head/editors/libreoffice-ml/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ml/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ml.tar.gz) = ebcca5c67162fb0ede12bfa3f3ccb32323181ecc6f1f1803a46b39930f567809 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ml.tar.gz) = 554018 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ml.tar.gz) = 55aca5d6967910bf7c845ccc0a49b8dd52fb40536cc96ec4df6d11a8bdf80db8 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ml.tar.gz) = 553726 Modified: head/editors/libreoffice-mn/distinfo ============================================================================== --- head/editors/libreoffice-mn/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-mn/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mn.tar.gz) = 90ffad793331ddc797a3947bdbc6ce3bc248fefd4ec6aba24eae2c77e57434c9 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mn.tar.gz) = 599247 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mn.tar.gz) = 4393c397decb1f8c5164c111ef10849799eb93388a4d64d8eb1984785034ca31 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mn.tar.gz) = 599386 Modified: head/editors/libreoffice-mni/distinfo ============================================================================== --- head/editors/libreoffice-mni/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-mni/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mni.tar.gz) = 708bde4eb66e0ef3cbbd245b0d0e00a07a5f0b54c89ca3244ad850dfa7e3b243 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mni.tar.gz) = 528382 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mni.tar.gz) = f544d82b4244b905503b9a1f1223f13fd7aa3d543128a0400039a87760b9acbf +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mni.tar.gz) = 528341 Modified: head/editors/libreoffice-mr/distinfo ============================================================================== --- head/editors/libreoffice-mr/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-mr/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mr.tar.gz) = b77670ea692669e8569735d4b6440686024ab60c8355325116879c416847ffd2 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_mr.tar.gz) = 549739 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mr.tar.gz) = 4da0f80d1e867199a000a375b2315bba59ae21c02469e3fc1b18c8506593b957 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_mr.tar.gz) = 551118 Modified: head/editors/libreoffice-my/distinfo ============================================================================== --- head/editors/libreoffice-my/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-my/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_my.tar.gz) = 37a4a6dcceec49e9e83d57080e105da4a58bd8b79c5e047bbcf7b6a1f7fbe1d8 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_my.tar.gz) = 547668 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_my.tar.gz) = 0fe1dd4728677be8b6e6219c8ea33df6024564f59ade810ac900a96b26a3181b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_my.tar.gz) = 547401 Modified: head/editors/libreoffice-nb/distinfo ============================================================================== --- head/editors/libreoffice-nb/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-nb/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nb.tar.gz) = aa68e19a08365dcfa440fbea48ed36cd041a13e50f30ea68f4658069de469cf8 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nb.tar.gz) = 3480545 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_nb.tar.gz) = f9d34bfd5c7e32c69b8a5dc9998753b92e22d7151b28f3cc5e27bf87dab9f72b -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_nb.tar.gz) = 7593318 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nb.tar.gz) = 48bca8415e3bbaba9879fd1c1192291a7863338bc4367fe9eeefbccdaae16e94 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nb.tar.gz) = 3480820 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_nb.tar.gz) = 020ad2af634f9549c1e5d092b998ce34d955424f37aa9ed1fc44c27a595a856b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_nb.tar.gz) = 7593260 Modified: head/editors/libreoffice-ne/distinfo ============================================================================== --- head/editors/libreoffice-ne/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ne/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ne.tar.gz) = 7b3b92fc09945cbda6b54bb00b3fcbf07c5c0d4b3282ee5a20e0a64a6ded65ba -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ne.tar.gz) = 915388 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ne.tar.gz) = cbe6984fcd149d1b7524b481cee18daf24044411453729dba0ea386db10619ab -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ne.tar.gz) = 9829667 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ne.tar.gz) = d6673283b36e162d75f5626de4c11bc76666a562b89a643e06696812deef9324 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ne.tar.gz) = 916292 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ne.tar.gz) = 650c4cd4417a57a9adb686cd3ab1a24836e73f74bd9d33d2f284124479106c29 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ne.tar.gz) = 9829948 Modified: head/editors/libreoffice-nl/distinfo ============================================================================== --- head/editors/libreoffice-nl/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-nl/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nl.tar.gz) = 7595eb1dd3dfd99fad4e9a6077dd60fe5696093b679fe3be5b61125ce6b04a19 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nl.tar.gz) = 1278464 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_nl.tar.gz) = 618d2b8e02ed66052170d4793459b342a1d4df17334a9df96114bd6390c092d6 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_nl.tar.gz) = 7667377 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nl.tar.gz) = ca52b7f47f692307482adf2110f564c6b6d035473ff8ec0012dfd978c885658b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nl.tar.gz) = 1278535 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_nl.tar.gz) = 29828c8171354058fb437b4c97a3532b07aa0129585e510c60db44c8efb6bb2b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_nl.tar.gz) = 7667933 Modified: head/editors/libreoffice-nn/distinfo ============================================================================== --- head/editors/libreoffice-nn/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-nn/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nn.tar.gz) = 136eb5bd0d124b866d3b0fc02110f0f957f9f6b0e5be780ee3ede50c22bd1ce1 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nn.tar.gz) = 3478476 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_nn.tar.gz) = 2096b70f355ef3ffdcfeebbb74da061b3cd809cde7e2df7b776b8f83707cd023 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_nn.tar.gz) = 7546405 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nn.tar.gz) = c627fe3419b6bb2e0756a39f0c99eb0dd6d294a6e932e0d67a79c965813b2253 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nn.tar.gz) = 3478431 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_nn.tar.gz) = d4c2594a020c487ec687858722f9307542fda85d7c6f91fa704f142c17fc6819 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_nn.tar.gz) = 7546007 Modified: head/editors/libreoffice-nr/distinfo ============================================================================== --- head/editors/libreoffice-nr/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-nr/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nr.tar.gz) = 515b33475b4dda839381d2bba0577d9023c4856bfd94b18b4971bcdc1bb6c11c -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nr.tar.gz) = 492847 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nr.tar.gz) = a95d655d25e645325c52020114e9c9d1bbbae5ba709cef25db918ddb7e0503fb +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nr.tar.gz) = 492834 Modified: head/editors/libreoffice-nso/distinfo ============================================================================== --- head/editors/libreoffice-nso/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-nso/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nso.tar.gz) = 4945ecd3d29af20180a2109000d9134492a49a575b1859c3d0756d6e443e3e2a -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_nso.tar.gz) = 488543 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nso.tar.gz) = b645112cd71eb899c5ba1d5c615316f085efd9caf5e42f53d2b778e1bd0b2eb0 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_nso.tar.gz) = 488533 Modified: head/editors/libreoffice-oc/distinfo ============================================================================== --- head/editors/libreoffice-oc/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-oc/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_oc.tar.gz) = 2fee12dc011474c2ba09e2c25ea88f1d56fff55ac839a48ae252091330e00e20 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_oc.tar.gz) = 689955 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_oc.tar.gz) = 538a240fd9ea8b5fbe072773b8b9e8ba44bf580a160a56d7613db6de9bcfd8bb +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_oc.tar.gz) = 689884 Modified: head/editors/libreoffice-om/distinfo ============================================================================== --- head/editors/libreoffice-om/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-om/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_om.tar.gz) = 5f2ebb6c98dbd227136d196cfbbd800592d8a9dcd42b37a2f6b746ebcdc4f658 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_om.tar.gz) = 480697 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_om.tar.gz) = 81d122613fb9d3c8003cf3ea167c3b24e64e6bdaec31c90a726f7723f0555f3f -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_om.tar.gz) = 7931521 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_om.tar.gz) = 0d57837808aad5f5602c4c7a23d7a0d429212695ce6ee97cc1c636fd08f0efbf +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_om.tar.gz) = 480624 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_om.tar.gz) = 0da94d150b31cda17360b3ca7d8351eda5833cb32d08a2a1b74f3a46095b05ce +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_om.tar.gz) = 7931359 Modified: head/editors/libreoffice-or/distinfo ============================================================================== --- head/editors/libreoffice-or/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-or/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_or.tar.gz) = 7172a0b9debd96b24e007d4d74a2f72b4c68346a2f47c4769558f5d46de37ed4 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_or.tar.gz) = 547449 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_or.tar.gz) = c9d64966a52e1f9b63fe60054309b94370b5cdd4e61ed6b0ed6fb8c5d853c9cf +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_or.tar.gz) = 547642 Modified: head/editors/libreoffice-pa_IN/distinfo ============================================================================== --- head/editors/libreoffice-pa_IN/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-pa_IN/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_pa-IN.tar.gz) = 4fe72b82579b54da83f9f5caa0ca2f8fb0bc86f2bf2aca295ccfe02b6b88ed39 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_pa-IN.tar.gz) = 520574 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_pa-IN.tar.gz) = ba412219a10a0bd631c0905f48963a4f2f4e840dcf8460d60a16de6ac43d4e2b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_pa-IN.tar.gz) = 520293 Modified: head/editors/libreoffice-ro/distinfo ============================================================================== --- head/editors/libreoffice-ro/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ro/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ro.tar.gz) = a9637ae6c95832e1026dcab7813c0528025aca19537a485b36d2d6527416a7e8 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ro.tar.gz) = 2361531 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ro.tar.gz) = 63ba387aa6745234fb8c1a8e52af71d507deb8449a9584bdc0ed76b8ef7ec4ab +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ro.tar.gz) = 2361443 Modified: head/editors/libreoffice-rw/distinfo ============================================================================== --- head/editors/libreoffice-rw/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-rw/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_rw.tar.gz) = e65ab6575e13d8ce58e7b5ab7ccffe6c290ae72597a5f15bba2d58c95a916c00 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_rw.tar.gz) = 484825 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_rw.tar.gz) = bfc3d2070cc4e47a40bd12f0868818ad14eb3193616a62ec0a5fe842b0ada589 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_rw.tar.gz) = 484728 Modified: head/editors/libreoffice-sa_IN/distinfo ============================================================================== --- head/editors/libreoffice-sa_IN/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sa_IN/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sa-IN.tar.gz) = b09cd8af0a32c7ffb8d268b530a9fba0acf794566fe845f33f14a8b3b3f6b70a -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sa-IN.tar.gz) = 536913 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sa-IN.tar.gz) = 5e9a518c22640ab76361b91266e7fc799cacd5c8dfc7f4338d3ff464867c611a +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sa-IN.tar.gz) = 536789 Modified: head/editors/libreoffice-sat/distinfo ============================================================================== --- head/editors/libreoffice-sat/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sat/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sat.tar.gz) = 52f078a65c3b0b04143e275301b525a0aff1ba7127dafb63ee1f91a5b08708be -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sat.tar.gz) = 577568 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sat.tar.gz) = 64d17ae5d7fd748cc3b7f51bf0e4ef80248b09eef90c3a732e6bfd6fdcf385f8 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sat.tar.gz) = 577562 Modified: head/editors/libreoffice-sd/distinfo ============================================================================== --- head/editors/libreoffice-sd/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sd/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sd.tar.gz) = 8968205023d23ad16b28fe4f463a2d0ed21a706c278a786a1bebc4d7fdf481df -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sd.tar.gz) = 527602 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sd.tar.gz) = be3d1c4a7f7d60a16f33d842dba9eea93769e397fbe24e59735e2089af0b4ba7 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sd.tar.gz) = 527610 Modified: head/editors/libreoffice-si/distinfo ============================================================================== --- head/editors/libreoffice-si/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-si/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_si.tar.gz) = 324f3083b675b22d263aebce784cf7c600e4af9b7eb06cd9e183f0de8ef5cb80 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_si.tar.gz) = 818530 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_si.tar.gz) = 5b3290f9561d24dc64d8ff64ded014745d9193ba7ea8d62d55918a63884aac1d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_si.tar.gz) = 7157933 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_si.tar.gz) = 5189edc430846410830deec121f5bf75f8dc0d6945332d80b34ab697c7f90008 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_si.tar.gz) = 818404 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_si.tar.gz) = 9f421a141777777a4fb08363b45135451ee2b2a1f37cb06ca1b92cd16685cdde +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_si.tar.gz) = 7157038 Modified: head/editors/libreoffice-sid/distinfo ============================================================================== --- head/editors/libreoffice-sid/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sid/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sid.tar.gz) = ab6447ec045768665d1b8058c302593b038c8fe313cfd90c1409529e0b91ad43 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sid.tar.gz) = 488545 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sid.tar.gz) = dfecc2cd075102b6efc0f8aca6702b677076f6881547d4074dcec1e7b49c2e3c +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sid.tar.gz) = 488550 Modified: head/editors/libreoffice-sk/distinfo ============================================================================== --- head/editors/libreoffice-sk/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sk/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sk.tar.gz) = 7abffe5c5b0564714e125dec58668539892b12a89946ab08335a69031c9893ee -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sk.tar.gz) = 1777699 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_sk.tar.gz) = 048c8fd261581d231192a0ad274bd542bcd7d0666ef3303a1519f9671b04fe0e -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_sk.tar.gz) = 7438162 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sk.tar.gz) = f4936963b34b6e366a5a750d8b7fa5f500a12b6da8f21b58404f697af8e583a3 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sk.tar.gz) = 1777329 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_sk.tar.gz) = a92fefac045eec259fb1826545da736972f526f96be85895ced6ca9ebd869a03 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_sk.tar.gz) = 7437964 Modified: head/editors/libreoffice-sl/distinfo ============================================================================== --- head/editors/libreoffice-sl/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sl/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sl.tar.gz) = b89b3a40045d6c6b2dbe27ba58dfebfd425ca63d7aeb6e25294574c4d90b56ff -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sl.tar.gz) = 2142332 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_sl.tar.gz) = d45b894d2be4d9c38952edff968cd9cfb33f120c43b84ecded83b68752045399 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_sl.tar.gz) = 7670554 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sl.tar.gz) = 89ca106276a4f12aee2b8b00adcd472ea4f9b599a52002e8e2c42d5ccecb0719 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sl.tar.gz) = 2154030 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_sl.tar.gz) = 282d134e2d4352f0f2d756453f6a3710bcd3ee9141180ecd377dfbc6764fa653 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_sl.tar.gz) = 7670674 Modified: head/editors/libreoffice-sq/distinfo ============================================================================== --- head/editors/libreoffice-sq/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sq/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sq.tar.gz) = f5e741c49718d29200e5c3fe2717addef65bb0ae8ea8930dfeab68c749bd3f3f -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sq.tar.gz) = 503824 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_sq.tar.gz) = 013755bac79da4cea16de98ab3c29bb1d3ea3fed0df4efa916d22f1f33f69199 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_sq.tar.gz) = 6787651 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sq.tar.gz) = cc059c9cae0b173fc6a7d2ec65f6f1da596819ff6e5aee958de12dc314f9e140 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sq.tar.gz) = 503872 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_sq.tar.gz) = bb3b8c2fe3020e708ff95e36d468056956cef10823128c0451084feb7bb29b23 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_sq.tar.gz) = 6787649 Modified: head/editors/libreoffice-sr/distinfo ============================================================================== --- head/editors/libreoffice-sr/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sr/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sr.tar.gz) = a09cf5b905241dc9288b999f8d23206386da39945b13e3e18aed07eb5b9194da -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sr.tar.gz) = 1713401 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sr.tar.gz) = 5499861d8a83d38a545199ba2fa8a8ab5f3d18c70cde0e9e63b8b4c64d590670 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sr.tar.gz) = 1713359 Modified: head/editors/libreoffice-sr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-sr_Latn/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sr_Latn/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sr-Latn.tar.gz) = d3d600708e08459ec1337995de0f95749f8b38a5e52fd2bb9de0f7904cc4607d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1684722 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 17f4e27f8415703ffc72e2cbe1760108ae689a470e0453da2f7058ee46c4a1b1 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1684943 Modified: head/editors/libreoffice-ss/distinfo ============================================================================== --- head/editors/libreoffice-ss/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ss/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ss.tar.gz) = b98bad8d60ee57daa129b0db469c4543e326a8cf9ead57c2746f7bc176b341ba -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ss.tar.gz) = 488628 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ss.tar.gz) = 2612158ae92e09d1462ffb02b23740398e7b9938ce7e1c6caf0034e9e285b23b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ss.tar.gz) = 488694 Modified: head/editors/libreoffice-st/distinfo ============================================================================== --- head/editors/libreoffice-st/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-st/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_st.tar.gz) = c1874afc9b0588610716359ba1f8a5fc99ff8a5de11ca2a95e0fb19871f26dee -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_st.tar.gz) = 488114 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_st.tar.gz) = 949b6796a5f3bc8f4f7a486af38071a65a119b97aafc32612b39ecc99ed6d872 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_st.tar.gz) = 487990 Modified: head/editors/libreoffice-sv/distinfo ============================================================================== --- head/editors/libreoffice-sv/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sv/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sv.tar.gz) = 245a1deabfa435d37f44786de8fe62ea3f29e8ad2fcbbf75361262241a7588b7 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sv.tar.gz) = 2356250 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_sv.tar.gz) = 4e3ca0a7dff1e77a6929e7f2237328c259281edfa4c3a500a1ea182cfec412fa -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_sv.tar.gz) = 7592136 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sv.tar.gz) = 72fb502aa8960c9f67bb3ff9f0f8aa4305daa91a30dfe170174a269a87b327f8 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sv.tar.gz) = 2359265 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_sv.tar.gz) = 17899aa405b39a8052a1fa042698a1d448e55ab81959f506d18de36d987595d4 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_sv.tar.gz) = 7592248 Modified: head/editors/libreoffice-sw_TZ/distinfo ============================================================================== --- head/editors/libreoffice-sw_TZ/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-sw_TZ/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sw-TZ.tar.gz) = d864ba62a0895004b348037992cc5162d526b4f12bd38f2caa3ecc43cc8a9a4d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 476250 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 7ebf22615c58fc5e0654bcc15917b7c9127e6978961ccdb06e170370510afc63 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 476218 Modified: head/editors/libreoffice-ta/distinfo ============================================================================== --- head/editors/libreoffice-ta/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ta/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ta.tar.gz) = 1448efc41c610a6c7276820e9f0b409300e4c16ade8acb5313f9274eb60e0978 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ta.tar.gz) = 542695 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ta.tar.gz) = 025cf5f1df31832a4ae6c56e077ab5e72ed6edf5b489a5d77c05c6d6b318a10a +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ta.tar.gz) = 542670 Modified: head/editors/libreoffice-te/distinfo ============================================================================== --- head/editors/libreoffice-te/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-te/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_te.tar.gz) = 19af4b5a3c52b88d606e0354c3c5d25c5475c0a74020afeb36ced03064b2133f -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_te.tar.gz) = 1100084 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_te.tar.gz) = 1195512e6e76dadc3a243ec447d278475b29eab9e8813461a6186eef528e128b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_te.tar.gz) = 1100390 Modified: head/editors/libreoffice-tg/distinfo ============================================================================== --- head/editors/libreoffice-tg/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-tg/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_tg.tar.gz) = b735b0a1ac9108055fbeab87f39b2f3c21d98049b59a4a97188f1e3fad0adc98 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_tg.tar.gz) = 506269 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_tg.tar.gz) = 37356b5df6332b8fb3d1336b1c9747e72a25f4ff1bd5b319bfeb78b10da60d11 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_tg.tar.gz) = 7117070 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_tg.tar.gz) = 4d7eb322b6d005c797832c4a58069805e1fa43e3542782dcbe571663e3effae1 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_tg.tar.gz) = 506193 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_tg.tar.gz) = bb523a5f82e870b359fad608a011f90b27f94fc297b8c85e9e0fa9048c06a77a +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_tg.tar.gz) = 7117118 Modified: head/editors/libreoffice-th/distinfo ============================================================================== --- head/editors/libreoffice-th/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-th/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_th.tar.gz) = 5207228bc376fcedd121f8ef31a90fb7e2db261751665658a9029100af44d3fa -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_th.tar.gz) = 686747 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_th.tar.gz) = aee593e4aac2af73cd0f186c38a21fa25446529e1b1174ab518fe60f152a89f4 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_th.tar.gz) = 686796 Modified: head/editors/libreoffice-tn/distinfo ============================================================================== --- head/editors/libreoffice-tn/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-tn/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_tn.tar.gz) = 7288a57b6ee93333ba65ea17d5d0cce2438de22e722f9500cd2a489b60482997 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_tn.tar.gz) = 480756 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_tn.tar.gz) = d634de6e3c12691097f07b14b4ecc12fedd0888b7aa806cdfd39090887432750 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_tn.tar.gz) = 481054 Modified: head/editors/libreoffice-tr/distinfo ============================================================================== --- head/editors/libreoffice-tr/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-tr/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_tr.tar.gz) = ecd05ba9740840dff3ada8c791863801c913378c489def292a639a72d75451f1 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_tr.tar.gz) = 528563 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_tr.tar.gz) = ddac1dbd47d7f7d42f89d6e99d2648689bf5f853f7a1dd29998e160d49fc837a -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_tr.tar.gz) = 7828931 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_tr.tar.gz) = 0e8234d402620c1b55c576a04011466a4c9ca1a54576a1a23106e58acc0071c3 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_tr.tar.gz) = 528353 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_tr.tar.gz) = 62c478699b546f5216ee10a7d00742e0c043965a317f5f8f38da14b19ad93a53 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_tr.tar.gz) = 7829141 Modified: head/editors/libreoffice-ts/distinfo ============================================================================== --- head/editors/libreoffice-ts/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ts/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ts.tar.gz) = 09f35e65118821d93b750b1bb360f7238c22bb9d8a4d4f252f50818854edcaa1 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ts.tar.gz) = 490902 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ts.tar.gz) = 79335e7572c0e6bf3606048794321b0a80c6eb1fc249846c33c57ddee27ed614 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ts.tar.gz) = 490764 Modified: head/editors/libreoffice-tt/distinfo ============================================================================== --- head/editors/libreoffice-tt/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-tt/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_tt.tar.gz) = 5fd6c5645e3849222a3be77e9f2906cef60d6f40572b397a136a045e60e9861a -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_tt.tar.gz) = 485494 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_tt.tar.gz) = b6ddc5ef18d2e2f44110eccda034c11cc0d311f9f6b4dc7211b039e1014ebbb8 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_tt.tar.gz) = 485557 Modified: head/editors/libreoffice-ug/distinfo ============================================================================== --- head/editors/libreoffice-ug/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ug/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ug.tar.gz) = 2a53b503e9826175cbc239331d3b35a70fc184571dd291ce96c5fc84146b15d0 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ug.tar.gz) = 518063 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ug.tar.gz) = 2882b1a05d0844800dccb67ae99d3e08afc47df97785f7d13f3b4fee1324744d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ug.tar.gz) = 6777699 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ug.tar.gz) = 371be45e67cfbb211f5e695269a03ce9c1c5d47ca324793afc6b1fe6d4f63282 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ug.tar.gz) = 518245 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ug.tar.gz) = a9c33f6dc111415c11819a15eb2dea55503643cbf4a30254ab9fbf0ae9a718a7 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ug.tar.gz) = 6777749 Modified: head/editors/libreoffice-uz/distinfo ============================================================================== --- head/editors/libreoffice-uz/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-uz/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_uz.tar.gz) = 457062ad8f3778c2f8b3c5d1470a1613cf0908980e78e81c34b345627129d09a -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_uz.tar.gz) = 481463 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_uz.tar.gz) = 963df2ac21a24c2bbd6781f3c0da989a3fe2d950cf80780261eac0656746a0a2 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_uz.tar.gz) = 481612 Modified: head/editors/libreoffice-ve/distinfo ============================================================================== --- head/editors/libreoffice-ve/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-ve/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ve.tar.gz) = cb569b82ef2898706cf2092f58f589ef186e83c7b7080dbb716634e64f265e39 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ve.tar.gz) = 491737 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ve.tar.gz) = bb213201d801cae2ca7f75202972cdaa39399d98ee42ea73b98efc5cbf9e3790 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ve.tar.gz) = 491534 Modified: head/editors/libreoffice-xh/distinfo ============================================================================== --- head/editors/libreoffice-xh/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-xh/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_xh.tar.gz) = 568eb0788eae43513a50636ac77433e7b14bf5fe3539bd97c58d1c1ff5142553 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_xh.tar.gz) = 498175 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_xh.tar.gz) = 972ec829c160a8dfdd74059afb7e5bf11ce7117a3eb9e7f44e0b937ea78382d8 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_xh.tar.gz) = 498223 Modified: head/editors/libreoffice-zu/distinfo ============================================================================== --- head/editors/libreoffice-zu/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice-zu/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_zu.tar.gz) = a8456428b3f3cfa523fb380ea065048e02474ac760b2912eedfaf4d64817b6a8 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_zu.tar.gz) = 498099 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_zu.tar.gz) = 9f6f551e6f502212a2b07c93b830612f950e7abb5745a2dbea7cbbddcfb68129 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_zu.tar.gz) = 498158 Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice/Makefile.common Mon Feb 15 19:32:16 2016 (r408954) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libreoffice -PORTVERSION= 5.0.4 -PORTREVISION= 2 +PORTVERSION= 5.0.5 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org Modified: head/editors/libreoffice/distinfo ============================================================================== --- head/editors/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/editors/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,7 +1,7 @@ -SHA256 (libreoffice/libreoffice-5.0.4.2.tar.xz) = 647440b70fc190a43a3373cfe5b06a87558ee07711e3d74cab8fb9d8cbac6dc8 -SIZE (libreoffice/libreoffice-5.0.4.2.tar.xz) = 167305516 -SHA256 (libreoffice/libreoffice-help-5.0.4.2.tar.xz) = 5d3c20037a8c2abc04aa3d5991a956538a8dad6669ce0ee0de56d78ebce5b200 -SIZE (libreoffice/libreoffice-help-5.0.4.2.tar.xz) = 1882964 +SHA256 (libreoffice/libreoffice-5.0.5.2.tar.xz) = 1ee729db840cf98bb00fed8c65550ccd6ced03123e3befcc511fe8df6f671b88 +SIZE (libreoffice/libreoffice-5.0.5.2.tar.xz) = 167135308 +SHA256 (libreoffice/libreoffice-help-5.0.5.2.tar.xz) = 6664496d23d3e7e56dbca22b7cd9a2cf66e0e91609a20976870e0e235540c02a +SIZE (libreoffice/libreoffice-help-5.0.5.2.tar.xz) = 1882884 SHA256 (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370 SIZE (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = 3519470 SHA256 (libreoffice/185d60944ea767075d27247c3162b3bc-unowinreg.dll) = eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6 Modified: head/french/libreoffice/distinfo ============================================================================== --- head/french/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/french/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_fr.tar.gz) = 4a92c79de44d80d32d5e4f4a118da18917d037256c89ffd9dc3d8d8f730af3ef -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_fr.tar.gz) = 2811155 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_fr.tar.gz) = c5b2d2072bf354fa3672b84608277f31077d6b7aacb13c7f5cfaf28d37ab912d -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_fr.tar.gz) = 8093478 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_fr.tar.gz) = 4632f62f7b74d5e925a9dd5fe7404c39b26151e766c5488213bc6169f00bef33 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_fr.tar.gz) = 2811222 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_fr.tar.gz) = 9581a5efc3711854ed8f513c7565d4d65a58e1aad203d538bd94d27b079b7c0d +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_fr.tar.gz) = 8093401 Modified: head/german/libreoffice/distinfo ============================================================================== --- head/german/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/german/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_de.tar.gz) = e61db586c6871f012a3ccd15e9540eddf440e419f286be3c1cce363695f30b26 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_de.tar.gz) = 14117884 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_de.tar.gz) = 0fc8ed9efaa4d6f6d84e42d68dab2a2bb2d91b4d21bab23c3ab4e99013a2a324 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_de.tar.gz) = 8056273 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_de.tar.gz) = 9d7fe319b68c3eb359c95b5f51e27eee795281534bb33ed9bb21b765246c7ca5 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_de.tar.gz) = 18832773 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_de.tar.gz) = 643b8a789e88201b4700ef35b6b53a8b4f03c9ccbb799623bf34b756ab5c0ab0 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_de.tar.gz) = 8056444 Modified: head/hebrew/libreoffice/distinfo ============================================================================== --- head/hebrew/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/hebrew/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_he.tar.gz) = 5a1b6c2d451a8ec79fe2f7752dc854e70f94f46aef71c164d06ccca03d4e36fd -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_he.tar.gz) = 1575965 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_he.tar.gz) = 06e7c1ef04f9d82de025d5a0f151cbe6f1077dec6fbdfae2ef522a3c2dcabeec -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_he.tar.gz) = 6195157 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_he.tar.gz) = 45593e5c22d3557ed7798276ae0d4152cd6f67709a1074f544daae2d686bf2ab +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_he.tar.gz) = 1575974 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_he.tar.gz) = 1ee35f28ef0fb1918b6cf790a9dc47eab4419ed2b19b1517a7156ab3ab2bcdbf +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_he.tar.gz) = 6195355 Modified: head/hungarian/libreoffice/distinfo ============================================================================== --- head/hungarian/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/hungarian/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_hu.tar.gz) = 02d0b6396eeaf4a91e54af35ee7afb46ab974fd8cbc25dc56f5fa8d93c9ec8ce -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_hu.tar.gz) = 2709085 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_hu.tar.gz) = 695ed48fa38fb827b40b1ec1f5fb3f93047f97256ba7329665bea336b55cf323 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_hu.tar.gz) = 7926456 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_hu.tar.gz) = 0a1c17284a645501763a06cd67772945faba3f8161e3545e1abe827e26a33544 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_hu.tar.gz) = 2708855 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_hu.tar.gz) = 1bc3dfbce9ea07443d01d0fa59b5dc00b176e0bc8ddfd513e6407d157b4c4828 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_hu.tar.gz) = 7926652 Modified: head/japanese/libreoffice/distinfo ============================================================================== --- head/japanese/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/japanese/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ja.tar.gz) = f52da7bff0114e0a85b4a295c4c135b558298bd7168e4ce1e45230d8654c17ca -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ja.tar.gz) = 584263 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ja.tar.gz) = 0fda3c340ce066233bf41f9b931479fdf8bcfa408addd9b18ffee5e9c8d9fe74 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ja.tar.gz) = 13419580 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ja.tar.gz) = 86ffbdda8ca851b2caf55d1fdf7cbeacd4f3b9fbb1e899ff3c806abdcfdb2a8b +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ja.tar.gz) = 584333 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ja.tar.gz) = 2d149f50a9709f9d6d63a0efbf397e92e04926fc3490fc39c98ce36fc4d66e30 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ja.tar.gz) = 13419827 Modified: head/korean/libreoffice/distinfo ============================================================================== --- head/korean/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/korean/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ko.tar.gz) = abc61d7ec10f6763f57c7156e99ba97f9742bd5ec03c063a973d981083350d23 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ko.tar.gz) = 579269 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ko.tar.gz) = 70e7e07458127cd3ece23cf7f74c3388d524e30ec16f1119adc51b514c3fef71 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ko.tar.gz) = 9294419 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ko.tar.gz) = 53c42b001b266d8d7b5cd48ad9d0d7e0d298bed09a59f922751d0001d02c80ee +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ko.tar.gz) = 579245 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ko.tar.gz) = 91bd3ea1aa146df778ffad032b612abba5e7d62bbea06bbea860beca6cd80f39 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_ko.tar.gz) = 9294872 Modified: head/polish/libreoffice/distinfo ============================================================================== --- head/polish/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/polish/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_pl.tar.gz) = 5568c20a24dd6eda2786cda8c6b1de603554a30f5fec9bc3b2e314efb2f1a2fd -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_pl.tar.gz) = 3273998 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_pl.tar.gz) = 80d3f45f78cbf2cdff2efc7b7db402c85ffa1076cc33d6b2185b797f1d6a5cfa -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_pl.tar.gz) = 7928702 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_pl.tar.gz) = 2178907865f3510d3e8031f5d7d5b6d86b4761dafcf52a67f4fd8c077f454ee2 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_pl.tar.gz) = 3273977 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_pl.tar.gz) = 1a118f937facb9aa57389473a54b216de3d2f67cdfd4f49e4e68ecf032f4d66d +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_pl.tar.gz) = 7929318 Modified: head/portuguese/libreoffice-pt_BR/distinfo ============================================================================== --- head/portuguese/libreoffice-pt_BR/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/portuguese/libreoffice-pt_BR/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_pt-BR.tar.gz) = 67344f3f43e3958d92f8478baf4f0cd24a5c8b662766bc8c1735bcbc2256618c -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_pt-BR.tar.gz) = 2569554 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_pt-BR.tar.gz) = 11d95b0badce55fb9a9229c4abd13fdce079bddf8af7d77915ef66b0d6832ae9 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_pt-BR.tar.gz) = 7679340 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_pt-BR.tar.gz) = 891ef4b5cab6504c72f98e7ff751d3e4ed07dcf011234846328ca2db2e606e0f +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_pt-BR.tar.gz) = 2569452 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_pt-BR.tar.gz) = 070d3b24c147782d37c0d32870cf44ce0d325cc25ccb7fa40777cb7355a54e99 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_pt-BR.tar.gz) = 7679065 Modified: head/portuguese/libreoffice/distinfo ============================================================================== --- head/portuguese/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/portuguese/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_pt.tar.gz) = 3983bb15459d516502c65f558b2cdf1d13ba1d42e349f1308b6ce66646632636 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_pt.tar.gz) = 1123839 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_pt.tar.gz) = 81bb6fb9036265f294bd4e349903f4519d31f811a8fcf0ea7ea70226d6702e2a -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_pt.tar.gz) = 7611558 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_pt.tar.gz) = afae90921af062c82daa0da7c730eeb469ed90c9dd879509eaf9f1a6f5599334 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_pt.tar.gz) = 1123580 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_pt.tar.gz) = d31f8acf17572bdf9f4af194d3ddfddb7a9144baec7308e003e169c18670d8e0 +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_helppack_pt.tar.gz) = 7611699 Modified: head/russian/libreoffice/distinfo ============================================================================== --- head/russian/libreoffice/distinfo Mon Feb 15 19:25:47 2016 (r408953) +++ head/russian/libreoffice/distinfo Mon Feb 15 19:32:16 2016 (r408954) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ru.tar.gz) = d94c6e5b26fb9b7df441aec0d10303305aeff750b710d32f87de71b81dff3a22 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_langpack_ru.tar.gz) = 1643497 -SHA256 (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ru.tar.gz) = 5deb2c5c2baa35fc59794707b046d9d6d74f6a4e8279950230398eece0597872 -SIZE (libreoffice/i18n/LibreOffice_5.0.4_Linux_x86_deb_helppack_ru.tar.gz) = 8347133 +SHA256 (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ru.tar.gz) = 04b9c9c62f4ca06142866852a97cb2bbcd948a36756c8ccb5f05e9b6d1fced6c +SIZE (libreoffice/i18n/LibreOffice_5.0.5_Linux_x86_deb_langpack_ru.tar.gz) = 1643196 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Feb 15 19:33:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CE12AA9E04; Mon, 15 Feb 2016 19:33:03 +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 E3B96198A; Mon, 15 Feb 2016 19:33:02 +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 u1FJX1je093569; Mon, 15 Feb 2016 19:33:01 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FJX1ti093564; Mon, 15 Feb 2016 19:33:01 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602151933.u1FJX1ti093564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 15 Feb 2016 19:33:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408955 - in head/mail: rainloop rainloop-community X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 19:33:03 -0000 Author: brnrd Date: Mon Feb 15 19:33:01 2016 New Revision: 408955 URL: https://svnweb.freebsd.org/changeset/ports/408955 Log: mail/rainloop(-community): Update to 1.9.4 Reviewed by: loic.blot_unix-experience.fr (maintainer), feld (mentor) Approved by: loic.blot_unix-experience.fr (maintainer), feld (mentor) Differential Revision: D5270 Modified: head/mail/rainloop-community/distinfo head/mail/rainloop-community/pkg-plist head/mail/rainloop/Makefile head/mail/rainloop/distinfo head/mail/rainloop/pkg-plist Modified: head/mail/rainloop-community/distinfo ============================================================================== --- head/mail/rainloop-community/distinfo Mon Feb 15 19:32:16 2016 (r408954) +++ head/mail/rainloop-community/distinfo Mon Feb 15 19:33:01 2016 (r408955) @@ -1,2 +1,2 @@ -SHA256 (rainloop-community-1.9.3.363-4903b60f0199347bca03c1a26125e907.zip) = e9d3d5749d02d37be6eeafc74ba21ef71c1538ff4be44797bf940b48fea175e8 -SIZE (rainloop-community-1.9.3.363-4903b60f0199347bca03c1a26125e907.zip) = 5240038 +SHA256 (rainloop-community-1.9.4.398-fa88eab9037241e8a1d24ed40a4b7bb1.zip) = 099386327677bc23db233ee9e009f6550da0f1c17a6928e857af0f0c4c00a217 +SIZE (rainloop-community-1.9.4.398-fa88eab9037241e8a1d24ed40a4b7bb1.zip) = 5059607 Modified: head/mail/rainloop-community/pkg-plist ============================================================================== --- head/mail/rainloop-community/pkg-plist Mon Feb 15 19:32:16 2016 (r408954) +++ head/mail/rainloop-community/pkg-plist Mon Feb 15 19:33:01 2016 (r408955) @@ -1,10 +1,8 @@ @owner %%WWWOWN%% @group %%WWWGRP%% +@dir %%WWWDIR%%/data %%WWWDIR%%/data/EMPTY %%WWWDIR%%/data/VERSION -@dir %%WWWDIR%%/data -@owner root -@group wheel %%WWWDIR%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled @@ -13,78 +11,6 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/qq.com.ini %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/yahoo.com.ini %%WWWDIR%%/rainloop/v/%%VER%%/app/handle.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/langs.ini -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ar-ma.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ar.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/bg.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/br.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/bs.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cs.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cv.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cy.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/da.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/de.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/el.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-au.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-gb.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/eo.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/es.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/et.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/eu.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fa.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fi.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fo.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fr-ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/gl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/he.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hi.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hu.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hy-am.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/id.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/is.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/it.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ja.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ka.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/km.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ko.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lb.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lt.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lv.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/mk.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ml.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/mr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ms-my.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nb.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ne.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nn.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pt-br.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pt.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ro.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ru.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sk.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sq.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sr-cyrl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sv.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ta.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/th.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tl-ph.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tzm-latn.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tzm.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ua.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/uk.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/uz.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/vi.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/zh-cn.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/zh-tw.js %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/Entities/AccessToken.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/Entities/SignedRequest.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookAuthorizationException.php @@ -191,6 +117,90 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Url.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/cacert.pem %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/functions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Draw/DrawerInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Effects/EffectsInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/InvalidArgumentException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/NotSupportedException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/OutOfBoundsException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/Border.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/Canvas.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/Grayscale.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/OnPixelBased.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/RelativeResize.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/ApplyMask.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Autorotate.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Copy.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Crop.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Fill.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/FlipHorizontally.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/FlipVertically.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Paste.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Resize.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Rotate.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Save.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Show.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Strip.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Thumbnail.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/WebOptimization.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/FilterInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/ImagineAware.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Transformation.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Drawer.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Effects.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Font.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Image.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Imagine.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Layers.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Drawer.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Effects.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Font.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Image.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Imagine.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Layers.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/AbstractFont.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/AbstractImage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/AbstractImagine.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/AbstractLayers.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Box.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/BoxInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Fill/FillInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Fill/Gradient/Horizontal.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Fill/Gradient/Linear.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Fill/Gradient/Vertical.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/FontInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Histogram/Bucket.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Histogram/Range.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/ImageInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/ImagineInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/LayersInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/ManipulatorInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/AbstractMetadataReader.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/DefaultMetadataReader.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/ExifMetadataReader.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/MetadataBag.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/MetadataReaderInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/CMYK.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Color/CMYK.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Color/ColorInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Color/Gray.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Color/RGB.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/ColorParser.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Grayscale.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/PaletteInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/RGB.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Point.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Point/Center.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/PointInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Profile.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/ProfileInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Drawer.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Effects.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Font.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Image.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Imagine.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Layers.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Collection.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Crypt.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/DateTimeHelper.php @@ -679,11 +689,129 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/System/SSH/Agent.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/System/SSH_Agent.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/openssl.cnf +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/spyc/COPYING +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/spyc/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/spyc/Spyc.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/spyc/composer.json %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/LICENSE %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/README.md %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/cacert.pem %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/tmhOAuth.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/tmhUtilities.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/README +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/README +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/_source.en.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/de_DE.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/en_US.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/fr_FR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/it_IT.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/nb_NO.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/nl_NL.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/pl_PL.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/pt_BR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/ru_RU.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/langs.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ar-ma.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ar.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/bg.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/br.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/bs.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/cs.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/cv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/cy.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/da.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/de.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/el.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/en-au.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/en-ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/en-gb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/eo.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/es.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/et.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/eu.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fa.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fo.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fr-ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/gl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/he.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/hi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/hr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/hu.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/hy-am.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/id.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/is.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/it.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ja.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ka.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/km.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ko.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/lb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/lt.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/lv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/mk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ml.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/mr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ms-my.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/nb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ne.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/nl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/nn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/pl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/pt-br.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/pt.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ro.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ru.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sq.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sr-cyrl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ta.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/th.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/tl-ph.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/tr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/tzm-latn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/tzm.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ua.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/uk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/uz.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/vi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/zh-cn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/zh-tw.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/README +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/_source.en.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ar_SA.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/bg_BG.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/cs_CZ.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/de_DE.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/en_GB.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/en_US.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/es_ES.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/fr_FR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/hu_HU.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/is_IS.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/it_IT.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ja_JP.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ko_KR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/lt_LT.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/lv_LV.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/nb_NO.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/nl_NL.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/pl_PL.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/pt_BR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/pt_PT.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ro_RO.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ru_RU.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/sk_SK.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/sv_SE.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/tr_TR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/uk_UA.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/zh_CN.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/zh_TW.yml %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/RainLoop.asc %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/empty-contact.png %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/amazon.com.png @@ -823,50 +951,11 @@ %%WWWDIR%%/rainloop/v/%%VER%%/include.php %%WWWDIR%%/rainloop/v/%%VER%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/index.php.root -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/de.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/en.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/it.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/nl.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/pl.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/pt-br.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/ru.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ar.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/bg.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/cs.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/de.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/en-gb.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/en.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/es.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/fr.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/hu.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/is.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/it.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ja-jp.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ko-kr.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/lt.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/lv.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/nl.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/no.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/pl.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/pt-br.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/pt-pt.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ro.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ru.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/sk.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/sv.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/tr.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ua.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/zh-cn.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/zh-tw.ini %%WWWDIR%%/rainloop/v/%%VER%%/static/apple-touch-icon.png %%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/chrome.gif %%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/firefox.gif %%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/opera.gif %%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/safari.gif -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/CHANGES.md -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/LICENSE.md -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/README.md -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/adapters/jquery.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/build-config.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/ckeditor.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/config.js @@ -959,72 +1048,15 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/icons/plain-rtl.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/icons/plain.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/plugin.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/CHANGELOG.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/Gruntfile.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/LICENSE +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/package.json +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/template.jst %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/signature/plugin.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/table/dialogs/table.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/widget/images/handle.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/css/samples.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/github-top.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/header-bg.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/header-separator.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/logo.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/navigation-tip.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/index.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/js/sample.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/js/sf.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/ajax.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/api.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/appendto.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/inlineall/logo.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/posteddata.php -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/sample.jpg -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/uilanguages/languages.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/datafiltering.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/dialog/assets/my_dialog.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/dialog/dialog.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/divarea/divarea.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/divreplace.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/enterkey/enterkey.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/image2/assets/image1.jpg -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/image2/assets/image2.jpg -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/image2/image2.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/index.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/inlineall.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/inlinebycode.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/inlinetextarea.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/jquery.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/quicktable/quicktable.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/readonly.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/replacebyclass.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/replacebycode.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/sample.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/sample.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/sample_posteddata.php -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/tabindex.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/toolbar/toolbar.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/uicolor.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/uilanguages.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/wysiwygarea/fullpage.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/xhtmlstyle.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/css/fontello.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/config.json -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/fontello.eot -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/fontello.svg -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/fontello.ttf -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/fontello.woff -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/index.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/bold.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog.css %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog_ie.css @@ -1089,6 +1121,7 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/js/min/libs.js %%WWWDIR%%/rainloop/v/%%VER%%/static/js/min/openpgp.min.js %%WWWDIR%%/rainloop/v/%%VER%%/static/js/min/openpgp.worker.min.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/js/min/test.js %%WWWDIR%%/rainloop/v/%%VER%%/static/sounds/new-mail.mp3 %%WWWDIR%%/rainloop/v/%%VER%%/static/sounds/new-mail.ogg %%WWWDIR%%/rainloop/v/%%VER%%/themes/A/images/background.jpg Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Mon Feb 15 19:32:16 2016 (r408954) +++ head/mail/rainloop/Makefile Mon Feb 15 19:33:01 2016 (r408955) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rainloop -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.4 CATEGORIES?= mail www MASTER_SITES= http://repository.rainloop.net/v2/webmail/${PORTVERSION}/ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}.${RBUILD}-${RHASH} @@ -18,16 +18,16 @@ LICENSE_PERMS= auto-accept .if !defined(PKGNAMESUFFIX) # Refresh using info from http://repository.rainloop.net/v2/core.stable.json -RHASH= e5a505507a5bf04426aa8578dd85c6d1 +RHASH= 5549831c2d752bcb4e8daff5435c081b .endif .if defined(PKGNAMESUFFIX) # Refresh using info from http://repository.rainloop.net/v2/core.open.json -RHASH= 4903b60f0199347bca03c1a26125e907 +RHASH= fa88eab9037241e8a1d24ed40a4b7bb1 .endif # Refresh using info from http://repository.rainloop.net/v2/core.(stable|open).json -RBUILD= 363 +RBUILD= 398 .if !defined(PKGNAMESUFFIX) RESTRICTED= Redistribution in any form is prohibited Modified: head/mail/rainloop/distinfo ============================================================================== --- head/mail/rainloop/distinfo Mon Feb 15 19:32:16 2016 (r408954) +++ head/mail/rainloop/distinfo Mon Feb 15 19:33:01 2016 (r408955) @@ -1,2 +1,2 @@ -SHA256 (rainloop-1.9.3.363-e5a505507a5bf04426aa8578dd85c6d1.zip) = a22827a88f1a028459960c6491af1240c31c8889101a5a339af85fac6bde28c7 -SIZE (rainloop-1.9.3.363-e5a505507a5bf04426aa8578dd85c6d1.zip) = 5245607 +SHA256 (rainloop-1.9.4.398-5549831c2d752bcb4e8daff5435c081b.zip) = 483555487fc0d01a18b11db2f7fcc841bf8ce9af0bd578ef207421ba559c43f6 +SIZE (rainloop-1.9.4.398-5549831c2d752bcb4e8daff5435c081b.zip) = 5065137 Modified: head/mail/rainloop/pkg-plist ============================================================================== --- head/mail/rainloop/pkg-plist Mon Feb 15 19:32:16 2016 (r408954) +++ head/mail/rainloop/pkg-plist Mon Feb 15 19:33:01 2016 (r408955) @@ -2,9 +2,6 @@ @group %%WWWGRP%% %%WWWDIR%%/data/EMPTY %%WWWDIR%%/data/VERSION -@dir %%WWWDIR%%/data -@owner root -@group wheel %%WWWDIR%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled @@ -13,78 +10,6 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/qq.com.ini %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/yahoo.com.ini %%WWWDIR%%/rainloop/v/%%VER%%/app/handle.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/langs.ini -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ar-ma.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ar.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/bg.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/br.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/bs.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cs.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cv.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cy.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/da.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/de.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/el.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-au.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-gb.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/eo.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/es.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/et.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/eu.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fa.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fi.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fo.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fr-ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/gl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/he.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hi.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hu.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hy-am.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/id.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/is.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/it.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ja.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ka.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/km.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ko.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lb.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lt.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lv.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/mk.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ml.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/mr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ms-my.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nb.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ne.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nn.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pt-br.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pt.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ro.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ru.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sk.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sq.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sr-cyrl.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sv.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ta.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/th.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tl-ph.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tr.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tzm-latn.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tzm.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ua.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/uk.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/uz.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/vi.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/zh-cn.js -%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/zh-tw.js %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/Entities/AccessToken.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/Entities/SignedRequest.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookAuthorizationException.php @@ -191,6 +116,90 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Url.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/cacert.pem %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/functions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Draw/DrawerInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Effects/EffectsInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/InvalidArgumentException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/NotSupportedException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/OutOfBoundsException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Exception/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/Border.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/Canvas.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/Grayscale.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/OnPixelBased.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Advanced/RelativeResize.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/ApplyMask.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Autorotate.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Copy.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Crop.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Fill.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/FlipHorizontally.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/FlipVertically.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Paste.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Resize.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Rotate.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Save.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Show.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Strip.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/Thumbnail.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Basic/WebOptimization.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/FilterInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/ImagineAware.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Filter/Transformation.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Drawer.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Effects.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Font.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Image.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Imagine.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gd/Layers.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Drawer.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Effects.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Font.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Image.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Imagine.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Gmagick/Layers.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/AbstractFont.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/AbstractImage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/AbstractImagine.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/AbstractLayers.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Box.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/BoxInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Fill/FillInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Fill/Gradient/Horizontal.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Fill/Gradient/Linear.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Fill/Gradient/Vertical.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/FontInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Histogram/Bucket.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Histogram/Range.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/ImageInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/ImagineInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/LayersInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/ManipulatorInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/AbstractMetadataReader.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/DefaultMetadataReader.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/ExifMetadataReader.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/MetadataBag.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Metadata/MetadataReaderInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/CMYK.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Color/CMYK.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Color/ColorInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Color/Gray.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Color/RGB.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/ColorParser.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/Grayscale.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/PaletteInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Palette/RGB.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Point.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Point/Center.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/PointInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/Profile.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Image/ProfileInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Drawer.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Effects.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Font.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Image.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Imagine.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Imagine/Imagick/Layers.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Collection.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Crypt.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/DateTimeHelper.php @@ -680,11 +689,129 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/System/SSH/Agent.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/System/SSH_Agent.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/openssl.cnf +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/spyc/COPYING +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/spyc/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/spyc/Spyc.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/spyc/composer.json %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/LICENSE %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/README.md %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/cacert.pem %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/tmhOAuth.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/tmhUtilities.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/README +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/README +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/_source.en.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/de_DE.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/en_US.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/fr_FR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/it_IT.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/nb_NO.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/nl_NL.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/pl_PL.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/pt_BR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/admin/ru_RU.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/langs.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ar-ma.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ar.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/bg.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/br.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/bs.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/cs.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/cv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/cy.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/da.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/de.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/el.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/en-au.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/en-ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/en-gb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/eo.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/es.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/et.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/eu.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fa.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fo.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fr-ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/fr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/gl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/he.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/hi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/hr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/hu.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/hy-am.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/id.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/is.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/it.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ja.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ka.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/km.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ko.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/lb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/lt.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/lv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/mk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ml.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/mr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ms-my.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/nb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ne.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/nl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/nn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/pl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/pt-br.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/pt.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ro.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ru.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sq.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sr-cyrl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/sv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ta.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/th.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/tl-ph.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/tr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/tzm-latn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/tzm.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/ua.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/uk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/uz.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/vi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/zh-cn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/moment/zh-tw.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/README +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/_source.en.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ar_SA.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/bg_BG.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/cs_CZ.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/de_DE.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/en_GB.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/en_US.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/es_ES.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/fr_FR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/hu_HU.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/is_IS.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/it_IT.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ja_JP.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ko_KR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/lt_LT.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/lv_LV.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/nb_NO.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/nl_NL.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/pl_PL.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/pt_BR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/pt_PT.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ro_RO.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/ru_RU.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/sk_SK.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/sv_SE.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/tr_TR.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/uk_UA.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/zh_CN.yml +%%WWWDIR%%/rainloop/v/%%VER%%/app/localization/webmail/zh_TW.yml %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/RainLoop.asc %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/empty-contact.png %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/amazon.com.png @@ -824,50 +951,11 @@ %%WWWDIR%%/rainloop/v/%%VER%%/include.php %%WWWDIR%%/rainloop/v/%%VER%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/index.php.root -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/de.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/en.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/it.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/nl.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/pl.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/pt-br.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/ru.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ar.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/bg.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/cs.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/de.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/en-gb.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/en.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/es.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/fr.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/hu.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/is.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/it.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ja-jp.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ko-kr.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/lt.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/lv.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/nl.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/no.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/pl.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/pt-br.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/pt-pt.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ro.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ru.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/sk.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/sv.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/tr.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/ua.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/zh-cn.ini -%%WWWDIR%%/rainloop/v/%%VER%%/langs/zh-tw.ini %%WWWDIR%%/rainloop/v/%%VER%%/static/apple-touch-icon.png %%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/chrome.gif %%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/firefox.gif %%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/opera.gif %%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/safari.gif -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/CHANGES.md -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/LICENSE.md -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/README.md -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/adapters/jquery.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/build-config.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/ckeditor.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/config.js @@ -960,72 +1048,15 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/icons/plain-rtl.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/icons/plain.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/plugin.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/CHANGELOG.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/Gruntfile.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/LICENSE +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/package.json +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/quicktable/template.jst %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/signature/plugin.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/table/dialogs/table.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/widget/images/handle.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/css/samples.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/github-top.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/header-bg.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/header-separator.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/logo.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/img/navigation-tip.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/index.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/js/sample.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/js/sf.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/ajax.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/api.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/appendto.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/inlineall/logo.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/posteddata.php -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/sample.jpg -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/assets/uilanguages/languages.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/datafiltering.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/dialog/assets/my_dialog.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/dialog/dialog.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/divarea/divarea.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/divreplace.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/enterkey/enterkey.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/image2/assets/image1.jpg -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/image2/assets/image2.jpg -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/image2/image2.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/index.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/inlineall.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/inlinebycode.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/inlinetextarea.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/jquery.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/quicktable/quicktable.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/readonly.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/replacebyclass.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/replacebycode.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/sample.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/sample.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/sample_posteddata.php -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/tabindex.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/toolbar/toolbar.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/uicolor.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/uilanguages.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/wysiwygarea/fullpage.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/old/xhtmlstyle.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/css/fontello.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/config.json -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/fontello.eot -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/fontello.svg -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/fontello.ttf -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/font/fontello.woff -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/index.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/bold.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog.css %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog_ie.css @@ -1090,6 +1121,7 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/js/min/libs.js %%WWWDIR%%/rainloop/v/%%VER%%/static/js/min/openpgp.min.js %%WWWDIR%%/rainloop/v/%%VER%%/static/js/min/openpgp.worker.min.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/js/min/test.js %%WWWDIR%%/rainloop/v/%%VER%%/static/sounds/new-mail.mp3 %%WWWDIR%%/rainloop/v/%%VER%%/static/sounds/new-mail.ogg %%WWWDIR%%/rainloop/v/%%VER%%/themes/A/images/background.jpg From owner-svn-ports-head@freebsd.org Mon Feb 15 19:47:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B37AAAA2A3; Mon, 15 Feb 2016 19:47:11 +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 56C501EB0; Mon, 15 Feb 2016 19:47:11 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FJlAPx096722; Mon, 15 Feb 2016 19:47:10 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FJlAsC096719; Mon, 15 Feb 2016 19:47:10 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201602151947.u1FJlAsC096719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Mon, 15 Feb 2016 19:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408956 - in head/emulators/qemu-sbruno: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 19:47:11 -0000 Author: sbruno Date: Mon Feb 15 19:47:09 2016 New Revision: 408956 URL: https://svnweb.freebsd.org/changeset/ports/408956 Log: A couple of portlint nits for tabs/spaces and a proper WWW note in a URL in the pkg-descr. Install stripped enabled for ivshmem* and the palcode-clipper utility. Drop patch for procctl() and commit it upstream. Deleted: head/emulators/qemu-sbruno/files/patch-bsd-user-freebsd-os-proc.c Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo head/emulators/qemu-sbruno/pkg-descr Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Mon Feb 15 19:33:01 2016 (r408955) +++ head/emulators/qemu-sbruno/Makefile Mon Feb 15 19:47:09 2016 (r408956) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.5.50.g20160213 +PORTVERSION= 2.5.50.g20160215 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -18,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 9522a30 +GH_TAGNAME= cada59f HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build @@ -118,10 +118,6 @@ PLIST_SUB+= SOFTMMU="" PLIST_SUB+= STATIC="" .endif -#.if ${PORT_OPTIONS:MGNS3} -#EXTRA_PATCHES+= ${FILESDIR}/hw_e1000_c.patch -#.endif - WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} --enable-docs \ @@ -197,7 +193,7 @@ CONFIGURE_ARGS+= --disable-pcap .if ${PORT_OPTIONS:MSTATIC_LINK} .if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MX11} -IGNORE= X11 ui cannot be built static +IGNORE= the X11 ui cannot be built static .endif CONFIGURE_ARGS+= --static .endif @@ -230,10 +226,10 @@ MAKE_ARGS+= ARCH=ppc64 .endif .if ${ARCH} == "sparc64" -CONFIGURE_ARGS+= --sparc_cpu=v9 +CONFIGURE_ARGS+= --sparc_cpu=v9 .endif -CONFIGURE_ARGS+= --python=${PYTHON_CMD} +CONFIGURE_ARGS+= --python=${PYTHON_CMD} # -lprocstat actually only _needs_ -lelf after r249666 or r250870 (MFC) # but it shouldn't matter much @@ -278,6 +274,8 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ivshmem-* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/qemu/palcode-clipper .endif .include Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Mon Feb 15 19:33:01 2016 (r408955) +++ head/emulators/qemu-sbruno/distinfo Mon Feb 15 19:47:09 2016 (r408956) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.5.50.g20160213/seanbruno-qemu-bsd-user-2.5.50.g20160213-9522a30_GH0.tar.gz) = 99b85c461cf12e7098ace4d7a964b579a80dd90d3036f75788f8d81d674f9d6c -SIZE (qemu/2.5.50.g20160213/seanbruno-qemu-bsd-user-2.5.50.g20160213-9522a30_GH0.tar.gz) = 11850660 -SHA256 (qemu/2.5.50.g20160213/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.5.50.g20160213/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.5.50.g20160215/seanbruno-qemu-bsd-user-2.5.50.g20160215-cada59f_GH0.tar.gz) = b685dda3b52eaa2041a88635de1c7d165f430f8ebd978dc2f4708e088bc86537 +SIZE (qemu/2.5.50.g20160215/seanbruno-qemu-bsd-user-2.5.50.g20160215-cada59f_GH0.tar.gz) = 11849937 +SHA256 (qemu/2.5.50.g20160215/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.5.50.g20160215/dtc-v1.4.0.tar.gz) = 131893 Modified: head/emulators/qemu-sbruno/pkg-descr ============================================================================== --- head/emulators/qemu-sbruno/pkg-descr Mon Feb 15 19:33:01 2016 (r408955) +++ head/emulators/qemu-sbruno/pkg-descr Mon Feb 15 19:47:09 2016 (r408956) @@ -13,7 +13,7 @@ cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. -http://wiki.qemu.org/Main_Page +WWW: http://wiki.qemu.org/Main_Page This is building sbruno's bsd-user github branch: From owner-svn-ports-head@freebsd.org Mon Feb 15 20:48:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2EFBAA8E14; Mon, 15 Feb 2016 20:48:43 +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 9102E76A; Mon, 15 Feb 2016 20:48:43 +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 u1FKmgKo014369; Mon, 15 Feb 2016 20:48:42 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FKmgJc014368; Mon, 15 Feb 2016 20:48:42 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602152048.u1FKmgJc014368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 15 Feb 2016 20:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408957 - head/mail/rainloop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 20:48:43 -0000 Author: adamw Date: Mon Feb 15 20:48:42 2016 New Revision: 408957 URL: https://svnweb.freebsd.org/changeset/ports/408957 Log: No need for bsd.port.options.mk here. Approved by: portmgr blanket (just fix it) Modified: head/mail/rainloop/Makefile Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Mon Feb 15 19:47:09 2016 (r408956) +++ head/mail/rainloop/Makefile Mon Feb 15 20:48:42 2016 (r408957) @@ -49,8 +49,6 @@ MYSQL_USE= PHP=pdo_mysql PGSQL_USE= PHP=pdo_pgsql SQLITE_USE= PHP=pdo_sqlite -.include - do-install: @${MKDIR} ${STAGEDIR}${WWWDIR}/data ${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${WWWDIR}/data From owner-svn-ports-head@freebsd.org Mon Feb 15 21:04:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72A60AA9536; Mon, 15 Feb 2016 21:04:15 +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 28DD3FB5; Mon, 15 Feb 2016 21:04:15 +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 u1FL4EE2020111; Mon, 15 Feb 2016 21:04:14 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FL4DL0020108; Mon, 15 Feb 2016 21:04:13 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201602152104.u1FL4DL0020108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 15 Feb 2016 21:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408958 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 21:04:15 -0000 Author: thierry Date: Mon Feb 15 21:04:13 2016 New Revision: 408958 URL: https://svnweb.freebsd.org/changeset/ports/408958 Log: Upgrade to 1.6.1. Changelog at https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/#detail-relnotes Modified: head/www/xpi-uBlock_origin/Makefile head/www/xpi-uBlock_origin/distinfo head/www/xpi-uBlock_origin/pkg-plist Modified: head/www/xpi-uBlock_origin/Makefile ============================================================================== --- head/www/xpi-uBlock_origin/Makefile Mon Feb 15 20:48:42 2016 (r408957) +++ head/www/xpi-uBlock_origin/Makefile Mon Feb 15 21:04:13 2016 (r408958) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= ublock_origin -PORTVERSION= 1.5.5 -DISTVERSIONSUFFIX= -sm+tb+an+fx +PORTVERSION= 1.6.1 +DISTVERSIONSUFFIX= -fx+an+sm+tb CATEGORIES= www MAINTAINER= thierry@FreeBSD.org Modified: head/www/xpi-uBlock_origin/distinfo ============================================================================== --- head/www/xpi-uBlock_origin/distinfo Mon Feb 15 20:48:42 2016 (r408957) +++ head/www/xpi-uBlock_origin/distinfo Mon Feb 15 21:04:13 2016 (r408958) @@ -1,2 +1,2 @@ -SHA256 (xpi/ublock_origin-1.5.5-sm+tb+an+fx.xpi) = 9f84e19795d83fcc6f3d9bbd5e762b1e61e85456177447277ab7ab279f8b6fba -SIZE (xpi/ublock_origin-1.5.5-sm+tb+an+fx.xpi) = 1407077 +SHA256 (xpi/ublock_origin-1.6.1-fx+an+sm+tb.xpi) = 9c975cc8f0448f351bb25911ab1ac51667c5b1eaa1de0ce6e39965e0ced864e0 +SIZE (xpi/ublock_origin-1.6.1-fx+an+sm+tb.xpi) = 1441814 Modified: head/www/xpi-uBlock_origin/pkg-plist ============================================================================== --- head/www/xpi-uBlock_origin/pkg-plist Mon Feb 15 20:48:42 2016 (r408957) +++ head/www/xpi-uBlock_origin/pkg-plist Mon Feb 15 21:04:13 2016 (r408958) @@ -91,6 +91,8 @@ %%XPI_XPIDIR%%/js/scriptlets/cosmetic-survey.js %%XPI_XPIDIR%%/js/scriptlets/dom-inspector.js %%XPI_XPIDIR%%/js/scriptlets/element-picker.js +%%XPI_XPIDIR%%/js/scriptlets/load-large-media-all.js +%%XPI_XPIDIR%%/js/scriptlets/load-large-media-interactive.js %%XPI_XPIDIR%%/js/scriptlets/subscriber.js %%XPI_XPIDIR%%/js/settings.js %%XPI_XPIDIR%%/js/start.js @@ -115,6 +117,7 @@ %%XPI_XPIDIR%%/locale/bn/messages.properties %%XPI_XPIDIR%%/locale/ca/messages.properties %%XPI_XPIDIR%%/locale/cs/messages.properties +%%XPI_XPIDIR%%/locale/cv/messages.properties %%XPI_XPIDIR%%/locale/da/messages.properties %%XPI_XPIDIR%%/locale/de/messages.properties %%XPI_XPIDIR%%/locale/el/messages.properties From owner-svn-ports-head@freebsd.org Mon Feb 15 21:27:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 940BFAA8061; Mon, 15 Feb 2016 21:27:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65E8F1D92; Mon, 15 Feb 2016 21:27:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FLRlbb026039; Mon, 15 Feb 2016 21:27:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FLRl4n026037; Mon, 15 Feb 2016 21:27:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602152127.u1FLRl4n026037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 15 Feb 2016 21:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408959 - in head/www/drupal6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 21:27:48 -0000 Author: pi Date: Mon Feb 15 21:27:47 2016 New Revision: 408959 URL: https://svnweb.freebsd.org/changeset/ports/408959 Log: www/drupal6: add DEPRECATE, EXPIRE and warn in pkg-message - upstream EOLed the version PR: 207227 Submitted by: simon.wright@gmx.net (maintainer) Modified: head/www/drupal6/Makefile head/www/drupal6/files/pkg-message.in Modified: head/www/drupal6/Makefile ============================================================================== --- head/www/drupal6/Makefile Mon Feb 15 21:04:13 2016 (r408958) +++ head/www/drupal6/Makefile Mon Feb 15 21:27:47 2016 (r408959) @@ -3,6 +3,7 @@ PORTNAME= drupal6 PORTVERSION= 6.37 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -11,6 +12,9 @@ DIST_SUBDIR= drupal MAINTAINER= simon.wright@gmx.net COMMENT= Database driven web content management system (CMS) +DEPRECATED= EOL upstream as of 2016-02-24 +EXPIRATION_DATE= 2016-04-24 + USES= drupal:6 shebangfix SHEBANG_FILES= scripts/drupal.sh Modified: head/www/drupal6/files/pkg-message.in ============================================================================== --- head/www/drupal6/files/pkg-message.in Mon Feb 15 21:04:13 2016 (r408958) +++ head/www/drupal6/files/pkg-message.in Mon Feb 15 21:27:47 2016 (r408959) @@ -1,3 +1,11 @@ +PLEASE NOTE: on 24th February 2016, Drupal 6 will reach end of life +upstream and will no longer be supported. This means no further security +updates. Please consider upgrading to Drupal 7. + +https://www.drupal.org/drupal-6-eol + +=============================== + You now need to create the DB where Drupal is going to live PostgreSQL:: From owner-svn-ports-head@freebsd.org Mon Feb 15 22:01:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E50D0AA936E; Mon, 15 Feb 2016 22:01:33 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8459134D; Mon, 15 Feb 2016 22:01:33 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FM1WaT036900; Mon, 15 Feb 2016 22:01:32 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FM1WUB036896; Mon, 15 Feb 2016 22:01:32 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602152201.u1FM1WUB036896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 15 Feb 2016 22:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408960 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 22:01:34 -0000 Author: osa Date: Mon Feb 15 22:01:32 2016 New Revision: 408960 URL: https://svnweb.freebsd.org/changeset/ports/408960 Log: Add third-party http_json_status module. Submitted by: Vyacheslav, Omnilance LLC Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Mon Feb 15 21:27:47 2016 (r408959) +++ head/www/nginx-devel/Makefile Mon Feb 15 22:01:32 2016 (r408960) @@ -75,6 +75,7 @@ OPTIONS_DEFINE= \ HTTP_EVAL \ HTTP_FANCYINDEX \ HTTP_FOOTER \ + HTTP_JSON_STATUS \ HTTP_MOGILEFS \ HTTP_NOTICE \ HTTP_PUSH \ @@ -174,6 +175,7 @@ HTTP_DAV_EXT_DESC= 3rd party webdav_ext HTTP_EVAL_DESC= 3rd party eval module HTTP_FANCYINDEX_DESC= 3rd party http_fancyindex module HTTP_FOOTER_DESC= 3rd party http_footer module +HTTP_JSON_STATUS_DESC= 3rd party http_json_status module HTTP_MOGILEFS_DESC= 3rd party mogilefs module HTTP_MP4_H264_DESC= 3rd party mp4/h264 module HTTP_NOTICE_DESC= 3rd party notice module @@ -456,6 +458,14 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_fo CONFIGURE_ARGS+=--with-http_flv_module .endif +.if ${PORT_OPTIONS:MHTTP_JSON_STATUS} +NGINX_JSON_STATUS_VERSION= 1d2f303 +GH_ACCOUNT+= nginx-modules:json_status +GH_PROJECT+= ngx_http_json_status_module:json_status +GH_TAGNAME+= ${NGINX_JSON_STATUS_VERSION}:json_status +CONFIGURE_ARGS+=--add-module=${WRKSRC_json_status} +.endif + .if ${PORT_OPTIONS:MHTTP_GEOIP} CONFIGURE_ARGS+=--with-http_geoip_module=dynamic LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Mon Feb 15 21:27:47 2016 (r408959) +++ head/www/nginx-devel/distinfo Mon Feb 15 22:01:32 2016 (r408960) @@ -56,6 +56,8 @@ SHA256 (aperezdc-ngx-fancyindex-v0.3.6_G SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 +SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e712d28f4452ce3858ba05a38cc00703f14502095189c4a1063a36997 +SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 SHA256 (slact-nchan-v0.99.4_GH0.tar.gz) = 5be31a213bd277dfb2f4b561626d37852711b7186bf514f10ef60b5f479fd4f2 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Mon Feb 15 21:27:47 2016 (r408959) +++ head/www/nginx/Makefile Mon Feb 15 22:01:32 2016 (r408960) @@ -71,6 +71,7 @@ OPTIONS_DEFINE= \ HTTP_EVAL \ HTTP_FANCYINDEX \ HTTP_FOOTER \ + HTTP_JSON_STATUS \ HTTP_MOGILEFS \ HTTP_NOTICE \ HTTP_PUSH \ @@ -165,6 +166,7 @@ HTTP_DAV_EXT_DESC= 3rd party webdav_ext HTTP_EVAL_DESC= 3rd party eval module HTTP_FANCYINDEX_DESC= 3rd party http_fancyindex module HTTP_FOOTER_DESC= 3rd party http_footer module +HTTP_JSON_STATUS_DESC= 3rd party http_json_status module HTTP_MOGILEFS_DESC= 3rd party mogilefs module HTTP_MP4_H264_DESC= 3rd party mp4/h264 module HTTP_NOTICE_DESC= 3rd party notice module @@ -444,6 +446,14 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_fo CONFIGURE_ARGS+=--with-http_flv_module .endif +.if ${PORT_OPTIONS:MHTTP_JSON_STATUS} +NGINX_JSON_STATUS_VERSION= 1d2f303 +GH_ACCOUNT+= nginx-modules:json_status +GH_PROJECT+= ngx_http_json_status_module:json_status +GH_TAGNAME+= ${NGINX_JSON_STATUS_VERSION}:json_status +CONFIGURE_ARGS+=--add-module=${WRKSRC_json_status} +.endif + .if ${PORT_OPTIONS:MHTTP_GEOIP} CONFIGURE_ARGS+=--with-http_geoip_module LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Mon Feb 15 21:27:47 2016 (r408959) +++ head/www/nginx/distinfo Mon Feb 15 22:01:32 2016 (r408960) @@ -56,6 +56,8 @@ SHA256 (aperezdc-ngx-fancyindex-v0.3.6_G SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 +SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e712d28f4452ce3858ba05a38cc00703f14502095189c4a1063a36997 +SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 SHA256 (slact-nchan-v0.99.4_GH0.tar.gz) = 5be31a213bd277dfb2f4b561626d37852711b7186bf514f10ef60b5f479fd4f2 From owner-svn-ports-head@freebsd.org Mon Feb 15 22:17:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 361E3AA9905; Mon, 15 Feb 2016 22:17:37 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11EF4194A; Mon, 15 Feb 2016 22:17:37 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FMHasw040743; Mon, 15 Feb 2016 22:17:36 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FMHZoH040741; Mon, 15 Feb 2016 22:17:35 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602152217.u1FMHZoH040741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 15 Feb 2016 22:17:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408961 - in head/www/nginx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 22:17:37 -0000 Author: osa Date: Mon Feb 15 22:17:35 2016 New Revision: 408961 URL: https://svnweb.freebsd.org/changeset/ports/408961 Log: Merge the upgrade for the following third-party modules to its latest revisions from www/nginx-devel: o) echo o) eval o) headers o) lua o) set Do not bump PORTREVISION. Deleted: head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Mon Feb 15 22:01:32 2016 (r408960) +++ head/www/nginx/Makefile Mon Feb 15 22:17:35 2016 (r408961) @@ -389,18 +389,18 @@ USE_OPENSSL_PORT= yes .endif .if ${PORT_OPTIONS:MECHO} -NGINX_ECHO_VERSION= 0.57 +NGINX_ECHO_VERSION= 4f7aa50 GH_ACCOUNT+= openresty:echo GH_PROJECT+= echo-nginx-module:echo -GH_TAGNAME+= v${NGINX_ECHO_VERSION}:echo +GH_TAGNAME+= ${NGINX_ECHO_VERSION}:echo CONFIGURE_ARGS+=--add-module=${WRKSRC_echo} .endif .if ${PORT_OPTIONS:MHEADERS_MORE} -NGINX_HEADERS_MORE_VERSION= 0.261 +NGINX_HEADERS_MORE_VERSION= f5559ec GH_ACCOUNT+= openresty:headers_more GH_PROJECT+= headers-more-nginx-module:headers_more -GH_TAGNAME+= v${NGINX_HEADERS_MORE_VERSION}:headers_more +GH_TAGNAME+= ${NGINX_HEADERS_MORE_VERSION}:headers_more CONFIGURE_ARGS+=--add-module=${WRKSRC_headers_more} .endif @@ -419,8 +419,8 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_da .endif .if ${PORT_OPTIONS:MHTTP_EVAL} -NGINX_EVAL_VERSION= 1.0.3 -GH_ACCOUNT+= vkholodkov:eval +NGINX_EVAL_VERSION= 342c812 +GH_ACCOUNT+= openresty:eval GH_PROJECT+= nginx-eval-module:eval GH_TAGNAME+= ${NGINX_EVAL_VERSION}:eval CONFIGURE_ARGS+=--add-module=${WRKSRC_eval} @@ -666,10 +666,10 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.10.0 +NGINX_LUA_VERSION= 7410339 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua -GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua +GH_TAGNAME+= ${NGINX_LUA_VERSION}:lua CONFIGURE_ARGS+=--add-module=${WRKSRC_lua} .endif @@ -768,12 +768,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_rt .endif .if ${PORT_OPTIONS:MSET_MISC} -NGINX_SET_MISC_VERSION= 0.29 +NGINX_SET_MISC_VERSION= 6582fb4 GH_ACCOUNT+= openresty:setmisc GH_PROJECT+= set-misc-nginx-module:setmisc -GH_TAGNAME+= v${NGINX_SET_MISC_VERSION}:setmisc +GH_TAGNAME+= ${NGINX_SET_MISC_VERSION}:setmisc CONFIGURE_ARGS+=--add-module=${WRKSRC_setmisc} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openresty-set-misc-nginx-module-config .endif .if ${PORT_OPTIONS:MSFLOW} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Mon Feb 15 22:01:32 2016 (r408960) +++ head/www/nginx/distinfo Mon Feb 15 22:17:35 2016 (r408961) @@ -44,14 +44,14 @@ SHA256 (nginx-clojure-nginx-clojure-v0.4 SIZE (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = 589270 SHA256 (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = df1006198fa0ce58b0353260cb37b0b7fa3636972bdb1ad9f442ac9b7af8172b SIZE (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = 4107 -SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 -SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 -SHA256 (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 03d1f5fbecba8565f247d87a38f5e4b6440b0a56d752bdd2b29af2f1c4aea480 -SIZE (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 28022 +SHA256 (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 7b8bb5139001306a46f8e9ce0b7d09befff2f49741ecc6eb47299518764defcd +SIZE (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 52144 +SHA256 (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 422b12414a6f850cbb3ee96c225e5259eef4e949f70e63e27e6583ce3eb836ff +SIZE (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 27400 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 -SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 -SIZE (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 5724 +SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 +SIZE (openresty-nginx-eval-module-342c812_GH0.tar.gz) = 14183 SHA256 (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = e73f1f0444f8c53601b51da8684b174c5ffd3b4ed6eb7956dd57f8b95485b68f SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 @@ -84,8 +84,8 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.10.0_GH0.tar.gz) = cf31c64b107a54999fdf8b68e8b8d52d88a3c95d9307417f049c32c5687ed780 -SIZE (openresty-lua-nginx-module-v0.10.0_GH0.tar.gz) = 569372 +SHA256 (openresty-lua-nginx-module-7410339_GH0.tar.gz) = 1b78f243ea95efcfd6f5bda43fbe5849bff931b9620d22c75b3de6590e09c684 +SIZE (openresty-lua-nginx-module-7410339_GH0.tar.gz) = 574764 SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 @@ -100,8 +100,8 @@ SHA256 (openresty-redis2-nginx-module-v0 SIZE (openresty-redis2-nginx-module-v0.12_GH0.tar.gz) = 28981 SHA256 (arut-nginx-rtmp-module-v1.1.7_GH0.tar.gz) = 7922b0e3d5f3d9c4b275e4908cfb8f5fb1bfb3ac2df77f4c262cda56df21aab3 SIZE (arut-nginx-rtmp-module-v1.1.7_GH0.tar.gz) = 519735 -SHA256 (openresty-set-misc-nginx-module-v0.29_GH0.tar.gz) = 8d280fc083420afb41dbe10df9a8ceec98f1d391bd2caa42ebae67d5bc9295d8 -SIZE (openresty-set-misc-nginx-module-v0.29_GH0.tar.gz) = 35495 +SHA256 (openresty-set-misc-nginx-module-6582fb4_GH0.tar.gz) = cc325830477dfcdbb355fc7b19cbc2f4e55c179b3b56fdfe0613b5a7b926235e +SIZE (openresty-set-misc-nginx-module-6582fb4_GH0.tar.gz) = 35961 SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106 SHA256 (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 5d4e3d4fec3968ee57a5fa066118649e2b994b3f3a293896e62bf690b726b7fb From owner-svn-ports-head@freebsd.org Mon Feb 15 22:57:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 140FAAA8DC4; Mon, 15 Feb 2016 22:57:16 +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 DB27310D9; Mon, 15 Feb 2016 22:57:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FMvEbL052428; Mon, 15 Feb 2016 22:57:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FMvEEs052426; Mon, 15 Feb 2016 22:57:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201602152257.u1FMvEEs052426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 15 Feb 2016 22:57:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408962 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 22:57:16 -0000 Author: swills Date: Mon Feb 15 22:57:14 2016 New Revision: 408962 URL: https://svnweb.freebsd.org/changeset/ports/408962 Log: net/syncthing: update to 0.12.19 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Mon Feb 15 22:17:35 2016 (r408961) +++ head/net/syncthing/Makefile Mon Feb 15 22:57:14 2016 (r408962) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.12.17 +PORTVERSION= 0.12.19 DISTVERSIONPREFIX= v CATEGORIES= net @@ -24,8 +24,8 @@ STRIP= # stripping can break go binarie post-patch: @cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \ ${MV} .gitattributes .gitignore .mailmap AUTHORS CONDUCT.md \ - CONTRIBUTING.md Godeps LICENSE NICKS README.md assets build.go \ - build.sh cmd etc gui lib man protocol script test \ + CONTRIBUTING.md Godeps LICENSE NICKS README.md appveyor.yaml \ + assets build.go build.sh cmd debian etc gui lib man script test \ src/github.com/${PORTNAME}/${PORTNAME} do-build: Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Mon Feb 15 22:17:35 2016 (r408961) +++ head/net/syncthing/distinfo Mon Feb 15 22:57:14 2016 (r408962) @@ -1,2 +1,2 @@ -SHA256 (syncthing-syncthing-v0.12.17_GH0.tar.gz) = e9ac76e28423ac9d01c29b560ea6c4c61e881dd706676eb07d66aa5993310c60 -SIZE (syncthing-syncthing-v0.12.17_GH0.tar.gz) = 4046320 +SHA256 (syncthing-syncthing-v0.12.19_GH0.tar.gz) = 5a7035029974fe0fb496d9f8af880a50bcc8499ff5eef7ee4ef48f08df37820e +SIZE (syncthing-syncthing-v0.12.19_GH0.tar.gz) = 4047476 From owner-svn-ports-head@freebsd.org Mon Feb 15 23:14:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30FC3AA94D2; Mon, 15 Feb 2016 23:14:39 +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 F2DF31A3D; Mon, 15 Feb 2016 23:14:38 +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 u1FNEb4Q058143; Mon, 15 Feb 2016 23:14:37 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FNEbg7058141; Mon, 15 Feb 2016 23:14:37 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201602152314.u1FNEbg7058141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 15 Feb 2016 23:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408963 - in head/games/doomsday: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 23:14:39 -0000 Author: danilo Date: Mon Feb 15 23:14:37 2016 New Revision: 408963 URL: https://svnweb.freebsd.org/changeset/ports/408963 Log: - Fix crash when there's no xrandr support PR: 207113 Submitted by: amdmi3 Added: head/games/doomsday/files/ head/games/doomsday/files/patch-doomsday_libgui_src_displaymode__x11.cpp (contents, props changed) Modified: head/games/doomsday/Makefile Modified: head/games/doomsday/Makefile ============================================================================== --- head/games/doomsday/Makefile Mon Feb 15 22:57:14 2016 (r408962) +++ head/games/doomsday/Makefile Mon Feb 15 23:14:37 2016 (r408963) @@ -3,6 +3,7 @@ PORTNAME= doomsday PORTVERSION= 1.15.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} DISTNAME= ${PORTNAME}-stable-${PORTVERSION} Added: head/games/doomsday/files/patch-doomsday_libgui_src_displaymode__x11.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/doomsday/files/patch-doomsday_libgui_src_displaymode__x11.cpp Mon Feb 15 23:14:37 2016 (r408963) @@ -0,0 +1,16 @@ +--- doomsday/libgui/src/displaymode_x11.cpp.orig 2016-02-01 03:37:12 UTC ++++ doomsday/libgui/src/displaymode_x11.cpp +@@ -54,8 +54,12 @@ public: + /** + * Queries all the available modes in the display configuration. + */ +- RRInfo() : _numSizes(0) ++ RRInfo() : _conf(NULL), _numSizes(0) + { ++ int dummy; ++ if (!XRRQueryExtension(QX11Info::display(), &dummy, &dummy)) ++ return; // Not available. ++ + _conf = XRRGetScreenInfo(QX11Info::display(), QX11Info::appRootWindow()); + if(!_conf) return; // Not available. + From owner-svn-ports-head@freebsd.org Mon Feb 15 23:49:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4623AAA163; Mon, 15 Feb 2016 23:49:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0669D1; Mon, 15 Feb 2016 23:49:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FNnCJw066971; Mon, 15 Feb 2016 23:49:12 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FNnCDX066968; Mon, 15 Feb 2016 23:49:12 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201602152349.u1FNnCDX066968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 15 Feb 2016 23:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408964 - in head/misc/xdelta3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 23:49:13 -0000 Author: danilo Date: Mon Feb 15 23:49:11 2016 New Revision: 408964 URL: https://svnweb.freebsd.org/changeset/ports/408964 Log: - Update to 3.0.11 - Address CVE-2014-9765 PR: 207174 Submitted by: junovitch MFH: 2016Q1 Added: head/misc/xdelta3/files/patch-testing_regtest.cc (contents, props changed) Deleted: head/misc/xdelta3/files/patch-testing-regtest.cc.patch Modified: head/misc/xdelta3/Makefile head/misc/xdelta3/distinfo Modified: head/misc/xdelta3/Makefile ============================================================================== --- head/misc/xdelta3/Makefile Mon Feb 15 23:14:37 2016 (r408963) +++ head/misc/xdelta3/Makefile Mon Feb 15 23:49:11 2016 (r408964) @@ -2,18 +2,25 @@ # $FreeBSD$ PORTNAME= xdelta -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.11 PORTEPOCH= 1 CATEGORIES?= misc devel -MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= 3 -DISTNAME= ${PORTNAME}3-${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression LICENSE= GPLv2+ +USES= autoreconf gmake + +USE_GITHUB= yes +GH_ACCOUNT= jmacd +GH_PROJECT= xdelta-devel +GH_TAGNAME= v3.0.11 + +WRKSRC= ${WRKDIR}/${PORTNAME}-devel-${PORTVERSION}/xdelta3 + GNU_CONFIGURE= yes PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz Modified: head/misc/xdelta3/distinfo ============================================================================== --- head/misc/xdelta3/distinfo Mon Feb 15 23:14:37 2016 (r408963) +++ head/misc/xdelta3/distinfo Mon Feb 15 23:49:11 2016 (r408964) @@ -1,2 +1,2 @@ -SHA256 (xdelta3-3.0.7.tar.gz) = 97e56a019be7f6c8d7e974dfe501fcf55d7ac97fe42165a172ed8c6b0e96f219 -SIZE (xdelta3-3.0.7.tar.gz) = 481371 +SHA256 (jmacd-xdelta-devel-3.0.11-v3.0.11_GH0.tar.gz) = 0cd1ab3e53be8e57bc6335789ead8a6177b0a3524c931e6af2aa801b2c1736cc +SIZE (jmacd-xdelta-devel-3.0.11-v3.0.11_GH0.tar.gz) = 993860 Added: head/misc/xdelta3/files/patch-testing_regtest.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/xdelta3/files/patch-testing_regtest.cc Mon Feb 15 23:49:11 2016 (r408964) @@ -0,0 +1,11 @@ +--- testing/regtest.cc.orig 2016-02-15 23:07:07 UTC ++++ testing/regtest.cc +@@ -1006,7 +1006,7 @@ void FourWayMergeTest(const FileSpec &sp + ExtFile d01, d12, d23; + Options options; + options.encode_srcwin_maxsz = +- std::max(spec0.Size(), options.encode_srcwin_maxsz); ++ std::max((unsigned long long)spec0.Size(), (unsigned long long)options.encode_srcwin_maxsz); + + spec0.WriteTmpFile(&f0); + spec1.WriteTmpFile(&f1); From owner-svn-ports-head@freebsd.org Tue Feb 16 00:14:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FB7CAAADAA; Tue, 16 Feb 2016 00:14:40 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA99115FC; Tue, 16 Feb 2016 00:14:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G0EceR075636; Tue, 16 Feb 2016 00:14:38 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G0EcE6075634; Tue, 16 Feb 2016 00:14:38 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602160014.u1G0EcE6075634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 16 Feb 2016 00:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408965 - head/ports-mgmt/poudriere-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 00:14:40 -0000 Author: bdrewery Date: Tue Feb 16 00:14:38 2016 New Revision: 408965 URL: https://svnweb.freebsd.org/changeset/ports/408965 Log: - Update to 3.0-1639-ga5325bf Changes: - Optimize jail startup/cloning/rollback and mtree comparisons. - api: Make more useful - check_fs_violation: Use mktemp rather than hard-coded tmpfile - Fix false-positive 'Leftover processes' warning after disabling jexecd - Conditionalize the jexec logic around USE_JEXECD and add back missing jkills. - QEMU: Remove _MAKE_JOBS not present in release-3.1 and noted to break builds by sbruno - Kill processes before remounting/rolling back the builder FS, rather than after. - jail -c: Support older FREEBSD_HOST=ftp.freebsd.org URL schemes still. [1] - jail -c: Support pre-distributed MANIFESTs for checksum comparing. PR: 206848 [1] Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Mon Feb 15 23:49:11 2016 (r408964) +++ head/ports-mgmt/poudriere-devel/Makefile Tue Feb 16 00:14:38 2016 (r408965) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20160127 -PORTREVISION= 1 +DISTVERSION= 3.1.99.20160215 +PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-1609-g7147a70 +GH_TAGNAME= 3.0-1639-ga5325bf #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Mon Feb 15 23:49:11 2016 (r408964) +++ head/ports-mgmt/poudriere-devel/distinfo Tue Feb 16 00:14:38 2016 (r408965) @@ -1,2 +1,2 @@ -SHA256 (freebsd-poudriere-3.1.99.20160127-3.0-1609-g7147a70_GH0.tar.gz) = 04d056435ad0ced0f751fd7a31ab1fac8457f0a0a782bcc6875c0946dd081033 -SIZE (freebsd-poudriere-3.1.99.20160127-3.0-1609-g7147a70_GH0.tar.gz) = 2935754 +SHA256 (freebsd-poudriere-3.1.99.20160215-3.0-1639-ga5325bf_GH0.tar.gz) = 08cee3de16f98d805aded7e285112651b8bd05154e297da8aa65c25ef4be02dc +SIZE (freebsd-poudriere-3.1.99.20160215-3.0-1639-ga5325bf_GH0.tar.gz) = 2936741 From owner-svn-ports-head@freebsd.org Tue Feb 16 00:25:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7622AA8242; Tue, 16 Feb 2016 00:25:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B48801CBF; Tue, 16 Feb 2016 00:25:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G0PNRs078673; Tue, 16 Feb 2016 00:25:23 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G0PN7L078670; Tue, 16 Feb 2016 00:25:23 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602160025.u1G0PN7L078670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 16 Feb 2016 00:25:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408966 - head/ports-mgmt/poudriere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 00:25:25 -0000 Author: bdrewery Date: Tue Feb 16 00:25:23 2016 New Revision: 408966 URL: https://svnweb.freebsd.org/changeset/ports/408966 Log: - Update to 3.1.11 Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3111 Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Tue Feb 16 00:14:38 2016 (r408965) +++ head/ports-mgmt/poudriere/Makefile Tue Feb 16 00:25:23 2016 (r408966) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.10 -PORTREVISION= 2 +DISTVERSION= 3.1.11 +PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Tue Feb 16 00:14:38 2016 (r408965) +++ head/ports-mgmt/poudriere/distinfo Tue Feb 16 00:25:23 2016 (r408966) @@ -1,2 +1,2 @@ -SHA256 (freebsd-poudriere-3.1.10_GH0.tar.gz) = 811d9087c97d288e52ac9c8031def881a0dd14debeae04a6050081423380120f -SIZE (freebsd-poudriere-3.1.10_GH0.tar.gz) = 2829910 +SHA256 (freebsd-poudriere-3.1.11_GH0.tar.gz) = 5654c10e4387d9dfc9196344749dbe9ee68db215e276a02d999335836d7f5c1b +SIZE (freebsd-poudriere-3.1.11_GH0.tar.gz) = 2831431 From owner-svn-ports-head@freebsd.org Tue Feb 16 01:00:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0D86AA910A; Tue, 16 Feb 2016 01:00:27 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 641611949; Tue, 16 Feb 2016 01:00:27 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G10QTf087610; Tue, 16 Feb 2016 01:00:26 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G10QHS087608; Tue, 16 Feb 2016 01:00:26 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602160100.u1G10QHS087608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 16 Feb 2016 01:00:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408967 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 01:00:27 -0000 Author: junovitch Date: Tue Feb 16 01:00:25 2016 New Revision: 408967 URL: https://svnweb.freebsd.org/changeset/ports/408967 Log: Document xdelta3 buffer overflow vulnerability PR: 207174 Security: CVE-2014-9765 Security: https://vuxml.FreeBSD.org/freebsd/f1bf28c5-d447-11e5-b2bd-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 16 00:25:23 2016 (r408966) +++ head/security/vuxml/vuln.xml Tue Feb 16 01:00:25 2016 (r408967) @@ -57,6 +57,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + xdelta3 -- buffer overflow vulnerability + + + xdelta3 + 3.0.9,1 + + + + +

Stepan Golosunov reports:

+
+

Buffer overflow was found and fixed in xdelta3 binary diff tool + that allows arbitrary code execution from input files at least on + some systems.

+
+ +
+ + CVE-2014-9765 + http://www.openwall.com/lists/oss-security/2016/02/08/1 + https://github.com/jmacd/xdelta-devel/commit/ef93ff74203e030073b898c05e8b4860b5d09ef2 + + + 2014-10-08 + 2016-02-16 + +
+ firefox -- Same-origin-policy violation using Service Workers with plugins From owner-svn-ports-head@freebsd.org Tue Feb 16 01:10:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60AA5AA95CB; Tue, 16 Feb 2016 01:10:26 +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 3281C1E6D; Tue, 16 Feb 2016 01:10:26 +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 u1G1APUf090639; Tue, 16 Feb 2016 01:10:25 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G1AP1f090636; Tue, 16 Feb 2016 01:10:25 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201602160110.u1G1AP1f090636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 16 Feb 2016 01:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408968 - head/audio/mpg123 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 01:10:26 -0000 Author: novel Date: Tue Feb 16 01:10:24 2016 New Revision: 408968 URL: https://svnweb.freebsd.org/changeset/ports/408968 Log: audio/mpg123: update to 1.23.1 Modified: head/audio/mpg123/Makefile head/audio/mpg123/distinfo head/audio/mpg123/pkg-plist Modified: head/audio/mpg123/Makefile ============================================================================== --- head/audio/mpg123/Makefile Tue Feb 16 01:00:25 2016 (r408967) +++ head/audio/mpg123/Makefile Tue Feb 16 01:10:24 2016 (r408968) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpg123 -PORTVERSION= 1.23.0 +PORTVERSION= 1.23.1 CATEGORIES= audio ipv6 MASTER_SITES= SF \ http://www.mpg123.de/download/ Modified: head/audio/mpg123/distinfo ============================================================================== --- head/audio/mpg123/distinfo Tue Feb 16 01:00:25 2016 (r408967) +++ head/audio/mpg123/distinfo Tue Feb 16 01:10:24 2016 (r408968) @@ -1,2 +1,2 @@ -SHA256 (mpg123-1.23.0.tar.bz2) = def2c3ebfe6eddfae80b2f3a379c1af385702251fa3f59a1efb850ab360ab254 -SIZE (mpg123-1.23.0.tar.bz2) = 890880 +SHA256 (mpg123-1.23.1.tar.bz2) = e26b20ba0801edcd12da0d5120caa7b47c0dedd2804b648d87c1bf24155e5506 +SIZE (mpg123-1.23.1.tar.bz2) = 890474 Modified: head/audio/mpg123/pkg-plist ============================================================================== --- head/audio/mpg123/pkg-plist Tue Feb 16 01:00:25 2016 (r408967) +++ head/audio/mpg123/pkg-plist Tue Feb 16 01:10:24 2016 (r408968) @@ -10,7 +10,7 @@ lib/libmpg123.so.0 lib/libmpg123.so.0.42.0 lib/libout123.so lib/libout123.so.0 -lib/libout123.so.0.1.0 +lib/libout123.so.0.1.1 lib/mpg123/output_dummy.so lib/mpg123/output_oss.so libdata/pkgconfig/libmpg123.pc From owner-svn-ports-head@freebsd.org Tue Feb 16 02:01:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7957FAAAEEA; Tue, 16 Feb 2016 02:01:09 +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 2FCD11753; Tue, 16 Feb 2016 02:01:09 +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 u1G218jM005365; Tue, 16 Feb 2016 02:01:08 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G2183k005362; Tue, 16 Feb 2016 02:01:08 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602160201.u1G2183k005362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 16 Feb 2016 02:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408969 - head/science/psychopy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 02:01:09 -0000 Author: wen Date: Tue Feb 16 02:01:07 2016 New Revision: 408969 URL: https://svnweb.freebsd.org/changeset/ports/408969 Log: - Update to 1.83.04 PR: 207165 Submitted by: tkato432@yahoo.com Modified: head/science/psychopy/Makefile head/science/psychopy/distinfo head/science/psychopy/pkg-descr Modified: head/science/psychopy/Makefile ============================================================================== --- head/science/psychopy/Makefile Tue Feb 16 01:10:24 2016 (r408968) +++ head/science/psychopy/Makefile Tue Feb 16 02:01:07 2016 (r408969) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psychopy -PORTVERSION= 1.83.03 +PORTVERSION= 1.83.04 CATEGORIES= science python MAINTAINER= ports@FreeBSD.org Modified: head/science/psychopy/distinfo ============================================================================== --- head/science/psychopy/distinfo Tue Feb 16 01:10:24 2016 (r408968) +++ head/science/psychopy/distinfo Tue Feb 16 02:01:07 2016 (r408969) @@ -1,2 +1,2 @@ -SHA256 (psychopy-psychopy-1.83.03_GH0.tar.gz) = 608c0eac0021b3ec06e250243459c607f656e4210bfd7fefaaae330341b3e873 -SIZE (psychopy-psychopy-1.83.03_GH0.tar.gz) = 15230958 +SHA256 (psychopy-psychopy-1.83.04_GH0.tar.gz) = 18b9d48213b285625117add12a1d77ecb60958876cf4ebe4514a85372cffe6d7 +SIZE (psychopy-psychopy-1.83.04_GH0.tar.gz) = 15232063 Modified: head/science/psychopy/pkg-descr ============================================================================== --- head/science/psychopy/pkg-descr Tue Feb 16 01:10:24 2016 (r408968) +++ head/science/psychopy/pkg-descr Tue Feb 16 02:01:07 2016 (r408969) @@ -1,12 +1,12 @@ -PsychoPy is an open-source package for creating psychology stimuli -in Python (A real and free alternative to Matlab). PsychoPy combines -the graphical strengths of OpenGL with the easy Python syntax to give +PsychoPy is an open-source package for creating psychology stimuli in +Python (A real and free alternative to Matlab). PsychoPy combines the +graphical strengths of OpenGL with the easy Python syntax to give psychophysics a free and simple stimulus presentation and control package. -The goal is to provide, for the busy scientist (including me!), tools -to control timing and windowing and a simple set of pre-packaged -stimuli and methods. The code is platform independent, using Python -and C libraries that are widely available. +The goal is to provide, for the busy scientist, tools to control timing +and windowing and a simple set of pre-packaged stimuli and methods. The +code is platform independent, using Python and C libraries that are +widely available. WWW: http://www.psychopy.org/ From owner-svn-ports-head@freebsd.org Tue Feb 16 02:30:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A5F7AA92FF; Tue, 16 Feb 2016 02:30:05 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B250517C2; Tue, 16 Feb 2016 02:30:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G2U3pN014611; Tue, 16 Feb 2016 02:30:03 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G2U3fX014608; Tue, 16 Feb 2016 02:30:03 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602160230.u1G2U3fX014608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 16 Feb 2016 02:30:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408970 - head/www/drupal7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 02:30:05 -0000 Author: wen Date: Tue Feb 16 02:30:03 2016 New Revision: 408970 URL: https://svnweb.freebsd.org/changeset/ports/408970 Log: - Update to 7.42 PR: 207225 Submitted by: simon.wright@gmx.net(maintainer) Modified: head/www/drupal7/Makefile head/www/drupal7/distinfo head/www/drupal7/pkg-plist Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Tue Feb 16 02:01:07 2016 (r408969) +++ head/www/drupal7/Makefile Tue Feb 16 02:30:03 2016 (r408970) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.41 +PORTVERSION= 7.42 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: head/www/drupal7/distinfo ============================================================================== --- head/www/drupal7/distinfo Tue Feb 16 02:01:07 2016 (r408969) +++ head/www/drupal7/distinfo Tue Feb 16 02:30:03 2016 (r408970) @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-7.41.tar.gz) = 49ea620d191e81ffce0e7a96b5e7d12da672b3401c7ce1aff93fc941681eb111 -SIZE (drupal/drupal-7.41.tar.gz) = 3257325 +SHA256 (drupal/drupal-7.42.tar.gz) = df3379d90e4efaf8efd9b921335322e73bf5e89b5e0184f73a8f94c8bdac14c1 +SIZE (drupal/drupal-7.42.tar.gz) = 3264065 Modified: head/www/drupal7/pkg-plist ============================================================================== --- head/www/drupal7/pkg-plist Tue Feb 16 02:01:07 2016 (r408969) +++ head/www/drupal7/pkg-plist Tue Feb 16 02:30:03 2016 (r408970) @@ -863,6 +863,8 @@ %%DRUPAL_BASE%%/modules/system/system.updater.inc %%DRUPAL_BASE%%/modules/system/tests/cron_queue_test.info %%DRUPAL_BASE%%/modules/system/tests/cron_queue_test.module +%%DRUPAL_BASE%%/modules/system/tests/system_cron_test.info +%%DRUPAL_BASE%%/modules/system/tests/system_cron_test.module %%DRUPAL_BASE%%/modules/system/theme.api.php %%DRUPAL_BASE%%/modules/taxonomy/taxonomy-term.tpl.php %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.admin.inc From owner-svn-ports-head@freebsd.org Tue Feb 16 02:40:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C403EAA9746; Tue, 16 Feb 2016 02:40:28 +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 9567C1C37; Tue, 16 Feb 2016 02:40:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G2eR0f017840; Tue, 16 Feb 2016 02:40:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G2eRxp017838; Tue, 16 Feb 2016 02:40:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201602160240.u1G2eRxp017838@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, 16 Feb 2016 02:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408971 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 02:40:28 -0000 Author: cpm Date: Tue Feb 16 02:40:27 2016 New Revision: 408971 URL: https://svnweb.freebsd.org/changeset/ports/408971 Log: Document libgcrypt side-channel attack on ECDH PR: 207107 Security: CVE-2015-7511 Security: https://vuxml.FreeBSD.org/freebsd/95b92e3b-d451-11e5-9794-e8e0b747a45a.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 16 02:30:03 2016 (r408970) +++ head/security/vuxml/vuln.xml Tue Feb 16 02:40:27 2016 (r408971) @@ -57,6 +57,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libgcrypt -- side-channel attack on ECDH + + + libgcrypt + 1.6.5 + + + + +

GnuPG reports:

+
+

Mitigate side-channel attack on ECDH with Weierstrass curves.

+
+ +
+ + CVE-2015-7511 + https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000384.html + + + 2016-02-09 + 2016-02-16 + +
+ xdelta3 -- buffer overflow vulnerability From owner-svn-ports-head@freebsd.org Tue Feb 16 02:52:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC60DAA9E36; Tue, 16 Feb 2016 02:52:57 +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 C876011D6; Tue, 16 Feb 2016 02:52:57 +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 u1G2quIc023510; Tue, 16 Feb 2016 02:52:56 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G2qu0B023506; Tue, 16 Feb 2016 02:52:56 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201602160252.u1G2qu0B023506@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, 16 Feb 2016 02:52:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408972 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 02:52:58 -0000 Author: cpm Date: Tue Feb 16 02:52:56 2016 New Revision: 408972 URL: https://svnweb.freebsd.org/changeset/ports/408972 Log: - Update libgcrypt to 1.6.5 - Change LICENSE since support has been added for "or later" variants of GNU licenses. - Remove needless patch-cipher_salsa20.c Changes: https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000384.html PR: 207107 Approved by: junovitch (mentor) Added: head/security/libgcrypt/files/patch-cipher-Makefile.in - copied unchanged from r408513, head/security/libgcrypt/files/patch-cipher-Makefile.in Deleted: head/security/libgcrypt/files/patch-cipher_salsa20.c Modified: head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo head/security/libgcrypt/pkg-plist Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Tue Feb 16 02:40:27 2016 (r408971) +++ head/security/libgcrypt/Makefile Tue Feb 16 02:52:56 2016 (r408972) @@ -1,15 +1,14 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.6.4 -PORTREVISION= 4 +PORTVERSION= 1.6.5 CATEGORIES= security MASTER_SITES= GNUPG MAINTAINER= cpm@FreeBSD.org COMMENT= General purpose crypto library based on code used in GnuPG -LICENSE= GPLv2 LGPL21 +LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi BUILD_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error Modified: head/security/libgcrypt/distinfo ============================================================================== --- head/security/libgcrypt/distinfo Tue Feb 16 02:40:27 2016 (r408971) +++ head/security/libgcrypt/distinfo Tue Feb 16 02:52:56 2016 (r408972) @@ -1,2 +1,2 @@ -SHA256 (libgcrypt-1.6.4.tar.bz2) = c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026 -SIZE (libgcrypt-1.6.4.tar.bz2) = 2549820 +SHA256 (libgcrypt-1.6.5.tar.bz2) = f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924 +SIZE (libgcrypt-1.6.5.tar.bz2) = 2549601 Copied: head/security/libgcrypt/files/patch-cipher-Makefile.in (from r408513, head/security/libgcrypt/files/patch-cipher-Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgcrypt/files/patch-cipher-Makefile.in Tue Feb 16 02:52:56 2016 (r408972, copy of r408513, head/security/libgcrypt/files/patch-cipher-Makefile.in) @@ -0,0 +1,23 @@ +--- cipher/Makefile.in.orig 2015-09-08 06:32:11 UTC ++++ cipher/Makefile.in +@@ -818,13 +818,19 @@ uninstall-am: + tags tags-am uninstall uninstall-am + + +-# We need to lower the optimization for this module. ++# We need to lower the optimization for these modules. + tiger.o: $(srcdir)/tiger.c + `echo $(COMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) ` + + tiger.lo: $(srcdir)/tiger.c + `echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) ` + ++salsa20.o: $(srcdir)/salsa20.c ++ `echo $(COMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) ` ++ ++salsa20.lo: $(srcdir)/salsa20.c ++ `echo $(LTCOMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) ` ++ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: Modified: head/security/libgcrypt/pkg-plist ============================================================================== --- head/security/libgcrypt/pkg-plist Tue Feb 16 02:40:27 2016 (r408971) +++ head/security/libgcrypt/pkg-plist Tue Feb 16 02:52:56 2016 (r408972) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.0.4 +lib/libgcrypt.so.20.0.5 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4 From owner-svn-ports-head@freebsd.org Tue Feb 16 03:30:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77253AAAADB; Tue, 16 Feb 2016 03:30:07 +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 4919627C; Tue, 16 Feb 2016 03:30:07 +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 u1G3U6LK032962; Tue, 16 Feb 2016 03:30:06 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G3U6Ub032961; Tue, 16 Feb 2016 03:30:06 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201602160330.u1G3U6Ub032961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 16 Feb 2016 03:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408973 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 03:30:07 -0000 Author: cy Date: Tue Feb 16 03:30:06 2016 New Revision: 408973 URL: https://svnweb.freebsd.org/changeset/ports/408973 Log: Correctly locate dmd.conf. PR: 207233 Modified: head/lang/dmd2/Makefile Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Tue Feb 16 02:52:56 2016 (r408972) +++ head/lang/dmd2/Makefile Tue Feb 16 03:30:06 2016 (r408973) @@ -4,6 +4,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 PORTVERSION= 2.070.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} @@ -65,7 +66,6 @@ post-patch: -e "s|\\\BR|.BR|" \ ${WRKDIR}/dmd2/man/man1/dmd.1 \ ${WRKDIR}/dmd2/man/man5/dmd.conf.5 - @${REINPLACE_CMD} -e '/^SYSCONFDIR=/s|/etc/|${PREFIX}/etc/|' ${WRKSRC}/posix.mak @${REINPLACE_CMD} -e "s|%@P%/../../src/phobos|${MODULEDIR}|" \ -e "s|%@P%/../lib|${PREFIX}/lib|" \ -e "s|%@P%/../../src/druntime|${PREFIX}/include/d/druntime|" \ From owner-svn-ports-head@freebsd.org Tue Feb 16 05:13:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8C4DAAA88E; Tue, 16 Feb 2016 05:13: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 7B52914A7; Tue, 16 Feb 2016 05:13: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 u1G5Dsm2064422; Tue, 16 Feb 2016 05:13:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G5DshK064421; Tue, 16 Feb 2016 05:13:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602160513.u1G5DshK064421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Feb 2016 05:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408974 - head/x11-fm/gprename X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 05:13:55 -0000 Author: amdmi3 Date: Tue Feb 16 05:13:54 2016 New Revision: 408974 URL: https://svnweb.freebsd.org/changeset/ports/408974 Log: - Fix license - Switch to options helpers Modified: head/x11-fm/gprename/Makefile Modified: head/x11-fm/gprename/Makefile ============================================================================== --- head/x11-fm/gprename/Makefile Tue Feb 16 03:30:06 2016 (r408973) +++ head/x11-fm/gprename/Makefile Tue Feb 16 05:13:54 2016 (r408974) @@ -10,21 +10,21 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Perl script for renaming multiple files -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS - RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext WRKSRC= ${WRKDIR}/${PORTNAME}/trunk -USE_PERL5= run USES= gettext perl5 tar:bzip2 shebangfix +USE_PERL5= run SHEBANG_FILES= bin/gprename NO_BUILD= yes +OPTIONS_DEFINE= DOCS + post-extract: @${RM} -rf ${WRKSRC}/build @@ -36,7 +36,7 @@ post-patch: s|uninstall build|build| ; \ s|share/man|man|' ${WRKSRC}/Makefile -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Tue Feb 16 05:33:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05385AAAF43; Tue, 16 Feb 2016 05:33:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB3B01C53; Tue, 16 Feb 2016 05:33:19 +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 u1G5XIra070221; Tue, 16 Feb 2016 05:33:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G5XIvq070219; Tue, 16 Feb 2016 05:33:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602160533.u1G5XIvq070219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 16 Feb 2016 05:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408975 - in head/net-mgmt/nsca-ng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 05:33:20 -0000 Author: pi Date: Tue Feb 16 05:33:18 2016 New Revision: 408975 URL: https://svnweb.freebsd.org/changeset/ports/408975 Log: net-mgmt/nsca-ng: 1.2 -> 1.4 Changes: http://www.nsca-ng.org/documentation/changelog.txt PR: 206452 Submitted by: jochen@jochen-neumeister.de Approved by: alexander@sulfrian.net (maintainer timeout) Deleted: head/net-mgmt/nsca-ng/files/patch-src_server_nsca-ng.c Modified: head/net-mgmt/nsca-ng/Makefile head/net-mgmt/nsca-ng/distinfo Modified: head/net-mgmt/nsca-ng/Makefile ============================================================================== --- head/net-mgmt/nsca-ng/Makefile Tue Feb 16 05:13:54 2016 (r408974) +++ head/net-mgmt/nsca-ng/Makefile Tue Feb 16 05:33:18 2016 (r408975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsca-ng -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= net-mgmt MASTER_SITES= https://www.nsca-ng.org/download/ http://www.nsca-ng.org/download/ Modified: head/net-mgmt/nsca-ng/distinfo ============================================================================== --- head/net-mgmt/nsca-ng/distinfo Tue Feb 16 05:13:54 2016 (r408974) +++ head/net-mgmt/nsca-ng/distinfo Tue Feb 16 05:33:18 2016 (r408975) @@ -1,2 +1,2 @@ -SHA256 (nsca-ng-1.2.tar.gz) = fd0edf7a3c4da46aff5321bf005c68853dad5bae0b889e5e42336e85cb7a24e7 -SIZE (nsca-ng-1.2.tar.gz) = 327702 +SHA256 (nsca-ng-1.4.tar.gz) = 25f8e0439104e72443325e5f2503ed39329dccb7928de162dbb7fe6df7196a29 +SIZE (nsca-ng-1.4.tar.gz) = 354012 From owner-svn-ports-head@freebsd.org Tue Feb 16 05:46:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE4C8AA95B1; Tue, 16 Feb 2016 05:46:59 +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 9BF37126E; Tue, 16 Feb 2016 05:46:59 +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 u1G5kwix073343; Tue, 16 Feb 2016 05:46:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G5kw0Z073340; Tue, 16 Feb 2016 05:46:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602160546.u1G5kw0Z073340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 16 Feb 2016 05:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408976 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 05:46:59 -0000 Author: vanilla Date: Tue Feb 16 05:46:58 2016 New Revision: 408976 URL: https://svnweb.freebsd.org/changeset/ports/408976 Log: Update to 5.6.0. PR: 207203 Submitted by: maintainer Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/pkg-plist Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Feb 16 05:33:18 2016 (r408975) +++ head/www/node/Makefile Tue Feb 16 05:46:58 2016 (r408976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 5.5.0 +PORTVERSION= 5.6.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Tue Feb 16 05:33:18 2016 (r408975) +++ head/www/node/distinfo Tue Feb 16 05:46:58 2016 (r408976) @@ -1,2 +1,2 @@ -SHA256 (node-v5.5.0.tar.gz) = d69b18cc20699a35434858fb853997616762280610a510ec4b4ff1a94798b432 -SIZE (node-v5.5.0.tar.gz) = 22632110 +SHA256 (node-v5.6.0.tar.gz) = 3af2cc5e5970afc83e59f2065fea2e2df846a544a100cd3c0527f0db05bec27f +SIZE (node-v5.6.0.tar.gz) = 22945339 Modified: head/www/node/pkg-plist ============================================================================== --- head/www/node/pkg-plist Tue Feb 16 05:33:18 2016 (r408975) +++ head/www/node/pkg-plist Tue Feb 16 05:46:58 2016 (r408976) @@ -1,6 +1,8 @@ bin/node include/node/android-ifaddrs.h include/node/ares.h +include/node/ares_build.h +include/node/ares_rules.h include/node/ares_version.h include/node/common.gypi include/node/config.gypi From owner-svn-ports-head@freebsd.org Tue Feb 16 06:02:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C346AA9C3E; Tue, 16 Feb 2016 06:02:25 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBCB1A01; Tue, 16 Feb 2016 06:02:25 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G62O1U079090; Tue, 16 Feb 2016 06:02:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G62Oil079088; Tue, 16 Feb 2016 06:02:24 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602160602.u1G62Oil079088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 16 Feb 2016 06:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408977 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 06:02:25 -0000 Author: vanilla Date: Tue Feb 16 06:02:24 2016 New Revision: 408977 URL: https://svnweb.freebsd.org/changeset/ports/408977 Log: Update to 4.3.0. PR: 207205 Submitted by: maintainer Modified: head/www/node4/Makefile head/www/node4/distinfo Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Tue Feb 16 05:46:58 2016 (r408976) +++ head/www/node4/Makefile Tue Feb 16 06:02:24 2016 (r408977) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.2.6 +PORTVERSION= 4.3.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node4/distinfo ============================================================================== --- head/www/node4/distinfo Tue Feb 16 05:46:58 2016 (r408976) +++ head/www/node4/distinfo Tue Feb 16 06:02:24 2016 (r408977) @@ -1,2 +1,2 @@ -SHA256 (node-v4.2.6.tar.gz) = ea5e357db8817052b17496d607c719d809ed1383e8fcf7c8ffc5214e705aefdd -SIZE (node-v4.2.6.tar.gz) = 22508945 +SHA256 (node-v4.3.0.tar.gz) = 18504ac6d903cd061f60a29dafcda416a078112f3404d23a7901c41a8e9706b9 +SIZE (node-v4.3.0.tar.gz) = 22521814 From owner-svn-ports-head@freebsd.org Tue Feb 16 06:55:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC9BBAAAFA3; Tue, 16 Feb 2016 06:55:52 +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 AD8181BEF; Tue, 16 Feb 2016 06:55:52 +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 u1G6tp5I093682; Tue, 16 Feb 2016 06:55:51 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G6tpx3093679; Tue, 16 Feb 2016 06:55:51 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602160655.u1G6tpx3093679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 16 Feb 2016 06:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408978 - in head/net-im/openfire: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 06:55:53 -0000 Author: gahr Date: Tue Feb 16 06:55:51 2016 New Revision: 408978 URL: https://svnweb.freebsd.org/changeset/ports/408978 Log: net-im/openfire: update to 4.0.1, take back maintainership Release notes: https://community.igniterealtime.org/blogs/ignite/2016/1/26 Deleted: head/net-im/openfire/files/patch-tls-dialback Modified: head/net-im/openfire/Makefile head/net-im/openfire/distinfo head/net-im/openfire/pkg-plist Modified: head/net-im/openfire/Makefile ============================================================================== --- head/net-im/openfire/Makefile Tue Feb 16 06:02:24 2016 (r408977) +++ head/net-im/openfire/Makefile Tue Feb 16 06:55:51 2016 (r408978) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= openfire -PORTVERSION= 3.10.3 +PORTVERSION= 4.0.1 PORTEPOCH= 1 CATEGORIES= net-im java MASTER_SITES= http://download.igniterealtime.org/openfire/ DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= Enterprise instant messaging server LICENSE= APACHE20 Modified: head/net-im/openfire/distinfo ============================================================================== --- head/net-im/openfire/distinfo Tue Feb 16 06:02:24 2016 (r408977) +++ head/net-im/openfire/distinfo Tue Feb 16 06:55:51 2016 (r408978) @@ -1,2 +1,2 @@ -SHA256 (openfire_src_3_10_3.zip) = c8f7dfd8ae12883f0e952d082c5f1dc5b712525845ac73479282178c538a0700 -SIZE (openfire_src_3_10_3.zip) = 135464819 +SHA256 (openfire_src_4_0_1.zip) = 56543cb11931dc9c0a50623526f9df80947740ec7f6f5ef9f5eb9336fa932499 +SIZE (openfire_src_4_0_1.zip) = 103206033 Modified: head/net-im/openfire/pkg-plist ============================================================================== --- head/net-im/openfire/pkg-plist Tue Feb 16 06:02:24 2016 (r408977) +++ head/net-im/openfire/pkg-plist Tue Feb 16 06:55:51 2016 (r408978) @@ -1,24 +1,18 @@ @owner openfire @group openfire @mode 0600 +@sample %%ETCDIR%%/keystore.sample @sample %%ETCDIR%%/openfire.xml.sample @sample %%ETCDIR%%/security.xml.sample -@sample %%ETCDIR%%/keystore.sample @sample %%ETCDIR%%/truststore.sample @mode %%DATADIR%%/conf %%DATADIR%%/embedded-db -%%DATADIR%%/logs %%DATADIR%%/lib/bcpg-jdk15on.jar %%DATADIR%%/lib/bcpkix-jdk15on.jar %%DATADIR%%/lib/bcprov-jdk15on.jar -%%DATADIR%%/lib/commons-el.jar %%DATADIR%%/lib/hsqldb.jar -%%DATADIR%%/lib/jasper-compiler.jar -%%DATADIR%%/lib/jasper-runtime.jar %%DATADIR%%/lib/javax.websocket-api.jar -%%DATADIR%%/lib/jdic.jar -%%DATADIR%%/lib/jetty-schemas.jar %%DATADIR%%/lib/jtds.jar %%DATADIR%%/lib/log4j.xml %%DATADIR%%/lib/mail.jar @@ -26,18 +20,23 @@ %%DATADIR%%/lib/npn-boot.jar %%DATADIR%%/lib/openfire.jar %%DATADIR%%/lib/postgres.jar -%%DATADIR%%/lib/servlet-api.jar %%DATADIR%%/lib/slf4j-log4j12.jar %%DATADIR%%/lib/startup.jar +%%DATADIR%%/logs %%DATADIR%%/plugins/admin/plugin.xml %%DATADIR%%/plugins/admin/webapp/WEB-INF/admin.tld +%%DATADIR%%/plugins/admin/webapp/WEB-INF/classes/openfire_init.xml %%DATADIR%%/plugins/admin/webapp/WEB-INF/decorators.xml %%DATADIR%%/plugins/admin/webapp/WEB-INF/dwr.xml %%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/admin-jsp.jar %%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/commons-fileupload.jar %%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/commons-io.jar %%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/dwr.jar +%%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/readme.txt +%%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/versions.txt %%DATADIR%%/plugins/admin/webapp/WEB-INF/sitemesh.xml +%%DATADIR%%/plugins/admin/webapp/WEB-INF/tags/admin/contentBox.tagx +%%DATADIR%%/plugins/admin/webapp/WEB-INF/tags/admin/infoBox.tagx %%DATADIR%%/plugins/admin/webapp/WEB-INF/web.xml %%DATADIR%%/plugins/admin/webapp/favicon.ico %%DATADIR%%/plugins/admin/webapp/images/add-16x16.gif @@ -102,6 +101,7 @@ %%DATADIR%%/plugins/admin/webapp/images/jive-tertnav-top.gif %%DATADIR%%/plugins/admin/webapp/images/language_zh_CN.gif %%DATADIR%%/plugins/admin/webapp/images/lock.gif +%%DATADIR%%/plugins/admin/webapp/images/lock_both.gif %%DATADIR%%/plugins/admin/webapp/images/login_background.png %%DATADIR%%/plugins/admin/webapp/images/login_boxbg.gif %%DATADIR%%/plugins/admin/webapp/images/login_header.gif @@ -293,6 +293,13 @@ %%DATADIR%%/resources/database/upgrade/21/openfire_postgresql.sql %%DATADIR%%/resources/database/upgrade/21/openfire_sqlserver.sql %%DATADIR%%/resources/database/upgrade/21/openfire_sybase.sql +%%DATADIR%%/resources/database/upgrade/22/openfire_db2.sql +%%DATADIR%%/resources/database/upgrade/22/openfire_hsqldb.sql +%%DATADIR%%/resources/database/upgrade/22/openfire_mysql.sql +%%DATADIR%%/resources/database/upgrade/22/openfire_oracle.sql +%%DATADIR%%/resources/database/upgrade/22/openfire_postgresql.sql +%%DATADIR%%/resources/database/upgrade/22/openfire_sqlserver.sql +%%DATADIR%%/resources/database/upgrade/22/openfire_sybase.sql %%DATADIR%%/resources/database/upgrade/4/openfire_db2.sql %%DATADIR%%/resources/database/upgrade/4/openfire_hsqldb.sql %%DATADIR%%/resources/database/upgrade/4/openfire_mysql.sql @@ -337,12 +344,12 @@ %%DATADIR%%/resources/database/upgrade/9/openfire_sybase.sql %%DATADIR%%/resources/nativeAuth/linux-i386/libshaj.so %%DATADIR%%/resources/nativeAuth/osx-ppc/libshaj.jnilib -%%DATADIR%%/resources/nativeAuth/solaris-sparc/libshaj.so %%DATADIR%%/resources/nativeAuth/win32-x86/shaj.dll %%DATADIR%%/resources/security %%DATADIR%%/resources/spank/WEB-INF/web.xml %%DATADIR%%/resources/spank/index.html %%PLUGINS%%%%DATADIR%%/plugins/broadcast.jar +%%PLUGINS%%%%DATADIR%%/plugins/callbackOnOffline.jar %%PLUGINS%%%%DATADIR%%/plugins/clientControl.jar %%PLUGINS%%%%DATADIR%%/plugins/contentFilter.jar %%PLUGINS%%%%DATADIR%%/plugins/dbaccess.jar @@ -352,6 +359,7 @@ %%PLUGINS%%%%DATADIR%%/plugins/gojara.jar %%PLUGINS%%%%DATADIR%%/plugins/hazelcast.jar %%PLUGINS%%%%DATADIR%%/plugins/jingleNodes.jar +%%PLUGINS%%%%DATADIR%%/plugins/jmxweb.jar %%PLUGINS%%%%DATADIR%%/plugins/justmarried.jar %%PLUGINS%%%%DATADIR%%/plugins/kraken.jar %%PLUGINS%%%%DATADIR%%/plugins/loadStats.jar @@ -359,7 +367,6 @@ %%PLUGINS%%%%DATADIR%%/plugins/motd.jar %%PLUGINS%%%%DATADIR%%/plugins/mucservice.jar %%PLUGINS%%%%DATADIR%%/plugins/nodejs.jar -%%PLUGINS%%%%DATADIR%%/plugins/ofmeet.jar %%PLUGINS%%%%DATADIR%%/plugins/packetFilter.jar %%PLUGINS%%%%DATADIR%%/plugins/presence.jar %%PLUGINS%%%%DATADIR%%/plugins/rayo.jar @@ -372,52 +379,7 @@ %%PLUGINS%%%%DATADIR%%/plugins/userCreation.jar %%PLUGINS%%%%DATADIR%%/plugins/userImportExport.jar %%PLUGINS%%%%DATADIR%%/plugins/userservice.jar +%%PLUGINS%%%%DATADIR%%/plugins/websocket.jar %%PLUGINS%%%%DATADIR%%/plugins/xmldebugger.jar -@dir %%DATADIR%%/resources/spank/WEB-INF -@dir %%DATADIR%%/resources/spank -@dir %%DATADIR%%/resources/nativeAuth/win32-x86 -@dir %%DATADIR%%/resources/nativeAuth/solaris-sparc -@dir %%DATADIR%%/resources/nativeAuth/osx-ppc -@dir %%DATADIR%%/resources/nativeAuth/linux-i386 -@dir %%DATADIR%%/resources/nativeAuth -@dir %%DATADIR%%/resources/database/upgrade/9 -@dir %%DATADIR%%/resources/database/upgrade/8 -@dir %%DATADIR%%/resources/database/upgrade/7 -@dir %%DATADIR%%/resources/database/upgrade/6 -@dir %%DATADIR%%/resources/database/upgrade/5 -@dir %%DATADIR%%/resources/database/upgrade/4 -@dir %%DATADIR%%/resources/database/upgrade/21 -@dir %%DATADIR%%/resources/database/upgrade/20 -@dir %%DATADIR%%/resources/database/upgrade/2 -@dir %%DATADIR%%/resources/database/upgrade/19 -@dir %%DATADIR%%/resources/database/upgrade/18 -@dir %%DATADIR%%/resources/database/upgrade/17 -@dir %%DATADIR%%/resources/database/upgrade/16 -@dir %%DATADIR%%/resources/database/upgrade/15 -@dir %%DATADIR%%/resources/database/upgrade/14 -@dir %%DATADIR%%/resources/database/upgrade/13 -@dir %%DATADIR%%/resources/database/upgrade/12 -@dir %%DATADIR%%/resources/database/upgrade/11 -@dir %%DATADIR%%/resources/database/upgrade/10 -@dir %%DATADIR%%/resources/database/upgrade/1 -@dir %%DATADIR%%/resources/database/upgrade -@dir %%DATADIR%%/resources/database -@dir %%DATADIR%%/resources -@dir %%DATADIR%%/plugins/admin/webapp/style -@dir %%DATADIR%%/plugins/admin/webapp/setup -@dir %%DATADIR%%/plugins/admin/webapp/js/tooltips -@dir %%DATADIR%%/plugins/admin/webapp/js/jscalendar -@dir %%DATADIR%%/plugins/admin/webapp/js -@dir %%DATADIR%%/plugins/admin/webapp/images -@dir %%DATADIR%%/plugins/admin/webapp/WEB-INF/lib -@dir %%DATADIR%%/plugins/admin/webapp/WEB-INF -@dir %%DATADIR%%/plugins/admin/webapp -@dir %%DATADIR%%/plugins/admin -@dir %%DATADIR%%/plugins -@dir %%DATADIR%%/lib -@dir %%DATADIR%% -@dir %%ETCDIR%% -@dir %%VARLOG%% @dir %%VARDB%% -@owner -@group +@dir %%VARLOG%% From owner-svn-ports-head@freebsd.org Tue Feb 16 07:00:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E228AA913E; Tue, 16 Feb 2016 07:00:09 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB4F81D78; Tue, 16 Feb 2016 07:00:08 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G7071P093950; Tue, 16 Feb 2016 07:00:07 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G7074m093948; Tue, 16 Feb 2016 07:00:07 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201602160700.u1G7074m093948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 16 Feb 2016 07:00:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408979 - head/graphics/qgis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 07:00:09 -0000 Author: lme Date: Tue Feb 16 07:00:07 2016 New Revision: 408979 URL: https://svnweb.freebsd.org/changeset/ports/408979 Log: - Add two new options CUSTOMWIDGETS and ASTYLE - Divide options menu into a general and a developers section - Move the DEBUG option to the developers section - Add some options descriptions - Reorder the handling of the options - Update pkg-plist - Bump PORTREVISION Submitted by: coder@tuxfamily.org Approved by: maintainer MFH: 2016Q1 Modified: head/graphics/qgis/Makefile head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Tue Feb 16 06:55:51 2016 (r408978) +++ head/graphics/qgis/Makefile Tue Feb 16 07:00:07 2016 (r408979) @@ -3,6 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.12.2 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -31,10 +32,15 @@ USE_QT4= gui svg xml network sql designe USE_LDCONFIG= yes -OPTIONS_DEFINE= POSTGIS PYTHON GRASS SERVER DEBUG +OPTIONS_DEFINE= POSTGIS PYTHON GRASS SERVER +OPTIONS_GROUP= DEVELOPER +OPTIONS_GROUP_DEVELOPER= CUSTOMWIDGETS ASTYLE DEBUG OPTIONS_DEFAULT= POSTGIS PYTHON OPTIONS_SUB= yes NO_OPTIONS_SORT= yes +ASTYLE_DESC= Enable AStyle for QGis +CUSTOMWIDGETS_DESC= Enable QT4/QGis Custom Widgets +DEBUG_DESC= Write Debugging Output to Console SERVER_DESC= Enable QGIS server CMAKE_ARGS+= -DWITH_ORACLE:BOOL=FALSE @@ -43,6 +49,16 @@ CMAKE_ARGS+= -DWITH_ORACLE:BOOL=FALSE CMAKE_ARGS+= -Wno-dev .endif +ASTYLE_RUN_DEPENDS= astyle:${PORTSDIR}/devel/astyle +ASTYLE_CMAKE_ON= -DWITH_ASTYLE:BOOL=TRUE +ASTYLE_CMAKE_OFF= -DWITH_ASTYLE:BOOL=FALSE + +CUSTOMWIDGETS_CMAKE_ON= -DWITH_CUSTOM_WIDGETS:BOOL=TRUE +CUSTOMWIDGETS_CMAKE_OFF= -DWITH_CUSTOM_WIDGETS:BOOL=FALSE + +DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE=Debug +DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release + GRASS_BUILD_DEPENDS= grass64:${PORTSDIR}/databases/grass GRASS_RUN_DEPENDS= grass64:${PORTSDIR}/databases/grass GRASS_CMAKE_ON= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5 @@ -82,9 +98,6 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF PYTHON_CMAKE_ON= -DWITH_BINDINGS:BOOL=TRUE PYTHON_CMAKE_OFF= -DWITH_BINDINGS:BOOL=FALSE -DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE=Debug -DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release - .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000033 Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Tue Feb 16 06:55:51 2016 (r408978) +++ head/graphics/qgis/pkg-plist Tue Feb 16 07:00:07 2016 (r408979) @@ -24,6 +24,7 @@ include/qgis/characterwidget.h include/qgis/qextserialenumerator.h include/qgis/qextserialport.h include/qgis/qgis.h +%%CUSTOMWIDGETS%%include/qgis/qgiscustomwidgets.h include/qgis/qgisgui.h include/qgis/qgisinterface.h include/qgis/qgisplugin.h @@ -104,9 +105,12 @@ include/qgis/qgscodeeditorhtml.h include/qgis/qgscodeeditorpython.h include/qgis/qgscodeeditorsql.h include/qgis/qgscollapsiblegroupbox.h +%%CUSTOMWIDGETS%%include/qgis/qgscollapsiblegroupboxplugin.h include/qgis/qgscolorbrewerpalette.h include/qgis/qgscolorbutton.h +%%CUSTOMWIDGETS%%include/qgis/qgscolorbuttonplugin.h include/qgis/qgscolorbuttonv2.h +%%CUSTOMWIDGETS%%include/qgis/qgscolorbuttonv2plugin.h include/qgis/qgscolordialog.h include/qgis/qgscoloreffect.h include/qgis/qgscolorrampcombobox.h @@ -174,6 +178,7 @@ include/qgis/qgsdashspacedialog.h include/qgis/qgsdatadefined.h include/qgis/qgsdatadefined_p.h include/qgis/qgsdatadefinedbutton.h +%%CUSTOMWIDGETS%%include/qgis/qgsdatadefinedbuttonplugin.h include/qgis/qgsdatadefinedsymboldialog.h include/qgis/qgsdataitem.h include/qgis/qgsdataitemprovider.h @@ -183,6 +188,7 @@ include/qgis/qgsdatasourceuri.h include/qgis/qgsdatetimeedit.h include/qgis/qgsdatetimeeditconfig.h include/qgis/qgsdatetimeeditfactory.h +%%CUSTOMWIDGETS%%include/qgis/qgsdatetimeeditplugin.h include/qgis/qgsdatetimeeditwrapper.h include/qgis/qgsdatumtransformdialog.h include/qgis/qgsdatumtransformstore.h @@ -200,6 +206,7 @@ include/qgis/qgsdistancearcproperter.h include/qgis/qgsdistancearea.h include/qgis/qgsdoubleboxscalebarstyle.h include/qgis/qgsdoublespinbox.h +%%CUSTOMWIDGETS%%include/qgis/qgsdoublespinboxplugin.h include/qgis/qgsdualview.h include/qgis/qgsdummyconfigdlg.h include/qgis/qgseditorconfigwidget.h @@ -226,6 +233,7 @@ include/qgis/qgsexpressionfieldbuffer.h include/qgis/qgsexpressionhighlighter.h include/qgis/qgsexpressionselectiondialog.h include/qgis/qgsextentgroupbox.h +%%CUSTOMWIDGETS%%include/qgis/qgsextentgroupboxplugin.h include/qgis/qgsfeature.h include/qgis/qgsfeature_p.h include/qgis/qgsfeatureiterator.h @@ -240,8 +248,10 @@ include/qgis/qgsfeaturestore.h include/qgis/qgsfield.h include/qgis/qgsfield_p.h include/qgis/qgsfieldcombobox.h +%%CUSTOMWIDGETS%%include/qgis/qgsfieldcomboboxplugin.h include/qgis/qgsfieldconditionalformatwidget.h include/qgis/qgsfieldexpressionwidget.h +%%CUSTOMWIDGETS%%include/qgis/qgsfieldexpressionwidgetplugin.h include/qgis/qgsfieldmodel.h include/qgis/qgsfieldproxymodel.h include/qgis/qgsfieldvalidator.h @@ -250,6 +260,7 @@ include/qgis/qgsfilenamewidgetfactory.h include/qgis/qgsfilenamewidgetwrapper.h include/qgis/qgsfillsymbollayerv2.h include/qgis/qgsfilterlineedit.h +%%CUSTOMWIDGETS%%include/qgis/qgsfilterlineeditplugin.h include/qgis/qgsfontutils.h include/qgis/qgsformannotationitem.h include/qgis/qgsgenericfeatureselectionmanager.h @@ -333,6 +344,7 @@ include/qgis/qgsmaphittest.h include/qgis/qgsmaplayer.h include/qgis/qgsmaplayeractionregistry.h include/qgis/qgsmaplayercombobox.h +%%CUSTOMWIDGETS%%include/qgis/qgsmaplayercomboboxplugin.h include/qgis/qgsmaplayerlegend.h include/qgis/qgsmaplayermodel.h include/qgis/qgsmaplayerproxymodel.h @@ -423,6 +435,7 @@ include/qgis/qgsproject.h include/qgis/qgsprojectbadlayerguihandler.h include/qgis/qgsprojectfiletransform.h include/qgis/qgsprojectionselectionwidget.h +%%CUSTOMWIDGETS%%include/qgis/qgsprojectionselectionwidgetplugin.h include/qgis/qgsprojectionselector.h include/qgis/qgsprojectproperty.h include/qgis/qgsprojectversion.h @@ -473,11 +486,13 @@ include/qgis/qgsrectangle.h include/qgis/qgsrelation.h include/qgis/qgsrelationadddlg.h include/qgis/qgsrelationeditorwidget.h +%%CUSTOMWIDGETS%%include/qgis/qgsrelationeditorwidgetplugin.h include/qgis/qgsrelationmanager.h include/qgis/qgsrelationmanagerdialog.h include/qgis/qgsrelationreferenceconfigdlg.h include/qgis/qgsrelationreferencefactory.h include/qgis/qgsrelationreferencewidget.h +%%CUSTOMWIDGETS%%include/qgis/qgsrelationreferencewidgetplugin.h include/qgis/qgsrelationreferencewidgetwrapper.h include/qgis/qgsrelationwidgetwrapper.h include/qgis/qgsrelief.h @@ -497,9 +512,11 @@ include/qgis/qgsscalecalculator.h include/qgis/qgsscalecombobox.h include/qgis/qgsscaleexpression.h include/qgis/qgsscalerangewidget.h +%%CUSTOMWIDGETS%%include/qgis/qgsscalerangewidgetplugin.h include/qgis/qgsscaleutils.h include/qgis/qgsscalevisibilitydialog.h include/qgis/qgsscalewidget.h +%%CUSTOMWIDGETS%%include/qgis/qgsscalewidgetplugin.h include/qgis/qgssearchquerybuilder.h include/qgis/qgssearchwidgetwrapper.h include/qgis/qgsshadoweffect.h @@ -520,6 +537,7 @@ include/qgis/qgssnapper.h include/qgis/qgssnappingutils.h include/qgis/qgsspatialindex.h include/qgis/qgsspinbox.h +%%CUSTOMWIDGETS%%include/qgis/qgsspinboxplugin.h include/qgis/qgsstatisticalsummary.h include/qgis/qgsstringutils.h include/qgis/qgsstylev2.h @@ -628,6 +646,7 @@ lib/libqgis_networkanalysis.so.2.12.2 %%GRASS%%lib/libqgisgrass6.so.2.12.2 %%PYTHON%%lib/libqgispython.so %%PYTHON%%lib/libqgispython.so.2.12.2 +%%CUSTOMWIDGETS%%%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qgis_customwidgets.py lib/qgis/crssync %%GRASS%%lib/qgis/grass/bin/qgis.g.browser6 %%GRASS%%lib/qgis/grass/modules/qgis.d.rast6 @@ -671,6 +690,8 @@ lib/qgis/plugins/libwfsprovider.so lib/qgis/plugins/libwmsprovider.so lib/qgis/plugins/libzonalstatisticsplugin.so lib/qgis/qgis_help +%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so +%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.12.2 man/man1/qbrowser.1.gz man/man1/qgis.1.gz %%DATADIR%%/FindQGIS.cmake @@ -2015,30 +2036,30 @@ man/man1/qgis.1.gz %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/html_elems.py %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/info_model.py %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/plugin.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/__init__.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/connector.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/data_model.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/icons/postgis_elephant.png -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/info_model.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugin.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/__init__.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/__init__.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/edge.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/edge_label.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_left.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_mbr.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_right.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_seed.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/next_left.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/next_right.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/node.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/node_label.qml -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/__init__.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/dlg_versioning.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/ui_DlgVersioning.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/resources_rc.py -%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/sql_dictionary.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/__init__.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/connector.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/data_model.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/icons/postgis_elephant.png +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/info_model.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugin.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/__init__.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/__init__.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/edge.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/edge_label.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_left.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_mbr.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_right.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_seed.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/next_left.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/next_right.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/node.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/node_label.qml +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/__init__.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/dlg_versioning.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/ui_DlgVersioning.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/resources_rc.py +%%POSTGIS%%%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/sql_dictionary.py %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/__init__.py %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/connector.py %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/data_model.py From owner-svn-ports-head@freebsd.org Tue Feb 16 07:21:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AB26AA99B4; Tue, 16 Feb 2016 07:21:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4265E159D; Tue, 16 Feb 2016 07:21: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 u1G7LEYL001844; Tue, 16 Feb 2016 07:21:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G7LEE9001842; Tue, 16 Feb 2016 07:21:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602160721.u1G7LEE9001842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 16 Feb 2016 07:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408980 - in head/lang/php70: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 07:21:15 -0000 Author: miwi Date: Tue Feb 16 07:21:13 2016 New Revision: 408980 URL: https://svnweb.freebsd.org/changeset/ports/408980 Log: - Fix build with dtrace enabled [1] - Cleanup some old leftovers PR: 207231 [1] Added: head/lang/php70/files/patch-acinclude.m4 - copied, changed from r408977, head/lang/php56/files/patch-acinclude.m4 Modified: head/lang/php70/Makefile Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Tue Feb 16 07:00:07 2016 (r408979) +++ head/lang/php70/Makefile Tue Feb 16 07:21:13 2016 (r408980) @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} @@ -60,10 +60,6 @@ DESTDIRNAME= INSTALL_ROOT .include -PATCH_DIST_STRIP= -p1 - -PATCH_SITES+= LOCAL/ale - .if ${PORT_OPTIONS:MCLI} PHP_SAPI+= cli .else Copied and modified: head/lang/php70/files/patch-acinclude.m4 (from r408977, head/lang/php56/files/patch-acinclude.m4) ============================================================================== --- head/lang/php56/files/patch-acinclude.m4 Tue Feb 16 06:02:24 2016 (r408977, copy source) +++ head/lang/php70/files/patch-acinclude.m4 Tue Feb 16 07:21:13 2016 (r408980) @@ -1,24 +1,25 @@ ---- acinclude.m4.orig 2014-11-12 13:52:21.000000000 +0000 -+++ acinclude.m4 2014-11-27 09:38:09.811146437 +0000 -@@ -984,15 +984,9 @@ +--- acinclude.m4.orig 2016-02-03 00:32:19.000000000 +0800 ++++ acinclude.m4 2016-02-16 15:05:51.416291000 +0800 +@@ -985,15 +985,9 @@ if test "$3" != "shared" && test "$3" != "yes" && test "$4" = "cli"; then dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no - case "$PHP_SAPI" in - cgi|embed[)] -- PHP_ADD_SOURCES(PHP_EXT_DIR($1),$2,$ac_extra,) -- EXT_STATIC="$EXT_STATIC $1" +- PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) +- EXT_STATIC="$EXT_STATIC $1;$ext_dir" - ;; - *[)] - PHP_ADD_SOURCES(PHP_EXT_DIR($1),$2,$ac_extra,cli) +- PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,cli) - ;; - esac -+ PHP_ADD_SOURCES(PHP_EXT_DIR($1),$2,$ac_extra,cgi) -+ PHP_ADD_SOURCES(PHP_EXT_DIR($1),$2,$ac_extra,fpm) - EXT_CLI_STATIC="$EXT_CLI_STATIC $1" ++ ++ PHP_ADD_SOURCES(PHP_EXT_DIR($1),$2,$ac_extra,cgi) ++ PHP_ADD_SOURCES(PHP_EXT_DIR($1),$2,$ac_extra,fpm) + EXT_CLI_STATIC="$EXT_CLI_STATIC $1;$ext_dir" fi PHP_ADD_BUILD_DIR($ext_builddir) -@@ -1042,12 +1036,6 @@ +@@ -1043,12 +1037,6 @@ build to be successful. ]) fi @@ -31,19 +32,19 @@ dnl Some systems require that we link $2 to $1 when building ]) -@@ -2320,9 +2308,9 @@ +@@ -2321,9 +2309,9 @@ test -z "$PHP_IMAP_SSL" && PHP_IMAP_SSL=no dnl Fallbacks for different configure options - if test "$PHP_OPENSSL" != "no"; then -+ if test -n "$PHP_OPENSSL" && test "$PHP_OPENSSL" != "no"; then ++ if test -n "$PHP_OPENSSL" != "no"; then PHP_OPENSSL_DIR=$PHP_OPENSSL - elif test "$PHP_IMAP_SSL" != "no"; then -+ elif test -n "$PHP_IMAP_SSL" && test "$PHP_IMAP_SSL" != "no"; then ++ elif test -n "$PHP_IMAP_SSL" != "no"; then PHP_OPENSSL_DIR=$PHP_IMAP_SSL fi -@@ -2969,7 +2957,7 @@ +@@ -2970,7 +2958,7 @@ $abs_srcdir/$ac_provsrc:; $ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc @@ -52,7 +53,7 @@ \$(PHP_DTRACE_OBJS): $ac_bdir[$]ac_hdrobj -@@ -2989,12 +2977,12 @@ +@@ -2990,12 +2978,12 @@ $ac_bdir[$]ac_provsrc.lo: \$(PHP_DTRACE_OBJS) echo "[#] Generated by Makefile for libtool" > \$[]@ @test -d "$dtrace_lib_dir" || mkdir $dtrace_lib_dir @@ -67,7 +68,7 @@ echo "non_pic_object=[']$dtrace_prov_name[']" >> \$[]@ [;\\] else [\\] echo "non_pic_object='none'" >> \$[]@ [;\\] -@@ -3006,7 +2994,7 @@ +@@ -3007,7 +2995,7 @@ *) cat>>Makefile.objects< Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99FC7AA0160; Tue, 16 Feb 2016 08:15:54 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE861C39; Tue, 16 Feb 2016 08:15:54 +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 u1G8FrGD016939; Tue, 16 Feb 2016 08:15:53 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G8FrxF016937; Tue, 16 Feb 2016 08:15:53 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602160815.u1G8FrxF016937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 16 Feb 2016 08:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408981 - head/security/letsencrypt.sh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 08:15:54 -0000 Author: brnrd Date: Tue Feb 16 08:15:53 2016 New Revision: 408981 URL: https://svnweb.freebsd.org/changeset/ports/408981 Log: security/letsencrypt.sh: Update to 2015-02-15 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5288 Modified: head/security/letsencrypt.sh/Makefile head/security/letsencrypt.sh/distinfo Modified: head/security/letsencrypt.sh/Makefile ============================================================================== --- head/security/letsencrypt.sh/Makefile Tue Feb 16 07:21:13 2016 (r408980) +++ head/security/letsencrypt.sh/Makefile Tue Feb 16 08:15:53 2016 (r408981) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= letsencrypt.sh -PORTVERSION= 0.0.0.20160212 -PORTREVISION= 1 +PORTVERSION= 0.0.0.20160215 CATEGORIES= security MAINTAINER= sascha@root-login.org @@ -15,7 +14,7 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GITHUB= yes GH_ACCOUNT= lukas2511 -GH_TAGNAME= f7c079c +GH_TAGNAME= 63b61b8 OPTIONS_SINGLE= SHELL OPTIONS_SINGLE_SHELL= BASH ZSH Modified: head/security/letsencrypt.sh/distinfo ============================================================================== --- head/security/letsencrypt.sh/distinfo Tue Feb 16 07:21:13 2016 (r408980) +++ head/security/letsencrypt.sh/distinfo Tue Feb 16 08:15:53 2016 (r408981) @@ -1,2 +1,2 @@ -SHA256 (lukas2511-letsencrypt.sh-0.0.0.20160212-f7c079c_GH0.tar.gz) = 6cd11b961779716b68cf238ff729b7ef03074fb529d2004cccad9b0748592e9c -SIZE (lukas2511-letsencrypt.sh-0.0.0.20160212-f7c079c_GH0.tar.gz) = 15216 +SHA256 (lukas2511-letsencrypt.sh-0.0.0.20160215-63b61b8_GH0.tar.gz) = e6d7972ddd17e3f34ed931a9bc0fba37c72f0409e522ceac833a2886a9bab324 +SIZE (lukas2511-letsencrypt.sh-0.0.0.20160215-63b61b8_GH0.tar.gz) = 16122 From owner-svn-ports-head@freebsd.org Tue Feb 16 08:35:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE99AA0C3A; Tue, 16 Feb 2016 08:35:16 +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 870C11A0C; Tue, 16 Feb 2016 08:35:16 +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 7C659BDC8E; Tue, 16 Feb 2016 09:35:13 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5ECC0BDC6B; Tue, 16 Feb 2016 09:35:13 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 2126353634AD; Tue, 16 Feb 2016 09:35:13 +0100 (CET) Date: Tue, 16 Feb 2016 09:35:12 +0100 From: Mathieu Arnold To: Danilo Egea Gondolfo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408964 - in head/misc/xdelta3: . files Message-ID: <8317C2196AA6C06D8A9BCE58@atuin.in.mat.cc> In-Reply-To: <201602152349.u1FNnCDX066968@repo.freebsd.org> References: <201602152349.u1FNnCDX066968@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========63A2388969512F451787==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 08:35:16 -0000 --==========63A2388969512F451787========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 15 f=C3=A9vrier 2016 23:49:12 +0000 Danilo Egea Gondolfo wrote: | PORTNAME=3D xdelta | -PORTVERSION=3D 3.0.7 | +PORTVERSION=3D 3.0.11 | PORTEPOCH=3D 1 | | +GH_ACCOUNT=3D jmacd | +GH_PROJECT=3D xdelta-devel | +GH_TAGNAME=3D v3.0.11 This line should be removed and DISTVERSIONPREFIX=3Dv should be added to = the top block. | +WRKSRC=3D ${WRKDIR}/${PORTNAME}-devel-${PORTVERSION}/xdelta3 This should be WRKSRC_SUBDIR=3Dxdelta3 --=20 Mathieu Arnold --==========63A2388969512F451787========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWwt9AXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IR/MP/0vD704LaI9/S8OuTIPdaSpS jMnRV5ZFkH+yKA362SRQIKGaLFry8XytHpADXsmLi6yzKyJj6+eSXdt9uSbZxLOt afuVpmFu/8VvS8h4LI6YA/wjtcfQt+kbVKiFdS+Xq8oaBLadzABbB+8HFZJf1mD0 Ts1nNEIVN1YIaPMU77WT5FmFrnLYQBIXF5fCWFNyfbB/3TPJ6IHG63AI82dE8/jJ meTJ1nJETTv44BwgJPQ+jZcDk+UqrhZvWwc5stx4qAo0cHLU4sXi4G0HIEMyMZxx yHNzqR9hgEI/7flj4VmjUVk4GNPaOehOUXdPI9zvlqxByCOfKPCZqWbZoeXYgkCR l8D4V1h7CnRZArGqt97uAC2Qg9TK+xYInOIeh30ta3FxMguHh9sSz11I0Ce5/mMe ZM5k8z+8Bn4McD44DF2vnskDyKBY0RGJjsRrSZ43tJI1lQk/z35rPDbTtH9TIAZL VGCz6BFO2H4v15iCBxVhWDZflqkCLsvRsF2ODd6Uv53d5BMNuzF5x5e+U1/aqX+A MBnztkh16GgzaJlQGQUFvmOfZJEwNBVf3MU8h4UkRY7UmikChCOhX2IJ2lwDlLDO xWlPZkfazvgvwmu4ShDm/aeHg3mXOGRpgD/9sSG6OYkCfgd87qkmJku2GVuMqUEV p0fAdMs1b2A84cO8JmWj =wUkJ -----END PGP SIGNATURE----- --==========63A2388969512F451787==========-- From owner-svn-ports-head@freebsd.org Tue Feb 16 08:40:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48C2DAA0E93; Tue, 16 Feb 2016 08:40:37 +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 136041C19; Tue, 16 Feb 2016 08:40:36 +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 3AB7ABDCC4; Tue, 16 Feb 2016 09:40:33 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 20A20BDCBC; Tue, 16 Feb 2016 09:40:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id D7FA453635EA; Tue, 16 Feb 2016 09:40:32 +0100 (CET) Date: Tue, 16 Feb 2016 09:40:32 +0100 From: Mathieu Arnold To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408981 - head/security/letsencrypt.sh Message-ID: <6A08A6743A6B9BD0FE96D5B0@atuin.in.mat.cc> In-Reply-To: <201602160815.u1G8FrxF016937@repo.freebsd.org> References: <201602160815.u1G8FrxF016937@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========6E558C68498B15ECC429==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 08:40:37 -0000 --==========6E558C68498B15ECC429========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 16 f=C3=A9vrier 2016 08:15:53 +0000 Bernard Spil wrote: | Author: brnrd | Date: Tue Feb 16 08:15:53 2016 | New Revision: 408981 | URL: https://svnweb.freebsd.org/changeset/ports/408981 |=20 | Log: | security/letsencrypt.sh: Update to 2015-02-15 | =20 | Reviewed by: feld (mentor) | Approved by: feld (mentor) | Differential Revision: D5288 Did the maintainer approve this ? --=20 Mathieu Arnold --==========6E558C68498B15ECC429========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWwuCAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IQZoP/j+UdvCJiBKhF/ggPICj2itQ xIjPczPMhsTHhsVSJHCSU2zoUU2RMXoyENZIjNZO6P+kE3Y+C9ZkQrfd5mKDXFuf DYvYFhEo3+slKhtIfXVoxuOgTmYSEZ/23I5Xivr1B0HkJ+TARHyZ+ogYAf0TcXRy xWRgltNuFxm2Rz3BQ3iBUo2rm/+p9slNFTyPIJJd9dGJx4EjYhsUT4YK7kzeM12j ayeIEDV3cebiznwAY023EYap4ZKgxyVia4mvoAfM7Wrqu9oEtkZsc/zHAVdeLx2c bmAt+HVyGC8Kf6yudcw+6ZYTvPlZjdmWWZ5dpneSTtFzGDZ1ehDyeKbPLkmAsuPw gom2bNVmebPDh4ctPrTBJuZLied3QNKSnRjFOAnmpbX4a2x0NWa3zjXLZ4DpjMiZ Ipce17JNOjL+c5tTAtq4e+4mOHbS94ll6UK4Yqm7WY2cwCJF5rnjXdhhsdPfxQx4 JAahdl+ZdUPEiuxEN+HqxfPp6ue5ldN6gSIKvmA6XN9jWMI1XBbBHHcOqs7NG4dB z3wNAzsfUp4zV5Saiau2T6pvhnQkwfCnfg3E/T8A0WZqCc34E1oAwyfO/0/eb+3S 9PZsLgHnXaOFRAZyJkBFKHHPiK/x6vAbsacupR7RE6HTz6ghkn7inq1j5ItDrsgs uuQPx0RihWAJRiExrtCi =+Dwq -----END PGP SIGNATURE----- --==========6E558C68498B15ECC429==========-- From owner-svn-ports-head@freebsd.org Tue Feb 16 09:06:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ABBCAA1FD8; Tue, 16 Feb 2016 09:06:57 +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 56C96181F; Tue, 16 Feb 2016 09:06:57 +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 u1G96uM8031498; Tue, 16 Feb 2016 09:06:56 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G96uBh031491; Tue, 16 Feb 2016 09:06:56 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602160906.u1G96uBh031491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 16 Feb 2016 09:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408982 - in head: lang/tcl85 lang/tcl85/files x11-toolkits/tk85 x11-toolkits/tk85/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 09:06:57 -0000 Author: gahr Date: Tue Feb 16 09:06:55 2016 New Revision: 408982 URL: https://svnweb.freebsd.org/changeset/ports/408982 Log: lang/tcl85, x11-toolkits/tk85: update to 8.5.19 Announcement: http://code.activestate.com/lists/tcl-core/15413/ Modified: head/lang/tcl85/Makefile head/lang/tcl85/distinfo head/lang/tcl85/files/patch-Makefile.in head/lang/tcl85/files/patch-configure head/lang/tcl85/pkg-plist head/x11-toolkits/tk85/Makefile head/x11-toolkits/tk85/distinfo head/x11-toolkits/tk85/files/patch-unix-configure head/x11-toolkits/tk85/pkg-plist Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Tue Feb 16 08:15:53 2016 (r408981) +++ head/lang/tcl85/Makefile Tue Feb 16 09:06:55 2016 (r408982) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= tcl -PORTVERSION= 8.5.18 -PORTREVISION= 1 +PORTVERSION= 8.5.19 CATEGORIES= lang MASTER_SITES= TCLTK/tcl8_5 \ SF/tcl/Tcl/${PORTVERSION} -PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} +PKGNAMESUFFIX= ${SHORT_TCL_VER} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org @@ -23,10 +22,12 @@ OPTIONS_DEFAULT=MODULES THREADS TCLMAN_DESC= Install Tcl function manpages TZDATA_DESC= Install Tcl timezone data MODULES_DESC= Install Tcl common modules +OPTIONS_SUB= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix +WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//:S/rc1//}/unix ALL_TARGET= all INSTALL_TARGET= install install-libraries +TEST_TARGET= do-test USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -37,45 +38,19 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TCL_VER= 8.5 SHORT_TCL_VER= ${TCL_VER:S/8./8/} -MAN_SUFFIX= ${PORTNAME}${PKGNAMESUFFIX} +MAN_SUFFIX= ${PORTNAME}${SHORT_TCL_VER} MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} \ MAN_SUFFIX=.${MAN_SUFFIX} \ - LANG=C LC_ALL=C # LANG=C is required for some of UTF-using tests + LANG=C LC_ALL=C PLIST_SUB= TCL_VER=${TCL_VER} \ SHORT_TCL_VER=${SHORT_TCL_VER} -.include - -.if ${PORT_OPTIONS:MTCLMAN} -INSTALL_TARGET+=install-doc -PLIST_SUB+= MAN="" -.else -PLIST_SUB+= MAN="@comment " -.endif - -.if ${PORT_OPTIONS:MTHREADS} -CONFIGURE_ARGS+= --enable-threads -.else -CONFIGURE_ARGS+= --disable-threads -.endif - -.if ${PORT_OPTIONS:MMODULES} -INSTALL_TARGET+=install-tm -PLIST_SUB+= MODULES="" -.else -PLIST_SUB+= MODULES="@comment " -.endif - -.if ${PORT_OPTIONS:MTZDATA} -PLIST_SUB+= TZDATA="" -CONFIGURE_ARGS+=--with-tzdata -INSTALL_TARGET+=install-tzdata -.else -PLIST_SUB+= TZDATA="@comment " -CONFIGURE_ARGS+=--without-tzdata -.endif +TCLMAN_VARS= INSTALL_TARGET+=install-doc +MODULES_VARS= INSTALL_TARGET+=install-tm +THREADS_CONFIGURE_ENABLE= threads +TZDATA_CONFIGURE_WITH= tzdata post-patch: ${REINPLACE_CMD} -e \ @@ -90,11 +65,7 @@ post-configure: -e 's,-DNO_MEMMOVE=1,,' -e 's,-DNO_STRING_H=1,,' \ -e 's,^COMPAT_OBJS.*,,' ${WRKSRC}/Makefile -post-install: - ${LN} -fs libtcl${SHORT_TCL_VER}.so.1.0 \ - ${STAGEDIR}${PREFIX}/lib/libtcl${SHORT_TCL_VER}.so.1 - -regression-test: build - cd ${WRKSRC} && LC_ALL=C ${MAKE} test +do-test: + ${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} test .include Modified: head/lang/tcl85/distinfo ============================================================================== --- head/lang/tcl85/distinfo Tue Feb 16 08:15:53 2016 (r408981) +++ head/lang/tcl85/distinfo Tue Feb 16 09:06:55 2016 (r408982) @@ -1,2 +1,2 @@ -SHA256 (tcl8.5.18-src.tar.gz) = 032be57a607bdf252135b52fac9e3a7016e526242374ac7637b083ecc4c5d3c9 -SIZE (tcl8.5.18-src.tar.gz) = 4534628 +SHA256 (tcl8.5.19-src.tar.gz) = d3f04456da873d17f02efc30734b0300fb6c3b85028d445fe284b83253a6db18 +SIZE (tcl8.5.19-src.tar.gz) = 4552371 Modified: head/lang/tcl85/files/patch-Makefile.in ============================================================================== --- head/lang/tcl85/files/patch-Makefile.in Tue Feb 16 08:15:53 2016 (r408981) +++ head/lang/tcl85/files/patch-Makefile.in Tue Feb 16 09:06:55 2016 (r408982) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2015-03-06 15:13:58 UTC +--- Makefile.in.orig 2016-01-26 17:50:13 UTC +++ Makefile.in @@ -54,6 +54,8 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TC @@ -99,7 +99,7 @@ do \ if [ ! -d "$(SCRIPT_INSTALL_DIR)"/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ -@@ -758,50 +777,63 @@ install-libraries: libraries $(INSTALL_T +@@ -758,50 +777,64 @@ install-libraries: libraries $(INSTALL_T fi; \ done; @echo "Installing header files to $(INCLUDE_INSTALL_DIR)/"; @@ -111,11 +111,11 @@ do \ - $(INSTALL_DATA) $$i "$(INCLUDE_INSTALL_DIR)"; \ + $(INSTALL_DATA) $$i "$(GENERIC_INCLUDE_INSTALL_DIR)"; \ -+ done; + done; + @for i in $(UNIX_DIR)/*.h ; \ + do \ + $(INSTALL_DATA) $$i "$(UNIX_INCLUDE_INSTALL_DIR)"; \ - done; ++ done; + @ln -sf generic/tcl.h "$(INCLUDE_INSTALL_DIR)"/tcl.h + @ln -sf generic/tclDecls.h "$(INCLUDE_INSTALL_DIR)"/tclDecls.h + @ln -sf generic/tclPlatDecls.h "$(INCLUDE_INSTALL_DIR)"/tclPlatDecls.h @@ -149,25 +149,24 @@ do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; -- @echo "Installing package http 2.7.13 as a Tcl Module"; + @echo "Installing package http 2.7.13 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.13.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.7.13.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \ done; -+ @echo "Installing package http 2.7.13 as a Tcl Module"; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.7.13.tm @echo "Installing package msgcat 1.5.2 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.2.tm; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/msgcat-1.5.2.tm ++ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/msgcat-1.5.2.tm; @echo "Installing package tcltest 2.3.8 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.8.tm; -- -+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.3.8.tm - @echo "Installing package platform 1.0.13 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.13.tm; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/platform-1.0.13.tm ++ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.3.8.tm; + + @echo "Installing package platform 1.0.14 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.14.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/platform-1.0.14.tm; @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm; - @@ -181,7 +180,7 @@ - "$(SCRIPT_INSTALL_DIR)"/tm.tcl; \ - fi + @$(INSTALL_DATA_DIR) "$(SCRIPT_INSTALL_DIR)"/platform; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/platform/shell-1.1.4.tm ++ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/platform/shell-1.1.4.tm; install-tzdata: @for i in tzdata; \ Modified: head/lang/tcl85/files/patch-configure ============================================================================== --- head/lang/tcl85/files/patch-configure Tue Feb 16 08:15:53 2016 (r408981) +++ head/lang/tcl85/files/patch-configure Tue Feb 16 09:06:55 2016 (r408982) @@ -1,15 +1,19 @@ ---- configure.orig 2015-03-06 15:13:58 UTC -+++ configure -@@ -7647,7 +7647,11 @@ fi +--- configure.orig 2014-08-29 15:40:10.000000000 +0200 ++++ configure 2014-08-29 15:40:23.000000000 +0200 +@@ -7764,15 +7764,11 @@ + LDFLAGS="$LDFLAGS $PTHREAD_LIBS" + fi +- case $system in +- FreeBSD-3.*) + # Version numbers are dot-stripped by system policy. + TCL_TRIM_DOTS=`echo ${VERSION} | tr -d .` + UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a' +- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so' ++ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.1' + TCL_LIB_VERSIONS_OK=nodots +- ;; +- esac ;; - FreeBSD-*) -- # This configuration from FreeBSD Ports. -+ # Version numbers are dot-stripped by system policy. -+ TCL_TRIM_DOTS=`echo ${VERSION} | tr -d .` -+ UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a' -+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.${SHLIB_VERSION}' -+ TCL_LIB_VERSIONS_OK=nodots - SHLIB_CFLAGS="-fPIC" - SHLIB_LD="${CC} -shared" - SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,-soname,\$@" + Darwin-*) + CFLAGS_OPTIMIZE="-Os" Modified: head/lang/tcl85/pkg-plist ============================================================================== --- head/lang/tcl85/pkg-plist Tue Feb 16 08:15:53 2016 (r408981) +++ head/lang/tcl85/pkg-plist Tue Feb 16 09:06:55 2016 (r408982) @@ -28,7 +28,6 @@ include/tcl%%TCL_VER%%/unix/tclUnixThrd. lib/libtcl%%SHORT_TCL_VER%%.a lib/libtcl%%SHORT_TCL_VER%%.so lib/libtcl%%SHORT_TCL_VER%%.so.1 -lib/libtcl%%SHORT_TCL_VER%%.so.1.0 lib/libtclstub%%SHORT_TCL_VER%%.a lib/tcl%%TCL_VER%%/auto.tcl lib/tcl%%TCL_VER%%/clock.tcl @@ -248,700 +247,702 @@ lib/tcl%%TCL_VER%%/tclIndex lib/tcl%%TCL_VER%%/tm.tcl lib/tcl%%TCL_VER%%/word.tcl libdata/pkgconfig/tcl85.pc -%%MAN%%man/man1/tclsh.tcl85.1.gz -%%MAN%%man/man3/TCL_MEM_DEBUG.tcl85.3.gz -%%MAN%%man/man3/Tcl_Access.tcl85.3.gz -%%MAN%%man/man3/Tcl_AddErrorInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_AddObjErrorInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_AlertNotifier.tcl85.3.gz -%%MAN%%man/man3/Tcl_Alloc.tcl85.3.gz -%%MAN%%man/man3/Tcl_AllocStatBuf.tcl85.3.gz -%%MAN%%man/man3/Tcl_AllowExceptions.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppInit.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendAllObjTypes.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendElement.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendExportList.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendFormatToObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendLimitedToObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendObjToErrorInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendObjToObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendPrintfToObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendResultVA.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendStringsToObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendStringsToObjVA.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendToObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_AppendUnicodeToObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_AsyncCreate.tcl85.3.gz -%%MAN%%man/man3/Tcl_AsyncDelete.tcl85.3.gz -%%MAN%%man/man3/Tcl_AsyncInvoke.tcl85.3.gz -%%MAN%%man/man3/Tcl_AsyncMark.tcl85.3.gz -%%MAN%%man/man3/Tcl_AsyncReady.tcl85.3.gz -%%MAN%%man/man3/Tcl_AttemptAlloc.tcl85.3.gz -%%MAN%%man/man3/Tcl_AttemptRealloc.tcl85.3.gz -%%MAN%%man/man3/Tcl_AttemptSetObjLength.tcl85.3.gz -%%MAN%%man/man3/Tcl_BackgroundError.tcl85.3.gz -%%MAN%%man/man3/Tcl_Backslash.tcl85.3.gz -%%MAN%%man/man3/Tcl_BadChannelOption.tcl85.3.gz -%%MAN%%man/man3/Tcl_CallWhenDeleted.tcl85.3.gz -%%MAN%%man/man3/Tcl_CancelIdleCall.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelBlockModeProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelBuffered.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelClose2Proc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelCloseProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelFlushProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelGetHandleProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelGetOptionProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelHandlerProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelInputProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelName.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelOutputProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelSeekProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelSetOptionProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelThreadActionProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelTruncateProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelVersion.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelWatchProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ChannelWideSeekProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_Chdir.tcl85.3.gz -%%MAN%%man/man3/Tcl_ClearChannelHandlers.tcl85.3.gz -%%MAN%%man/man3/Tcl_Close.tcl85.3.gz -%%MAN%%man/man3/Tcl_CommandComplete.tcl85.3.gz -%%MAN%%man/man3/Tcl_CommandTraceInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_Concat.tcl85.3.gz -%%MAN%%man/man3/Tcl_ConcatObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_ConditionFinalize.tcl85.3.gz -%%MAN%%man/man3/Tcl_ConditionNotify.tcl85.3.gz -%%MAN%%man/man3/Tcl_ConditionWait.tcl85.3.gz -%%MAN%%man/man3/Tcl_ConvertCountedElement.tcl85.3.gz -%%MAN%%man/man3/Tcl_ConvertElement.tcl85.3.gz -%%MAN%%man/man3/Tcl_ConvertToType.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateAlias.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateAliasObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateChannelHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateCloseHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateEncoding.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateEnsemble.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateEventSource.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateExitHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateFileHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateHashEntry.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateInterp.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateMathFunc.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateNamespace.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateObjCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateObjTrace.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateSlave.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateThread.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateThreadExitHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateTimerHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_CreateTrace.tcl85.3.gz -%%MAN%%man/man3/Tcl_CutChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringAppend.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringAppendElement.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringEndSublist.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringFree.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringGetResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringInit.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringLength.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringSetLength.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringStartSublist.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringTrunc.tcl85.3.gz -%%MAN%%man/man3/Tcl_DStringValue.tcl85.3.gz -%%MAN%%man/man3/Tcl_DecrRefCount.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteAssocData.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteChannelHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteCloseHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteCommandFromToken.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteEventSource.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteEvents.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteExitHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteFileHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteHashEntry.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteHashTable.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteInterp.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteNamespace.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteThreadExitHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteTimerHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_DeleteTrace.tcl85.3.gz -%%MAN%%man/man3/Tcl_DetachChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_DetachPids.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjDone.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjFirst.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjGet.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjNext.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjPut.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjPutKeyList.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjRemove.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjRemoveKeyList.tcl85.3.gz -%%MAN%%man/man3/Tcl_DictObjSize.tcl85.3.gz -%%MAN%%man/man3/Tcl_DiscardInterpState.tcl85.3.gz -%%MAN%%man/man3/Tcl_DiscardResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_DoOneEvent.tcl85.3.gz -%%MAN%%man/man3/Tcl_DoWhenIdle.tcl85.3.gz -%%MAN%%man/man3/Tcl_DontCallWhenDeleted.tcl85.3.gz -%%MAN%%man/man3/Tcl_DumpActiveMemory.tcl85.3.gz -%%MAN%%man/man3/Tcl_DuplicateObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_Eof.tcl85.3.gz -%%MAN%%man/man3/Tcl_ErrnoId.tcl85.3.gz -%%MAN%%man/man3/Tcl_ErrnoMsg.tcl85.3.gz -%%MAN%%man/man3/Tcl_Eval.tcl85.3.gz -%%MAN%%man/man3/Tcl_EvalEx.tcl85.3.gz -%%MAN%%man/man3/Tcl_EvalFile.tcl85.3.gz -%%MAN%%man/man3/Tcl_EvalObjEx.tcl85.3.gz -%%MAN%%man/man3/Tcl_EvalObjv.tcl85.3.gz -%%MAN%%man/man3/Tcl_EvalTokens.tcl85.3.gz -%%MAN%%man/man3/Tcl_EvalTokensStandard.tcl85.3.gz -%%MAN%%man/man3/Tcl_EventuallyFree.tcl85.3.gz -%%MAN%%man/man3/Tcl_Exit.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExitThread.tcl85.3.gz -%%MAN%%man/man3/Tcl_Export.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExposeCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExprBoolean.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExprBooleanObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExprDouble.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExprDoubleObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExprLong.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExprLongObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExprObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExprString.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExternalToUtf.tcl85.3.gz -%%MAN%%man/man3/Tcl_ExternalToUtfDString.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSAccess.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSChdir.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSConvertToPathType.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSCopyDirectory.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSCopyFile.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSCreateDirectory.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSData.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSDeleteFile.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSEqualPaths.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSEvalFile.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSEvalFileEx.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSFileAttrStrings.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSFileAttrsGet.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSFileAttrsSet.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSFileSystemInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSGetCwd.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSGetFileSystemForPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSGetInternalRep.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSGetNativePath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSGetNormalizedPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSGetPathType.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSGetTranslatedPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSGetTranslatedStringPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSJoinPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSJoinToPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSLink.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSListVolumes.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSLoadFile.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSLstat.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSMatchInDirectory.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSMountsChanged.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSNewNativePath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSOpenFileChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSPathSeparator.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSRegister.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSRemoveDirectory.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSRenameFile.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSSplitPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSStat.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSUnregister.tcl85.3.gz -%%MAN%%man/man3/Tcl_FSUtime.tcl85.3.gz -%%MAN%%man/man3/Tcl_Finalize.tcl85.3.gz -%%MAN%%man/man3/Tcl_FinalizeNotifier.tcl85.3.gz -%%MAN%%man/man3/Tcl_FinalizeThread.tcl85.3.gz -%%MAN%%man/man3/Tcl_FindCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_FindEnsemble.tcl85.3.gz -%%MAN%%man/man3/Tcl_FindExecutable.tcl85.3.gz -%%MAN%%man/man3/Tcl_FindHashEntry.tcl85.3.gz -%%MAN%%man/man3/Tcl_FindNamespace.tcl85.3.gz -%%MAN%%man/man3/Tcl_FirstHashEntry.tcl85.3.gz -%%MAN%%man/man3/Tcl_Flush.tcl85.3.gz -%%MAN%%man/man3/Tcl_ForgetImport.tcl85.3.gz -%%MAN%%man/man3/Tcl_Format.tcl85.3.gz -%%MAN%%man/man3/Tcl_Free.tcl85.3.gz -%%MAN%%man/man3/Tcl_FreeEncoding.tcl85.3.gz -%%MAN%%man/man3/Tcl_FreeParse.tcl85.3.gz -%%MAN%%man/man3/Tcl_FreeResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetAlias.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetAliasObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetAssocData.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetBignumFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetBoolean.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetBooleanFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetByteArrayFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelBufferSize.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelError.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelErrorInterp.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelHandle.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelInstanceData.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelMode.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelName.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelNames.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelNamesEx.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelOption.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelThread.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetChannelType.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCharLength.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCommandFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCommandFullName.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCommandInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCommandInfoFromToken.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCommandName.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCurrentNamespace.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCurrentThread.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetCwd.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetDefaultEncodingDir.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetDouble.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetDoubleFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEncoding.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEncodingFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEncodingName.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEncodingNameFromEnvironment.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEncodingNames.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEncodingSearchPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEnsembleFlags.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEnsembleMappingDict.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEnsembleNamespace.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEnsembleSubcommandList.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetEnsembleUnknownHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetErrno.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetGlobalNamespace.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetHashKey.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetHashValue.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetHostName.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetIndexFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetIndexFromObjStruct.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetInt.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetIntFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetInterpPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetLongFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetMaster.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetMathFuncInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetNameOfExecutable.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetNamespaceUnknownHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetObjResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetObjType.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetOpenFile.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetPathType.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetRange.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetRegExpFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetReturnOptions.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetServiceMode.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetSlave.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetStackedChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetStdChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetString.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetStringFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetStringResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetThreadData.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetTime.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetTopChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetUniChar.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetUnicode.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetUnicodeFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetVar2.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetVar2Ex.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetVersion.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetWideIntFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_Gets.tcl85.3.gz -%%MAN%%man/man3/Tcl_GetsObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_GlobalEval.tcl85.3.gz -%%MAN%%man/man3/Tcl_GlobalEvalObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_HashStats.tcl85.3.gz -%%MAN%%man/man3/Tcl_HideCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_Import.tcl85.3.gz -%%MAN%%man/man3/Tcl_IncrRefCount.tcl85.3.gz -%%MAN%%man/man3/Tcl_Init.tcl85.3.gz -%%MAN%%man/man3/Tcl_InitCustomHashTable.tcl85.3.gz -%%MAN%%man/man3/Tcl_InitHashTable.tcl85.3.gz -%%MAN%%man/man3/Tcl_InitMemory.tcl85.3.gz -%%MAN%%man/man3/Tcl_InitNotifier.tcl85.3.gz -%%MAN%%man/man3/Tcl_InitObjHashTable.tcl85.3.gz -%%MAN%%man/man3/Tcl_InitStubs.tcl85.3.gz -%%MAN%%man/man3/Tcl_InputBlocked.tcl85.3.gz -%%MAN%%man/man3/Tcl_InputBuffered.tcl85.3.gz -%%MAN%%man/man3/Tcl_Interp.tcl85.3.gz -%%MAN%%man/man3/Tcl_InterpDeleted.tcl85.3.gz -%%MAN%%man/man3/Tcl_InvalidateStringRep.tcl85.3.gz -%%MAN%%man/man3/Tcl_IsChannelExisting.tcl85.3.gz -%%MAN%%man/man3/Tcl_IsChannelRegistered.tcl85.3.gz -%%MAN%%man/man3/Tcl_IsChannelShared.tcl85.3.gz -%%MAN%%man/man3/Tcl_IsEnsemble.tcl85.3.gz -%%MAN%%man/man3/Tcl_IsSafe.tcl85.3.gz -%%MAN%%man/man3/Tcl_IsShared.tcl85.3.gz -%%MAN%%man/man3/Tcl_IsStandardChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_JoinPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_JoinThread.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitAddHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitCheck.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitExceeded.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitGetCommands.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitGetGranularity.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitGetTime.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitReady.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitRemoveHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitSetCommands.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitSetGranularity.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitSetTime.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitTypeEnabled.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitTypeExceeded.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitTypeReset.tcl85.3.gz -%%MAN%%man/man3/Tcl_LimitTypeSet.tcl85.3.gz -%%MAN%%man/man3/Tcl_LinkVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_ListMathFuncs.tcl85.3.gz -%%MAN%%man/man3/Tcl_ListObjAppendElement.tcl85.3.gz -%%MAN%%man/man3/Tcl_ListObjAppendList.tcl85.3.gz -%%MAN%%man/man3/Tcl_ListObjGetElements.tcl85.3.gz -%%MAN%%man/man3/Tcl_ListObjIndex.tcl85.3.gz -%%MAN%%man/man3/Tcl_ListObjLength.tcl85.3.gz -%%MAN%%man/man3/Tcl_ListObjReplace.tcl85.3.gz -%%MAN%%man/man3/Tcl_LogCommandInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_Main.tcl85.3.gz -%%MAN%%man/man3/Tcl_MakeFileChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_MakeSafe.tcl85.3.gz -%%MAN%%man/man3/Tcl_MakeTcpClientChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_Merge.tcl85.3.gz -%%MAN%%man/man3/Tcl_MutexFinalize.tcl85.3.gz -%%MAN%%man/man3/Tcl_MutexLock.tcl85.3.gz -%%MAN%%man/man3/Tcl_MutexUnlock.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewBignumObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewBooleanObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewByteArrayObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewDictObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewDoubleObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewIntObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewListObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewLongObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewStringObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewUnicodeObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NewWideIntObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_NextHashEntry.tcl85.3.gz -%%MAN%%man/man3/Tcl_NotifyChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_NumUtfChars.tcl85.3.gz -%%MAN%%man/man3/Tcl_ObjGetVar2.tcl85.3.gz -%%MAN%%man/man3/Tcl_ObjPrintf.tcl85.3.gz -%%MAN%%man/man3/Tcl_ObjSetVar2.tcl85.3.gz -%%MAN%%man/man3/Tcl_OpenCommandChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_OpenFileChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_OpenTcpClient.tcl85.3.gz -%%MAN%%man/man3/Tcl_OpenTcpServer.tcl85.3.gz -%%MAN%%man/man3/Tcl_OutputBuffered.tcl85.3.gz -%%MAN%%man/man3/Tcl_Panic.tcl85.3.gz -%%MAN%%man/man3/Tcl_PanicVA.tcl85.3.gz -%%MAN%%man/man3/Tcl_ParseBraces.tcl85.3.gz -%%MAN%%man/man3/Tcl_ParseCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_ParseExpr.tcl85.3.gz -%%MAN%%man/man3/Tcl_ParseQuotedString.tcl85.3.gz -%%MAN%%man/man3/Tcl_ParseVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_ParseVarName.tcl85.3.gz -%%MAN%%man/man3/Tcl_PkgPresent.tcl85.3.gz -%%MAN%%man/man3/Tcl_PkgPresentEx.tcl85.3.gz -%%MAN%%man/man3/Tcl_PkgProvide.tcl85.3.gz -%%MAN%%man/man3/Tcl_PkgProvideEx.tcl85.3.gz -%%MAN%%man/man3/Tcl_PkgRequire.tcl85.3.gz -%%MAN%%man/man3/Tcl_PkgRequireEx.tcl85.3.gz -%%MAN%%man/man3/Tcl_PkgRequireProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_PosixError.tcl85.3.gz -%%MAN%%man/man3/Tcl_Preserve.tcl85.3.gz -%%MAN%%man/man3/Tcl_PrintDouble.tcl85.3.gz -%%MAN%%man/man3/Tcl_PutEnv.tcl85.3.gz -%%MAN%%man/man3/Tcl_QueryTimeProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_QueueEvent.tcl85.3.gz -%%MAN%%man/man3/Tcl_Read.tcl85.3.gz -%%MAN%%man/man3/Tcl_ReadChars.tcl85.3.gz -%%MAN%%man/man3/Tcl_ReadRaw.tcl85.3.gz -%%MAN%%man/man3/Tcl_Realloc.tcl85.3.gz -%%MAN%%man/man3/Tcl_ReapDetachedProcs.tcl85.3.gz -%%MAN%%man/man3/Tcl_RecordAndEval.tcl85.3.gz -%%MAN%%man/man3/Tcl_RecordAndEvalObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegExpCompile.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegExpExec.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegExpExecObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegExpGetInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegExpMatch.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegExpMatchObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegExpRange.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegisterChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegisterConfig.tcl85.3.gz -%%MAN%%man/man3/Tcl_RegisterObjType.tcl85.3.gz -%%MAN%%man/man3/Tcl_Release.tcl85.3.gz -%%MAN%%man/man3/Tcl_ResetResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_RestoreInterpState.tcl85.3.gz -%%MAN%%man/man3/Tcl_RestoreResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_SaveInterpState.tcl85.3.gz -%%MAN%%man/man3/Tcl_SaveResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_ScanCountedElement.tcl85.3.gz -%%MAN%%man/man3/Tcl_ScanElement.tcl85.3.gz -%%MAN%%man/man3/Tcl_Seek.tcl85.3.gz -%%MAN%%man/man3/Tcl_ServiceAll.tcl85.3.gz -%%MAN%%man/man3/Tcl_ServiceEvent.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetAssocData.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetBignumObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetBooleanObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetByteArrayLength.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetByteArrayObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetChannelBufferSize.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetChannelError.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetChannelErrorInterp.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetChannelOption.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetCommandInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetCommandInfoFromToken.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetDefaultEncodingDir.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetDoubleObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetEncodingSearchPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetEnsembleFlags.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetEnsembleMappingDict.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetEnsembleSubcommandList.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetEnsembleUnknownHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetErrno.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetErrorCode.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetErrorCodeVA.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetExitProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetHashValue.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetIntObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetListObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetLongObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetMainLoop.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetMaxBlockTime.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetNamespaceUnknownHandler.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetObjErrorCode.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetObjLength.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetObjResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetPanicProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetRecursionLimit.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetResult.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetReturnOptions.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetServiceMode.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetStdChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetStringObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetSystemEncoding.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetTimeProc.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetTimer.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetUnicodeObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetVar2.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetVar2Ex.tcl85.3.gz -%%MAN%%man/man3/Tcl_SetWideIntObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_SignalId.tcl85.3.gz -%%MAN%%man/man3/Tcl_SignalMsg.tcl85.3.gz -%%MAN%%man/man3/Tcl_Sleep.tcl85.3.gz -%%MAN%%man/man3/Tcl_SourceRCFile.tcl85.3.gz -%%MAN%%man/man3/Tcl_SpliceChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_SplitList.tcl85.3.gz -%%MAN%%man/man3/Tcl_SplitPath.tcl85.3.gz -%%MAN%%man/man3/Tcl_StackChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_StandardChannels.tcl85.3.gz -%%MAN%%man/man3/Tcl_Stat.tcl85.3.gz -%%MAN%%man/man3/Tcl_StaticPackage.tcl85.3.gz -%%MAN%%man/man3/Tcl_StringCaseMatch.tcl85.3.gz -%%MAN%%man/man3/Tcl_StringMatch.tcl85.3.gz -%%MAN%%man/man3/Tcl_SubstObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_TakeBignumFromObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_Tell.tcl85.3.gz -%%MAN%%man/man3/Tcl_ThreadAlert.tcl85.3.gz -%%MAN%%man/man3/Tcl_ThreadQueueEvent.tcl85.3.gz -%%MAN%%man/man3/Tcl_TraceCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_TraceVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_TraceVar2.tcl85.3.gz -%%MAN%%man/man3/Tcl_TranslateFileName.tcl85.3.gz -%%MAN%%man/man3/Tcl_TruncateChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_Ungets.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniChar.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharAtIndex.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharCaseMatch.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsAlnum.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsAlpha.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsControl.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsDigit.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsGraph.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsLower.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsPrint.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsPunct.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsSpace.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsUpper.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharIsWordChar.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharLen.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharNcasecmp.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharNcmp.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharToLower.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharToTitle.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharToUpper.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharToUtf.tcl85.3.gz -%%MAN%%man/man3/Tcl_UniCharToUtfDString.tcl85.3.gz -%%MAN%%man/man3/Tcl_UnlinkVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_UnregisterChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_UnsetVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_UnsetVar2.tcl85.3.gz -%%MAN%%man/man3/Tcl_UnstackChannel.tcl85.3.gz -%%MAN%%man/man3/Tcl_UntraceCommand.tcl85.3.gz -%%MAN%%man/man3/Tcl_UntraceVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_UntraceVar2.tcl85.3.gz -%%MAN%%man/man3/Tcl_UpVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_UpVar2.tcl85.3.gz -%%MAN%%man/man3/Tcl_UpdateLinkedVar.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfAtIndex.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfBackslash.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfCharComplete.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfFindFirst.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfFindLast.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfNext.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfPrev.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfToExternal.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfToExternalDString.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfToLower.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfToTitle.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfToUniChar.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfToUniCharDString.tcl85.3.gz -%%MAN%%man/man3/Tcl_UtfToUpper.tcl85.3.gz -%%MAN%%man/man3/Tcl_ValidateAllMemory.tcl85.3.gz -%%MAN%%man/man3/Tcl_VarEval.tcl85.3.gz -%%MAN%%man/man3/Tcl_VarEvalVA.tcl85.3.gz -%%MAN%%man/man3/Tcl_VarTraceInfo.tcl85.3.gz -%%MAN%%man/man3/Tcl_VarTraceInfo2.tcl85.3.gz -%%MAN%%man/man3/Tcl_WaitForEvent.tcl85.3.gz -%%MAN%%man/man3/Tcl_WaitPid.tcl85.3.gz -%%MAN%%man/man3/Tcl_WinTCharToUtf.tcl85.3.gz -%%MAN%%man/man3/Tcl_WinUtfToTChar.tcl85.3.gz -%%MAN%%man/man3/Tcl_Write.tcl85.3.gz -%%MAN%%man/man3/Tcl_WriteChars.tcl85.3.gz -%%MAN%%man/man3/Tcl_WriteObj.tcl85.3.gz -%%MAN%%man/man3/Tcl_WriteRaw.tcl85.3.gz -%%MAN%%man/man3/Tcl_WrongNumArgs.tcl85.3.gz -%%MAN%%man/man3/attemptckalloc.tcl85.3.gz -%%MAN%%man/man3/attemptckrealloc.tcl85.3.gz -%%MAN%%man/man3/ckalloc.tcl85.3.gz -%%MAN%%man/man3/ckfree.tcl85.3.gz -%%MAN%%man/man3/ckrealloc.tcl85.3.gz -%%MAN%%man/mann/SafeBase.tcl85.n.gz -%%MAN%%man/mann/Tcl.tcl85.n.gz -%%MAN%%man/mann/after.tcl85.n.gz -%%MAN%%man/mann/append.tcl85.n.gz -%%MAN%%man/mann/apply.tcl85.n.gz -%%MAN%%man/mann/array.tcl85.n.gz -%%MAN%%man/mann/auto_execok.tcl85.n.gz -%%MAN%%man/mann/auto_import.tcl85.n.gz -%%MAN%%man/mann/auto_load.tcl85.n.gz -%%MAN%%man/mann/auto_mkindex.tcl85.n.gz -%%MAN%%man/mann/auto_mkindex_old.tcl85.n.gz -%%MAN%%man/mann/auto_qualify.tcl85.n.gz -%%MAN%%man/mann/auto_reset.tcl85.n.gz -%%MAN%%man/mann/bgerror.tcl85.n.gz -%%MAN%%man/mann/binary.tcl85.n.gz -%%MAN%%man/mann/break.tcl85.n.gz -%%MAN%%man/mann/case.tcl85.n.gz -%%MAN%%man/mann/catch.tcl85.n.gz -%%MAN%%man/mann/cd.tcl85.n.gz -%%MAN%%man/mann/chan.tcl85.n.gz -%%MAN%%man/mann/clock.tcl85.n.gz -%%MAN%%man/mann/close.tcl85.n.gz -%%MAN%%man/mann/concat.tcl85.n.gz -%%MAN%%man/mann/continue.tcl85.n.gz -%%MAN%%man/mann/dde.tcl85.n.gz -%%MAN%%man/mann/dict.tcl85.n.gz -%%MAN%%man/mann/encoding.tcl85.n.gz -%%MAN%%man/mann/eof.tcl85.n.gz -%%MAN%%man/mann/error.tcl85.n.gz -%%MAN%%man/mann/eval.tcl85.n.gz -%%MAN%%man/mann/exec.tcl85.n.gz -%%MAN%%man/mann/exit.tcl85.n.gz -%%MAN%%man/mann/expr.tcl85.n.gz -%%MAN%%man/mann/fblocked.tcl85.n.gz -%%MAN%%man/mann/fconfigure.tcl85.n.gz -%%MAN%%man/mann/fcopy.tcl85.n.gz -%%MAN%%man/mann/file.tcl85.n.gz -%%MAN%%man/mann/fileevent.tcl85.n.gz -%%MAN%%man/mann/filename.tcl85.n.gz -%%MAN%%man/mann/flush.tcl85.n.gz -%%MAN%%man/mann/for.tcl85.n.gz -%%MAN%%man/mann/foreach.tcl85.n.gz -%%MAN%%man/mann/format.tcl85.n.gz -%%MAN%%man/mann/gets.tcl85.n.gz -%%MAN%%man/mann/glob.tcl85.n.gz -%%MAN%%man/mann/global.tcl85.n.gz -%%MAN%%man/mann/history.tcl85.n.gz -%%MAN%%man/mann/http.tcl85.n.gz -%%MAN%%man/mann/if.tcl85.n.gz -%%MAN%%man/mann/incr.tcl85.n.gz -%%MAN%%man/mann/info.tcl85.n.gz -%%MAN%%man/mann/interp.tcl85.n.gz -%%MAN%%man/mann/join.tcl85.n.gz -%%MAN%%man/mann/lappend.tcl85.n.gz -%%MAN%%man/mann/lassign.tcl85.n.gz -%%MAN%%man/mann/lindex.tcl85.n.gz -%%MAN%%man/mann/linsert.tcl85.n.gz -%%MAN%%man/mann/list.tcl85.n.gz -%%MAN%%man/mann/llength.tcl85.n.gz -%%MAN%%man/mann/load.tcl85.n.gz -%%MAN%%man/mann/lrange.tcl85.n.gz -%%MAN%%man/mann/lrepeat.tcl85.n.gz -%%MAN%%man/mann/lreplace.tcl85.n.gz -%%MAN%%man/mann/lreverse.tcl85.n.gz -%%MAN%%man/mann/lsearch.tcl85.n.gz -%%MAN%%man/mann/lset.tcl85.n.gz -%%MAN%%man/mann/lsort.tcl85.n.gz -%%MAN%%man/mann/mathfunc.tcl85.n.gz -%%MAN%%man/mann/mathop.tcl85.n.gz -%%MAN%%man/mann/memory.tcl85.n.gz -%%MAN%%man/mann/msgcat.tcl85.n.gz -%%MAN%%man/mann/namespace.tcl85.n.gz -%%MAN%%man/mann/open.tcl85.n.gz -%%MAN%%man/mann/package.tcl85.n.gz -%%MAN%%man/mann/parray.tcl85.n.gz -%%MAN%%man/mann/pid.tcl85.n.gz -%%MAN%%man/mann/pkg::create.tcl85.n.gz -%%MAN%%man/mann/pkg_mkIndex.tcl85.n.gz -%%MAN%%man/mann/platform.tcl85.n.gz -%%MAN%%man/mann/platform::shell.tcl85.n.gz -%%MAN%%man/mann/proc.tcl85.n.gz -%%MAN%%man/mann/puts.tcl85.n.gz -%%MAN%%man/mann/pwd.tcl85.n.gz -%%MAN%%man/mann/re_syntax.tcl85.n.gz -%%MAN%%man/mann/read.tcl85.n.gz -%%MAN%%man/mann/refchan.tcl85.n.gz -%%MAN%%man/mann/regexp.tcl85.n.gz -%%MAN%%man/mann/registry.tcl85.n.gz -%%MAN%%man/mann/regsub.tcl85.n.gz -%%MAN%%man/mann/rename.tcl85.n.gz -%%MAN%%man/mann/return.tcl85.n.gz -%%MAN%%man/mann/scan.tcl85.n.gz -%%MAN%%man/mann/seek.tcl85.n.gz -%%MAN%%man/mann/set.tcl85.n.gz -%%MAN%%man/mann/socket.tcl85.n.gz -%%MAN%%man/mann/source.tcl85.n.gz -%%MAN%%man/mann/split.tcl85.n.gz -%%MAN%%man/mann/string.tcl85.n.gz -%%MAN%%man/mann/subst.tcl85.n.gz -%%MAN%%man/mann/switch.tcl85.n.gz -%%MAN%%man/mann/tcl_endOfWord.tcl85.n.gz -%%MAN%%man/mann/tcl_findLibrary.tcl85.n.gz -%%MAN%%man/mann/tcl_startOfNextWord.tcl85.n.gz -%%MAN%%man/mann/tcl_startOfPreviousWord.tcl85.n.gz -%%MAN%%man/mann/tcl_wordBreakAfter.tcl85.n.gz -%%MAN%%man/mann/tcl_wordBreakBefore.tcl85.n.gz -%%MAN%%man/mann/tcltest.tcl85.n.gz -%%MAN%%man/mann/tclvars.tcl85.n.gz -%%MAN%%man/mann/tell.tcl85.n.gz -%%MAN%%man/mann/time.tcl85.n.gz -%%MAN%%man/mann/tm.tcl85.n.gz -%%MAN%%man/mann/trace.tcl85.n.gz -%%MAN%%man/mann/unknown.tcl85.n.gz -%%MAN%%man/mann/unload.tcl85.n.gz -%%MAN%%man/mann/unset.tcl85.n.gz -%%MAN%%man/mann/update.tcl85.n.gz -%%MAN%%man/mann/uplevel.tcl85.n.gz -%%MAN%%man/mann/upvar.tcl85.n.gz -%%MAN%%man/mann/variable.tcl85.n.gz -%%MAN%%man/mann/vwait.tcl85.n.gz -%%MAN%%man/mann/while.tcl85.n.gz +%%TCLMAN%%man/man1/tclsh.tcl85.1.gz +%%TCLMAN%%man/man3/TCL_MEM_DEBUG.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_Access.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AddErrorInfo.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AddObjErrorInfo.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AlertNotifier.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_Alloc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AllocStatBuf.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AllowExceptions.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppInit.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendAllObjTypes.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendElement.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendExportList.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendFormatToObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendLimitedToObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendObjToErrorInfo.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendObjToObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendPrintfToObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendResult.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendResultVA.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendStringsToObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendStringsToObjVA.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendToObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AppendUnicodeToObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AsyncCreate.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AsyncDelete.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AsyncInvoke.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AsyncMark.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AsyncReady.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AttemptAlloc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AttemptRealloc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_AttemptSetObjLength.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_BackgroundError.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_Backslash.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_BadChannelOption.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CallWhenDeleted.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CancelIdleCall.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelBlockModeProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelBuffered.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelClose2Proc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelCloseProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelFlushProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelGetHandleProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelGetOptionProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelHandlerProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelInputProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelName.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelOutputProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelSeekProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelSetOptionProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelThreadActionProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelTruncateProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelVersion.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelWatchProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ChannelWideSeekProc.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_Chdir.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ClearChannelHandlers.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_Close.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CommandComplete.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CommandTraceInfo.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_Concat.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ConcatObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ConditionFinalize.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ConditionNotify.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ConditionWait.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ConvertCountedElement.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ConvertElement.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_ConvertToType.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateAlias.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateAliasObj.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateChannel.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateChannelHandler.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateCloseHandler.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateCommand.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateEncoding.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateEnsemble.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateEventSource.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateExitHandler.tcl85.3.gz +%%TCLMAN%%man/man3/Tcl_CreateFileHandler.tcl85.3.gz *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Tue Feb 16 09:20:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAD8DAA899A; Tue, 16 Feb 2016 09:20:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7644A10E3; Tue, 16 Feb 2016 09:20:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G9KFl1034838; Tue, 16 Feb 2016 09:20:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G9KEGR034831; Tue, 16 Feb 2016 09:20:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602160920.u1G9KEGR034831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 16 Feb 2016 09:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408983 - in head/mail: linux-thunderbird thunderbird thunderbird-i18n 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 09:20:16 -0000 Author: jbeich Date: Tue Feb 16 09:20:14 2016 New Revision: 408983 URL: https://svnweb.freebsd.org/changeset/ports/408983 Log: mail/thunderbird: update to 38.6.0 Changes: https://www.mozilla.org/thunderbird/38.6.0/releasenotes/ PR: 207167 Submitted by: Christoph Moench-Tegeder MFH: 2016Q1 Modified: head/mail/linux-thunderbird/Makefile (contents, props changed) head/mail/linux-thunderbird/distinfo (contents, props changed) head/mail/thunderbird-i18n/Makefile (contents, props changed) head/mail/thunderbird-i18n/distinfo (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/mail/thunderbird/distinfo (contents, props changed) head/mail/thunderbird/files/patch-bug847568 (contents, props changed) Modified: head/mail/linux-thunderbird/Makefile ============================================================================== --- head/mail/linux-thunderbird/Makefile Tue Feb 16 09:06:55 2016 (r408982) +++ head/mail/linux-thunderbird/Makefile Tue Feb 16 09:20:14 2016 (r408983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.5.0 +DISTVERSION= 38.6.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 Tue Feb 16 09:06:55 2016 (r408982) +++ head/mail/linux-thunderbird/distinfo Tue Feb 16 09:20:14 2016 (r408983) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-38.5.0.tar.bz2) = c7794f3e1d51fa7e0935d689078b348114d3abf010a0525b22e5375950b6098e -SIZE (thunderbird-38.5.0.tar.bz2) = 41923849 +SHA256 (thunderbird-38.6.0.tar.bz2) = 2e60a2a5764cdee16659b125f7ad2dde7ff6e993c69a738d86fb39530e469328 +SIZE (thunderbird-38.6.0.tar.bz2) = 41962265 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 Tue Feb 16 09:06:55 2016 (r408982) +++ head/mail/thunderbird-i18n/Makefile Tue Feb 16 09:20:14 2016 (r408983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 38.5.0 +PORTVERSION= 38.6.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Tue Feb 16 09:06:55 2016 (r408982) +++ head/mail/thunderbird-i18n/distinfo Tue Feb 16 09:20:14 2016 (r408983) @@ -1,116 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-38.5.0/ar.xpi) = 871c5198f1a5a2b5fef7f817d583bd91300bfd32522b7a1801b7e32b478a4bb9 -SIZE (xpi/thunderbird-i18n-38.5.0/ar.xpi) = 475296 -SHA256 (xpi/thunderbird-i18n-38.5.0/ast.xpi) = b8a3c66806cb11447fffe54830a78f96fcf828722708365558bb74e173a43ad4 -SIZE (xpi/thunderbird-i18n-38.5.0/ast.xpi) = 405872 -SHA256 (xpi/thunderbird-i18n-38.5.0/be.xpi) = ea1db89d0f5b511cd9ac513b97bee00cb42decd2b87e071b5da46a3aa2be81e6 -SIZE (xpi/thunderbird-i18n-38.5.0/be.xpi) = 442452 -SHA256 (xpi/thunderbird-i18n-38.5.0/bg.xpi) = aabc2ac3fadeaa3ee8abd2e964672d690bb6e6b52c795b1c2d6d64b37b36b885 -SIZE (xpi/thunderbird-i18n-38.5.0/bg.xpi) = 506124 -SHA256 (xpi/thunderbird-i18n-38.5.0/bn-BD.xpi) = 022892a83c16ef4b9532c7161d94f445d1d96d00c8229c114547989d1c323ff8 -SIZE (xpi/thunderbird-i18n-38.5.0/bn-BD.xpi) = 560626 -SHA256 (xpi/thunderbird-i18n-38.5.0/br.xpi) = 2561fdc06b3bc6cbfd5b9324c5a036e94329da937d1a5bfa61e3a6ef0c5f4af2 -SIZE (xpi/thunderbird-i18n-38.5.0/br.xpi) = 449767 -SHA256 (xpi/thunderbird-i18n-38.5.0/ca.xpi) = 40755d7ba80646e439d876df51f53bc7a38505997d54eb02be06072257e7378c -SIZE (xpi/thunderbird-i18n-38.5.0/ca.xpi) = 450325 -SHA256 (xpi/thunderbird-i18n-38.5.0/cs.xpi) = e7222a48b20bf8f209dab4a122d2c6ea096780dab47e6868582bd1e2f6b14e9b -SIZE (xpi/thunderbird-i18n-38.5.0/cs.xpi) = 448724 -SHA256 (xpi/thunderbird-i18n-38.5.0/cy.xpi) = d83024be415a394321ae8f376370ca30f47763e81efbc769f383821c2a8cf8a3 -SIZE (xpi/thunderbird-i18n-38.5.0/cy.xpi) = 434848 -SHA256 (xpi/thunderbird-i18n-38.5.0/da.xpi) = fc1c1ba9b1fca501994c281b1b12f8ec0956da15cc0cc64a2bbfd3f497a8770b -SIZE (xpi/thunderbird-i18n-38.5.0/da.xpi) = 425828 -SHA256 (xpi/thunderbird-i18n-38.5.0/de.xpi) = 3f26cb352e365cf424cb10dee362b286dcf977c4a7d13208a312fd29a0844a73 -SIZE (xpi/thunderbird-i18n-38.5.0/de.xpi) = 429877 -SHA256 (xpi/thunderbird-i18n-38.5.0/dsb.xpi) = 52fd943ff64f827de7fc34decbecd9c68e4eea954a908c5e0d9ecc36a1a96129 -SIZE (xpi/thunderbird-i18n-38.5.0/dsb.xpi) = 458487 -SHA256 (xpi/thunderbird-i18n-38.5.0/el.xpi) = 22ff637cf6c4c8105143ae160c4fa8a83dd1ce6fa4c11947faafce5e7251699d -SIZE (xpi/thunderbird-i18n-38.5.0/el.xpi) = 493490 -SHA256 (xpi/thunderbird-i18n-38.5.0/en-GB.xpi) = 8bd1493cab380c5a270a5d2558cf2b0fc981f6751e04080e1551d2190d6137bf -SIZE (xpi/thunderbird-i18n-38.5.0/en-GB.xpi) = 416572 -SHA256 (xpi/thunderbird-i18n-38.5.0/en-US.xpi) = a4ebade03dcfc1d4477cc53df8c304af018f5c85ca25e7d3e1241557d57a0d61 -SIZE (xpi/thunderbird-i18n-38.5.0/en-US.xpi) = 416618 -SHA256 (xpi/thunderbird-i18n-38.5.0/es-AR.xpi) = 7e302508478080537444518a6b4255f571772c7b4d1f2fe139904b7e32f33d4b -SIZE (xpi/thunderbird-i18n-38.5.0/es-AR.xpi) = 442641 -SHA256 (xpi/thunderbird-i18n-38.5.0/es-ES.xpi) = f6b29935579163d64f68d8f2e85eab3f98c1fc1a00d03822ffbbe1902e7d35bb -SIZE (xpi/thunderbird-i18n-38.5.0/es-ES.xpi) = 376067 -SHA256 (xpi/thunderbird-i18n-38.5.0/et.xpi) = fb12d4fbc020244b27a0316b863f6947390bb13ea84a81e546affec7856ebfb5 -SIZE (xpi/thunderbird-i18n-38.5.0/et.xpi) = 438262 -SHA256 (xpi/thunderbird-i18n-38.5.0/eu.xpi) = f8bc60f96ef8b99d7802986aca15fb356177b7b6c51fc8619507581e040e947d -SIZE (xpi/thunderbird-i18n-38.5.0/eu.xpi) = 434837 -SHA256 (xpi/thunderbird-i18n-38.5.0/fi.xpi) = 1dedfe35f61268451437cc9df8560d45a19a9e0e8ed088cb43e51563a9d17838 -SIZE (xpi/thunderbird-i18n-38.5.0/fi.xpi) = 438889 -SHA256 (xpi/thunderbird-i18n-38.5.0/fr.xpi) = 4daa46ff54c555e5a2c3db3ceaf3b40184caaec718b56ee6f54e70f20f14c8bf -SIZE (xpi/thunderbird-i18n-38.5.0/fr.xpi) = 448227 -SHA256 (xpi/thunderbird-i18n-38.5.0/fy-NL.xpi) = 5ccd1f8bb4586826a1ccae5b1dcac7f5327280ed6032f5bc75beb525419f7b58 -SIZE (xpi/thunderbird-i18n-38.5.0/fy-NL.xpi) = 442162 -SHA256 (xpi/thunderbird-i18n-38.5.0/ga-IE.xpi) = d22650501fa3e4b2e43ece4bc3b13879f23e45e348f6c060a641acb7398dcbf3 -SIZE (xpi/thunderbird-i18n-38.5.0/ga-IE.xpi) = 457412 -SHA256 (xpi/thunderbird-i18n-38.5.0/gd.xpi) = 2c760ca6f7056657aded3decbe7139f8765d7e44c831cc125f20f50232fc6c20 -SIZE (xpi/thunderbird-i18n-38.5.0/gd.xpi) = 456317 -SHA256 (xpi/thunderbird-i18n-38.5.0/gl.xpi) = ac0fd1265717fdcdd23540c50df3f21c5e0a5067593e5a9ba380f8f18df6b71b -SIZE (xpi/thunderbird-i18n-38.5.0/gl.xpi) = 457839 -SHA256 (xpi/thunderbird-i18n-38.5.0/he.xpi) = a50455fd9f1c4270e9d3fe9bd515480b581cbe340c2c58898a7785df4099f6c4 -SIZE (xpi/thunderbird-i18n-38.5.0/he.xpi) = 485867 -SHA256 (xpi/thunderbird-i18n-38.5.0/hr.xpi) = 9b6f6ac7a7319a84faef022d6d4141a61311b15e568e2d6c98f7661bd37b54c6 -SIZE (xpi/thunderbird-i18n-38.5.0/hr.xpi) = 440420 -SHA256 (xpi/thunderbird-i18n-38.5.0/hu.xpi) = 52d41bd4d067e8c265c62038b01cfbe2458a8cb633faa744135fa050abccd0b0 -SIZE (xpi/thunderbird-i18n-38.5.0/hu.xpi) = 457988 -SHA256 (xpi/thunderbird-i18n-38.5.0/hsb.xpi) = 1d24994a53b2f6e3620674eb7775d84d99be5b1bf2832ff8730f5da20a8aa650 -SIZE (xpi/thunderbird-i18n-38.5.0/hsb.xpi) = 456451 -SHA256 (xpi/thunderbird-i18n-38.5.0/hy-AM.xpi) = f954363b73c878e9123051e8242721994f07437b253e7057d8da17fc1e9967cf -SIZE (xpi/thunderbird-i18n-38.5.0/hy-AM.xpi) = 500355 -SHA256 (xpi/thunderbird-i18n-38.5.0/id.xpi) = b6537e90c3cba54480445aa3d6ac9db4fec2b37563e6f0b124d24c8d732b7417 -SIZE (xpi/thunderbird-i18n-38.5.0/id.xpi) = 483187 -SHA256 (xpi/thunderbird-i18n-38.5.0/is.xpi) = 96cb3ca1007cc4099e263d320929a61cd95d708162c1744cdf3daf6e50876e7d -SIZE (xpi/thunderbird-i18n-38.5.0/is.xpi) = 443008 -SHA256 (xpi/thunderbird-i18n-38.5.0/it.xpi) = d9aa92b84cdc7d133b1ad73538ffcb665bbe6b016bb64be0c5ada10d920843a5 -SIZE (xpi/thunderbird-i18n-38.5.0/it.xpi) = 369024 -SHA256 (xpi/thunderbird-i18n-38.5.0/ja.xpi) = 7c7ab7be4d3bb70fe0d03e8b0c975d5e575dfc091ffb15978e3b9e7db5413352 -SIZE (xpi/thunderbird-i18n-38.5.0/ja.xpi) = 492861 -SHA256 (xpi/thunderbird-i18n-38.5.0/ko.xpi) = 7d86cadeb8c153c72620c9408219ab80266848efce89301962b8f1256c808837 -SIZE (xpi/thunderbird-i18n-38.5.0/ko.xpi) = 454852 -SHA256 (xpi/thunderbird-i18n-38.5.0/lt.xpi) = 9e9003037bf0847b5aa7bd317d6689eb9c7aa75d4809f9e3bce47f78dbe61d93 -SIZE (xpi/thunderbird-i18n-38.5.0/lt.xpi) = 454572 -SHA256 (xpi/thunderbird-i18n-38.5.0/nb-NO.xpi) = ca97b65ac556c20d4e2587c331eee3ca8f61dc6a6f77aa21c9e8a2d369281db7 -SIZE (xpi/thunderbird-i18n-38.5.0/nb-NO.xpi) = 434340 -SHA256 (xpi/thunderbird-i18n-38.5.0/nl.xpi) = b7d55012d95d837206a31a4c88dfef536186a75bbe641bb227b80626cb07e636 -SIZE (xpi/thunderbird-i18n-38.5.0/nl.xpi) = 435108 -SHA256 (xpi/thunderbird-i18n-38.5.0/nn-NO.xpi) = c0a8fe5db11c7d92334e956a0a762b3b5a23ca545a1ce11641089e76dd7b711a -SIZE (xpi/thunderbird-i18n-38.5.0/nn-NO.xpi) = 436623 -SHA256 (xpi/thunderbird-i18n-38.5.0/pa-IN.xpi) = 7768e9f5e030cfc9c05ef098ad72d65fc6cc660cb6e53de107e2fed35e516dc6 -SIZE (xpi/thunderbird-i18n-38.5.0/pa-IN.xpi) = 530461 -SHA256 (xpi/thunderbird-i18n-38.5.0/pl.xpi) = 021187aa03297312db350a8220f646fd8ed85662f34f5b395fe3fdaa24304857 -SIZE (xpi/thunderbird-i18n-38.5.0/pl.xpi) = 411509 -SHA256 (xpi/thunderbird-i18n-38.5.0/pt-BR.xpi) = 2626ae310086d7c39802e958b00dbd36f3358376e5af3ac1a89d631b2f32e8e8 -SIZE (xpi/thunderbird-i18n-38.5.0/pt-BR.xpi) = 443752 -SHA256 (xpi/thunderbird-i18n-38.5.0/pt-PT.xpi) = 0994ac9486c74b133716f450484d27819f6abd3313e056c7772008bf73438e1b -SIZE (xpi/thunderbird-i18n-38.5.0/pt-PT.xpi) = 442064 -SHA256 (xpi/thunderbird-i18n-38.5.0/rm.xpi) = ba8555b7ee5464ef5f3b697a269216e5958863211ecdbd490d1000811ac0f607 -SIZE (xpi/thunderbird-i18n-38.5.0/rm.xpi) = 442112 -SHA256 (xpi/thunderbird-i18n-38.5.0/ro.xpi) = 675d2acf50b7e63e6faffb622df34a91d065c7ca0d4f4aecce5c510d18c1b274 -SIZE (xpi/thunderbird-i18n-38.5.0/ro.xpi) = 448349 -SHA256 (xpi/thunderbird-i18n-38.5.0/ru.xpi) = 907ea7c1d838aaaf6641f5cf0860f318715ec7d3c39f9b93ba9ebe888a886ed6 -SIZE (xpi/thunderbird-i18n-38.5.0/ru.xpi) = 437591 -SHA256 (xpi/thunderbird-i18n-38.5.0/si.xpi) = b408364673cd232cdd25be3d560b4033925285eb4fb904293daa130bccd5d492 -SIZE (xpi/thunderbird-i18n-38.5.0/si.xpi) = 535341 -SHA256 (xpi/thunderbird-i18n-38.5.0/sk.xpi) = 7cffd588a69d9259e91ac2f1b6fd1e453778a4f7f83a177adb83d56646b77e6c -SIZE (xpi/thunderbird-i18n-38.5.0/sk.xpi) = 456606 -SHA256 (xpi/thunderbird-i18n-38.5.0/sl.xpi) = 13e84bdf6edb94e7ede22cb9d1618a98a294147ee8f5d7d4e797fb0c518ac393 -SIZE (xpi/thunderbird-i18n-38.5.0/sl.xpi) = 437847 -SHA256 (xpi/thunderbird-i18n-38.5.0/sq.xpi) = 11d0649432c2ab81f1d7dfd9c69aebfba51f00a6aeeb28477d7db55b3e584e47 -SIZE (xpi/thunderbird-i18n-38.5.0/sq.xpi) = 446897 -SHA256 (xpi/thunderbird-i18n-38.5.0/sr.xpi) = 986099a08adaa41493bab90fcbaaf1979469622cdbb49d0235782ef223319af4 -SIZE (xpi/thunderbird-i18n-38.5.0/sr.xpi) = 543315 -SHA256 (xpi/thunderbird-i18n-38.5.0/sv-SE.xpi) = 52fa66ccd1dfaf9fbc2b6e8d6091a65931cb9b5894227c500fa4bdbb04903be3 -SIZE (xpi/thunderbird-i18n-38.5.0/sv-SE.xpi) = 439633 -SHA256 (xpi/thunderbird-i18n-38.5.0/ta-LK.xpi) = 0c14b615fc5d02bea61754f8e921b66353fd632b5673690c25dd109077bb07ed -SIZE (xpi/thunderbird-i18n-38.5.0/ta-LK.xpi) = 558738 -SHA256 (xpi/thunderbird-i18n-38.5.0/tr.xpi) = 695e70e6fd468de29ec060b49dea61a85b94eb16e1f9ec519caf422ae9606872 -SIZE (xpi/thunderbird-i18n-38.5.0/tr.xpi) = 447799 -SHA256 (xpi/thunderbird-i18n-38.5.0/uk.xpi) = 9868e0118257e6e7f3019954956fbb521e8382bd202b314777dca542bf76ecc3 -SIZE (xpi/thunderbird-i18n-38.5.0/uk.xpi) = 509600 -SHA256 (xpi/thunderbird-i18n-38.5.0/vi.xpi) = 43d25bbbf7d16c0d789ae2f98c16835b2accd51e3f0c97b564ecbf50b41260fd -SIZE (xpi/thunderbird-i18n-38.5.0/vi.xpi) = 519843 -SHA256 (xpi/thunderbird-i18n-38.5.0/zh-CN.xpi) = 5a655ebd5fbba862542973834b4d6cc2f8a13c065f734bbc490f8d838d71dc6e -SIZE (xpi/thunderbird-i18n-38.5.0/zh-CN.xpi) = 466412 -SHA256 (xpi/thunderbird-i18n-38.5.0/zh-TW.xpi) = 87019d3d21edc402110fe3c18091f855e1946643b4e51392abecdd25ad775ffc -SIZE (xpi/thunderbird-i18n-38.5.0/zh-TW.xpi) = 466661 +SHA256 (xpi/thunderbird-i18n-38.6.0/ar.xpi) = 28930a981335d7926c826870f803f49049ffd3274519b338c1ec5a0dec5764c9 +SIZE (xpi/thunderbird-i18n-38.6.0/ar.xpi) = 475296 +SHA256 (xpi/thunderbird-i18n-38.6.0/ast.xpi) = a53b1c56fd6b5f7226e74da4ce9046272c6dd831d06d3188285b18ac80875332 +SIZE (xpi/thunderbird-i18n-38.6.0/ast.xpi) = 405872 +SHA256 (xpi/thunderbird-i18n-38.6.0/be.xpi) = b3c78b9102efe155750a31ccfd3f964f410c9d00e6ca4fd02f886314805ae602 +SIZE (xpi/thunderbird-i18n-38.6.0/be.xpi) = 442452 +SHA256 (xpi/thunderbird-i18n-38.6.0/bg.xpi) = 65b6ed62f315738ef7ca10fd0e43cc0c4b0a433bddfaf6114fbe2499441affee +SIZE (xpi/thunderbird-i18n-38.6.0/bg.xpi) = 506124 +SHA256 (xpi/thunderbird-i18n-38.6.0/bn-BD.xpi) = 59e5b334ff1b58f6934fceb1573d12315ea258b4252c41c43f28da154251bede +SIZE (xpi/thunderbird-i18n-38.6.0/bn-BD.xpi) = 560627 +SHA256 (xpi/thunderbird-i18n-38.6.0/br.xpi) = 28bcd1093a2e2a2cab7cf6ca281bc14eb5051e34b8545f6f7bca11924a1c59f8 +SIZE (xpi/thunderbird-i18n-38.6.0/br.xpi) = 449767 +SHA256 (xpi/thunderbird-i18n-38.6.0/ca.xpi) = e5898fb1554dc18c083b2762100830806d4b22153fdf5d8f2583ee2c24b8b605 +SIZE (xpi/thunderbird-i18n-38.6.0/ca.xpi) = 450325 +SHA256 (xpi/thunderbird-i18n-38.6.0/cs.xpi) = 8784f46765f33557fe14e89ef3142baa7280d490ed97ff7f29dfbe83695b87c8 +SIZE (xpi/thunderbird-i18n-38.6.0/cs.xpi) = 448724 +SHA256 (xpi/thunderbird-i18n-38.6.0/cy.xpi) = 5b4b75487e3c478d072876877bac3737020a709116c24a0b55fe821af009582c +SIZE (xpi/thunderbird-i18n-38.6.0/cy.xpi) = 434848 +SHA256 (xpi/thunderbird-i18n-38.6.0/da.xpi) = 397deeceba72409863eda97d8b6b1b5d2f64b817c15057934ba99717de467a16 +SIZE (xpi/thunderbird-i18n-38.6.0/da.xpi) = 425829 +SHA256 (xpi/thunderbird-i18n-38.6.0/de.xpi) = c39e277532044f724acfb50a23720fc8530785bcb4820906dac9401141b28342 +SIZE (xpi/thunderbird-i18n-38.6.0/de.xpi) = 429877 +SHA256 (xpi/thunderbird-i18n-38.6.0/dsb.xpi) = 7cb64ebc85801a376e456b30897dcb0c49a9a87b1b33e0c0831a56d997ac0d21 +SIZE (xpi/thunderbird-i18n-38.6.0/dsb.xpi) = 458487 +SHA256 (xpi/thunderbird-i18n-38.6.0/el.xpi) = bc6b2ee8ee0d4fbed42ce203a8fc61c6e6dcbb8d6792e9432971b58c7aacb0e9 +SIZE (xpi/thunderbird-i18n-38.6.0/el.xpi) = 493490 +SHA256 (xpi/thunderbird-i18n-38.6.0/en-GB.xpi) = e6059b1e71f5ce5d2220dee78610c1fe26fefdfddd285ad11a74d13504122eb2 +SIZE (xpi/thunderbird-i18n-38.6.0/en-GB.xpi) = 416572 +SHA256 (xpi/thunderbird-i18n-38.6.0/en-US.xpi) = 1218cb97434d2755890eb36b9df0d6a0d7dcad3996960829cf698e6f6dcdea35 +SIZE (xpi/thunderbird-i18n-38.6.0/en-US.xpi) = 416618 +SHA256 (xpi/thunderbird-i18n-38.6.0/es-AR.xpi) = 28c9037043e55b0288bee2e8c4f00589346fe0b5bd6c15c86fa491282c3f9c0c +SIZE (xpi/thunderbird-i18n-38.6.0/es-AR.xpi) = 442641 +SHA256 (xpi/thunderbird-i18n-38.6.0/es-ES.xpi) = 2ee5c0016b2a7d4917deb44eeaf6db2cb3dd62e6cf8ba80d1f56a8233b985fb5 +SIZE (xpi/thunderbird-i18n-38.6.0/es-ES.xpi) = 376067 +SHA256 (xpi/thunderbird-i18n-38.6.0/et.xpi) = 196803cd3f5514611b5edcbea1d6a334a515e89f611d699733bccf0b9d142bff +SIZE (xpi/thunderbird-i18n-38.6.0/et.xpi) = 438262 +SHA256 (xpi/thunderbird-i18n-38.6.0/eu.xpi) = 50e60cac8a7d06cf2582b00ca8ef1bd04fbe2cc1022715bff502a532cd6f3884 +SIZE (xpi/thunderbird-i18n-38.6.0/eu.xpi) = 434838 +SHA256 (xpi/thunderbird-i18n-38.6.0/fi.xpi) = 218dd0a0c55bdc8e5f598f7ba00240b948bb3f97e9d39033065b27484475bf31 +SIZE (xpi/thunderbird-i18n-38.6.0/fi.xpi) = 438889 +SHA256 (xpi/thunderbird-i18n-38.6.0/fr.xpi) = 7bedf795745122f284649e5e40e92b5920600e1cb548096d136343e0563d3dcc +SIZE (xpi/thunderbird-i18n-38.6.0/fr.xpi) = 448228 +SHA256 (xpi/thunderbird-i18n-38.6.0/fy-NL.xpi) = 56e87bdbdbc771627461e66f30b60faa07919c59049afa6c6b63234453bd3376 +SIZE (xpi/thunderbird-i18n-38.6.0/fy-NL.xpi) = 442161 +SHA256 (xpi/thunderbird-i18n-38.6.0/ga-IE.xpi) = d92d56be1ebe1283e5139bde9074941e01defbcfa07d3962afd87c3fe4f97de0 +SIZE (xpi/thunderbird-i18n-38.6.0/ga-IE.xpi) = 457413 +SHA256 (xpi/thunderbird-i18n-38.6.0/gd.xpi) = 0f7c5b5dd1c57f70663c7ba1c145df56dd8670c47de9e6bb1cf42dfca247d0a9 +SIZE (xpi/thunderbird-i18n-38.6.0/gd.xpi) = 456318 +SHA256 (xpi/thunderbird-i18n-38.6.0/gl.xpi) = 70e19f7549d5cbcf9a854322e00cc505fb691c3f9b88df6f0df45d97657c4e09 +SIZE (xpi/thunderbird-i18n-38.6.0/gl.xpi) = 457839 +SHA256 (xpi/thunderbird-i18n-38.6.0/he.xpi) = 1eea8bb56ee3c17a6bbfde43ebc48543efeb58857445e8fa0d7e0c9464232e1e +SIZE (xpi/thunderbird-i18n-38.6.0/he.xpi) = 485868 +SHA256 (xpi/thunderbird-i18n-38.6.0/hr.xpi) = 9498c4e3e4b6086bd801a4c06b4474bbc8decdbe3dd2a654eab2d5cdd8c1d161 +SIZE (xpi/thunderbird-i18n-38.6.0/hr.xpi) = 440420 +SHA256 (xpi/thunderbird-i18n-38.6.0/hu.xpi) = 52d2737a6c7a4b3c88c0deb91a104a6ec167e19be9612704612f8ff947ca7495 +SIZE (xpi/thunderbird-i18n-38.6.0/hu.xpi) = 457988 +SHA256 (xpi/thunderbird-i18n-38.6.0/hsb.xpi) = f3471c34b1e01fdfa5696ec35c10b2063fb4240cc4a453801fcc269937446081 +SIZE (xpi/thunderbird-i18n-38.6.0/hsb.xpi) = 456451 +SHA256 (xpi/thunderbird-i18n-38.6.0/hy-AM.xpi) = 12d0149b3f605312dda2e970f41a93fe7a8770dac5fe518c3c5d5d6e30f6e995 +SIZE (xpi/thunderbird-i18n-38.6.0/hy-AM.xpi) = 500356 +SHA256 (xpi/thunderbird-i18n-38.6.0/id.xpi) = 9c65c7e1549882665e2f4ad679e112d7d7b374c2804393878d1c0ba022392419 +SIZE (xpi/thunderbird-i18n-38.6.0/id.xpi) = 483188 +SHA256 (xpi/thunderbird-i18n-38.6.0/is.xpi) = f7e73157267c1a0e174b4a4e031ab1fada1b8d709963b3387c22246f4a1644e2 +SIZE (xpi/thunderbird-i18n-38.6.0/is.xpi) = 443008 +SHA256 (xpi/thunderbird-i18n-38.6.0/it.xpi) = 1fa2c9a54083444b5ca71f587466853f402c22138cda699bc73b09159c1cd6d5 +SIZE (xpi/thunderbird-i18n-38.6.0/it.xpi) = 369024 +SHA256 (xpi/thunderbird-i18n-38.6.0/ja.xpi) = bde3d7878e11a61dab8c0827bedd01c6222dca6c05994cb0d00b08fa6c675a7f +SIZE (xpi/thunderbird-i18n-38.6.0/ja.xpi) = 492861 +SHA256 (xpi/thunderbird-i18n-38.6.0/ko.xpi) = d5309d91d3d5c626bab4215101533c7791d5aae52b847054bfa7fe890664885a +SIZE (xpi/thunderbird-i18n-38.6.0/ko.xpi) = 454852 +SHA256 (xpi/thunderbird-i18n-38.6.0/lt.xpi) = 8653ed361d98e5b2d91fc12c4e8be23b8b78b7818ad4c5f507742608dbe475c9 +SIZE (xpi/thunderbird-i18n-38.6.0/lt.xpi) = 454572 +SHA256 (xpi/thunderbird-i18n-38.6.0/nb-NO.xpi) = 4c24ee81c26da045ea936d2ea6b461b103a7fd17681420ac4fde5abe4a69b929 +SIZE (xpi/thunderbird-i18n-38.6.0/nb-NO.xpi) = 434341 +SHA256 (xpi/thunderbird-i18n-38.6.0/nl.xpi) = d1c3bf3eaf28d5d89e220f94a86665ba1a996bc27aaed3ffcb893b6fe0b66840 +SIZE (xpi/thunderbird-i18n-38.6.0/nl.xpi) = 435108 +SHA256 (xpi/thunderbird-i18n-38.6.0/nn-NO.xpi) = 300efb229c853456bf566f9825646b780f1a1090e9eaf4eba79f85a8bf2b62a5 +SIZE (xpi/thunderbird-i18n-38.6.0/nn-NO.xpi) = 436623 +SHA256 (xpi/thunderbird-i18n-38.6.0/pa-IN.xpi) = 6f424ff9e4f3f28f254c4dcd548f0533cbc30b458e5f43cd95f71608c3421141 +SIZE (xpi/thunderbird-i18n-38.6.0/pa-IN.xpi) = 530462 +SHA256 (xpi/thunderbird-i18n-38.6.0/pl.xpi) = 209907758b695762f0e47dc53613fecb7b409d976c1de5515ae3dc9319200583 +SIZE (xpi/thunderbird-i18n-38.6.0/pl.xpi) = 411509 +SHA256 (xpi/thunderbird-i18n-38.6.0/pt-BR.xpi) = f8e1b89268f81c72151bd6415fb348f8e5b523cb98eb08fdc9dbf894ec0e1dcb +SIZE (xpi/thunderbird-i18n-38.6.0/pt-BR.xpi) = 443752 +SHA256 (xpi/thunderbird-i18n-38.6.0/pt-PT.xpi) = e93ec0fd53a5be55413c58273ad88eee5eb47d0827d6c6ff2926c4c9f1167bf3 +SIZE (xpi/thunderbird-i18n-38.6.0/pt-PT.xpi) = 442064 +SHA256 (xpi/thunderbird-i18n-38.6.0/rm.xpi) = 87c901e37a0c48b8a5d26a1154fc0f4300de20ce071612a89012c3131ffb951b +SIZE (xpi/thunderbird-i18n-38.6.0/rm.xpi) = 442112 +SHA256 (xpi/thunderbird-i18n-38.6.0/ro.xpi) = f2816b4fcec6216855a93ff98467d1e9a1d878b266f3e55d71cb5829a81fd532 +SIZE (xpi/thunderbird-i18n-38.6.0/ro.xpi) = 448349 +SHA256 (xpi/thunderbird-i18n-38.6.0/ru.xpi) = 353fdf5febd4aeaf035b3683a3e397b8c50357924b2ef91251bfe6c10e0e0fd7 +SIZE (xpi/thunderbird-i18n-38.6.0/ru.xpi) = 437591 +SHA256 (xpi/thunderbird-i18n-38.6.0/si.xpi) = 1ac4fa83e849116d143f712db4120ad6101adf1d4d4ae7cf800e84c5f2c9a7a2 +SIZE (xpi/thunderbird-i18n-38.6.0/si.xpi) = 535341 +SHA256 (xpi/thunderbird-i18n-38.6.0/sk.xpi) = 6c820a6aebe98c180da5c7b0f4f54f556168b63a42f68d225a0749bb07de2331 +SIZE (xpi/thunderbird-i18n-38.6.0/sk.xpi) = 456606 +SHA256 (xpi/thunderbird-i18n-38.6.0/sl.xpi) = b88549dd84041a03065bf2611a22786d2381e50bca8cf02c7d8fafc7aed9cecc +SIZE (xpi/thunderbird-i18n-38.6.0/sl.xpi) = 437848 +SHA256 (xpi/thunderbird-i18n-38.6.0/sq.xpi) = 05281cd921ac62b51dde330fbe6a797239110d94512c72434ed4633185d3af0f +SIZE (xpi/thunderbird-i18n-38.6.0/sq.xpi) = 446897 +SHA256 (xpi/thunderbird-i18n-38.6.0/sr.xpi) = a98ce4dab9e2aa612a6edf7edc02285cab54e8f859b2545b28948066b4bee18a +SIZE (xpi/thunderbird-i18n-38.6.0/sr.xpi) = 543315 +SHA256 (xpi/thunderbird-i18n-38.6.0/sv-SE.xpi) = 0f3bbfc238c197416278063ade0391331e036e6cf148281f96b75a960a1e1d0f +SIZE (xpi/thunderbird-i18n-38.6.0/sv-SE.xpi) = 439633 +SHA256 (xpi/thunderbird-i18n-38.6.0/ta-LK.xpi) = e66ec44352cd8dae3e385e37d2ea643092a37690e1dcaf37a1749a93d75f0492 +SIZE (xpi/thunderbird-i18n-38.6.0/ta-LK.xpi) = 558738 +SHA256 (xpi/thunderbird-i18n-38.6.0/tr.xpi) = fca37b424413ab88902777bbe8845081373211dc8040c42271d06e189ada0edc +SIZE (xpi/thunderbird-i18n-38.6.0/tr.xpi) = 447800 +SHA256 (xpi/thunderbird-i18n-38.6.0/uk.xpi) = 06f4f580d343357469af58c989892df7ad1124d0e67e6fc9d7083bd948ccc484 +SIZE (xpi/thunderbird-i18n-38.6.0/uk.xpi) = 509600 +SHA256 (xpi/thunderbird-i18n-38.6.0/vi.xpi) = c0d48764556a3563e2e86c1f9cc385d02f82c7b73b348ed0400a7df117bd1c18 +SIZE (xpi/thunderbird-i18n-38.6.0/vi.xpi) = 519844 +SHA256 (xpi/thunderbird-i18n-38.6.0/zh-CN.xpi) = 075021cafc597470cfa881da57c599cf6770281698529bdf01dddc6525078a5d +SIZE (xpi/thunderbird-i18n-38.6.0/zh-CN.xpi) = 466412 +SHA256 (xpi/thunderbird-i18n-38.6.0/zh-TW.xpi) = 36480d80d2268a0f01b61ad5ab4d8ef85fc88cf531e5ee6c60744abb3a31f45f +SIZE (xpi/thunderbird-i18n-38.6.0/zh-TW.xpi) = 466661 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Tue Feb 16 09:06:55 2016 (r408982) +++ head/mail/thunderbird/Makefile Tue Feb 16 09:20:14 2016 (r408983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.5.0 +DISTVERSION= 38.6.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -12,8 +12,8 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ - nss>=3.19.2:${PORTSDIR}/security/nss \ +BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \ + nss>=3.19.2.1:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ @@ -31,7 +31,7 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.8.2 -L_VERSION= 4.0.5 +L_VERSION= 4.0.6 SSP_UNSAFE= yes USE_GECKO= gecko Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Tue Feb 16 09:06:55 2016 (r408982) +++ head/mail/thunderbird/distinfo Tue Feb 16 09:20:14 2016 (r408983) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-38.5.0.source.tar.bz2) = 7da187d4d5df17b1457bd93b584f78f5e41d2094f87c14e74ee9d8064de25d0d -SIZE (thunderbird-38.5.0.source.tar.bz2) = 204393357 +SHA256 (thunderbird-38.6.0.source.tar.bz2) = 0417711325a4ba6fa61882bfcd9a7ce325fa0b903474e087f16e13a70be15a6b +SIZE (thunderbird-38.6.0.source.tar.bz2) = 204415129 SHA256 (enigmail-1.8.2.tar.gz) = 1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6 SIZE (enigmail-1.8.2.tar.gz) = 1604159 Modified: head/mail/thunderbird/files/patch-bug847568 ============================================================================== --- head/mail/thunderbird/files/patch-bug847568 Tue Feb 16 09:06:55 2016 (r408982) +++ head/mail/thunderbird/files/patch-bug847568 Tue Feb 16 09:20:14 2016 (r408983) @@ -101,9 +101,9 @@ diff --git gfx/graphite2/moz-gr-update.s index f3d76ea..a9e7fb6 100644 --- mozilla/gfx/graphite2/moz-gr-update.sh +++ mozilla/gfx/graphite2/moz-gr-update.sh -@@ -23,8 +23,14 @@ echo "\nSee" $0 "for update procedure.\n" >> gfx/graphite2/README.mozilla - find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; - find gfx/graphite2/ -name "*.h" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; +@@ -37,6 +37,12 @@ + #find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; + #find gfx/graphite2/ -name "*.h" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; +# closest tag/release to require for system version +TAG=$(cd ../graphitedev/ && hg parents --template {latesttag}) @@ -112,11 +112,8 @@ index f3d76ea..a9e7fb6 100644 + if /GR2_VERSION_REQUIRE/" configure.in + # summarize what's been touched --echo Updated to $CHANGESET. -+echo Updated to $CHANGESET \($TAG for --with-system-graphite2\) + echo Updated to $RELEASE. echo Here is what changed in the gfx/graphite2 directory: - echo - diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/README-mozilla index ca57d16..1ce21fe 100644 --- mozilla/gfx/harfbuzz/README-mozilla From owner-svn-ports-head@freebsd.org Tue Feb 16 09:20:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93F51AA8A76; Tue, 16 Feb 2016 09:20:53 +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 4AF671220; Tue, 16 Feb 2016 09:20:53 +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 u1G9KqrT034994; Tue, 16 Feb 2016 09:20:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G9Kqix034992; Tue, 16 Feb 2016 09:20:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602160920.u1G9Kqix034992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 16 Feb 2016 09:20:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408984 - in head: mail/thunderbird/files 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 09:20:53 -0000 Author: jbeich Date: Tue Feb 16 09:20:52 2016 New Revision: 408984 URL: https://svnweb.freebsd.org/changeset/ports/408984 Log: www/firefox: simplify upstream graphite2 update-helper Modified: head/mail/thunderbird/files/patch-bug847568 (contents, props changed) head/www/firefox/files/patch-bug847568 (contents, props changed) Modified: head/mail/thunderbird/files/patch-bug847568 ============================================================================== --- head/mail/thunderbird/files/patch-bug847568 Tue Feb 16 09:20:14 2016 (r408983) +++ head/mail/thunderbird/files/patch-bug847568 Tue Feb 16 09:20:52 2016 (r408984) @@ -101,14 +101,11 @@ diff --git gfx/graphite2/moz-gr-update.s index f3d76ea..a9e7fb6 100644 --- mozilla/gfx/graphite2/moz-gr-update.sh +++ mozilla/gfx/graphite2/moz-gr-update.sh -@@ -37,6 +37,12 @@ +@@ -37,6 +37,9 @@ #find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; #find gfx/graphite2/ -name "*.h" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; -+# closest tag/release to require for system version -+TAG=$(cd ../graphitedev/ && hg parents --template {latesttag}) -+ -+perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$TAG/ and tr/./,/ \ ++perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$RELEASE/ and tr/./,/ \ + if /GR2_VERSION_REQUIRE/" configure.in + # summarize what's been touched Modified: head/www/firefox/files/patch-bug847568 ============================================================================== --- head/www/firefox/files/patch-bug847568 Tue Feb 16 09:20:14 2016 (r408983) +++ head/www/firefox/files/patch-bug847568 Tue Feb 16 09:20:52 2016 (r408984) @@ -101,14 +101,11 @@ diff --git gfx/graphite2/moz-gr-update.s index f3d76ea..a9e7fb6 100644 --- gfx/graphite2/moz-gr-update.sh +++ gfx/graphite2/moz-gr-update.sh -@@ -37,6 +37,12 @@ +@@ -37,6 +37,9 @@ #find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; #find gfx/graphite2/ -name "*.h" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; -+# closest tag/release to require for system version -+TAG=$(cd ../graphitedev/ && hg parents --template {latesttag}) -+ -+perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$TAG/ and tr/./,/ \ ++perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$RELEASE/ and tr/./,/ \ + if /GR2_VERSION_REQUIRE/" configure.in + # summarize what's been touched From owner-svn-ports-head@freebsd.org Tue Feb 16 09:26:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10D8EAA8DE8; Tue, 16 Feb 2016 09:26:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7E7915F8; Tue, 16 Feb 2016 09:26:45 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (www.gahr.ch [192.168.1.2]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 2bf1f1ff TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Tue, 16 Feb 2016 09:26:35 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 16 Feb 2016 10:26:35 +0100 From: Pietro Cerutti To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r408973 - head/lang/dmd2 Organization: The FreeBSD Project In-Reply-To: <201602160330.u1G3U6Ub032961@repo.freebsd.org> References: <201602160330.u1G3U6Ub032961@repo.freebsd.org> Message-ID: <3772ed9d654255d394ee12249d1f7ee8@gahr.ch> X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.4 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 09:26:49 -0000 On 2016-02-16 04:30, Cy Schubert wrote: > Author: cy > Date: Tue Feb 16 03:30:06 2016 > New Revision: 408973 > URL: https://svnweb.freebsd.org/changeset/ports/408973 > > Log: > Correctly locate dmd.conf. This is wrong. Your latest 2 commits result in effectively hardcoding PREFIX to /usr/local. See the two snippets below. Could you please revert to having posix.mak specify SYSCONFDIR=/etc and our Makefile substitute /etc with ${PREFIX}/etc? Or anything that is functionally equivalent. Thanks, > ============================================================================== > --- head/lang/dmd2/Makefile Tue Feb 16 02:52:56 2016 (r408972) > +++ head/lang/dmd2/Makefile Tue Feb 16 03:30:06 2016 (r408973) > @@ -65,7 +66,6 @@ post-patch: > -e "s|\\\BR|.BR|" \ > ${WRKDIR}/dmd2/man/man1/dmd.1 \ > ${WRKDIR}/dmd2/man/man5/dmd.conf.5 > - @${REINPLACE_CMD} -e '/^SYSCONFDIR=/s|/etc/|${PREFIX}/etc/|' ============================================================================== --- head/lang/dmd2/files/patch-src__dmd__posix.mak Thu Jan 28 20:44:35 2016 (r407420) +++ head/lang/dmd2/files/patch-src__dmd__posix.mak Thu Jan 28 20:47:32 2016 (r407421) @@ -1,23 +1,82 @@ ---- ../../src/dmd/posix.mak.orig 2015-11-11 02:36:12.000000000 -0800 -+++ ../../src/dmd/posix.mak 2015-11-15 01:40:55.280252455 -0800 -@@ -57,13 +57,13 @@ +--- ../../src/dmd/posix.mak.orig 2016-01-27 07:22:54.000000000 -0800 ++++ ../../src/dmd/posix.mak 2016-01-28 12:32:14.044394178 -0800 +@@ -19,7 +19,7 @@ + endif + + INSTALL_DIR=../../install +-SYSCONFDIR=/etc ++SYSCONFDIR=/usr/local/etc -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-head@freebsd.org Tue Feb 16 10:39:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A470AAA910D; Tue, 16 Feb 2016 10:39:57 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 767201E81; Tue, 16 Feb 2016 10:39:57 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GAdukY057748; Tue, 16 Feb 2016 10:39:56 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GAduL1057747; Tue, 16 Feb 2016 10:39:56 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201602161039.u1GAduL1057747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Tue, 16 Feb 2016 10:39:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408985 - head/astro/xearth/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 10:39:57 -0000 Author: olivier Date: Tue Feb 16 10:39:56 2016 New Revision: 408985 URL: https://svnweb.freebsd.org/changeset/ports/408985 Log: Add myself in xearth Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5296 Modified: head/astro/xearth/files/freebsd.committers.markers Modified: head/astro/xearth/files/freebsd.committers.markers ============================================================================== --- head/astro/xearth/files/freebsd.committers.markers Tue Feb 16 09:20:52 2016 (r408984) +++ head/astro/xearth/files/freebsd.committers.markers Tue Feb 16 10:39:56 2016 (r408985) @@ -211,6 +211,7 @@ 53.955666, -1.072605, "gavin" # (CORE) York, United Kingdom 52.635, -1.135, "hmp" # Leicester, East Midlands, UK 48.10927, -1.61104, "jadawin" # Cesson-Sevigne, France + 47.394586, -1.658038, "olivier" # Heric, France 57.114807, -2.179896, "brucec" # Aberdeen, United Kingdom 53.466667, -2.233333, "makc" # Manchester, United Kingdom 52.188649, -2.2341, "crees" # Worcester, West Midlands, United Kingdom From owner-svn-ports-head@freebsd.org Tue Feb 16 11:04:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B499AA9DDD; Tue, 16 Feb 2016 11:04:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28AE71EB4; Tue, 16 Feb 2016 11:04:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GB4B7N066368; Tue, 16 Feb 2016 11:04:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GB4AkP066366; Tue, 16 Feb 2016 11:04:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602161104.u1GB4AkP066366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 16 Feb 2016 11:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408986 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 11:04:12 -0000 Author: pi Date: Tue Feb 16 11:04:10 2016 New Revision: 408986 URL: https://svnweb.freebsd.org/changeset/ports/408986 Log: devel/gogs (new port, not yet in the tree): reserve UIDs and GIDs PR: 207206 Submitted by: Matthias Fechner Modified: head/GIDs head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Tue Feb 16 10:39:56 2016 (r408985) +++ head/GIDs Tue Feb 16 11:04:10 2016 (r408986) @@ -126,6 +126,7 @@ yate:*:204: gnugk:*:205: gini:*:206: _mixminion:*:207: +gogs:*:209: shoutcast:*:210: git:*:211: hg:*:212: Modified: head/UIDs ============================================================================== --- head/UIDs Tue Feb 16 10:39:56 2016 (r408985) +++ head/UIDs Tue Feb 16 11:04:10 2016 (r408986) @@ -131,6 +131,7 @@ yate:*:204:204::0:0:Yate:/nonexistent:/u gnugk:*:205:205::0:0:GNU GateKeeper pseudo-user:/nonexistent:/usr/sbin/nologin gini:*:206:206::0:0:& streaming server:/var/log/gini:/usr/sbin/nologin _mixminion:*:207:207::0:0:Mixminion server:/nonexistent:/usr/sbin/nologin +gogs:*:209:209::0:0:gogs user:/var/db/gogs/home:/bin/sh shoutcast:*:210:210::0:0:Shoutcast sandbox:/nonexistent:/bin/sh git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh hg:*:212:212::0:0:mercurial-server user:/usr/local/hg:/bin/sh From owner-svn-ports-head@freebsd.org Tue Feb 16 12:30:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B719AAA9161; Tue, 16 Feb 2016 12:30:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B81A17E2; Tue, 16 Feb 2016 12:30:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GCUhqs090435; Tue, 16 Feb 2016 12:30:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GCUhvi090433; Tue, 16 Feb 2016 12:30:43 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602161230.u1GCUhvi090433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 16 Feb 2016 12:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408988 - in head/lang/php70: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 12:30:44 -0000 Author: miwi Date: Tue Feb 16 12:30:43 2016 New Revision: 408988 URL: https://svnweb.freebsd.org/changeset/ports/408988 Log: - Fix build for -openssl and -imap PR: 207244 Modified: head/lang/php70/Makefile head/lang/php70/files/patch-acinclude.m4 Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Tue Feb 16 12:01:59 2016 (r408987) +++ head/lang/php70/Makefile Tue Feb 16 12:30:43 2016 (r408988) @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php70/files/patch-acinclude.m4 ============================================================================== --- head/lang/php70/files/patch-acinclude.m4 Tue Feb 16 12:01:59 2016 (r408987) +++ head/lang/php70/files/patch-acinclude.m4 Tue Feb 16 12:30:43 2016 (r408988) @@ -1,5 +1,5 @@ ---- acinclude.m4.orig 2016-02-03 00:32:19.000000000 +0800 -+++ acinclude.m4 2016-02-16 15:05:51.416291000 +0800 +--- acinclude.m4.orig 2016-02-16 19:01:10.026983000 +0800 ++++ acinclude.m4 2016-02-16 19:05:00.294501000 +0800 @@ -985,15 +985,9 @@ if test "$3" != "shared" && test "$3" != "yes" && test "$4" = "cli"; then dnl ---------------------------------------------- CLI static module @@ -32,28 +32,17 @@ dnl Some systems require that we link $2 to $1 when building ]) -@@ -2321,9 +2309,9 @@ - test -z "$PHP_IMAP_SSL" && PHP_IMAP_SSL=no - - dnl Fallbacks for different configure options -- if test "$PHP_OPENSSL" != "no"; then -+ if test -n "$PHP_OPENSSL" != "no"; then - PHP_OPENSSL_DIR=$PHP_OPENSSL -- elif test "$PHP_IMAP_SSL" != "no"; then -+ elif test -n "$PHP_IMAP_SSL" != "no"; then - PHP_OPENSSL_DIR=$PHP_IMAP_SSL - fi - -@@ -2970,7 +2958,7 @@ +@@ -2970,8 +2958,7 @@ $abs_srcdir/$ac_provsrc:; $ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc - CFLAGS="\$(CFLAGS_CLEAN)" dtrace -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@.bak && \$(SED) -e 's,PHP_,DTRACE_,g' \$[]@.bak > \$[]@ +- + CFLAGS="\$(CFLAGS_CLEAN)" dtrace -xnolibs -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@.bak && \$(SED) -e 's,PHP_,DTRACE_,g' \$[]@.bak > \$[]@ - \$(PHP_DTRACE_OBJS): $ac_bdir[$]ac_hdrobj -@@ -2990,12 +2978,12 @@ + EOF +@@ -2990,12 +2977,12 @@ $ac_bdir[$]ac_provsrc.lo: \$(PHP_DTRACE_OBJS) echo "[#] Generated by Makefile for libtool" > \$[]@ @test -d "$dtrace_lib_dir" || mkdir $dtrace_lib_dir @@ -68,7 +57,7 @@ echo "non_pic_object=[']$dtrace_prov_name[']" >> \$[]@ [;\\] else [\\] echo "non_pic_object='none'" >> \$[]@ [;\\] -@@ -3007,7 +2995,7 @@ +@@ -3007,7 +2994,7 @@ *) cat>>Makefile.objects< Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C98AAA9AA2; Tue, 16 Feb 2016 12:49:56 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D148F10C5; Tue, 16 Feb 2016 12:49:55 +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 u1GCnsxK096165; Tue, 16 Feb 2016 12:49:54 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GCnsnr096163; Tue, 16 Feb 2016 12:49:54 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602161249.u1GCnsnr096163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 16 Feb 2016 12:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408989 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 12:49:56 -0000 Author: rene Date: Tue Feb 16 12:49:54 2016 New Revision: 408989 URL: https://svnweb.freebsd.org/changeset/ports/408989 Log: www/chromium: update to 48.0.2564.109 MFH: 2016Q1 Security: http://vuxml.freebsd.org/freebsd/36034227-cf81-11e5-9c2b-00262d5ed8ee.html Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Feb 16 12:30:43 2016 (r408988) +++ head/www/chromium/Makefile Tue Feb 16 12:49:54 2016 (r408989) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 48.0.2564.103 +PORTVERSION= 48.0.2564.109 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 Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Tue Feb 16 12:30:43 2016 (r408988) +++ head/www/chromium/distinfo Tue Feb 16 12:49:54 2016 (r408989) @@ -1,4 +1,4 @@ -SHA256 (chromium-48.0.2564.103.tar.xz) = dd14f1001782b67212b23905ee348166e9e56ea48ba70fe5c29fc38bedf3d67d -SIZE (chromium-48.0.2564.103.tar.xz) = 432350556 -SHA256 (chromium-48.0.2564.103-testdata.tar.xz) = 65aaa51026afd47dbe00c2f62e990cde8db80b6433bfdb832023bb3ebbbb6b8c -SIZE (chromium-48.0.2564.103-testdata.tar.xz) = 117230760 +SHA256 (chromium-48.0.2564.109.tar.xz) = 2eb1e5b6dda718a5e501ba26f47015c1629adeb9f2bf2877bd9d8bf346abeb03 +SIZE (chromium-48.0.2564.109.tar.xz) = 432310300 +SHA256 (chromium-48.0.2564.109-testdata.tar.xz) = 8e79ef39bb576d451bd61958def1833d9a9410538c7b89ca4a92acd40408b0be +SIZE (chromium-48.0.2564.109-testdata.tar.xz) = 117232464 From owner-svn-ports-head@freebsd.org Tue Feb 16 12:55:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4AA1AA9E31; Tue, 16 Feb 2016 12:55:22 +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 9539F1553; Tue, 16 Feb 2016 12:55:22 +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 u1GCtLVk099066; Tue, 16 Feb 2016 12:55:21 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GCtLXQ099063; Tue, 16 Feb 2016 12:55:21 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602161255.u1GCtLXQ099063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 16 Feb 2016 12:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408990 - head/astro/geographiclib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 12:55:22 -0000 Author: rakuco Date: Tue Feb 16 12:55:21 2016 New Revision: 408990 URL: https://svnweb.freebsd.org/changeset/ports/408990 Log: Update to 1.46. PR: 207238 Submitted by: Tatsuki Makino (maintainer) Modified: head/astro/geographiclib/Makefile head/astro/geographiclib/distinfo head/astro/geographiclib/pkg-plist Modified: head/astro/geographiclib/Makefile ============================================================================== --- head/astro/geographiclib/Makefile Tue Feb 16 12:49:54 2016 (r408989) +++ head/astro/geographiclib/Makefile Tue Feb 16 12:55:21 2016 (r408990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geographiclib -PORTVERSION= 1.45 +PORTVERSION= 1.46 CATEGORIES= astro MASTER_SITES= SF/geographiclib/distrib\ SF/geographiclib:geoids,gravity,magnetic @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_compile_flag.m4:${PORTSDIR}/devel/autoconf-archive -USES= autoreconf gmake libtool python +USES= autoreconf compiler:c++11-lang gmake libtool python PORTDOCS= * FETCH_ENV+= HTTP_REFERER= GNU_CONFIGURE= yes Modified: head/astro/geographiclib/distinfo ============================================================================== --- head/astro/geographiclib/distinfo Tue Feb 16 12:49:54 2016 (r408989) +++ head/astro/geographiclib/distinfo Tue Feb 16 12:55:21 2016 (r408990) @@ -1,5 +1,5 @@ -SHA256 (GeographicLib/GeographicLib-1.45.tar.gz) = fbcd9fc9b10de0830f5cb57665dc675ae61f81b370873bb4b95540d569410dae -SIZE (GeographicLib/GeographicLib-1.45.tar.gz) = 2158951 +SHA256 (GeographicLib/GeographicLib-1.46.tar.gz) = 3a0606fd99fb099572ba1923f556b05b545965359edb92930a658fc99172d962 +SIZE (GeographicLib/GeographicLib-1.46.tar.gz) = 2208372 SHA256 (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 18bc3e2b55c4f9f2f9ba8d14380dc47cc5c0d00dc2363b723d2305f30a91498e SIZE (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 416481 SHA256 (GeographicLib/geoids-distrib/egm84-15.tar.bz2) = 579e3dad2f33b54f1fed16edb3ed9d4ae8cdad6ea064f7375af30d678eb2e51c Modified: head/astro/geographiclib/pkg-plist ============================================================================== --- head/astro/geographiclib/pkg-plist Tue Feb 16 12:49:54 2016 (r408989) +++ head/astro/geographiclib/pkg-plist Tue Feb 16 12:55:21 2016 (r408990) @@ -53,8 +53,8 @@ include/GeographicLib/UTMUPS.hpp include/GeographicLib/Utility.hpp lib/libGeographic.a lib/libGeographic.so -lib/libGeographic.so.14 -lib/libGeographic.so.14.2.1 +lib/libGeographic.so.17 +lib/libGeographic.so.17.0.0 lib/node_modules/geographiclib/LICENSE.txt lib/node_modules/geographiclib/README.md lib/node_modules/geographiclib/geographiclib.js @@ -74,6 +74,8 @@ lib/node_modules/geographiclib/test/geod %%PYTHON_SITELIBDIR%%/geographiclib/geodesicline.py %%PYTHON_SITELIBDIR%%/geographiclib/geomath.py %%PYTHON_SITELIBDIR%%/geographiclib/polygonarea.py +%%PYTHON_SITELIBDIR%%/geographiclib/test/__init__.py +%%PYTHON_SITELIBDIR%%/geographiclib/test/test_geodesic.py man/man1/CartConvert.1.gz man/man1/ConicProj.1.gz man/man1/GeoConvert.1.gz @@ -136,32 +138,18 @@ share/cmake/GeographicLib/FindGeographic %%MAGNETIC_WMM2015%%%%DATADIR%%/magnetic/wmm2015.wmm %%MAGNETIC_WMM2015%%%%DATADIR%%/magnetic/wmm2015.wmm.cof share/matlab/geographiclib-legacy/Contents.m -share/matlab/geographiclib-legacy/geocentricforward.cpp share/matlab/geographiclib-legacy/geocentricforward.m -share/matlab/geographiclib-legacy/geocentricreverse.cpp share/matlab/geographiclib-legacy/geocentricreverse.m -share/matlab/geographiclib-legacy/geodesicdirect.cpp share/matlab/geographiclib-legacy/geodesicdirect.m -share/matlab/geographiclib-legacy/geodesicinverse.cpp share/matlab/geographiclib-legacy/geodesicinverse.m -share/matlab/geographiclib-legacy/geodesicline.cpp share/matlab/geographiclib-legacy/geodesicline.m -share/matlab/geographiclib-legacy/geographiclibinterface.m -share/matlab/geographiclib-legacy/geoidheight.cpp share/matlab/geographiclib-legacy/geoidheight.m -share/matlab/geographiclib-legacy/localcartesianforward.cpp share/matlab/geographiclib-legacy/localcartesianforward.m -share/matlab/geographiclib-legacy/localcartesianreverse.cpp share/matlab/geographiclib-legacy/localcartesianreverse.m -share/matlab/geographiclib-legacy/mgrsforward.cpp share/matlab/geographiclib-legacy/mgrsforward.m -share/matlab/geographiclib-legacy/mgrsreverse.cpp share/matlab/geographiclib-legacy/mgrsreverse.m -share/matlab/geographiclib-legacy/polygonarea.cpp share/matlab/geographiclib-legacy/polygonarea.m -share/matlab/geographiclib-legacy/utmupsforward.cpp share/matlab/geographiclib-legacy/utmupsforward.m -share/matlab/geographiclib-legacy/utmupsreverse.cpp share/matlab/geographiclib-legacy/utmupsreverse.m share/matlab/geographiclib/Contents.m share/matlab/geographiclib/cassini_fwd.m @@ -211,6 +199,7 @@ share/matlab/geographiclib/private/LatFi share/matlab/geographiclib/private/SinCosSeries.m share/matlab/geographiclib/private/atan2dx.m share/matlab/geographiclib/private/cbrtx.m +share/matlab/geographiclib/private/copysignx.m share/matlab/geographiclib/private/cvmgt.m share/matlab/geographiclib/private/eatanhe.m share/matlab/geographiclib/private/geoid_file.m From owner-svn-ports-head@freebsd.org Tue Feb 16 13:38:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26CB1AAA093; Tue, 16 Feb 2016 13:38:00 +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 EBE1F1D7E; Tue, 16 Feb 2016 13:37:59 +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 u1GDbwDi011777; Tue, 16 Feb 2016 13:37:58 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GDbwtp011775; Tue, 16 Feb 2016 13:37:58 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602161337.u1GDbwtp011775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 16 Feb 2016 13:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408994 - head/lang/gcc49 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 13:38:00 -0000 Author: gerald Date: Tue Feb 16 13:37:58 2016 New Revision: 408994 URL: https://svnweb.freebsd.org/changeset/ports/408994 Log: Update to the 20160210 snapshot of GCC 4.9.4. Things brings a package of backports/fixes from current mainstream. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Tue Feb 16 13:29:13 2016 (r408993) +++ head/lang/gcc49/Makefile Tue Feb 16 13:37:58 2016 (r408994) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.4.s20160203 +PORTVERSION= 4.9.4.s20160210 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Tue Feb 16 13:29:13 2016 (r408993) +++ head/lang/gcc49/distinfo Tue Feb 16 13:37:58 2016 (r408994) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20160203.tar.bz2) = 30e614d1a3afbdf84de3e35becee239622a220f5d4a886b98164b2cb5b44b917 -SIZE (gcc-4.9-20160203.tar.bz2) = 85860033 +SHA256 (gcc-4.9-20160210.tar.bz2) = d3435fe5d18569ea74185870b3dd4422323ed649c1cfe79ed70583f3073c27a6 +SIZE (gcc-4.9-20160210.tar.bz2) = 85862040 From owner-svn-ports-head@freebsd.org Tue Feb 16 13:46:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12B62AAA473; Tue, 16 Feb 2016 13:46:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D76781231; Tue, 16 Feb 2016 13:46:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GDkjQO014641; Tue, 16 Feb 2016 13:46:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GDkjI7014640; Tue, 16 Feb 2016 13:46:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602161346.u1GDkjI7014640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Feb 2016 13:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408995 - head/graphics/mitsuba/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 13:46:47 -0000 Author: amdmi3 Date: Tue Feb 16 13:46:45 2016 New Revision: 408995 URL: https://svnweb.freebsd.org/changeset/ports/408995 Log: - Fix build with clang 1.60 PR: 199601 Approved by: portmgr blanket Added: head/graphics/mitsuba/files/patch-src_bsdfs_irawan.h (contents, props changed) Added: head/graphics/mitsuba/files/patch-src_bsdfs_irawan.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mitsuba/files/patch-src_bsdfs_irawan.h Tue Feb 16 13:46:45 2016 (r408995) @@ -0,0 +1,12 @@ +--- src/bsdfs/irawan.h.orig 2015-07-15 10:37:38 UTC ++++ src/bsdfs/irawan.h +@@ -28,9 +28,6 @@ + #include + #include + #include +-#include +-#include +-#include + + MTS_NAMESPACE_BEGIN + From owner-svn-ports-head@freebsd.org Tue Feb 16 13:56:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B39AAAA8C7; Tue, 16 Feb 2016 13:56:26 +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 0D2571870; Tue, 16 Feb 2016 13:56:25 +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 u1GDuP1C017649; Tue, 16 Feb 2016 13:56:25 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GDuPS3017648; Tue, 16 Feb 2016 13:56:25 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602161356.u1GDuPS3017648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 16 Feb 2016 13:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408996 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 13:56:26 -0000 Author: gerald Date: Tue Feb 16 13:56:24 2016 New Revision: 408996 URL: https://svnweb.freebsd.org/changeset/ports/408996 Log: On FreeBSD 9.x, even when CHOSEN_COMPILER_TYPE from Mk/Uses/compiler.mk is set to clang, COMPILER_VERSION is still at 42 from the system compiler that is GCC 4.2. Work around this for the time being, while retaining the fix from PR 206527, by special casing this situation. PR: 206527 Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Tue Feb 16 13:46:45 2016 (r408995) +++ head/emulators/wine-devel/Makefile Tue Feb 16 13:56:24 2016 (r408996) @@ -120,7 +120,10 @@ X11_LIB_DEPENDS= libfontconfig.so:${PORT CONFIGURE_ARGS+= --enable-win64 --libdir=${PREFIX}/lib PLIST_SUB+= WINE32="@comment " WINE64="" -.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 38 +# On FreeBSD 9.x, even when CHOSEN_COMPILER_TYPE from Mk/Uses/compiler.mk +# is set to clang, COMPILER_VERSION is still at 42 from the system compiler +# that is GCC 4.2. Hack around this a bit. +.if ${CHOSEN_COMPILER_TYPE} == clang && ( ${COMPILER_VERSION} < 38 || ${COMPILER_VERSION} == 42 ) CPPFLAGS+= -D__builtin_ms_va_list=__builtin_va_list \ -D__builtin_ms_va_start=__builtin_va_start \ -D__builtin_ms_va_end=__builtin_va_end \ From owner-svn-ports-head@freebsd.org Tue Feb 16 14:14:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F57AAA9285; Tue, 16 Feb 2016 14:14:07 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E048914D2; Tue, 16 Feb 2016 14:14:06 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GEE53o023428; Tue, 16 Feb 2016 14:14:05 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GEE5U0023426; Tue, 16 Feb 2016 14:14:05 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602161414.u1GEE5U0023426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 16 Feb 2016 14:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408997 - head/converters/p5-Convert-Binary-C X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 14:14:07 -0000 Author: jadawin Date: Tue Feb 16 14:14:05 2016 New Revision: 408997 URL: https://svnweb.freebsd.org/changeset/ports/408997 Log: - Update to 0.78 Modified: head/converters/p5-Convert-Binary-C/Makefile head/converters/p5-Convert-Binary-C/distinfo Modified: head/converters/p5-Convert-Binary-C/Makefile ============================================================================== --- head/converters/p5-Convert-Binary-C/Makefile Tue Feb 16 13:56:24 2016 (r408996) +++ head/converters/p5-Convert-Binary-C/Makefile Tue Feb 16 14:14:05 2016 (r408997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Convert-Binary-C -PORTVERSION= 0.77 +PORTVERSION= 0.78 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/converters/p5-Convert-Binary-C/distinfo ============================================================================== --- head/converters/p5-Convert-Binary-C/distinfo Tue Feb 16 13:56:24 2016 (r408996) +++ head/converters/p5-Convert-Binary-C/distinfo Tue Feb 16 14:14:05 2016 (r408997) @@ -1,2 +1,2 @@ -SHA256 (Convert-Binary-C-0.77.tar.gz) = fe33824fbdd20920658b36e0cd50bcb0d2924c83ab3240b861340d558dd7fc91 -SIZE (Convert-Binary-C-0.77.tar.gz) = 1562435 +SHA256 (Convert-Binary-C-0.78.tar.gz) = 24008c3f89117005d308bb2fd2317db6d086a265be6e98855109bbc12a52f2ea +SIZE (Convert-Binary-C-0.78.tar.gz) = 1564698 From owner-svn-ports-head@freebsd.org Tue Feb 16 14:17:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C990AA93F6; Tue, 16 Feb 2016 14:17:41 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id 493361777; Tue, 16 Feb 2016 14:17:41 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 894F4B0616; Tue, 16 Feb 2016 17:17:40 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 9278CFE7; Tue, 16 Feb 2016 17:15:39 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 794483368; Tue, 16 Feb 2016 17:17:02 +0300 (MSK) Date: Tue, 16 Feb 2016 17:17:02 +0300 From: Dmitry Marakasov To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408995 - head/graphics/mitsuba/files Message-ID: <20160216141701.GC77659@hades.panopticon> References: <201602161346.u1GDkjI7014640@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201602161346.u1GDkjI7014640@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 14:17:41 -0000 * Dmitry Marakasov (amdmi3@FreeBSD.org) wrote: > Author: amdmi3 > Date: Tue Feb 16 13:46:45 2016 > New Revision: 408995 > URL: https://svnweb.freebsd.org/changeset/ports/408995 > > Log: > - Fix build with clang 1.60 Should obviously read: - Fix build with boost 1.60 > PR: 199601 > Approved by: portmgr blanket > > Added: > head/graphics/mitsuba/files/patch-src_bsdfs_irawan.h (contents, props changed) > > Added: head/graphics/mitsuba/files/patch-src_bsdfs_irawan.h > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/graphics/mitsuba/files/patch-src_bsdfs_irawan.h Tue Feb 16 13:46:45 2016 (r408995) > @@ -0,0 +1,12 @@ > +--- src/bsdfs/irawan.h.orig 2015-07-15 10:37:38 UTC > ++++ src/bsdfs/irawan.h > +@@ -28,9 +28,6 @@ > + #include > + #include > + #include > +-#include > +-#include > +-#include > + > + MTS_NAMESPACE_BEGIN > + > > -- 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-head@freebsd.org Tue Feb 16 14:20:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEA7BAA94FF; Tue, 16 Feb 2016 14:20:14 +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 9FF361942; Tue, 16 Feb 2016 14:20:14 +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 u1GEKDHc023745; Tue, 16 Feb 2016 14:20:13 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GEKDaa023743; Tue, 16 Feb 2016 14:20:13 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201602161420.u1GEKDaa023743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 16 Feb 2016 14:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408998 - in head/lang/dmd2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 14:20:14 -0000 Author: cy Date: Tue Feb 16 14:20:13 2016 New Revision: 408998 URL: https://svnweb.freebsd.org/changeset/ports/408998 Log: Do not hard code SYSCONFDIR. This inadvertently was included in r407421. PR: 207233 Noticed by: gahr Pointy hat to: yours truly Modified: head/lang/dmd2/Makefile head/lang/dmd2/files/patch-src__dmd__posix.mak Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Tue Feb 16 14:14:05 2016 (r408997) +++ head/lang/dmd2/Makefile Tue Feb 16 14:20:13 2016 (r408998) @@ -4,7 +4,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 PORTVERSION= 2.070.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} Modified: head/lang/dmd2/files/patch-src__dmd__posix.mak ============================================================================== --- head/lang/dmd2/files/patch-src__dmd__posix.mak Tue Feb 16 14:14:05 2016 (r408997) +++ head/lang/dmd2/files/patch-src__dmd__posix.mak Tue Feb 16 14:20:13 2016 (r408998) @@ -1,14 +1,5 @@ --- ../../src/dmd/posix.mak.orig 2016-01-27 07:22:54.000000000 -0800 +++ ../../src/dmd/posix.mak 2016-01-28 12:32:14.044394178 -0800 -@@ -19,7 +19,7 @@ - endif - - INSTALL_DIR=../../install --SYSCONFDIR=/etc -+SYSCONFDIR=/usr/local/etc - PGO_DIR=$(abspath pgo) - - C=backend @@ -31,9 +31,9 @@ endif From owner-svn-ports-head@freebsd.org Tue Feb 16 14:24:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7096AA9808; Tue, 16 Feb 2016 14:24:05 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id 67F681D2D; Tue, 16 Feb 2016 14:24:05 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id VgXjazPZPsChYVgXkaIZSb; Tue, 16 Feb 2016 07:23:59 -0700 X-Authority-Analysis: v=2.1 cv=N9CJbzJB c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=jFJIQSaiL_oA:10 a=6I5d2MoRAAAA:8 a=BWvPGDcYAAAA:8 a=YxBL1-UpAAAA:8 a=pKcz_MTdD46ZfaVDR4cA:9 a=CjuIK1q_8ugA:10 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 89E75137F1; Tue, 16 Feb 2016 06:23:55 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u1GENtsM014622; Tue, 16 Feb 2016 06:23:55 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201602161423.u1GENtsM014622@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Pietro Cerutti cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r408973 - head/lang/dmd2 In-Reply-To: Message from Pietro Cerutti of "Tue, 16 Feb 2016 10:26:35 +0100." <3772ed9d654255d394ee12249d1f7ee8@gahr.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 16 Feb 2016 06:23:55 -0800 X-CMAE-Envelope: MS4wfFkQwOz9x4rbb6VhfU32XW4bUXOm2CxMeU/9uKhlmLrypDsR+8ReaB6UPOHkR8NNR/cQCJyaKAElF8DRz7jo+5BILZZpKWgdDB1qAamXb2GcpywI+dwX 6zYDa3lEpso9JvBbrWUI0DwvQxkk3D2UQvBWXFy++Tml2f2e7PYUr86/ibVDHrlkY4TY5k/jW8O07NbmOFxaD+EaVq9fh7d6P3JdddPcfdJH9G2DHXb1N4/V I4vp57WL5QEJ4DUbODs0oDax21RTiZ4cWtGmzavRVkY25lF7hL1xKlH/Eymp852sQamu4ajrnEujmqmteVYHqHjm8fIs4TQ+PCR5r21CQN265CjfdEZ0QNRk 7ydysGF5iC3zJ+h1vMcjwb2JBTTZ9g== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 14:24:06 -0000 In message <3772ed9d654255d394ee12249d1f7ee8@gahr.ch>, Pietro Cerutti writes: > On 2016-02-16 04:30, Cy Schubert wrote: > > Author: cy > > Date: Tue Feb 16 03:30:06 2016 > > New Revision: 408973 > > URL: https://svnweb.freebsd.org/changeset/ports/408973 > > > > Log: > > Correctly locate dmd.conf. > > This is wrong. Your latest 2 commits result in effectively hardcoding > PREFIX to /usr/local. See the two snippets below. > Could you please revert to having posix.mak specify SYSCONFDIR=/etc and > our Makefile substitute /etc with ${PREFIX}/etc? > Or anything that is functionally equivalent. > > Thanks, > > > > > =========================================================================== > === > > --- head/lang/dmd2/Makefile Tue Feb 16 02:52:56 2016 (r408972) > > +++ head/lang/dmd2/Makefile Tue Feb 16 03:30:06 2016 (r408973) > > @@ -65,7 +66,6 @@ post-patch: > > -e "s|\\\BR|.BR|" \ > > ${WRKDIR}/dmd2/man/man1/dmd.1 \ > > ${WRKDIR}/dmd2/man/man5/dmd.conf.5 > > - @${REINPLACE_CMD} -e '/^SYSCONFDIR=/s|/etc/|${PREFIX}/etc/|' > > > ============================================================================= > = > --- head/lang/dmd2/files/patch-src__dmd__posix.mak Thu Jan 28 > 20:44:35 2016 (r407420) > +++ head/lang/dmd2/files/patch-src__dmd__posix.mak Thu Jan 28 > 20:47:32 2016 (r407421) > @@ -1,23 +1,82 @@ > ---- ../../src/dmd/posix.mak.orig 2015-11-11 02:36:12.000000000 -0800 > -+++ ../../src/dmd/posix.mak 2015-11-15 01:40:55.280252455 -0800 > -@@ -57,13 +57,13 @@ > +--- ../../src/dmd/posix.mak.orig 2016-01-27 07:22:54.000000000 -0800 > ++++ ../../src/dmd/posix.mak 2016-01-28 12:32:14.044394178 -0800 > +@@ -19,7 +19,7 @@ > + endif > + > + INSTALL_DIR=../../install > +-SYSCONFDIR=/etc > ++SYSCONFDIR=/usr/local/etc > > > > -- > Pietro Cerutti > gahr@FreeBSD.org > Thanks for noticing. It was accidently included when the patch was re-rolled for r407421. It's been removed. Thanks again. -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@freebsd.org Tue Feb 16 15:19:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EAFAAAA138; Tue, 16 Feb 2016 15:19:19 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FC72112F; Tue, 16 Feb 2016 15:19:19 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GFJIaF041181; Tue, 16 Feb 2016 15:19:18 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GFJIxu041179; Tue, 16 Feb 2016 15:19:18 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201602161519.u1GFJIxu041179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Tue, 16 Feb 2016 15:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408999 - head/devel/py-pyee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 15:19:19 -0000 Author: jpaetzel Date: Tue Feb 16 15:19:17 2016 New Revision: 408999 URL: https://svnweb.freebsd.org/changeset/ports/408999 Log: Update to 1.0.2 Modified: head/devel/py-pyee/Makefile head/devel/py-pyee/distinfo Modified: head/devel/py-pyee/Makefile ============================================================================== --- head/devel/py-pyee/Makefile Tue Feb 16 14:20:13 2016 (r408998) +++ head/devel/py-pyee/Makefile Tue Feb 16 15:19:17 2016 (r408999) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyee -PORTVERSION= 0.0.9 +PORTVERSION= 1.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyee/distinfo ============================================================================== --- head/devel/py-pyee/distinfo Tue Feb 16 14:20:13 2016 (r408998) +++ head/devel/py-pyee/distinfo Tue Feb 16 15:19:17 2016 (r408999) @@ -1,2 +1,2 @@ -SHA256 (pyee-0.0.9.tar.gz) = 2fc0d1380f7eb308ff8324285f82beb62f39bb1e12781397622eda8ca420762b -SIZE (pyee-0.0.9.tar.gz) = 3983 +SHA256 (pyee-1.0.2.tar.gz) = 16944f91eb37c0acf7a370feef2c09678220963f24f38134703911f80b33d79c +SIZE (pyee-1.0.2.tar.gz) = 4263 From owner-svn-ports-head@freebsd.org Tue Feb 16 15:38:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87EBFAAA9F6; Tue, 16 Feb 2016 15:38: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 5608E1125; Tue, 16 Feb 2016 15:38: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 u1GFcMmp046932; Tue, 16 Feb 2016 15:38:22 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GFcMG3046930; Tue, 16 Feb 2016 15:38:22 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602161538.u1GFcMG3046930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 16 Feb 2016 15:38:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409000 - head/lang/php70 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 15:38:23 -0000 Author: miwi Date: Tue Feb 16 15:38:21 2016 New Revision: 409000 URL: https://svnweb.freebsd.org/changeset/ports/409000 Log: - Fix mysql[nd] library handling in php modules logic. Reported by: fluffy Modified: head/lang/php70/Makefile head/lang/php70/Makefile.ext Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Tue Feb 16 15:19:17 2016 (r408999) +++ head/lang/php70/Makefile Tue Feb 16 15:38:21 2016 (r409000) @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.3 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php70/Makefile.ext ============================================================================== --- head/lang/php70/Makefile.ext Tue Feb 16 15:19:17 2016 (r408999) +++ head/lang/php70/Makefile.ext Tue Feb 16 15:38:21 2016 (r409000) @@ -239,17 +239,6 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LO USES+= firebird USE_PHP= pdo USE_PHP_BUILD= yes - -.endif - -.if ${PHP_MODNAME} == "pdo_mysql" -CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd -USE_PHP=pdo -USE_PHP_BUILD= yes -.else -CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} \ - --with-zlib-dir=/usr -USE_MYSQL= yes .endif .if ${PHP_MODNAME} == "pdo_odbc" @@ -546,6 +535,19 @@ USE_MYSQL= yes . endif .endif +.if ${PHP_MODNAME} == "pdo_mysql" +USE_PHP=pdo +USE_PHP_BUILD= yes +. if ${PORT_OPTIONS:MMYSQLND} +CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd +USE_PHP+= mysqli +. else +CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} \ + --with-zlib-dir=/usr +USE_MYSQL= yes +. endif +.endif + .if ${PHP_MODNAME} == "openssl" || ${PHP_MODNAME} == "sqlite3" post-extract: @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4 From owner-svn-ports-head@freebsd.org Tue Feb 16 15:45:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18F7FAAACDF; Tue, 16 Feb 2016 15:45:34 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6CE715C0; Tue, 16 Feb 2016 15:45:33 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GFjW0o050321; Tue, 16 Feb 2016 15:45:32 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GFjSWl050279; Tue, 16 Feb 2016 15:45:28 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201602161545.u1GFjSWl050279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Tue, 16 Feb 2016 15:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409001 - in head/ports-mgmt/poudriere: . files/MANIFESTS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 15:45:34 -0000 Author: cperciva Date: Tue Feb 16 15:45:28 2016 New Revision: 409001 URL: https://svnweb.freebsd.org/changeset/ports/409001 Log: Add MANIFEST files from (9|10).*-RELEASE. These files are installed in /usr/local/share/poudriere/MANIFESTS, where poudriere (as of version 3.1.11) checks for pre-distributed MANIFEST files before fetching them from the ftp/http/https server. This allows poudriere to ensure that the bits it is downloading and installing really match the bits provided by the release engineering team, and have not been subtly trojanned in transit. (Note that this does not apply if poudriere is creating a jail from -STABLE or -CURRENT since we cannot pre-distribute those MANIFESTs.) The MANIFEST files were obtained by (a) finding the GPG-signed announcements for 9.0 and later releases; (b) verifying those signatures against the GPG keys in the FreeBSD documentation repository; (c) downloading all of the relevant bootonly ISOs; (d) verifying the ISOs against the hashes listed in the signed release announcements; and (e) extracting the MANIFEST files from those ISOs. Reviewed by: bdrewery Security: If someone could trick you into building packages in a world which they tampered with, they could do all sorts of nasty things to those packages... Added: head/ports-mgmt/poudriere/files/MANIFESTS/ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.3-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.3-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.3-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.3-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.3-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.0-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.1-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.2-RELEASE (contents, props changed) head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.3-RELEASE (contents, props changed) Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/pkg-plist Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Tue Feb 16 15:38:21 2016 (r409000) +++ head/ports-mgmt/poudriere/Makefile Tue Feb 16 15:45:28 2016 (r409001) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.1.11 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -31,5 +31,7 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/MANIFESTS + ${INSTALL_DATA} ${FILESDIR}/MANIFESTS/* ${STAGEDIR}${PREFIX}/share/${PORTNAME}/MANIFESTS/ .include Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz f394b79749e79cd7d4b1c29c61effd2a4d6caa70c7e794ffb617f439e11be53c 18870 base "Base system (MANDATORY)" on +doc.txz b2c7ecd1fbb892869016020a99ec0dfa6d8ea4d9c89155fc1c114828ccd92877 121 doc "Additional documentation" off +games.txz 997fefcd4469d60c21e891d0cccf50cc302fcdceab24e82e1f57d5a35bdfdde8 53 games "Games (fortune, etc.)" on +kernel.txz 44df7b515655a57043ebdce95d3aa273b541edad464b96f1d0fa0326b9951d0e 1510 kernel "Kernel (MANDATORY)" on +lib32.txz df86af1cb69e133b55d3b5fd7e672b8d261caf0804c656bbfa9f73f6880c2d43 676 lib32 "32-bit compatibility libraries" on +ports.txz 1efe37d4b1d74220542567f1fa2b7be34a376c67fd2cb175e8fc0374a18bba15 154347 ports "Ports tree" on +src.txz b85bdebf7efdabf9b89f7881b550ce89949c646decf49a3a3fcf8941bde67fe8 63564 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 2b028a894d25711ad496762622a52d74b1e32ee04693ad1cf056e3ddcdc23975 19458 base "Base system (MANDATORY)" on +doc.txz 32292e8813655a939d695548a0beb2e5a86bdac05632ce9116e88198ce484865 121 doc "Additional documentation" off +games.txz 16e111a2b7f7258d1217c3ea8cd22460f67ad01f6096dd3b63d9bfa311d5fd20 53 games "Games (fortune, etc.)" on +kernel.txz 2cb6b319467369ac2fe40f34d41e45ee5db6e146a2b651a7633a75e36511c3ba 1534 kernel "Kernel (MANDATORY)" on +lib32.txz 9fa2b3e79460af9a93dfdb1033957abc1c770ad332ab0c1315a31c02b068a59c 673 lib32 "32-bit compatibility libraries" on +ports.txz d53912299c5d504f83eaa6cf98a576bfb6de98548fc4a7d1b21e629b53937a05 149186 ports "Ports tree" on +src.txz f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d 65300 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 75b0d1872b39c35b0d423c352c96d41cc2d7e7d536b78ecdb506c2fbf8072a0b 19765 base "Base system (MANDATORY)" on +doc.txz a16da30b017933fe3735d2b0638fc9063335dd6330bdd4925899e49cd0a76d65 121 doc "Additional documentation" off +games.txz 11ad9eee86b21f54b7f397a95ad3902e73526ef5cae84de3200b2acc050bc9e2 53 games "Games (fortune, etc.)" on +kernel.txz 2a866267c9aee471558f54fc8a3862c18e729e2adf348686e0b51c62f6c2291e 1550 kernel "Kernel (MANDATORY)" on +lib32.txz fc9bdb7213977e94bc9d66cdc9d55ee0396df5fa4ae900d2ac68d3b47845e92d 685 lib32 "32-bit compatibility libraries" on +ports.txz 7cd3a302c1ba0296a56b83ef08a7cf0fe318b247a084f6b31d51f2b8e560b476 154229 ports "Ports tree" on +src.txz 6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1 70299 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 7a1de94906f98539c70b71f2a9277ff9514fd8134b71f30e3c22f59b7c49ece0 17066 base "Base system (MANDATORY)" on +doc.txz 1fcee5df106054b187fc6af20d75bd7af0d4e2a5805540e6e51e9eef42d21df9 123 doc "Additional documentation" off +games.txz 53c7b0acaa02a39dd1e72935c94bf7574d7961c6ef97126977b28c8a677dcbce 55 games "Games (fortune, etc.)" on +kernel.txz 3b63c1b24ed830492bf80cc0154854759c4a4bfe5c5ab7f3756cc3a562e5eacf 1270 kernel "Kernel (MANDATORY)" on +lib32.txz 0082b372f3fe2c5f2d44066f6c51c9d1377d8fab3bbff2085322b7911b40469d 630 lib32 "32-bit compatibility libraries" on +ports.txz 5ad301a4bd0d822ee2346a1dd4e46c25491b024f5f2455c17fbbf1fabf5189fd 304781 ports "Ports tree" on +src.txz 24c05ec1f5f02ea39f2dc4eb8a15adcf67ec31de7ecba49905965f3e29e2d8ab 54464 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 13fa1fe38c2b213fb05a40a910b55b4a63db69ed9d61c59974d8dcb08f2bdc54 17254 base "Base system (MANDATORY)" on +doc.txz 3b7ac8c04d3327e402e94af873c6cb428208cb49b02fd613b7b339764465ad99 123 doc "Additional documentation" off +games.txz 5810ee1070c89ce4f1710bd2e262d7826173ac968a6f723a2a592f31135ec8d9 55 games "Games (fortune, etc.)" on +kernel.txz d71fe52102105f9828e006a9b0964d14d3a200cae717f8f59f171f42c0333bcd 1292 kernel "Kernel (MANDATORY)" on +lib32.txz 98f721658d6603adf841a0f1e3e9a909b5efcb534b5fe977054b95ed8a35600c 636 lib32 "32-bit compatibility libraries" on +ports.txz 958f66e31abd27179da2e482f9d52ec80f44e89c9ec2c8e962b1d658010f5beb 268145 ports "Ports tree" on +src.txz 6a9239bea016b0ccbd5da57d5bf5287a27bf701ae73529531a1211207d9ca5e0 55579 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 1873c313da4945fd555809afac4075ef458ac176d5129c3f163ad0f58ec9bb3e 17579 base "Base system (MANDATORY)" on +doc.txz 734cc39d19cba290b638ae2cc4271b347435ae6f969397b3d9af89079801607a 123 doc "Additional documentation" off +games.txz 0fd9a3a6ccda5fbf305f469703a3a6da174c7341bd30304e5395bb65fa1d3c64 53 games "Games (fortune, etc.)" on +kernel.txz 595955ccb779a6092455171e4fac0b59a58f118525f04bc09414e5d1e55ed17d 1328 kernel "Kernel (MANDATORY)" on +lib32.txz 86acc4555fddb3649ae078f9d9c6e16a0b9936ea2cbfcbf69bc71d6b6497860b 582 lib32 "32-bit compatibility libraries" on +ports.txz f75ea73aa780a5eb0ce7ee7d9976f422f2d82f23739dbc55b1af8d4a04f9b1fe 153177 ports "Ports tree" on +src.txz 2f494744d5dadf946bb0b8c81864f094158373c587e6f2f0b2ae5dac07f3af00 58011 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.3-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.3-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz eda58db8f30e502f3e1dfb3266048e73c6be65fd820e132e2cba6cf5aee50c08 18082 base "Base system (MANDATORY)" on +doc.txz 33f0e82149d1965b52ace7c3f7507a14f680ea810976c2b76c927fddfac30e5e 123 doc "Additional documentation" off +games.txz 7c0584cfd93da3657cf953d019da8aaff3dfb5a268815f44756c477b4af370e6 53 games "Games (fortune, etc.)" on +kernel.txz b1f9dab9fd1ea4718b3ac08e22bd9f852f01bafafbe956b85e5ec8842be94daa 1504 kernel "Kernel (MANDATORY)" on +lib32.txz 535c82f49ad04a0deb1b1b8ef951c43545e5ebf54f029f6e558edf8703546bec 587 lib32 "32-bit compatibility libraries" on +ports.txz 435a19ae37d0b1d4b10aa7c91ed61a0e54776b6b267ee48589fcfd3fcf1ffeb5 153284 ports "Ports tree" on +src.txz 295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284 59491 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 98e35da4ee5b203051818222904060aa6e628d30814346d67c16b8ffcf8594b3 18908 base "Base system (MANDATORY)" on +doc.txz d669c9b30601ec9b82b933680e47dd99d2e6d452b6d0c24dac6e4bde765eeec3 121 doc "Additional documentation" off +games.txz 31bc0212ccedf916dcbc33e924908691a86352e4109a94857f321e104a7da17b 53 games "Games (fortune, etc.)" on +kernel.txz 965106c58bebaee594adc864d493567160034e7318d87b5d801bf900717d2ed0 1568 kernel "Kernel (MANDATORY)" on +ports.txz a61d18cd55ead652b94f824aabd5d3108342d77c7d7816280908c1768ab5e01c 154347 ports "Ports tree" on +src.txz b794e68693f0e0f512b19676a50a9f67d8e259b6376217aae73fe1d1d4bdcb5b 63564 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 8cbe70ff3022b63f19ec254b989cc61daaa56c47938a38951818e8f3d68f5a2c 19491 base "Base system (MANDATORY)" on +doc.txz b3c7fcbbc74fd9861164873ffe8011ba86bd9d25d83ebf7f401f32de02a4f4f1 121 doc "Additional documentation" off +games.txz 4bb792e2411782c1359fa7bf0676400f97fcb888a523c1e5bd1005b2643a89d8 53 games "Games (fortune, etc.)" on +kernel.txz 84c35f34e1fdf16a5c2d9b3400e0358157d14b5e4a56deb11ece54a8623b3cb9 1588 kernel "Kernel (MANDATORY)" on +ports.txz 6bd4fb4da570f7ae38894320ef33fda88aa628106ea9ab1ffbaa9088b6eead7d 149186 ports "Ports tree" on +src.txz f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d 65300 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 36e491ba6719443dec354b74ba5761103be464b93f00372e5f01e6452a8ceaa9 19797 base "Base system (MANDATORY)" on +doc.txz 73f3efbe7b32f27972fb14da11fe9a6d4aef7c6dbcb4f7e4d0e92872c2ef9de0 121 doc "Additional documentation" off +games.txz 025716eb77c4fcba25bb7664a7f9dfde941b49aefbd69a9209bd918993e9c448 53 games "Games (fortune, etc.)" on +kernel.txz d519d0244458c588cc5e85d29169b48ede57bc6ed57e7925ba8bef3b9e3c21b4 1602 kernel "Kernel (MANDATORY)" on +ports.txz 163ad4ee5e9edc2059e7853e3e27a9197cfa2b31037ca7f46112ad1ee2cf105a 154229 ports "Ports tree" on +src.txz 6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1 70299 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 43c348973d8e0e9462755b2d06e66449f5ec2b49165df970d877933d9ab462cd 17130 base "Base system (MANDATORY)" on +doc.txz 5aa51e7d8284b9ea5b289aee0b875a329781250d9b458b855dfa38dd2b1abddf 123 doc "Additional documentation" off +games.txz 2acb53c35b1a89008d36e7a8d10ee9cc39c540483bc750cba67f3475b8dc465b 55 games "Games (fortune, etc.)" on +kernel.txz d2c6c4eba4abb82fb2d18d4bf58d21cb65e353b68d5421304ac5c73895f92087 1348 kernel "Kernel (MANDATORY)" on +ports.txz f060e1de853a00d87b5588d9182f5518532b91aaaf2b7f54144d56c62e16b69c 304781 ports "Ports tree" on +src.txz 6a2d7fb0f4827b25584de5def9e7d8b437c8fa609f29338d997e906e9d3c4d2b 54464 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz e8b8e2c29bb1dd32207dd2e6a78abee51101c1b018381f9f75103c8bd769fcee 17316 base "Base system (MANDATORY)" on +doc.txz 9c5ca16246c5519159c09133d7339f36f22c3598816e084e9b7f872c149c0239 123 doc "Additional documentation" off +games.txz 797e7c83e0d6acb4ecee6aa8fcf78f79dfbfc72d98c99ef79feb1096fe6630d0 55 games "Games (fortune, etc.)" on +kernel.txz 4313470e5ea5c5cff8bd8a9875e051e0c01bf063d355ea64669a22adeddb96b4 1370 kernel "Kernel (MANDATORY)" on +ports.txz 0eca8189daabdf18fe0b3d17282b1d913b37d37caa2e2e64ab199e9698758e4d 268145 ports "Ports tree" on +src.txz cbbe6d2c5e422c8f38f8b71c89b19c38c3fc2266fe478d6b050170c1584843a5 55579 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 87c9038ff9ba03b26d3b64611d9b8db4ef8a3915a6a27424759fdf9f15413a02 17641 base "Base system (MANDATORY)" on +doc.txz d4e33fdf30abed3f4a80be4b65049f6aab073e432a7b0191b9353ece9ba5c2af 123 doc "Additional documentation" off +games.txz 47822f50b5d08358137b9574034f3468a08c08fd96459c1d383cf2bf3d95ae27 53 games "Games (fortune, etc.)" on +kernel.txz 2cf173b2d106e658ab29a1c8958c87daea74092f3ed407271ca8f3cff2f22430 1408 kernel "Kernel (MANDATORY)" on +ports.txz 15c28eb3ad7089fef046082cf4f2e35fbbe2af286f958342ba2eb33a8a6af5a1 153177 ports "Ports tree" on +src.txz 2effe0e5a93893130db2a0275cb38fb94c74ac24e86cb78b94577b627d93b28c 58011 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.3-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.3-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 8ea9a5148f8fefc51881cbd96d9bfc8288cfa3bcea2e63c5c5c4c1c879527d93 18137 base "Base system (MANDATORY)" on +doc.txz 58bc4532c2fdf04cc64ff479b84aeec595ec55afa364e0e2150cf3fa272eeee4 123 doc "Additional documentation" off +games.txz 189aa8464155c138279366ff2c96f479e33af219984ccf3ef00023af480d5081 53 games "Games (fortune, etc.)" on +kernel.txz 24cb5844c2ce3d18312ff8c59c3b0bc444823a20dce62c6094ab6af902a12f25 1580 kernel "Kernel (MANDATORY)" on +ports.txz 6c50b171968c6ff49df1d07d67db57331574b41027d8ce83e752a20d19d27b31 153284 ports "Ports tree" on +src.txz 295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284 59491 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 0ab38a511c92fc0852ac94f91c5b263a1ce0510e55f42e66e04278a01e54321f 18942 base "Base system (MANDATORY)" on +doc.txz 008b554c461668d1f9b18a6df6629c5b319972e268da9f115e0931b7a3954092 121 doc "Additional documentation" off +games.txz 71308c7e9c9d1cf29c7e5fad56d53864e8c147ad737cb39f24161b003b8a3776 53 games "Games (fortune, etc.)" on +kernel.txz 37f445b612cbe6f8ce3be0ca4d697281b2d9b5384b4826511d9390ad763538a4 1059 kernel "Kernel (MANDATORY)" on +ports.txz 13901857c278f353e7691b142170387fdd3c5384f3a38c4dcc5dade4c6861925 154347 ports "Ports tree" on +src.txz 6caad01e5da3ffbddc16c4261ff4d5287a6676242361d15fed1f4daf9297a6a7 63564 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 1e3e5a50c1bc6b26001099044f05895c46aa69530700045f995f56e7ecb2484e 19508 base "Base system (MANDATORY)" on +doc.txz fac7f05b33f8e2d158804c846973d9401f9179a68c536588d2d05ffa21dd1b02 121 doc "Additional documentation" off +games.txz 1c9a71ed93bb77462512d9f80ee5a5afba3ac076fac4d8120f75be28ea7550a3 53 games "Games (fortune, etc.)" on +kernel.txz e448e73ea24b1ec1ffa1ce099dff620c62a2e31c19bf62018ff225a642ab9fca 1077 kernel "Kernel (MANDATORY)" on +ports.txz a96b9ad7c642715e0c7242750a08fc1f4a64a181be629fd7f4f548cb9f89bc28 149186 ports "Ports tree" on +src.txz f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d 65300 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 8f7564d73cb6d5e9fbfcbab9b30887ae3a8eaab18d374b9d3f0da9a1dc18445a 19797 base "Base system (MANDATORY)" on +doc.txz b78b7ff7e5f8db1deba308886b6fd7fbc0f6c938dc5d0c5dd595192e524c330e 121 doc "Additional documentation" off +games.txz ac46c8e9905575eb60f401a52e3f9978538fe37c3107ec470415d73c97da4c4a 53 games "Games (fortune, etc.)" on +kernel.txz e908a035a6e6f0cce149071e7684df1f505989698fe949150eadbc1b1a915c65 1085 kernel "Kernel (MANDATORY)" on +ports.txz 21b06bb824f46567adf34048df159b1194d2b6a73609245e635ba1eb99618362 154229 ports "Ports tree" on +src.txz 6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1 70299 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 8dc5f57ae79b582f63ee959bfe204c08a56236bc3f8dea0c871b9184c63d3204 16828 base "Base system (MANDATORY)" on +doc.txz 74b39bc96bc101cc9ed5981dbe05c28b31954162d2611229ea07670270c7bf5a 123 doc "Additional documentation" off +games.txz dc2af394307b84d939683d9a7befab6fbd0e0fb6da4c0dde7a7ddbc9c47ed96e 55 games "Games (fortune, etc.)" on +kernel.txz ab31ced703306457b1810d5594236e196d0e71db6af9a96d65bf6ef041524475 1044 kernel "Kernel (MANDATORY)" on +ports.txz c7e60ffdc24041528758e1404ce648b29cda7bad1fc357c69c1a0231d88f4ed5 304781 ports "Ports tree" on +src.txz da0366ee608f861a90dc3a492a755b13e743e9f25365c21f119867a7ddf4150e 54464 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz d050a87dce4c2c3a55e03a51e9bf361973abdaf3879e6cd9dc6aaa988f699d88 17291 base "Base system (MANDATORY)" on +doc.txz c9b136075d51350713b5db6dcd90e07d107a92017386d84645aa99201581cad4 123 doc "Additional documentation" off +games.txz 9bda331a2ec49ad79d2544c8306c406acf914b41f74886b99c5186fb2b042122 53 games "Games (fortune, etc.)" on +kernel.txz 07806e3b3011085d28c44b10abaff6e67d3c596ff84b15928ea910d6fb744119 1066 kernel "Kernel (MANDATORY)" on +ports.txz a61716b9e54841c3f66079f679ea07b48abe09dc7d14cff57a39d1165c6aed7d 153177 ports "Ports tree" on +src.txz 10e1a447fd76685c38a29a46a706c9bdb0d0a56b396075cfbab212194a99a545 58011 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.3-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.3-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 601bfb33a369bfc5a24ffc703b6fb7e42a871840c6cf2b43974c81c6819e0e65 17780 base "Base system (MANDATORY)" on +doc.txz d419cefda20cfbbe5ea6e9880886af623d3ab40a8d26981e87c491b0b5abd810 123 doc "Additional documentation" off +games.txz c8125ff99852108b419923a8b457d2f26a7a135760e2a6fdcdd99464efa251b1 53 games "Games (fortune, etc.)" on +kernel.txz 86932ec14818a35334e2114d3eaf61847f18a1e0fcf914e167e627310534d938 1075 kernel "Kernel (MANDATORY)" on +ports.txz 42123e3dab59925eebaec881830ff5f06db7ce0551003c8e23af1e03c03b0af3 153284 ports "Ports tree" on +src.txz 295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284 59491 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 66103936a1d243c0e256570e3ac33e3379bf24bcbee39ca75581626445ff7838 19031 base "Base system (MANDATORY)" on +doc.txz da282c259d25b30c28ac51cc582ae503b9ebade933c6bfaf23d2c90a6b0097b7 121 doc "Additional documentation" off +games.txz 2bf7aadec6478c780a05562eb74fd96781d5fc8e58fe1120977d064101088796 53 games "Games (fortune, etc.)" on +kernel.txz 0646b7903e0657382d3a85541c2959d2f97eb26b0c1a8c1e5fca975bf87ba53a 1033 kernel "Kernel (MANDATORY)" on +ports.txz f8e039a079d6631f3c6f1bbedb773be1dcf2816e9570dbc2058565fbf9e854f2 154347 ports "Ports tree" on +src.txz c0ed60c2c603eda3ec7f3fdf72fc10b57a53dce7aee55dbb6b716ad17afb90f2 63564 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 290a932f6cc8a05b2f7d344089f2628b717053cb55d347e8de285120a62128f3 19598 base "Base system (MANDATORY)" on +doc.txz dee7face55416e0092701daf7e6b70325ccdaf39f4c4343f4e9d23fe871727a2 121 doc "Additional documentation" off +games.txz c062547eca552804c4601658d3a5c06151c5be127ab9d94e57c2c33ec32511da 53 games "Games (fortune, etc.)" on +kernel.txz 9a2fa39029ec61a74bc2c12b3a50aa4b6ee3185d6816da02c97701486ec0974d 1051 kernel "Kernel (MANDATORY)" on +ports.txz d3fe136b50804852d340d10f77b3bb3a7784431d8386c66911f0835280bb5150 149186 ports "Ports tree" on +src.txz f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d 65300 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 4be870e313cbdd4ca0c3e44bdd4b5fb5de8363b6a6192cb684c1ff42364f99f7 19893 base "Base system (MANDATORY)" on +doc.txz c4ed9b215310e3f408291e01cfea68ac1c1b9a8372c7cf672ebfe1f62cd07ac7 121 doc "Additional documentation" off +games.txz eca1ee025c355891d083b2a2a4047c2c12480455401f2051b48d9f4602b8bd34 53 games "Games (fortune, etc.)" on +kernel.txz c24716316442748ccb9ff39ce1bbe1b32cd943cd1ec3bfb462113bdb094efe74 1049 kernel "Kernel (MANDATORY)" on +ports.txz 92452c90342d3ca0c59215015b2cb487b8af18640de1eef078765862727c415a 154229 ports "Ports tree" on +src.txz 6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1 70299 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz b3e9bbe32684544f822169e88e3329f012f81cd76233e90c8e0932805e386d43 16867 base "Base system (MANDATORY)" on +doc.txz 64849d60658bc878ad5c2617b301e331165d662d2430c098b285ecf237329ce1 123 doc "Additional documentation" off +games.txz af691cca6cca4d2020eca75f495adbaf81cd9f81e80eddf7491deae27e19b925 55 games "Games (fortune, etc.)" on +kernel.txz 7de3c7a34ae8e8d4b3bfe576518cc007a6b0d2afa73a23f625cf94728f8c9eb4 960 kernel "Kernel (MANDATORY)" on +ports.txz 5f1a5ad630d18bdd6fd4a9621e05557de1f488f13fcc529acce2eeac7a6f6103 304781 ports "Ports tree" on +src.txz 3af1a4bf76a39c8a217998f6ed14aa8bf70c412c236fcf7c1b9b22506d77f4b3 54464 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz f880b8ddf5e38d53733fe2913ad68d634eb471be8e6af3da0298a9f8a6531314 17349 base "Base system (MANDATORY)" on +doc.txz c14f66b04c0e21fb4c180da9ab73f8a3764ba5ed51a1213065a0eab70d0a0742 123 doc "Additional documentation" off +games.txz a5732197cccb8de7c93c23b16025a4227bded86aa56c241968becab3e4869a22 53 games "Games (fortune, etc.)" on +kernel.txz 13445b8814ab9834eb95b494cdd0eba8e11b85de619e7fa8a927fb4d0f7d6570 977 kernel "Kernel (MANDATORY)" on +ports.txz b0f2f8937098d83302b7113186bb5683ee048725945618682df598e36c5cd392 153177 ports "Ports tree" on +src.txz b067747638c59a9967c94ce74f3f50a6cc7b95b5c970c42910a82df2a194c83e 58011 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.3-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.3-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 3c919af0bf8d8635532aea067c9aa72587a9c600b27e04d8a7aaef38666efcb4 17841 base "Base system (MANDATORY)" on +doc.txz 6136edb97b82a213ddc23a016a89882d8d259494513bd228c17792cf7bb1fae1 123 doc "Additional documentation" off +games.txz 3a988d020b5f0640689cff2e7450a833dc3802ae03f18f2db5a50bcb68c48db6 53 games "Games (fortune, etc.)" on +kernel.txz 3bda1bc8e504b9a9f085a2d701d62289e7e1bfe99fb5827f1714c39373bfdeaf 987 kernel "Kernel (MANDATORY)" on +ports.txz 3082d04dfcc4ae689874ffcca74650cd44b8efcb762a1426629954b6c708e217 153284 ports "Ports tree" on +src.txz 295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284 59491 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 393e9a2c023bf6a34ce7b5592b6039cf44691f79b58b2901f801bf1ff9b81cf1 19033 base "Base system (MANDATORY)" on +doc.txz b48c77b336eb8b0a4def15be5a03e47249e7e4481964bbec4a9239bed3f2753a 121 doc "Additional documentation" off +games.txz 781ecaaad17765228a29abeb868ddd449d2d7ccf0d5f7541bf89f98b8a4a369f 53 games "Games (fortune, etc.)" on +kernel.txz f2bb8ce98d01ee24ad9dc27fe2b992e4f0fb7d45bada6f4de68e450abf574f32 1037 kernel "Kernel (MANDATORY)" on +lib32.txz 340f197ad6f3755832e4908a48ca8d5fb26a355c298d61752b1d4e5931debf38 673 lib32 "32-bit compatibility libraries" on +ports.txz e42a9d0e9b39509fda4829cdf7fe8ce3e100b76b00e6453997395e8b20ea888e 154347 ports "Ports tree" on +src.txz 3d8daf34df10df326125f20d8b7937db08e2336b74c3ba16733400f349499957 63564 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 2791664e956c078e345e56214a87109a86a9ad7c0b576138be7c8b29d96a1e17 19601 base "Base system (MANDATORY)" on +doc.txz 5dba9caaf5b5da02128b6472e2da3dbfadce95674d1f1ed2a3e8a705ac78efab 121 doc "Additional documentation" off +games.txz bf3fd11e48388b736302248f40614e9516db4358f9351d54abf350f8336d6853 53 games "Games (fortune, etc.)" on +kernel.txz f2875d8dedfec15c42ff30a3d2d46a52f112b483e3b54c4374f3b68fe7c7e0c4 1055 kernel "Kernel (MANDATORY)" on +lib32.txz f9387691cb4d74dbe7d832a184ac1da6ae6f5f7c15ac77b43d124eec25643bf1 670 lib32 "32-bit compatibility libraries" on +ports.txz 71c78d105bbba2cac123032f486ba72c278d0865445cd91200de43f558b5bf09 149186 ports "Ports tree" on +src.txz f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d 65300 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 329108ec4d1ccf90a1c82728bebd15f901cac24fcbb54d0f5c0370f320e71fc1 19896 base "Base system (MANDATORY)" on +doc.txz e48f06c3cfef9688eebc743e09f65faf9a2e6ddf494afb077b357b4f8b93fdf2 121 doc "Additional documentation" off +games.txz 25501ed8ed9b2224a0e42db6abf2b95662a34bf7e7cdd03994718efee194e8de 53 games "Games (fortune, etc.)" on +kernel.txz 96af91536582acac2575b35c5e7777a3e520f21862f61d17c940de5ff5a20a84 1257 kernel "Kernel (MANDATORY)" on +lib32.txz cecd268c1ec16550980cf0dbae034a0c5afcb837b41489ffda2895cd4313417b 682 lib32 "32-bit compatibility libraries" on +ports.txz 7211e87239fc28ecc01f838915c5a24b143afdd9e453746e308404fa9ecc1ee1 154229 ports "Ports tree" on +src.txz 6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1 70299 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 0fa870aad1e938cdcabd92f69a2d234f3353ceabce9cac2a10054df46a196b73 16840 base "Base system (MANDATORY)" on +doc.txz 8a2b973dd269309c5c50c3d7699a3a4e5502a83650d5cf255a9afbc17c1af820 123 doc "Additional documentation" off +games.txz 7a4b316a88f37bad90e81d91fdae81ae0207f53e456232b1f311f079b4d01b68 55 games "Games (fortune, etc.)" on +kernel.txz a3d88a6c67aa0f26ac7e56146741156665ed8b25528d3333a93cf8d71b3a7bd7 964 kernel "Kernel (MANDATORY)" on +lib32.txz ed322476b17da636fc93bc3a27e9e1908a0ab84ee15d846424ee5d6deae5be72 602 lib32 "32-bit compatibility libraries" on +ports.txz 40b970bdf19287e4366f9e675701788e48c414f5a1c6ec27bd3f4274b527334d 146181 ports "Ports tree" on +src.txz a1c93bbf20ee1b7eb40fdeeb5a4515ac252d56432b3e2222c773de76ad0c36cc 54464 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 17ebbe03d04bd0a8dce3f0a2066ba8187656a353291cd2f278b8c1153faad775 17046 base "Base system (MANDATORY)" on +doc.txz 60ec632f47b5d85cebf0793e60aa1e711a35b019c5d90e6625bb0252f447f689 123 doc "Additional documentation" off +games.txz 524b1b750a7a02fa8cc064e255fa2992c6de804306f04e990f6739165a2554c4 55 games "Games (fortune, etc.)" on +kernel.txz b443ecff377f78ecd569b85a61dade8386f4507f59a8e2151d7e7089115e136a 972 kernel "Kernel (MANDATORY)" on +lib32.txz 88b90897fab8ce6fc96601663ff55e4a47483131e45979b7cbfe1fc3a4b60078 608 lib32 "32-bit compatibility libraries" on +ports.txz c8bd328346e06b15d3ae34ed0202bde9ba909f149e47a7079776944938038c02 267487 ports "Ports tree" on +src.txz b0d8cb33223ddd6e1266b2afd74619911d5b1dc0faee67f8a3b76080fcaadd93 55579 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz d0a644069e6646218369899a1c68bb8944995112453527f0251ac292cd6111fe 17349 base "Base system (MANDATORY)" on +doc.txz 5e000f4a71e52c9af406f4f9b6c6e77ef7e3f8f8124347d5eb45ec885b730335 123 doc "Additional documentation" off +games.txz 0709c093b1c6b4061b14fc23e0b18f07b243d1710cefbb1cf0316f63c3a14c74 53 games "Games (fortune, etc.)" on +kernel.txz d83c7cbb76cbb6929fe3604e6d55efd1377d9ef20fe653c0c5387a001109596e 981 kernel "Kernel (MANDATORY)" on +lib32.txz e20e6d06b02a2e6a89d47580135400e8f62efb038eab35799d1b4b3fdbbe1162 561 lib32 "32-bit compatibility libraries" on +ports.txz 4e27139a9ceef8c82a5532b3c1ec82853aaa0bc9637b017e164b36c481c2727f 153177 ports "Ports tree" on +src.txz 43755cdd64ac1e356c3fb16fa6aeefbe06d265bb4f197ee5b77be59979d5b8ff 58011 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.3-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.3-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,7 @@ +base.txz 73170d8ddc70d9d1795b3ba38a47379582fe5b71f30b5924f926de5f3bae94fa 17844 base "Base system (MANDATORY)" on +doc.txz 93f660e77f9d03d109929aa47149f15b84bce88c714fd2774bcfe65ce3d36340 123 doc "Additional documentation" off +games.txz f4d5bd640f2a300b472cc1d84458c2aad915f5255a43f7a3f5362c928bd518c7 53 games "Games (fortune, etc.)" on +kernel.txz b5d66af717116cb2af2ad0521e75d641203b1c4cb0262b4848cf186f9437c229 991 kernel "Kernel (MANDATORY)" on +lib32.txz 3c1d68dda2dc886d5e3ea87e5da969cccb52a4a14d229509d938411356a7f774 566 lib32 "32-bit compatibility libraries" on +ports.txz f0d72630ceba7a5ab04d042a09bad587fad6307c086ecd54f2e7ea447726ab80 153284 ports "Ports tree" on +src.txz 295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284 59491 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz f841ec59273131e8f886d1f1f93d3461bb4120be9d195f680c534778280dd3b0 18973 base "Base system (MANDATORY)" on +doc.txz 45a960f2a82f2159d39a9392cdaf600d08e075c6a92a671d70ff12cd16bf0527 121 doc "Additional documentation" off +games.txz 34e903bc47051eebe2519a5b1679eb84675c1f923df0b74af624b8af5a9a3e0b 53 games "Games (fortune, etc.)" on +kernel.txz 07977de97099d5da2e8166b3ed1f139d5f538aae00539290b056ef6f3bb9ef3d 1013 kernel "Kernel (MANDATORY)" on +ports.txz 1cbc3bafdd3f8dc1e18f5d435f5e75cc97fb5e304d98f044645253c63b18984e 154347 ports "Ports tree" on +src.txz 5e117bd1f3a2f0ab2868c5386b56cd3be1f2bcd7d22b8cbdacdac3988c986318 63564 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 32889d2e8163e0f0d7cb2723b307acf624f6170a81a25cef36b3b6ada84256c0 19540 base "Base system (MANDATORY)" on +doc.txz e76eca6322e6e9c1d25fbb80af497c28778c2a20bfde775649d272c2714663fe 121 doc "Additional documentation" off +games.txz d78707a093d0237942dd0aff5f00bd6263ac67201b83e3ea8952b2ae2058862c 53 games "Games (fortune, etc.)" on +kernel.txz d053876c6c845dd4a8746e51d1ba75c6723b44fa36c6b48ddd68169cbedc06ca 1031 kernel "Kernel (MANDATORY)" on +ports.txz 9856e3295605dede102d001f97a277fd082e4290ead3c904ddd062ce4a6938fc 149186 ports "Ports tree" on +src.txz f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d 65300 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz a11d4dfc6ed23b23993d5b8616e0b489c034233fb247e5da76c57942aa387a36 19835 base "Base system (MANDATORY)" on +doc.txz a783e82383c1b7bf82f83987e0e909e7dae34a4fa3df3a14901ae4847b3ad8a7 121 doc "Additional documentation" off +games.txz 7c26f44bb2c3dd5251acf586f9fe74282137c26ee249a6519e227f89d327ecd9 53 games "Games (fortune, etc.)" on +kernel.txz dc846d5c4d3d4535a273778740e6fa6e45d5b7d34768c51890cf7fca16d9aaca 1039 kernel "Kernel (MANDATORY)" on +ports.txz 7b323f5d3b38ba9cc1642141a76a28c424fe077c9e224609580fe7fd065d8174 154229 ports "Ports tree" on +src.txz 6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1 70299 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.0-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 6fd3b6ba2d6bf4aa06f66406e1a8e1a3c79e72662836ff5bf9ed520e4c41ba08 16858 base "Base system (MANDATORY)" on +doc.txz b8c20c2fea776a384b4a1bdc77e0694b809fdff5e5e412a5cbe8dc5b92e81bd1 123 doc "Additional documentation" off +games.txz 00d5d04858e27dd8af115c5978d3a446f3a0f5189d995b36030556ba08fc79c5 55 games "Games (fortune, etc.)" on +kernel.txz da038a99ecc004208817d03cb032fcc39d58925cadb2e33c4998b27dcbdf7b09 1002 kernel "Kernel (MANDATORY)" on +ports.txz 70db08da1d2b4258d39c69eafa21baae0c5fcb90a2bd2553b59131157d5fd5c3 304781 ports "Ports tree" on +src.txz 27125256108f09290b38454eecb6d5a0a3316f561f0172b63e091ea96dad71aa 54464 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.1-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.1-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 719754ab3ad3fb929654d9aa20c78501cc150a0c89a9fb685110b0a687308471 17028 base "Base system (MANDATORY)" on +doc.txz e6acebf7e7c3a67a9a3786c91fddfd39db20b0ed38bf93bc057a64adc2481b40 123 doc "Additional documentation" off +games.txz 0e2ed205e8bd361f9dcc08dda3d7ee65648c8cdc5218e237e5a2c34c31715242 55 games "Games (fortune, etc.)" on +kernel.txz bfb41c937f8eebdcfe5bfd6b348794548629e438cc12a226c748ca1dfa92605a 1010 kernel "Kernel (MANDATORY)" on +ports.txz edb8a55a5142ecbffc5a5c1aff71320e72c0e05e630421194ed135dc6386d3df 268145 ports "Ports tree" on +src.txz a2597d2da8fdb8cc62bbe9c54b528ef5488ebfc80817ea71220a681364c0e068 55579 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.2-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.2-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz badd372b6ddfce7800dd4f618948210af6eb6e8351beebbad2349a71d6acf032 17323 base "Base system (MANDATORY)" on +doc.txz 44453378b71cd2d06362f26c8306b94005bb4de38aef9b04fdea14dd0db803fd 123 doc "Additional documentation" off +games.txz af557a6cf8dc43f1f112d103556a0ad34e29b179e27873c8e2ebb568db9ebaa7 53 games "Games (fortune, etc.)" on +kernel.txz 1e2e8aac4fe810532f49f2167eba10a8a87110e41153f72103793d695bb882ba 1019 kernel "Kernel (MANDATORY)" on +ports.txz 99f339681e6f2ce4a769a0c9ce80ee1764f0f375c7796406bd7c5d144cacbf66 153177 ports "Ports tree" on +src.txz a4ec17f40d255038b6ac4e86ae22cd6bbdd7624050e094487a2ac1ab01d4559f 58011 src "System source code" off Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.3-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.3-RELEASE Tue Feb 16 15:45:28 2016 (r409001) @@ -0,0 +1,6 @@ +base.txz 131c8db5bc1aff2e5803797cd3ae6023b713fa44e3faf4f9148611849987a699 17812 base "Base system (MANDATORY)" on +doc.txz ffc68d8dbc7320669f7b517f39d81fc104cdb38bd5755b89bf1de4ff4a4b36a4 123 doc "Additional documentation" off +games.txz 0a590a6671d3911930882ba8442f49c19e594fb1dc59df15524a72733df93901 53 games "Games (fortune, etc.)" on +kernel.txz 5ed0532b984a382351d280642b46e92fbb89813f8185c85534798b124694dce8 1029 kernel "Kernel (MANDATORY)" on +ports.txz 929b1adc737c887c6eff6796b4901f3b0ae8f6c511deca14af0337d21d409279 153284 ports "Ports tree" on +src.txz 295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284 59491 src "System source code" off Modified: head/ports-mgmt/poudriere/pkg-plist ============================================================================== --- head/ports-mgmt/poudriere/pkg-plist Tue Feb 16 15:38:21 2016 (r409000) +++ head/ports-mgmt/poudriere/pkg-plist Tue Feb 16 15:45:28 2016 (r409001) @@ -21,6 +21,46 @@ libexec/poudriere/tsort man/man8/poudriere.8.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf.sample +%%DATADIR%%/MANIFESTS/amd64-amd64-10.0-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-10.1-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-10.2-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-9.0-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-9.1-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-9.2-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-9.3-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-10.0-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-10.1-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-10.2-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-9.0-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-9.1-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-9.2-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-9.3-RELEASE +%%DATADIR%%/MANIFESTS/ia64-ia64-10.0-RELEASE +%%DATADIR%%/MANIFESTS/ia64-ia64-10.1-RELEASE +%%DATADIR%%/MANIFESTS/ia64-ia64-10.2-RELEASE +%%DATADIR%%/MANIFESTS/ia64-ia64-9.0-RELEASE +%%DATADIR%%/MANIFESTS/ia64-ia64-9.2-RELEASE +%%DATADIR%%/MANIFESTS/ia64-ia64-9.3-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.1-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.2-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-9.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-9.2-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-9.3-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.1-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.2-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-9.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-9.1-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-9.2-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-9.3-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.0-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.1-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.2-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-9.0-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-9.1-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-9.2-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-9.3-RELEASE %%DATADIR%%/awk/dependency_loop.awk %%DATADIR%%/awk/humanize.awk %%DATADIR%%/awk/json.awk From owner-svn-ports-head@freebsd.org Tue Feb 16 17:01:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF495AAAE09; Tue, 16 Feb 2016 17:01:45 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA883D12; Tue, 16 Feb 2016 17:01:45 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GH1iVR070639; Tue, 16 Feb 2016 17:01:44 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GH1iDL070637; Tue, 16 Feb 2016 17:01:44 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602161701.u1GH1iDL070637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 16 Feb 2016 17:01:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409002 - head/ports-mgmt/poudriere-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 17:01:46 -0000 Author: bdrewery Date: Tue Feb 16 17:01:44 2016 New Revision: 409002 URL: https://svnweb.freebsd.org/changeset/ports/409002 Log: - Update to 3.0-1641-gf976ae1 Changes: - Fix error starting up when jail contains ':' (or other special characters) Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Tue Feb 16 15:45:28 2016 (r409001) +++ head/ports-mgmt/poudriere-devel/Makefile Tue Feb 16 17:01:44 2016 (r409002) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20160215 +DISTVERSION= 3.1.99.20160216 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-1639-ga5325bf +GH_TAGNAME= 3.0-1641-gf976ae1 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Tue Feb 16 15:45:28 2016 (r409001) +++ head/ports-mgmt/poudriere-devel/distinfo Tue Feb 16 17:01:44 2016 (r409002) @@ -1,2 +1,2 @@ -SHA256 (freebsd-poudriere-3.1.99.20160215-3.0-1639-ga5325bf_GH0.tar.gz) = 08cee3de16f98d805aded7e285112651b8bd05154e297da8aa65c25ef4be02dc -SIZE (freebsd-poudriere-3.1.99.20160215-3.0-1639-ga5325bf_GH0.tar.gz) = 2936741 +SHA256 (freebsd-poudriere-3.1.99.20160216-3.0-1641-gf976ae1_GH0.tar.gz) = 3e56f6ffef10829f7aa73a062a60bf3f585df7079d3c99a9e75e3a3a901cdc9a +SIZE (freebsd-poudriere-3.1.99.20160216-3.0-1641-gf976ae1_GH0.tar.gz) = 2936737 From owner-svn-ports-head@freebsd.org Tue Feb 16 17:03:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B3FAAAAFF3; Tue, 16 Feb 2016 17:03:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D593ED7; Tue, 16 Feb 2016 17:03:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GH3bCq073371; Tue, 16 Feb 2016 17:03:37 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GH3bFj073369; Tue, 16 Feb 2016 17:03:37 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602161703.u1GH3bFj073369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 16 Feb 2016 17:03:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409003 - head/ports-mgmt/poudriere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 17:03:38 -0000 Author: bdrewery Date: Tue Feb 16 17:03:36 2016 New Revision: 409003 URL: https://svnweb.freebsd.org/changeset/ports/409003 Log: - Update to 3.1.12 Changes: - Fix error starting up when jail contains ':' (or other special characters) Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Tue Feb 16 17:01:44 2016 (r409002) +++ head/ports-mgmt/poudriere/Makefile Tue Feb 16 17:03:36 2016 (r409003) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.11 -PORTREVISION= 1 +DISTVERSION= 3.1.12 +PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Tue Feb 16 17:01:44 2016 (r409002) +++ head/ports-mgmt/poudriere/distinfo Tue Feb 16 17:03:36 2016 (r409003) @@ -1,2 +1,2 @@ -SHA256 (freebsd-poudriere-3.1.11_GH0.tar.gz) = 5654c10e4387d9dfc9196344749dbe9ee68db215e276a02d999335836d7f5c1b -SIZE (freebsd-poudriere-3.1.11_GH0.tar.gz) = 2831431 +SHA256 (freebsd-poudriere-3.1.12_GH0.tar.gz) = 59d29f722427a3ae443dce7f15751df5e1caedfb57759e81f3ef8e5a4fab31bc +SIZE (freebsd-poudriere-3.1.12_GH0.tar.gz) = 2831391 From owner-svn-ports-head@freebsd.org Tue Feb 16 17:26:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B671CAAA78A; Tue, 16 Feb 2016 17:26:57 +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 7A7B41C5B; Tue, 16 Feb 2016 17:26:57 +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 u1GHQuf6079594; Tue, 16 Feb 2016 17:26:56 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GHQuBI079591; Tue, 16 Feb 2016 17:26:56 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161726.u1GHQuBI079591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 17:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409004 - head/net/p5-XML-Compile-SOAP-AnyEvent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 17:26:57 -0000 Author: adamw Date: Tue Feb 16 17:26:56 2016 New Revision: 409004 URL: https://svnweb.freebsd.org/changeset/ports/409004 Log: Update to 0.90. Sort plist and depends, and adjust depends. Note that somehow this module was originally released with the wrong module paths, and this has been fixed in this update. It was XML::Compile::Transfer::SOAPHTTP_AnyEvent and is now XML::Compile::Transport::SOAPHTTP_AnyEvent Even with this the modules do not match the package name. Changes: https://metacpan.org/changes/distribution/XML-Compile-SOAP-AnyEvent Modified: head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile head/net/p5-XML-Compile-SOAP-AnyEvent/distinfo head/net/p5-XML-Compile-SOAP-AnyEvent/pkg-plist Modified: head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile ============================================================================== --- head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile Tue Feb 16 17:03:36 2016 (r409003) +++ head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile Tue Feb 16 17:26:56 2016 (r409004) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile-SOAP-AnyEvent -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.90 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Exchange XML via AnyEvent::HTTP -BUILD_DEPENDS= p5-XML-Compile-SOAP>=2.18:${PORTSDIR}/net/p5-XML-Compile-SOAP \ - p5-AnyEvent-HTTP>=1.46:${PORTSDIR}/www/p5-AnyEvent-HTTP \ - p5-Log-Report>=0.28:${PORTSDIR}/devel/p5-Log-Report +BUILD_DEPENDS= p5-AnyEvent-HTTP>=1.46:${PORTSDIR}/www/p5-AnyEvent-HTTP \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Log-Report>=1.05:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile-SOAP>=3.05:${PORTSDIR}/net/p5-XML-Compile-SOAP RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= ART10 GPLv1 Modified: head/net/p5-XML-Compile-SOAP-AnyEvent/distinfo ============================================================================== --- head/net/p5-XML-Compile-SOAP-AnyEvent/distinfo Tue Feb 16 17:03:36 2016 (r409003) +++ head/net/p5-XML-Compile-SOAP-AnyEvent/distinfo Tue Feb 16 17:26:56 2016 (r409004) @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-SOAP-AnyEvent-0.01.tar.gz) = 3af566053bc91e6e0e024e8cefb662a92a13b1ca4f0b1e908dcbe2cccd34226e -SIZE (XML-Compile-SOAP-AnyEvent-0.01.tar.gz) = 6140 +SHA256 (XML-Compile-SOAP-AnyEvent-0.90.tar.gz) = 634a268f88843078825d74186e65074bcf5ff8747c7e231eb42525541006517c +SIZE (XML-Compile-SOAP-AnyEvent-0.90.tar.gz) = 7178 Modified: head/net/p5-XML-Compile-SOAP-AnyEvent/pkg-plist ============================================================================== --- head/net/p5-XML-Compile-SOAP-AnyEvent/pkg-plist Tue Feb 16 17:03:36 2016 (r409003) +++ head/net/p5-XML-Compile-SOAP-AnyEvent/pkg-plist Tue Feb 16 17:26:56 2016 (r409004) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/XML::Compile::Transfer::SOAPHTTP_AnyEvent.3.gz -%%SITE_PERL%%/XML/Compile/Transfer/SOAPHTTP_AnyEvent.pm -%%SITE_PERL%%/XML/Compile/Transfer/SOAPHTTP_AnyEvent.pod +%%SITE_PERL%%/XML/Compile/Transport/SOAPHTTP_AnyEvent.pm +%%SITE_PERL%%/XML/Compile/Transport/SOAPHTTP_AnyEvent.pod +%%PERL5_MAN3%%/XML::Compile::Transport::SOAPHTTP_AnyEvent.3.gz From owner-svn-ports-head@freebsd.org Tue Feb 16 17:32:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC301AAAA2B; Tue, 16 Feb 2016 17:32:32 +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 8B6151098; Tue, 16 Feb 2016 17:32:32 +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 u1GHWVMw082440; Tue, 16 Feb 2016 17:32:31 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GHWVw6082438; Tue, 16 Feb 2016 17:32:31 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161732.u1GHWVw6082438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 17:32:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409005 - head/math/p5-Math-MPFR X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 17:32:32 -0000 Author: adamw Date: Tue Feb 16 17:32:31 2016 New Revision: 409005 URL: https://svnweb.freebsd.org/changeset/ports/409005 Log: Update to 3.32. Changes: https://metacpan.org/changes/distribution/Math-MPFR Modified: head/math/p5-Math-MPFR/Makefile head/math/p5-Math-MPFR/distinfo Modified: head/math/p5-Math-MPFR/Makefile ============================================================================== --- head/math/p5-Math-MPFR/Makefile Tue Feb 16 17:26:56 2016 (r409004) +++ head/math/p5-Math-MPFR/Makefile Tue Feb 16 17:32:31 2016 (r409005) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 3.30 +PORTVERSION= 3.32 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SISYPHUS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/math/p5-Math-MPFR/distinfo ============================================================================== --- head/math/p5-Math-MPFR/distinfo Tue Feb 16 17:26:56 2016 (r409004) +++ head/math/p5-Math-MPFR/distinfo Tue Feb 16 17:32:31 2016 (r409005) @@ -1,2 +1,2 @@ -SHA256 (Math-MPFR-3.30.tar.gz) = d40ccb438c26b10bb8d83e0b7755724fd3a9ebe7cae5e88d72ff7507a1c23bbb -SIZE (Math-MPFR-3.30.tar.gz) = 109209 +SHA256 (Math-MPFR-3.32.tar.gz) = fd3f25f347323c667e8fac86a7b41ebde903c00a9dc24bff32a471cd7356456a +SIZE (Math-MPFR-3.32.tar.gz) = 109598 From owner-svn-ports-head@freebsd.org Tue Feb 16 17:37:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 060FDAAAB9C; Tue, 16 Feb 2016 17:37:39 +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 CCE8E120D; Tue, 16 Feb 2016 17:37:38 +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 u1GHbbUm082730; Tue, 16 Feb 2016 17:37:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GHbbI8082728; Tue, 16 Feb 2016 17:37:37 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161737.u1GHbbI8082728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 17:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409006 - head/devel/p5-Params-Validate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 17:37:39 -0000 Author: adamw Date: Tue Feb 16 17:37:37 2016 New Revision: 409006 URL: https://svnweb.freebsd.org/changeset/ports/409006 Log: Update to 1.22. Changes: https://metacpan.org/changes/distribution/Params-Validate Modified: head/devel/p5-Params-Validate/Makefile head/devel/p5-Params-Validate/distinfo Modified: head/devel/p5-Params-Validate/Makefile ============================================================================== --- head/devel/p5-Params-Validate/Makefile Tue Feb 16 17:32:31 2016 (r409005) +++ head/devel/p5-Params-Validate/Makefile Tue Feb 16 17:37:37 2016 (r409006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Params-Validate -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Params-Validate/distinfo ============================================================================== --- head/devel/p5-Params-Validate/distinfo Tue Feb 16 17:32:31 2016 (r409005) +++ head/devel/p5-Params-Validate/distinfo Tue Feb 16 17:37:37 2016 (r409006) @@ -1,2 +1,2 @@ -SHA256 (Params-Validate-1.21.tar.gz) = c4b78e7ce75c4fd49e9460d31ce6a3920e25ec72669762356c6cc5ea43e18175 -SIZE (Params-Validate-1.21.tar.gz) = 123943 +SHA256 (Params-Validate-1.22.tar.gz) = 0df8bc8543a75b25ea355a12cf2ef0bb9c85c6083988839adb0e5f98f8bf33b5 +SIZE (Params-Validate-1.22.tar.gz) = 125866 From owner-svn-ports-head@freebsd.org Tue Feb 16 17:53:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FC62AA946C; Tue, 16 Feb 2016 17:53: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 53A5E1C89; Tue, 16 Feb 2016 17:53:10 +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 u1GHr9xG088375; Tue, 16 Feb 2016 17:53:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GHr9dG088373; Tue, 16 Feb 2016 17:53:09 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161753.u1GHr9dG088373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 17:53:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409007 - head/devel/p5-Moose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 17:53:10 -0000 Author: adamw Date: Tue Feb 16 17:53:08 2016 New Revision: 409007 URL: https://svnweb.freebsd.org/changeset/ports/409007 Log: Update to 2.1605. Changes: https://metacpan.org/changes/distribution/Moose Modified: head/devel/p5-Moose/Makefile head/devel/p5-Moose/distinfo Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Tue Feb 16 17:37:37 2016 (r409006) +++ head/devel/p5-Moose/Makefile Tue Feb 16 17:53:08 2016 (r409007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moose -PORTVERSION= 2.1604 +PORTVERSION= 2.1605 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -47,12 +47,15 @@ TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011: p5-Locale-US>=0:${PORTSDIR}/misc/p5-Locale-US \ p5-Module-Refresh>=0:${PORTSDIR}/devel/p5-Module-Refresh \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ p5-Params-Coerce>=0:${PORTSDIR}/devel/p5-Params-Coerce \ + p5-Specio>=0:${PORTSDIR}/devel/p5-Specio \ p5-SUPER>=0:${PORTSDIR}/devel/p5-SUPER \ p5-Test-CleanNamespaces>=0.13:${PORTSDIR}/devel/p5-Test-CleanNamespaces \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-DependentModules>=0:${PORTSDIR}/devel/p5-Test-DependentModules \ p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-Test-Fatal>=0.001:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ Modified: head/devel/p5-Moose/distinfo ============================================================================== --- head/devel/p5-Moose/distinfo Tue Feb 16 17:37:37 2016 (r409006) +++ head/devel/p5-Moose/distinfo Tue Feb 16 17:53:08 2016 (r409007) @@ -1,2 +1,2 @@ -SHA256 (Moose-2.1604.tar.gz) = 3fee73c316046597d61cde3a82a55d7b521ed54392c20ee4637578955ceaaa5f -SIZE (Moose-2.1604.tar.gz) = 802830 +SHA256 (Moose-2.1605.tar.gz) = ca94e4e1fe65e98238db1df416ff66c856ef9b11f47b43802ed418c001b5e8ae +SIZE (Moose-2.1605.tar.gz) = 803156 From owner-svn-ports-head@freebsd.org Tue Feb 16 18:00:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DF1BAA9703; Tue, 16 Feb 2016 18:00:45 +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 221BC1FF9; Tue, 16 Feb 2016 18:00:45 +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 u1GI0igk088812; Tue, 16 Feb 2016 18:00:44 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GI0iuC088810; Tue, 16 Feb 2016 18:00:44 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161800.u1GI0iuC088810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 18:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409008 - head/devel/p5-MooseX-AttributeHelpers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 18:00:45 -0000 Author: adamw Date: Tue Feb 16 18:00:43 2016 New Revision: 409008 URL: https://svnweb.freebsd.org/changeset/ports/409008 Log: Update to 0.25, which only highlighted how deprecated this module is. Its functionality has been rolled into Moose. It shouldn't be used for new projects. However, this module is still used by a half dozen other ports. So, add a DEPRECATION notice but no EXPIRATION_DATE. Changes: https://metacpan.org/changes/distribution/MooseX-AttributeHelpers Modified: head/devel/p5-MooseX-AttributeHelpers/Makefile head/devel/p5-MooseX-AttributeHelpers/distinfo Modified: head/devel/p5-MooseX-AttributeHelpers/Makefile ============================================================================== --- head/devel/p5-MooseX-AttributeHelpers/Makefile Tue Feb 16 17:53:08 2016 (r409007) +++ head/devel/p5-MooseX-AttributeHelpers/Makefile Tue Feb 16 18:00:43 2016 (r409008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-AttributeHelpers -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +17,8 @@ BUILD_DEPENDS= p5-Moose>=0.56:${PORTSDIR RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +DEPRECATED= Functionality is now a part of p5-Moose (Moose::Meta::Attribute::Native). Do not use for new projects + NO_ARCH= yes USES= perl5 USE_PERL5= modbuildtiny Modified: head/devel/p5-MooseX-AttributeHelpers/distinfo ============================================================================== --- head/devel/p5-MooseX-AttributeHelpers/distinfo Tue Feb 16 17:53:08 2016 (r409007) +++ head/devel/p5-MooseX-AttributeHelpers/distinfo Tue Feb 16 18:00:43 2016 (r409008) @@ -1,2 +1,2 @@ -SHA256 (MooseX-AttributeHelpers-0.24.tar.gz) = b891c2ea9bbad10bc6aba4ddd94511c6e8c8eae9395a770090a330ece68613c4 -SIZE (MooseX-AttributeHelpers-0.24.tar.gz) = 51799 +SHA256 (MooseX-AttributeHelpers-0.25.tar.gz) = b0c819ec83999b258b248f82059fa5975a0cee365423abbee0efaca5401c5ec6 +SIZE (MooseX-AttributeHelpers-0.25.tar.gz) = 54105 From owner-svn-ports-head@freebsd.org Tue Feb 16 18:05:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BAF6AA99FF; Tue, 16 Feb 2016 18:05:18 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 571C866E; Tue, 16 Feb 2016 18:05:18 +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 u1GI5Hqg091634; Tue, 16 Feb 2016 18:05:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GI5H9L091632; Tue, 16 Feb 2016 18:05:17 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161805.u1GI5H9L091632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 18:05:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409009 - head/devel/p5-MooseX-Daemonize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 18:05:18 -0000 Author: adamw Date: Tue Feb 16 18:05:17 2016 New Revision: 409009 URL: https://svnweb.freebsd.org/changeset/ports/409009 Log: Update to 0.21. Changes: https://metacpan.org/changes/distribution/MooseX-Daemonize Modified: head/devel/p5-MooseX-Daemonize/Makefile head/devel/p5-MooseX-Daemonize/distinfo Modified: head/devel/p5-MooseX-Daemonize/Makefile ============================================================================== --- head/devel/p5-MooseX-Daemonize/Makefile Tue Feb 16 18:00:43 2016 (r409008) +++ head/devel/p5-MooseX-Daemonize/Makefile Tue Feb 16 18:05:17 2016 (r409009) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Daemonize -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-MooseX-Daemonize/distinfo ============================================================================== --- head/devel/p5-MooseX-Daemonize/distinfo Tue Feb 16 18:00:43 2016 (r409008) +++ head/devel/p5-MooseX-Daemonize/distinfo Tue Feb 16 18:05:17 2016 (r409009) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Daemonize-0.20.tar.gz) = 664f3ff98b184150e910d05dccda98678bc2d1111b33d818b574b8f4fcc40a1f -SIZE (MooseX-Daemonize-0.20.tar.gz) = 44089 +SHA256 (MooseX-Daemonize-0.21.tar.gz) = 111f391221d00f8b09cdcc6c806ab114324cf7f529d12f627fb97d054da42225 +SIZE (MooseX-Daemonize-0.21.tar.gz) = 44322 From owner-svn-ports-head@freebsd.org Tue Feb 16 18:08:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4582DAA9AF4; Tue, 16 Feb 2016 18:08:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EF587E5; Tue, 16 Feb 2016 18:08:43 +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 u1GI8hLP091830; Tue, 16 Feb 2016 18:08:43 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GI8hU1091829; Tue, 16 Feb 2016 18:08:43 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161808.u1GI8hU1091829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 18:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409010 - head/security/p5-Digest-SHA3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 18:08:44 -0000 Author: adamw Date: Tue Feb 16 18:08:42 2016 New Revision: 409010 URL: https://svnweb.freebsd.org/changeset/ports/409010 Log: Add LICENSE info, and donate to the perl collective. Modified: head/security/p5-Digest-SHA3/Makefile Modified: head/security/p5-Digest-SHA3/Makefile ============================================================================== --- head/security/p5-Digest-SHA3/Makefile Tue Feb 16 18:05:17 2016 (r409009) +++ head/security/p5-Digest-SHA3/Makefile Tue Feb 16 18:08:42 2016 (r409010) @@ -7,9 +7,12 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for SHA-3 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Tue Feb 16 18:14:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 962E2AA9EDF; Tue, 16 Feb 2016 18:14:14 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x233.google.com (mail-pf0-x233.google.com [IPv6:2607:f8b0:400e:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 673331004; Tue, 16 Feb 2016 18:14:14 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x233.google.com with SMTP id x65so109149621pfb.1; Tue, 16 Feb 2016 10:14:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=dhhBoDu5/BMrEPukM+o5m1YACrMyDkJUSx+wNL4yrw4=; b=e921ATtWvNmkqxGCXaQy0yTZKTuhdQxzn4OpJNdXYvmQOqFlzz1C34Lerm8k8vPmbD 9dpvCqkOOqDrXtCCMFaFnq2eXcUKU1v+S3PQwIC8EpUIannzCvb8jjI6ALmIEUoQg2ko jnPKNsSEv4BwS5XRsmsA0LpNCcRUEMk+ptLUImQw3EAbdD4lC1hA+pxj7rCaSuUBo1BJ iizCmURITOFwQbQJlo1fMbGubHRW7zFV1O8yc1qCbl2IB3JLERLu5bQsM5IYvcXvocEq 1ZzhF5YsWYtBOs3lwWoS5v2zmYjweD9BjjF6Vz4fYPg7nmWN5CxPXmmg8YKrRjf0sKxT sReg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=dhhBoDu5/BMrEPukM+o5m1YACrMyDkJUSx+wNL4yrw4=; b=lg6+eg49mWGvMfHeqE0mvDH+5SA1+ajP7lXyDX2Xkn3KDP915jOt9+WAjjccnfSOiC 8zlRsmxXrnqtZgjJIqzejgMyGwdHRePWDvFvoUc/42+AtZv3brk2CuDJQcL/ZMBE/9YG PpWT6d6xyg0rMw01WoAaUtNh6sl1xllMdexjn88q65/t9/K53fP3edaNr7qMsgyPVP/X 3uSHVKvYJtzgTro58OEjhmVgiQr+e4LKvsW9cG9Gh7ghmb422EtDLdkI5BQ5QC0AtZGh krnZgpuh+33fBBmnqaMO4daH5SyPWnG9Z9pfZcxbhbODf0fq0UOkC5WuqDbOQ+n64tBP hLvA== X-Gm-Message-State: AG10YOSddHpADXwfzU2vgTqmxDUv9f34a6RPpkpy3+fA+OrqPkYUjYLG2NWsQs7BHVIVSQ== X-Received: by 10.98.15.135 with SMTP id 7mr32607510pfp.142.1455646453928; Tue, 16 Feb 2016 10:14:13 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:59b2:e9e6:6067:a08f? (2001-44b8-31ae-7b01-59b2-e9e6-6067-a08f.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:59b2:e9e6:6067:a08f]) by smtp.gmail.com with ESMTPSA id a21sm47335767pfj.40.2016.02.16.10.14.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 16 Feb 2016 10:14:13 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r409010 - head/security/p5-Digest-SHA3 References: <201602161808.u1GI8hU1091829@repo.freebsd.org> To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <54caed41-70d6-3d3f-6d40-d2036a3772bc@FreeBSD.org> Date: Wed, 17 Feb 2016 05:14:06 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <201602161808.u1GI8hU1091829@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 18:14:14 -0000 On 17/02/2016 5:08 AM, Adam Weinberger wrote: > Author: adamw > Date: Tue Feb 16 18:08:42 2016 > New Revision: 409010 > URL: https://svnweb.freebsd.org/changeset/ports/409010 > > Log: > Add LICENSE info, and donate to the perl collective. Lovely verbage ("donate"), love it :) > Modified: > head/security/p5-Digest-SHA3/Makefile > > Modified: head/security/p5-Digest-SHA3/Makefile > ============================================================================== > --- head/security/p5-Digest-SHA3/Makefile Tue Feb 16 18:05:17 2016 (r409009) > +++ head/security/p5-Digest-SHA3/Makefile Tue Feb 16 18:08:42 2016 (r409010) > @@ -7,9 +7,12 @@ CATEGORIES= security perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > > -MAINTAINER= adamw@FreeBSD.org > +MAINTAINER= perl@FreeBSD.org > COMMENT= Perl extension for SHA-3 > > +LICENSE= ART10 GPLv1 > +LICENSE_COMB= dual > + > USES= perl5 > USE_PERL5= configure > > From owner-svn-ports-head@freebsd.org Tue Feb 16 18:15:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1928AA9F8E; Tue, 16 Feb 2016 18:15:28 +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 9EB141167; Tue, 16 Feb 2016 18:15:28 +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 u1GIFRov094606; Tue, 16 Feb 2016 18:15:27 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GIFRrA094605; Tue, 16 Feb 2016 18:15:27 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201602161815.u1GIFRrA094605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 16 Feb 2016 18:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409011 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 18:15:28 -0000 Author: thierry Date: Tue Feb 16 18:15:27 2016 New Revision: 409011 URL: https://svnweb.freebsd.org/changeset/ports/409011 Log: The zip file has been rerolled. No visible change but some dates. Reported by: pkg-fallout Modified: head/www/xpi-uBlock_origin/distinfo Modified: head/www/xpi-uBlock_origin/distinfo ============================================================================== --- head/www/xpi-uBlock_origin/distinfo Tue Feb 16 18:08:42 2016 (r409010) +++ head/www/xpi-uBlock_origin/distinfo Tue Feb 16 18:15:27 2016 (r409011) @@ -1,2 +1,2 @@ -SHA256 (xpi/ublock_origin-1.6.1-fx+an+sm+tb.xpi) = 9c975cc8f0448f351bb25911ab1ac51667c5b1eaa1de0ce6e39965e0ced864e0 -SIZE (xpi/ublock_origin-1.6.1-fx+an+sm+tb.xpi) = 1441814 +SHA256 (xpi/ublock_origin-1.6.1-fx+an+sm+tb.xpi) = cd0ca9277f842c740f763547f7b649f5184d8695b86856364fc4c0d58577ae6b +SIZE (xpi/ublock_origin-1.6.1-fx+an+sm+tb.xpi) = 1452162 From owner-svn-ports-head@freebsd.org Tue Feb 16 18:21:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9228AAA164; Tue, 16 Feb 2016 18:21:02 +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 94CE013D2; Tue, 16 Feb 2016 18:21:02 +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 u1GIL1En094950; Tue, 16 Feb 2016 18:21:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GIL1vQ094946; Tue, 16 Feb 2016 18:21:01 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161821.u1GIL1vQ094946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 18:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409012 - in head/mail: squirrelmail squirrelmail-translations X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 18:21:03 -0000 Author: adamw Date: Tue Feb 16 18:21:01 2016 New Revision: 409012 URL: https://svnweb.freebsd.org/changeset/ports/409012 Log: Update to the 20160216 snapshots, and mark squirrelmail-translations as NO_ARCH. Biggest changes here are STARTTLS support. Modified: head/mail/squirrelmail-translations/Makefile head/mail/squirrelmail-translations/distinfo head/mail/squirrelmail/Makefile head/mail/squirrelmail/distinfo Modified: head/mail/squirrelmail-translations/Makefile ============================================================================== --- head/mail/squirrelmail-translations/Makefile Tue Feb 16 18:15:27 2016 (r409011) +++ head/mail/squirrelmail-translations/Makefile Tue Feb 16 18:21:01 2016 (r409012) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= squirrelmail-translations -PORTVERSION= 20151031 +PORTVERSION= 20160216 CATEGORIES= mail www MASTER_SITES= LOCAL/adamw/squirrelmail DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales @@ -17,6 +17,7 @@ RUN_DEPENDS= squirrelmail>=${PORTVERSION USES= tar:bzip2 gettext WRKSRC= ${WRKDIR}/squirrelmail.locales +NO_ARCH= yes # if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/squirrelmail SQUIRRELDIR?= ${PREFIX}/www/squirrelmail Modified: head/mail/squirrelmail-translations/distinfo ============================================================================== --- head/mail/squirrelmail-translations/distinfo Tue Feb 16 18:15:27 2016 (r409011) +++ head/mail/squirrelmail-translations/distinfo Tue Feb 16 18:21:01 2016 (r409012) @@ -1,2 +1,2 @@ -SHA256 (squirrelmail/squirrelmail-20151031_0200-SVN.locales.tar.bz2) = 7fea2b2b9d240088d828c59da0773581521e8e7dad98cec56bb070a542526468 -SIZE (squirrelmail/squirrelmail-20151031_0200-SVN.locales.tar.bz2) = 5254239 +SHA256 (squirrelmail/squirrelmail-20160216_0200-SVN.locales.tar.bz2) = 1a8cf0d118c4bf35bced197bce0ba688a9a0e7499e3d4f0d88283cab82ac58e5 +SIZE (squirrelmail/squirrelmail-20160216_0200-SVN.locales.tar.bz2) = 5253689 Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Tue Feb 16 18:15:27 2016 (r409011) +++ head/mail/squirrelmail/Makefile Tue Feb 16 18:21:01 2016 (r409012) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= squirrelmail -PORTVERSION= 20151031 +PORTVERSION= 20160216 CATEGORIES= mail www MASTER_SITES= LOCAL/adamw/squirrelmail DISTNAME= ${PORTNAME}-${PORTVERSION}_0200-SVN.stable Modified: head/mail/squirrelmail/distinfo ============================================================================== --- head/mail/squirrelmail/distinfo Tue Feb 16 18:15:27 2016 (r409011) +++ head/mail/squirrelmail/distinfo Tue Feb 16 18:21:01 2016 (r409012) @@ -1,2 +1,2 @@ -SHA256 (squirrelmail/squirrelmail-20151031_0200-SVN.stable.tar.bz2) = a12f61bf33018616ea797e2f4d2a0debbc05ba3b5402ffd5dff9412d4620b055 -SIZE (squirrelmail/squirrelmail-20151031_0200-SVN.stable.tar.bz2) = 554029 +SHA256 (squirrelmail/squirrelmail-20160216_0200-SVN.stable.tar.bz2) = 6302b030805f194b34e48b329815a3911be7f2c1a5dbd1786955078ea3e0ea1a +SIZE (squirrelmail/squirrelmail-20160216_0200-SVN.stable.tar.bz2) = 560164 From owner-svn-ports-head@freebsd.org Tue Feb 16 18:22:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 730CBAAA33D; Tue, 16 Feb 2016 18:22:43 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD4771937; Tue, 16 Feb 2016 18:22:42 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 88efab8a TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Tue, 16 Feb 2016 11:22:38 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: svn commit: r409010 - head/security/p5-Digest-SHA3 From: Adam Weinberger In-Reply-To: <54caed41-70d6-3d3f-6d40-d2036a3772bc@FreeBSD.org> Date: Tue, 16 Feb 2016 11:22:37 -0700 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <689E458B-34FA-4F89-8F79-3D16D09DBD43@adamw.org> References: <201602161808.u1GI8hU1091829@repo.freebsd.org> <54caed41-70d6-3d3f-6d40-d2036a3772bc@FreeBSD.org> To: koobs@FreeBSD.org X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 18:22:43 -0000 > On 16 Feb, 2016, at 11:14, Kubilay Kocak wrote: > > On 17/02/2016 5:08 AM, Adam Weinberger wrote: >> Author: adamw >> Date: Tue Feb 16 18:08:42 2016 >> New Revision: 409010 >> URL: https://svnweb.freebsd.org/changeset/ports/409010 >> >> Log: >> Add LICENSE info, and donate to the perl collective. > > Lovely verbage ("donate"), love it :) "Tag you're it no backsies" didn't have the same diplomatic ring to it. # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Tue Feb 16 18:38:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5324AAAABA; Tue, 16 Feb 2016 18:38:55 +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 86D9E1A5; Tue, 16 Feb 2016 18:38:55 +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 u1GIcs3Y000978; Tue, 16 Feb 2016 18:38:54 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GIcsSw000976; Tue, 16 Feb 2016 18:38:54 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602161838.u1GIcsSw000976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 Feb 2016 18:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409013 - head/databases/p5-Mango X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 18:38:55 -0000 Author: adamw Date: Tue Feb 16 18:38:54 2016 New Revision: 409013 URL: https://svnweb.freebsd.org/changeset/ports/409013 Log: Update to 1.25. Changes: https://metacpan.org/changes/release/ODC/Mango-1.25 Modified: head/databases/p5-Mango/Makefile head/databases/p5-Mango/distinfo Modified: head/databases/p5-Mango/Makefile ============================================================================== --- head/databases/p5-Mango/Makefile Tue Feb 16 18:21:01 2016 (r409012) +++ head/databases/p5-Mango/Makefile Tue Feb 16 18:38:54 2016 (r409013) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mango -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ODC Modified: head/databases/p5-Mango/distinfo ============================================================================== --- head/databases/p5-Mango/distinfo Tue Feb 16 18:21:01 2016 (r409012) +++ head/databases/p5-Mango/distinfo Tue Feb 16 18:38:54 2016 (r409013) @@ -1,2 +1,2 @@ -SHA256 (Mango-1.24.tar.gz) = 15c5d82fa2b8ad999f671b49a42ff047c402e2e5b8fdffc2d94ea02bba50b71d -SIZE (Mango-1.24.tar.gz) = 50174 +SHA256 (Mango-1.25.tar.gz) = f7b7777cf0f061f908a0c93bd5f43a16172b204d3fac0cb3b7857a71d4c0b673 +SIZE (Mango-1.25.tar.gz) = 49066 From owner-svn-ports-head@freebsd.org Tue Feb 16 19:35:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29062AAB435; Tue, 16 Feb 2016 19:35:38 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E033D1160; Tue, 16 Feb 2016 19:35:37 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GJZaEC018497; Tue, 16 Feb 2016 19:35:36 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GJZaJT018493; Tue, 16 Feb 2016 19:35:36 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201602161935.u1GJZaJT018493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 16 Feb 2016 19:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409014 - in head/devel/bugzilla50: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 19:35:38 -0000 Author: ohauer Date: Tue Feb 16 19:35:36 2016 New Revision: 409014 URL: https://svnweb.freebsd.org/changeset/ports/409014 Log: - add new OPTIONS_GROUP_EXTENSIONS (MoreBugUrl and Voting) - add patch so MoreBugUrl has support for Phabricator URL's [1] - PORTREVISION bump not requied, new OPTIONS are OFF by default [1] Upstream PR: https://bugzilla.mozilla.org/show_bug.cgi?id=1128119 Special Thanks goes to Mahdi Mokhtari for the patches and improving the FreeBSD Bugzilla integration! PR: 207216 Submitted by: Mahdi Mokhtari Added: head/devel/bugzilla50/files/patch-PR207213 (contents, props changed) Modified: head/devel/bugzilla50/Makefile head/devel/bugzilla50/Makefile.options head/devel/bugzilla50/pkg-plist Modified: head/devel/bugzilla50/Makefile ============================================================================== --- head/devel/bugzilla50/Makefile Tue Feb 16 18:38:54 2016 (r409013) +++ head/devel/bugzilla50/Makefile Tue Feb 16 19:35:36 2016 (r409014) @@ -207,4 +207,12 @@ do-install-CONTRIB-on: @${MKDIR} ${STAGEDIR}${WWWDIR}/contrib (cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib) +do-install-MOREBUGURL-on: + @${MKDIR} ${STAGEDIR}${WWWDIR}/extensions/MoreBugUrl + (cd ${WRKSRC}/extensions/MoreBugUrl && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/extensions/MoreBugUrl) + +do-install-VOTING-on: + @${MKDIR} ${STAGEDIR}${WWWDIR}/extensions/Voting + (cd ${WRKSRC}/extensions/Voting && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/extensions/Voting) + .include Modified: head/devel/bugzilla50/Makefile.options ============================================================================== --- head/devel/bugzilla50/Makefile.options Tue Feb 16 18:38:54 2016 (r409013) +++ head/devel/bugzilla50/Makefile.options Tue Feb 16 19:35:36 2016 (r409014) @@ -4,7 +4,7 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= \ MODPERL -OPTIONS_GROUP= UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN +OPTIONS_GROUP= UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN EXTENSIONS OPTIONS_GROUP_ADMIN= \ MOVE_BUGZ \ @@ -45,6 +45,10 @@ OPTIONS_GROUP_UI= \ PATCH_VIEWER \ MORE_HTML +OPTIONS_GROUP_EXTENSIONS=\ + MOREBUGURL \ + VOTING + OPTIONS_DEFAULT= \ CHARTING_MODULES\ CONTRIB \ @@ -80,4 +84,9 @@ DBBACKEND_DESC= Database Engine EMAIL_DESC= Email handling REPORTING_DESC= Reports and Charts WEBSERVICE_DESC= Web Services +EXTENSIONS_DESC= Extensions + +# Extensions +MOREBUGURL_DESC= See Also Extensions +VOTING_DESC= Bug Voting Extension Added: head/devel/bugzilla50/files/patch-PR207213 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bugzilla50/files/patch-PR207213 Tue Feb 16 19:35:36 2016 (r409014) @@ -0,0 +1,63 @@ +# Upstream PR: https://bugzilla.mozilla.org/show_bug.cgi?id=1128119 +=================================================================== +--- extensions/MoreBugUrl/Extension.pm.orig 2016-02-15 15:30:02 UTC ++++ extensions/MoreBugUrl/Extension.pm +@@ -22,6 +22,7 @@ use constant MORE_SUB_CLASSES => qw( + Bugzilla::Extension::MoreBugUrl::PHP + Bugzilla::Extension::MoreBugUrl::Redmine + Bugzilla::Extension::MoreBugUrl::Savane ++ Bugzilla::Extension::MoreBugUrl::Phabricator + ); + + # We need to update bug_see_also table because both +--- extensions/MoreBugUrl/lib/Phabricator.pm.orig 2016-02-15 15:40:28 UTC ++++ extensions/MoreBugUrl/lib/Phabricator.pm +@@ -0,0 +1,41 @@ ++# This Source Code Form is subject to the terms of the Mozilla Public ++# License, v. 2.0. If a copy of the MPL was not distributed with this ++# file, You can obtain one at http://mozilla.org/MPL/2.0/. ++# ++# This Source Code Form is "Incompatible With Secondary Licenses", as ++# defined by the Mozilla Public License, v. 2.0. ++ ++package Bugzilla::Extension::MoreBugUrl::Phabricator; ++ ++use 5.10.1; ++use strict; ++use warnings; ++ ++use parent qw(Bugzilla::BugUrl); ++ ++############################### ++#### Methods #### ++############################### ++ ++sub should_handle { ++ my ($class, $uri) = @_; ++ return ($uri->path =~ m|^/T\d+$|) ? 1 : 0; ++} ++ ++sub _check_value { ++ my $class = shift; ++ ++ my $uri = $class->SUPER::_check_value(@_); ++ ++ # Phabricator URLs have only one form: ++ # http://example.com/T111 ++ ++ # Make sure there are no query parameters. ++ $uri->query(undef); ++ # And remove any # part if there is one. ++ $uri->fragment(undef); ++ ++ return $uri; ++} ++ ++1; +--- extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl.orig 2015-12-22 21:22:11 UTC ++++ extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl +@@ -14,3 +14,4 @@ +
  • A b[% %]ug on b[% %]ugs.php.net.
  • +
  • An issue in a Redmine installation.
  • +
  • A b[% %]ug in a Savane installation.
  • ++
  • A task in a Phabricator installation.
  • Modified: head/devel/bugzilla50/pkg-plist ============================================================================== --- head/devel/bugzilla50/pkg-plist Tue Feb 16 18:38:54 2016 (r409013) +++ head/devel/bugzilla50/pkg-plist Tue Feb 16 19:35:36 2016 (r409014) @@ -211,6 +211,45 @@ %%WWWDIR%%/editworkflow.cgi %%WWWDIR%%/email_in.pl %%WWWDIR%%/enter_bug.cgi +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/Config.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/Extension.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/disabled +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/BitBucket.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/GetSatisfaction.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/PHP.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/Phabricator.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/RT.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/Redmine.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/ReviewBoard.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/Rietveld.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/Savane.pm +%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/Config.pm +%%VOTING%%%%WWWDIR%%/extensions/Voting/Extension.pm +%%VOTING%%%%WWWDIR%%/extensions/Voting/disabled +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/account/prefs/email-relationships.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/admin/products/edit-common-rows.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/format_comment-type.txt.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/process/header-title.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/process/results-title.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/show-header-end.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/field-descs-end.none.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/reason-descs-end.none.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/user-error-errors.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/search/search-report-select-rep_fields.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/pages/voting.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/pages/voting/user.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/voting/delete-all.html.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl +%%VOTING%%%%WWWDIR%%/extensions/Voting/web/style.css %%WWWDIR%%/images/csv.png %%WWWDIR%%/images/favicon.ico %%WWWDIR%%/images/ical.png From owner-svn-ports-head@freebsd.org Tue Feb 16 20:04:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 427BEAABE58; Tue, 16 Feb 2016 20:04:29 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (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 CE910ACD; Tue, 16 Feb 2016 20:04:28 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id g62so169081390wme.0; Tue, 16 Feb 2016 12:04:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-type; bh=DL0k0+ZHF//EL3KxT9U2nQlYwkkNYdLT/KPcWFTPha8=; b=oOA9wGW7c3CXwDxj1i//rMqEzJjnPS2szkllMdjEIKIYnHR0FHzGEWYt/SfUgm20+w CY+mv79r1mecUAFgOsJ29kAYiL8P4TQ8LMjNA0+rMoCMKl5vTQcDTEBxueX/HR56ByLz ljetnsrpUmJzHYuRaT+4VxlGCT8yJmF6cXgW3FZUhUO04TDxOUhOM13iEsnyKWzHwOuy 8ePJA92wbPMRLjI0t4j3KSzH/qlEf2Ylr/eleZLm+APSsiySZpHW5zdTBQznlYFcXQwZ m1F5zkqEZ/kNlCx0wetxqDTceMqKlhMscZTmVIhEOWJ6a9aJyPS5o27oYbwnGxLa96g4 5NZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version:content-type; bh=DL0k0+ZHF//EL3KxT9U2nQlYwkkNYdLT/KPcWFTPha8=; b=Fp9B8eJw+nJfdUy7aeJzrp57PvDMARY2EoqSUFc2296lXvj/yJWu+o02PZYF+HQr9d HDqeL9XZwYuzJgM+MKdSoL6Av0ZRMHNmebFOodUHs5Sg9AfwtmCibla4m91uO5J9+8jT mCEGiWtRFof/C/uF0xyTmZX0I+n1iA0cIZXxOiWM+ad66UAvS+Ja4VhqRw1bNikx5oe6 +havX5XjdY1PP8GPgdEj473J9Qo9i8RSKlo+6AGWz83FF8qeW4cINsDCTxchFrE6LvHm yvDCeNwQrXI9uPFW/nc3F7j9JV8PPuVnkti0dnTiPyLqP3lZmrV32SRtu/0Ib/fJOyMq jj2Q== X-Gm-Message-State: AG10YORLbOQKSiKMjXbamhMUmMx1VzKjpOY1sjh+BGxJiV7nMtdWKHdg0yUsyZ2ixgZ9wQ== X-Received: by 10.28.65.193 with SMTP id o184mr20228078wma.15.1455653067351; Tue, 16 Feb 2016 12:04:27 -0800 (PST) Received: from dragon.local ([41.246.2.137]) by smtp.googlemail.com with ESMTPSA id e194sm22176193wma.19.2016.02.16.12.04.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 16 Feb 2016 12:04:26 -0800 (PST) From: David Naylor To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408996 - head/emulators/wine-devel Date: Tue, 16 Feb 2016 22:04:24 +0200 Message-ID: <2895195.sQB7GcOYV9@dragon.local> Organization: Private User-Agent: KMail/4.14.3 (FreeBSD/10.2-RELEASE-p9; KDE/4.14.3; amd64; ; ) In-Reply-To: <201602161356.u1GDuPS3017648@repo.freebsd.org> References: <201602161356.u1GDuPS3017648@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5621535.bp1lCHlTg9"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 20:04:29 -0000 --nextPart5621535.bp1lCHlTg9 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Tuesday, 16 February 2016 13:56:25 Gerald Pfeifer wrote: > Author: gerald > Date: Tue Feb 16 13:56:24 2016 > New Revision: 408996 > URL: https://svnweb.freebsd.org/changeset/ports/408996 > > Log: > On FreeBSD 9.x, even when CHOSEN_COMPILER_TYPE from Mk/Uses/compiler.mk > is set to clang, COMPILER_VERSION is still at 42 from the system compiler > that is GCC 4.2. I believe COMPILER_VERSION is the version of COMPILER_TYPE, and that no variable actually shows the version of CHOSEN_COMPILER_TYPE. The closest one can get (but still wrong in some cases) is: .if ${CHOSEN_COMPILER_TYPE} == ${COMPILER_TYPE} CHOSEN_COMPILER_VERSION= ${COMPILER_VERSION} .else CHOSEN_COMPILER_VERSION= ${ALT_COMPILER_VERSION} .endif Regards, --nextPart5621535.bp1lCHlTg9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJWw4DIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5NDhFQzUxMUEyN0YwMzAyRTc5OUI1M0FB RDYzRkE4REQ2QjJEQTU1AAoJEK1j+o3WstpViQQQAMb01ml7AlyJeoery7INphJ0 7yqstaqtr5Ukxd1p45LN6AmBVO1yaUX6O0Es/OY4nLj0mkKuDyVFhx2T+g+JUxUx Exm1CxDpPzU6kqsTV3xXIHAAHW8hOrKl/m3KoqY9BjjJF0g3A9NIo6mXB5EH1Wte WwoKDQfPtanrgovvlwaf62Ic4Qte7qSIOBDJQB64NaCYOn+d05YMTogmaJPbcJVy 2ggVVw+iCIM5rdmd2Pobq2rpw6jg+UiFWCW6+5cnFE9H7JAsgW6QoaO7t9oHn9NB d7MOyBK4Hc9oGOJrwseNwkk1UjH7XeMIMnBkOmmHnInIY22POXMTQcI4JaTVHPld 1Jf38q4ZKWPnunDNbMKGoDhwWg2kpeWDZ0Ft4CvQq62FkNHoo6k2LiQZnbFzubu/ PTgK/4fyj0CvRAI/PmyMbdAnsJipfLbrKiij8IogDpPSYyRASh1mS6yC0Cg/NZxB Y+aBnCeq1EaBObrSPHPwXFffxmVk7zkXL1M3ZW6KXd0NXEx1XJgBldszyhYfFmCw GdVMc5AbAaPQi7BaSk+tCu3Se/D2PFQ7XKFZNB7oA5W37biQdGqig7A8Y8MAitKs VVktZQn5lmqisjwqGqHFSCHJtAxBMssgORKDO5g33XNZOY2D71pw11hmrJfJ+S++ LDp80YQyQIh0VKkYsExi =wuew -----END PGP SIGNATURE----- --nextPart5621535.bp1lCHlTg9-- From owner-svn-ports-head@freebsd.org Tue Feb 16 20:17:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8B55AAA2BD; Tue, 16 Feb 2016 20:17:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A322013A0; Tue, 16 Feb 2016 20:17:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GKHCtT030235; Tue, 16 Feb 2016 20:17:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GKHCtw030233; Tue, 16 Feb 2016 20:17:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602162017.u1GKHCtw030233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 16 Feb 2016 20:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409015 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 20:17:13 -0000 Author: olgeni Date: Tue Feb 16 20:17:12 2016 New Revision: 409015 URL: https://svnweb.freebsd.org/changeset/ports/409015 Log: Update devel/relx to version 3.16.0. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Tue Feb 16 19:35:36 2016 (r409014) +++ head/devel/relx/Makefile Tue Feb 16 20:17:12 2016 (r409015) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.15.0 +PORTVERSION= 3.16.0 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Tue Feb 16 19:35:36 2016 (r409014) +++ head/devel/relx/distinfo Tue Feb 16 20:17:12 2016 (r409015) @@ -1,5 +1,5 @@ -SHA256 (erlware-relx-v3.15.0_GH0.tar.gz) = 94376e9c2d370040f6a733fb7c6400b8d143ad30a5ab7e5a8a091ec18af091a1 -SIZE (erlware-relx-v3.15.0_GH0.tar.gz) = 599263 +SHA256 (erlware-relx-v3.16.0_GH0.tar.gz) = e56e834644b049839efe64a5b17c5612640626826af2a2ccef2d387a59d30101 +SIZE (erlware-relx-v3.16.0_GH0.tar.gz) = 599496 SHA256 (relx-cache-10.tar.gz) = 477271e412921766adb56c70d49dfb9b6009eafd8b80a358ae5c172834d79bf3 SIZE (relx-cache-10.tar.gz) = 417321 SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12 From owner-svn-ports-head@freebsd.org Tue Feb 16 20:17:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84D26AAA308; Tue, 16 Feb 2016 20:17:42 +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 473C114D0; Tue, 16 Feb 2016 20:17:42 +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 u1GKHfHS030379; Tue, 16 Feb 2016 20:17:41 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GKHff3030376; Tue, 16 Feb 2016 20:17:41 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602162017.u1GKHff3030376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 16 Feb 2016 20:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409016 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 20:17:42 -0000 Author: olgeni Date: Tue Feb 16 20:17:40 2016 New Revision: 409016 URL: https://svnweb.freebsd.org/changeset/ports/409016 Log: Update databases/elixir-postgrex to version 0.11.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 Tue Feb 16 20:17:12 2016 (r409015) +++ head/databases/elixir-postgrex/Makefile Tue Feb 16 20:17:40 2016 (r409016) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= postgrex -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-postgrex/distinfo ============================================================================== --- head/databases/elixir-postgrex/distinfo Tue Feb 16 20:17:12 2016 (r409015) +++ head/databases/elixir-postgrex/distinfo Tue Feb 16 20:17:40 2016 (r409016) @@ -1,2 +1,2 @@ -SHA256 (ericmj-postgrex-v0.11.0_GH0.tar.gz) = 441030552334348ad68a484053024240fe6c70ddfc11939187f084a83ca1b21d -SIZE (ericmj-postgrex-v0.11.0_GH0.tar.gz) = 52764 +SHA256 (ericmj-postgrex-v0.11.1_GH0.tar.gz) = bc42b5acc0de43c78123e761783356539e77ddff4bce968b2e422b230d8442f7 +SIZE (ericmj-postgrex-v0.11.1_GH0.tar.gz) = 54631 Modified: head/databases/elixir-postgrex/pkg-plist ============================================================================== --- head/databases/elixir-postgrex/pkg-plist Tue Feb 16 20:17:12 2016 (r409015) +++ head/databases/elixir-postgrex/pkg-plist Tue Feb 16 20:17:40 2016 (r409016) @@ -23,6 +23,7 @@ lib/elixir/lib/postgrex/ebin/Elixir.Post lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Network.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Numeric.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.OID.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Point.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Range.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Raw.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Record.beam @@ -37,6 +38,7 @@ lib/elixir/lib/postgrex/ebin/Elixir.Post lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Messages.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Notifications.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Parameters.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Point.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Protocol.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Query.beam lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Range.beam @@ -74,6 +76,7 @@ lib/elixir/lib/postgrex/lib/postgrex/ext lib/elixir/lib/postgrex/lib/postgrex/extensions/network.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/numeric.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/oid.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/point.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/range.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/raw.ex lib/elixir/lib/postgrex/lib/postgrex/extensions/record.ex From owner-svn-ports-head@freebsd.org Tue Feb 16 20:18:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2605AAA36C; Tue, 16 Feb 2016 20:18:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B480115E2; Tue, 16 Feb 2016 20:18:32 +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 u1GKIVBF030517; Tue, 16 Feb 2016 20:18:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GKIVc7030515; Tue, 16 Feb 2016 20:18:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602162018.u1GKIVc7030515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 16 Feb 2016 20:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409017 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 20:18:33 -0000 Author: olgeni Date: Tue Feb 16 20:18:31 2016 New Revision: 409017 URL: https://svnweb.freebsd.org/changeset/ports/409017 Log: Update devel/elixir-exrm to version 1.0.0-rc8. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Tue Feb 16 20:17:40 2016 (r409016) +++ head/devel/elixir-exrm/Makefile Tue Feb 16 20:18:31 2016 (r409017) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -DISTVERSION= 1.0.0-rc7 +DISTVERSION= 1.0.0-rc8 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Tue Feb 16 20:17:40 2016 (r409016) +++ head/devel/elixir-exrm/distinfo Tue Feb 16 20:18:31 2016 (r409017) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exrm-1.0.0-rc7_GH0.tar.gz) = 993c8f712e843cbb529c2c4f538e158bc75755c39c6dee3bbc36ebee8c1dc0f3 -SIZE (bitwalker-exrm-1.0.0-rc7_GH0.tar.gz) = 55402 +SHA256 (bitwalker-exrm-1.0.0-rc8_GH0.tar.gz) = 3d2cb0e596b562b1696cfa2c8bdfc69926327fb2d286f80390d27e3905ec6be0 +SIZE (bitwalker-exrm-1.0.0-rc8_GH0.tar.gz) = 55804 From owner-svn-ports-head@freebsd.org Tue Feb 16 20:19:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 422B6AAA3DF; Tue, 16 Feb 2016 20:19: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 14AB71796; Tue, 16 Feb 2016 20:19:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GKJHTZ030654; Tue, 16 Feb 2016 20:19:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GKJGcm030652; Tue, 16 Feb 2016 20:19:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602162019.u1GKJGcm030652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 16 Feb 2016 20:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409018 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 20:19:18 -0000 Author: olgeni Date: Tue Feb 16 20:19:16 2016 New Revision: 409018 URL: https://svnweb.freebsd.org/changeset/ports/409018 Log: Update devel/elixir-poison to version 2.1.0. Modified: head/devel/elixir-poison/Makefile head/devel/elixir-poison/distinfo Modified: head/devel/elixir-poison/Makefile ============================================================================== --- head/devel/elixir-poison/Makefile Tue Feb 16 20:18:31 2016 (r409017) +++ head/devel/elixir-poison/Makefile Tue Feb 16 20:19:16 2016 (r409018) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poison -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-poison/distinfo ============================================================================== --- head/devel/elixir-poison/distinfo Tue Feb 16 20:18:31 2016 (r409017) +++ head/devel/elixir-poison/distinfo Tue Feb 16 20:19:16 2016 (r409018) @@ -1,2 +1,2 @@ -SHA256 (devinus-poison-2.0.1_GH0.tar.gz) = 77aac52cef179eb3d465b59eec867f978eb24ac3a960130cd4f27bed0d9667a5 -SIZE (devinus-poison-2.0.1_GH0.tar.gz) = 29872 +SHA256 (devinus-poison-2.1.0_GH0.tar.gz) = ec0bce4b6cdb8d9cd4b9702cad695f0e653cf1f6d4f85ee67f057ce5d90dc0a5 +SIZE (devinus-poison-2.1.0_GH0.tar.gz) = 30145 From owner-svn-ports-head@freebsd.org Tue Feb 16 20:40:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 574CFAAAD91; Tue, 16 Feb 2016 20:40: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 093EF11F0; Tue, 16 Feb 2016 20:40: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 u1GKeI89036577; Tue, 16 Feb 2016 20:40:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GKeI1c036575; Tue, 16 Feb 2016 20:40:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602162040.u1GKeI1c036575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 16 Feb 2016 20:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409019 - head/textproc/kibana44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 20:40:20 -0000 Author: olgeni Date: Tue Feb 16 20:40:18 2016 New Revision: 409019 URL: https://svnweb.freebsd.org/changeset/ports/409019 Log: Update to the real version 4.4.1; r408807 was actually a beta. Here's what happened (see also GitHub issue #6250 for elastic/kibana): - The tag for 4.4.1 appeared on GitHub - The port was updated to 4.4.1 using the release tarball from elastic.co, with a matching name - The tarball was actually a beta from a commit that was not pushed - The port broke once the tarball from the actual release came up for download, with exactly the same name The commit id from package.json now matches the commit from the upstream repo. This should be used in the future to check if tarballs actually match releases. Approved by: maintainer (by mail) Modified: head/textproc/kibana44/distinfo head/textproc/kibana44/pkg-plist Modified: head/textproc/kibana44/distinfo ============================================================================== --- head/textproc/kibana44/distinfo Tue Feb 16 20:19:16 2016 (r409018) +++ head/textproc/kibana44/distinfo Tue Feb 16 20:40:18 2016 (r409019) @@ -1,2 +1,2 @@ -SHA256 (kibana-4.4.1-linux-x86.tar.gz) = 3ca545f50aff9fa45421ac16ad40116bcf027de1cb37aab99038e7ab2c713592 -SIZE (kibana-4.4.1-linux-x86.tar.gz) = 30221928 +SHA256 (kibana-4.4.1-linux-x86.tar.gz) = b0b413db7f50d4cd547a0682ee4475c2fbdef8a44c4b9c3f4a89181a6fe4d733 +SIZE (kibana-4.4.1-linux-x86.tar.gz) = 30207961 Modified: head/textproc/kibana44/pkg-plist ============================================================================== --- head/textproc/kibana44/pkg-plist Tue Feb 16 20:19:16 2016 (r409018) +++ head/textproc/kibana44/pkg-plist Tue Feb 16 20:40:18 2016 (r409019) @@ -11489,6 +11489,7 @@ %%WWWDIR%%/src/ui/public/chrome/config/filter.html %%WWWDIR%%/src/ui/public/chrome/config/interval.html %%WWWDIR%%/src/ui/public/chrome/context.js +%%WWWDIR%%/src/ui/public/chrome/directives/active_http_spinner.html %%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.html %%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.js %%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.less From owner-svn-ports-head@freebsd.org Tue Feb 16 22:20:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D611AAA7D4; Tue, 16 Feb 2016 22:20: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 3F896F3F; Tue, 16 Feb 2016 22:20:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GMKHsr065644; Tue, 16 Feb 2016 22:20:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GMKHMX065642; Tue, 16 Feb 2016 22:20:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602162220.u1GMKHMX065642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 16 Feb 2016 22:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409020 - in head/net/rabbitmq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 22:20:18 -0000 Author: olgeni Date: Tue Feb 16 22:20:16 2016 New Revision: 409020 URL: https://svnweb.freebsd.org/changeset/ports/409020 Log: Remove custom stderr formatting from net/rabbitmq. From upstream commit fecd0e5 in rabbitmq/rabbitmq-common: Opening several ports for single fd is considered undefined behaviour in erlang. It's safe to replace this whole function with 'io:format'. Because writing to standard_error with io:format is synchronous - after this call has returned data was definitely sent to the port. And `erlang:halt` guarantees that this data will be flushed afterwards. See also ba531a1 in erlang/otp: Instead of outputting a formatted message showing errors found, a core was (often) created. This commit should fix all issues related to core dumps with RabbitMQ on Erlang 18, which were most often observed when creating or joining clusters. MFH requested because a beam core dump would be most certainly interpreted as the symptom of something worse within the Erlang VM. PR: 204147 Submitted by: Alexey Lebedeff (follow up) MFH: 2016Q1 Added: head/net/rabbitmq/files/patch-src_rabbit__misc.erl (contents, props changed) Modified: head/net/rabbitmq/Makefile Modified: head/net/rabbitmq/Makefile ============================================================================== --- head/net/rabbitmq/Makefile Tue Feb 16 20:40:18 2016 (r409019) +++ head/net/rabbitmq/Makefile Tue Feb 16 22:20:16 2016 (r409020) @@ -3,7 +3,7 @@ PORTNAME= rabbitmq PORTVERSION= 3.5.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} Added: head/net/rabbitmq/files/patch-src_rabbit__misc.erl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rabbitmq/files/patch-src_rabbit__misc.erl Tue Feb 16 22:20:16 2016 (r409020) @@ -0,0 +1,22 @@ +--- src/rabbit_misc.erl.orig 2015-12-15 10:23:52 UTC ++++ src/rabbit_misc.erl +@@ -652,18 +652,7 @@ format_many(List) -> + lists:flatten([io_lib:format(F ++ "~n", A) || {F, A} <- List]). + + format_stderr(Fmt, Args) -> +- case os:type() of +- {unix, _} -> +- Port = open_port({fd, 0, 2}, [out]), +- port_command(Port, io_lib:format(Fmt, Args)), +- port_close(Port); +- {win32, _} -> +- %% stderr on Windows is buffered and I can't figure out a +- %% way to trigger a fflush(stderr) in Erlang. So rather +- %% than risk losing output we write to stdout instead, +- %% which appears to be unbuffered. +- io:format(Fmt, Args) +- end, ++ io:format(standard_error, Fmt, Args), + ok. + + unfold(Fun, Init) -> From owner-svn-ports-head@freebsd.org Tue Feb 16 22:48:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAB7EAAB2F0; Tue, 16 Feb 2016 22:48:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CC071D5F; Tue, 16 Feb 2016 22:48:44 +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 u1GMmhFE074430; Tue, 16 Feb 2016 22:48:43 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GMmhqE074427; Tue, 16 Feb 2016 22:48:43 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602162248.u1GMmhqE074427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 16 Feb 2016 22:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409021 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 22:48:45 -0000 Author: jkim Date: Tue Feb 16 22:48:43 2016 New Revision: 409021 URL: https://svnweb.freebsd.org/changeset/ports/409021 Log: Correct CVE numbers for recent Flash vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 16 22:20:16 2016 (r409020) +++ head/security/vuxml/vuln.xml Tue Feb 16 22:48:43 2016 (r409021) @@ -304,28 +304,28 @@ Notes: - CVE-2015-0964 - CVE-2015-0965 - CVE-2015-0966 - CVE-2015-0967 - CVE-2015-0968 - CVE-2015-0969 - CVE-2015-0970 - CVE-2015-0971 - CVE-2015-0972 - CVE-2015-0973 - CVE-2015-0974 - CVE-2015-0975 - CVE-2015-0976 - CVE-2015-0977 - CVE-2015-0978 - CVE-2015-0979 - CVE-2015-0980 - CVE-2015-0981 - CVE-2015-0982 - CVE-2015-0983 - CVE-2015-0984 - CVE-2015-0985 + CVE-2016-0964 + CVE-2016-0965 + CVE-2016-0966 + CVE-2016-0967 + CVE-2016-0968 + CVE-2016-0969 + CVE-2016-0970 + CVE-2016-0971 + CVE-2016-0972 + CVE-2016-0973 + CVE-2016-0974 + CVE-2016-0975 + CVE-2016-0976 + CVE-2016-0977 + CVE-2016-0978 + CVE-2016-0979 + CVE-2016-0980 + CVE-2016-0981 + CVE-2016-0982 + CVE-2016-0983 + CVE-2016-0984 + CVE-2016-0985 https://helpx.adobe.com/security/products/flash-player/apsb16-04.html From owner-svn-ports-head@freebsd.org Tue Feb 16 23:12:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EA86AABC03; Tue, 16 Feb 2016 23:12:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 698F61AF9; Tue, 16 Feb 2016 23:12:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GNCXeB082948; Tue, 16 Feb 2016 23:12:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GNCXYH082945; Tue, 16 Feb 2016 23:12:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602162312.u1GNCXYH082945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 16 Feb 2016 23:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409022 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 23:12:34 -0000 Author: marino Date: Tue Feb 16 23:12:33 2016 New Revision: 409022 URL: https://svnweb.freebsd.org/changeset/ports/409022 Log: ports-mgmt/synth: Release version 1.00 I'm pleased to finally issue the first release of Synth. There were some significant changes since the last release candidate: * Rework piped command handling to fix command parsing Synth was using ada-util to execute external commands and receive the output. Unfortunately, this implementation currently can not handle either extra whitespace nor can it support quoted values. The author is going to fix this soon using popen and pclose for Unix, but I just implemented the functionality by binding to those functions myself. * This was the only use of ada-util (I originally expected to use more of this library's functionality) so it's been dropped as a dependency. This reduces the stripped executable size by about 30%. * The environment was prepopulated with UNAME_[x] variables. This is required for Synth to support building packages for different releases or even architectures (e.g. building 10.2 packages on 11.0-CURRENT). * Define OSREL in the builder's /etc/make.conf. This seemed to be required for emulators/virtio-kmod which uses
     although it's not
        clear defining OSREL is necessary.
      * Fix graceful shutdown handling in text mode.
        When the graceful shutdown key was changed from Escape to Control-Q, it
        stopped working in text mode (i.e. when it wasn't in curses).  I believe
        that's because the curses display uses the "raw" tty mode and lets all
        control characters through.  In text mode, Control-Q has a flow control
        functionality.  I wrote a routine to disable that flow control and give
        Synth access to control-Q keypress in all cases.
      * The same routine disables TTY echoes when they are unwanted
      * Fix "status-everything" dry-run issue where a graceful shutdown resulted
        in an unwanted "sorry" message.
      * In test mode file system violation check, mark changes to /var/run
        during building to be excluded from checks.
      * Add a guard that checks if Synth is launched when the current directory
        is /usr/local (or a subdirectory of it).  Synth will fail
        to mount everything in this case, so now it stops and tells the user
        to change directories and try again.
    
    Modified:
      head/ports-mgmt/synth/Makefile
      head/ports-mgmt/synth/distinfo
    
    Modified: head/ports-mgmt/synth/Makefile
    ==============================================================================
    --- head/ports-mgmt/synth/Makefile	Tue Feb 16 22:48:43 2016	(r409021)
    +++ head/ports-mgmt/synth/Makefile	Tue Feb 16 23:12:33 2016	(r409022)
    @@ -2,9 +2,8 @@
     # $FreeBSD$
     
     PORTNAME=	synth
    -PORTVERSION=	0.99
    +PORTVERSION=	1.00
     DISTVERSIONPREFIX=	v
    -PORTREVISION=	7
     CATEGORIES=	ports-mgmt
     
     MAINTAINER=	marino@FreeBSD.org
    @@ -13,15 +12,14 @@ COMMENT=	Custom package repository build
     LICENSE=	ISCL
     LICENSE_FILE=	${WRKSRC}/License.txt
     
    -#BUILD_DEPENDS=	${LOCALBASE}/lib/gnat/util.gpr:${PORTSDIR}/devel/ada-util \
    -#		${LOCALBASE}/lib/gnat/${IFM}.gpr:${PORTSDIR}/misc/${IFM} \
    +#BUILD_DEPENDS=	${LOCALBASE}/lib/gnat/${IFM}.gpr:${PORTSDIR}/misc/${IFM} \
     #		${LOCALBASE}/lib/gnat/${AC}.gpr:${PORTSDIR}/devel/${AC}
     
     USES=		ada:6 ncurses:port
     USE_GITHUB=	yes
     GH_ACCOUNT=	jrmarino
     GH_PROJECT=	synth_external:bundle
    -GH_TAGNAME=	v1.3:bundle a8ed62b
    +GH_TAGNAME=	v1.3:bundle
     
     # When framework is moved to Ada6, the ada-util and ini-file-manager
     # libraries can be used as prebuilt (switch default.gpr url)
    
    Modified: head/ports-mgmt/synth/distinfo
    ==============================================================================
    --- head/ports-mgmt/synth/distinfo	Tue Feb 16 22:48:43 2016	(r409021)
    +++ head/ports-mgmt/synth/distinfo	Tue Feb 16 23:12:33 2016	(r409022)
    @@ -1,4 +1,4 @@
    -SHA256 (jrmarino-synth-v0.99-a8ed62b_GH0.tar.gz) = eaaf55991c069e4ab2c81da93cdb32de2d901ad3d7b07915f54def1be934f8a1
    -SIZE (jrmarino-synth-v0.99-a8ed62b_GH0.tar.gz) = 90469
    +SHA256 (jrmarino-synth-v1.00_GH0.tar.gz) = ac1d0a2bdc6db2eea9e88f4248451da09b95115ce57d7ca745d3616550a1e791
    +SIZE (jrmarino-synth-v1.00_GH0.tar.gz) = 91578
     SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44
     SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283
    
    From owner-svn-ports-head@freebsd.org  Tue Feb 16 23:25:39 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E86CAABFBF;
     Tue, 16 Feb 2016 23:25:39 +0000 (UTC)
     (envelope-from bdrewery@FreeBSD.org)
    Received: from freefall.freebsd.org (freefall.freebsd.org
     [IPv6:2001:1900:2254:206c::16:87])
     by mx1.freebsd.org (Postfix) with ESMTP id 5F7BD1FA5;
     Tue, 16 Feb 2016 23:25:39 +0000 (UTC)
     (envelope-from bdrewery@FreeBSD.org)
    Received: from mail.xzibition.com (localhost [IPv6:::1])
     by freefall.freebsd.org (Postfix) with ESMTP id 586FD1B2E;
     Tue, 16 Feb 2016 23:25:39 +0000 (UTC)
     (envelope-from bdrewery@FreeBSD.org)
    Received: from mail.xzibition.com (localhost [172.31.3.2])
     by mail.xzibition.com (Postfix) with ESMTP id 100DE1BAC7;
     Tue, 16 Feb 2016 23:25:39 +0000 (UTC)
    X-Virus-Scanned: amavisd-new at mail.xzibition.com
    Received: from mail.xzibition.com ([172.31.3.2])
     by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new,
     port 10026)
     with LMTP id 6C2e4b0wjbZ4; Tue, 16 Feb 2016 23:25:36 +0000 (UTC)
    Subject: Re: svn commit: r408766 - head/ports-mgmt/synth
    DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com C8F8F1BAC0
    To: John Marino , ports-committers@freebsd.org,
     svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
    References: <201602122156.u1CLuw2l051276@repo.freebsd.org>
    From: Bryan Drewery 
    Organization: FreeBSD
    Message-ID: <56C3AFE1.2090900@FreeBSD.org>
    Date: Tue, 16 Feb 2016 15:25:21 -0800
    User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0)
     Gecko/20100101 Thunderbird/38.5.1
    MIME-Version: 1.0
    In-Reply-To: <201602122156.u1CLuw2l051276@repo.freebsd.org>
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: 7bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Tue, 16 Feb 2016 23:25:39 -0000
    
    On 2/12/16 1:56 PM, John Marino wrote:
    > Author: marino
    > Date: Fri Feb 12 21:56:58 2016
    > New Revision: 408766
    > URL: https://svnweb.freebsd.org/changeset/ports/408766
    > 
    > Log:
    >   ports-mgmt/synth: Yet another release candidate
    >   
    >   Unfortunately, there's been a bit too much change since 0.99_6 to
    >   confidently release version 1.00, so another release candidate is
    >   necessary.  Both new features and bug fixes were added.
    
    ...
    
    > Modified: head/ports-mgmt/synth/Makefile
    > ==============================================================================
    > --- head/ports-mgmt/synth/Makefile	Fri Feb 12 21:53:57 2016	(r408765)
    > +++ head/ports-mgmt/synth/Makefile	Fri Feb 12 21:56:58 2016	(r408766)
    > @@ -3,8 +3,8 @@
    >  
    >  PORTNAME=	synth
    >  PORTVERSION=	0.99
    > -PORTREVISION=	6
    
    For the sake of user sanity I highly recommend not dropping beta (or
    "unreleased") code on them with a PORTREVISION bump. Package users, and
    most ports users, have no way to know if an updated package is a
    "release" or a "candidate", etc. They just know there is an update.
    Releasing huge changes with a PORTREVISION bump is quite surprising for
    them. A synth-devel fixes this.
    
    -- 
    Regards,
    Bryan Drewery
    
    From owner-svn-ports-head@freebsd.org  Tue Feb 16 23:34:19 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EE25AAA2CE;
     Tue, 16 Feb 2016 23:34:19 +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 0EE5012F1;
     Tue, 16 Feb 2016 23:34:18 +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 u1GNYIQ9088906;
     Tue, 16 Feb 2016 23:34:18 GMT (envelope-from rakuco@FreeBSD.org)
    Received: (from rakuco@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GNYIPK088905;
     Tue, 16 Feb 2016 23:34:18 GMT (envelope-from rakuco@FreeBSD.org)
    Message-Id: <201602162334.u1GNYIPK088905@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: rakuco set sender to
     rakuco@FreeBSD.org using -f
    From: Raphael Kubo da Costa 
    Date: Tue, 16 Feb 2016 23:34:18 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409023 - head/dns/powerdns
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Tue, 16 Feb 2016 23:34:19 -0000
    
    Author: rakuco
    Date: Tue Feb 16 23:34:17 2016
    New Revision: 409023
    URL: https://svnweb.freebsd.org/changeset/ports/409023
    
    Log:
      Fix a typo in the SQLITE3 option handling introduced in r408757.
      
      "gqlite3" should have been "gsqlite3", like it was before that SVN commit,
      otherwise the build breaks.
      
      Submitted by:	Andrew Nichols 
    
    Modified:
      head/dns/powerdns/Makefile
    
    Modified: head/dns/powerdns/Makefile
    ==============================================================================
    --- head/dns/powerdns/Makefile	Tue Feb 16 23:12:33 2016	(r409022)
    +++ head/dns/powerdns/Makefile	Tue Feb 16 23:34:17 2016	(r409023)
    @@ -89,7 +89,7 @@ POLARSSL_LIB_DEPENDS_OFF=	libmbedtls.so:
     REMOTE_VARS=		MODULES+=remote
     
     SQLITE3_USE=		SQLITE=3
    -SQLITE3_VARS=		MODULES+=gqlite3
    +SQLITE3_VARS=		MODULES+=gsqlite3
     
     TINYDNS_CONFIGURE_ON=	CDB_LIBS="-L${LOCALBASE}/lib -lcdb" CDB_CFLAGS="-I${LOCALBASE}/include"
     TINYDNS_LIB_DEPENDS=	libcdb.so:${PORTSDIR}/databases/tinycdb
    
    From owner-svn-ports-head@freebsd.org  Tue Feb 16 23:36:36 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E463AAA3A6;
     Tue, 16 Feb 2016 23:36:36 +0000 (UTC)
     (envelope-from freebsd.contact@marino.st)
    Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148])
     (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 0BFEC14C0;
     Tue, 16 Feb 2016 23:36:35 +0000 (UTC)
     (envelope-from freebsd.contact@marino.st)
    Received: from [192.168.1.21] (249.Red-81-44-5.dynamicIP.rima-tde.net
     [81.44.5.249])
     (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))
     (No client certificate requested)
     by shepard.synsport.net (Postfix) with ESMTP id 0388B43C31;
     Tue, 16 Feb 2016 17:36:31 -0600 (CST)
    Subject: Re: svn commit: r408766 - head/ports-mgmt/synth
    To: Bryan Drewery , John Marino ,
     ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    References: <201602122156.u1CLuw2l051276@repo.freebsd.org>
     <56C3AFE1.2090900@FreeBSD.org>
    From: John Marino 
    X-Enigmail-Draft-Status: N1110
    Reply-To: marino@freebsd.org
    Message-ID: <56C3B27C.9090309@marino.st>
    Date: Wed, 17 Feb 2016 00:36:28 +0100
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101
     Thunderbird/38.5.0
    MIME-Version: 1.0
    In-Reply-To: <56C3AFE1.2090900@FreeBSD.org>
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: 7bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Tue, 16 Feb 2016 23:36:36 -0000
    
    On 2/17/2016 12:25 AM, Bryan Drewery wrote:
    > On 2/12/16 1:56 PM, John Marino wrote:
    > For the sake of user sanity I highly recommend not dropping beta (or
    > "unreleased") code on them with a PORTREVISION bump. Package users, and
    > most ports users, have no way to know if an updated package is a
    > "release" or a "candidate", etc. They just know there is an update.
    > Releasing huge changes with a PORTREVISION bump is quite surprising for
    > them. A synth-devel fixes this.
    
    If one adds a patch to a versioned port, they have to bump it right?
    There's no functional difference between adding patches and changing the
    git hash.
    
    I don't believe this is that surprising for the following reasons:
    1) the distfile changed (same as re-roll)
    2) the commit logs are quite detailed
    3) PORTREVISION change doesn't mean "ignore at your leisure".  It
    changes the package name, thus it's a new package.
    4) This port established a history of PORTREVISION being significant
    
    So I don't think anyone would be (or at least *should be*) wondering if
    they should upgrade.
    
    All that being said, I don't plan on freezing on version numbers and
    only bumping PORTREVISION in the future.  It was more of a first release
    thing.
    
    From owner-svn-ports-head@freebsd.org  Tue Feb 16 23:50:34 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7BCBAAA96F;
     Tue, 16 Feb 2016 23:50:34 +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 B50161C3F;
     Tue, 16 Feb 2016 23:50: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 u1GNoXNe092179;
     Tue, 16 Feb 2016 23:50:33 GMT (envelope-from danilo@FreeBSD.org)
    Received: (from danilo@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GNoXO7092177;
     Tue, 16 Feb 2016 23:50:33 GMT (envelope-from danilo@FreeBSD.org)
    Message-Id: <201602162350.u1GNoXO7092177@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: danilo set sender to
     danilo@FreeBSD.org using -f
    From: Danilo Egea Gondolfo 
    Date: Tue, 16 Feb 2016 23:50:33 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409024 - head/misc/xdelta3
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Tue, 16 Feb 2016 23:50:35 -0000
    
    Author: danilo
    Date: Tue Feb 16 23:50:33 2016
    New Revision: 409024
    URL: https://svnweb.freebsd.org/changeset/ports/409024
    
    Log:
      - Improve Makefile
      
      Suggested by:	mat
    
    Modified:
      head/misc/xdelta3/Makefile
      head/misc/xdelta3/distinfo
    
    Modified: head/misc/xdelta3/Makefile
    ==============================================================================
    --- head/misc/xdelta3/Makefile	Tue Feb 16 23:34:17 2016	(r409023)
    +++ head/misc/xdelta3/Makefile	Tue Feb 16 23:50:33 2016	(r409024)
    @@ -3,6 +3,7 @@
     
     PORTNAME=	xdelta
     PORTVERSION=	3.0.11
    +DISTVERSIONPREFIX=	v
     PORTEPOCH=	1
     CATEGORIES?=	misc devel
     PKGNAMESUFFIX=	3
    @@ -17,9 +18,8 @@ USES=		autoreconf gmake
     USE_GITHUB=	yes
     GH_ACCOUNT=	jmacd
     GH_PROJECT=	xdelta-devel
    -GH_TAGNAME=	v3.0.11
     
    -WRKSRC=		${WRKDIR}/${PORTNAME}-devel-${PORTVERSION}/xdelta3
    +WRKSRC_SUBDIR=	xdelta3
     
     GNU_CONFIGURE=	yes
     
    
    Modified: head/misc/xdelta3/distinfo
    ==============================================================================
    --- head/misc/xdelta3/distinfo	Tue Feb 16 23:34:17 2016	(r409023)
    +++ head/misc/xdelta3/distinfo	Tue Feb 16 23:50:33 2016	(r409024)
    @@ -1,2 +1,2 @@
    -SHA256 (jmacd-xdelta-devel-3.0.11-v3.0.11_GH0.tar.gz) = 0cd1ab3e53be8e57bc6335789ead8a6177b0a3524c931e6af2aa801b2c1736cc
    -SIZE (jmacd-xdelta-devel-3.0.11-v3.0.11_GH0.tar.gz) = 993860
    +SHA256 (jmacd-xdelta-devel-v3.0.11_GH0.tar.gz) = 0cd1ab3e53be8e57bc6335789ead8a6177b0a3524c931e6af2aa801b2c1736cc
    +SIZE (jmacd-xdelta-devel-v3.0.11_GH0.tar.gz) = 993860
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 02:34:07 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66391AAAC0B;
     Wed, 17 Feb 2016 02:34:07 +0000 (UTC)
     (envelope-from junovitch@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 1DF1B1324;
     Wed, 17 Feb 2016 02:34:07 +0000 (UTC)
     (envelope-from junovitch@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1H2Y6GO041132;
     Wed, 17 Feb 2016 02:34:06 GMT (envelope-from junovitch@FreeBSD.org)
    Received: (from junovitch@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H2Y66T041131;
     Wed, 17 Feb 2016 02:34:06 GMT (envelope-from junovitch@FreeBSD.org)
    Message-Id: <201602170234.u1H2Y66T041131@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: junovitch set sender to
     junovitch@FreeBSD.org using -f
    From: Jason Unovitch 
    Date: Wed, 17 Feb 2016 02:34:06 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409026 - head/security/strongswan
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 02:34:07 -0000
    
    Author: junovitch
    Date: Wed Feb 17 02:34:05 2016
    New Revision: 409026
    URL: https://svnweb.freebsd.org/changeset/ports/409026
    
    Log:
      security/strongswan: enable options to increase usefulness of default pkg
      
      - Enable PKI, SWANCTL, and VICI options (no external dependencies)
      - Document IMPLIES dependency on VICI for SWANCTL; mention in SWANCTL_DESC
      - Bump PORTREVISION
      
      PR:		205438
      Reported by:	Nick B 
      Submitted by:	strongswan@Nanoteq.com (maintainer)
    
    Modified:
      head/security/strongswan/Makefile
    
    Modified: head/security/strongswan/Makefile
    ==============================================================================
    --- head/security/strongswan/Makefile	Tue Feb 16 23:53:09 2016	(r409025)
    +++ head/security/strongswan/Makefile	Wed Feb 17 02:34:05 2016	(r409026)
    @@ -3,7 +3,7 @@
     
     PORTNAME=	strongswan
     PORTVERSION=	5.3.5
    -PORTREVISION=	2
    +PORTREVISION=	3
     CATEGORIES=	security
     MASTER_SITES=	http://download.strongswan.org/ \
     		http://download2.strongswan.org/
    @@ -43,10 +43,12 @@ CONFIGURE_ARGS=	--enable-kernel-pfkey \
     OPTIONS_DEFINE=	CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \
     		IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL PKI SCEP SMP \
     		SQLITE SWANCTL TESTVECTOR UNBOUND UNITY VICI XAUTH
    -OPTIONS_DEFAULT=	IKEv1 BUILTIN
    +OPTIONS_DEFAULT=	IKEv1 BUILTIN PKI SWANCTL VICI
     OPTIONS_SINGLE=	PRINTF_HOOKS
     OPTIONS_SINGLE_PRINTF_HOOKS=	BUILTIN VSTR LIBC
     OPTIONS_SUB=	yes
    +
    +# Description of options
     CURL_DESC=	Enable CURL to fetch CRL/OCSP
     EAPAKA3GPP2_DESC=	Enable EAP AKA with 3gpp2 backend
     EAPDYNAMIC_DESC=	Enable EAP dynamic proxy module
    @@ -61,7 +63,7 @@ TESTVECTOR_DESC=	Enable crypto test vect
     PKI_DESC=	Enable PKI tools
     SCEP_DESC=	Enable Simple Certificate Enrollment Protocol
     SMP_DESC=	Enable XML-based management protocol (DEPRECATED)
    -SWANCTL_DESC=	Install swanctl
    +SWANCTL_DESC=	Install swanctl (requires VICI)
     UNBOUND_DESC=	Enable DNSSEC-enabled resolver
     UNITY_DESC=	Enable Cisco Unity extension plugin
     VICI_DESC=	Enable VICI management protocol
    @@ -90,6 +92,7 @@ MYSQL_USE=		MYSQL=yes
     SMP_LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
     SMP_CONFIGURE_ON=	--enable-smp
     SWANCTL_CONFIGURE_ON=	--enable-swanctl
    +SWANCTL_IMPLIES=	VICI
     SQLITE_CONFIGURE_ON=	--enable-sqlite
     SQLITE_LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
     TESTVECTOR_CONFIGURE_ON=--enable-test-vectors
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 04:18:19 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id C80D1AAA28D;
     Wed, 17 Feb 2016 04:18:19 +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 9461B1EAC;
     Wed, 17 Feb 2016 04:18:19 +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 u1H4IIVb070522;
     Wed, 17 Feb 2016 04:18:18 GMT (envelope-from pi@FreeBSD.org)
    Received: (from pi@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H4II0f070519;
     Wed, 17 Feb 2016 04:18:18 GMT (envelope-from pi@FreeBSD.org)
    Message-Id: <201602170418.u1H4II0f070519@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org
     using -f
    From: Kurt Jaeger 
    Date: Wed, 17 Feb 2016 04:18:18 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409027 - head/net/dpdk
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 04:18:20 -0000
    
    Author: pi
    Date: Wed Feb 17 04:18:18 2016
    New Revision: 409027
    URL: https://svnweb.freebsd.org/changeset/ports/409027
    
    Log:
      net/dpdk: 2.1.0 -> 2.2.0
      
      Release Notes:
        http://dpdk.org/doc/guides/rel_notes/release_2_2.html
      
      PR:		207078
      Approved by:	Bruce Richardson  (maintainer)
    
    Modified:
      head/net/dpdk/Makefile
      head/net/dpdk/distinfo
      head/net/dpdk/pkg-plist
    
    Modified: head/net/dpdk/Makefile
    ==============================================================================
    --- head/net/dpdk/Makefile	Wed Feb 17 02:34:05 2016	(r409026)
    +++ head/net/dpdk/Makefile	Wed Feb 17 04:18:18 2016	(r409027)
    @@ -1,7 +1,7 @@
     # $FreeBSD$
     
     PORTNAME=	dpdk
    -PORTVERSION=	2.1.0
    +PORTVERSION=	2.2.0
     CATEGORIES=	net
     MASTER_SITES=	http://www.dpdk.org/browse/dpdk/snapshot/
     
    
    Modified: head/net/dpdk/distinfo
    ==============================================================================
    --- head/net/dpdk/distinfo	Wed Feb 17 02:34:05 2016	(r409026)
    +++ head/net/dpdk/distinfo	Wed Feb 17 04:18:18 2016	(r409027)
    @@ -1,2 +1,2 @@
    -SHA256 (dpdk-2.1.0.tar.gz) = f7b322867a45f99afd9c8fbacdc56e1621676f9ca0f046656ec85eb6a99a3440
    -SIZE (dpdk-2.1.0.tar.gz) = 15561567
    +SHA256 (dpdk-2.2.0.tar.gz) = 77206ad93618ec93ef6e59566e240aa80b6f660d12693febf0fa96ee23bd610d
    +SIZE (dpdk-2.2.0.tar.gz) = 16159110
    
    Modified: head/net/dpdk/pkg-plist
    ==============================================================================
    --- head/net/dpdk/pkg-plist	Wed Feb 17 02:34:05 2016	(r409026)
    +++ head/net/dpdk/pkg-plist	Wed Feb 17 04:18:18 2016	(r409027)
    @@ -22,6 +22,14 @@ lib/dpdk
     %%DATADIR%%/examples/dpdk_qat/crypto.c
     %%DATADIR%%/examples/dpdk_qat/crypto.h
     %%DATADIR%%/examples/dpdk_qat/main.c
    +%%DATADIR%%/examples/ethtool/Makefile
    +%%DATADIR%%/examples/ethtool/ethtool-app/Makefile
    +%%DATADIR%%/examples/ethtool/ethtool-app/ethapp.c
    +%%DATADIR%%/examples/ethtool/ethtool-app/ethapp.h
    +%%DATADIR%%/examples/ethtool/ethtool-app/main.c
    +%%DATADIR%%/examples/ethtool/lib/Makefile
    +%%DATADIR%%/examples/ethtool/lib/rte_ethtool.c
    +%%DATADIR%%/examples/ethtool/lib/rte_ethtool.h
     %%DATADIR%%/examples/exception_path/Makefile
     %%DATADIR%%/examples/exception_path/main.c
     %%DATADIR%%/examples/helloworld/Makefile
    @@ -30,8 +38,15 @@ lib/dpdk
     %%DATADIR%%/examples/ip_fragmentation/main.c
     %%DATADIR%%/examples/ip_pipeline/Makefile
     %%DATADIR%%/examples/ip_pipeline/app.h
    +%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.cfg
    +%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.sh
    +%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.cfg
    +%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.sh
     %%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.cfg
     %%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.sh
    +%%DATADIR%%/examples/ip_pipeline/config/l2fwd.cfg
    +%%DATADIR%%/examples/ip_pipeline/config/l3fwd.cfg
    +%%DATADIR%%/examples/ip_pipeline/config/l3fwd.sh
     %%DATADIR%%/examples/ip_pipeline/config/tm_profile.cfg
     %%DATADIR%%/examples/ip_pipeline/config_check.c
     %%DATADIR%%/examples/ip_pipeline/config_parse.c
    @@ -51,6 +66,10 @@ lib/dpdk
     %%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall.h
     %%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall_be.c
     %%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall_be.h
    +%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions.c
    +%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions.h
    +%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions_be.c
    +%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions_be.h
     %%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification.c
     %%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification.h
     %%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c
    @@ -69,12 +88,17 @@ lib/dpdk
     %%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing_be.h
     %%DATADIR%%/examples/ip_pipeline/pipeline_be.h
     %%DATADIR%%/examples/ip_pipeline/thread.c
    +%%DATADIR%%/examples/ip_pipeline/thread.h
    +%%DATADIR%%/examples/ip_pipeline/thread_fe.c
    +%%DATADIR%%/examples/ip_pipeline/thread_fe.h
     %%DATADIR%%/examples/ip_reassembly/Makefile
     %%DATADIR%%/examples/ip_reassembly/main.c
     %%DATADIR%%/examples/ipv4_multicast/Makefile
     %%DATADIR%%/examples/ipv4_multicast/main.c
     %%DATADIR%%/examples/kni/Makefile
     %%DATADIR%%/examples/kni/main.c
    +%%DATADIR%%/examples/l2fwd-crypto/Makefile
    +%%DATADIR%%/examples/l2fwd-crypto/main.c
     %%DATADIR%%/examples/l2fwd-ivshmem/Makefile
     %%DATADIR%%/examples/l2fwd-ivshmem/guest/Makefile
     %%DATADIR%%/examples/l2fwd-ivshmem/guest/guest.c
    @@ -83,6 +107,8 @@ lib/dpdk
     %%DATADIR%%/examples/l2fwd-ivshmem/include/common.h
     %%DATADIR%%/examples/l2fwd-jobstats/Makefile
     %%DATADIR%%/examples/l2fwd-jobstats/main.c
    +%%DATADIR%%/examples/l2fwd-keepalive/Makefile
    +%%DATADIR%%/examples/l2fwd-keepalive/main.c
     %%DATADIR%%/examples/l2fwd/Makefile
     %%DATADIR%%/examples/l2fwd/main.c
     %%DATADIR%%/examples/l3fwd-acl/Makefile
    @@ -131,6 +157,38 @@ lib/dpdk
     %%DATADIR%%/examples/netmap_compat/netmap/netmap_user.h
     %%DATADIR%%/examples/packet_ordering/Makefile
     %%DATADIR%%/examples/packet_ordering/main.c
    +%%DATADIR%%/examples/performance-thread/Makefile
    +%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.c
    +%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.h
    +%%DATADIR%%/examples/performance-thread/common/common.mk
    +%%DATADIR%%/examples/performance-thread/common/lthread.c
    +%%DATADIR%%/examples/performance-thread/common/lthread.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_api.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_cond.c
    +%%DATADIR%%/examples/performance-thread/common/lthread_cond.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_diag.c
    +%%DATADIR%%/examples/performance-thread/common/lthread_diag.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_diag_api.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_int.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_mutex.c
    +%%DATADIR%%/examples/performance-thread/common/lthread_mutex.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_objcache.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_pool.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_queue.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_sched.c
    +%%DATADIR%%/examples/performance-thread/common/lthread_sched.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_timer.h
    +%%DATADIR%%/examples/performance-thread/common/lthread_tls.c
    +%%DATADIR%%/examples/performance-thread/common/lthread_tls.h
    +%%DATADIR%%/examples/performance-thread/l3fwd-thread/Makefile
    +%%DATADIR%%/examples/performance-thread/l3fwd-thread/main.c
    +%%DATADIR%%/examples/performance-thread/l3fwd-thread/test.sh
    +%%DATADIR%%/examples/performance-thread/pthread_shim/Makefile
    +%%DATADIR%%/examples/performance-thread/pthread_shim/main.c
    +%%DATADIR%%/examples/performance-thread/pthread_shim/pthread_shim.c
    +%%DATADIR%%/examples/performance-thread/pthread_shim/pthread_shim.h
    +%%DATADIR%%/examples/ptpclient/Makefile
    +%%DATADIR%%/examples/ptpclient/ptpclient.c
     %%DATADIR%%/examples/qos_meter/Makefile
     %%DATADIR%%/examples/qos_meter/main.c
     %%DATADIR%%/examples/qos_meter/main.h
    @@ -203,6 +261,8 @@ lib/dpdk
     %%DATADIR%%/examples/vmdq/main.c
     %%DATADIR%%/examples/vmdq_dcb/Makefile
     %%DATADIR%%/examples/vmdq_dcb/main.c
    +%%DATADIR%%/mk/arch/arm/rte.vars.mk
    +%%DATADIR%%/mk/arch/arm64/rte.vars.mk
     %%DATADIR%%/mk/arch/i686/rte.vars.mk
     %%DATADIR%%/mk/arch/ppc_64/rte.vars.mk
     %%DATADIR%%/mk/arch/tile/rte.vars.mk
    @@ -210,6 +270,8 @@ lib/dpdk
     %%DATADIR%%/mk/arch/x86_x32/rte.vars.mk
     %%DATADIR%%/mk/exec-env/bsdapp/rte.app.mk
     %%DATADIR%%/mk/exec-env/bsdapp/rte.vars.mk
    +%%DATADIR%%/mk/exec-env/bsdapp/rte.vars.mk.bak
    +%%DATADIR%%/mk/exec-env/bsdapp/rte.vars.mk.orig
     %%DATADIR%%/mk/exec-env/linuxapp/rte.app.mk
     %%DATADIR%%/mk/exec-env/linuxapp/rte.vars.mk
     %%DATADIR%%/mk/internal/rte.build-post.mk
    @@ -223,6 +285,8 @@ lib/dpdk
     %%DATADIR%%/mk/internal/rte.extvars.mk
     %%DATADIR%%/mk/internal/rte.install-post.mk
     %%DATADIR%%/mk/internal/rte.install-pre.mk
    +%%DATADIR%%/mk/machine/armv7-a/rte.vars.mk
    +%%DATADIR%%/mk/machine/armv8a/rte.vars.mk
     %%DATADIR%%/mk/machine/atm/rte.vars.mk
     %%DATADIR%%/mk/machine/default/rte.vars.mk
     %%DATADIR%%/mk/machine/hsw/rte.vars.mk
    @@ -231,8 +295,10 @@ lib/dpdk
     %%DATADIR%%/mk/machine/nhm/rte.vars.mk
     %%DATADIR%%/mk/machine/power8/rte.vars.mk
     %%DATADIR%%/mk/machine/snb/rte.vars.mk
    +%%DATADIR%%/mk/machine/thunderx/rte.vars.mk
     %%DATADIR%%/mk/machine/tilegx/rte.vars.mk
     %%DATADIR%%/mk/machine/wsm/rte.vars.mk
    +%%DATADIR%%/mk/machine/xgene1/rte.vars.mk
     %%DATADIR%%/mk/rte.app.mk
     %%DATADIR%%/mk/rte.bsdmodule.mk
     %%DATADIR%%/mk/rte.cpuflags.mk
    @@ -257,7 +323,6 @@ lib/dpdk
     %%DATADIR%%/mk/rte.sdkinstall.mk
     %%DATADIR%%/mk/rte.sdkroot.mk
     %%DATADIR%%/mk/rte.sdktest.mk
    -%%DATADIR%%/mk/rte.sdktestall.mk
     %%DATADIR%%/mk/rte.shared.mk
     %%DATADIR%%/mk/rte.sharelib.mk
     %%DATADIR%%/mk/rte.subdir.mk
    @@ -276,14 +341,6 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/app/testacl
     %%DATADIR%%/x86_64-native-bsdapp-clang/app/testpipeline
     %%DATADIR%%/x86_64-native-bsdapp-clang/app/testpmd
    -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_atomic.h
    -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_byteorder.h
    -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cpuflags.h
    -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cycles.h
    -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_memcpy.h
    -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_prefetch.h
    -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_rwlock.h
    -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_spinlock.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_cirbuf.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse.h
    @@ -296,6 +353,14 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_socket.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_vt100.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/exec-env/rte_interrupts.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_atomic.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_byteorder.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cpuflags.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cycles.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_memcpy.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_prefetch.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_rwlock.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_spinlock.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl_osdep.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_alarm.h
    @@ -314,6 +379,9 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compat.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_config.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cpuflags.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_pmd.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cycles.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_debug.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_dev.h
    @@ -326,6 +394,7 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_bond.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_bond_8023ad.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ctrl.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_null.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ring.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ether.h
    @@ -339,6 +408,7 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ip_frag.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_jhash.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_jobstats.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_keepalive.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_kvargs.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_launch.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lcore.h
    @@ -349,6 +419,7 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc_heap.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf_offload.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memcpy.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memory.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mempool.h
    @@ -389,6 +460,7 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tailq.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tcp.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_thash.h
    +%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_time.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_timer.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_udp.h
     %%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h
    @@ -397,6 +469,7 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_acl.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cfgfile.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cmdline.a
    +%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cryptodev.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_distributor.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_eal.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_hash.a
    @@ -404,8 +477,8 @@ lib/dpdk
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_jobstats.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_kvargs.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_lpm.a
    -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_malloc.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf.a
    +%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf_offload.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a
     %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 04:23:03 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21191AAA4B8;
     Wed, 17 Feb 2016 04:23:03 +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 ECAEA1196;
     Wed, 17 Feb 2016 04:23:02 +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 u1H4N1Oe073412;
     Wed, 17 Feb 2016 04:23:01 GMT (envelope-from adamw@FreeBSD.org)
    Received: (from adamw@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H4N0Ev073402;
     Wed, 17 Feb 2016 04:23:00 GMT (envelope-from adamw@FreeBSD.org)
    Message-Id: <201602170423.u1H4N0Ev073402@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: adamw set sender to
     adamw@FreeBSD.org using -f
    From: Adam Weinberger 
    Date: Wed, 17 Feb 2016 04:23:00 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409028 - in head: lang lang/p5-Scalar-Util-Numeric
     security security/p5-Crypt-XTEA
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 04:23:03 -0000
    
    Author: adamw
    Date: Wed Feb 17 04:23:00 2016
    New Revision: 409028
    URL: https://svnweb.freebsd.org/changeset/ports/409028
    
    Log:
      Add security/p5-Crypt-XTEA, and its dependency lang/p5-Scalar-Util-Numeric.
      
      Crypt::XTEA implements the fast and light XTEA cipher that supports the
      Crypt::CBC interface.
      
      https://metacpan.org/pod/Crypt::XTEA
      
      Scalar::Util::Numeric implements some scalar classification routines
      with an XS module.
      
      https://metacpan.org/pod/Scalar::Util::Numeric
    
    Added:
      head/lang/p5-Scalar-Util-Numeric/
      head/lang/p5-Scalar-Util-Numeric/Makefile   (contents, props changed)
      head/lang/p5-Scalar-Util-Numeric/distinfo   (contents, props changed)
      head/lang/p5-Scalar-Util-Numeric/pkg-descr   (contents, props changed)
      head/lang/p5-Scalar-Util-Numeric/pkg-plist   (contents, props changed)
      head/security/p5-Crypt-XTEA/
      head/security/p5-Crypt-XTEA/Makefile   (contents, props changed)
      head/security/p5-Crypt-XTEA/distinfo   (contents, props changed)
      head/security/p5-Crypt-XTEA/pkg-descr   (contents, props changed)
      head/security/p5-Crypt-XTEA/pkg-plist   (contents, props changed)
    Modified:
      head/lang/Makefile
      head/security/Makefile
    
    Modified: head/lang/Makefile
    ==============================================================================
    --- head/lang/Makefile	Wed Feb 17 04:18:18 2016	(r409027)
    +++ head/lang/Makefile	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -221,6 +221,7 @@
         SUBDIR += p5-Pugs-Compiler-Rule
         SUBDIR += p5-Quantum-Superpositions
         SUBDIR += p5-Scalar-List-Utils
    +    SUBDIR += p5-Scalar-Util-Numeric
         SUBDIR += p5-Switch
         SUBDIR += p5-Tcl
         SUBDIR += p5-Test-XPath
    
    Added: head/lang/p5-Scalar-Util-Numeric/Makefile
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/lang/p5-Scalar-Util-Numeric/Makefile	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -0,0 +1,22 @@
    +# Created by: Adam Weinberger 
    +# $FreeBSD$
    +
    +PORTNAME=	Scalar-Util-Numeric
    +PORTVERSION=	0.40
    +CATEGORIES=	lang perl5
    +MASTER_SITES=	CPAN
    +PKGNAMEPREFIX=	p5-
    +
    +MAINTAINER=	adamw@FreeBSD.org
    +COMMENT=	Numeric tests for perl scalars
    +
    +LICENSE=	ART10 GPLv1
    +LICENSE_COMB=	dual
    +
    +USES=		perl5
    +USE_PERL5=	configure
    +
    +post-install:
    +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scalar/Util/Numeric/Numeric.so
    +
    +.include 
    
    Added: head/lang/p5-Scalar-Util-Numeric/distinfo
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/lang/p5-Scalar-Util-Numeric/distinfo	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -0,0 +1,2 @@
    +SHA256 (Scalar-Util-Numeric-0.40.tar.gz) = d7501b6d410703db5b1c1942fbfc41af8964a35525d7f766058acf5ca2cc4440
    +SIZE (Scalar-Util-Numeric-0.40.tar.gz) = 52757
    
    Added: head/lang/p5-Scalar-Util-Numeric/pkg-descr
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/lang/p5-Scalar-Util-Numeric/pkg-descr	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -0,0 +1,5 @@
    +This module exports a number of wrappers around perl's builtin grok_number
    +function, which returns the numeric type of its argument, or 0 if it isn't
    +numeric.
    +
    +WWW: https://metacpan.org/pod/Scalar::Util::Numeric
    
    Added: head/lang/p5-Scalar-Util-Numeric/pkg-plist
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/lang/p5-Scalar-Util-Numeric/pkg-plist	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -0,0 +1,3 @@
    +%%SITE_ARCH%%/Scalar/Util/Numeric.pm
    +%%SITE_ARCH%%/auto/Scalar/Util/Numeric/Numeric.so
    +%%PERL5_MAN3%%/Scalar::Util::Numeric.3.gz
    
    Modified: head/security/Makefile
    ==============================================================================
    --- head/security/Makefile	Wed Feb 17 04:18:18 2016	(r409027)
    +++ head/security/Makefile	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -572,6 +572,7 @@
         SUBDIR += p5-Crypt-UnixCrypt
         SUBDIR += p5-Crypt-UnixCrypt_XS
         SUBDIR += p5-Crypt-X509
    +    SUBDIR += p5-Crypt-XTEA
         SUBDIR += p5-Crypt-xDBM_File
         SUBDIR += p5-CryptX
         SUBDIR += p5-Dancer-Plugin-Auth-Extensible
    
    Added: head/security/p5-Crypt-XTEA/Makefile
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/security/p5-Crypt-XTEA/Makefile	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -0,0 +1,26 @@
    +# Created by: Adam Weinberger 
    +# $FreeBSD$
    +
    +PORTNAME=	Crypt-XTEA
    +PORTVERSION=	0.0107
    +CATEGORIES=	security perl5
    +MASTER_SITES=	CPAN
    +PKGNAMEPREFIX=	p5-
    +
    +MAINTAINER=	adamw@FreeBSD.org
    +COMMENT=	Implementation of the eXtended Tiny Encryption Algorithm
    +
    +LICENSE=	ART10 GPLv1
    +LICENSE_COMB=	dual
    +
    +BUILD_DEPENDS=	p5-Scalar-Util-Numeric>=0.40:${PORTSDIR}/lang/p5-Scalar-Util-Numeric
    +RUN_DEPENDS:=	${BUILD_DEPENDS}
    +TEST_DEPENDS=	p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
    +
    +USES=		perl5
    +USE_PERL5=	configure
    +
    +post-install:
    +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/XTEA/XTEA.so
    +
    +.include 
    
    Added: head/security/p5-Crypt-XTEA/distinfo
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/security/p5-Crypt-XTEA/distinfo	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -0,0 +1,2 @@
    +SHA256 (Crypt-XTEA-0.0107.tar.gz) = bb25595caaca4847ce9462b63727e5e17978e3c48c2778a6fe4f535d81414722
    +SIZE (Crypt-XTEA-0.0107.tar.gz) = 57495
    
    Added: head/security/p5-Crypt-XTEA/pkg-descr
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/security/p5-Crypt-XTEA/pkg-descr	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -0,0 +1,13 @@
    +In cryptography, XTEA (eXtended TEA) is a block cipher designed to correct
    +weaknesses in TEA. The cipher's designers were David Wheeler and Roger Needham
    +of the Cambridge Computer Laboratory, and the algorithm was presented in an
    +unpublished technical report in 1997 (Needham and Wheeler, 1997). It is not
    +subject to any patents.
    +
    +Like TEA, XTEA is a 64-bit block Feistel cipher with a 128-bit key and a
    +suggested 64 Feistel rounds (i.e 32 cycles). Crypt::XTEA uses the recommended
    +value of 32 cycles by default.
    +
    +This module implements XTEA encryption. It supports the Crypt::CBC interface.
    +
    +WWW: https://metacpan.org/pod/Crypt::XTEA
    
    Added: head/security/p5-Crypt-XTEA/pkg-plist
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/security/p5-Crypt-XTEA/pkg-plist	Wed Feb 17 04:23:00 2016	(r409028)
    @@ -0,0 +1,3 @@
    +%%SITE_ARCH%%/Crypt/XTEA.pm
    +%%SITE_ARCH%%/auto/Crypt/XTEA/XTEA.so
    +%%PERL5_MAN3%%/Crypt::XTEA.3.gz
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 04:30:30 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98103AAA726;
     Wed, 17 Feb 2016 04:30:30 +0000 (UTC) (envelope-from pi@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 4FA80135D;
     Wed, 17 Feb 2016 04:30:30 +0000 (UTC) (envelope-from pi@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1H4UT07073768;
     Wed, 17 Feb 2016 04:30:29 GMT (envelope-from pi@FreeBSD.org)
    Received: (from pi@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H4UT2h073766;
     Wed, 17 Feb 2016 04:30:29 GMT (envelope-from pi@FreeBSD.org)
    Message-Id: <201602170430.u1H4UT2h073766@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org
     using -f
    From: Kurt Jaeger 
    Date: Wed, 17 Feb 2016 04:30:29 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409029 - in head/dns/dnstracer: . files
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 04:30:30 -0000
    
    Author: pi
    Date: Wed Feb 17 04:30:29 2016
    New Revision: 409029
    URL: https://svnweb.freebsd.org/changeset/ports/409029
    
    Log:
      dns/dnstracer: fix build on 10.2amd64
      
      PR:		202824
      Submitted by:	w.schwarzenfeld@aon.at, lukasz@wasikowski.net, vikashb@where-ever.za.net
      Approved by:	edwin (maintainer timeout)
    
    Added:
      head/dns/dnstracer/files/
      head/dns/dnstracer/files/patch-configure.in   (contents, props changed)
    Modified:
      head/dns/dnstracer/Makefile
    
    Modified: head/dns/dnstracer/Makefile
    ==============================================================================
    --- head/dns/dnstracer/Makefile	Wed Feb 17 04:23:00 2016	(r409028)
    +++ head/dns/dnstracer/Makefile	Wed Feb 17 04:30:29 2016	(r409029)
    @@ -3,15 +3,16 @@
     
     PORTNAME=	dnstracer
     PORTVERSION=	1.9
    +PORTREVISION=	1
     CATEGORIES=	dns
     MASTER_SITES=	http://www.mavetju.org/download/
     
     MAINTAINER=	edwin@mavetju.org
     COMMENT=	Trace a chain of DNS servers to the source
     
    -HAS_CONFIGURE=	yes
    -CONFIGURE_ARGS=	--prefix=${PREFIX}
     USES=		gmake
    +USES=		gmake autoreconf
    +GNU_CONFIGURE=	yes
     
     PLIST_FILES=	bin/dnstracer \
     		man/man8/dnstracer.8.gz
    @@ -22,4 +23,8 @@ IPV6_CONFIGURE_ENABLE=	--disable-ipv6
     
     BROKEN_sparc64=	fails to build
     
    +post-install:
    +	${MKDIR} ${STAGEDIR}/${PREFIX}/
    +	${INSTALL_MAN} ${WRKSRC}/dnstracer.8 ${STAGEDIR}${PREFIX}/man/man8/dnstracer.8
    +
     .include 
    
    Added: head/dns/dnstracer/files/patch-configure.in
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/dns/dnstracer/files/patch-configure.in	Wed Feb 17 04:30:29 2016	(r409029)
    @@ -0,0 +1,15 @@
    +--- configure.in.orig	2016-01-20 08:50:27 UTC
    ++++ configure.in
    +@@ -6,9 +6,10 @@ dnl rm -rf Makefile autom4te.cache autos
    + dnl rm -rf config.log config.status configure.scan stamp-*
    + dnl
    + 
    +-AC_INIT(dnstracer.c)
    ++AC_INIT([dnstracer],[1.7])
    + AM_CONFIG_HEADER(config.h)
    +-AM_INIT_AUTOMAKE(dnstracer,1.7)
    ++AC_CONFIG_SRCDIR ([dnstracer.c])
    ++AM_INIT_AUTOMAKE
    + 
    + AC_PROG_CC
    + AC_PROG_INSTALL
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 05:33:15 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28449AABEE9;
     Wed, 17 Feb 2016 05:33: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 E6D4B1C91;
     Wed, 17 Feb 2016 05:33:14 +0000 (UTC)
     (envelope-from amdmi3@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1H5XDPk093615;
     Wed, 17 Feb 2016 05:33:13 GMT (envelope-from amdmi3@FreeBSD.org)
    Received: (from amdmi3@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H5XDaY093613;
     Wed, 17 Feb 2016 05:33:13 GMT (envelope-from amdmi3@FreeBSD.org)
    Message-Id: <201602170533.u1H5XDaY093613@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
     amdmi3@FreeBSD.org using -f
    From: Dmitry Marakasov 
    Date: Wed, 17 Feb 2016 05:33:13 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409030 - in head/x11-fm/tdfsb: . files
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 05:33:15 -0000
    
    Author: amdmi3
    Date: Wed Feb 17 05:33:13 2016
    New Revision: 409030
    URL: https://svnweb.freebsd.org/changeset/ports/409030
    
    Log:
      - Fix license
      - Switch to options helpers
      - Regenerate patches with `make makepatch`
    
    Modified:
      head/x11-fm/tdfsb/Makefile
      head/x11-fm/tdfsb/files/patch-tdfsb.c
    
    Modified: head/x11-fm/tdfsb/Makefile
    ==============================================================================
    --- head/x11-fm/tdfsb/Makefile	Wed Feb 17 04:30:29 2016	(r409029)
    +++ head/x11-fm/tdfsb/Makefile	Wed Feb 17 05:33:13 2016	(r409030)
    @@ -10,8 +10,8 @@ MASTER_SITES=	http://www.determinate.net
     MAINTAINER=	ports@FreeBSD.org
     COMMENT=	3D filesystem browser
     
    -LICENSE=	GPLv2 GPLv3
    -LICENSE_COMB=	dual
    +LICENSE=	GPLv2+
    +LICENSE_FILE=	${WRKSRC}/COPYING
     
     LIB_DEPENDS=	libsmpeg.so:${PORTSDIR}/multimedia/smpeg
     
    @@ -37,6 +37,8 @@ do-build:
     
     do-install:
     	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
    +
    +do-install-DOCS-on:
     	@${MKDIR} ${STAGEDIR}${DOCSDIR}
     	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
     
    
    Modified: head/x11-fm/tdfsb/files/patch-tdfsb.c
    ==============================================================================
    --- head/x11-fm/tdfsb/files/patch-tdfsb.c	Wed Feb 17 04:30:29 2016	(r409029)
    +++ head/x11-fm/tdfsb/files/patch-tdfsb.c	Wed Feb 17 05:33:13 2016	(r409030)
    @@ -1,6 +1,6 @@
    ---- ./tdfsb.c.orig	2007-06-22 14:43:02.000000000 +0200
    -+++ ./tdfsb.c	2013-05-03 22:58:48.944863278 +0200
    -@@ -2795,7 +2795,7 @@
    +--- tdfsb.c.orig	2007-06-22 12:43:02 UTC
    ++++ tdfsb.c
    +@@ -2795,7 +2795,7 @@ int keyboard (unsigned char key)
                                  {
                                      strcpy(TDFSB_CURRENTPATH,temp_trunc);        
                                      TDFSB_FUNC_IDLE=nullDisplay; TDFSB_FUNC_DISP=noDisplay; 
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 08:12:13 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AA6DAAA7C6;
     Wed, 17 Feb 2016 08:12:13 +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 C6E18D37;
     Wed, 17 Feb 2016 08:12:12 +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 u1H8CB4k037618;
     Wed, 17 Feb 2016 08:12:11 GMT (envelope-from mandree@FreeBSD.org)
    Received: (from mandree@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H8CBI3037616;
     Wed, 17 Feb 2016 08:12:11 GMT (envelope-from mandree@FreeBSD.org)
    Message-Id: <201602170812.u1H8CBI3037616@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: mandree set sender to
     mandree@FreeBSD.org using -f
    From: Matthias Andree 
    Date: Wed, 17 Feb 2016 08:12:11 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409031 - head/dns/dnsmasq-devel
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 08:12:13 -0000
    
    Author: mandree
    Date: Wed Feb 17 08:12:11 2016
    New Revision: 409031
    URL: https://svnweb.freebsd.org/changeset/ports/409031
    
    Log:
      Upgrade to upstream -test8 pre-release.
      
      Changes per diff of the CHANGELOG file:
      
        Fix wrong answer to simple name query when --domain-needed set, but no
        upstream servers configured. Dnsmasq returned REFUSED, in this case,
        when it should be the same as when upstream servers are configured -
        NOERROR. Thanks to Allain Legacy for spotting the problem.
      
        Return REFUSED when running out of forwarding table slots, not SERVFAIL.
      
        Add --max-port configuration. Thanks to Hans Dedecker for the patch.
      
        Add --script-arp and two new functions for the dhcp-script.  These are
        "arp" and "arp-old" which announce the arrival and removal of entries
        in the ARP or nieghbour tables.
      
        Extend --add-mac to allow a new encoding of the MAC address as base64,
        by configurting --add-mac=base64
      
        Add --add-cpe-id option.
    
    Modified:
      head/dns/dnsmasq-devel/Makefile
      head/dns/dnsmasq-devel/distinfo
    
    Modified: head/dns/dnsmasq-devel/Makefile
    ==============================================================================
    --- head/dns/dnsmasq-devel/Makefile	Wed Feb 17 05:33:13 2016	(r409030)
    +++ head/dns/dnsmasq-devel/Makefile	Wed Feb 17 08:12:11 2016	(r409031)
    @@ -2,9 +2,8 @@
     # $FreeBSD$
     
     PORTNAME=	dnsmasq
    -DISTVERSION=	2.76test5
    -PORTVERSION=	2.76.0test5
    -PORTREVISION=	1
    +DISTVERSION=	2.76test8
    +PORTVERSION=	2.76.0test8
     CATEGORIES=	dns ipv6
     #MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
     MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/test-releases/
    
    Modified: head/dns/dnsmasq-devel/distinfo
    ==============================================================================
    --- head/dns/dnsmasq-devel/distinfo	Wed Feb 17 05:33:13 2016	(r409030)
    +++ head/dns/dnsmasq-devel/distinfo	Wed Feb 17 08:12:11 2016	(r409031)
    @@ -1,2 +1,2 @@
    -SHA256 (dnsmasq-2.76test5.tar.xz) = c246f5cb43be9c7d48ef6134dfab2520fec1195ce3b45dcdc23770d25d742458
    -SIZE (dnsmasq-2.76test5.tar.xz) = 488668
    +SHA256 (dnsmasq-2.76test8.tar.xz) = 1e23c406b1cdc6b4e68ab628246c53a006f6f736035a02c4fe328ae132f50a7d
    +SIZE (dnsmasq-2.76test8.tar.xz) = 489796
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 09:16:43 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2814AAAA706;
     Wed, 17 Feb 2016 09:16:43 +0000 (UTC)
     (envelope-from marino@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id D456B790;
     Wed, 17 Feb 2016 09:16:42 +0000 (UTC)
     (envelope-from marino@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1H9Gfmg057125;
     Wed, 17 Feb 2016 09:16:41 GMT (envelope-from marino@FreeBSD.org)
    Received: (from marino@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H9GfC4057122;
     Wed, 17 Feb 2016 09:16:41 GMT (envelope-from marino@FreeBSD.org)
    Message-Id: <201602170916.u1H9GfC4057122@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: marino set sender to
     marino@FreeBSD.org using -f
    From: John Marino 
    Date: Wed, 17 Feb 2016 09:16:41 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409032 - head/lang/gcc6-aux
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 09:16:43 -0000
    
    Author: marino
    Date: Wed Feb 17 09:16:41 2016
    New Revision: 409032
    URL: https://svnweb.freebsd.org/changeset/ports/409032
    
    Log:
      lang/gcc6-aux: Update version 20160124 => 20160214
      
      Dewayne G. confirmed that CPUTYPE=core-avx-i works again on the
      current snapshot of gcc6.  It must have been broken temporarily.
      For now, let's remove the -march filter from CFLAGS.  If it becomes
      a problem again, I'll filter it out permanently.
    
    Modified:
      head/lang/gcc6-aux/Makefile.common
      head/lang/gcc6-aux/Makefile.version
      head/lang/gcc6-aux/distinfo
    
    Modified: head/lang/gcc6-aux/Makefile.common
    ==============================================================================
    --- head/lang/gcc6-aux/Makefile.common	Wed Feb 17 08:12:11 2016	(r409031)
    +++ head/lang/gcc6-aux/Makefile.common	Wed Feb 17 09:16:41 2016	(r409032)
    @@ -12,4 +12,3 @@ GNU_CONFIGURE=		yes
     USES=			gmake libtool perl5 tar:bzip2
     USE_PERL5=		build
     ALL_TARGET=		default
    -CFLAGS:=		${CFLAGS:N-march=*}
    
    Modified: head/lang/gcc6-aux/Makefile.version
    ==============================================================================
    --- head/lang/gcc6-aux/Makefile.version	Wed Feb 17 08:12:11 2016	(r409031)
    +++ head/lang/gcc6-aux/Makefile.version	Wed Feb 17 09:16:41 2016	(r409032)
    @@ -3,7 +3,7 @@
     GCC_BRANCH=		6
     GCC_POINT=		0.0
     GCC_VERSION=		${GCC_BRANCH}.${GCC_POINT}
    -SNAPSHOT=		20160124
    +SNAPSHOT=		20160214
     BUILD_RELEASE=		no
     MAIN_PR=		0
     UTIL_PR=		0
    
    Modified: head/lang/gcc6-aux/distinfo
    ==============================================================================
    --- head/lang/gcc6-aux/distinfo	Wed Feb 17 08:12:11 2016	(r409031)
    +++ head/lang/gcc6-aux/distinfo	Wed Feb 17 09:16:41 2016	(r409032)
    @@ -1,5 +1,5 @@
    -SHA256 (gcc-6-20160124.tar.bz2) = 41f549cac86b6e31a6491524b9e25920e4c4ad070ce6e94026800caf9a2110a7
    -SIZE (gcc-6-20160124.tar.bz2) = 94464505
    +SHA256 (gcc-6-20160214.tar.bz2) = 83998f49b1ece032da40d086a9ccc7642ed4ef783b75bccba0cbbde538d4eff3
    +SIZE (gcc-6-20160214.tar.bz2) = 95206916
     SHA256 (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 7231209f2600275f554f788ad1d036cf633c4339ebd25bd479a5bb1ddcddedf3
     SIZE (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 41229192
     SHA256 (ada-bootstrap.x86_64.dragonfly.41.tar.bz2) = eb7785d8b842aee2bb04b43adfb1346b178ee4e83d8775b4e6705fd23f1586f0
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 09:27:41 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A492AAAE0B;
     Wed, 17 Feb 2016 09:27:41 +0000 (UTC) (envelope-from mat@FreeBSD.org)
    Received: from prod2.absolight.net (mx3.absolight.net
     [IPv6:2a01:678:2:100::25])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified))
     by mx1.freebsd.org (Postfix) with ESMTPS id ED4FECB6;
     Wed, 17 Feb 2016 09:27:40 +0000 (UTC) (envelope-from mat@FreeBSD.org)
    Received: from prod2.absolight.net (localhost [127.0.0.1])
     by prod2.absolight.net (Postfix) with ESMTP id 16B8CBDC9B;
     Wed, 17 Feb 2016 10:27:38 +0100 (CET)
    Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205])
     by prod2.absolight.net (Postfix) with ESMTPA id E73C5BDC5E;
     Wed, 17 Feb 2016 10:27:37 +0100 (CET)
    Received: from localhost (localhost [127.0.0.1])
     by atuin.in.mat.cc (Postfix) with ESMTP id 94DB45378595;
     Wed, 17 Feb 2016 10:27:37 +0100 (CET)
    Date: Wed, 17 Feb 2016 10:27:37 +0100
    From: Mathieu Arnold 
    To: Adam Weinberger , ports-committers@freebsd.org,
     svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
    Subject: Re: svn commit: r409028 - in head: lang lang/p5-Scalar-Util-Numeric
     security security/p5-Crypt-XTEA
    Message-ID: <0138755F360CF5C9ED9CA3BC@atuin.in.mat.cc>
    In-Reply-To: <201602170423.u1H4N0Ev073402@repo.freebsd.org>
    References: <201602170423.u1H4N0Ev073402@repo.freebsd.org>
    X-Mailer: Mulberry/4.0.8 (Mac OS X)
    MIME-Version: 1.0
    Content-Type: multipart/signed; micalg=pgp-sha1;
     protocol="application/pgp-signature";
     boundary="==========49CD57BC502995021A42=========="
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 09:27:41 -0000
    
    --==========49CD57BC502995021A42==========
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: quoted-printable
    Content-Disposition: inline
    
    +--On 17 f=C3=A9vrier 2016 04:23:00 +0000 Adam Weinberger =
    
    wrote:
    | Author: adamw
    | Date: Wed Feb 17 04:23:00 2016
    | New Revision: 409028
    | URL: https://svnweb.freebsd.org/changeset/ports/409028
    |=20
    | Log:
    |   Add security/p5-Crypt-XTEA, and its dependency
    | lang/p5-Scalar-Util-Numeric.  =20
    |   Crypt::XTEA implements the fast and light XTEA cipher that supports the
    |   Crypt::CBC interface.
    |  =20
    |   https://metacpan.org/pod/Crypt::XTEA
    |  =20
    |   Scalar::Util::Numeric implements some scalar classification routines
    |   with an XS module.
    
    Is there something wrong with devel/p5-Scalar-Util-Numeric ?
    
    Because now, INDEX is broken and all...
    
    --=20
    Mathieu Arnold
    --==========49CD57BC502995021A42==========
    Content-Type: application/pgp-signature
    Content-Transfer-Encoding: 7bit
    
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1
    
    iQJ8BAEBCgBmBQJWxD0JXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
    ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz
    QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IAMEQAKuQdBsBzNysFJN2OUmYqFLu
    YR7+a+cBfpm/eggEhCN3HT7UMaO8q05J7+A2iS460uBViLNVj9e1Rtxy1UEcEoWg
    J1ZPjWsIfc2RYfG8ff+M+DqTli4lluSj6KCchKNR2mw82RY6EizzFY/wvunPvWX3
    U1B44FjZ4c5f3xQ86tX2dgCrFBwcPYyFBtzmFrAfkg72+XpeB5VMyD/11Ur52vqX
    KKRz8NvVbvoNDnCktCQe4wHvYL9wjOzFtzMnxDZxE753d8bRc7H7pAWBd2ms4TIr
    OIdcTxoLQVnSsjrzbD8pmyGHhNs5lsam9j4Hb5ThjZ4CLrFU7JkSd8Zj9N+oCvO1
    Vvjg33mBSjL+tnzgdpHYWd7MKJ7OHUKJwaGAx57hnQ14VPOqBOjkC44KtP/nNmEj
    b6ynDucarAPcPYcyDABPC1iLOrq9M9UrR1MWO1BWFr4D/0EkpQU2bOASkl6Yp6V0
    72KxQMuoM+Dof5NYvN9aNq11sCIc6wTsKzKKu43DRqRrPZjvXJE0XKVgjnxyG7Cm
    W/AOikR5A8Ck1IpNSVf0FLVxQJvqT3cV9b8sD9mTYZ7neheykPYToxIZih8rVN6j
    0NvbCDtVlezEpw5LQZ73MAk8laYHCd5xyy1IFIdPYjqXJVf9cIqeBovDAEXp0jbX
    qpyyKpJHYBQpkDxlaRQq
    =4Bqr
    -----END PGP SIGNATURE-----
    
    --==========49CD57BC502995021A42==========--
    
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 09:35:55 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE951AAB1EB;
     Wed, 17 Feb 2016 09:35:55 +0000 (UTC) (envelope-from mat@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 9BF6D1102;
     Wed, 17 Feb 2016 09:35:55 +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 u1H9ZslL062998;
     Wed, 17 Feb 2016 09:35:54 GMT (envelope-from mat@FreeBSD.org)
    Received: (from mat@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H9Zsfp062996;
     Wed, 17 Feb 2016 09:35:54 GMT (envelope-from mat@FreeBSD.org)
    Message-Id: <201602170935.u1H9Zsfp062996@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org
     using -f
    From: Mathieu Arnold 
    Date: Wed, 17 Feb 2016 09:35:54 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409033 - in head: lang lang/p5-Scalar-Util-Numeric
     security/p5-Crypt-XTEA
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 09:35:55 -0000
    
    Author: mat
    Date: Wed Feb 17 09:35:54 2016
    New Revision: 409033
    URL: https://svnweb.freebsd.org/changeset/ports/409033
    
    Log:
      lang/p5-Scalar-Util-Numeric was already there at devel/p5-Scalar-Util-Numeric.
      
      Pointy hat to:	adamw
      Sponsored by:	Absolight
    
    Deleted:
      head/lang/p5-Scalar-Util-Numeric/
    Modified:
      head/lang/Makefile
      head/security/p5-Crypt-XTEA/Makefile
    
    Modified: head/lang/Makefile
    ==============================================================================
    --- head/lang/Makefile	Wed Feb 17 09:16:41 2016	(r409032)
    +++ head/lang/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    @@ -221,7 +221,6 @@
         SUBDIR += p5-Pugs-Compiler-Rule
         SUBDIR += p5-Quantum-Superpositions
         SUBDIR += p5-Scalar-List-Utils
    -    SUBDIR += p5-Scalar-Util-Numeric
         SUBDIR += p5-Switch
         SUBDIR += p5-Tcl
         SUBDIR += p5-Test-XPath
    
    Modified: head/security/p5-Crypt-XTEA/Makefile
    ==============================================================================
    --- head/security/p5-Crypt-XTEA/Makefile	Wed Feb 17 09:16:41 2016	(r409032)
    +++ head/security/p5-Crypt-XTEA/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    @@ -13,7 +13,7 @@ COMMENT=	Implementation of the eXtended 
     LICENSE=	ART10 GPLv1
     LICENSE_COMB=	dual
     
    -BUILD_DEPENDS=	p5-Scalar-Util-Numeric>=0.40:${PORTSDIR}/lang/p5-Scalar-Util-Numeric
    +BUILD_DEPENDS=	p5-Scalar-Util-Numeric>=0.40:${PORTSDIR}/devel/p5-Scalar-Util-Numeric
     RUN_DEPENDS:=	${BUILD_DEPENDS}
     TEST_DEPENDS=	p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
     
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 10:42:12 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BB97AAAE62;
     Wed, 17 Feb 2016 10:42:12 +0000 (UTC)
     (envelope-from olivier@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 060EBEA9;
     Wed, 17 Feb 2016 10:42:11 +0000 (UTC)
     (envelope-from olivier@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HAgBLO083389;
     Wed, 17 Feb 2016 10:42:11 GMT (envelope-from olivier@FreeBSD.org)
    Received: (from olivier@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HAg8JL083362;
     Wed, 17 Feb 2016 10:42:08 GMT (envelope-from olivier@FreeBSD.org)
    Message-Id: <201602171042.u1HAg8JL083362@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: olivier set sender to
     olivier@FreeBSD.org using -f
    From: Olivier Cochard 
    Date: Wed, 17 Feb 2016 10:42:08 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409034 - in head: audio/deforaos-mixer
     comms/deforaos-phone deskutils/deforaos-todo devel/deforaos-libsystem
     editors/deforaos-editor emulators/gns3 graphics/ttygif
     mail/deforaos-mailer...
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 10:42:12 -0000
    
    Author: olivier
    Date: Wed Feb 17 10:42:08 2016
    New Revision: 409034
    URL: https://svnweb.freebsd.org/changeset/ports/409034
    
    Log:
      Update my email for ports I maintain
      
      Approved by:	jadawin
      Differential Revision:	https://reviews.freebsd.org/D5309
    
    Modified:
      head/audio/deforaos-mixer/Makefile
      head/comms/deforaos-phone/Makefile
      head/deskutils/deforaos-todo/Makefile
      head/devel/deforaos-libsystem/Makefile
      head/editors/deforaos-editor/Makefile
      head/emulators/gns3/Makefile
      head/graphics/ttygif/Makefile
      head/mail/deforaos-mailer/Makefile
      head/multimedia/deforaos-player/Makefile
      head/net/pimd/Makefile
      head/net/py-GeoIP2/Makefile
      head/net/py-maxminddb/Makefile
      head/net/sslh/Makefile
      head/print/deforaos-pdfviewer/Makefile
      head/security/gputty/Makefile
      head/security/rcracki_mt/Makefile
      head/sysutils/wiimms/Makefile
      head/www/deforaos-surfer/Makefile
      head/www/py-bottle-cork/Makefile
      head/www/shellinabox/Makefile
      head/x11-fm/deforaos-browser/Makefile
      head/x11/deforaos-desktop/Makefile
      head/x11/deforaos-keyboard/Makefile
      head/x11/deforaos-libdesktop/Makefile
      head/x11/deforaos-locker/Makefile
      head/x11/deforaos-panel/Makefile
      head/x11/wbarconf/Makefile
    
    Modified: head/audio/deforaos-mixer/Makefile
    ==============================================================================
    --- head/audio/deforaos-mixer/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/audio/deforaos-mixer/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	mixer
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Mixer-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop audio mixer
     
     LICENSE=	GPLv3
    
    Modified: head/comms/deforaos-phone/Makefile
    ==============================================================================
    --- head/comms/deforaos-phone/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/comms/deforaos-phone/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	phone
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Phone-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS telephony application
     
     LICENSE=	GPLv3
    
    Modified: head/deskutils/deforaos-todo/Makefile
    ==============================================================================
    --- head/deskutils/deforaos-todo/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/deskutils/deforaos-todo/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	todo
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Todo-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop todo list
     
     LICENSE=	GPLv3
    
    Modified: head/devel/deforaos-libsystem/Makefile
    ==============================================================================
    --- head/devel/deforaos-libsystem/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/devel/deforaos-libsystem/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	libsystem
    @@ -8,7 +8,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	libSystem-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS core system library
     
     LICENSE=	GPLv3
    
    Modified: head/editors/deforaos-editor/Makefile
    ==============================================================================
    --- head/editors/deforaos-editor/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/editors/deforaos-editor/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	editor
    @@ -8,7 +8,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Editor-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop text editor
     
     LICENSE=	GPLv3
    
    Modified: head/emulators/gns3/Makefile
    ==============================================================================
    --- head/emulators/gns3/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/emulators/gns3/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	gns3
    @@ -8,7 +8,7 @@ CATEGORIES=	emulators
     MASTER_SITES=	SF/gns-3/GNS3/${PORTVERSION}
     DISTNAME=	GNS3-${PORTVERSION}-src
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Graphical Cisco network simulator
     
     LICENSE=	GPLv2
    
    Modified: head/graphics/ttygif/Makefile
    ==============================================================================
    --- head/graphics/ttygif/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/graphics/ttygif/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -4,7 +4,7 @@ PORTNAME=	ttygif
     PORTVERSION=	1.0.8
     CATEGORIES=	graphics
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Converts a ttyrec file into animated gif
     
     LICENSE=	MIT
    
    Modified: head/mail/deforaos-mailer/Makefile
    ==============================================================================
    --- head/mail/deforaos-mailer/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/mail/deforaos-mailer/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	mailer
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Mailer-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop mail client
     
     LICENSE=	GPLv3
    
    Modified: head/multimedia/deforaos-player/Makefile
    ==============================================================================
    --- head/multimedia/deforaos-player/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/multimedia/deforaos-player/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	player
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Player-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop media player
     
     LICENSE=	GPLv3
    
    Modified: head/net/pimd/Makefile
    ==============================================================================
    --- head/net/pimd/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/net/pimd/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -4,7 +4,7 @@ PORTNAME=	pimd
     PORTVERSION=	2.2.0
     CATEGORIES=	net
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Lightweight stand-alone PIM-SM v2 multicast routing daemon
     
     LICENSE=	BSD3CLAUSE
    
    Modified: head/net/py-GeoIP2/Makefile
    ==============================================================================
    --- head/net/py-GeoIP2/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/net/py-GeoIP2/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbé 
    +# Created by: Olivier Cochard-Labbé 
     # $FreeBSD$
     
     PORTNAME=	GeoIP2
    @@ -7,7 +7,7 @@ DISTVERSIONPREFIX=	v
     CATEGORIES=	net python geography
     PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	MaxMind GeoIP2 Python API
     
     LICENSE=	APACHE20
    
    Modified: head/net/py-maxminddb/Makefile
    ==============================================================================
    --- head/net/py-maxminddb/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/net/py-maxminddb/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbé 
    +# Created by: Olivier Cochard-Labbé 
     # $FreeBSD$
     
     PORTNAME=	maxminddb
    @@ -8,7 +8,7 @@ PORTREVISION=	1
     CATEGORIES=	net python geography
     PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Python module for reading MaxMind DB file
     
     LICENSE=	APACHE20
    
    Modified: head/net/sslh/Makefile
    ==============================================================================
    --- head/net/sslh/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/net/sslh/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -7,7 +7,7 @@ DISTVERSIONPREFIX=	v
     CATEGORIES=	net
     MASTER_SITES=	http://www.rutschle.net/tech/
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	SSL/SSH multiplexer
     
     LICENSE=	GPLv2
    
    Modified: head/print/deforaos-pdfviewer/Makefile
    ==============================================================================
    --- head/print/deforaos-pdfviewer/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/print/deforaos-pdfviewer/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	pdfviewer
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	PDFViewer-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop PDF viewer
     
     LICENSE=	GPLv3
    
    Modified: head/security/gputty/Makefile
    ==============================================================================
    --- head/security/gputty/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/security/gputty/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	gputty
    @@ -6,7 +6,7 @@ PORTVERSION=	0.9.10
     CATEGORIES=	security
     MASTER_SITES=	http://www.defora.org/os/download/download/3381/
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Frontend to the SSH client, using the Gtk+ toolkit
     
     LICENSE=	GPLv3
    
    Modified: head/security/rcracki_mt/Makefile
    ==============================================================================
    --- head/security/rcracki_mt/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/security/rcracki_mt/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -7,7 +7,7 @@ MASTER_SITES=	SF/rcracki/rcracki_mt/rcra
     DISTNAME=	${PORTNAME}_${PORTVERSION}_src
     EXTRACT_SUFX=	.7z
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Rainbow table based crack tool
     
     LICENSE=	GPLv2
    
    Modified: head/sysutils/wiimms/Makefile
    ==============================================================================
    --- head/sysutils/wiimms/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/sysutils/wiimms/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	wiimms
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://gugus69.free.fr/wii
     		LOCAL/martymac
     DISTNAME=	wit-${DISTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Wiimms ISO Tools
     
     LICENSE=	GPLv2
    
    Modified: head/www/deforaos-surfer/Makefile
    ==============================================================================
    --- head/www/deforaos-surfer/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/www/deforaos-surfer/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	surfer
    @@ -8,7 +8,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Surfer-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop web browser
     
     LICENSE=	GPLv3
    
    Modified: head/www/py-bottle-cork/Makefile
    ==============================================================================
    --- head/www/py-bottle-cork/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/www/py-bottle-cork/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	v
     CATEGORIES=	www python
     PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Bottle authentication and authorization module
     
     LICENSE=	LGPL3
    
    Modified: head/www/shellinabox/Makefile
    ==============================================================================
    --- head/www/shellinabox/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/www/shellinabox/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	shellinabox
    @@ -6,7 +6,7 @@ PORTVERSION=	2.19
     DISTVERSIONPREFIX=	v
     CATEGORIES=	www
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Publish command line shell through AJAX interface
     
     LICENSE=	GPLv2
    
    Modified: head/x11-fm/deforaos-browser/Makefile
    ==============================================================================
    --- head/x11-fm/deforaos-browser/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/x11-fm/deforaos-browser/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	deforaos-browser
    @@ -7,7 +7,7 @@ CATEGORIES=	x11-fm
     MASTER_SITES=	http://www.defora.org/os/download/download/4310/
     DISTNAME=	Browser-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop file browser
     
     LICENSE=	GPLv3
    
    Modified: head/x11/deforaos-desktop/Makefile
    ==============================================================================
    --- head/x11/deforaos-desktop/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/x11/deforaos-desktop/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	desktop
    @@ -7,7 +7,7 @@ PORTREVISION=	1
     CATEGORIES=	x11
     PKGNAMEPREFIX=	deforaos-
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Deforaos distribution metaport
     
     RUN_DEPENDS=	${LOCALBASE}/bin/keyboard:${PORTSDIR}/x11/deforaos-keyboard \
    
    Modified: head/x11/deforaos-keyboard/Makefile
    ==============================================================================
    --- head/x11/deforaos-keyboard/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/x11/deforaos-keyboard/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	keyboard
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Keyboard-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop virtual keyboardr
     
     LICENSE=	GPLv3
    
    Modified: head/x11/deforaos-libdesktop/Makefile
    ==============================================================================
    --- head/x11/deforaos-libdesktop/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/x11/deforaos-libdesktop/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	libdesktop
    @@ -8,7 +8,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	libDesktop-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop library
     
     LICENSE=	GPLv3
    
    Modified: head/x11/deforaos-locker/Makefile
    ==============================================================================
    --- head/x11/deforaos-locker/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/x11/deforaos-locker/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	locker
    @@ -9,7 +9,7 @@ MASTER_SITES=	http://www.defora.org/os/d
     PKGNAMEPREFIX=	deforaos-
     DISTNAME=	Locker-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop screensaver
     
     LICENSE=	GPLv3
    
    Modified: head/x11/deforaos-panel/Makefile
    ==============================================================================
    --- head/x11/deforaos-panel/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/x11/deforaos-panel/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	deforaos-panel
    @@ -7,7 +7,7 @@ CATEGORIES=	x11
     MASTER_SITES=	http://www.defora.org/os/download/download/4338/
     DISTNAME=	Panel-${PORTVERSION}
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	DeforaOS desktop panel
     
     LICENSE=	GPLv3
    
    Modified: head/x11/wbarconf/Makefile
    ==============================================================================
    --- head/x11/wbarconf/Makefile	Wed Feb 17 09:35:54 2016	(r409033)
    +++ head/x11/wbarconf/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    @@ -1,4 +1,4 @@
    -# Created by: Olivier Cochard-Labbe 
    +# Created by: Olivier Cochard-Labbe 
     # $FreeBSD$
     
     PORTNAME=	wbarconf
    @@ -7,7 +7,7 @@ PORTREVISION=	1
     CATEGORIES=	x11
     MASTER_SITES=	http://koti.kapsi.fi/ighea/wbarconf/
     
    -MAINTAINER=	olivier@cochard.me
    +MAINTAINER=	olivier@FreeBSD.org
     COMMENT=	Configuration GUI for wbar
     
     LICENSE=	GPLv3
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 10:58:36 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id C12C8AAB5F5;
     Wed, 17 Feb 2016 10:58:36 +0000 (UTC) (envelope-from sbz@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 924661505;
     Wed, 17 Feb 2016 10:58:36 +0000 (UTC) (envelope-from sbz@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HAwZVB086595;
     Wed, 17 Feb 2016 10:58:35 GMT (envelope-from sbz@FreeBSD.org)
    Received: (from sbz@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HAwZpW086593;
     Wed, 17 Feb 2016 10:58:35 GMT (envelope-from sbz@FreeBSD.org)
    Message-Id: <201602171058.u1HAwZpW086593@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org
     using -f
    From: Sofian Brabez 
    Date: Wed, 17 Feb 2016 10:58:35 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409035 - head/devel/pep8
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 10:58:36 -0000
    
    Author: sbz
    Date: Wed Feb 17 10:58:35 2016
    New Revision: 409035
    URL: https://svnweb.freebsd.org/changeset/ports/409035
    
    Log:
      - Update to 1.7.0
      
      PR:		206843
      Submitted by:	Davide D'Amico 
    
    Modified:
      head/devel/pep8/Makefile
      head/devel/pep8/distinfo
    
    Modified: head/devel/pep8/Makefile
    ==============================================================================
    --- head/devel/pep8/Makefile	Wed Feb 17 10:42:08 2016	(r409034)
    +++ head/devel/pep8/Makefile	Wed Feb 17 10:58:35 2016	(r409035)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	pep8
    -PORTVERSION=	1.6.2
    +PORTVERSION=	1.7.0
     CATEGORIES=	devel python
     MASTER_SITES=	CHEESESHOP
     PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
    
    Modified: head/devel/pep8/distinfo
    ==============================================================================
    --- head/devel/pep8/distinfo	Wed Feb 17 10:42:08 2016	(r409034)
    +++ head/devel/pep8/distinfo	Wed Feb 17 10:58:35 2016	(r409035)
    @@ -1,2 +1,2 @@
    -SHA256 (pep8-1.6.2.tar.gz) = b8b7e35630b5539e26a197dfc6005be9e1e9a135496b377723a8ebc01b9bcbff
    -SIZE (pep8-1.6.2.tar.gz) = 74534
    +SHA256 (pep8-1.7.0.tar.gz) = a113d5f5ad7a7abacef9df5ec3f2af23a20a28005921577b15dd584d099d5900
    +SIZE (pep8-1.7.0.tar.gz) = 79704
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 11:01:58 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6669AAB845;
     Wed, 17 Feb 2016 11:01: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 89AF4193F;
     Wed, 17 Feb 2016 11:01: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 u1HB1voq089308;
     Wed, 17 Feb 2016 11:01:57 GMT (envelope-from amdmi3@FreeBSD.org)
    Received: (from amdmi3@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HB1voE089305;
     Wed, 17 Feb 2016 11:01:57 GMT (envelope-from amdmi3@FreeBSD.org)
    Message-Id: <201602171101.u1HB1voE089305@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
     amdmi3@FreeBSD.org using -f
    From: Dmitry Marakasov 
    Date: Wed, 17 Feb 2016 11:01:57 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409036 - head/games/vor
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 11:01:58 -0000
    
    Author: amdmi3
    Date: Wed Feb 17 11:01:57 2016
    New Revision: 409036
    URL: https://svnweb.freebsd.org/changeset/ports/409036
    
    Log:
      - Update to 0.5.6
    
    Modified:
      head/games/vor/Makefile
      head/games/vor/distinfo
      head/games/vor/pkg-descr
    
    Modified: head/games/vor/Makefile
    ==============================================================================
    --- head/games/vor/Makefile	Wed Feb 17 10:58:35 2016	(r409035)
    +++ head/games/vor/Makefile	Wed Feb 17 11:01:57 2016	(r409036)
    @@ -2,8 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	vor
    -PORTVERSION=	0.5.5
    -PORTREVISION=	7
    +PORTVERSION=	0.5.6
     CATEGORIES=	games
     MASTER_SITES=	http://qualdan.com/vor/ \
     		http://mirror.amdmi3.ru/distfiles/
    @@ -14,10 +13,9 @@ COMMENT=	Dodge the rocks until you die
     LICENSE=	GPLv2
     LICENSE_FILE=	${WRKSRC}/COPYING
     
    -USES=		tar:bzip2 gmake
    +USES=		gmake pkgconfig tar:bzip2
     USE_SDL=	mixer image sdl
     GNU_CONFIGURE=	yes
    -LDFLAGS+=	-lm
     
     PLIST_FILES=	bin/${PORTNAME}
     PORTDOCS=	*
    
    Modified: head/games/vor/distinfo
    ==============================================================================
    --- head/games/vor/distinfo	Wed Feb 17 10:58:35 2016	(r409035)
    +++ head/games/vor/distinfo	Wed Feb 17 11:01:57 2016	(r409036)
    @@ -1,2 +1,2 @@
    -SHA256 (vor-0.5.5.tar.bz2) = ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da
    -SIZE (vor-0.5.5.tar.bz2) = 239291
    +SHA256 (vor-0.5.6.tar.bz2) = 24fe49edfd59a6723000a0e8a62c5b631d6ae84e1e4eaaa890b64435d6fa2d95
    +SIZE (vor-0.5.6.tar.bz2) = 258357
    
    Modified: head/games/vor/pkg-descr
    ==============================================================================
    --- head/games/vor/pkg-descr	Wed Feb 17 10:58:35 2016	(r409035)
    +++ head/games/vor/pkg-descr	Wed Feb 17 11:01:57 2016	(r409036)
    @@ -7,4 +7,4 @@ spare moments. VoR has ray-traced rocks,
     than the original. It is intended to be a quickie game to kill a few spare
     moments here and there, not an epic space adventure.
     
    -WWW: http://jasonwoof.org/vor
    +WWW: http://sametwice.com/vor
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 11:03:18 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71499AAB8A8;
     Wed, 17 Feb 2016 11:03: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 3E74C1A8E;
     Wed, 17 Feb 2016 11:03:18 +0000 (UTC)
     (envelope-from amdmi3@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HB3HRG089466;
     Wed, 17 Feb 2016 11:03:17 GMT (envelope-from amdmi3@FreeBSD.org)
    Received: (from amdmi3@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HB3Hre089464;
     Wed, 17 Feb 2016 11:03:17 GMT (envelope-from amdmi3@FreeBSD.org)
    Message-Id: <201602171103.u1HB3Hre089464@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
     amdmi3@FreeBSD.org using -f
    From: Dmitry Marakasov 
    Date: Wed, 17 Feb 2016 11:03:17 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409037 - head/graphics/tiled
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 11:03:18 -0000
    
    Author: amdmi3
    Date: Wed Feb 17 11:03:16 2016
    New Revision: 409037
    URL: https://svnweb.freebsd.org/changeset/ports/409037
    
    Log:
      - Update to 0.15.1
      - Install more documentation
    
    Modified:
      head/graphics/tiled/Makefile
      head/graphics/tiled/distinfo
    
    Modified: head/graphics/tiled/Makefile
    ==============================================================================
    --- head/graphics/tiled/Makefile	Wed Feb 17 11:01:57 2016	(r409036)
    +++ head/graphics/tiled/Makefile	Wed Feb 17 11:03:16 2016	(r409037)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	tiled
    -PORTVERSION=	0.15.0
    +PORTVERSION=	0.15.1
     DISTVERSIONPREFIX=	v
     CATEGORIES=	graphics editors games
     
    @@ -35,6 +35,8 @@ post-patch:
     
     post-install-DOCS-on:
     	@${MKDIR} ${STAGEDIR}${DOCSDIR}
    -	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
    +.for f in AUTHORS README.md NEWS
    +	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
    +.endfor
     
     .include 
    
    Modified: head/graphics/tiled/distinfo
    ==============================================================================
    --- head/graphics/tiled/distinfo	Wed Feb 17 11:01:57 2016	(r409036)
    +++ head/graphics/tiled/distinfo	Wed Feb 17 11:03:16 2016	(r409037)
    @@ -1,2 +1,2 @@
    -SHA256 (bjorn-tiled-v0.15.0_GH0.tar.gz) = 978c6270f4e6be5996ee69d12a1c417ea3b98b0ba0a50fbe74176f193c0330d3
    -SIZE (bjorn-tiled-v0.15.0_GH0.tar.gz) = 2984039
    +SHA256 (bjorn-tiled-v0.15.1_GH0.tar.gz) = b084650adae12c1c34d9493f99fabcdb27c9fa12e3e1167212c28c5c76936b81
    +SIZE (bjorn-tiled-v0.15.1_GH0.tar.gz) = 2984663
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 12:09:48 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30352AABBE3;
     Wed, 17 Feb 2016 12:09:48 +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 016221CEF;
     Wed, 17 Feb 2016 12:09:47 +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 u1HC9lPn007201;
     Wed, 17 Feb 2016 12:09:47 GMT (envelope-from rakuco@FreeBSD.org)
    Received: (from rakuco@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HC9k39007199;
     Wed, 17 Feb 2016 12:09:46 GMT (envelope-from rakuco@FreeBSD.org)
    Message-Id: <201602171209.u1HC9k39007199@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: rakuco set sender to
     rakuco@FreeBSD.org using -f
    From: Raphael Kubo da Costa 
    Date: Wed, 17 Feb 2016 12:09:46 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409038 - head/www/drood
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 12:09:48 -0000
    
    Author: rakuco
    Date: Wed Feb 17 12:09:46 2016
    New Revision: 409038
    URL: https://svnweb.freebsd.org/changeset/ports/409038
    
    Log:
      Update to 5.18.
      
      PR:		207151
      Submitted by:	jimmy@mammothcheese.ca (maintainer)
    
    Modified:
      head/www/drood/Makefile
      head/www/drood/distinfo
    
    Modified: head/www/drood/Makefile
    ==============================================================================
    --- head/www/drood/Makefile	Wed Feb 17 11:03:16 2016	(r409037)
    +++ head/www/drood/Makefile	Wed Feb 17 12:09:46 2016	(r409038)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	drood
    -PORTVERSION=	5.14
    +PORTVERSION=	5.18
     CATEGORIES=	www
     MASTER_SITES=	http://www.mammothcheese.ca/
     
    
    Modified: head/www/drood/distinfo
    ==============================================================================
    --- head/www/drood/distinfo	Wed Feb 17 11:03:16 2016	(r409037)
    +++ head/www/drood/distinfo	Wed Feb 17 12:09:46 2016	(r409038)
    @@ -1,2 +1,2 @@
    -SHA256 (drood-5.14.tar.gz) = 921e58f41115d4057db2b5f0513c5a113304d75fc2b485bd4bd412cbbbddad33
    -SIZE (drood-5.14.tar.gz) = 55831
    +SHA256 (drood-5.18.tar.gz) = 15d1d9c69077cf321fea5b5f720031274fd00abe5dc35ff051710376c8920f7c
    +SIZE (drood-5.18.tar.gz) = 56238
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 12:13:31 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0762AABE5E;
     Wed, 17 Feb 2016 12:13: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 8DA1612C;
     Wed, 17 Feb 2016 12:13:31 +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 u1HCDUfC010032;
     Wed, 17 Feb 2016 12:13:30 GMT (envelope-from rakuco@FreeBSD.org)
    Received: (from rakuco@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HCDU4j010030;
     Wed, 17 Feb 2016 12:13:30 GMT (envelope-from rakuco@FreeBSD.org)
    Message-Id: <201602171213.u1HCDU4j010030@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: rakuco set sender to
     rakuco@FreeBSD.org using -f
    From: Raphael Kubo da Costa 
    Date: Wed, 17 Feb 2016 12:13:30 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409039 - head/www/py-selenium
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 12:13:31 -0000
    
    Author: rakuco
    Date: Wed Feb 17 12:13:30 2016
    New Revision: 409039
    URL: https://svnweb.freebsd.org/changeset/ports/409039
    
    Log:
      Update to 2.52.0.
      
      From CHANGES:
      
      Selenium 2.52.0
      * Fixing case where UnexpectedAlertException doesn't get the alert_text in the error object
      * Firefox: Actually use launch_browser timeout Fixes #1300
      
      PR:		207140
      Submitted by:	douglas@douglasthrift.net (maintainer)
    
    Modified:
      head/www/py-selenium/Makefile
      head/www/py-selenium/distinfo
    
    Modified: head/www/py-selenium/Makefile
    ==============================================================================
    --- head/www/py-selenium/Makefile	Wed Feb 17 12:09:46 2016	(r409038)
    +++ head/www/py-selenium/Makefile	Wed Feb 17 12:13:30 2016	(r409039)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	selenium
    -PORTVERSION=	2.51.1
    +PORTVERSION=	2.52.0
     CATEGORIES=	www python
     MASTER_SITES=	CHEESESHOP
     PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
    
    Modified: head/www/py-selenium/distinfo
    ==============================================================================
    --- head/www/py-selenium/distinfo	Wed Feb 17 12:09:46 2016	(r409038)
    +++ head/www/py-selenium/distinfo	Wed Feb 17 12:13:30 2016	(r409039)
    @@ -1,2 +1,2 @@
    -SHA256 (selenium-2.51.1.tar.gz) = 05671887f59206abc04d16496c0a3d92ee08497abfc8328a6811eab326fd61a8
    -SIZE (selenium-2.51.1.tar.gz) = 809217
    +SHA256 (selenium-2.52.0.tar.gz) = 820550a740ca1f746c399a0101986c0e6f94fbfe3c6f976e3f694db452cbe124
    +SIZE (selenium-2.52.0.tar.gz) = 809661
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 12:19:49 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7151AAAA067;
     Wed, 17 Feb 2016 12:19:49 +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 4BE555ED;
     Wed, 17 Feb 2016 12:19:49 +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 u1HCJmGp010380;
     Wed, 17 Feb 2016 12:19:48 GMT (envelope-from rakuco@FreeBSD.org)
    Received: (from rakuco@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HCJmoc010376;
     Wed, 17 Feb 2016 12:19:48 GMT (envelope-from rakuco@FreeBSD.org)
    Message-Id: <201602171219.u1HCJmoc010376@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: rakuco set sender to
     rakuco@FreeBSD.org using -f
    From: Raphael Kubo da Costa 
    Date: Wed, 17 Feb 2016 12:19:48 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409040 - head/sysutils/auto-admin
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 12:19:49 -0000
    
    Author: rakuco
    Date: Wed Feb 17 12:19:47 2016
    New Revision: 409040
    URL: https://svnweb.freebsd.org/changeset/ports/409040
    
    Log:
      Update to 0.3.6.
      
      Numerous new support scripts for sysutils/desktop-installer and
      sysutils/cluster-admin (to be committed).
      
      Other bug fixes and minor enhancements.
      
      PR:		206797
      Submitted by:	Jason Bacon  (maintainer)
    
    Modified:
      head/sysutils/auto-admin/Makefile
      head/sysutils/auto-admin/distinfo
      head/sysutils/auto-admin/pkg-plist
    
    Modified: head/sysutils/auto-admin/Makefile
    ==============================================================================
    --- head/sysutils/auto-admin/Makefile	Wed Feb 17 12:13:30 2016	(r409039)
    +++ head/sysutils/auto-admin/Makefile	Wed Feb 17 12:19:47 2016	(r409040)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	auto-admin
    -PORTVERSION=	0.3.5
    +PORTVERSION=	0.3.6
     CATEGORIES=	sysutils
     MASTER_SITES=	http://acadix.biz/Ports/distfiles/
     
    
    Modified: head/sysutils/auto-admin/distinfo
    ==============================================================================
    --- head/sysutils/auto-admin/distinfo	Wed Feb 17 12:13:30 2016	(r409039)
    +++ head/sysutils/auto-admin/distinfo	Wed Feb 17 12:19:47 2016	(r409040)
    @@ -1,2 +1,2 @@
    -SHA256 (auto-admin-0.3.5.tar.xz) = 5ed8d3385eb37df9661246f95d98d3f101423f62c9f1ff76c2d693e1c1fd8a3e
    -SIZE (auto-admin-0.3.5.tar.xz) = 44820
    +SHA256 (auto-admin-0.3.6.tar.xz) = 7ce056f3b538361f72e05d39a7978b206d634ac98865724594bf46964b0ba794
    +SIZE (auto-admin-0.3.6.tar.xz) = 46156
    
    Modified: head/sysutils/auto-admin/pkg-plist
    ==============================================================================
    --- head/sysutils/auto-admin/pkg-plist	Wed Feb 17 12:13:30 2016	(r409039)
    +++ head/sysutils/auto-admin/pkg-plist	Wed Feb 17 12:19:47 2016	(r409040)
    @@ -1,3 +1,4 @@
    +man/man1/auto-add-fdesc-mount.1.gz
     man/man1/auto-admin.1.gz
     man/man1/auto-amd-nfs-setup.1.gz
     man/man1/auto-append-line.1.gz
    @@ -25,8 +26,12 @@ man/man1/auto-ipfw-gateway-setup.1.gz
     man/man1/auto-kdm3-toggle.1.gz
     man/man1/auto-ldap-adduser.1.gz
     man/man1/auto-ldap-client-setup.1.gz
    +man/man1/auto-mount-any.1.gz
    +man/man1/auto-ostype.1.gz
     man/man1/auto-package-installed.1.gz
    +man/man1/auto-pkgsrc-add-license.1.gz
     man/man1/auto-pkgsrc-setup.1.gz
    +man/man1/auto-pkgsrc-wip-checkout.1.gz
     man/man1/auto-print-make-variable.1.gz
     man/man1/auto-pxe-installer-setup.1.gz
     man/man1/auto-pxe-node-discover.1.gz
    @@ -35,11 +40,14 @@ man/man1/auto-restore-pw.1.gz
     man/man1/auto-service-enabled.1.gz
     man/man1/auto-set-suspend-mode.1.gz
     man/man1/auto-ssh-authorize.1.gz
    +man/man1/auto-ssh-reverse-authorize.1.gz
     man/man1/auto-update-port-framework.1.gz
     man/man1/auto-update-system.1.gz
     man/man1/auto-update-xorg.conf.1.gz
     man/man1/auto-using-pkgng.1.gz
    +man/man1/auto-wifi-failover.1.gz
     man/man1/auto-xdm-toggle.1.gz
    +sbin/auto-add-fdesc-mount
     sbin/auto-amd-nfs-setup
     sbin/auto-append-line
     sbin/auto-ask
    @@ -66,8 +74,12 @@ sbin/auto-ipfw-gateway-setup
     sbin/auto-kdm3-toggle
     sbin/auto-ldap-adduser
     sbin/auto-ldap-client-setup
    +sbin/auto-mount-any
    +sbin/auto-ostype
     sbin/auto-package-installed
    +sbin/auto-pkgsrc-add-license
     sbin/auto-pkgsrc-setup
    +sbin/auto-pkgsrc-wip-checkout
     sbin/auto-print-make-variable
     sbin/auto-pxe-installer-setup
     sbin/auto-pxe-node-discover
    @@ -76,9 +88,11 @@ sbin/auto-restore-pw
     sbin/auto-service-enabled
     sbin/auto-set-suspend-mode
     sbin/auto-ssh-authorize
    +sbin/auto-ssh-reverse-authorize
     sbin/auto-update-port-framework
     sbin/auto-update-system
     sbin/auto-update-xorg.conf
     sbin/auto-using-pkgng
    +sbin/auto-wifi-failover
     sbin/auto-xdm-toggle
     %%DATADIR%%/ipfw-rules.sh
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 12:25:11 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1F74AAA3E1;
     Wed, 17 Feb 2016 12:25:11 +0000 (UTC)
     (envelope-from rakuco@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 87433A2B;
     Wed, 17 Feb 2016 12:25:11 +0000 (UTC)
     (envelope-from rakuco@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HCPABt013166;
     Wed, 17 Feb 2016 12:25:10 GMT (envelope-from rakuco@FreeBSD.org)
    Received: (from rakuco@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HCPABN013163;
     Wed, 17 Feb 2016 12:25:10 GMT (envelope-from rakuco@FreeBSD.org)
    Message-Id: <201602171225.u1HCPABN013163@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: rakuco set sender to
     rakuco@FreeBSD.org using -f
    From: Raphael Kubo da Costa 
    Date: Wed, 17 Feb 2016 12:25:10 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409041 - head/sysutils/desktop-installer
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 12:25:11 -0000
    
    Author: rakuco
    Date: Wed Feb 17 12:25:10 2016
    New Revision: 409041
    URL: https://svnweb.freebsd.org/changeset/ports/409041
    
    Log:
      Update to 0.5.0.
      
      - Add a configuration option for Lumina desktop.
      - Add lagg interface option for wifi users.
      - Make fdesc mount mandatory in case bash or openjdk installed later.
      - Improve removable media mount config for XFCE.
      - Other minor enhancements and bug fixes.
      
      PR:		206798
      Submitted by:	Jason Bacon  (maintainer)
    
    Modified:
      head/sysutils/desktop-installer/Makefile
      head/sysutils/desktop-installer/distinfo
      head/sysutils/desktop-installer/pkg-plist
    
    Modified: head/sysutils/desktop-installer/Makefile
    ==============================================================================
    --- head/sysutils/desktop-installer/Makefile	Wed Feb 17 12:19:47 2016	(r409040)
    +++ head/sysutils/desktop-installer/Makefile	Wed Feb 17 12:25:10 2016	(r409041)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	desktop-installer
    -PORTVERSION=	0.4.9
    +PORTVERSION=	0.5.0
     CATEGORIES=	sysutils
     MASTER_SITES=	http://acadix.biz/Ports/distfiles/
     
    @@ -11,7 +11,7 @@ COMMENT=	Quickly configure a FreeBSD des
     
     LICENSE=	BSD2CLAUSE
     
    -RUN_DEPENDS=	auto-admin>=0.3.5:${PORTSDIR}/sysutils/auto-admin
    +RUN_DEPENDS=	auto-admin>=0.3.6:${PORTSDIR}/sysutils/auto-admin
     
     USES=		tar:xz
     
    
    Modified: head/sysutils/desktop-installer/distinfo
    ==============================================================================
    --- head/sysutils/desktop-installer/distinfo	Wed Feb 17 12:19:47 2016	(r409040)
    +++ head/sysutils/desktop-installer/distinfo	Wed Feb 17 12:25:10 2016	(r409041)
    @@ -1,2 +1,2 @@
    -SHA256 (desktop-installer-0.4.9.tar.xz) = 9af233c0e3aeadebbd76f8387572c03c8b5f49d555c67f313eead31e1469b9b7
    -SIZE (desktop-installer-0.4.9.tar.xz) = 176396
    +SHA256 (desktop-installer-0.5.0.tar.xz) = db35c8bc6a61590536bb6f68d9361c9d308d318ffcad2cc22b957323d2075ede
    +SIZE (desktop-installer-0.5.0.tar.xz) = 176696
    
    Modified: head/sysutils/desktop-installer/pkg-plist
    ==============================================================================
    --- head/sysutils/desktop-installer/pkg-plist	Wed Feb 17 12:19:47 2016	(r409040)
    +++ head/sysutils/desktop-installer/pkg-plist	Wed Feb 17 12:25:10 2016	(r409041)
    @@ -4,6 +4,7 @@ sbin/desktop-installer
     %%DATADIR%%/GNOME2/xinitrc
     %%DATADIR%%/KDE3/xinitrc
     %%DATADIR%%/KDE4/xinitrc
    +%%DATADIR%%/LUMINA/xinitrc
     %%DATADIR%%/LXDE/GiveConsole
     %%DATADIR%%/LXDE/Xsetup_0
     %%DATADIR%%/LXDE/Xstartup
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 13:23:24 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFC75AABE4B;
     Wed, 17 Feb 2016 13:23:24 +0000 (UTC)
     (envelope-from stephen@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 9DDEF17F8;
     Wed, 17 Feb 2016 13:23:24 +0000 (UTC)
     (envelope-from stephen@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HDNNXu030576;
     Wed, 17 Feb 2016 13:23:23 GMT (envelope-from stephen@FreeBSD.org)
    Received: (from stephen@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HDNN8I030574;
     Wed, 17 Feb 2016 13:23:23 GMT (envelope-from stephen@FreeBSD.org)
    Message-Id: <201602171323.u1HDNN8I030574@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: stephen set sender to
     stephen@FreeBSD.org using -f
    From: Stephen Montgomery-Smith 
    Date: Wed, 17 Feb 2016 13:23:23 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409042 - head/math/octave-forge-nan
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 13:23:24 -0000
    
    Author: stephen
    Date: Wed Feb 17 13:23:23 2016
    New Revision: 409042
    URL: https://svnweb.freebsd.org/changeset/ports/409042
    
    Log:
      - Update to 3.0.
    
    Modified:
      head/math/octave-forge-nan/Makefile
      head/math/octave-forge-nan/distinfo
    
    Modified: head/math/octave-forge-nan/Makefile
    ==============================================================================
    --- head/math/octave-forge-nan/Makefile	Wed Feb 17 12:25:10 2016	(r409041)
    +++ head/math/octave-forge-nan/Makefile	Wed Feb 17 13:23:23 2016	(r409042)
    @@ -2,8 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	octave-forge-nan
    -PORTVERSION=	2.8.1
    -PORTREVISION=	1
    +PORTVERSION=	3.0
     CATEGORIES=	math
     
     MAINTAINER=	stephen@FreeBSD.org
    
    Modified: head/math/octave-forge-nan/distinfo
    ==============================================================================
    --- head/math/octave-forge-nan/distinfo	Wed Feb 17 12:25:10 2016	(r409041)
    +++ head/math/octave-forge-nan/distinfo	Wed Feb 17 13:23:23 2016	(r409042)
    @@ -1,2 +1,2 @@
    -SHA256 (octave-forge/nan-2.8.1.tar.gz) = 50459aa55e16d84c08e248029a338ab3aee1aeb4ad23f3f7783ba5627ee5d23c
    -SIZE (octave-forge/nan-2.8.1.tar.gz) = 170146
    +SHA256 (octave-forge/nan-3.0.tar.gz) = 60440b4b81019830272a4a717cdc66e6b138aaa1899d0d4fe76878979e2fe082
    +SIZE (octave-forge/nan-3.0.tar.gz) = 170530
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 13:38:05 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1E62AAA625;
     Wed, 17 Feb 2016 13:38: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 C3D5810B4;
     Wed, 17 Feb 2016 13:38: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 u1HDc4ox033621;
     Wed, 17 Feb 2016 13:38:04 GMT (envelope-from feld@FreeBSD.org)
    Received: (from feld@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HDc4K7033619;
     Wed, 17 Feb 2016 13:38:04 GMT (envelope-from feld@FreeBSD.org)
    Message-Id: <201602171338.u1HDc4K7033619@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: feld set sender to
     feld@FreeBSD.org using -f
    From: Mark Felder 
    Date: Wed, 17 Feb 2016 13:38:04 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409043 - head/multimedia/plexmediaserver
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 13:38:06 -0000
    
    Author: feld
    Date: Wed Feb 17 13:38:04 2016
    New Revision: 409043
    URL: https://svnweb.freebsd.org/changeset/ports/409043
    
    Log:
      multimedia/plexmediaserver: Update to 0.9.15.3.1674
      
      Changelog:	https://forums.plex.tv/discussion/comment/1125821#Comment_1125821
    
    Modified:
      head/multimedia/plexmediaserver/Makefile
      head/multimedia/plexmediaserver/distinfo
    
    Modified: head/multimedia/plexmediaserver/Makefile
    ==============================================================================
    --- head/multimedia/plexmediaserver/Makefile	Wed Feb 17 13:23:23 2016	(r409042)
    +++ head/multimedia/plexmediaserver/Makefile	Wed Feb 17 13:38:04 2016	(r409043)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	plexmediaserver
    -PORTVERSION?=	0.9.15.2.1663
    +PORTVERSION?=	0.9.15.3.1674
     PORTREVISION?=	0
     CATEGORIES=	multimedia
     MASTER_SITES=	https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \
    @@ -13,7 +13,7 @@ MAINTAINER?=	feld@FreeBSD.org
     COMMENT=	Plex Media Server component
     
     USES=		cpe tar:bzip2
    -PLEX_BUILD?=	7efd046
    +PLEX_BUILD?=	f46e7e6
     NO_BUILD=	yes
     WRKSRC=	${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}
     
    
    Modified: head/multimedia/plexmediaserver/distinfo
    ==============================================================================
    --- head/multimedia/plexmediaserver/distinfo	Wed Feb 17 13:23:23 2016	(r409042)
    +++ head/multimedia/plexmediaserver/distinfo	Wed Feb 17 13:38:04 2016	(r409043)
    @@ -1,2 +1,2 @@
    -SHA256 (PlexMediaServer-0.9.15.2.1663-7efd046-freebsd-amd64.tar.bz2) = 3845c75e41f798bf7283cef76c21bad155a8f914d67a3fab98d2a598ee1bfeba
    -SIZE (PlexMediaServer-0.9.15.2.1663-7efd046-freebsd-amd64.tar.bz2) = 97533681
    +SHA256 (PlexMediaServer-0.9.15.3.1674-f46e7e6-freebsd-amd64.tar.bz2) = 2091444443a69cdf7223baa5b13f08178c494d494a6e3dc475cf62f0e6aa7ecb
    +SIZE (PlexMediaServer-0.9.15.3.1674-f46e7e6-freebsd-amd64.tar.bz2) = 97542037
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 13:39:02 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BE7FAAA696;
     Wed, 17 Feb 2016 13:39:02 +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 DD43F1199;
     Wed, 17 Feb 2016 13:39:01 +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 u1HDd0l4033767;
     Wed, 17 Feb 2016 13:39:00 GMT (envelope-from feld@FreeBSD.org)
    Received: (from feld@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HDd05e033765;
     Wed, 17 Feb 2016 13:39:00 GMT (envelope-from feld@FreeBSD.org)
    Message-Id: <201602171339.u1HDd05e033765@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: feld set sender to
     feld@FreeBSD.org using -f
    From: Mark Felder 
    Date: Wed, 17 Feb 2016 13:39:00 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409044 - head/multimedia/plexmediaserver-plexpass
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 13:39:02 -0000
    
    Author: feld
    Date: Wed Feb 17 13:39:00 2016
    New Revision: 409044
    URL: https://svnweb.freebsd.org/changeset/ports/409044
    
    Log:
      multimedia/plexmediaserver-plexpass: Update to 0.9.15.4.1679
      
      Changelog:	https://forums.plex.tv/discussion/comment/1130311#Comment_1130311
    
    Modified:
      head/multimedia/plexmediaserver-plexpass/Makefile
      head/multimedia/plexmediaserver-plexpass/distinfo
    
    Modified: head/multimedia/plexmediaserver-plexpass/Makefile
    ==============================================================================
    --- head/multimedia/plexmediaserver-plexpass/Makefile	Wed Feb 17 13:38:04 2016	(r409043)
    +++ head/multimedia/plexmediaserver-plexpass/Makefile	Wed Feb 17 13:39:00 2016	(r409044)
    @@ -1,13 +1,13 @@
     # Created by: KalleDK 
     # $FreeBSD$
     
    -PORTVERSION=	0.9.15.3.1674
    +PORTVERSION=	0.9.15.4.1679
     PORTREVISION=	0
     PKGNAMESUFFIX=	-plexpass
     
     MAINTAINER=	feld@FreeBSD.org
     
    -PLEX_BUILD=	f46e7e6
    +PLEX_BUILD=	e4df231
     
     USE_RC_SUBR=	${PORTNAME}_plexpass
     
    
    Modified: head/multimedia/plexmediaserver-plexpass/distinfo
    ==============================================================================
    --- head/multimedia/plexmediaserver-plexpass/distinfo	Wed Feb 17 13:38:04 2016	(r409043)
    +++ head/multimedia/plexmediaserver-plexpass/distinfo	Wed Feb 17 13:39:00 2016	(r409044)
    @@ -1,2 +1,2 @@
    -SHA256 (PlexMediaServer-0.9.15.3.1674-f46e7e6-freebsd-amd64.tar.bz2) = 2091444443a69cdf7223baa5b13f08178c494d494a6e3dc475cf62f0e6aa7ecb
    -SIZE (PlexMediaServer-0.9.15.3.1674-f46e7e6-freebsd-amd64.tar.bz2) = 97542037
    +SHA256 (PlexMediaServer-0.9.15.4.1679-e4df231-freebsd-amd64.tar.bz2) = a37e002e2c1682287eb79988d276e53b4b9e6bedf6234d4d4a1f07aad1b9a60a
    +SIZE (PlexMediaServer-0.9.15.4.1679-e4df231-freebsd-amd64.tar.bz2) = 97544320
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 13:58:47 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0983AAB148;
     Wed, 17 Feb 2016 13:58:47 +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 783AB1204;
     Wed, 17 Feb 2016 13:58:47 +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 u1HDwkX1039774;
     Wed, 17 Feb 2016 13:58:46 GMT (envelope-from rakuco@FreeBSD.org)
    Received: (from rakuco@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HDwkql039771;
     Wed, 17 Feb 2016 13:58:46 GMT (envelope-from rakuco@FreeBSD.org)
    Message-Id: <201602171358.u1HDwkql039771@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: rakuco set sender to
     rakuco@FreeBSD.org using -f
    From: Raphael Kubo da Costa 
    Date: Wed, 17 Feb 2016 13:58:46 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409045 - head/archivers/libzip
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 13:58:47 -0000
    
    Author: rakuco
    Date: Wed Feb 17 13:58:46 2016
    New Revision: 409045
    URL: https://svnweb.freebsd.org/changeset/ports/409045
    
    Log:
      Update to 1.1.1.
      
      2016-02-07: Released libzip 1.1.1
      - Build fixes for Linux
      - Fix some warnings reported by PVS-Studio
      
      2016-01-28: Released libzip 1.1
      - ziptool(1): command line tool to modify zip archives
      - Speedups for archives with many entries
      - Coverity fixes
      - Better APK support
      - Support for running tests on Windows
      - More build fixes for Windows
      - Portability fixes
      - Documentation improvements
      
      PR:		207250
      Approved by:	makc (maintainer)
    
    Modified:
      head/archivers/libzip/Makefile
      head/archivers/libzip/distinfo
      head/archivers/libzip/pkg-plist
    
    Modified: head/archivers/libzip/Makefile
    ==============================================================================
    --- head/archivers/libzip/Makefile	Wed Feb 17 13:39:00 2016	(r409044)
    +++ head/archivers/libzip/Makefile	Wed Feb 17 13:58:46 2016	(r409045)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	libzip
    -PORTVERSION=	1.0.1
    +PORTVERSION=	1.1.1
     CATEGORIES=	archivers devel
     MASTER_SITES=	http://www.nih.at/libzip/
     
    
    Modified: head/archivers/libzip/distinfo
    ==============================================================================
    --- head/archivers/libzip/distinfo	Wed Feb 17 13:39:00 2016	(r409044)
    +++ head/archivers/libzip/distinfo	Wed Feb 17 13:58:46 2016	(r409045)
    @@ -1,2 +1,2 @@
    -SHA256 (libzip-1.0.1.tar.xz) = f948d597afbb471de8d528d0e35ed977de85b2f4d76fdd74abbb985550e5d840
    -SIZE (libzip-1.0.1.tar.xz) = 450308
    +SHA256 (libzip-1.1.1.tar.xz) = 69e690f567e172d8f69b58ca237b61a690eaa1c5aa2293e1a2a446496bdf14c1
    +SIZE (libzip-1.1.1.tar.xz) = 458864
    
    Modified: head/archivers/libzip/pkg-plist
    ==============================================================================
    --- head/archivers/libzip/pkg-plist	Wed Feb 17 13:39:00 2016	(r409044)
    +++ head/archivers/libzip/pkg-plist	Wed Feb 17 13:58:46 2016	(r409045)
    @@ -1,5 +1,6 @@
     bin/zipcmp
     bin/zipmerge
    +bin/ziptool
     include/zip.h
     include/zipconf.h
     lib/libzip.a
    @@ -9,6 +10,7 @@ lib/libzip.so.4.0.0
     libdata/pkgconfig/libzip.pc
     man/man1/zipcmp.1.gz
     man/man1/zipmerge.1.gz
    +man/man1/ziptool.1.gz
     man/man3/ZIP_SOURCE_GET_ARGS.3.gz
     man/man3/libzip.3.gz
     man/man3/zip_add.3.gz
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 14:01:59 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BFEBAAB36A;
     Wed, 17 Feb 2016 14:01:59 +0000 (UTC) (envelope-from adamw@adamw.org)
    Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK))
     by mx1.freebsd.org (Postfix) with ESMTPS id 8A9E61736;
     Wed, 17 Feb 2016 14:01:58 +0000 (UTC) (envelope-from adamw@adamw.org)
    Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 40722226
     TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO;
     Wed, 17 Feb 2016 07:01:48 -0700 (MST)
    Content-Type: text/plain; charset=us-ascii
    Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\))
    Subject: Re: svn commit: r409033 - in head: lang lang/p5-Scalar-Util-Numeric
     security/p5-Crypt-XTEA
    From: Adam Weinberger 
    In-Reply-To: <201602170935.u1H9Zsfp062996@repo.freebsd.org>
    Date: Wed, 17 Feb 2016 07:01:47 -0700
    Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Content-Transfer-Encoding: quoted-printable
    Message-Id: 
    References: <201602170935.u1H9Zsfp062996@repo.freebsd.org>
    To: Mathieu Arnold 
    X-Mailer: Apple Mail (2.3112)
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 14:01:59 -0000
    
    > On 17 Feb, 2016, at 2:35, Mathieu Arnold  wrote:
    >=20
    > Author: mat
    > Date: Wed Feb 17 09:35:54 2016
    > New Revision: 409033
    > URL: https://svnweb.freebsd.org/changeset/ports/409033
    >=20
    > Log:
    >  lang/p5-Scalar-Util-Numeric was already there at =
    devel/p5-Scalar-Util-Numeric.
    >=20
    >  Pointy hat to:	adamw
    >  Sponsored by:	Absolight
    
    Oh geez. I have no idea how I missed that. Thank you for fixing this, =
    mat!
    
    # Adam
    
    
    --=20
    Adam Weinberger
    adamw@adamw.org
    http://www.adamw.org
    
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 14:24:18 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47828AABDF7;
     Wed, 17 Feb 2016 14:24: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 22E63159D;
     Wed, 17 Feb 2016 14:24: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 u1HEOHtH048646;
     Wed, 17 Feb 2016 14:24:17 GMT (envelope-from mat@FreeBSD.org)
    Received: (from mat@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HEOGDs048636;
     Wed, 17 Feb 2016 14:24:16 GMT (envelope-from mat@FreeBSD.org)
    Message-Id: <201602171424.u1HEOGDs048636@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org
     using -f
    From: Mathieu Arnold 
    Date: Wed, 17 Feb 2016 14:24:16 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409046 - in head/net: rubygem-epp-client-afnic
     rubygem-epp-client-base rubygem-epp-client-rgp rubygem-epp-client-secdns
     rubygem-epp-client-smallregistry
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 14:24:18 -0000
    
    Author: mat
    Date: Wed Feb 17 14:24:16 2016
    New Revision: 409046
    URL: https://svnweb.freebsd.org/changeset/ports/409046
    
    Log:
      Update to 0.15.0.
      
      Sponsored by:	Absolight
    
    Modified:
      head/net/rubygem-epp-client-afnic/Makefile
      head/net/rubygem-epp-client-afnic/distinfo
      head/net/rubygem-epp-client-base/Makefile
      head/net/rubygem-epp-client-base/distinfo
      head/net/rubygem-epp-client-rgp/Makefile
      head/net/rubygem-epp-client-rgp/distinfo
      head/net/rubygem-epp-client-secdns/Makefile
      head/net/rubygem-epp-client-secdns/distinfo
      head/net/rubygem-epp-client-smallregistry/Makefile
      head/net/rubygem-epp-client-smallregistry/distinfo
    
    Modified: head/net/rubygem-epp-client-afnic/Makefile
    ==============================================================================
    --- head/net/rubygem-epp-client-afnic/Makefile	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-afnic/Makefile	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	epp-client-afnic
    -PORTVERSION=	0.14.0
    +PORTVERSION=	0.15.0
     CATEGORIES=	net rubygems
     MASTER_SITES=	RG
     
    
    Modified: head/net/rubygem-epp-client-afnic/distinfo
    ==============================================================================
    --- head/net/rubygem-epp-client-afnic/distinfo	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-afnic/distinfo	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -1,2 +1,2 @@
    -SHA256 (rubygem/epp-client-afnic-0.14.0.gem) = b44bfef98e3fe21e3a13d4b08cdc3ad9b8fef4a7110ca7773f489419246432d6
    -SIZE (rubygem/epp-client-afnic-0.14.0.gem) = 15360
    +SHA256 (rubygem/epp-client-afnic-0.15.0.gem) = c00df0e685bd3f25aff7d06e869a0072c9257faec4f3efb751bd83ba47197311
    +SIZE (rubygem/epp-client-afnic-0.15.0.gem) = 15360
    
    Modified: head/net/rubygem-epp-client-base/Makefile
    ==============================================================================
    --- head/net/rubygem-epp-client-base/Makefile	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-base/Makefile	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	epp-client-base
    -PORTVERSION=	0.14.0
    +PORTVERSION=	0.15.0
     CATEGORIES=	net rubygems
     MASTER_SITES=	RG
     
    
    Modified: head/net/rubygem-epp-client-base/distinfo
    ==============================================================================
    --- head/net/rubygem-epp-client-base/distinfo	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-base/distinfo	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -1,2 +1,2 @@
    -SHA256 (rubygem/epp-client-base-0.14.0.gem) = 46dfee9f5c913e9e7ba84df80987c7874a87aa062202fb3c7dd09cbed446da28
    -SIZE (rubygem/epp-client-base-0.14.0.gem) = 124416
    +SHA256 (rubygem/epp-client-base-0.15.0.gem) = 0c192bb33b0ed50deb8536a86139d5ed6f6dc756eca521875090c2ab95370b2e
    +SIZE (rubygem/epp-client-base-0.15.0.gem) = 124928
    
    Modified: head/net/rubygem-epp-client-rgp/Makefile
    ==============================================================================
    --- head/net/rubygem-epp-client-rgp/Makefile	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-rgp/Makefile	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	epp-client-rgp
    -PORTVERSION=	0.14.0
    +PORTVERSION=	0.15.0
     CATEGORIES=	net rubygems
     MASTER_SITES=	RG
     
    
    Modified: head/net/rubygem-epp-client-rgp/distinfo
    ==============================================================================
    --- head/net/rubygem-epp-client-rgp/distinfo	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-rgp/distinfo	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -1,2 +1,2 @@
    -SHA256 (rubygem/epp-client-rgp-0.14.0.gem) = ef754deeb2f64130edfb7c58e37457e9ef73ae49805fa9af390fee95d3e69ea1
    -SIZE (rubygem/epp-client-rgp-0.14.0.gem) = 18432
    +SHA256 (rubygem/epp-client-rgp-0.15.0.gem) = a0700bbfd055fc47e4d744146a3918918070bfa34b021363c9b326845a76282c
    +SIZE (rubygem/epp-client-rgp-0.15.0.gem) = 18432
    
    Modified: head/net/rubygem-epp-client-secdns/Makefile
    ==============================================================================
    --- head/net/rubygem-epp-client-secdns/Makefile	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-secdns/Makefile	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	epp-client-secdns
    -PORTVERSION=	0.14.0
    +PORTVERSION=	0.15.0
     CATEGORIES=	net rubygems
     MASTER_SITES=	RG
     
    
    Modified: head/net/rubygem-epp-client-secdns/distinfo
    ==============================================================================
    --- head/net/rubygem-epp-client-secdns/distinfo	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-secdns/distinfo	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -1,2 +1,2 @@
    -SHA256 (rubygem/epp-client-secdns-0.14.0.gem) = 75cfc498035e29748b8518e96eef70fb55109f2b5fe875d4db131ee8514b6f28
    -SIZE (rubygem/epp-client-secdns-0.14.0.gem) = 32768
    +SHA256 (rubygem/epp-client-secdns-0.15.0.gem) = 961c4663c200f76f4e823f795ef9d1fbd3fc9d65a746bca8c59e461d6b4811e6
    +SIZE (rubygem/epp-client-secdns-0.15.0.gem) = 32768
    
    Modified: head/net/rubygem-epp-client-smallregistry/Makefile
    ==============================================================================
    --- head/net/rubygem-epp-client-smallregistry/Makefile	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-smallregistry/Makefile	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	epp-client-smallregistry
    -PORTVERSION=	0.14.0
    +PORTVERSION=	0.15.0
     CATEGORIES=	net rubygems
     MASTER_SITES=	RG
     
    
    Modified: head/net/rubygem-epp-client-smallregistry/distinfo
    ==============================================================================
    --- head/net/rubygem-epp-client-smallregistry/distinfo	Wed Feb 17 13:58:46 2016	(r409045)
    +++ head/net/rubygem-epp-client-smallregistry/distinfo	Wed Feb 17 14:24:16 2016	(r409046)
    @@ -1,2 +1,2 @@
    -SHA256 (rubygem/epp-client-smallregistry-0.14.0.gem) = 698de98f3b1ca3aa6228fdbb245866a2119348249fb2474172baca544d313235
    -SIZE (rubygem/epp-client-smallregistry-0.14.0.gem) = 9216
    +SHA256 (rubygem/epp-client-smallregistry-0.15.0.gem) = 23294efacf014f0604a8017da3b76145d81d4f1112e4227d30ff8d2935c4cd56
    +SIZE (rubygem/epp-client-smallregistry-0.15.0.gem) = 9216
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 14:28:14 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 845DAAAA063;
     Wed, 17 Feb 2016 14:28:14 +0000 (UTC)
     (envelope-from koobs@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 4169C1CB6;
     Wed, 17 Feb 2016 14:28:14 +0000 (UTC)
     (envelope-from koobs@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HESDSE048976;
     Wed, 17 Feb 2016 14:28:13 GMT (envelope-from koobs@FreeBSD.org)
    Received: (from koobs@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HESCS0048972;
     Wed, 17 Feb 2016 14:28:12 GMT (envelope-from koobs@FreeBSD.org)
    Message-Id: <201602171428.u1HESCS0048972@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: koobs set sender to
     koobs@FreeBSD.org using -f
    From: Kubilay Kocak 
    Date: Wed, 17 Feb 2016 14:28:12 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409047 - in head/www: . py-txrequests
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 14:28:14 -0000
    
    Author: koobs
    Date: Wed Feb 17 14:28:12 2016
    New Revision: 409047
    URL: https://svnweb.freebsd.org/changeset/ports/409047
    
    Log:
      [NEW] www/py-txrequests: Asynchronous Python HTTP for Humans
      
      Small add-on for the python requests http library. Makes use Twisted's
      ThreadPool, so that the requests API returns deferred.
      
      The additional API and changes are minimal and strives to avoid
      surprises.
      
      WWW: https://github.com/tardyp/txrequests
    
    Added:
      head/www/py-txrequests/
      head/www/py-txrequests/Makefile   (contents, props changed)
      head/www/py-txrequests/distinfo   (contents, props changed)
      head/www/py-txrequests/pkg-descr   (contents, props changed)
    Modified:
      head/www/Makefile
    
    Modified: head/www/Makefile
    ==============================================================================
    --- head/www/Makefile	Wed Feb 17 14:24:16 2016	(r409046)
    +++ head/www/Makefile	Wed Feb 17 14:28:12 2016	(r409047)
    @@ -1773,6 +1773,7 @@
         SUBDIR += py-tvdb_api
         SUBDIR += py-twistedWeb
         SUBDIR += py-twistedWeb2
    +    SUBDIR += py-txrequests
         SUBDIR += py-uliweb
         SUBDIR += py-urlgrabber
         SUBDIR += py-urljr
    
    Added: head/www/py-txrequests/Makefile
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/www/py-txrequests/Makefile	Wed Feb 17 14:28:12 2016	(r409047)
    @@ -0,0 +1,27 @@
    +# Created by: Kubilay Kocak 
    +# $FreeBSD$
    +
    +PORTNAME=	txrequests
    +PORTVERSION=	0.9.2
    +CATEGORIES=	www python
    +MASTER_SITES=	CHEESESHOP
    +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
    +
    +MAINTAINER=	koobs@FreeBSD.org
    +COMMENT=	Asynchronous Python HTTP for Humans
    +
    +LICENSE=	APACHE20
    +LICENSE_FILE=	${WRKSRC}/LICENSE
    +
    +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:${PORTSDIR}/www/py-requests \
    +		${PYTHON_PKGNAMEPREFIX}twisted>=9.0.0:${PORTSDIR}/devel/py-twisted
    +
    +USES=		python:-2.7
    +USE_PYTHON=	autoplist distutils
    +
    +NO_ARCH=	yes
    +
    +do-test:
    +	@cd ${WRKSRC} && ${LOCALBASE}/bin/trial ${WRKSRC}/test_txrequests.py
    +
    +.include 
    
    Added: head/www/py-txrequests/distinfo
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/www/py-txrequests/distinfo	Wed Feb 17 14:28:12 2016	(r409047)
    @@ -0,0 +1,2 @@
    +SHA256 (txrequests-0.9.2.tar.gz) = dc29e7c9305a74be3e88cd0253bde1981855426e39fbf4a7f4af647542eb7d4e
    +SIZE (txrequests-0.9.2.tar.gz) = 5223
    
    Added: head/www/py-txrequests/pkg-descr
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/www/py-txrequests/pkg-descr	Wed Feb 17 14:28:12 2016	(r409047)
    @@ -0,0 +1,6 @@
    +Small add-on for the python requests http library. Makes use twisted's
    +ThreadPool, so that the requests API returns deferred.
    +
    +The additional API and changes are minimal and strives to avoid surprises.
    +
    +WWW: https://github.com/tardyp/txrequests
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 14:43:03 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D798AAA8FC;
     Wed, 17 Feb 2016 14:43:03 +0000 (UTC)
     (envelope-from marino@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 2E8E219CE;
     Wed, 17 Feb 2016 14:43:03 +0000 (UTC)
     (envelope-from marino@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HEh2BA054612;
     Wed, 17 Feb 2016 14:43:02 GMT (envelope-from marino@FreeBSD.org)
    Received: (from marino@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HEh2T9054610;
     Wed, 17 Feb 2016 14:43:02 GMT (envelope-from marino@FreeBSD.org)
    Message-Id: <201602171443.u1HEh2T9054610@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: marino set sender to
     marino@FreeBSD.org using -f
    From: John Marino 
    Date: Wed, 17 Feb 2016 14:43:02 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409048 - head/ports-mgmt/synth
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 14:43:03 -0000
    
    Author: marino
    Date: Wed Feb 17 14:43:01 2016
    New Revision: 409048
    URL: https://svnweb.freebsd.org/changeset/ports/409048
    
    Log:
      ports-mgmt/synth: Upgrade version 1.00 => 1.01 (echo fixed)
      
      The echo and control-flow flags weren't being restored correctly in
      general, and they weren't being restored at program exit.  The result
      on PuTTY was that nothing would echo to the terminal after Synth
      exited, but the new version fixes it.
    
    Modified:
      head/ports-mgmt/synth/Makefile
      head/ports-mgmt/synth/distinfo
    
    Modified: head/ports-mgmt/synth/Makefile
    ==============================================================================
    --- head/ports-mgmt/synth/Makefile	Wed Feb 17 14:28:12 2016	(r409047)
    +++ head/ports-mgmt/synth/Makefile	Wed Feb 17 14:43:01 2016	(r409048)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	synth
    -PORTVERSION=	1.00
    +PORTVERSION=	1.01
     DISTVERSIONPREFIX=	v
     CATEGORIES=	ports-mgmt
     
    
    Modified: head/ports-mgmt/synth/distinfo
    ==============================================================================
    --- head/ports-mgmt/synth/distinfo	Wed Feb 17 14:28:12 2016	(r409047)
    +++ head/ports-mgmt/synth/distinfo	Wed Feb 17 14:43:01 2016	(r409048)
    @@ -1,4 +1,4 @@
    -SHA256 (jrmarino-synth-v1.00_GH0.tar.gz) = ac1d0a2bdc6db2eea9e88f4248451da09b95115ce57d7ca745d3616550a1e791
    -SIZE (jrmarino-synth-v1.00_GH0.tar.gz) = 91578
    +SHA256 (jrmarino-synth-v1.01_GH0.tar.gz) = d488b587d6a12d86758e9cd35cf84a225bd062750f1b5cc6e01a0ae019fdd7b8
    +SIZE (jrmarino-synth-v1.01_GH0.tar.gz) = 91585
     SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44
     SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 15:06:44 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3455BAAB30B;
     Wed, 17 Feb 2016 15:06:44 +0000 (UTC)
     (envelope-from demon@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 100421C58;
     Wed, 17 Feb 2016 15:06:43 +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 u1HF6hcX060571;
     Wed, 17 Feb 2016 15:06:43 GMT (envelope-from demon@FreeBSD.org)
    Received: (from demon@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HF6g3P060568;
     Wed, 17 Feb 2016 15:06:42 GMT (envelope-from demon@FreeBSD.org)
    Message-Id: <201602171506.u1HF6g3P060568@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: demon set sender to
     demon@FreeBSD.org using -f
    From: Dmitry Sivachenko 
    Date: Wed, 17 Feb 2016 15:06:42 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409049 - head/math/openfst
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 15:06:44 -0000
    
    Author: demon
    Date: Wed Feb 17 15:06:42 2016
    New Revision: 409049
    URL: https://svnweb.freebsd.org/changeset/ports/409049
    
    Log:
      Update to version 1.5.1.
    
    Modified:
      head/math/openfst/Makefile
      head/math/openfst/distinfo
      head/math/openfst/pkg-plist
    
    Modified: head/math/openfst/Makefile
    ==============================================================================
    --- head/math/openfst/Makefile	Wed Feb 17 14:43:01 2016	(r409048)
    +++ head/math/openfst/Makefile	Wed Feb 17 15:06:42 2016	(r409049)
    @@ -2,7 +2,7 @@
     # $FreeBSD$
     
     PORTNAME=	openfst
    -PORTVERSION=	1.5.0
    +PORTVERSION=	1.5.1
     CATEGORIES=	math
     MASTER_SITES=	http://www.openfst.org/twiki/pub/FST/FstDownload/
     
    @@ -17,6 +17,6 @@ GNU_CONFIGURE=	yes
     CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt
     
     post-patch:
    -	${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in ${WRKSRC}/src/extensions/compress/Makefile.in ${WRKSRC}/src/extensions/mpdt/Makefile.in
    +	${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in ${WRKSRC}/src/extensions/compress/Makefile.in ${WRKSRC}/src/extensions/mpdt/Makefile.in ${WRKSRC}/src/lib/Makefile.in ${WRKSRC}/src/script/Makefile.in
     
     .include 
    
    Modified: head/math/openfst/distinfo
    ==============================================================================
    --- head/math/openfst/distinfo	Wed Feb 17 14:43:01 2016	(r409048)
    +++ head/math/openfst/distinfo	Wed Feb 17 15:06:42 2016	(r409049)
    @@ -1,2 +1,2 @@
    -SHA256 (openfst-1.5.0.tar.gz) = 01c2b810295a942fede5b711bd04bdc9677855c846fedcc999c792604e02177b
    -SIZE (openfst-1.5.0.tar.gz) = 1007252
    +SHA256 (openfst-1.5.1.tar.gz) = d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925
    +SIZE (openfst-1.5.1.tar.gz) = 1165290
    
    Modified: head/math/openfst/pkg-plist
    ==============================================================================
    --- head/math/openfst/pkg-plist	Wed Feb 17 14:43:01 2016	(r409048)
    +++ head/math/openfst/pkg-plist	Wed Feb 17 15:06:42 2016	(r409049)
    @@ -88,12 +88,13 @@ include/fst/expectation-weight.h
     include/fst/extensions/compress/compress-script.h
     include/fst/extensions/compress/compress.h
     include/fst/extensions/compress/elias.h
    -include/fst/extensions/compress/fstgzfile.h
    +include/fst/extensions/compress/gzfile.h
     include/fst/extensions/compress/randmod.h
     include/fst/extensions/far/compile-strings.h
     include/fst/extensions/far/create.h
     include/fst/extensions/far/equal.h
     include/fst/extensions/far/extract.h
    +include/fst/extensions/far/far-class.h
     include/fst/extensions/far/far.h
     include/fst/extensions/far/farlib.h
     include/fst/extensions/far/farscript.h
    @@ -178,6 +179,8 @@ include/fst/reverse.h
     include/fst/reweight.h
     include/fst/rmepsilon.h
     include/fst/rmfinalepsilon.h
    +include/fst/script/arc-class.h
    +include/fst/script/arciterator-class.h
     include/fst/script/arcsort.h
     include/fst/script/arg-packs.h
     include/fst/script/closure.h
    @@ -194,6 +197,7 @@ include/fst/script/disambiguate.h
     include/fst/script/draw-impl.h
     include/fst/script/draw.h
     include/fst/script/encode.h
    +include/fst/script/encodemapper-class.h
     include/fst/script/epsnormalize.h
     include/fst/script/equal.h
     include/fst/script/equivalent.h
    @@ -223,6 +227,7 @@ include/fst/script/rmepsilon.h
     include/fst/script/script-impl.h
     include/fst/script/shortest-distance.h
     include/fst/script/shortest-path.h
    +include/fst/script/stateiterator-class.h
     include/fst/script/symbols.h
     include/fst/script/synchronize.h
     include/fst/script/text-io.h
    @@ -316,39 +321,6 @@ lib/fst/const8-fst.so.0.0.0
     lib/fst/ilabel_lookahead-fst.so
     lib/fst/ilabel_lookahead-fst.so.0
     lib/fst/ilabel_lookahead-fst.so.0.0.0
    -lib/fst/libfstcompact.so
    -lib/fst/libfstcompact.so.1
    -lib/fst/libfstcompact.so.1.0.5
    -lib/fst/libfstcompressscript.so
    -lib/fst/libfstcompressscript.so.1
    -lib/fst/libfstcompressscript.so.1.0.5
    -lib/fst/libfstconst.so
    -lib/fst/libfstconst.so.1
    -lib/fst/libfstconst.so.1.0.5
    -lib/fst/libfstfar.so
    -lib/fst/libfstfar.so.1
    -lib/fst/libfstfar.so.1.0.5
    -lib/fst/libfstfarscript.so
    -lib/fst/libfstfarscript.so.1
    -lib/fst/libfstfarscript.so.1.0.5
    -lib/fst/libfstgzfile.so
    -lib/fst/libfstgzfile.so.1
    -lib/fst/libfstgzfile.so.1.0.5
    -lib/fst/libfstlinearscript.so
    -lib/fst/libfstlinearscript.so.1
    -lib/fst/libfstlinearscript.so.1.0.5
    -lib/fst/libfstlookahead.so
    -lib/fst/libfstlookahead.so.1
    -lib/fst/libfstlookahead.so.1.0.5
    -lib/fst/libfstmpdtscript.so
    -lib/fst/libfstmpdtscript.so.1
    -lib/fst/libfstmpdtscript.so.1.0.5
    -lib/fst/libfstngram.so
    -lib/fst/libfstngram.so.1
    -lib/fst/libfstngram.so.1.0.5
    -lib/fst/libfstpdtscript.so
    -lib/fst/libfstpdtscript.so.1
    -lib/fst/libfstpdtscript.so.1.0.5
     lib/fst/linear_classifier-fst.so
     lib/fst/linear_classifier-fst.so.0
     lib/fst/linear_classifier-fst.so.0.0.0
    @@ -362,8 +334,38 @@ lib/fst/olabel_lookahead-fst.so
     lib/fst/olabel_lookahead-fst.so.0
     lib/fst/olabel_lookahead-fst.so.0.0.0
     lib/libfst.so
    -lib/libfst.so.1
    -lib/libfst.so.1.0.5
    +lib/libfst.so.2
    +lib/libfst.so.2.0.5
    +lib/libfstcompact.so
    +lib/libfstcompact.so.2
    +lib/libfstcompact.so.2.0.5
    +lib/libfstcompressscript.so
    +lib/libfstcompressscript.so.2
    +lib/libfstcompressscript.so.2.0.5
    +lib/libfstconst.so
    +lib/libfstconst.so.2
    +lib/libfstconst.so.2.0.5
    +lib/libfstfar.so
    +lib/libfstfar.so.2
    +lib/libfstfar.so.2.0.5
    +lib/libfstfarscript.so
    +lib/libfstfarscript.so.2
    +lib/libfstfarscript.so.2.0.5
    +lib/libfstlinearscript.so
    +lib/libfstlinearscript.so.2
    +lib/libfstlinearscript.so.2.0.5
    +lib/libfstlookahead.so
    +lib/libfstlookahead.so.2
    +lib/libfstlookahead.so.2.0.5
    +lib/libfstmpdtscript.so
    +lib/libfstmpdtscript.so.2
    +lib/libfstmpdtscript.so.2.0.5
    +lib/libfstngram.so
    +lib/libfstngram.so.2
    +lib/libfstngram.so.2.0.5
    +lib/libfstpdtscript.so
    +lib/libfstpdtscript.so.2
    +lib/libfstpdtscript.so.2.0.5
     lib/libfstscript.so
    -lib/libfstscript.so.1
    -lib/libfstscript.so.1.0.5
    +lib/libfstscript.so.2
    +lib/libfstscript.so.2.0.5
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 15:10:51 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 421E0AAB479;
     Wed, 17 Feb 2016 15:10:51 +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 061BC1FCA;
     Wed, 17 Feb 2016 15:10:50 +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 u1HFAoKg061417;
     Wed, 17 Feb 2016 15:10:50 GMT (envelope-from demon@FreeBSD.org)
    Received: (from demon@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HFAoq7061416;
     Wed, 17 Feb 2016 15:10:50 GMT (envelope-from demon@FreeBSD.org)
    Message-Id: <201602171510.u1HFAoq7061416@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: demon set sender to
     demon@FreeBSD.org using -f
    From: Dmitry Sivachenko 
    Date: Wed, 17 Feb 2016 15:10:50 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409050 - head/www/uwsgi/files
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 15:10:51 -0000
    
    Author: demon
    Date: Wed Feb 17 15:10:49 2016
    New Revision: 409050
    URL: https://svnweb.freebsd.org/changeset/ports/409050
    
    Log:
      Add a patch from upstream to fix build with clang 3.8
      
      PR:		207196
      Submitted by:	dim
    
    Added:
      head/www/uwsgi/files/patch-2483e64.diff   (contents, props changed)
    
    Added: head/www/uwsgi/files/patch-2483e64.diff
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/www/uwsgi/files/patch-2483e64.diff	Wed Feb 17 15:10:49 2016	(r409050)
    @@ -0,0 +1,61 @@
    +commit 2483e64e6dd504af5eefd4da94fc57c0f83b2563
    +Author: Joerg Sonnenberger 
    +Date:   Wed Jan 13 17:00:53 2016 +0100
    +
    +    plugins: properly update loop indexes once
    +    
    +    Fix clang warning about changing the loop variable in both loop
    +    body and header
    +
    +diff --git plugins/cgi/cgi_plugin.c plugins/cgi/cgi_plugin.c
    +index e4fe6e6..340886a 100644
    +--- plugins/cgi/cgi_plugin.c
    ++++ plugins/cgi/cgi_plugin.c
    +@@ -763,12 +763,11 @@ clear2:
    + 	}
    + 
    + 	// fill cgi env
    +-	for(i=0;ivar_cnt;i++) {
    ++	for(i=0;ivar_cnt;i+=2) {
    + 		// no need to free the putenv() memory
    + 		if (putenv(uwsgi_concat3n(wsgi_req->hvec[i].iov_base, wsgi_req->hvec[i].iov_len, "=", 1, wsgi_req->hvec[i+1].iov_base, wsgi_req->hvec[i+1].iov_len))) {
    + 			uwsgi_error("putenv()");
    + 		}
    +-		i++;
    + 	}
    + 
    + 
    +diff --git plugins/gccgo/gccgo_plugin.c plugins/gccgo/gccgo_plugin.c
    +index 09cfd69..98d8f71 100644
    +--- plugins/gccgo/gccgo_plugin.c
    ++++ plugins/gccgo/gccgo_plugin.c
    +@@ -233,9 +233,8 @@ static int uwsgi_gccgo_request(struct wsgi_request *wsgi_req) {
    + 
    + 	wsgi_req->async_environ = uwsgigo_env(wsgi_req);
    + 	int i;
    +-        for(i=0;ivar_cnt;i++) {
    ++        for(i=0;ivar_cnt;i+=2) {
    +                 uwsgigo_env_add(wsgi_req->async_environ, wsgi_req->hvec[i].iov_base,  wsgi_req->hvec[i].iov_len, wsgi_req->hvec[i+1].iov_base, wsgi_req->hvec[i+1].iov_len);
    +-                i++;
    +         }
    + 	uwsgigo_request(wsgi_req->async_environ, wsgi_req);
    + end:
    +diff --git plugins/jwsgi/jwsgi_plugin.c plugins/jwsgi/jwsgi_plugin.c
    +index 8cdac16..3b98632 100644
    +--- plugins/jwsgi/jwsgi_plugin.c
    ++++ plugins/jwsgi/jwsgi_plugin.c
    +@@ -71,13 +71,12 @@ static int uwsgi_jwsgi_request(struct wsgi_request *wsgi_req) {
    + 	if (!hm) return -1;
    + 
    + 	int i;
    +-	for(i=0;ivar_cnt;i++) {
    ++	for(i=0;ivar_cnt;i+=2) {
    +                 char *hk = wsgi_req->hvec[i].iov_base;
    +                 uint16_t hk_l = wsgi_req->hvec[i].iov_len;
    +                 char *hv = wsgi_req->hvec[i+1].iov_base;
    +                 uint16_t hv_l = wsgi_req->hvec[i+1].iov_len;
    + 		if (uwsgi_jwsgi_add_request_item(hm, hk, hk_l, hv, hv_l)) goto end;
    +-		i++;
    + 	}
    + 
    + 	if (uwsgi_jwsgi_add_request_input(hm, "jwsgi.input", 11)) goto end;
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 15:29:32 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id B25FEAABC10;
     Wed, 17 Feb 2016 15:29:32 +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 7ED1A1826;
     Wed, 17 Feb 2016 15:29:32 +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 u1HFTVSg066718;
     Wed, 17 Feb 2016 15:29:31 GMT (envelope-from rakuco@FreeBSD.org)
    Received: (from rakuco@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HFTVnY066716;
     Wed, 17 Feb 2016 15:29:31 GMT (envelope-from rakuco@FreeBSD.org)
    Message-Id: <201602171529.u1HFTVnY066716@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: rakuco set sender to
     rakuco@FreeBSD.org using -f
    From: Raphael Kubo da Costa 
    Date: Wed, 17 Feb 2016 15:29:31 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409051 - head/math/eigen3
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 15:29:32 -0000
    
    Author: rakuco
    Date: Wed Feb 17 15:29:31 2016
    New Revision: 409051
    URL: https://svnweb.freebsd.org/changeset/ports/409051
    
    Log:
      Update to 3.2.8.
      
      Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.8
    
    Modified:
      head/math/eigen3/Makefile
      head/math/eigen3/distinfo
    
    Modified: head/math/eigen3/Makefile
    ==============================================================================
    --- head/math/eigen3/Makefile	Wed Feb 17 15:10:49 2016	(r409050)
    +++ head/math/eigen3/Makefile	Wed Feb 17 15:29:31 2016	(r409051)
    @@ -1,7 +1,7 @@
     # $FreeBSD$
     
     PORTNAME=	eigen
    -PORTVERSION=	3.2.7
    +PORTVERSION=	3.2.8
     CATEGORIES=	math
     MASTER_SITES=	https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
     DISTNAME=	${PORTVERSION}
    @@ -13,10 +13,10 @@ COMMENT=	Lightweight library for vector 
     LICENSE=	LGPL21 MPL
     LICENSE_COMB=	multi
     
    +CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
     USES=		cmake:outsource tar:bzip2
    -CONFIGURE_ENV+=	PKG_CONFIG_LIBDIR="${PREFIX}/libdata"
     NO_BUILD=	yes
     
    -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-b30b87236a1b
    +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-07105f7124f9
     
     .include 
    
    Modified: head/math/eigen3/distinfo
    ==============================================================================
    --- head/math/eigen3/distinfo	Wed Feb 17 15:10:49 2016	(r409050)
    +++ head/math/eigen3/distinfo	Wed Feb 17 15:29:31 2016	(r409051)
    @@ -1,2 +1,2 @@
    -SHA256 (eigen/3.2.7.tar.bz2) = e58e1a11b23cf2754e32b3c5990f318a8461a3613c7acbf6035870daa45c2f3e
    -SIZE (eigen/3.2.7.tar.bz2) = 1155162
    +SHA256 (eigen/3.2.8.tar.bz2) = 722a63d672b70f39c271c5e2a4a43ba14d12015674331790414fcb167c357e55
    +SIZE (eigen/3.2.8.tar.bz2) = 1161201
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 15:56:44 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0D5CAAAB11;
     Wed, 17 Feb 2016 15:56:44 +0000 (UTC)
     (envelope-from koobs@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 790A31E85;
     Wed, 17 Feb 2016 15:56:44 +0000 (UTC)
     (envelope-from koobs@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HFuhGC075452;
     Wed, 17 Feb 2016 15:56:43 GMT (envelope-from koobs@FreeBSD.org)
    Received: (from koobs@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HFuhAL075447;
     Wed, 17 Feb 2016 15:56:43 GMT (envelope-from koobs@FreeBSD.org)
    Message-Id: <201602171556.u1HFuhAL075447@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: koobs set sender to
     koobs@FreeBSD.org using -f
    From: Kubilay Kocak 
    Date: Wed, 17 Feb 2016 15:56:43 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409052 - in head/devel: . py-sure
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 15:56:44 -0000
    
    Author: koobs
    Date: Wed Feb 17 15:56:42 2016
    New Revision: 409052
    URL: https://svnweb.freebsd.org/changeset/ports/409052
    
    Log:
      [NEW] devel/py-sure: Utility belt for automated testing in Python for Python
      
      A testing library for python with powerful and flexible assertions.
      
      Sure is heavily inspired by should.js
      
      WWW: https://github.com/gabrielfalcao/sure
    
    Added:
      head/devel/py-sure/
      head/devel/py-sure/Makefile   (contents, props changed)
      head/devel/py-sure/distinfo   (contents, props changed)
      head/devel/py-sure/pkg-descr   (contents, props changed)
    Modified:
      head/devel/Makefile
    
    Modified: head/devel/Makefile
    ==============================================================================
    --- head/devel/Makefile	Wed Feb 17 15:29:31 2016	(r409051)
    +++ head/devel/Makefile	Wed Feb 17 15:56:42 2016	(r409052)
    @@ -4372,6 +4372,7 @@
         SUBDIR += py-stsci.distutils
         SUBDIR += py-subversion
         SUBDIR += py-subvertpy
    +    SUBDIR += py-sure
         SUBDIR += py-sysctl
         SUBDIR += py-sysv_ipc
         SUBDIR += py-tables
    
    Added: head/devel/py-sure/Makefile
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/devel/py-sure/Makefile	Wed Feb 17 15:56:42 2016	(r409052)
    @@ -0,0 +1,27 @@
    +# Created by: Kubilay Kocak 
    +# $FreeBSD$
    +
    +PORTNAME=	sure
    +PORTVERSION=	1.2.24
    +CATEGORIES=	devel python
    +MASTER_SITES=	CHEESESHOP
    +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
    +
    +MAINTAINER=	koobs@FreeBSD.org
    +COMMENT=	Utility belt for automated testing in Python for Python
    +
    +LICENSE=	GPLv3
    +
    +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \
    +		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
    +TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
    +
    +USES=		python:2.7
    +USE_PYTHON=	autoplist distutils
    +
    +NO_ARCH=	yes
    +
    +do-test:
    +	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
    +
    +.include 
    
    Added: head/devel/py-sure/distinfo
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/devel/py-sure/distinfo	Wed Feb 17 15:56:42 2016	(r409052)
    @@ -0,0 +1,2 @@
    +SHA256 (sure-1.2.24.tar.gz) = 5c0456a0bfec40ffe57bf9f1f1d4f6cfd4b92848b8c97b5b4165afb933c0d2d3
    +SIZE (sure-1.2.24.tar.gz) = 28089
    
    Added: head/devel/py-sure/pkg-descr
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/devel/py-sure/pkg-descr	Wed Feb 17 15:56:42 2016	(r409052)
    @@ -0,0 +1,5 @@
    +A testing library for python with powerful and flexible assertions.
    +
    +Sure is heavily inspired by should.js
    +
    +WWW: https://github.com/gabrielfalcao/sure
    
    From owner-svn-ports-head@freebsd.org  Wed Feb 17 17:23:26 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB2E6AAB3B2;
     Wed, 17 Feb 2016 17:23:25 +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 B8ABD1281;
     Wed, 17 Feb 2016 17:23:25 +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 u1HHNOU6001479;
     Wed, 17 Feb 2016 17:23:24 GMT (envelope-from feld@FreeBSD.org)
    Received: (from feld@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HHNOeF001477;
     Wed, 17 Feb 2016 17:23:24 GMT (envelope-from feld@FreeBSD.org)
    Message-Id: <201602171723.u1HHNOeF001477@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: feld set sender to
     feld@FreeBSD.org using -f
    From: Mark Felder 
    Date: Wed, 17 Feb 2016 17:23:24 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409054 - head/security/vuxml
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Wed, 17 Feb 2016 17:23:26 -0000
    
    Author: feld
    Date: Wed Feb 17 17:23:24 2016
    New Revision: 409054
    URL: https://svnweb.freebsd.org/changeset/ports/409054
    
    Log:
      Document databases/adminer vulnerabilities
    
    Modified:
      head/security/vuxml/vuln.xml
    
    Modified: head/security/vuxml/vuln.xml
    ==============================================================================
    --- head/security/vuxml/vuln.xml	Wed Feb 17 17:18:04 2016	(r409053)
    +++ head/security/vuxml/vuln.xml	Wed Feb 17 17:23:24 2016	(r409054)
    @@ -57,6 +57,107 @@ Notes:
       * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
     -->
     
    +  
    +    adminer -- remote code execution
    +    
    +      
    +	adminer
    +	4.2.4
    +      
    +    
    +    
    +      
    +	

    Jakub Vrana reports:

    +
    +

    Fix remote code execution in SQLite query

    +
    + +
    + + https://github.com/vrana/adminer/commit/e5352cc5acad21513bb02677e2021b80bf7e7b8b + + + 2016-02-06 + 2016-02-17 + +
    + + + adminer -- XSS vulnerability + + + adminer + 4.2.3 + + + + +

    Jakub Vrana reports:

    +
    +

    Fix XSS in indexes (non-MySQL only)

    +
    + +
    + + https://github.com/vrana/adminer/commit/4be0b6655e0bf415960659db2a6dd4e60eebbd66 + + + 2015-11-08 + 2016-02-17 + +
    + + + adminer -- XSS vulnerability + + + adminer + 4.2.2 + + + + +

    Jakub Vrana reports:

    +
    +

    Fix XSS in alter table

    +
    + +
    + + https://github.com/vrana/adminer/commit/596f8df373cd3efe5bcb6013858bd7a6bb5ecb2c + + + 2015-08-05 + 2016-02-17 + +
    + + + adminer -- XSS vulnerability + + + adminer + 4.2.0 + + + + +

    Jakub Vrana reports:

    +
    +

    Fix XSS in login form

    +
    + +
    + + https://github.com/vrana/adminer/commit/c990de3b3ee1816afb130bd0e1570577bf54a8e5 + https://sourceforge.net/p/adminer/bugs-and-features/436/ + + + 2015-01-30 + 2016-02-17 + +
    + libgcrypt -- side-channel attack on ECDH From owner-svn-ports-head@freebsd.org Wed Feb 17 17:41:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6A62AABC56; Wed, 17 Feb 2016 17:41:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A91E81DBD; Wed, 17 Feb 2016 17:41:09 +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 u1HHf8lj004724; Wed, 17 Feb 2016 17:41:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HHf8u3004721; Wed, 17 Feb 2016 17:41:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602171741.u1HHf8u3004721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 17 Feb 2016 17:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409055 - head/databases/adminer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 17:41:10 -0000 Author: feld Date: Wed Feb 17 17:41:08 2016 New Revision: 409055 URL: https://svnweb.freebsd.org/changeset/ports/409055 Log: databases/adminer: Update to 4.2.4 This update resolves several security issues MFH: 2016Q1 Security: https://vuxml.freebsd.org/freebsd/8cf54d73-d591-11e5-8fa8-14dae9d210b8.html Security: https://vuxml.freebsd.org/freebsd/18201a1c-d59a-11e5-8fa8-14dae9d210b8.html Security: https://vuxml.freebsd.org/freebsd/ad91ee9b-d599-11e5-8fa8-14dae9d210b8.html Security: https://vuxml.freebsd.org/freebsd/dd563930-d59a-11e5-8fa8-14dae9d210b8.html Modified: head/databases/adminer/Makefile head/databases/adminer/distinfo head/databases/adminer/pkg-plist Modified: head/databases/adminer/Makefile ============================================================================== --- head/databases/adminer/Makefile Wed Feb 17 17:23:24 2016 (r409054) +++ head/databases/adminer/Makefile Wed Feb 17 17:41:08 2016 (r409055) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= adminer -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.4 CATEGORIES= databases www -MASTER_SITES= SF/${PORTNAME}/Adminer/Adminer%20${PORTVERSION} +MASTER_SITES= https://www.adminer.org/static/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}.php ${PORTNAME}-${PORTVERSION}-en.php \ ${PORTNAME}-${PORTVERSION}-mysql.php ${PORTNAME}-${PORTVERSION}-mysql-en.php Modified: head/databases/adminer/distinfo ============================================================================== --- head/databases/adminer/distinfo Wed Feb 17 17:23:24 2016 (r409054) +++ head/databases/adminer/distinfo Wed Feb 17 17:41:08 2016 (r409055) @@ -1,10 +1,10 @@ -SHA256 (adminer-4.2.1.zip) = d8df8987a0aca90be5b9844874b42039e8943c87d2785dcd652dba53a2999b7d -SIZE (adminer-4.2.1.zip) = 614594 -SHA256 (adminer-4.2.1.php) = f7471d6f006b3db84a4919a216436b3be5c1468053497161696ecfddbb538ed1 -SIZE (adminer-4.2.1.php) = 403657 -SHA256 (adminer-4.2.1-en.php) = b39e09c041e3fea57ab506934ce36f72c6e6f55ea1e9a5777ffb38bcc9f43edb -SIZE (adminer-4.2.1-en.php) = 289193 -SHA256 (adminer-4.2.1-mysql.php) = f5cad79170a5ad3c49aae196f4f41adaf8ece5306b00405aeb71c9704be4b926 -SIZE (adminer-4.2.1-mysql.php) = 302443 -SHA256 (adminer-4.2.1-mysql-en.php) = ec220563ef9d04f83aa3fa9166ff8b85cbce9acdfeacb9ad2cc0652d8d643233 -SIZE (adminer-4.2.1-mysql-en.php) = 193422 +SHA256 (adminer-4.2.4.zip) = 74c24f742f01178522a68f56d3f56681282fa9288f39d9e00144ad80fb442a00 +SIZE (adminer-4.2.4.zip) = 648017 +SHA256 (adminer-4.2.4.php) = ea21b95da1a2f66d26849160f3257823254663144e6b3b506c35160b70c7b3bd +SIZE (adminer-4.2.4.php) = 422812 +SHA256 (adminer-4.2.4-en.php) = 1e1813745f670c469a1c368c45d159ec55656f0a31ed966065a9ca6edd27acc1 +SIZE (adminer-4.2.4-en.php) = 289358 +SHA256 (adminer-4.2.4-mysql.php) = 2da1ddae3431c96c7c0dc83d367102fa8ef1d161197c85daafdd7662b889297b +SIZE (adminer-4.2.4-mysql.php) = 320705 +SHA256 (adminer-4.2.4-mysql-en.php) = bbe24e287f42cb3d1f272ebd890a8a4f81e4e675f88f726ae5f80347181e3fd6 +SIZE (adminer-4.2.4-mysql-en.php) = 193565 Modified: head/databases/adminer/pkg-plist ============================================================================== --- head/databases/adminer/pkg-plist Wed Feb 17 17:23:24 2016 (r409054) +++ head/databases/adminer/pkg-plist Wed Feb 17 17:41:08 2016 (r409055) @@ -38,16 +38,21 @@ %%FULL%%%%WWWDIR%%/composer.json %%WWWDIR%%/adminer/index.php %%FULL%%%%WWWDIR%%/adminer/lang/ar.inc.php +%%FULL%%%%WWWDIR%%/adminer/lang/bg.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/bn.inc.php +%%FULL%%%%WWWDIR%%/adminer/lang/bs.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/ca.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/cs.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/da.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/de.inc.php +%%FULL%%%%WWWDIR%%/adminer/lang/el.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/en.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/es.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/et.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/fa.inc.php +%%FULL%%%%WWWDIR%%/adminer/lang/fi.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/fr.inc.php +%%FULL%%%%WWWDIR%%/adminer/lang/gl.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/hu.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/id.inc.php %%FULL%%%%WWWDIR%%/adminer/lang/it.inc.php @@ -103,12 +108,14 @@ %%FULL%%%%WWWDIR%%/designs/brade/adminer.css %%FULL%%%%WWWDIR%%/designs/bueltge/adminer.css %%FULL%%%%WWWDIR%%/designs/cvicebni-ubor/adminer.css +%%FULL%%%%WWWDIR%%/designs/galkaev/adminer.css %%FULL%%%%WWWDIR%%/designs/haeckel/adminer.css %%FULL%%%%WWWDIR%%/designs/hever/adminer.css %%FULL%%%%WWWDIR%%/designs/jukin/adminer.css %%FULL%%%%WWWDIR%%/designs/kahi/adminer.css %%FULL%%%%WWWDIR%%/designs/konya/adminer.css %%FULL%%%%WWWDIR%%/designs/nette/adminer.css +%%FULL%%%%WWWDIR%%/designs/nicu/adminer.css %%FULL%%%%WWWDIR%%/designs/ng9/adminer.css %%FULL%%%%WWWDIR%%/designs/pappu687/adminer.css %%FULL%%%%WWWDIR%%/designs/paranoiq/adminer.css From owner-svn-ports-head@freebsd.org Wed Feb 17 18:01:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 687F8AAB522; Wed, 17 Feb 2016 18:01:44 +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 1B90C19DC; Wed, 17 Feb 2016 18:01:44 +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 u1HI1hvg013393; Wed, 17 Feb 2016 18:01:43 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HI1hpU013392; Wed, 17 Feb 2016 18:01:43 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602171801.u1HI1hpU013392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 17 Feb 2016 18:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409057 - head/graphics/code-eli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 18:01:44 -0000 Author: rakuco Date: Wed Feb 17 18:01:42 2016 New Revision: 409057 URL: https://svnweb.freebsd.org/changeset/ports/409057 Log: Convert to option target helpers and simplify BROKEN definition. Approved by: portmgr blanket approval Modified: head/graphics/code-eli/Makefile Modified: head/graphics/code-eli/Makefile ============================================================================== --- head/graphics/code-eli/Makefile Wed Feb 17 17:41:55 2016 (r409056) +++ head/graphics/code-eli/Makefile Wed Feb 17 18:01:42 2016 (r409057) @@ -32,19 +32,16 @@ EXAMPLES_LIB_DEPENDS= libcpptest.so:${PO DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen DOCS_ALL_TARGET= doc -.include +# The code uses std::cbrt(). Even if one passes some additional macros for +# libstdc++ to enable additional math functions in math.h some of them, such as +# acoshl() are not defined and linking fails. +BROKEN_FreeBSD_9= Needs additional math functions -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BROKEN= Can not compile if FreeBSD version lower than 10.0-RELEASE -.endif - -post-patch: -.if ! ${PORT_OPTIONS:MEXAMPLES} +post-patch-EXAMPLES-off: ${REINPLACE_CMD} \ -e 's/add_subdirectory(example)//g' \ -e 's/find_package(CPPTest)//g' \ ${WRKSRC}/CMakeLists.txt -.endif do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/eli \ @@ -55,7 +52,8 @@ do-install: ${STAGEDIR}${PREFIX}/include/eli (cd ${WRKSRC}/include/eli && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/eli "*") -.if ${PORT_OPTIONS:MEXAMPLES} + +do-install-EXAMPLES-on: ${INSTALL_DATA} \ ${BUILD_WRKSRC}/example/${VSPPOD_DIR}/VSPPodExample \ ${BUILD_WRKSRC}/example/${AIRFOIL_DIR}/AirfoilFitExample \ @@ -67,9 +65,8 @@ do-install: "-name *Test -type f") ${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \ ${XARGS} ${STRIP_CMD} -.endif -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: (cd ${BUILD_WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif .include From owner-svn-ports-head@freebsd.org Wed Feb 17 18:20:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E85A1AABD46; Wed, 17 Feb 2016 18:20:47 +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 B56EF14DE; Wed, 17 Feb 2016 18:20:47 +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 u1HIKkHo016780; Wed, 17 Feb 2016 18:20:46 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HIKkK1016779; Wed, 17 Feb 2016 18:20:46 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602171820.u1HIKkK1016779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 17 Feb 2016 18:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409058 - head/graphics/code-eli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 18:20:48 -0000 Author: rakuco Date: Wed Feb 17 18:20:46 2016 New Revision: 409058 URL: https://svnweb.freebsd.org/changeset/ports/409058 Log: Fix typo in DOCS option target helper after r409057. Modified: head/graphics/code-eli/Makefile Modified: head/graphics/code-eli/Makefile ============================================================================== --- head/graphics/code-eli/Makefile Wed Feb 17 18:01:42 2016 (r409057) +++ head/graphics/code-eli/Makefile Wed Feb 17 18:20:46 2016 (r409058) @@ -66,7 +66,7 @@ do-install-EXAMPLES-on: ${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \ ${XARGS} ${STRIP_CMD} -post-install-DOCS-on: +do-install-DOCS-on: (cd ${BUILD_WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include From owner-svn-ports-head@freebsd.org Wed Feb 17 18:24:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0A9DAABEC4; Wed, 17 Feb 2016 18:24:22 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83FCF1A40; Wed, 17 Feb 2016 18:24:22 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HIOLhb019495; Wed, 17 Feb 2016 18:24:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HIOLuv019493; Wed, 17 Feb 2016 18:24:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602171824.u1HIOLuv019493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 17 Feb 2016 18:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409059 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 18:24:22 -0000 Author: marino Date: Wed Feb 17 18:24:21 2016 New Revision: 409059 URL: https://svnweb.freebsd.org/changeset/ports/409059 Log: ports-mgmt/synth: Upgrade version 1.01 => 1.02 (tty checked) Any attempt to alter echo and control flags when the standard input stream is not connected to a tty will fail. Fix the resulting nuisance messages by skipping these steps if a tty is not present. Reported by kmoore@ on jenkins Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Wed Feb 17 18:20:46 2016 (r409058) +++ head/ports-mgmt/synth/Makefile Wed Feb 17 18:24:21 2016 (r409059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.01 +PORTVERSION= 1.02 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Wed Feb 17 18:20:46 2016 (r409058) +++ head/ports-mgmt/synth/distinfo Wed Feb 17 18:24:21 2016 (r409059) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.01_GH0.tar.gz) = d488b587d6a12d86758e9cd35cf84a225bd062750f1b5cc6e01a0ae019fdd7b8 -SIZE (jrmarino-synth-v1.01_GH0.tar.gz) = 91585 +SHA256 (jrmarino-synth-v1.02_GH0.tar.gz) = 2d7c5f08308b09836e63122c667c1d3dc2082095716c5fafdc5d46648d62087a +SIZE (jrmarino-synth-v1.02_GH0.tar.gz) = 91614 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 From owner-svn-ports-head@freebsd.org Wed Feb 17 18:25:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D967AABF5B; Wed, 17 Feb 2016 18:25:45 +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 CAED41BBA; Wed, 17 Feb 2016 18:25:44 +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 u1HIPhcv019671; Wed, 17 Feb 2016 18:25:43 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HIPh0r019668; Wed, 17 Feb 2016 18:25:43 GMT (envelope-from des@FreeBSD.org) Message-Id: <201602171825.u1HIPh0r019668@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: Wed, 17 Feb 2016 18:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409060 - head/emulators/linux_base-c6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 18:25:45 -0000 Author: des Date: Wed Feb 17 18:25:43 2016 New Revision: 409060 URL: https://svnweb.freebsd.org/changeset/ports/409060 Log: Update glibc and glibc-common to latest version PR: 207272 Submitted by: Johannes Jost Meixner MFH: 2016Q1 Security: CVE-2015-7547 Modified: head/emulators/linux_base-c6/Makefile head/emulators/linux_base-c6/distinfo.i686 head/emulators/linux_base-c6/distinfo.x86_64 Modified: head/emulators/linux_base-c6/Makefile ============================================================================== --- head/emulators/linux_base-c6/Makefile Wed Feb 17 18:24:21 2016 (r409059) +++ head/emulators/linux_base-c6/Makefile Wed Feb 17 18:25:43 2016 (r409060) @@ -3,7 +3,7 @@ PORTNAME= c6 PORTVERSION= 6.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= CENTOS_LINUX CENTOS_LINUX_UPDATES MASTER_SITE_SUBDIR= ${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/\ @@ -43,8 +43,8 @@ BIN_DISTFILES= basesystem-10.0-4.el6.noa gamin-0.1.10-9.el6.${LINUX_RPM_ARCH}.rpm \ gdbm-1.8.0-38.el6.${LINUX_RPM_ARCH}.rpm \ glib2-2.28.8-4.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-2.12-1.166.el6_7.3.${LINUX_RPM_ARCH}.rpm \ - glibc-common-2.12-1.166.el6_7.3.${LINUX_RPM_ARCH}.rpm \ + glibc-2.12-1.166.el6_7.7.${LINUX_RPM_ARCH}.rpm \ + glibc-common-2.12-1.166.el6_7.7.${LINUX_RPM_ARCH}.rpm \ gmp-4.3.1-7.el6_2.2.${LINUX_RPM_ARCH}.rpm \ grep-2.20-3.el6_7.1.${LINUX_RPM_ARCH}.rpm \ info-4.13a-8.el6.${LINUX_RPM_ARCH}.rpm \ @@ -94,7 +94,7 @@ SRC_DISTFILES= basesystem-10.0-4.el6.src gamin-0.1.10-9.el6.src.rpm:SOURCE \ gdbm-1.8.0-38.el6.src.rpm:SOURCE \ glib2-2.28.8-4.el6.src.rpm:SOURCE \ - glibc-2.12-1.166.el6_7.3.src.rpm:SOURCE \ + glibc-2.12-1.166.el6_7.7.src.rpm:SOURCE \ gmp-4.3.1-7.el6_2.2.src.rpm:SOURCE \ grep-2.20-3.el6_7.1.src.rpm:SOURCE \ texinfo-4.13a-8.el6.src.rpm:SOURCE \ Modified: head/emulators/linux_base-c6/distinfo.i686 ============================================================================== --- head/emulators/linux_base-c6/distinfo.i686 Wed Feb 17 18:24:21 2016 (r409059) +++ head/emulators/linux_base-c6/distinfo.i686 Wed Feb 17 18:25:43 2016 (r409060) @@ -38,10 +38,10 @@ SHA256 (rpm/i686/centos/6.7/gdbm-1.8.0-3 SIZE (rpm/i686/centos/6.7/gdbm-1.8.0-38.el6.i686.rpm) = 29672 SHA256 (rpm/i686/centos/6.7/glib2-2.28.8-4.el6.i686.rpm) = 778bcfc904fa6c697b0a11399e5310e1684f58c81ae46f6962efcd8d663bc154 SIZE (rpm/i686/centos/6.7/glib2-2.28.8-4.el6.i686.rpm) = 1735384 -SHA256 (rpm/i686/centos/6.7/glibc-2.12-1.166.el6_7.3.i686.rpm) = e88cf71709ba95883cf472e2e8228867337f8bcd8ce8f8e3ee42bc50780d540f -SIZE (rpm/i686/centos/6.7/glibc-2.12-1.166.el6_7.3.i686.rpm) = 4558092 -SHA256 (rpm/i686/centos/6.7/glibc-common-2.12-1.166.el6_7.3.i686.rpm) = a197b07383c0ccfc48ea4e26d65e01caaaf64cf9ebdee649964ed3b64d779263 -SIZE (rpm/i686/centos/6.7/glibc-common-2.12-1.166.el6_7.3.i686.rpm) = 14874636 +SHA256 (rpm/i686/centos/6.7/glibc-2.12-1.166.el6_7.7.i686.rpm) = b864b56998c7f54ad2ff8a88e6d2e2e9bbb7fed5b5cd1a5a37335df3db1009f5 +SIZE (rpm/i686/centos/6.7/glibc-2.12-1.166.el6_7.7.i686.rpm) = 4558520 +SHA256 (rpm/i686/centos/6.7/glibc-common-2.12-1.166.el6_7.7.i686.rpm) = 05d0ad7fafb040ac70f955b46c82c2bcb35a11a867f4b024e6cdfc393cefa7e4 +SIZE (rpm/i686/centos/6.7/glibc-common-2.12-1.166.el6_7.7.i686.rpm) = 14875116 SHA256 (rpm/i686/centos/6.7/gmp-4.3.1-7.el6_2.2.i686.rpm) = f1855126a943ed4aac412006af98490248b739b4f9f78487f17c3275557948e2 SIZE (rpm/i686/centos/6.7/gmp-4.3.1-7.el6_2.2.i686.rpm) = 331548 SHA256 (rpm/i686/centos/6.7/grep-2.20-3.el6_7.1.i686.rpm) = 30ee73ceb1cfd42756d10c3965b273e7b54c700591334ce46d456cba3bc9f54a @@ -136,8 +136,8 @@ SHA256 (rpm/i686/centos/6.7/gdbm-1.8.0-3 SIZE (rpm/i686/centos/6.7/gdbm-1.8.0-38.el6.src.rpm) = 151595 SHA256 (rpm/i686/centos/6.7/glib2-2.28.8-4.el6.src.rpm) = 949d8a71657700619884a2c0bfdb42eac17cf6ede73d206a7e427d95ad7dcf1c SIZE (rpm/i686/centos/6.7/glib2-2.28.8-4.el6.src.rpm) = 7119331 -SHA256 (rpm/i686/centos/6.7/glibc-2.12-1.166.el6_7.3.src.rpm) = a361834d9e2fc4c175cec86ff0717f51105871316e5aca1ce0923b59be2cd4af -SIZE (rpm/i686/centos/6.7/glibc-2.12-1.166.el6_7.3.src.rpm) = 16226785 +SHA256 (rpm/i686/centos/6.7/glibc-2.12-1.166.el6_7.7.src.rpm) = cf324b8eedeeeb49f27006d4defc9711190213269c5206964fd09e7107c87ba4 +SIZE (rpm/i686/centos/6.7/glibc-2.12-1.166.el6_7.7.src.rpm) = 16239886 SHA256 (rpm/i686/centos/6.7/gmp-4.3.1-7.el6_2.2.src.rpm) = bdcb4d9e864f97b74f116b9bcb22ee2a589b8b7defef76d72004b80a157d9c7c SIZE (rpm/i686/centos/6.7/gmp-4.3.1-7.el6_2.2.src.rpm) = 1908630 SHA256 (rpm/i686/centos/6.7/grep-2.20-3.el6_7.1.src.rpm) = b8407de7352dde0186d02acc2ede8da58acfff7a376bfea75a845c7a7498d638 Modified: head/emulators/linux_base-c6/distinfo.x86_64 ============================================================================== --- head/emulators/linux_base-c6/distinfo.x86_64 Wed Feb 17 18:24:21 2016 (r409059) +++ head/emulators/linux_base-c6/distinfo.x86_64 Wed Feb 17 18:25:43 2016 (r409060) @@ -38,10 +38,10 @@ SHA256 (rpm/x86_64/centos/6.7/gdbm-1.8.0 SIZE (rpm/x86_64/centos/6.7/gdbm-1.8.0-38.el6.x86_64.rpm) = 29548 SHA256 (rpm/x86_64/centos/6.7/glib2-2.28.8-4.el6.x86_64.rpm) = fd969e3425645dcf0495bd61feaa01f0b83296c72cfec71d0ccfac77b2ee15a7 SIZE (rpm/x86_64/centos/6.7/glib2-2.28.8-4.el6.x86_64.rpm) = 1753004 -SHA256 (rpm/x86_64/centos/6.7/glibc-2.12-1.166.el6_7.3.x86_64.rpm) = 5ffa96a7eb946cf558fef748e081ca6b49492e4a45397b3b59c678412b81d602 -SIZE (rpm/x86_64/centos/6.7/glibc-2.12-1.166.el6_7.3.x86_64.rpm) = 3996780 -SHA256 (rpm/x86_64/centos/6.7/glibc-common-2.12-1.166.el6_7.3.x86_64.rpm) = cddd45e90d919e87f92d0f911c674bf35960cbbb376eb5182f4b1c7ca85d471d -SIZE (rpm/x86_64/centos/6.7/glibc-common-2.12-1.166.el6_7.3.x86_64.rpm) = 14886696 +SHA256 (rpm/x86_64/centos/6.7/glibc-2.12-1.166.el6_7.7.x86_64.rpm) = 2c8769972f74c508392cf3d26ccaf1e977e26c6de17607d0f0efcd94c893e497 +SIZE (rpm/x86_64/centos/6.7/glibc-2.12-1.166.el6_7.7.x86_64.rpm) = 3997460 +SHA256 (rpm/x86_64/centos/6.7/glibc-common-2.12-1.166.el6_7.7.x86_64.rpm) = 9270e196264742aa6dad454f91edc72535a8fd5e55e0aa205008d3756eae990a +SIZE (rpm/x86_64/centos/6.7/glibc-common-2.12-1.166.el6_7.7.x86_64.rpm) = 14887196 SHA256 (rpm/x86_64/centos/6.7/gmp-4.3.1-7.el6_2.2.x86_64.rpm) = ec257a3a9b58ac802f344623cf4bb8a507c75583c18c0a3d798dafd69059b7fe SIZE (rpm/x86_64/centos/6.7/gmp-4.3.1-7.el6_2.2.x86_64.rpm) = 211528 SHA256 (rpm/x86_64/centos/6.7/grep-2.20-3.el6_7.1.x86_64.rpm) = 5d5dd440313f0b778c947bfc8febddfb36d72d94ca24b90af77775000e63e672 @@ -136,8 +136,8 @@ SHA256 (rpm/x86_64/centos/6.7/gdbm-1.8.0 SIZE (rpm/x86_64/centos/6.7/gdbm-1.8.0-38.el6.src.rpm) = 151595 SHA256 (rpm/x86_64/centos/6.7/glib2-2.28.8-4.el6.src.rpm) = 949d8a71657700619884a2c0bfdb42eac17cf6ede73d206a7e427d95ad7dcf1c SIZE (rpm/x86_64/centos/6.7/glib2-2.28.8-4.el6.src.rpm) = 7119331 -SHA256 (rpm/x86_64/centos/6.7/glibc-2.12-1.166.el6_7.3.src.rpm) = a361834d9e2fc4c175cec86ff0717f51105871316e5aca1ce0923b59be2cd4af -SIZE (rpm/x86_64/centos/6.7/glibc-2.12-1.166.el6_7.3.src.rpm) = 16226785 +SHA256 (rpm/x86_64/centos/6.7/glibc-2.12-1.166.el6_7.7.src.rpm) = cf324b8eedeeeb49f27006d4defc9711190213269c5206964fd09e7107c87ba4 +SIZE (rpm/x86_64/centos/6.7/glibc-2.12-1.166.el6_7.7.src.rpm) = 16239886 SHA256 (rpm/x86_64/centos/6.7/gmp-4.3.1-7.el6_2.2.src.rpm) = bdcb4d9e864f97b74f116b9bcb22ee2a589b8b7defef76d72004b80a157d9c7c SIZE (rpm/x86_64/centos/6.7/gmp-4.3.1-7.el6_2.2.src.rpm) = 1908630 SHA256 (rpm/x86_64/centos/6.7/grep-2.20-3.el6_7.1.src.rpm) = b8407de7352dde0186d02acc2ede8da58acfff7a376bfea75a845c7a7498d638 From owner-svn-ports-head@freebsd.org Wed Feb 17 18:32:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E68DAAAA3F1; Wed, 17 Feb 2016 18:32:26 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (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 B6BE712A1; Wed, 17 Feb 2016 18:32:26 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x232.google.com with SMTP id ho8so15914624pac.2; Wed, 17 Feb 2016 10:32:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=d0lg3aIe5ZaAcr10JZZIidAyXSE8N4RJojFZuR7C71E=; b=hNfxa3mFvJLBxLabPNzsidkKVwbzRXAJtytHpigIOqTQtIFhutI7hYSxy4tOiI63lP ZaDhGdPB3NJHRY2uOL8BBDNmir1z2GIxximAl4OrwMas9bIKRklc1tes7H8aEbuWgcv/ VrdoQ9PeNe3zVrMtaqg7leuvx//o9ecCqKoyKGSoM/7+okRp/QZtJ8H9Cy2p6VhAwpq4 7utrwdWg8A6GABW7OWxtAg/LzedxdAqbX/FsxkYXxGsin7s5uH0BuaOn5/BDI35UzKP1 Fgr6Y5bWYysU0WL1252vitFy/GbIFZkA/W7DDlWGdE9JyFX8GDJlo2NxF+QFJvOXlYy5 VUXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:cc:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=d0lg3aIe5ZaAcr10JZZIidAyXSE8N4RJojFZuR7C71E=; b=XYQODlfFxY+9YxHvm5uRv3AUR/8hl1BBhPvTwfMp9t9B01kHgnL3P8qhU4YZbill4A xflDhcMOPlZcTQkJ258eeFb5TLY0xxUPICOj/pYTj0wKxXZONhKTzejhlB0r0UJ47St3 7bqVDZjwoEeVhRRUdws//NtMVgl5pQvypvDbBp5p5cJcQmoGkjBz8mDyz9af9hoOKQ99 yIbTZKxszS0yOJ02CWR36aPyYwhiPuwSCFSqmzDyYfsjGWaV7+t9gdddpMemkx7JTCfP JdCrwlRbej1MdYz+/NLoDsPyt6DXT+Wl+6FkUpWrpKsqRAZEMHDKBc9M6UrzhoD4pTLd 1Ihg== X-Gm-Message-State: AG10YOTwxVg5bKwOrjy+hR91idKUtsxb/YYOR7Np+1hcOgRdEfU3uoVhQ4k3P9h482G5BQ== X-Received: by 10.66.141.142 with SMTP id ro14mr4124271pab.112.1455733946225; Wed, 17 Feb 2016 10:32:26 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:59b2:e9e6:6067:a08f? (2001-44b8-31ae-7b01-59b2-e9e6-6067-a08f.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:59b2:e9e6:6067:a08f]) by smtp.gmail.com with ESMTPSA id r87sm4309538pfa.61.2016.02.17.10.32.23 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Feb 2016 10:32:25 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r409060 - head/emulators/linux_base-c6 References: <201602171825.u1HIPh0r019668@repo.freebsd.org> To: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: FreeBSD Ports Security Team From: Kubilay Kocak Message-ID: Date: Thu, 18 Feb 2016 05:32:18 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <201602171825.u1HIPh0r019668@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 18:32:27 -0000 On 18/02/2016 5:25 AM, Dag-Erling Smørgrav wrote: > Author: des > Date: Wed Feb 17 18:25:43 2016 > New Revision: 409060 > URL: https://svnweb.freebsd.org/changeset/ports/409060 > > Log: > Update glibc and glibc-common to latest version > > PR: 207272 > Submitted by: Johannes Jost Meixner > MFH: 2016Q1 > Security: CVE-2015-7547 > Thanks for this. Assuming a security/vuxml entry is incoming too? From owner-svn-ports-head@freebsd.org Wed Feb 17 18:49:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30C24AAAAB2; Wed, 17 Feb 2016 18:49:19 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id E868A1AAB; Wed, 17 Feb 2016 18:49:18 +0000 (UTC) (envelope-from des@des.no) Received: from desk.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id 7118ECA87; Wed, 17 Feb 2016 18:49:17 +0000 (UTC) Received: by desk.des.no (Postfix, from userid 1001) id E5A9C463DE; Wed, 17 Feb 2016 19:49:14 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Kubilay Kocak Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, FreeBSD Ports Security Team Subject: Re: svn commit: r409060 - head/emulators/linux_base-c6 References: <201602171825.u1HIPh0r019668@repo.freebsd.org> Date: Wed, 17 Feb 2016 19:49:14 +0100 In-Reply-To: (Kubilay Kocak's message of "Thu, 18 Feb 2016 05:32:18 +1100") Message-ID: <86d1rvnped.fsf@desk.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 18:49:19 -0000 Kubilay Kocak writes: > Thanks for this. Assuming a security/vuxml entry is incoming too? Johannes is working on it, I will leave that to ports-secteam@ DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-svn-ports-head@freebsd.org Wed Feb 17 18:57:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1A11AAB056; Wed, 17 Feb 2016 18:57: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 83718123B; Wed, 17 Feb 2016 18:57: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 u1HIviv0028711; Wed, 17 Feb 2016 18:57:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HIvi1X028709; Wed, 17 Feb 2016 18:57:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602171857.u1HIvi1X028709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Feb 2016 18:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409061 - in head/textproc/replaceit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 18:57:45 -0000 Author: amdmi3 Date: Wed Feb 17 18:57:44 2016 New Revision: 409061 URL: https://svnweb.freebsd.org/changeset/ports/409061 Log: - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/textproc/replaceit/Makefile head/textproc/replaceit/files/patch-Makefile Modified: head/textproc/replaceit/Makefile ============================================================================== --- head/textproc/replaceit/Makefile Wed Feb 17 18:25:43 2016 (r409060) +++ head/textproc/replaceit/Makefile Wed Feb 17 18:57:44 2016 (r409061) @@ -19,8 +19,12 @@ MAKE_ARGS= CC="${CC}" PRF="${CFLAGS}" PORTDOCS= CHANGELOG README PLIST_FILES= bin/replaceit +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} Modified: head/textproc/replaceit/files/patch-Makefile ============================================================================== --- head/textproc/replaceit/files/patch-Makefile Wed Feb 17 18:25:43 2016 (r409060) +++ head/textproc/replaceit/files/patch-Makefile Wed Feb 17 18:57:44 2016 (r409061) @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Aug 17 20:18:18 2001 -+++ Makefile Fri Aug 17 20:20:35 2001 +--- Makefile.orig 2002-04-19 09:08:58 UTC ++++ Makefile @@ -1,12 +1,11 @@ -PRF=-O2 -Wall -CC=cc From owner-svn-ports-head@freebsd.org Wed Feb 17 19:12:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB7D3AAB6CF; Wed, 17 Feb 2016 19:12:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8F131C39; Wed, 17 Feb 2016 19:12:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HJC605034298; Wed, 17 Feb 2016 19:12:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HJC62m034297; Wed, 17 Feb 2016 19:12:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602171912.u1HJC62m034297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Feb 2016 19:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409062 - head/textproc/bbe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 19:12:08 -0000 Author: amdmi3 Date: Wed Feb 17 19:12:06 2016 New Revision: 409062 URL: https://svnweb.freebsd.org/changeset/ports/409062 Log: - Clarify LICENSE - Add LICENSE_FILE - Fix configure handling, install missing info file - Switch to options helpers Modified: head/textproc/bbe/Makefile Modified: head/textproc/bbe/Makefile ============================================================================== --- head/textproc/bbe/Makefile Wed Feb 17 18:57:44 2016 (r409061) +++ head/textproc/bbe/Makefile Wed Feb 17 19:12:06 2016 (r409062) @@ -3,26 +3,29 @@ PORTNAME= bbe PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}-/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Sed-like editor for binary files -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes + +INFO= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz -DOCS= AUTHORS ChangeLog README -PORTDOCS= bbe.html ${DOCS} +PORTDOCS= * + +OPTIONS_DEFINE= DOCS -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/bbe.html ${STAGEDIR}${DOCSDIR} -.for i in ${DOCS} +.for i in AUTHORS ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor From owner-svn-ports-head@freebsd.org Wed Feb 17 19:12:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EEA6AAB70C; Wed, 17 Feb 2016 19:12:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 267BE1CAC; Wed, 17 Feb 2016 19:12:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HJCCL7034401; Wed, 17 Feb 2016 19:12:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HJCCQu034400; Wed, 17 Feb 2016 19:12:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602171912.u1HJCCQu034400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Feb 2016 19:12:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409063 - head/textproc/dtd2relax X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 19:12:13 -0000 Author: amdmi3 Date: Wed Feb 17 19:12:11 2016 New Revision: 409063 URL: https://svnweb.freebsd.org/changeset/ports/409063 Log: - Add NO_ARCH - Switch to options helpers Modified: head/textproc/dtd2relax/Makefile Modified: head/textproc/dtd2relax/Makefile ============================================================================== --- head/textproc/dtd2relax/Makefile Wed Feb 17 19:12:06 2016 (r409062) +++ head/textproc/dtd2relax/Makefile Wed Feb 17 19:12:11 2016 (r409063) @@ -16,18 +16,23 @@ COMMENT= DTD to RELAX converter for Java USES= zip USE_JAVA= yes NO_BUILD= yes - -OPTIONS_DEFINE= DOCS EXAMPLES +NO_ARCH= yes JARFILE= ${DISTNAME}-bin-XML4J.jar PLIST_FILES= ${JAVAJARDIR:S/${PREFIX}\///}/dtd2relax.jar PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: ${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Wed Feb 17 19:12:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99127AAB72C; Wed, 17 Feb 2016 19:12:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66D811DCE; Wed, 17 Feb 2016 19:12: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 u1HJCGll034489; Wed, 17 Feb 2016 19:12:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HJCG4T034488; Wed, 17 Feb 2016 19:12:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602171912.u1HJCG4T034488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Feb 2016 19:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409064 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 19:12:17 -0000 Author: amdmi3 Date: Wed Feb 17 19:12:16 2016 New Revision: 409064 URL: https://svnweb.freebsd.org/changeset/ports/409064 Log: - Fix LICENSE - Remove always false condition Approved by: portmgr blanket Modified: head/devel/libsmdev/Makefile Modified: head/devel/libsmdev/Makefile ============================================================================== --- head/devel/libsmdev/Makefile Wed Feb 17 19:12:11 2016 (r409063) +++ head/devel/libsmdev/Makefile Wed Feb 17 19:12:16 2016 (r409064) @@ -10,7 +10,8 @@ MASTER_SITES= https://github.com/libyal/ MAINTAINER= antoine@FreeBSD.org COMMENT= Library to access to storage media devices -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} @@ -23,15 +24,8 @@ PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS -.include - -# posix_fadvise(2) did not return correct value on error -.if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100007) || (${OSVERSION} >= 1000000 && ${OSVERSION} < 1000703) || (${OSVERSION} < 902507) -CONFIGURE_ENV+= ac_cv_func_posix_fadvise=no -.endif - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-head@freebsd.org Wed Feb 17 19:12:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB3EDAAB773; Wed, 17 Feb 2016 19:12:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CD601FC6; Wed, 17 Feb 2016 19:12:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HJCO7u034592; Wed, 17 Feb 2016 19:12:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HJCOTi034591; Wed, 17 Feb 2016 19:12:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602171912.u1HJCOTi034591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Feb 2016 19:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409065 - head/sysutils/pdumpfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 19:12:25 -0000 Author: amdmi3 Date: Wed Feb 17 19:12:24 2016 New Revision: 409065 URL: https://svnweb.freebsd.org/changeset/ports/409065 Log: - Add LICENSE_FILE - Add NO_ARCH - Use MANPREFIX - Switch to options helpers Modified: head/sysutils/pdumpfs/Makefile Modified: head/sysutils/pdumpfs/Makefile ============================================================================== --- head/sysutils/pdumpfs/Makefile Wed Feb 17 19:12:16 2016 (r409064) +++ head/sysutils/pdumpfs/Makefile Wed Feb 17 19:12:24 2016 (r409065) @@ -11,8 +11,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Daily backup system similar to Plan9's dumpfs LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_RUBY= yes +NO_ARCH= yes RUBY_SHEBANG_FILES= ${WRKSRC}/pdumpfs.in ALL_TARGET= pdumpfs @@ -26,9 +28,11 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${RUBY} -ni -r nkf -e 'puts NKF.nkf("-e",$$_)' ${WRKSRC}/man/ja/man8/pdumpfs.8 - ${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${STAGEDIR}${PREFIX}/man/ja/man8 + ${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${STAGEDIR}${MANPREFIX}/man/ja/man8 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Wed Feb 17 19:12:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD29FAAB7BC; Wed, 17 Feb 2016 19:12:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AD1D10BB; Wed, 17 Feb 2016 19:12:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HJCesj034701; Wed, 17 Feb 2016 19:12:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HJCeKH034700; Wed, 17 Feb 2016 19:12:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602171912.u1HJCeKH034700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Feb 2016 19:12:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409066 - head/textproc/makefaq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 19:12:41 -0000 Author: amdmi3 Date: Wed Feb 17 19:12:40 2016 New Revision: 409066 URL: https://svnweb.freebsd.org/changeset/ports/409066 Log: - Add LICENSE - Switch to USES=tar - Install more documentation - Switch to options helpers Modified: head/textproc/makefaq/Makefile Modified: head/textproc/makefaq/Makefile ============================================================================== --- head/textproc/makefaq/Makefile Wed Feb 17 19:12:24 2016 (r409065) +++ head/textproc/makefaq/Makefile Wed Feb 17 19:12:40 2016 (r409066) @@ -5,23 +5,27 @@ PORTNAME= makefaq PORTVERSION= 2.5 CATEGORIES= textproc python MASTER_SITES= SF -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Makefaq is a Python program that creates a (FAQ) -USES= python +LICENSE= GPLv2+ + +USES= python tar:tgz NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/makefaq.py man/man1/makefaq.1.gz -PORTDOCS= README UPGRADING faq.html +PORTDOCS= BUGS CREDITS ChangeLog README TODO UPGRADING faq.html OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/makefaq.py ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/makefaq.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor From owner-svn-ports-head@freebsd.org Wed Feb 17 19:12:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBC64AAB7EF; Wed, 17 Feb 2016 19:12: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 B9B2F11A6; Wed, 17 Feb 2016 19:12:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HJCoQ7034821; Wed, 17 Feb 2016 19:12:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HJCoVO034819; Wed, 17 Feb 2016 19:12:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602171912.u1HJCoVO034819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Feb 2016 19:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409067 - in head/sysutils/snowlog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 19:12:52 -0000 Author: amdmi3 Date: Wed Feb 17 19:12:50 2016 New Revision: 409067 URL: https://svnweb.freebsd.org/changeset/ports/409067 Log: - Add LICENSE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/sysutils/snowlog/Makefile head/sysutils/snowlog/files/patch-Makefile Modified: head/sysutils/snowlog/Makefile ============================================================================== --- head/sysutils/snowlog/Makefile Wed Feb 17 19:12:40 2016 (r409066) +++ head/sysutils/snowlog/Makefile Wed Feb 17 19:12:50 2016 (r409067) @@ -10,6 +10,9 @@ MASTER_SITES= http://kiza.kcore.de/softw MAINTAINER= ports@FreeBSD.org COMMENT= Webserver access log browser/analyzer +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USES= ncurses @@ -21,6 +24,8 @@ OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/share && ${INSTALL_DATA} ${SHAREDOCS} ${STAGEDIR}${DATADIR} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/snowlog/files/patch-Makefile ============================================================================== --- head/sysutils/snowlog/files/patch-Makefile Wed Feb 17 19:12:40 2016 (r409066) +++ head/sysutils/snowlog/files/patch-Makefile Wed Feb 17 19:12:50 2016 (r409067) @@ -1,5 +1,5 @@ ---- Makefile.orig 2005-07-21 02:13:17.000000000 +0800 -+++ Makefile 2014-06-06 10:05:00.121745680 +0800 +--- Makefile.orig 2005-07-20 18:13:17 UTC ++++ Makefile @@ -1,13 +1,10 @@ -CC= gcc -MAKE= make From owner-svn-ports-head@freebsd.org Wed Feb 17 19:53:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F0C6AACBE9; Wed, 17 Feb 2016 19:53:22 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C416122C; Wed, 17 Feb 2016 19:53:22 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HJrLG2046499; Wed, 17 Feb 2016 19:53:21 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HJrLNJ046497; Wed, 17 Feb 2016 19:53:21 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602171953.u1HJrLNJ046497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 17 Feb 2016 19:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409068 - head/net/uget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 19:53:22 -0000 Author: olivierd Date: Wed Feb 17 19:53:20 2016 New Revision: 409068 URL: https://svnweb.freebsd.org/changeset/ports/409068 Log: Update to 2.0.5 Modified: head/net/uget/Makefile head/net/uget/distinfo Modified: head/net/uget/Makefile ============================================================================== --- head/net/uget/Makefile Wed Feb 17 19:12:50 2016 (r409067) +++ head/net/uget/Makefile Wed Feb 17 19:53:20 2016 (r409068) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uget -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/net/uget/distinfo ============================================================================== --- head/net/uget/distinfo Wed Feb 17 19:12:50 2016 (r409067) +++ head/net/uget/distinfo Wed Feb 17 19:53:20 2016 (r409068) @@ -1,2 +1,2 @@ -SHA256 (uget-2.0.4.tar.gz) = 25b7664e9badf39c8c621cd4f19896bb8b594e1c80c17e856c67d1273fd9dce5 -SIZE (uget-2.0.4.tar.gz) = 882359 +SHA256 (uget-2.0.5.tar.gz) = 033adbeeec3a20f2b979cabcfd014e0e7e51e47f371a7e405591f9861a431f33 +SIZE (uget-2.0.5.tar.gz) = 885766 From owner-svn-ports-head@freebsd.org Wed Feb 17 20:15:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05F66AAA5CB; Wed, 17 Feb 2016 20:15:24 +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 BC26D1F0B; Wed, 17 Feb 2016 20:15:23 +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 u1HKFMxp052511; Wed, 17 Feb 2016 20:15:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HKFMxt052508; Wed, 17 Feb 2016 20:15:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201602172015.u1HKFMxt052508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 17 Feb 2016 20:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409069 - head/sysutils/consul X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 20:15:24 -0000 Author: swills Date: Wed Feb 17 20:15:22 2016 New Revision: 409069 URL: https://svnweb.freebsd.org/changeset/ports/409069 Log: sysutils/consul: update to 0.6.3 Modified: head/sysutils/consul/Makefile head/sysutils/consul/distinfo head/sysutils/consul/pkg-plist Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Wed Feb 17 19:53:20 2016 (r409068) +++ head/sysutils/consul/Makefile Wed Feb 17 20:15:22 2016 (r409069) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MASTER_SITES= https://dl.bintray.com/mitchellh/consul/:web_ui -DISTFILES= ${PORTVERSION}_web_ui.zip:web_ui +MASTER_SITES= https://releases.hashicorp.com/consul/${PORTVERSION}/:web_ui +DISTFILES= consul_${PORTVERSION}_web_ui.zip:web_ui MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy @@ -17,12 +17,16 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${POR USES= compiler USE_GITHUB= yes -GH_ACCOUNT= hashicorp:DEFAULT,go_checkpoint,go_msgpack,go_multierror,go_syslog,golang_lru,hcl,logutils,memberlist,raft,raft_mdb,serf,scada,yamux,migrate,msgpackrpc,boltdb \ - armon:circbuf,go_metrics,go_radix,gomdb golang:protobuf,crypto \ +GH_ACCOUNT= hashicorp:DEFAULT,go_checkpoint,go_msgpack,go_multierror,go_syslog \ + hashicorp:golang_lru,hcl,logutils,memberlist,raft,raft_mdb,serf \ + hashicorp:scada,yamux,migrate,msgpackrpc,boltdb,reap,memdb \ + hashicorp:iradix,chttp,errwrap \ + armon:circbuf,go_metrics,go_radix,gomdb golang:protobuf,crypto,sys \ boltdb:bolt inconshreveable:muxado matttproud:protobuf_ext \ miekg:dns mitchellh:cli mitchellh:mapstructure \ prometheus:client_golang,client_model,procfs \ - ryanuber:columnize ugorji:go + ryanuber:columnize ugorji:go mattn:isatty \ + fsouza:dclient elazarl:assetfs bgentry:speakeasy DataDog:datadog GH_PROJECT= circbuf:circbuf protobuf:protobuf go-metrics:go_metrics \ go-radix:go_radix gomdb:gomdb go-checkpoint:go_checkpoint \ go-msgpack:go_msgpack go-multierror:go_multierror \ @@ -34,19 +38,23 @@ GH_PROJECT= circbuf:circbuf protobuf:pro golang_protobuf_extensions:protobuf_ext dns:dns cli:cli \ mapstructure:mapstructure client_golang:client_golang \ client_model:client_model procfs:procfs columnize:columnize \ - go:go -GH_TAGNAME= f092b4f:circbuf 5677a0e:protobuf a54701e:go_metrics \ - 0bab926:go_radix 151f2e0:gomdb 88326f6:go_checkpoint \ - 71c2886:go_msgpack fcdddc3:go_multierror 42a2b57:go_syslog \ - 995efda:golang_lru 513e04c:hcl 367a65d:logutils \ - 6025015:memberlist a8065f2:raft 4ec3694:raft_mdb 320787d:serf \ - c26580c:scada b2e5585:yamux 4977886:migrate \ - d377902:msgpackrpc d1e82c1:boltdb 74f810a:crypto 2c04100:bolt \ - f693c7e:muxado ba7d65a:protobuf_ext bb1103f:dns 6cc8bc5:cli \ - 442e588:mapstructure 38dbb2e:client_golang \ - fa8ad6f:client_model 92faa30:procfs 44cb478:columnize \ - e906e39:go - + go:go go-isatty:isatty go-reap:reap sys:sys go-memdb:memdb \ + go-immutable-radix:iradix go-cleanhttp:chttp errwrap:errwrap \ + go-dockerclient:dclient go-bindata-assetfs:assetfs \ + speakeasy:speakeasy datadog-go:datadog +GH_TAGNAME= bbbad09:circbuf 2402d76:protobuf 345426c:go_metrics \ + 4239b77:go_radix 151f2e0:gomdb e4b2dc3:go_checkpoint \ + fa3f638:go_msgpack d30f099:go_multierror 42a2b57:go_syslog \ + bf88e0d:golang_lru aee8c49:hcl 0dc08b1:logutils \ + 9888dc5:memberlist 8023e5e:raft 55f2947:raft_mdb b60fe33:serf \ + 84989fd:scada df94978:yamux 678fb10:migrate \ + a14192a:msgpackrpc d1e82c1:boltdb 3760e01:crypto 109049b:bolt \ + f693c7e:muxado d0c3fe8:protobuf_ext 297a77c:dns cb6853d:cli \ + 281073e:mapstructure 67994f1:client_golang \ + fa8ad6f:client_model 406e5b7:procfs 983d3a5:columnize \ + 646ae4a:go 56b76bd:isatty 2d85522:reap 442cd60:sys 31949d5:memdb \ + 12e9005:iradix ce617e7:chttp 7554cd9:errwrap 2fb7694:dclient \ + 57eb5e1:assetfs 36e9cfd:speakeasy bc97e07:datadog USE_RC_SUBR= consul @@ -57,10 +65,10 @@ STRIP= # stripping can break go binarie post-patch: @${MKDIR} ${WRKSRC}/src/github.com/hashicorp/consul -.for src in .travis.yml CHANGELOG.md LICENSE Makefile README.md Vagrantfile \ - api acl bench contrib command commands.go consul demo deps main.go \ - main_test.go scripts terraform test testutil tlsutil ui version.go \ - watch website +.for src in .gitignore .travis.yml CHANGELOG.md LICENSE Makefile README.md \ + Vagrantfile acl api bench command commands.go consul contrib demo deps \ + main.go main_test.go make.bat scripts terraform test testutil \ + tlsutil ui version.go watch website @${MV} ${WRKSRC}/${src} \ ${WRKSRC}/src/github.com/hashicorp/consul .endfor @@ -74,6 +82,11 @@ post-patch: @${MKDIR} ${WRKSRC}/src/github.com/golang @${MKDIR} ${WRKSRC}/src/github.com/matttproud @${MKDIR} ${WRKSRC}/src/github.com/prometheus + @${MKDIR} ${WRKSRC}/src/github.com/mattn + @${MKDIR} ${WRKSRC}/src/github.com/fsouza + @${MKDIR} ${WRKSRC}/src/github.com/elazarl + @${MKDIR} ${WRKSRC}/src/github.com/bgentry + @${MKDIR} ${WRKSRC}/src/github.com/DataDog @${MKDIR} ${WRKSRC}/src/golang.org/x @${MV} ${WRKSRC_circbuf} \ ${WRKSRC}/src/github.com/armon/circbuf @@ -137,6 +150,28 @@ post-patch: ${WRKSRC}/src/github.com/boltdb/bolt @${MV} ${WRKSRC_migrate} \ ${WRKSRC}/src/github.com/hashicorp/consul-migrate + @${MV} ${WRKSRC_isatty} \ + ${WRKSRC}/src/github.com/mattn/go-isatty + @${MV} ${WRKSRC_reap} \ + ${WRKSRC}/src/github.com/hashicorp/go-reap + @${MV} ${WRKSRC_memdb} \ + ${WRKSRC}/src/github.com/hashicorp/go-memdb + @${MV} ${WRKSRC_iradix} \ + ${WRKSRC}/src/github.com/hashicorp/go-immutable-radix + @${MV} ${WRKSRC_chttp} \ + ${WRKSRC}/src/github.com/hashicorp/go-cleanhttp + @${MV} ${WRKSRC_errwrap} \ + ${WRKSRC}/src/github.com/hashicorp/errwrap + @${MV} ${WRKSRC_dclient} \ + ${WRKSRC}/src/github.com/fsouza/go-dockerclient + @${MV} ${WRKSRC_assetfs} \ + ${WRKSRC}/src/github.com/elazarl/go-bindata-assetfs + @${MV} ${WRKSRC_speakeasy} \ + ${WRKSRC}/src/github.com/bgentry/speakeasy + @${MV} ${WRKSRC_datadog} \ + ${WRKSRC}/src/github.com/DataDog/datadog-go + @${MV} ${WRKSRC_sys} \ + ${WRKSRC}/src/golang.org/x/sys @${MV} ${WRKSRC_crypto} \ ${WRKSRC}/src/golang.org/x/crypto @@ -146,6 +181,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/consul/bin/consul ${STAGEDIR}${PREFIX}/bin/consul ${MKDIR} ${STAGEDIR}${DATADIR} + ${MKDIR} ${WRKDIR}/dist + ${MV} ${WRKDIR}/index.html ${WRKDIR}/static ${WRKDIR}/dist cd ${WRKDIR}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Wed Feb 17 19:53:20 2016 (r409068) +++ head/sysutils/consul/distinfo Wed Feb 17 20:15:22 2016 (r409069) @@ -1,70 +1,92 @@ -SHA256 (0.5.2_web_ui.zip) = ad883aa52e1c0136ab1492bbcedad1210235f26d59719fb6de3ef6464f1ff3b1 -SIZE (0.5.2_web_ui.zip) = 252584 -SHA256 (hashicorp-consul-v0.5.2_GH0.tar.gz) = acaa3b7a7c874d247175faaa9178bb1e93eabb2d810dc842c79ccf272b4518b6 -SIZE (hashicorp-consul-v0.5.2_GH0.tar.gz) = 1821228 -SHA256 (hashicorp-go-checkpoint-88326f6_GH0.tar.gz) = 49133eeca2707d2c025219f261dd3ebd8155fe22907c412445b8ffc7a4137755 -SIZE (hashicorp-go-checkpoint-88326f6_GH0.tar.gz) = 9826 -SHA256 (hashicorp-go-msgpack-71c2886_GH0.tar.gz) = 052a52b77e262daa6f4bb618970d6673dd77713be031c6da18bd3aff5bc1448d -SIZE (hashicorp-go-msgpack-71c2886_GH0.tar.gz) = 49479 -SHA256 (hashicorp-go-multierror-fcdddc3_GH0.tar.gz) = e730020ed331e0fed430a5f725de4c5f61aa7f240258f797833d1689efb178b0 -SIZE (hashicorp-go-multierror-fcdddc3_GH0.tar.gz) = 8064 +SHA256 (consul_0.6.3_web_ui.zip) = 93bbb300cacfe8de90fb3bd5ede7d37ae6ce014898edc520b9c96a676b2bbb72 +SIZE (consul_0.6.3_web_ui.zip) = 253861 +SHA256 (hashicorp-consul-v0.6.3_GH0.tar.gz) = 5cdc21d6f20f9b703d38e19d3d2ed1c037dcbb236b80bff6a9b9c481ded74435 +SIZE (hashicorp-consul-v0.6.3_GH0.tar.gz) = 2224536 +SHA256 (hashicorp-go-checkpoint-e4b2dc3_GH0.tar.gz) = 5dc0efd36e5581dc04f40c4f3a705219f8c7bb92ef9728ec6a0857d7f322d175 +SIZE (hashicorp-go-checkpoint-e4b2dc3_GH0.tar.gz) = 9966 +SHA256 (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 6353c623d5d58c7ca03e2bdac63f9da7da8848fb1f5f7f239b33e3ce6fe6c6bd +SIZE (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 49496 +SHA256 (hashicorp-go-multierror-d30f099_GH0.tar.gz) = 3a1ea11a45d9ec6aab4aeea142a6c8b73bfd1ae7613c77de6e53880b36539697 +SIZE (hashicorp-go-multierror-d30f099_GH0.tar.gz) = 8785 SHA256 (hashicorp-go-syslog-42a2b57_GH0.tar.gz) = c092db8da3dc2c7279b4ad6afbb6ee7c4daae9ac3020a591096be59f94330544 SIZE (hashicorp-go-syslog-42a2b57_GH0.tar.gz) = 4394 -SHA256 (hashicorp-golang-lru-995efda_GH0.tar.gz) = d67757033d551d5d4949b099c1f5933aaeb2931c3398c1509eb4948cb2623b15 -SIZE (hashicorp-golang-lru-995efda_GH0.tar.gz) = 7871 -SHA256 (hashicorp-hcl-513e04c_GH0.tar.gz) = 9cb1e4a7fb176da78d8e9d001faf4290ed3717659f663e37ee5937544f22ee3c -SIZE (hashicorp-hcl-513e04c_GH0.tar.gz) = 28683 -SHA256 (hashicorp-logutils-367a65d_GH0.tar.gz) = 8d5c3590f17c3bd5cb11d3edf93ee082fe3fb18a05edfddca4aaa2e7c064cd1e -SIZE (hashicorp-logutils-367a65d_GH0.tar.gz) = 7703 -SHA256 (hashicorp-memberlist-6025015_GH0.tar.gz) = 41f025ceeb51b7a21a3cfe2dd82af937d7b5059e16d6abf0b5daf01503bb3a26 -SIZE (hashicorp-memberlist-6025015_GH0.tar.gz) = 51849 -SHA256 (hashicorp-raft-a8065f2_GH0.tar.gz) = d501b00077052522db41515c213c4eb095a6df03950e0461607fcd39e99f379b -SIZE (hashicorp-raft-a8065f2_GH0.tar.gz) = 56862 -SHA256 (hashicorp-raft-mdb-4ec3694_GH0.tar.gz) = 5bfbd917fc4cb650d6420adfc0887a8da0e5c55d77868c305aeb2b2003f745e3 -SIZE (hashicorp-raft-mdb-4ec3694_GH0.tar.gz) = 9809 -SHA256 (hashicorp-serf-320787d_GH0.tar.gz) = 5879495cdc54bf6b022d06ff1ff5c84c4d12a0c16f4af38d192ac7873225cb55 -SIZE (hashicorp-serf-320787d_GH0.tar.gz) = 572308 -SHA256 (hashicorp-scada-client-c26580c_GH0.tar.gz) = 5690d7ba2f01a39693571eecf8dcdd16a588efced8f140ea19dbee8aaefe5b36 -SIZE (hashicorp-scada-client-c26580c_GH0.tar.gz) = 15800 -SHA256 (hashicorp-yamux-b2e5585_GH0.tar.gz) = 38e3b567240898d870c5134cace538bfc7df9105d2d0cdd487fb1bd5e8e895f4 -SIZE (hashicorp-yamux-b2e5585_GH0.tar.gz) = 19245 -SHA256 (hashicorp-consul-migrate-4977886_GH0.tar.gz) = 39d0caf52c03debdc25f827686e5c18d173dca95e8d1403dff23ae714137109a -SIZE (hashicorp-consul-migrate-4977886_GH0.tar.gz) = 12845 -SHA256 (hashicorp-net-rpc-msgpackrpc-d377902_GH0.tar.gz) = 2d57363825d8da1ce2f1608f67bdef99c3db10b56294f8c9bc3a1ffe3060cf4e -SIZE (hashicorp-net-rpc-msgpackrpc-d377902_GH0.tar.gz) = 2806 +SHA256 (hashicorp-golang-lru-bf88e0d_GH0.tar.gz) = 67f5087b1e28bd17f5cc6c2f028944884233393348d460261c7034d9b373fe0e +SIZE (hashicorp-golang-lru-bf88e0d_GH0.tar.gz) = 12311 +SHA256 (hashicorp-hcl-aee8c49_GH0.tar.gz) = 2e8367b39ffcdbe6da1892ed4115789a48ed9c2302874e4abf8f191bc6051708 +SIZE (hashicorp-hcl-aee8c49_GH0.tar.gz) = 57358 +SHA256 (hashicorp-logutils-0dc08b1_GH0.tar.gz) = d1272f06f8df434ee06bf965028debe32686a240818729beed5468eedf7f845e +SIZE (hashicorp-logutils-0dc08b1_GH0.tar.gz) = 7705 +SHA256 (hashicorp-memberlist-9888dc5_GH0.tar.gz) = 83b49325a1d39435d2a16ef0b4f4f089089372303792412a1d67ed17dc1d4b72 +SIZE (hashicorp-memberlist-9888dc5_GH0.tar.gz) = 56809 +SHA256 (hashicorp-raft-8023e5e_GH0.tar.gz) = 3110569d32c982dd2ac0f3d43576fd8418c611b5914f737a8c8fada3cdedb966 +SIZE (hashicorp-raft-8023e5e_GH0.tar.gz) = 59406 +SHA256 (hashicorp-raft-mdb-55f2947_GH0.tar.gz) = 1d98b208f1928419af39f5878fee8ae5905871bfeb0aaae57cba333b0ee690d0 +SIZE (hashicorp-raft-mdb-55f2947_GH0.tar.gz) = 9809 +SHA256 (hashicorp-serf-b60fe33_GH0.tar.gz) = 7f2e72169ba0e69f0e2faed17950171ee9f93f54a770b7003df5e1050de1654d +SIZE (hashicorp-serf-b60fe33_GH0.tar.gz) = 578795 +SHA256 (hashicorp-scada-client-84989fd_GH0.tar.gz) = b951a6efad5079146c76bdf5da1422aa4792fc6ef34d3243b0a7554a57a92fc6 +SIZE (hashicorp-scada-client-84989fd_GH0.tar.gz) = 15811 +SHA256 (hashicorp-yamux-df94978_GH0.tar.gz) = 24ea55176dc9ba8f8a55710f3837600ca949816ef25f6f075d978ecd66f2aedc +SIZE (hashicorp-yamux-df94978_GH0.tar.gz) = 21611 +SHA256 (hashicorp-consul-migrate-678fb10_GH0.tar.gz) = 213b865789ab160e3180043d497780df634cb125da7aeb64ed119752ffc0b41a +SIZE (hashicorp-consul-migrate-678fb10_GH0.tar.gz) = 14058 +SHA256 (hashicorp-net-rpc-msgpackrpc-a14192a_GH0.tar.gz) = 72c325f320b052bc47f272bcd8d86469365f29318270ae6c427af66068748e6b +SIZE (hashicorp-net-rpc-msgpackrpc-a14192a_GH0.tar.gz) = 2942 SHA256 (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 68bb2996a4ec490c099612efcc255ad721014aaf42afbf9f0b21fcf8361162d9 SIZE (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 8879 -SHA256 (armon-circbuf-f092b4f_GH0.tar.gz) = e18e259eab192a3d820ed6d5a813268726ea80acd438d28f2a0cea92b7c94a6b -SIZE (armon-circbuf-f092b4f_GH0.tar.gz) = 2744 -SHA256 (armon-go-metrics-a54701e_GH0.tar.gz) = 31550ea79de7e4e5beadfa6d3b43dd58a1ce144cbda29c74970cc6ebb956cd05 -SIZE (armon-go-metrics-a54701e_GH0.tar.gz) = 11259 -SHA256 (armon-go-radix-0bab926_GH0.tar.gz) = 2ff6c92d418018e16078ce5b51287cb429f79d73dca62b63f77c37b66fbdf9d1 -SIZE (armon-go-radix-0bab926_GH0.tar.gz) = 5447 +SHA256 (hashicorp-go-reap-2d85522_GH0.tar.gz) = 9ae2938e9bec3003226e59dd3d41f4c4a5b7150342c90f55c0003dd2c5c3968a +SIZE (hashicorp-go-reap-2d85522_GH0.tar.gz) = 8465 +SHA256 (hashicorp-go-memdb-31949d5_GH0.tar.gz) = 042c9276b5d779a9a8f638b900710039bbd17231cb0514e8accec491f23acb55 +SIZE (hashicorp-go-memdb-31949d5_GH0.tar.gz) = 17359 +SHA256 (hashicorp-go-immutable-radix-12e9005_GH0.tar.gz) = 4eafa72ab78719a7d9c64fd09b6f9922ab5919dc6ebdf686bdddde46f867c87a +SIZE (hashicorp-go-immutable-radix-12e9005_GH0.tar.gz) = 12578 +SHA256 (hashicorp-go-cleanhttp-ce617e7_GH0.tar.gz) = 89651ed81df354d0576e4889a54a2d78686f0eea641d3f1c1ecb7cbe732a1509 +SIZE (hashicorp-go-cleanhttp-ce617e7_GH0.tar.gz) = 6592 +SHA256 (hashicorp-errwrap-7554cd9_GH0.tar.gz) = b800e361c15decd0ebb39a0ff02ad046a1fc81021267f8625232f3921617daa0 +SIZE (hashicorp-errwrap-7554cd9_GH0.tar.gz) = 8312 +SHA256 (armon-circbuf-bbbad09_GH0.tar.gz) = da1aac85443932dd76d33467d678fd04d673f9ba3d6b00da0a57ce274b8b2ec7 +SIZE (armon-circbuf-bbbad09_GH0.tar.gz) = 2884 +SHA256 (armon-go-metrics-345426c_GH0.tar.gz) = 1a46954fcd70725f4831fda117f68d1e551c3a6ba9c0df8f1021bbc254195d4c +SIZE (armon-go-metrics-345426c_GH0.tar.gz) = 13603 +SHA256 (armon-go-radix-4239b77_GH0.tar.gz) = 7aca5d599d3014f98c01f9c59f638f031d7c3779a491f861d0fe9d7ac8840e61 +SIZE (armon-go-radix-4239b77_GH0.tar.gz) = 5481 SHA256 (armon-gomdb-151f2e0_GH0.tar.gz) = 52a16b34c6b609276977e005d829604b214869c3745fb63b2017124c3039906f SIZE (armon-gomdb-151f2e0_GH0.tar.gz) = 100222 -SHA256 (golang-protobuf-5677a0e_GH0.tar.gz) = 90ec47cb66083182e2ba8bf69adf751ed41c778248b421e691bcd70d01a50d06 -SIZE (golang-protobuf-5677a0e_GH0.tar.gz) = 133568 -SHA256 (golang-crypto-74f810a_GH0.tar.gz) = 25e0c9cb7c6d6a5935aa318c9792fa6e18c8e0238994b5be039f90c8d58fd680 -SIZE (golang-crypto-74f810a_GH0.tar.gz) = 864642 -SHA256 (boltdb-bolt-2c04100_GH0.tar.gz) = 569f48d921b5df3796fe2dc6768506c4cada55c7d8a441885e2c3ab362bcfc3d -SIZE (boltdb-bolt-2c04100_GH0.tar.gz) = 69541 +SHA256 (golang-protobuf-2402d76_GH0.tar.gz) = 05fa1bc029a8731f83a0c1ef81e2fe244c0ab647c5201507fe6e0d1567672678 +SIZE (golang-protobuf-2402d76_GH0.tar.gz) = 179772 +SHA256 (golang-crypto-3760e01_GH0.tar.gz) = 5c79944c37becac5579adf8bd3ce8bdbe83d1a38ca02f73615a409ce7095f9c5 +SIZE (golang-crypto-3760e01_GH0.tar.gz) = 901427 +SHA256 (golang-sys-442cd60_GH0.tar.gz) = 1ecc7b3be1743595adefdd646846dfda7312290a8d3a2bdef6cf43697eea548a +SIZE (golang-sys-442cd60_GH0.tar.gz) = 541727 +SHA256 (boltdb-bolt-109049b_GH0.tar.gz) = 3093cc1bdebbe6149577c76e141e964a3c88dbdeb765c810afd33bbf812b79f7 +SIZE (boltdb-bolt-109049b_GH0.tar.gz) = 77967 SHA256 (inconshreveable-muxado-f693c7e_GH0.tar.gz) = 2ef25a734872d8beb7740fbf58598f56653d6c47d0ee971ca950dad90823344d SIZE (inconshreveable-muxado-f693c7e_GH0.tar.gz) = 25814 -SHA256 (matttproud-golang_protobuf_extensions-ba7d65a_GH0.tar.gz) = 54a6776542b2c069a63c0f1f34ef9414fa24dc1f7acab03334ca5be22011a879 -SIZE (matttproud-golang_protobuf_extensions-ba7d65a_GH0.tar.gz) = 9806 -SHA256 (miekg-dns-bb1103f_GH0.tar.gz) = f0dda560702df67459697ac05c439a1f65cff3d5ea540dd53a00deb220c9b5e6 -SIZE (miekg-dns-bb1103f_GH0.tar.gz) = 117681 -SHA256 (mitchellh-cli-6cc8bc5_GH0.tar.gz) = 548d9450e53b527aaa494d060769d91449f2daeeed4ae77e818117b169f19937 -SIZE (mitchellh-cli-6cc8bc5_GH0.tar.gz) = 12683 -SHA256 (mitchellh-mapstructure-442e588_GH0.tar.gz) = 5ca01f6ba1175733ae94a13e532e9465b11951519dcdcc6693651842ed1d6205 -SIZE (mitchellh-mapstructure-442e588_GH0.tar.gz) = 12216 -SHA256 (prometheus-client_golang-38dbb2e_GH0.tar.gz) = b54cc041d0b7c7257c095f2fbac58fa197dfc71f63601c841698b6520e44f6e5 -SIZE (prometheus-client_golang-38dbb2e_GH0.tar.gz) = 103905 +SHA256 (matttproud-golang_protobuf_extensions-d0c3fe8_GH0.tar.gz) = f78680b1ceb9e2f17cb2c4053cbe86051b8f79c203ed4914d39db83036b15f9b +SIZE (matttproud-golang_protobuf_extensions-d0c3fe8_GH0.tar.gz) = 10721 +SHA256 (miekg-dns-297a77c_GH0.tar.gz) = a8450175aa515f94a39a983a7c7731d5306f2df5292afb10ca3e3d56b32a310e +SIZE (miekg-dns-297a77c_GH0.tar.gz) = 158614 +SHA256 (mitchellh-cli-cb6853d_GH0.tar.gz) = b501d29aca4b7fb6adf6c3e6ed3b2739899968b557b33bca34c5bd214581510c +SIZE (mitchellh-cli-cb6853d_GH0.tar.gz) = 15708 +SHA256 (mitchellh-mapstructure-281073e_GH0.tar.gz) = e511fe333b7ce7cbe2b1d03e35f8a3d9ed1bf52eb3aca32859fe5f7acb54ea33 +SIZE (mitchellh-mapstructure-281073e_GH0.tar.gz) = 13968 +SHA256 (prometheus-client_golang-67994f1_GH0.tar.gz) = 8c4d167c4c842bb374fcb3973cb9db7a927b52d0f379029593ec2fb217249a7d +SIZE (prometheus-client_golang-67994f1_GH0.tar.gz) = 65347 SHA256 (prometheus-client_model-fa8ad6f_GH0.tar.gz) = 726ebe6d3aba7c99ffc30788972ef693d0521072c6a33794a9d8ee1f26389466 SIZE (prometheus-client_model-fa8ad6f_GH0.tar.gz) = 54787 -SHA256 (prometheus-procfs-92faa30_GH0.tar.gz) = a627c3e4c84b3be43dd6dbcba414e6bbcee5817dd216ff3570869e46570ef2e7 -SIZE (prometheus-procfs-92faa30_GH0.tar.gz) = 11214 -SHA256 (ryanuber-columnize-44cb478_GH0.tar.gz) = 6d69bf022706ff59a5e5478da7e437451b62dcc8c614fde10b104d830148644b -SIZE (ryanuber-columnize-44cb478_GH0.tar.gz) = 3673 -SHA256 (ugorji-go-e906e39_GH0.tar.gz) = a311502741f9c2bb13598711d7275e9756f9b8f6e60704ca3664737a3150aaa9 -SIZE (ugorji-go-e906e39_GH0.tar.gz) = 58379 +SHA256 (prometheus-procfs-406e5b7_GH0.tar.gz) = 814cea06f2be5178a1527dab653b53d11d145bd27e914ea1387d556d6adc3ab8 +SIZE (prometheus-procfs-406e5b7_GH0.tar.gz) = 18538 +SHA256 (ryanuber-columnize-983d3a5_GH0.tar.gz) = fbab9de96d3a73f2407798ae3e32f75a98870c9d2864b58c1b2a2f57e0ef340f +SIZE (ryanuber-columnize-983d3a5_GH0.tar.gz) = 3803 +SHA256 (ugorji-go-646ae4a_GH0.tar.gz) = 84d2b0dbfd61f662eff060ea35159d8c3c298399ce3cb3fb5b2476b417379a18 +SIZE (ugorji-go-646ae4a_GH0.tar.gz) = 166652 +SHA256 (mattn-go-isatty-56b76bd_GH0.tar.gz) = c424f22dcd10290266a3413c1ebe055bd3278c030aab065ba955b604c455c881 +SIZE (mattn-go-isatty-56b76bd_GH0.tar.gz) = 1950 +SHA256 (fsouza-go-dockerclient-2fb7694_GH0.tar.gz) = 3da486e81268478de96c9aeb6f099620ec589a42e219a028091e3b0bcdc0887d +SIZE (fsouza-go-dockerclient-2fb7694_GH0.tar.gz) = 715250 +SHA256 (elazarl-go-bindata-assetfs-57eb5e1_GH0.tar.gz) = c42a45d609448bb7ad0fa42f7654a67ce2e5558d7a843c5268d67d7b31567220 +SIZE (elazarl-go-bindata-assetfs-57eb5e1_GH0.tar.gz) = 3676 +SHA256 (bgentry-speakeasy-36e9cfd_GH0.tar.gz) = 502733d9fa63803cc9e554b43122b1c3e1ec43efc39f516c13507f344d696d95 +SIZE (bgentry-speakeasy-36e9cfd_GH0.tar.gz) = 6895 +SHA256 (DataDog-datadog-go-bc97e07_GH0.tar.gz) = 873212eb5ac582afba450e958c80507ada04f2c9bd6307e69778fce4db0dbf11 +SIZE (DataDog-datadog-go-bc97e07_GH0.tar.gz) = 6725 Modified: head/sysutils/consul/pkg-plist ============================================================================== --- head/sysutils/consul/pkg-plist Wed Feb 17 19:53:20 2016 (r409068) +++ head/sysutils/consul/pkg-plist Wed Feb 17 20:15:22 2016 (r409069) @@ -1,5 +1,4 @@ bin/consul -%%DATADIR%%/.gitkeep %%DATADIR%%/index.html %%DATADIR%%/static/application.min.js %%DATADIR%%/static/base.css From owner-svn-ports-head@freebsd.org Wed Feb 17 20:36:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0393EAAB158; Wed, 17 Feb 2016 20:36:48 +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 B13A01BF1; Wed, 17 Feb 2016 20:36:47 +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 u1HKakwf058216; Wed, 17 Feb 2016 20:36:46 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HKakaI058214; Wed, 17 Feb 2016 20:36:46 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201602172036.u1HKakaI058214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 17 Feb 2016 20:36:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409070 - head/security/easy-rsa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 20:36:48 -0000 Author: mandree Date: Wed Feb 17 20:36:46 2016 New Revision: 409070 URL: https://svnweb.freebsd.org/changeset/ports/409070 Log: Install openssl-1.0.cnf as well (EasyRSA-3.0 specific). Originally install it as ${DATADIR}/*.example and mark it as @sample in pkg-plist, so that it gets copied to the real file name on installation, and will not be removed if modified by the user. Submitted by: Michele Possamai (e-mail kept private) Modified: head/security/easy-rsa/Makefile head/security/easy-rsa/pkg-plist Modified: head/security/easy-rsa/Makefile ============================================================================== --- head/security/easy-rsa/Makefile Wed Feb 17 20:15:22 2016 (r409069) +++ head/security/easy-rsa/Makefile Wed Feb 17 20:36:46 2016 (r409070) @@ -2,6 +2,7 @@ PORTNAME= easy-rsa DISTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= security net-mgmt MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/${DISTVERSION}/ DISTNAME= EasyRSA-${DISTVERSION} @@ -29,10 +30,11 @@ SUB_FILES= easyrsa do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/easyrsa ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DATADIR}/x509-types/ + ${INSTALL_SCRIPT} ${WRKDIR}/easyrsa ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/easyrsa ${STAGEDIR}${DATADIR}/easyrsa.real - ${INSTALL_DATA} ${WRKSRC}/vars.example ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/vars.example ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/openssl-1.0.cnf ${STAGEDIR}${DATADIR}/openssl-1.0.cnf.example (cd ${WRKSRC}/x509-types/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/x509-types/) do-install-DOCS-on: Modified: head/security/easy-rsa/pkg-plist ============================================================================== --- head/security/easy-rsa/pkg-plist Wed Feb 17 20:15:22 2016 (r409069) +++ head/security/easy-rsa/pkg-plist Wed Feb 17 20:36:46 2016 (r409070) @@ -1,3 +1,4 @@ bin/easyrsa %%DATADIR%%/easyrsa.real +@sample %%DATADIR%%/openssl-1.0.cnf.example %%DATADIR%%/openssl-1.0.cnf @sample %%DATADIR%%/vars.example %%DATADIR%%/vars From owner-svn-ports-head@freebsd.org Wed Feb 17 21:05:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 484DDAABC58; Wed, 17 Feb 2016 21:05:44 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 167A8176A; Wed, 17 Feb 2016 21:05:44 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HL5hF2066957; Wed, 17 Feb 2016 21:05:43 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HL5hof066956; Wed, 17 Feb 2016 21:05:43 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602172105.u1HL5hof066956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 17 Feb 2016 21:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409071 - head/www/lynx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 21:05:44 -0000 Author: marino Date: Wed Feb 17 21:05:42 2016 New Revision: 409071 URL: https://svnweb.freebsd.org/changeset/ports/409071 Log: www/lynx: USES-= gettext I'm not sure why I committed this second USES+=gettext with the last commit. It's not correct so I'm backing it out. Reported by: girgen@ Modified: head/www/lynx/Makefile Modified: head/www/lynx/Makefile ============================================================================== --- head/www/lynx/Makefile Wed Feb 17 20:36:46 2016 (r409070) +++ head/www/lynx/Makefile Wed Feb 17 21:05:42 2016 (r409071) @@ -17,7 +17,7 @@ LICENSE= GPLv2 CONFLICTS= lynx-2.8.[8-9]d* -USES= cpe gettext ncurses shebangfix tar:bzip2 +USES= cpe ncurses shebangfix tar:bzip2 SHEBANG_FILES= samples/mailto-form.pl USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-8-8 From owner-svn-ports-head@freebsd.org Wed Feb 17 22:17:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DBFAAAB83E; Wed, 17 Feb 2016 22:17:19 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D979B1309; Wed, 17 Feb 2016 22:17:18 +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 u1HMHHI5087336; Wed, 17 Feb 2016 22:17:17 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HMHHk9087329; Wed, 17 Feb 2016 22:17:17 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201602172217.u1HMHHk9087329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 17 Feb 2016 22:17:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409072 - in head/devel: compiler-rt-devel compiler-rt-devel/files llvm-devel llvm-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 22:17:19 -0000 Author: brooks Date: Wed Feb 17 22:17:17 2016 New Revision: 409072 URL: https://svnweb.freebsd.org/changeset/ports/409072 Log: Update llvm-devel to a new 3.9 snapshot. Mark complier-rt-devel as broken for now to stop blocking the llvm-devel update. Deleted: head/devel/compiler-rt-devel/files/ Modified: head/devel/compiler-rt-devel/Makefile head/devel/compiler-rt-devel/distinfo head/devel/llvm-devel/Makefile head/devel/llvm-devel/Makefile.snapshot head/devel/llvm-devel/distinfo head/devel/llvm-devel/files/gen-Makefile.snapshot.sh head/devel/llvm-devel/pkg-plist Modified: head/devel/compiler-rt-devel/Makefile ============================================================================== --- head/devel/compiler-rt-devel/Makefile Wed Feb 17 21:05:42 2016 (r409071) +++ head/devel/compiler-rt-devel/Makefile Wed Feb 17 22:17:17 2016 (r409072) @@ -14,6 +14,8 @@ LLVM_PORTDIR= ${.CURDIR}/../llvm${LLVM_S USES= cmake:outsource compiler:c++11-lib ninja +BROKEN= relies on incompatible stdarg.h from clang + BUILD_DEPENDS= llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX} CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX}/ @@ -26,6 +28,9 @@ GH_TAGNAME= ${COMPILER_RT_COMMIT} ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= plist contents not known +CC=clang-devel +CXX=clang++-devel + .include .for arch in ${ONLY_FOR_ARCHS} Modified: head/devel/compiler-rt-devel/distinfo ============================================================================== --- head/devel/compiler-rt-devel/distinfo Wed Feb 17 21:05:42 2016 (r409071) +++ head/devel/compiler-rt-devel/distinfo Wed Feb 17 22:17:17 2016 (r409072) @@ -1,2 +1,2 @@ -SHA256 (llvm-mirror-compiler-rt-3.8.d20151207-bf6d403d5555eaca5939734f490b10e5cc075639_GH0.tar.gz) = de798ccbc3ba684ead1620a61f828bffe700eba60ccbf2203373264fbe050aca -SIZE (llvm-mirror-compiler-rt-3.8.d20151207-bf6d403d5555eaca5939734f490b10e5cc075639_GH0.tar.gz) = 2203729 +SHA256 (llvm-mirror-compiler-rt-3.9.d20160216-d5a9d459d881559cdbe41982738485cbaf21b177_GH0.tar.gz) = 4815251bfa1c810c8def36bfadc6a6a2cde75d038239449c63b9814cb1772877 +SIZE (llvm-mirror-compiler-rt-3.9.d20160216-d5a9d459d881559cdbe41982738485cbaf21b177_GH0.tar.gz) = 2244403 Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Wed Feb 17 21:05:42 2016 (r409071) +++ head/devel/llvm-devel/Makefile Wed Feb 17 22:17:17 2016 (r409072) @@ -21,7 +21,7 @@ SUB_FILES= llvm-wrapper.sh SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}" CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} -CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON +CMAKE_ARGS= USE_GITHUB= yes GH_ACCOUNT= llvm-mirror @@ -148,10 +148,6 @@ MAN1SRCS+= clang.1 \ CLANG_PATTERN= (c-index-test|clang|scan-|Reporter.py|ScanView.py|scanview.css|sorttable.js|startfile.py|-analyzer) .endif -.if ${PORT_OPTIONS:MEXTRAS} -COMMANDS+= ${EXTRAS_COMMANDS} -.endif - .if ${PORT_OPTIONS:MLIT} MAN1SRCS+= lit.1 FileCheck.1 _USES_PYTHON= python @@ -192,6 +188,14 @@ NOT_FOR_ARCH= ia64 .include +.if ${PORT_OPTIONS:MEXTRAS} +.if ${OPSYS} != "FreeBSD" || ${COMPILER_TYPE} == clang +COMMANDS+= ${EXTRAS_COMMANDS} +MAN1SRCS+= extraclangtools.1 +PORTDOCS+= clang-tools +.endif +.endif + .if ${OPSYS} == "FreeBSD" && ${COMPILER_TYPE} != clang # Evil hack around gcc48 not providing a usable c++11 environment on 9.x PLIST_SUB:= ${PLIST_SUB:NEXTRAS=*} EXTRAS="@comment " Modified: head/devel/llvm-devel/Makefile.snapshot ============================================================================== --- head/devel/llvm-devel/Makefile.snapshot Wed Feb 17 21:05:42 2016 (r409071) +++ head/devel/llvm-devel/Makefile.snapshot Wed Feb 17 22:17:17 2016 (r409072) @@ -4,14 +4,14 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -LLVM_MAJOR= 3.8 +LLVM_MAJOR= 3.9 LLVM_RELEASE= ${LLVM_MAJOR}.0 -SNAPDATE= 20151207 +SNAPDATE= 20160216 -LLVM_COMMIT= 01654c4941dcf2447b293500ef34ca9c299ee8f0 -CLANG_COMMIT= c3e091e3e74a72677cdaf58610f32311497dae78 -COMPILER_RT_COMMIT= bf6d403d5555eaca5939734f490b10e5cc075639 -EXTRAS_COMMIT= 5fe746893319451280afee51ba29cd82c0a98e72 -LLD_COMMIT= 9cabde5fcffc79979cc6b4c0c157014601c9e1f8 -LLDB_COMMIT= 9a7a6b3b0f835d40b90d0ba607907107a489bb42 -OPENMP_COMMIT= 8d380df97bcff244b03d6affefc961e97df5621b +LLVM_COMMIT= 092f8a3228f9f70a979d8303ea943f785d725167 +CLANG_COMMIT= e81797369bdd8d789df7e3b44514f692451a853d +COMPILER_RT_COMMIT= d5a9d459d881559cdbe41982738485cbaf21b177 +EXTRAS_COMMIT= 8dc4617cbd1c85d6f602c939ffd94946ecdb885e +LLD_COMMIT= d438941d3b206d619fde58be9a63d1ae2808dc1e +LLDB_COMMIT= 810b0edc12d7841d571a12049a6d27c2f19beede +OPENMP_COMMIT= e0df9a933bdf4c55680ebd0926e56da088024222 Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Wed Feb 17 21:05:42 2016 (r409071) +++ head/devel/llvm-devel/distinfo Wed Feb 17 22:17:17 2016 (r409072) @@ -1,12 +1,12 @@ -SHA256 (llvm-mirror-llvm-3.8.d20151207-01654c4941dcf2447b293500ef34ca9c299ee8f0_GH0.tar.gz) = 2f4d9659ae0bcbda4399016aaa3de9dd859a86c8ad3947a4cf2bf001322c9669 -SIZE (llvm-mirror-llvm-3.8.d20151207-01654c4941dcf2447b293500ef34ca9c299ee8f0_GH0.tar.gz) = 23484131 -SHA256 (llvm-mirror-clang-c3e091e3e74a72677cdaf58610f32311497dae78_GH0.tar.gz) = bc3936eb42f7aa894180a21e859d3b273141c1437958a37a35de99262fb438b4 -SIZE (llvm-mirror-clang-c3e091e3e74a72677cdaf58610f32311497dae78_GH0.tar.gz) = 12998447 -SHA256 (llvm-mirror-clang-tools-extra-5fe746893319451280afee51ba29cd82c0a98e72_GH0.tar.gz) = 0cb33407dd9d4b785670056ea301d306e7e07d850dd66aa0bebbbaa88b18ac7a -SIZE (llvm-mirror-clang-tools-extra-5fe746893319451280afee51ba29cd82c0a98e72_GH0.tar.gz) = 513849 -SHA256 (llvm-mirror-lld-9cabde5fcffc79979cc6b4c0c157014601c9e1f8_GH0.tar.gz) = de7d6b99bdf9b6dc4ebfb8d89c3db5555c91c6aa67d837a72b37a2a8a4995646 -SIZE (llvm-mirror-lld-9cabde5fcffc79979cc6b4c0c157014601c9e1f8_GH0.tar.gz) = 831295 -SHA256 (llvm-mirror-lldb-9a7a6b3b0f835d40b90d0ba607907107a489bb42_GH0.tar.gz) = 12fcb87b9a7b8db6bab32affffe1099259ffdfde87f9b7067fecdd01e4df07be -SIZE (llvm-mirror-lldb-9a7a6b3b0f835d40b90d0ba607907107a489bb42_GH0.tar.gz) = 13524747 -SHA256 (llvm-mirror-openmp-8d380df97bcff244b03d6affefc961e97df5621b_GH0.tar.gz) = 1093c4026f0fb968e00165445e136febfc920a314eda32383ceaa6a6b0deae29 -SIZE (llvm-mirror-openmp-8d380df97bcff244b03d6affefc961e97df5621b_GH0.tar.gz) = 2789359 +SHA256 (llvm-mirror-llvm-3.9.d20160216-092f8a3228f9f70a979d8303ea943f785d725167_GH0.tar.gz) = 9456a8c716735f40430d2576c345a1bea8c1f9b866eec426604f0e83656039ca +SIZE (llvm-mirror-llvm-3.9.d20160216-092f8a3228f9f70a979d8303ea943f785d725167_GH0.tar.gz) = 24118991 +SHA256 (llvm-mirror-clang-e81797369bdd8d789df7e3b44514f692451a853d_GH0.tar.gz) = 37c9ec737bfc03bd964619922b267887053c2248255167de7686672797ff843e +SIZE (llvm-mirror-clang-e81797369bdd8d789df7e3b44514f692451a853d_GH0.tar.gz) = 13295932 +SHA256 (llvm-mirror-clang-tools-extra-8dc4617cbd1c85d6f602c939ffd94946ecdb885e_GH0.tar.gz) = a0420863248358dedb68557cff64496ead315d7529128174d6dc2511356d72ae +SIZE (llvm-mirror-clang-tools-extra-8dc4617cbd1c85d6f602c939ffd94946ecdb885e_GH0.tar.gz) = 467193 +SHA256 (llvm-mirror-lld-d438941d3b206d619fde58be9a63d1ae2808dc1e_GH0.tar.gz) = c10dd96954021147aa41c106706900da0736270cd66a8724b61b1471a8f80394 +SIZE (llvm-mirror-lld-d438941d3b206d619fde58be9a63d1ae2808dc1e_GH0.tar.gz) = 893115 +SHA256 (llvm-mirror-lldb-810b0edc12d7841d571a12049a6d27c2f19beede_GH0.tar.gz) = 495be5b6c26b5c91fa4de29ecb8e969d0cad37f0f4577e38168c5187ed83709b +SIZE (llvm-mirror-lldb-810b0edc12d7841d571a12049a6d27c2f19beede_GH0.tar.gz) = 13569092 +SHA256 (llvm-mirror-openmp-e0df9a933bdf4c55680ebd0926e56da088024222_GH0.tar.gz) = 0db5fd9cef02a6e9a101e93d4dd1471196853e742db21518020afd46da6a70b0 +SIZE (llvm-mirror-openmp-e0df9a933bdf4c55680ebd0926e56da088024222_GH0.tar.gz) = 2795125 Modified: head/devel/llvm-devel/files/gen-Makefile.snapshot.sh ============================================================================== --- head/devel/llvm-devel/files/gen-Makefile.snapshot.sh Wed Feb 17 21:05:42 2016 (r409071) +++ head/devel/llvm-devel/files/gen-Makefile.snapshot.sh Wed Feb 17 22:17:17 2016 (r409072) @@ -17,7 +17,7 @@ cat < Makefile.snapshot # # Generated by: files/gen-Makefile.snapshot.sh. # -LLVM_MAJOR= 3.8 +LLVM_MAJOR= 3.9 LLVM_RELEASE= \${LLVM_MAJOR}.0 SNAPDATE= $(date +%Y%m%d) Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Wed Feb 17 21:05:42 2016 (r409071) +++ head/devel/llvm-devel/pkg-plist Wed Feb 17 22:17:17 2016 (r409072) @@ -58,13 +58,12 @@ llvm-devel/bin/bugpoint %%CLANG%%llvm-devel/bin/c-index-test %%CLANG%%llvm-devel/bin/clang %%CLANG%%llvm-devel/bin/clang++ -%%CLANG%%llvm-devel/bin/clang-3.8 +%%CLANG%%llvm-devel/bin/clang-3.9 %%EXTRAS%%llvm-devel/bin/clang-apply-replacements %%CLANG%%llvm-devel/bin/clang-check %%CLANG%%llvm-devel/bin/clang-cl %%CLANG%%llvm-devel/bin/clang-cpp %%CLANG%%llvm-devel/bin/clang-format -%%EXTRAS%%llvm-devel/bin/clang-modernize %%EXTRAS%%llvm-devel/bin/clang-query %%EXTRAS%%llvm-devel/bin/clang-rename %%EXTRAS%%llvm-devel/bin/clang-tidy @@ -74,12 +73,12 @@ llvm-devel/bin/llc %%LLD%%llvm-devel/bin/lld %%LLD%%llvm-devel/bin/lld-link %%LLDB%%llvm-devel/bin/lldb -%%LLDB%%llvm-devel/bin/lldb-3.8.0 +%%LLDB%%llvm-devel/bin/lldb-3.9.0 %%LLDB%%llvm-devel/bin/lldb-argdumper %%LLDB%%llvm-devel/bin/lldb-mi -%%LLDB%%llvm-devel/bin/lldb-mi-3.8.0 +%%LLDB%%llvm-devel/bin/lldb-mi-3.9.0 %%LLDB%%llvm-devel/bin/lldb-server -%%LLDB%%llvm-devel/bin/lldb-server-3.8.0 +%%LLDB%%llvm-devel/bin/lldb-server-3.9.0 llvm-devel/bin/lli llvm-devel/bin/llvm-ar llvm-devel/bin/llvm-as @@ -115,6 +114,7 @@ llvm-devel/bin/llvm-tblgen llvm-devel/bin/obj2yaml llvm-devel/bin/opt llvm-devel/bin/sancov +llvm-devel/bin/sanstats %%CLANG%%llvm-devel/bin/scan-build %%CLANG%%llvm-devel/bin/scan-view llvm-devel/bin/verify-uselistorder @@ -189,6 +189,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/AST/ExternalASTSource.h %%CLANG%%llvm-devel/include/clang/AST/GlobalDecl.h %%CLANG%%llvm-devel/include/clang/AST/LambdaCapture.h +%%CLANG%%llvm-devel/include/clang/AST/LocInfoType.h %%CLANG%%llvm-devel/include/clang/AST/Mangle.h %%CLANG%%llvm-devel/include/clang/AST/MangleNumberingContext.h %%CLANG%%llvm-devel/include/clang/AST/NSAPI.h @@ -282,6 +283,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Basic/CapturedStmt.h %%CLANG%%llvm-devel/include/clang/Basic/CharInfo.h %%CLANG%%llvm-devel/include/clang/Basic/CommentOptions.h +%%CLANG%%llvm-devel/include/clang/Basic/DebugInfoOptions.h %%CLANG%%llvm-devel/include/clang/Basic/Diagnostic.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisKinds.inc @@ -403,7 +405,11 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Frontend/Utils.h %%CLANG%%llvm-devel/include/clang/Frontend/VerifyDiagnosticConsumer.h %%CLANG%%llvm-devel/include/clang/FrontendTool/Utils.h +%%CLANG%%llvm-devel/include/clang/Index/CodegenNameGenerator.h %%CLANG%%llvm-devel/include/clang/Index/CommentToXML.h +%%CLANG%%llvm-devel/include/clang/Index/IndexDataConsumer.h +%%CLANG%%llvm-devel/include/clang/Index/IndexSymbol.h +%%CLANG%%llvm-devel/include/clang/Index/IndexingAction.h %%CLANG%%llvm-devel/include/clang/Index/USRGeneration.h %%CLANG%%llvm-devel/include/clang/Lex/CodeCompletionHandler.h %%CLANG%%llvm-devel/include/clang/Lex/DirectoryLookup.h @@ -462,7 +468,6 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Sema/ExternalSemaSource.h %%CLANG%%llvm-devel/include/clang/Sema/IdentifierResolver.h %%CLANG%%llvm-devel/include/clang/Sema/Initialization.h -%%CLANG%%llvm-devel/include/clang/Sema/LocInfoType.h %%CLANG%%llvm-devel/include/clang/Sema/Lookup.h %%CLANG%%llvm-devel/include/clang/Sema/LoopHint.h %%CLANG%%llvm-devel/include/clang/Sema/MultiplexExternalSemaSource.h @@ -498,6 +503,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/SValExplainer.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/Analyses.def %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -531,13 +537,18 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h @@ -550,6 +561,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Tooling/CompilationDatabase.h %%CLANG%%llvm-devel/include/clang/Tooling/CompilationDatabasePluginRegistry.h %%CLANG%%llvm-devel/include/clang/Tooling/Core/Lookup.h +%%CLANG%%llvm-devel/include/clang/Tooling/Core/QualTypeNames.h %%CLANG%%llvm-devel/include/clang/Tooling/Core/Replacement.h %%CLANG%%llvm-devel/include/clang/Tooling/FileMatchTrie.h %%CLANG%%llvm-devel/include/clang/Tooling/JSONCompilationDatabase.h @@ -706,6 +718,7 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Core/IOHandler.h %%LLDB%%llvm-devel/include/lldb/Core/IOStreamMacros.h %%LLDB%%llvm-devel/include/lldb/Core/Listener.h +%%LLDB%%llvm-devel/include/lldb/Core/LoadedModuleInfoList.h %%LLDB%%llvm-devel/include/lldb/Core/Log.h %%LLDB%%llvm-devel/include/lldb/Core/Logging.h %%LLDB%%llvm-devel/include/lldb/Core/Mangled.h @@ -955,6 +968,7 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Symbol/CompilerDeclContext.h %%LLDB%%llvm-devel/include/lldb/Symbol/CompilerType.h %%LLDB%%llvm-devel/include/lldb/Symbol/DWARFCallFrameInfo.h +%%LLDB%%llvm-devel/include/lldb/Symbol/DebugMacros.h %%LLDB%%llvm-devel/include/lldb/Symbol/DeclVendor.h %%LLDB%%llvm-devel/include/lldb/Symbol/Declaration.h %%LLDB%%llvm-devel/include/lldb/Symbol/FuncUnwinders.h @@ -1063,6 +1077,7 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/lldb-defines.h %%LLDB%%llvm-devel/include/lldb/lldb-enumerations.h %%LLDB%%llvm-devel/include/lldb/lldb-forward.h +%%LLDB%%llvm-devel/include/lldb/lldb-private-defines.h %%LLDB%%llvm-devel/include/lldb/lldb-private-enumerations.h %%LLDB%%llvm-devel/include/lldb/lldb-private-forward.h %%LLDB%%llvm-devel/include/lldb/lldb-private-interfaces.h @@ -1076,6 +1091,7 @@ llvm-devel/include/llvm-c/BitReader.h llvm-devel/include/llvm-c/BitWriter.h llvm-devel/include/llvm-c/Core.h llvm-devel/include/llvm-c/Disassembler.h +llvm-devel/include/llvm-c/ErrorHandling.h llvm-devel/include/llvm-c/ExecutionEngine.h llvm-devel/include/llvm-c/IRReader.h llvm-devel/include/llvm-c/Initialization.h @@ -1090,6 +1106,7 @@ llvm-devel/include/llvm-c/Transforms/IPO llvm-devel/include/llvm-c/Transforms/PassManagerBuilder.h llvm-devel/include/llvm-c/Transforms/Scalar.h llvm-devel/include/llvm-c/Transforms/Vectorize.h +llvm-devel/include/llvm-c/Types.h llvm-devel/include/llvm-c/lto.h llvm-devel/include/llvm/ADT/APFloat.h llvm-devel/include/llvm/ADT/APInt.h @@ -1118,7 +1135,9 @@ llvm-devel/include/llvm/ADT/MapVector.h llvm-devel/include/llvm/ADT/None.h llvm-devel/include/llvm/ADT/Optional.h llvm-devel/include/llvm/ADT/PackedVector.h +llvm-devel/include/llvm/ADT/PointerEmbeddedInt.h llvm-devel/include/llvm/ADT/PointerIntPair.h +llvm-devel/include/llvm/ADT/PointerSumType.h llvm-devel/include/llvm/ADT/PointerUnion.h llvm-devel/include/llvm/ADT/PostOrderIterator.h llvm-devel/include/llvm/ADT/PriorityQueue.h @@ -1193,6 +1212,7 @@ llvm-devel/include/llvm/Analysis/LoopInf llvm-devel/include/llvm/Analysis/LoopInfoImpl.h llvm-devel/include/llvm/Analysis/LoopIterator.h llvm-devel/include/llvm/Analysis/LoopPass.h +llvm-devel/include/llvm/Analysis/LoopUnrollAnalyzer.h llvm-devel/include/llvm/Analysis/MemoryBuiltins.h llvm-devel/include/llvm/Analysis/MemoryDependenceAnalysis.h llvm-devel/include/llvm/Analysis/MemoryLocation.h @@ -1253,6 +1273,10 @@ llvm-devel/include/llvm/CodeGen/GCMetada llvm-devel/include/llvm/CodeGen/GCMetadataPrinter.h llvm-devel/include/llvm/CodeGen/GCStrategy.h llvm-devel/include/llvm/CodeGen/GCs.h +llvm-devel/include/llvm/CodeGen/GlobalISel/CallLowering.h +llvm-devel/include/llvm/CodeGen/GlobalISel/IRTranslator.h +llvm-devel/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +llvm-devel/include/llvm/CodeGen/GlobalISel/Types.h llvm-devel/include/llvm/CodeGen/ISDOpcodes.h llvm-devel/include/llvm/CodeGen/IntrinsicLowering.h llvm-devel/include/llvm/CodeGen/LatencyPriorityQueue.h @@ -1324,6 +1348,7 @@ llvm-devel/include/llvm/CodeGen/Scoreboa llvm-devel/include/llvm/CodeGen/SelectionDAG.h llvm-devel/include/llvm/CodeGen/SelectionDAGISel.h llvm-devel/include/llvm/CodeGen/SelectionDAGNodes.h +llvm-devel/include/llvm/CodeGen/SelectionDAGTargetInfo.h llvm-devel/include/llvm/CodeGen/SlotIndexes.h llvm-devel/include/llvm/CodeGen/StackMaps.h llvm-devel/include/llvm/CodeGen/StackProtector.h @@ -1338,6 +1363,22 @@ llvm-devel/include/llvm/Config/AsmPrinte llvm-devel/include/llvm/Config/Disassemblers.def llvm-devel/include/llvm/Config/Targets.def llvm-devel/include/llvm/Config/llvm-config.h +llvm-devel/include/llvm/DebugInfo/CodeView/CVLeafTypes.def +llvm-devel/include/llvm/DebugInfo/CodeView/CVSymbolTypes.def +llvm-devel/include/llvm/DebugInfo/CodeView/CodeView.h +llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewOStream.h +llvm-devel/include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h +llvm-devel/include/llvm/DebugInfo/CodeView/FunctionId.h +llvm-devel/include/llvm/DebugInfo/CodeView/Line.h +llvm-devel/include/llvm/DebugInfo/CodeView/ListRecordBuilder.h +llvm-devel/include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h +llvm-devel/include/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h +llvm-devel/include/llvm/DebugInfo/CodeView/SymbolRecord.h +llvm-devel/include/llvm/DebugInfo/CodeView/TypeIndex.h +llvm-devel/include/llvm/DebugInfo/CodeView/TypeRecord.h +llvm-devel/include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h +llvm-devel/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h +llvm-devel/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h llvm-devel/include/llvm/DebugInfo/DIContext.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h @@ -1438,7 +1479,13 @@ llvm-devel/include/llvm/ExecutionEngine/ llvm-devel/include/llvm/ExecutionEngine/Orc/NullResolver.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h -llvm-devel/include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h +llvm-devel/include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h +llvm-devel/include/llvm/ExecutionEngine/Orc/OrcError.h +llvm-devel/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h +llvm-devel/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h +llvm-devel/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h +llvm-devel/include/llvm/ExecutionEngine/Orc/RPCChannel.h +llvm-devel/include/llvm/ExecutionEngine/Orc/RPCUtils.h llvm-devel/include/llvm/ExecutionEngine/OrcMCJITReplacement.h llvm-devel/include/llvm/ExecutionEngine/RTDyldMemoryManager.h llvm-devel/include/llvm/ExecutionEngine/RuntimeDyld.h @@ -1510,7 +1557,6 @@ llvm-devel/include/llvm/IR/MDBuilder.h llvm-devel/include/llvm/IR/Mangler.h llvm-devel/include/llvm/IR/Metadata.def llvm-devel/include/llvm/IR/Metadata.h -llvm-devel/include/llvm/IR/MetadataTracking.h llvm-devel/include/llvm/IR/Module.h llvm-devel/include/llvm/IR/ModuleSlotTracker.h llvm-devel/include/llvm/IR/NoFolder.h @@ -1543,6 +1589,7 @@ llvm-devel/include/llvm/LibDriver/LibDri llvm-devel/include/llvm/LineEditor/LineEditor.h llvm-devel/include/llvm/LinkAllIR.h llvm-devel/include/llvm/LinkAllPasses.h +llvm-devel/include/llvm/Linker/IRMover.h llvm-devel/include/llvm/Linker/Linker.h llvm-devel/include/llvm/MC/ConstantPools.h llvm-devel/include/llvm/MC/MCAsmBackend.h @@ -1554,17 +1601,21 @@ llvm-devel/include/llvm/MC/MCAsmLayout.h llvm-devel/include/llvm/MC/MCAssembler.h llvm-devel/include/llvm/MC/MCCodeEmitter.h llvm-devel/include/llvm/MC/MCCodeGenInfo.h +llvm-devel/include/llvm/MC/MCCodeView.h llvm-devel/include/llvm/MC/MCContext.h llvm-devel/include/llvm/MC/MCDirectives.h -llvm-devel/include/llvm/MC/MCDisassembler.h +llvm-devel/include/llvm/MC/MCDisassembler/MCDisassembler.h +llvm-devel/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h +llvm-devel/include/llvm/MC/MCDisassembler/MCRelocationInfo.h +llvm-devel/include/llvm/MC/MCDisassembler/MCSymbolizer.h llvm-devel/include/llvm/MC/MCDwarf.h llvm-devel/include/llvm/MC/MCELFObjectWriter.h llvm-devel/include/llvm/MC/MCELFStreamer.h llvm-devel/include/llvm/MC/MCExpr.h -llvm-devel/include/llvm/MC/MCExternalSymbolizer.h llvm-devel/include/llvm/MC/MCFixedLenDisassembler.h llvm-devel/include/llvm/MC/MCFixup.h llvm-devel/include/llvm/MC/MCFixupKindInfo.h +llvm-devel/include/llvm/MC/MCFragment.h llvm-devel/include/llvm/MC/MCInst.h llvm-devel/include/llvm/MC/MCInstBuilder.h llvm-devel/include/llvm/MC/MCInstPrinter.h @@ -1585,8 +1636,8 @@ llvm-devel/include/llvm/MC/MCParser/MCAs llvm-devel/include/llvm/MC/MCParser/MCAsmParserExtension.h llvm-devel/include/llvm/MC/MCParser/MCAsmParserUtils.h llvm-devel/include/llvm/MC/MCParser/MCParsedAsmOperand.h +llvm-devel/include/llvm/MC/MCParser/MCTargetAsmParser.h llvm-devel/include/llvm/MC/MCRegisterInfo.h -llvm-devel/include/llvm/MC/MCRelocationInfo.h llvm-devel/include/llvm/MC/MCSchedule.h llvm-devel/include/llvm/MC/MCSection.h llvm-devel/include/llvm/MC/MCSectionCOFF.h @@ -1598,8 +1649,6 @@ llvm-devel/include/llvm/MC/MCSymbol.h llvm-devel/include/llvm/MC/MCSymbolCOFF.h llvm-devel/include/llvm/MC/MCSymbolELF.h llvm-devel/include/llvm/MC/MCSymbolMachO.h -llvm-devel/include/llvm/MC/MCSymbolizer.h -llvm-devel/include/llvm/MC/MCTargetAsmParser.h llvm-devel/include/llvm/MC/MCTargetOptions.h llvm-devel/include/llvm/MC/MCTargetOptionsCommandFlags.h llvm-devel/include/llvm/MC/MCValue.h @@ -1651,10 +1700,10 @@ llvm-devel/include/llvm/ProfileData/Inst llvm-devel/include/llvm/ProfileData/InstrProfData.inc llvm-devel/include/llvm/ProfileData/InstrProfReader.h llvm-devel/include/llvm/ProfileData/InstrProfWriter.h +llvm-devel/include/llvm/ProfileData/ProfileCommon.h llvm-devel/include/llvm/ProfileData/SampleProf.h llvm-devel/include/llvm/ProfileData/SampleProfReader.h llvm-devel/include/llvm/ProfileData/SampleProfWriter.h -llvm-devel/include/llvm/Support/AIXDataTypesFix.h llvm-devel/include/llvm/Support/ARMBuildAttributes.h llvm-devel/include/llvm/Support/ARMEHABI.h llvm-devel/include/llvm/Support/ARMTargetParser.def @@ -1671,6 +1720,7 @@ llvm-devel/include/llvm/Support/COM.h llvm-devel/include/llvm/Support/Capacity.h llvm-devel/include/llvm/Support/Casting.h llvm-devel/include/llvm/Support/CodeGen.h +llvm-devel/include/llvm/Support/CodeGenCWrappers.h llvm-devel/include/llvm/Support/CommandLine.h llvm-devel/include/llvm/Support/Compiler.h llvm-devel/include/llvm/Support/Compression.h @@ -1694,6 +1744,7 @@ llvm-devel/include/llvm/Support/ELFReloc llvm-devel/include/llvm/Support/ELFRelocs/PowerPC64.def llvm-devel/include/llvm/Support/ELFRelocs/Sparc.def llvm-devel/include/llvm/Support/ELFRelocs/SystemZ.def +llvm-devel/include/llvm/Support/ELFRelocs/WebAssembly.def llvm-devel/include/llvm/Support/ELFRelocs/i386.def llvm-devel/include/llvm/Support/ELFRelocs/x86_64.def llvm-devel/include/llvm/Support/Endian.h @@ -1743,7 +1794,6 @@ llvm-devel/include/llvm/Support/Recycler llvm-devel/include/llvm/Support/RecyclingAllocator.h llvm-devel/include/llvm/Support/Regex.h llvm-devel/include/llvm/Support/Registry.h -llvm-devel/include/llvm/Support/RegistryParser.h llvm-devel/include/llvm/Support/SMLoc.h llvm-devel/include/llvm/Support/SaveAndRestore.h llvm-devel/include/llvm/Support/ScaledNumber.h @@ -1760,6 +1810,7 @@ llvm-devel/include/llvm/Support/TargetPa llvm-devel/include/llvm/Support/TargetRegistry.h llvm-devel/include/llvm/Support/TargetSelect.h llvm-devel/include/llvm/Support/ThreadLocal.h +llvm-devel/include/llvm/Support/ThreadPool.h llvm-devel/include/llvm/Support/Threading.h llvm-devel/include/llvm/Support/TimeValue.h llvm-devel/include/llvm/Support/Timer.h @@ -1787,6 +1838,7 @@ llvm-devel/include/llvm/TableGen/StringM llvm-devel/include/llvm/TableGen/StringToOffsetTable.h llvm-devel/include/llvm/TableGen/TableGenBackend.h llvm-devel/include/llvm/Target/CostTable.h +llvm-devel/include/llvm/Target/GenericOpcodes.td llvm-devel/include/llvm/Target/Target.td llvm-devel/include/llvm/Target/TargetCallingConv.h llvm-devel/include/llvm/Target/TargetCallingConv.td @@ -1797,20 +1849,23 @@ llvm-devel/include/llvm/Target/TargetIti llvm-devel/include/llvm/Target/TargetLowering.h llvm-devel/include/llvm/Target/TargetLoweringObjectFile.h llvm-devel/include/llvm/Target/TargetMachine.h +llvm-devel/include/llvm/Target/TargetOpcodes.def llvm-devel/include/llvm/Target/TargetOpcodes.h llvm-devel/include/llvm/Target/TargetOptions.h llvm-devel/include/llvm/Target/TargetRecip.h llvm-devel/include/llvm/Target/TargetRegisterInfo.h llvm-devel/include/llvm/Target/TargetSchedule.td llvm-devel/include/llvm/Target/TargetSelectionDAG.td -llvm-devel/include/llvm/Target/TargetSelectionDAGInfo.h llvm-devel/include/llvm/Target/TargetSubtargetInfo.h llvm-devel/include/llvm/Transforms/IPO.h +llvm-devel/include/llvm/Transforms/IPO/ForceFunctionAttrs.h llvm-devel/include/llvm/Transforms/IPO/FunctionImport.h +llvm-devel/include/llvm/Transforms/IPO/InferFunctionAttrs.h llvm-devel/include/llvm/Transforms/IPO/InlinerPass.h llvm-devel/include/llvm/Transforms/IPO/LowerBitSets.h llvm-devel/include/llvm/Transforms/IPO/PassManagerBuilder.h llvm-devel/include/llvm/Transforms/IPO/StripDeadPrototypes.h +llvm-devel/include/llvm/Transforms/IPO/WholeProgramDevirt.h llvm-devel/include/llvm/Transforms/InstCombine/InstCombine.h llvm-devel/include/llvm/Transforms/InstCombine/InstCombineWorklist.h llvm-devel/include/llvm/Transforms/Instrumentation.h @@ -1829,15 +1884,19 @@ llvm-devel/include/llvm/Transforms/Utils llvm-devel/include/llvm/Transforms/Utils/CmpInstAnalysis.h llvm-devel/include/llvm/Transforms/Utils/CodeExtractor.h llvm-devel/include/llvm/Transforms/Utils/CtorUtils.h +llvm-devel/include/llvm/Transforms/Utils/Evaluator.h +llvm-devel/include/llvm/Transforms/Utils/FunctionImportUtils.h llvm-devel/include/llvm/Transforms/Utils/GlobalStatus.h llvm-devel/include/llvm/Transforms/Utils/IntegerDivision.h llvm-devel/include/llvm/Transforms/Utils/Local.h llvm-devel/include/llvm/Transforms/Utils/LoopUtils.h llvm-devel/include/llvm/Transforms/Utils/LoopVersioning.h +llvm-devel/include/llvm/Transforms/Utils/MemorySSA.h llvm-devel/include/llvm/Transforms/Utils/ModuleUtils.h llvm-devel/include/llvm/Transforms/Utils/PromoteMemToReg.h llvm-devel/include/llvm/Transforms/Utils/SSAUpdater.h llvm-devel/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +llvm-devel/include/llvm/Transforms/Utils/SanitizerStats.h llvm-devel/include/llvm/Transforms/Utils/SimplifyIndVar.h llvm-devel/include/llvm/Transforms/Utils/SimplifyLibCalls.h llvm-devel/include/llvm/Transforms/Utils/SplitModule.h @@ -1849,245 +1908,274 @@ llvm-devel/include/llvm/Transforms/Vecto llvm-devel/lib/BugpointPasses.so llvm-devel/lib/LLVMHello.so %%GOLD%%llvm-devel/lib/LLVMgold.so -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/Intrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/__stddef_max_align_t.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/__wmmintrin_aes.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/__wmmintrin_pclmul.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/adxintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/altivec.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/ammintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/arm_acle.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/arm_neon.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx2intrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx512bwintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx512cdintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx512dqintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx512erintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx512fintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx512vlbwintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx512vldqintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avx512vlintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/avxintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/bmi2intrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/bmiintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/cpuid.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/cuda_builtin_vars.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/cuda_runtime.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/emmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/f16cintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/float.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/fma4intrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/fmaintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/fxsrintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/htmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/htmxlintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/ia32intrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/immintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/inttypes.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/iso646.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/lzcntintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/mm3dnow.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/mm_malloc.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/mmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/module.modulemap -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/nmmintrin.h -%%OPENMP%%llvm-devel/lib/clang/3.8.0/include/omp.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/pmmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/popcntintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/prfchwintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/rdseedintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/rtmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/s390intrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/shaintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/smmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/tbmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/tgmath.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/tmmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/unwind.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/vadefs.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/vecintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/wmmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/x86intrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/xmmintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/xopintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/xsavecintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/xsaveintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/xsaveoptintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/xsavesintrin.h -%%CLANG%%llvm-devel/lib/clang/3.8.0/include/xtestintrin.h -llvm-devel/lib/libLLVMAArch64AsmParser.so -llvm-devel/lib/libLLVMAArch64AsmPrinter.so -llvm-devel/lib/libLLVMAArch64CodeGen.so -llvm-devel/lib/libLLVMAArch64Desc.so -llvm-devel/lib/libLLVMAArch64Disassembler.so -llvm-devel/lib/libLLVMAArch64Info.so -llvm-devel/lib/libLLVMAArch64Utils.so -llvm-devel/lib/libLLVMAMDGPUAsmParser.so -llvm-devel/lib/libLLVMAMDGPUAsmPrinter.so -llvm-devel/lib/libLLVMAMDGPUCodeGen.so -llvm-devel/lib/libLLVMAMDGPUDesc.so -llvm-devel/lib/libLLVMAMDGPUInfo.so -llvm-devel/lib/libLLVMAMDGPUUtils.so -llvm-devel/lib/libLLVMARMAsmParser.so -llvm-devel/lib/libLLVMARMAsmPrinter.so -llvm-devel/lib/libLLVMARMCodeGen.so -llvm-devel/lib/libLLVMARMDesc.so -llvm-devel/lib/libLLVMARMDisassembler.so -llvm-devel/lib/libLLVMARMInfo.so -llvm-devel/lib/libLLVMAnalysis.so -llvm-devel/lib/libLLVMAsmParser.so -llvm-devel/lib/libLLVMAsmPrinter.so -llvm-devel/lib/libLLVMBPFAsmPrinter.so -llvm-devel/lib/libLLVMBPFCodeGen.so -llvm-devel/lib/libLLVMBPFDesc.so -llvm-devel/lib/libLLVMBPFInfo.so -llvm-devel/lib/libLLVMBitReader.so -llvm-devel/lib/libLLVMBitWriter.so -llvm-devel/lib/libLLVMCodeGen.so -llvm-devel/lib/libLLVMCore.so -llvm-devel/lib/libLLVMCppBackendCodeGen.so -llvm-devel/lib/libLLVMCppBackendInfo.so -llvm-devel/lib/libLLVMDebugInfoDWARF.so -llvm-devel/lib/libLLVMDebugInfoPDB.so -llvm-devel/lib/libLLVMExecutionEngine.so -llvm-devel/lib/libLLVMHexagonAsmParser.so -llvm-devel/lib/libLLVMHexagonCodeGen.so -llvm-devel/lib/libLLVMHexagonDesc.so -llvm-devel/lib/libLLVMHexagonDisassembler.so -llvm-devel/lib/libLLVMHexagonInfo.so -llvm-devel/lib/libLLVMIRReader.so -llvm-devel/lib/libLLVMInstCombine.so -llvm-devel/lib/libLLVMInstrumentation.so -llvm-devel/lib/libLLVMInterpreter.so -llvm-devel/lib/libLLVMLTO.so -llvm-devel/lib/libLLVMLibDriver.so -llvm-devel/lib/libLLVMLineEditor.so -llvm-devel/lib/libLLVMLinker.so -llvm-devel/lib/libLLVMMC.so -llvm-devel/lib/libLLVMMCDisassembler.so -llvm-devel/lib/libLLVMMCJIT.so -llvm-devel/lib/libLLVMMCParser.so -llvm-devel/lib/libLLVMMIRParser.so -llvm-devel/lib/libLLVMMSP430AsmPrinter.so -llvm-devel/lib/libLLVMMSP430CodeGen.so -llvm-devel/lib/libLLVMMSP430Desc.so -llvm-devel/lib/libLLVMMSP430Info.so -llvm-devel/lib/libLLVMMipsAsmParser.so -llvm-devel/lib/libLLVMMipsAsmPrinter.so -llvm-devel/lib/libLLVMMipsCodeGen.so -llvm-devel/lib/libLLVMMipsDesc.so -llvm-devel/lib/libLLVMMipsDisassembler.so -llvm-devel/lib/libLLVMMipsInfo.so -llvm-devel/lib/libLLVMNVPTXAsmPrinter.so -llvm-devel/lib/libLLVMNVPTXCodeGen.so -llvm-devel/lib/libLLVMNVPTXDesc.so -llvm-devel/lib/libLLVMNVPTXInfo.so -llvm-devel/lib/libLLVMObjCARCOpts.so -llvm-devel/lib/libLLVMObject.so -llvm-devel/lib/libLLVMOption.so -llvm-devel/lib/libLLVMOrcJIT.so -llvm-devel/lib/libLLVMPasses.so -llvm-devel/lib/libLLVMPowerPCAsmParser.so -llvm-devel/lib/libLLVMPowerPCAsmPrinter.so -llvm-devel/lib/libLLVMPowerPCCodeGen.so -llvm-devel/lib/libLLVMPowerPCDesc.so -llvm-devel/lib/libLLVMPowerPCDisassembler.so -llvm-devel/lib/libLLVMPowerPCInfo.so -llvm-devel/lib/libLLVMProfileData.so -llvm-devel/lib/libLLVMRuntimeDyld.so -llvm-devel/lib/libLLVMScalarOpts.so -llvm-devel/lib/libLLVMSelectionDAG.so -llvm-devel/lib/libLLVMSparcAsmParser.so -llvm-devel/lib/libLLVMSparcAsmPrinter.so -llvm-devel/lib/libLLVMSparcCodeGen.so -llvm-devel/lib/libLLVMSparcDesc.so -llvm-devel/lib/libLLVMSparcDisassembler.so -llvm-devel/lib/libLLVMSparcInfo.so -llvm-devel/lib/libLLVMSupport.so -llvm-devel/lib/libLLVMSymbolize.so -llvm-devel/lib/libLLVMSystemZAsmParser.so -llvm-devel/lib/libLLVMSystemZAsmPrinter.so -llvm-devel/lib/libLLVMSystemZCodeGen.so -llvm-devel/lib/libLLVMSystemZDesc.so -llvm-devel/lib/libLLVMSystemZDisassembler.so -llvm-devel/lib/libLLVMSystemZInfo.so -llvm-devel/lib/libLLVMTableGen.so -llvm-devel/lib/libLLVMTarget.so -llvm-devel/lib/libLLVMTransformUtils.so -llvm-devel/lib/libLLVMVectorize.so -llvm-devel/lib/libLLVMX86AsmParser.so -llvm-devel/lib/libLLVMX86AsmPrinter.so -llvm-devel/lib/libLLVMX86CodeGen.so -llvm-devel/lib/libLLVMX86Desc.so -llvm-devel/lib/libLLVMX86Disassembler.so -llvm-devel/lib/libLLVMX86Info.so -llvm-devel/lib/libLLVMX86Utils.so -llvm-devel/lib/libLLVMXCoreAsmPrinter.so -llvm-devel/lib/libLLVMXCoreCodeGen.so -llvm-devel/lib/libLLVMXCoreDesc.so -llvm-devel/lib/libLLVMXCoreDisassembler.so -llvm-devel/lib/libLLVMXCoreInfo.so -llvm-devel/lib/libLLVMipo.so +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/Intrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/__clang_cuda_cmath.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/__clang_cuda_runtime_wrapper.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/__stddef_max_align_t.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/__wmmintrin_aes.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/__wmmintrin_pclmul.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/adxintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/altivec.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/ammintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/arm_acle.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/arm_neon.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx2intrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx512bwintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx512cdintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx512dqintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx512erintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx512fintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx512vlbwintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx512vldqintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avx512vlintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/avxintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/bmi2intrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/bmiintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/cpuid.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/cuda_builtin_vars.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/emmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/f16cintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/float.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/fma4intrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/fmaintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/fxsrintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/htmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/htmxlintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/ia32intrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/immintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/inttypes.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/iso646.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/lzcntintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/mm3dnow.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/mm_malloc.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/mmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/module.modulemap +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/nmmintrin.h +%%OPENMP%%llvm-devel/lib/clang/3.9.0/include/omp.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/pkuintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/pmmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/popcntintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/prfchwintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/rdseedintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/rtmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/s390intrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/shaintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/smmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/tbmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/tgmath.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/tmmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/unwind.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/vadefs.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/vecintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/wmmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/x86intrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/xmmintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/xopintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/xsavecintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/xsaveintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/xsaveoptintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/xsavesintrin.h +%%CLANG%%llvm-devel/lib/clang/3.9.0/include/xtestintrin.h +%%CLANG%%llvm-devel/lib/cmake/clang/ClangConfig.cmake +%%CLANG%%llvm-devel/lib/cmake/clang/ClangTargets-%%CMAKE_BUILD_TYPE%%.cmake +%%CLANG%%llvm-devel/lib/cmake/clang/ClangTargets.cmake +llvm-devel/lib/cmake/llvm/AddLLVM.cmake +llvm-devel/lib/cmake/llvm/AddLLVMDefinitions.cmake +llvm-devel/lib/cmake/llvm/AddOCaml.cmake +llvm-devel/lib/cmake/llvm/AddSphinxTarget.cmake +llvm-devel/lib/cmake/llvm/ChooseMSVCCRT.cmake +%%OPENMP%%llvm-devel/lib/cmake/llvm/CrossCompile.cmake +%%OPENMP%%llvm-devel/lib/cmake/llvm/DetermineGCCCompatible.cmake +llvm-devel/lib/cmake/llvm/FindOCaml.cmake +llvm-devel/lib/cmake/llvm/FindSphinx.cmake +llvm-devel/lib/cmake/llvm/GetSVN.cmake +llvm-devel/lib/cmake/llvm/HandleLLVMOptions.cmake +llvm-devel/lib/cmake/llvm/HandleLLVMStdlib.cmake +llvm-devel/lib/cmake/llvm/LLVM-Config.cmake +llvm-devel/lib/cmake/llvm/LLVMConfig.cmake +llvm-devel/lib/cmake/llvm/LLVMConfigVersion.cmake +llvm-devel/lib/cmake/llvm/LLVMExports-%%CMAKE_BUILD_TYPE%%.cmake +llvm-devel/lib/cmake/llvm/LLVMExports.cmake +llvm-devel/lib/cmake/llvm/LLVMExternalProjectUtils.cmake +llvm-devel/lib/cmake/llvm/LLVMInstallSymlink.cmake +llvm-devel/lib/cmake/llvm/LLVMProcessSources.cmake +llvm-devel/lib/cmake/llvm/TableGen.cmake +llvm-devel/lib/cmake/llvm/VersionFromVCS.cmake +llvm-devel/lib/libLLVMAArch64AsmParser.a +llvm-devel/lib/libLLVMAArch64AsmPrinter.a +llvm-devel/lib/libLLVMAArch64CodeGen.a +llvm-devel/lib/libLLVMAArch64Desc.a +llvm-devel/lib/libLLVMAArch64Disassembler.a +llvm-devel/lib/libLLVMAArch64Info.a +llvm-devel/lib/libLLVMAArch64Utils.a +llvm-devel/lib/libLLVMAMDGPUAsmParser.a +llvm-devel/lib/libLLVMAMDGPUAsmPrinter.a +llvm-devel/lib/libLLVMAMDGPUCodeGen.a +llvm-devel/lib/libLLVMAMDGPUDesc.a +llvm-devel/lib/libLLVMAMDGPUInfo.a +llvm-devel/lib/libLLVMAMDGPUUtils.a +llvm-devel/lib/libLLVMARMAsmParser.a +llvm-devel/lib/libLLVMARMAsmPrinter.a +llvm-devel/lib/libLLVMARMCodeGen.a +llvm-devel/lib/libLLVMARMDesc.a +llvm-devel/lib/libLLVMARMDisassembler.a +llvm-devel/lib/libLLVMARMInfo.a +llvm-devel/lib/libLLVMAnalysis.a +llvm-devel/lib/libLLVMAsmParser.a +llvm-devel/lib/libLLVMAsmPrinter.a +llvm-devel/lib/libLLVMBPFAsmPrinter.a +llvm-devel/lib/libLLVMBPFCodeGen.a +llvm-devel/lib/libLLVMBPFDesc.a +llvm-devel/lib/libLLVMBPFInfo.a +llvm-devel/lib/libLLVMBitReader.a +llvm-devel/lib/libLLVMBitWriter.a +llvm-devel/lib/libLLVMCodeGen.a +llvm-devel/lib/libLLVMCore.a +llvm-devel/lib/libLLVMCppBackendCodeGen.a +llvm-devel/lib/libLLVMCppBackendInfo.a +llvm-devel/lib/libLLVMDebugInfoCodeView.a +llvm-devel/lib/libLLVMDebugInfoDWARF.a +llvm-devel/lib/libLLVMDebugInfoPDB.a +llvm-devel/lib/libLLVMExecutionEngine.a +llvm-devel/lib/libLLVMGlobalISel.a +llvm-devel/lib/libLLVMHexagonAsmParser.a +llvm-devel/lib/libLLVMHexagonCodeGen.a +llvm-devel/lib/libLLVMHexagonDesc.a +llvm-devel/lib/libLLVMHexagonDisassembler.a +llvm-devel/lib/libLLVMHexagonInfo.a +llvm-devel/lib/libLLVMIRReader.a +llvm-devel/lib/libLLVMInstCombine.a +llvm-devel/lib/libLLVMInstrumentation.a +llvm-devel/lib/libLLVMInterpreter.a +llvm-devel/lib/libLLVMLTO.a +llvm-devel/lib/libLLVMLibDriver.a +llvm-devel/lib/libLLVMLineEditor.a +llvm-devel/lib/libLLVMLinker.a +llvm-devel/lib/libLLVMMC.a +llvm-devel/lib/libLLVMMCDisassembler.a +llvm-devel/lib/libLLVMMCJIT.a +llvm-devel/lib/libLLVMMCParser.a +llvm-devel/lib/libLLVMMIRParser.a +llvm-devel/lib/libLLVMMSP430AsmPrinter.a +llvm-devel/lib/libLLVMMSP430CodeGen.a +llvm-devel/lib/libLLVMMSP430Desc.a +llvm-devel/lib/libLLVMMSP430Info.a +llvm-devel/lib/libLLVMMipsAsmParser.a +llvm-devel/lib/libLLVMMipsAsmPrinter.a +llvm-devel/lib/libLLVMMipsCodeGen.a +llvm-devel/lib/libLLVMMipsDesc.a +llvm-devel/lib/libLLVMMipsDisassembler.a +llvm-devel/lib/libLLVMMipsInfo.a +llvm-devel/lib/libLLVMNVPTXAsmPrinter.a +llvm-devel/lib/libLLVMNVPTXCodeGen.a +llvm-devel/lib/libLLVMNVPTXDesc.a +llvm-devel/lib/libLLVMNVPTXInfo.a +llvm-devel/lib/libLLVMObjCARCOpts.a +llvm-devel/lib/libLLVMObject.a +llvm-devel/lib/libLLVMOption.a +llvm-devel/lib/libLLVMOrcJIT.a +llvm-devel/lib/libLLVMPasses.a +llvm-devel/lib/libLLVMPowerPCAsmParser.a +llvm-devel/lib/libLLVMPowerPCAsmPrinter.a +llvm-devel/lib/libLLVMPowerPCCodeGen.a +llvm-devel/lib/libLLVMPowerPCDesc.a +llvm-devel/lib/libLLVMPowerPCDisassembler.a +llvm-devel/lib/libLLVMPowerPCInfo.a +llvm-devel/lib/libLLVMProfileData.a +llvm-devel/lib/libLLVMRuntimeDyld.a +llvm-devel/lib/libLLVMScalarOpts.a +llvm-devel/lib/libLLVMSelectionDAG.a +llvm-devel/lib/libLLVMSparcAsmParser.a +llvm-devel/lib/libLLVMSparcAsmPrinter.a +llvm-devel/lib/libLLVMSparcCodeGen.a +llvm-devel/lib/libLLVMSparcDesc.a +llvm-devel/lib/libLLVMSparcDisassembler.a +llvm-devel/lib/libLLVMSparcInfo.a +llvm-devel/lib/libLLVMSupport.a +llvm-devel/lib/libLLVMSymbolize.a +llvm-devel/lib/libLLVMSystemZAsmParser.a +llvm-devel/lib/libLLVMSystemZAsmPrinter.a +llvm-devel/lib/libLLVMSystemZCodeGen.a +llvm-devel/lib/libLLVMSystemZDesc.a +llvm-devel/lib/libLLVMSystemZDisassembler.a +llvm-devel/lib/libLLVMSystemZInfo.a +llvm-devel/lib/libLLVMTableGen.a +llvm-devel/lib/libLLVMTarget.a +llvm-devel/lib/libLLVMTransformUtils.a +llvm-devel/lib/libLLVMVectorize.a +llvm-devel/lib/libLLVMX86AsmParser.a +llvm-devel/lib/libLLVMX86AsmPrinter.a +llvm-devel/lib/libLLVMX86CodeGen.a +llvm-devel/lib/libLLVMX86Desc.a +llvm-devel/lib/libLLVMX86Disassembler.a +llvm-devel/lib/libLLVMX86Info.a +llvm-devel/lib/libLLVMX86Utils.a +llvm-devel/lib/libLLVMXCoreAsmPrinter.a +llvm-devel/lib/libLLVMXCoreCodeGen.a +llvm-devel/lib/libLLVMXCoreDesc.a +llvm-devel/lib/libLLVMXCoreDisassembler.a +llvm-devel/lib/libLLVMXCoreInfo.a +llvm-devel/lib/libLLVMipo.a llvm-devel/lib/libLTO.so %%CLANG%%llvm-devel/lib/libclang.so -%%CLANG%%llvm-devel/lib/libclang.so.3.8 -%%CLANG%%llvm-devel/lib/libclangARCMigrate.so -%%CLANG%%llvm-devel/lib/libclangAST.so -%%CLANG%%llvm-devel/lib/libclangASTMatchers.so -%%CLANG%%llvm-devel/lib/libclangAnalysis.so -%%EXTRAS%%llvm-devel/lib/libclangApplyReplacements.so -%%CLANG%%llvm-devel/lib/libclangBasic.so -%%CLANG%%llvm-devel/lib/libclangCodeGen.so -%%CLANG%%llvm-devel/lib/libclangDriver.so -%%CLANG%%llvm-devel/lib/libclangDynamicASTMatchers.so -%%CLANG%%llvm-devel/lib/libclangEdit.so -%%CLANG%%llvm-devel/lib/libclangFormat.so -%%CLANG%%llvm-devel/lib/libclangFrontend.so -%%CLANG%%llvm-devel/lib/libclangFrontendTool.so -%%CLANG%%llvm-devel/lib/libclangIndex.so -%%CLANG%%llvm-devel/lib/libclangLex.so -%%CLANG%%llvm-devel/lib/libclangParse.so -%%EXTRAS%%llvm-devel/lib/libclangQuery.so -%%EXTRAS%%llvm-devel/lib/libclangRename.so -%%CLANG%%llvm-devel/lib/libclangRewrite.so -%%CLANG%%llvm-devel/lib/libclangRewriteFrontend.so -%%CLANG%%llvm-devel/lib/libclangSema.so -%%CLANG%%llvm-devel/lib/libclangSerialization.so -%%CLANG%%llvm-devel/lib/libclangStaticAnalyzerCheckers.so -%%CLANG%%llvm-devel/lib/libclangStaticAnalyzerCore.so -%%CLANG%%llvm-devel/lib/libclangStaticAnalyzerFrontend.so -%%EXTRAS%%llvm-devel/lib/libclangTidy.so -%%EXTRAS%%llvm-devel/lib/libclangTidyCERTModule.so -%%EXTRAS%%llvm-devel/lib/libclangTidyCppCoreGuidelinesModule.so -%%EXTRAS%%llvm-devel/lib/libclangTidyGoogleModule.so -%%EXTRAS%%llvm-devel/lib/libclangTidyLLVMModule.so -%%EXTRAS%%llvm-devel/lib/libclangTidyMiscModule.so -%%EXTRAS%%llvm-devel/lib/libclangTidyModernizeModule.so -%%EXTRAS%%llvm-devel/lib/libclangTidyReadabilityModule.so -%%EXTRAS%%llvm-devel/lib/libclangTidyUtils.so -%%CLANG%%llvm-devel/lib/libclangTooling.so -%%CLANG%%llvm-devel/lib/libclangToolingCore.so +%%CLANG%%llvm-devel/lib/libclang.so.3.9 +%%CLANG%%llvm-devel/lib/libclangARCMigrate.a +%%CLANG%%llvm-devel/lib/libclangAST.a +%%CLANG%%llvm-devel/lib/libclangASTMatchers.a +%%CLANG%%llvm-devel/lib/libclangAnalysis.a +%%EXTRAS%%llvm-devel/lib/libclangApplyReplacements.a +%%CLANG%%llvm-devel/lib/libclangBasic.a +%%CLANG%%llvm-devel/lib/libclangCodeGen.a +%%CLANG%%llvm-devel/lib/libclangDriver.a +%%CLANG%%llvm-devel/lib/libclangDynamicASTMatchers.a +%%CLANG%%llvm-devel/lib/libclangEdit.a +%%CLANG%%llvm-devel/lib/libclangFormat.a +%%CLANG%%llvm-devel/lib/libclangFrontend.a +%%CLANG%%llvm-devel/lib/libclangFrontendTool.a +%%CLANG%%llvm-devel/lib/libclangIndex.a +%%CLANG%%llvm-devel/lib/libclangLex.a +%%CLANG%%llvm-devel/lib/libclangParse.a +%%EXTRAS%%llvm-devel/lib/libclangQuery.a +%%EXTRAS%%llvm-devel/lib/libclangRename.a +%%CLANG%%llvm-devel/lib/libclangRewrite.a +%%CLANG%%llvm-devel/lib/libclangRewriteFrontend.a +%%CLANG%%llvm-devel/lib/libclangSema.a +%%CLANG%%llvm-devel/lib/libclangSerialization.a +%%CLANG%%llvm-devel/lib/libclangStaticAnalyzerCheckers.a +%%CLANG%%llvm-devel/lib/libclangStaticAnalyzerCore.a +%%CLANG%%llvm-devel/lib/libclangStaticAnalyzerFrontend.a +%%EXTRAS%%llvm-devel/lib/libclangTidy.a +%%EXTRAS%%llvm-devel/lib/libclangTidyCERTModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyCppCoreGuidelinesModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyGoogleModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyLLVMModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyMiscModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyModernizeModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyPerformanceModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyReadabilityModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyUtils.a +%%CLANG%%llvm-devel/lib/libclangTooling.a +%%CLANG%%llvm-devel/lib/libclangToolingCore.a %%OPENMP%%llvm-devel/lib/libgomp.so %%OPENMP%%llvm-devel/lib/libiomp5.so -%%LLD%%llvm-devel/lib/liblldAArch64ELFTarget.so -%%LLD%%llvm-devel/lib/liblldAMDGPUELFTarget.so -%%LLD%%llvm-devel/lib/liblldARMELFTarget.so -%%LLD%%llvm-devel/lib/liblldCOFF.so -%%LLD%%llvm-devel/lib/liblldConfig.so -%%LLD%%llvm-devel/lib/liblldCore.so -%%LLD%%llvm-devel/lib/liblldDriver.so -%%LLD%%llvm-devel/lib/liblldELF.so -%%LLD%%llvm-devel/lib/liblldELF2.so -%%LLD%%llvm-devel/lib/liblldExampleSubTarget.so -%%LLD%%llvm-devel/lib/liblldHexagonELFTarget.so -%%LLD%%llvm-devel/lib/liblldMachO.so -%%LLD%%llvm-devel/lib/liblldMipsELFTarget.so -%%LLD%%llvm-devel/lib/liblldReaderWriter.so -%%LLD%%llvm-devel/lib/liblldX86ELFTarget.so -%%LLD%%llvm-devel/lib/liblldX86_64ELFTarget.so -%%LLD%%llvm-devel/lib/liblldYAML.so +%%LLD%%llvm-devel/lib/liblldAArch64ELFTarget.a *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed Feb 17 23:00:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66620AAAC73; Wed, 17 Feb 2016 23:00:59 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36B331B68; Wed, 17 Feb 2016 23:00:59 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HN0wje099491; Wed, 17 Feb 2016 23:00:58 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HN0wE2099489; Wed, 17 Feb 2016 23:00:58 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201602172300.u1HN0wE2099489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Wed, 17 Feb 2016 23:00:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409073 - head/deskutils/horde-kronolith X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 23:00:59 -0000 Author: mm Date: Wed Feb 17 23:00:57 2016 New Revision: 409073 URL: https://svnweb.freebsd.org/changeset/ports/409073 Log: Horde package update: deskutils/horde-kronolith 4.2.14 -> 4.2.15 Modified: head/deskutils/horde-kronolith/Makefile head/deskutils/horde-kronolith/distinfo Modified: head/deskutils/horde-kronolith/Makefile ============================================================================== --- head/deskutils/horde-kronolith/Makefile Wed Feb 17 22:17:17 2016 (r409072) +++ head/deskutils/horde-kronolith/Makefile Wed Feb 17 23:00:57 2016 (r409073) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kronolith -PORTVERSION= 4.2.14 +PORTVERSION= 4.2.15 CATEGORIES= deskutils www pear PKGNAMEPREFIX= horde- Modified: head/deskutils/horde-kronolith/distinfo ============================================================================== --- head/deskutils/horde-kronolith/distinfo Wed Feb 17 22:17:17 2016 (r409072) +++ head/deskutils/horde-kronolith/distinfo Wed Feb 17 23:00:57 2016 (r409073) @@ -1,2 +1,2 @@ -SHA256 (Horde/kronolith-4.2.14.tgz) = 810edfed10775a7edc01c39174ce5a5d725186cc9caaf0f1890131e3c7a7b8f6 -SIZE (Horde/kronolith-4.2.14.tgz) = 2603127 +SHA256 (Horde/kronolith-4.2.15.tgz) = 39fb9e97280b8e8e012abdee61e16ada78e15058b2cd21cfb7a39409a84241c6 +SIZE (Horde/kronolith-4.2.15.tgz) = 2603202 From owner-svn-ports-head@freebsd.org Wed Feb 17 23:01:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3D87AAAC77; Wed, 17 Feb 2016 23:01:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF6351B7D; Wed, 17 Feb 2016 23:01:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HN0xa8099621; Wed, 17 Feb 2016 23:00:59 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HN0xsf099618; Wed, 17 Feb 2016 23:00:59 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602172300.u1HN0xsf099618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 17 Feb 2016 23:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409074 - in head: . www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 23:01:01 -0000 Author: osa Date: Wed Feb 17 23:00:59 2016 New Revision: 409074 URL: https://svnweb.freebsd.org/changeset/ports/409074 Log: Upgrade third-party dynamic_upstream module from 0.1.1 to 0.1.3. Dynamic modules support has been enabled for the dynamic_upstream third-party module, in case of usage of this module please update nginx configuration file for load this module: load_module "modules/ngx_dynamic_upstream_module.so"; Do not bump PORTREVISION cause this module is disabled by default. Modified: head/UPDATING head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Feb 17 23:00:57 2016 (r409073) +++ head/UPDATING Wed Feb 17 23:00:59 2016 (r409074) @@ -9,6 +9,16 @@ you update your ports collection, before AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org + Dynamic modules support has been enabled for the dynamic_upstream + third-party module, in case of usage of this module please update nginx + configuration file for load this module: + + load_module "modules/ngx_dynamic_upstream_module.so"; + +20160214: + AFFECTS: users of www/nginx-devel + AUTHOR: osa@FreeBSD.org + Dynamic modules support has been enabled for the following third-party modules, in case of usage of these modules please update nginx configuration file for load these modules: Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Feb 17 23:00:57 2016 (r409073) +++ head/www/nginx-devel/Makefile Wed Feb 17 23:00:59 2016 (r409074) @@ -646,11 +646,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MDYNAMIC_UPSTREAM} -NGINX_DYNAMIC_UPSTREAM_VERSION= 0.1.1 +NGINX_DYNAMIC_UPSTREAM_VERSION= 0.1.3 GH_ACCOUNT+= cubicdaiya:dyn_upstream GH_PROJECT+= ngx_dynamic_upstream:dyn_upstream GH_TAGNAME+= v${NGINX_DYNAMIC_UPSTREAM_VERSION}:dyn_upstream -CONFIGURE_ARGS+=--add-module=${WRKSRC_dyn_upstream} +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_dyn_upstream} .endif .if ${PORT_OPTIONS:MARRAYVAR} || ${PORT_OPTIONS:MENCRYPTSESSION} || ${PORT_OPTIONS:MFORMINPUT} || ${PORT_OPTIONS:MICONV} || ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MSET_MISC} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Feb 17 23:00:57 2016 (r409073) +++ head/www/nginx-devel/distinfo Wed Feb 17 23:00:59 2016 (r409074) @@ -74,8 +74,8 @@ SHA256 (masterzen-nginx-upload-progress- SIZE (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 16990 SHA256 (openresty-drizzle-nginx-module-v0.1.9_GH0.tar.gz) = aafb79d87273eec023025333c34d6d0108026a1ce2e09b20a53e8e2d9bf65080 SIZE (openresty-drizzle-nginx-module-v0.1.9_GH0.tar.gz) = 59024 -SHA256 (cubicdaiya-ngx_dynamic_upstream-v0.1.1_GH0.tar.gz) = 36d5ab618dd327a57df9abbf7cb0a2fe91ab96839bc18dc9701474f0896091d6 -SIZE (cubicdaiya-ngx_dynamic_upstream-v0.1.1_GH0.tar.gz) = 10810 +SHA256 (cubicdaiya-ngx_dynamic_upstream-v0.1.3_GH0.tar.gz) = bf60cf196c86193376d11f8c7a3826994b24a48bb36943bab8a25af6e776af3b +SIZE (cubicdaiya-ngx_dynamic_upstream-v0.1.3_GH0.tar.gz) = 10921 SHA256 (simpl-ngx_devel_kit-v0.2.19_GH0.tar.gz) = 501f299abdb81b992a980bda182e5de5a4b2b3e275fbf72ee34dd7ae84c4b679 SIZE (simpl-ngx_devel_kit-v0.2.19_GH0.tar.gz) = 65029 SHA256 (openresty-encrypted-session-nginx-module-v0.03_GH0.tar.gz) = 4d0da617b3122b145dd46ec8618c6248db79c992704b23ed78e01bddf14173d3 From owner-svn-ports-head@freebsd.org Wed Feb 17 23:06:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1C09AAB0E9; Wed, 17 Feb 2016 23:06:38 +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 9CC021078; Wed, 17 Feb 2016 23:06:38 +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 u1HN6bAM002698; Wed, 17 Feb 2016 23:06:37 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HN6bYs002693; Wed, 17 Feb 2016 23:06:37 GMT (envelope-from db@FreeBSD.org) Message-Id: <201602172306.u1HN6bYs002693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 17 Feb 2016 23:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409075 - in head/audio/dream: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 23:06:39 -0000 Author: db Date: Wed Feb 17 23:06:37 2016 New Revision: 409075 URL: https://svnweb.freebsd.org/changeset/ports/409075 Log: Open-Source Software Implementation of a DRM (Digital Radio Mondiale) Receiver under the GNU General Public License (GPL) There was a previous dream port that had been removed. It was audio/dream||2009-01-06|Has expired: Needs DRM enabled in FAAD The Dream development team today releases Dream version 1.12. Dream is a DRM (Digital Radio Mondiale) software receiver and decoder. It is a very complete receiver, featuring compliant decoding of HE AAC v2 audio streams, journaline decoding, a feature rich statistics section providing invaluable information about the streams being received, and automatic update of available stations from the web, among several other features. It also features a limited transmission mode, that uses the FAAC AAC encoder. Dream is multi-platform and has been tested on OSX, Win32 and Linux. Changes since version 1.11: - Fixed problem where users directories being cleared when clearing cache - Fixed timezone problems with EPG - Fixed problem when EPG is 4th service PR: ports/207123 Submitted by: takefu@airport.fm Added: head/audio/dream/ - copied from r225340, head/audio/dream/ head/audio/dream/files/patch-src__linux__pa_shm_ringbuffer.c (contents, props changed) head/audio/dream/files/patch-src__sound__pa_ringbuffer.c (contents, props changed) Deleted: head/audio/dream/files/patch-common_GUI-QT_MultimediaDlg.cpp head/audio/dream/files/patch-common_MDI_PacketSocketQT.h head/audio/dream/files/patch-linux_source_soundcommon.cpp Modified: head/audio/dream/Makefile (contents, props changed) head/audio/dream/distinfo (contents, props changed) head/audio/dream/pkg-descr (contents, props changed) Modified: head/audio/dream/Makefile ============================================================================== --- head/audio/dream/Makefile Tue Jan 6 18:48:25 2009 (r225340) +++ head/audio/dream/Makefile Wed Feb 17 23:06:37 2016 (r409075) @@ -1,38 +1,59 @@ -# New ports collection makefile for: Dream DRM Receiver -# Date created: 1st september 2006 -# Whom: Soeren Straaarup -# # $FreeBSD$ PORTNAME= dream -PORTVERSION= 1.6.25 -PORTREVISION= 4 -CATEGORIES= audio hamradio -MASTER_SITES= SF/drm -DISTNAME= drm-${PORTVERSION} - -MAINTAINER= xride@FreeBSD.org -COMMENT= Digital Radio Mondiale (DRM) software receiver - -LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - qwt4.4:${PORTSDIR}/x11-toolkits/qwt4 \ - faad.0:${PORTSDIR}/audio/faad - -DEPRECATED= Needs DRM enabled in FAAD -EXPIRATION_DATE= 2009-01-06 - -USE_QT_VER= 3 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include \ - ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_FILES= bin/drm - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/include/qwt|${LOCALBASE}/include/qwt4|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-lqwt|-lqwt4|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|neaacdec.h|faad.h|g' ${WRKSRC}/common/sourcedecoders/AudioSourceDecoder.cpp - @${REINPLACE_CMD} -e 's|DRMCH_SBR_PS_STEREO|DRMCH_SBR_STEREO|g' ${WRKSRC}/common/sourcedecoders/AudioSourceDecoder.cpp +PORTVERSION= 2.1.1 +CATEGORIES= audio comms hamradio +MASTER_SITES= SF/drm/${PORTNAME}/${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION}-svn808 + +MAINTAINER= takefu@airport.fm +COMMENT= Software radio for AM and Digital Radio Mondiale (DRM) + +LICENSE= GPLv2 + +LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib\ + libqwt.so:${PORTSDIR}/x11-toolkits/qwt5\ + libfftw3.so:${PORTSDIR}/math/fftw3 + +USE_QT4= qmake_build moc_build uic_build corelib gui network rcc webkit +QT4_MAKE_ARGS= INSTALL_ROOT=${STAGEDIR} +USES= gmake pkgconfig +WRKSRC= ${WRKDIR}/${PORTNAME} + +OPTIONS_DEFINE= SNDFILE OGG VORBIS FLAC OPUS SPEEX FAAD FAAC +OPTIONS_RADIO= DEVICE +OPTIONS_RADIO_DEVICE= PORTAUDIO PULSEAUDIO +OPTIONS_DEFAULT= PORTAUDIO SNDFILE +OPTIONS_SUB= yes + +PORTAUDIO_LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio +SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile + +OGG_LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg +VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis +FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac +OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus +SPEEX_LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speexdsp +FAAD_LIB_DEPENDS= libfaad.so:${PORTSDIR}/audio/faad +FAAC_LIB_DEPENDS= libfaac.so:${PORTSDIR}/audio/faac + +MANDIRS= ${PREFIX}/share/man/man1 +PLIST_FILES= %%QT_BINDIR%%/dream share/man/man1/dream.1.gz + +pre-patch: + @${REINPLACE_CMD} -e 's|/opt|/usr|g' -e 's|/usr/local|${PREFIX}|g'\ + -e 's|target.path = /usr/bin|target.path = ${STAGEDIR}${QT_BINDIR}|g'\ + -e 's|/usr/share/man/man1|${STAGEDIR}${PREFIX}/share/man/man1|g'\ + -e 's|INSTALLS += documentation||g'\ + ${WRKSRC}/dream.pro + +do-configure: + cd ${WRKSRC} &&\ + ${SETENV} ${MAKE_ENV} ${QMAKE} dream.pro ${QMAKE_ARGS} + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/linux/dream.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include Modified: head/audio/dream/distinfo ============================================================================== --- head/audio/dream/distinfo Tue Jan 6 18:48:25 2009 (r225340) +++ head/audio/dream/distinfo Wed Feb 17 23:06:37 2016 (r409075) @@ -1,3 +1,2 @@ -MD5 (drm-1.6.25.tar.gz) = 56d217db9c29a20799f2a340e8a67895 -SHA256 (drm-1.6.25.tar.gz) = def8a4db1eeb4ab46f4fd716ef21d9332d2ff553eff32f099c47779f4687fea6 -SIZE (drm-1.6.25.tar.gz) = 827306 +SHA256 (dream-2.1.1-svn808.tar.gz) = 417734a197ed596a08e75363c304be9b4595f2f21581bc64fec47c49f733bb05 +SIZE (dream-2.1.1-svn808.tar.gz) = 898761 Added: head/audio/dream/files/patch-src__linux__pa_shm_ringbuffer.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/dream/files/patch-src__linux__pa_shm_ringbuffer.c Wed Feb 17 23:06:37 2016 (r409075) @@ -0,0 +1,20 @@ +--- src/linux/pa_shm_ringbuffer.c.orig 2013-11-11 16:33:40 UTC ++++ src/linux/pa_shm_ringbuffer.c +@@ -72,12 +72,13 @@ + ****************/ + + #if defined(__APPLE__) || defined(__FreeBSD__) +-# include ++#include ++# include + /* Here are the memory barrier functions. Mac OS X and FreeBSD only provide + full memory barriers, so the three types of barriers are the same. */ +-# define PaUtil_FullMemoryBarrier() OSMemoryBarrier() +-# define PaUtil_ReadMemoryBarrier() OSMemoryBarrier() +-# define PaUtil_WriteMemoryBarrier() OSMemoryBarrier() ++# define PaUtil_FullMemoryBarrier() mb() ++# define PaUtil_ReadMemoryBarrier() rmb() ++# define PaUtil_WriteMemoryBarrier() wmb() + #elif defined(__GNUC__) + /* GCC understands volatile asm and "memory" to mean it + * should not reorder memory read/writes */ Added: head/audio/dream/files/patch-src__sound__pa_ringbuffer.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/dream/files/patch-src__sound__pa_ringbuffer.c Wed Feb 17 23:06:37 2016 (r409075) @@ -0,0 +1,20 @@ +--- src/sound/pa_ringbuffer.c.orig 2013-11-11 16:33:41 UTC ++++ src/sound/pa_ringbuffer.c +@@ -72,12 +72,13 @@ + ****************/ + + #if defined(__APPLE__) || defined(__FreeBSD__) +-# include ++# include ++# include + /* Here are the memory barrier functions. Mac OS X and FreeBSD only provide + full memory barriers, so the three types of barriers are the same. */ +-# define PaUtil_FullMemoryBarrier() OSMemoryBarrier() +-# define PaUtil_ReadMemoryBarrier() OSMemoryBarrier() +-# define PaUtil_WriteMemoryBarrier() OSMemoryBarrier() ++# define PaUtil_FullMemoryBarrier() mb() ++# define PaUtil_ReadMemoryBarrier() rmb() ++# define PaUtil_WriteMemoryBarrier() wmb() + #elif defined(__GNUC__) + /* GCC understands volatile asm and "memory" to mean it + * should not reorder memory read/writes */ Modified: head/audio/dream/pkg-descr ============================================================================== --- head/audio/dream/pkg-descr Tue Jan 6 18:48:25 2009 (r225340) +++ head/audio/dream/pkg-descr Wed Feb 17 23:06:37 2016 (r409075) @@ -1,5 +1,4 @@ -Dream is a software implementation of a Digital Radio Mondiale (DRM) receiver. -All you need to receive DRM transmissions is a PC with a sound card and a -modified analog short-wave (MW, LW) receiver. +Open-Source Software Implementation of a DRM (Digital Radio Mondiale) Receiver +under the GNU General Public License (GPL) -WWW: http://drm.sourceforge.net/ +WWW: http://drm.sourceforge.net/wiki/index.php/Main_Page From owner-svn-ports-head@freebsd.org Wed Feb 17 23:19:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8DA6AAB73B; Wed, 17 Feb 2016 23:19:39 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78F2317D3; Wed, 17 Feb 2016 23:19:39 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HNJcYA005769; Wed, 17 Feb 2016 23:19:38 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HNJcA4005764; Wed, 17 Feb 2016 23:19:38 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602172319.u1HNJcA4005764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 17 Feb 2016 23:19:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409076 - in head: . www/nginx www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 23:19:39 -0000 Author: osa Date: Wed Feb 17 23:19:37 2016 New Revision: 409076 URL: https://svnweb.freebsd.org/changeset/ports/409076 Log: Upgrade third-party small_light module from 0.6.9 to 0.6.15, enable as dynamic module for www/nginx-devel only. Modified: head/UPDATING head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Feb 17 23:06:37 2016 (r409075) +++ head/UPDATING Wed Feb 17 23:19:37 2016 (r409076) @@ -9,11 +9,12 @@ you update your ports collection, before AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org - Dynamic modules support has been enabled for the dynamic_upstream - third-party module, in case of usage of this module please update nginx - configuration file for load this module: + Dynamic modules support has been enabled for the following third-party + modules, in case of usage of these modules please update nginx + configuration file for load these modules: load_module "modules/ngx_dynamic_upstream_module.so"; + load_module "modules/ngx_http_small_light_module.so"; 20160214: AFFECTS: users of www/nginx-devel Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Feb 17 23:06:37 2016 (r409075) +++ head/www/nginx-devel/Makefile Wed Feb 17 23:19:37 2016 (r409076) @@ -825,14 +825,14 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .endif .if ${PORT_OPTIONS:MSMALL_LIGHT} -NGINX_SMALL_LIGHT_VERSION= 0.6.9 +NGINX_SMALL_LIGHT_VERSION= 0.6.15 LIB_DEPENDS+= libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick \ libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \ libpcre.so:${PORTSDIR}/devel/pcre GH_ACCOUNT+= cubicdaiya:small_light GH_PROJECT+= ngx_small_light:small_light GH_TAGNAME+= v${NGINX_SMALL_LIGHT_VERSION}:small_light -CONFIGURE_ARGS+=--add-module=${WRKSRC_small_light} +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_small_light} .endif .if ${PORT_OPTIONS:MSRCACHE} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Feb 17 23:06:37 2016 (r409075) +++ head/www/nginx-devel/distinfo Wed Feb 17 23:19:37 2016 (r409076) @@ -106,8 +106,8 @@ SHA256 (openresty-set-misc-nginx-module- SIZE (openresty-set-misc-nginx-module-6582fb4_GH0.tar.gz) = 35961 SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106 -SHA256 (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 5d4e3d4fec3968ee57a5fa066118649e2b994b3f3a293896e62bf690b726b7fb -SIZE (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 51436 +SHA256 (cubicdaiya-ngx_small_light-v0.6.15_GH0.tar.gz) = 9bc9c221287a6db56a4a0eb7ac35a560fc15dfd6dafcb500fdea49a583527716 +SIZE (cubicdaiya-ngx_small_light-v0.6.15_GH0.tar.gz) = 54695 SHA256 (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = e34b1ab5f5007661f73819f9c20fd6c2a46ed3e53364e9449b02ef2bd3628633 SIZE (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = 58777 SHA256 (zebrafishlabs-nginx-statsd-b756a12_GH0.tar.gz) = 4c5886edb1fbeb0b9a83c879b4be4b15a620627a18978aef636da3feafb284fe Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Feb 17 23:06:37 2016 (r409075) +++ head/www/nginx/Makefile Wed Feb 17 23:19:37 2016 (r409076) @@ -801,7 +801,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .endif .if ${PORT_OPTIONS:MSMALL_LIGHT} -NGINX_SMALL_LIGHT_VERSION= 0.6.9 +NGINX_SMALL_LIGHT_VERSION= 0.6.15 LIB_DEPENDS+= libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick \ libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \ libpcre.so:${PORTSDIR}/devel/pcre Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Feb 17 23:06:37 2016 (r409075) +++ head/www/nginx/distinfo Wed Feb 17 23:19:37 2016 (r409076) @@ -104,8 +104,8 @@ SHA256 (openresty-set-misc-nginx-module- SIZE (openresty-set-misc-nginx-module-6582fb4_GH0.tar.gz) = 35961 SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106 -SHA256 (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 5d4e3d4fec3968ee57a5fa066118649e2b994b3f3a293896e62bf690b726b7fb -SIZE (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 51436 +SHA256 (cubicdaiya-ngx_small_light-v0.6.15_GH0.tar.gz) = 9bc9c221287a6db56a4a0eb7ac35a560fc15dfd6dafcb500fdea49a583527716 +SIZE (cubicdaiya-ngx_small_light-v0.6.15_GH0.tar.gz) = 54695 SHA256 (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = e34b1ab5f5007661f73819f9c20fd6c2a46ed3e53364e9449b02ef2bd3628633 SIZE (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = 58777 SHA256 (zebrafishlabs-nginx-statsd-b756a12_GH0.tar.gz) = 4c5886edb1fbeb0b9a83c879b4be4b15a620627a18978aef636da3feafb284fe From owner-svn-ports-head@freebsd.org Wed Feb 17 23:28:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E52D7AABB32; Wed, 17 Feb 2016 23:28:07 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C01221C1C; Wed, 17 Feb 2016 23:28:07 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HNS6OY008637; Wed, 17 Feb 2016 23:28:06 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HNS665008633; Wed, 17 Feb 2016 23:28:06 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602172328.u1HNS665008633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 17 Feb 2016 23:28:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409077 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 23:28:08 -0000 Author: osa Date: Wed Feb 17 23:28:06 2016 New Revision: 409077 URL: https://svnweb.freebsd.org/changeset/ports/409077 Log: Upgrade third-party nchan (formerly http_push) module from 0.99.4 to 0.99.5. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Feb 17 23:19:37 2016 (r409076) +++ head/www/nginx-devel/Makefile Wed Feb 17 23:28:06 2016 (r409077) @@ -520,7 +520,7 @@ USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} -GIT_PUSH_VERSION= 0.99.4 +GIT_PUSH_VERSION= 0.99.5 GH_ACCOUNT+= slact:push GH_PROJECT+= nchan:push GH_TAGNAME+= v${GIT_PUSH_VERSION}:push Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Feb 17 23:19:37 2016 (r409076) +++ head/www/nginx-devel/distinfo Wed Feb 17 23:28:06 2016 (r409077) @@ -60,8 +60,8 @@ SHA256 (nginx-modules-ngx_http_json_stat SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 -SHA256 (slact-nchan-v0.99.4_GH0.tar.gz) = 5be31a213bd277dfb2f4b561626d37852711b7186bf514f10ef60b5f479fd4f2 -SIZE (slact-nchan-v0.99.4_GH0.tar.gz) = 337367 +SHA256 (slact-nchan-v0.99.5_GH0.tar.gz) = 24e0bd3489aed50a5f43c3541723a5ed5d52f7750e967c4f16e62f5eddc6af2e +SIZE (slact-nchan-v0.99.5_GH0.tar.gz) = 337474 SHA256 (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = a95f31e80120fd7324795b92a0d94c0b43e1265df7fd0f1eba11a337c1e0a626 SIZE (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = 175263 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 2814340bf57581a04873e26d773ec216bfceebb1abb87d4904ce314790897b17 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Feb 17 23:19:37 2016 (r409076) +++ head/www/nginx/Makefile Wed Feb 17 23:28:06 2016 (r409077) @@ -508,7 +508,7 @@ USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} -GIT_PUSH_VERSION= 0.99.4 +GIT_PUSH_VERSION= 0.99.5 GH_ACCOUNT+= slact:push GH_PROJECT+= nchan:push GH_TAGNAME+= v${GIT_PUSH_VERSION}:push Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Feb 17 23:19:37 2016 (r409076) +++ head/www/nginx/distinfo Wed Feb 17 23:28:06 2016 (r409077) @@ -60,8 +60,8 @@ SHA256 (nginx-modules-ngx_http_json_stat SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 -SHA256 (slact-nchan-v0.99.4_GH0.tar.gz) = 5be31a213bd277dfb2f4b561626d37852711b7186bf514f10ef60b5f479fd4f2 -SIZE (slact-nchan-v0.99.4_GH0.tar.gz) = 337367 +SHA256 (slact-nchan-v0.99.5_GH0.tar.gz) = 24e0bd3489aed50a5f43c3541723a5ed5d52f7750e967c4f16e62f5eddc6af2e +SIZE (slact-nchan-v0.99.5_GH0.tar.gz) = 337474 SHA256 (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = a95f31e80120fd7324795b92a0d94c0b43e1265df7fd0f1eba11a337c1e0a626 SIZE (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = 175263 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 2814340bf57581a04873e26d773ec216bfceebb1abb87d4904ce314790897b17 From owner-svn-ports-head@freebsd.org Wed Feb 17 23:43:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AB67AAC291; Wed, 17 Feb 2016 23:43:48 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27E721343; Wed, 17 Feb 2016 23:43:47 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.21] (153.Red-83-60-249.dynamicIP.rima-tde.net [83.60.249.153]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 2923043CB4; Wed, 17 Feb 2016 17:43:42 -0600 (CST) Subject: Re: svn commit: r409072 - in head/devel: compiler-rt-devel compiler-rt-devel/files llvm-devel llvm-devel/files To: Brooks Davis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201602172217.u1HMHHk9087329@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <56C505A8.1070602@marino.st> Date: Thu, 18 Feb 2016 00:43:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <201602172217.u1HMHHk9087329@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 23:43:48 -0000 On 2/17/2016 11:17 PM, Brooks Davis wrote: > Author: brooks > Date: Wed Feb 17 22:17:17 2016 > New Revision: 409072 > URL: https://svnweb.freebsd.org/changeset/ports/409072 > > Log: > Update llvm-devel to a new 3.9 snapshot. > > Mark complier-rt-devel as broken for now to stop blocking the llvm-devel > update. > > Deleted: > head/devel/compiler-rt-devel/files/ > Modified: > head/devel/compiler-rt-devel/Makefile > head/devel/compiler-rt-devel/distinfo > head/devel/llvm-devel/Makefile > head/devel/llvm-devel/Makefile.snapshot > head/devel/llvm-devel/distinfo > head/devel/llvm-devel/files/gen-Makefile.snapshot.sh > head/devel/llvm-devel/pkg-plist > > Modified: head/devel/compiler-rt-devel/Makefile > ============================================================================== > --- head/devel/compiler-rt-devel/Makefile Wed Feb 17 21:05:42 2016 (r409071) > +++ head/devel/compiler-rt-devel/Makefile Wed Feb 17 22:17:17 2016 (r409072) > @@ -14,6 +14,8 @@ LLVM_PORTDIR= ${.CURDIR}/../llvm${LLVM_S > > USES= cmake:outsource compiler:c++11-lib ninja > > +BROKEN= relies on incompatible stdarg.h from clang > + > BUILD_DEPENDS= llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX} > > CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX}/ > @@ -26,6 +28,9 @@ GH_TAGNAME= ${COMPILER_RT_COMMIT} > ONLY_FOR_ARCHS= i386 amd64 > ONLY_FOR_ARCHS_REASON= plist contents not known > > +CC=clang-devel > +CXX=clang++-devel > + > .include > > .for arch in ${ONLY_FOR_ARCHS} > Synth choked on this immediately (somebody notified me) e.g. make -C /usr/ports/devel/compiler-rt-devel -V BUILD_DEPENDS clang-devel: not found make: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang-devel --version" returned non-zero status make: "/usr/ports/Mk/Uses/compiler.mk" line 120: warning: "clang++-devel -### /dev/null 2>&1" returned non-zero status llvm-config-devel:/usr/ports/devel/llvm-devel /usr/local/bin/cmake:/usr/ports/devel/cmake ninja:/usr/ports/devel/ninja make no longer exits cleanly. John From owner-svn-ports-head@freebsd.org Thu Feb 18 00:35:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F187DAABAB5; Thu, 18 Feb 2016 00:35:21 +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 BECC81456; Thu, 18 Feb 2016 00:35:21 +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 u1I0ZKGP031904; Thu, 18 Feb 2016 00:35:20 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I0ZKV6031903; Thu, 18 Feb 2016 00:35:20 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602180035.u1I0ZKV6031903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 18 Feb 2016 00:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409079 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 00:35:22 -0000 Author: jkim Date: Thu Feb 18 00:35:20 2016 New Revision: 409079 URL: https://svnweb.freebsd.org/changeset/ports/409079 Log: Attempt to fix sporadic build failures. Added: head/sysutils/acpica-tools/files/ head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile (contents, props changed) Added: head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile Thu Feb 18 00:35:20 2016 (r409079) @@ -0,0 +1,19 @@ +--- generate/unix/iasl/Makefile.orig 2016-02-12 17:14:36 UTC ++++ generate/unix/iasl/Makefile +@@ -272,12 +272,11 @@ include ../Makefile.rules + # Function to safely execute yacc + # + safe_yacc = \ +- _f=`echo $(1) | tr '[:upper:]' '[:lower:]'` &&\ +- _d=`mktemp -d $(OBJDIR)/$$_f.XXXXXX` &&\ +- _t=`basename $(3)` &&\ ++ _f=$(notdir $(basename $(2))) &&\ ++ _d=$$(mktemp -d $(3).XXXXXX) &&\ + $(YACC) $(YFLAGS) -p$(1) -o$$_d/$$_f.c -d $(2) &&\ +- mv $$_d/$$_f.$${_t\#\#*.} $(3);\ +- test -d $$_d && rm -fr $$_d ++ mv $$_d/$$_f$(suffix $(3)) $(3) &&\ ++ rm -fr $$_d + + # + # Macro processing for iASL .y files From owner-svn-ports-head@freebsd.org Thu Feb 18 01:02:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BC29AAC67A; Thu, 18 Feb 2016 01:02:37 +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 DF2F8367; Thu, 18 Feb 2016 01:02:36 +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 u1I12ZC7040660; Thu, 18 Feb 2016 01:02:35 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I12ZU9040659; Thu, 18 Feb 2016 01:02:35 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602180102.u1I12ZU9040659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 18 Feb 2016 01:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409080 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 01:02:37 -0000 Author: jkim Date: Thu Feb 18 01:02:35 2016 New Revision: 409080 URL: https://svnweb.freebsd.org/changeset/ports/409080 Log: Simplify the previous patch. Modified: head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile Modified: head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile ============================================================================== --- head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile Thu Feb 18 00:35:20 2016 (r409079) +++ head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile Thu Feb 18 01:02:35 2016 (r409080) @@ -7,12 +7,13 @@ - _f=`echo $(1) | tr '[:upper:]' '[:lower:]'` &&\ - _d=`mktemp -d $(OBJDIR)/$$_f.XXXXXX` &&\ - _t=`basename $(3)` &&\ -+ _f=$(notdir $(basename $(2))) &&\ -+ _d=$$(mktemp -d $(3).XXXXXX) &&\ - $(YACC) $(YFLAGS) -p$(1) -o$$_d/$$_f.c -d $(2) &&\ +- $(YACC) $(YFLAGS) -p$(1) -o$$_d/$$_f.c -d $(2) &&\ - mv $$_d/$$_f.$${_t\#\#*.} $(3);\ - test -d $$_d && rm -fr $$_d -+ mv $$_d/$$_f$(suffix $(3)) $(3) &&\ ++ _d=$$(mktemp -d $(3).XXXXXX) &&\ ++ _t=$$_d/$(notdir $(basename $(2))) &&\ ++ $(YACC) $(YFLAGS) -p$(1) -o$$_t.c -d $(2) &&\ ++ mv $$_t$(suffix $(3)) $(3) &&\ + rm -fr $$_d # From owner-svn-ports-head@freebsd.org Thu Feb 18 01:31:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBE09AAB0C7; Thu, 18 Feb 2016 01:31:46 +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 8C39C125F; Thu, 18 Feb 2016 01:31:46 +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 u1I1Vjma046778; Thu, 18 Feb 2016 01:31:45 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I1Vj1J046777; Thu, 18 Feb 2016 01:31:45 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201602180131.u1I1Vj1J046777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 18 Feb 2016 01:31:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409081 - head/devel/compiler-rt-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 01:31:46 -0000 Author: brooks Date: Thu Feb 18 01:31:45 2016 New Revision: 409081 URL: https://svnweb.freebsd.org/changeset/ports/409081 Log: Remove some accidently committed bits that break the build when llvm-devel isn't already installed. Modified: head/devel/compiler-rt-devel/Makefile Modified: head/devel/compiler-rt-devel/Makefile ============================================================================== --- head/devel/compiler-rt-devel/Makefile Thu Feb 18 01:02:35 2016 (r409080) +++ head/devel/compiler-rt-devel/Makefile Thu Feb 18 01:31:45 2016 (r409081) @@ -28,9 +28,6 @@ GH_TAGNAME= ${COMPILER_RT_COMMIT} ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= plist contents not known -CC=clang-devel -CXX=clang++-devel - .include .for arch in ${ONLY_FOR_ARCHS} From owner-svn-ports-head@freebsd.org Thu Feb 18 01:33:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6727EAAB255; Thu, 18 Feb 2016 01:33:16 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24E5514E5; Thu, 18 Feb 2016 01:33:16 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 59A965A9F27; Thu, 18 Feb 2016 01:33:09 +0000 (UTC) Date: Thu, 18 Feb 2016 01:33:09 +0000 From: Brooks Davis To: marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r409072 - in head/devel: compiler-rt-devel compiler-rt-devel/files llvm-devel llvm-devel/files Message-ID: <20160218013309.GH27402@spindle.one-eyed-alien.net> References: <201602172217.u1HMHHk9087329@repo.freebsd.org> <56C505A8.1070602@marino.st> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qz2CZ664xQdCRdPu" Content-Disposition: inline In-Reply-To: <56C505A8.1070602@marino.st> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 01:33:16 -0000 --Qz2CZ664xQdCRdPu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 18, 2016 at 12:43:36AM +0100, John Marino wrote: > On 2/17/2016 11:17 PM, Brooks Davis wrote: > > Author: brooks > > Date: Wed Feb 17 22:17:17 2016 > > New Revision: 409072 > > URL: https://svnweb.freebsd.org/changeset/ports/409072 > >=20 > > Log: > > Update llvm-devel to a new 3.9 snapshot. > > =20 > > Mark complier-rt-devel as broken for now to stop blocking the llvm-de= vel > > update. > >=20 > > Deleted: > > head/devel/compiler-rt-devel/files/ > > Modified: > > head/devel/compiler-rt-devel/Makefile > > head/devel/compiler-rt-devel/distinfo > > head/devel/llvm-devel/Makefile > > head/devel/llvm-devel/Makefile.snapshot > > head/devel/llvm-devel/distinfo > > head/devel/llvm-devel/files/gen-Makefile.snapshot.sh > > head/devel/llvm-devel/pkg-plist > >=20 > > Modified: head/devel/compiler-rt-devel/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/devel/compiler-rt-devel/Makefile Wed Feb 17 21:05:42 2016 (r40= 9071) > > +++ head/devel/compiler-rt-devel/Makefile Wed Feb 17 22:17:17 2016 (r40= 9072) > > @@ -14,6 +14,8 @@ LLVM_PORTDIR=3D ${.CURDIR}/../llvm${LLVM_S > > =20 > > USES=3D cmake:outsource compiler:c++11-lib ninja > > =20 > > +BROKEN=3D relies on incompatible stdarg.h from clang > > + > > BUILD_DEPENDS=3D llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLV= M_SUFFIX} > > =20 > > CMAKE_INSTALL_PREFIX=3D ${LLVM_PREFIX}/ > > @@ -26,6 +28,9 @@ GH_TAGNAME=3D ${COMPILER_RT_COMMIT} > > ONLY_FOR_ARCHS=3D i386 amd64 > > ONLY_FOR_ARCHS_REASON=3D plist contents not known > > =20 > > +CC=3Dclang-devel > > +CXX=3Dclang++-devel > > + > > .include > > =20 > > .for arch in ${ONLY_FOR_ARCHS} > >=20 >=20 > Synth choked on this immediately (somebody notified me) >=20 > e.g. make -C /usr/ports/devel/compiler-rt-devel -V BUILD_DEPENDS >=20 > clang-devel: not found > make: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang-devel > --version" returned non-zero status > make: "/usr/ports/Mk/Uses/compiler.mk" line 120: warning: "clang++-devel > -### /dev/null 2>&1" returned non-zero status > llvm-config-devel:/usr/ports/devel/llvm-devel > /usr/local/bin/cmake:/usr/ports/devel/cmake ninja:/usr/ports/devel/ninja >=20 >=20 > make no longer exits cleanly. Ah! That makes sense (I recieved another confusing report that the problem was in llvm-devel). I've removed the offending lines. -- Brooks --Qz2CZ664xQdCRdPu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWxR9UAAoJEKzQXbSebgfAXnIH/3u47pqM2HCaLv+xC3sstx8D Th9QYedr0kRsMZPYo1zf3BU5Jkd1fKh34EEx65InwjieW9bA8W+BywBYjhqNxBIb tlvptqou0xdsIwp+Fj/nm/SKBiDHQTe0A0Egn4GL802x4YkIgKxAgpM7e0jSPukQ /5o2QVBx/hNlXkHLJPF5VY5yYCwCeaI3HMO1aLbS0k8IIJ8+7DCapsy88zanzZAl Xlh/J5w/fs5Rib5j6q6tQNMDPVRcpXZEOKZ264k+z7kjQh5Rs6MuWKB2PWQ9m5CE k618WrEo1oyv16l85KKklae+zD+7f1qVFkfeocgNheW+KZRNAz5Dkt3M+1KL16A= =rgQy -----END PGP SIGNATURE----- --Qz2CZ664xQdCRdPu-- From owner-svn-ports-head@freebsd.org Thu Feb 18 02:16:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68B67AAC673; Thu, 18 Feb 2016 02:16:16 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20DB0B28; Thu, 18 Feb 2016 02:16:16 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I2GFg2061215; Thu, 18 Feb 2016 02:16:15 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I2GECa061213; Thu, 18 Feb 2016 02:16:14 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602180216.u1I2GECa061213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 18 Feb 2016 02:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409082 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 02:16:16 -0000 Author: junovitch Date: Thu Feb 18 02:16:14 2016 New Revision: 409082 URL: https://svnweb.freebsd.org/changeset/ports/409082 Log: Document Squid SSL/TLS processing remote DoS PR: 207294 Security: CVE-2016-2390 Security: https://vuxml.FreeBSD.org/freebsd/56562efb-d5e4-11e5-b2bd-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 18 01:31:45 2016 (r409081) +++ head/security/vuxml/vuln.xml Thu Feb 18 02:16:14 2016 (r409082) @@ -57,6 +57,43 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + squid -- SSL/TLS processing remote DoS + + + squid + 3.5.133.5.14 + + + + +

    Squid security advisory 2016:1 reports:

    +
    +

    Due to incorrectly handling server errors Squid is vulnerable to a + denial of service attack when connecting to TLS or SSL servers.

    +

    This problem allows any trusted client to perform a denial of + service attack on the Squid service regardless of whether TLS or + SSL is configured for use in the proxy.

    +

    Misconfigured client or server software may trigger this issue + to perform a denial of service unintentionally.

    +

    However, the bug is exploitable only if Squid is built using the + --with-openssl option.

    +
    +

    The FreeBSD port does not use SSL by default and is not vulnerable + in the default configuration.

    + +
    + + CVE-2016-2390 + ports/207294 + http://www.squid-cache.org/Advisories/SQUID-2016_1.txt + + + 2016-02-16 + 2016-02-18 + +
    + adminer -- remote code execution From owner-svn-ports-head@freebsd.org Thu Feb 18 02:20:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5033AAC803; Thu, 18 Feb 2016 02:20:25 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81844C85; Thu, 18 Feb 2016 02:20:25 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I2KOVm061476; Thu, 18 Feb 2016 02:20:24 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I2KOjs061474; Thu, 18 Feb 2016 02:20:24 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602180220.u1I2KOjs061474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 18 Feb 2016 02:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409083 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 02:20:25 -0000 Author: junovitch Date: Thu Feb 18 02:20:24 2016 New Revision: 409083 URL: https://svnweb.freebsd.org/changeset/ports/409083 Log: Revise earlier Squid entry with official Squid SA as a reference PR: 203186 Security: https://vuxml.FreeBSD.org/freebsd/d3a98c2d-5da1-11e5-9909-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 18 02:16:14 2016 (r409082) +++ head/security/vuxml/vuln.xml Thu Feb 18 02:20:24 2016 (r409083) @@ -10001,11 +10001,13 @@ Notes: ports/203186 + http://www.squid-cache.org/Advisories/SQUID-2015_3.txt http://www.openwall.com/lists/oss-security/2015/09/18/1 2015-09-18 2015-09-18 + 2016-02-18 From owner-svn-ports-head@freebsd.org Thu Feb 18 03:04:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3070AABCC7; Thu, 18 Feb 2016 03:04:40 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 871261C0; Thu, 18 Feb 2016 03:04:40 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I34dqo076508; Thu, 18 Feb 2016 03:04:39 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I34dQI076506; Thu, 18 Feb 2016 03:04:39 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602180304.u1I34dQI076506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 18 Feb 2016 03:04:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409084 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 03:04:41 -0000 Author: junovitch Date: Thu Feb 18 03:04:39 2016 New Revision: 409084 URL: https://svnweb.freebsd.org/changeset/ports/409084 Log: Document Linux glibc crash/code execution via crafted DNS responses PR: 207272 Submitted by: Johannes Jost Meixner Security: CVE-2015-7547 Security: https://vuxml.FreeBSD.org/freebsd/2dd7e97e-d5e8-11e5-bcbd-bc5ff45d0f28.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 18 02:20:24 2016 (r409083) +++ head/security/vuxml/vuln.xml Thu Feb 18 03:04:39 2016 (r409084) @@ -57,6 +57,51 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + glibc -- getaddrinfo stack-based buffer overflow + + + linux_base-c6 + linux_base-c6_64 + 6.7_1 + + + linux_base-f10 + 0 + + + + +

    Fabio Olive Leite reports:

    +
    +

    A stack-based buffer overflow was found in libresolv when invoked + from nss_dns, allowing specially crafted DNS responses to seize + control of EIP in the DNS client. The buffer overflow occurs in the + functions send_dg (send datagram) and send_vc (send TCP) for the + NSS module libnss_dns.so.2 when calling getaddrinfo with AF_UNSPEC + family, or in some cases AF_INET6 family. The use of AF_UNSPEC (or + AF_INET6 in some cases) triggers the low-level resolver code to + send out two parallel queries for A and AAAA. A mismanagement of + the buffers used for those queries could result in the response of + a query writing beyond the alloca allocated buffer created by + __res_nquery.

    +
    + +
    + + CVE-2015-7547 + ports/207272 + https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-7547 + https://blog.des.no/2016/02/freebsd-and-cve-2015-7547/ + https://googleonlinesecurity.blogspot.no/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html + https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html + + + 2016-02-16 + 2016-02-18 + +
    + squid -- SSL/TLS processing remote DoS From owner-svn-ports-head@freebsd.org Thu Feb 18 03:29:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B41E0AAC5E6; Thu, 18 Feb 2016 03:29:18 +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 83D34DC0; Thu, 18 Feb 2016 03:29:18 +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 u1I3THJM082769; Thu, 18 Feb 2016 03:29:17 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I3THOA082768; Thu, 18 Feb 2016 03:29:17 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602180329.u1I3THOA082768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 18 Feb 2016 03:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409085 - head/comms/atslog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 03:29:18 -0000 Author: miwi Date: Thu Feb 18 03:29:17 2016 New Revision: 409085 URL: https://svnweb.freebsd.org/changeset/ports/409085 Log: - Switch to mysqli support Modified: head/comms/atslog/Makefile Modified: head/comms/atslog/Makefile ============================================================================== --- head/comms/atslog/Makefile Thu Feb 18 03:04:39 2016 (r409084) +++ head/comms/atslog/Makefile Thu Feb 18 03:29:17 2016 (r409085) @@ -3,7 +3,7 @@ PORTNAME= atslog PORTVERSION= 2.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms MASTER_SITES= BERLIOS @@ -39,7 +39,7 @@ WANT_PHP_WEB= yes USE_PHP+= gd .endif .if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= mysql +USE_PHP+= mysqli .endif .if ${PORT_OPTIONS:MPGSQL} USE_PHP+= pgsql From owner-svn-ports-head@freebsd.org Thu Feb 18 04:01:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDB4AAAB03D; Thu, 18 Feb 2016 04:01: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 9F0191A25; Thu, 18 Feb 2016 04:01: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 u1I41KAW094881; Thu, 18 Feb 2016 04:01:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I41KFu094880; Thu, 18 Feb 2016 04:01:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602180401.u1I41KFu094880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 18 Feb 2016 04:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409086 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 04:01:21 -0000 Author: miwi Date: Thu Feb 18 04:01:20 2016 New Revision: 409086 URL: https://svnweb.freebsd.org/changeset/ports/409086 Log: - Fix index when php70 is default, this fix also IGNORE_WITH_PHP= 70 Modified: head/Mk/bsd.php.mk Modified: head/Mk/bsd.php.mk ============================================================================== --- head/Mk/bsd.php.mk Thu Feb 18 03:29:17 2016 (r409085) +++ head/Mk/bsd.php.mk Thu Feb 18 04:01:20 2016 (r409086) @@ -291,8 +291,11 @@ mcrypt_DEPENDS= security/php${PHP_VER}-m memcache_DEPENDS= databases/pecl-memcache mhash_DEPENDS= security/php${PHP_VER}-mhash mssql_DEPENDS= databases/php${PHP_VER}-mssql +.if ${PHP_VER} == 55 || ${PHP_VER} == 56 mysql_DEPENDS= databases/php${PHP_VER}-mysql +.else mysqli_DEPENDS= databases/php${PHP_VER}-mysqli +.endif ncurses_DEPENDS=devel/php${PHP_VER}-ncurses odbc_DEPENDS= databases/php${PHP_VER}-odbc oci8_DEPENDS= databases/php${PHP_VER}-oci8 From owner-svn-ports-head@freebsd.org Thu Feb 18 04:02:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A4B6AAB18F; Thu, 18 Feb 2016 04:02:24 +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 1B7B91C08; Thu, 18 Feb 2016 04:02:24 +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 u1I42NJx095022; Thu, 18 Feb 2016 04:02:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I42NjX095021; Thu, 18 Feb 2016 04:02:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602180402.u1I42NjX095021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 18 Feb 2016 04:02:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409087 - head/databases/mysqldumper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 04:02:24 -0000 Author: miwi Date: Thu Feb 18 04:02:22 2016 New Revision: 409087 URL: https://svnweb.freebsd.org/changeset/ports/409087 Log: - Set ignore php70, mysqldumper doesnt work with php7 because it dosent support mysqli or pdo_mysql Modified: head/databases/mysqldumper/Makefile Modified: head/databases/mysqldumper/Makefile ============================================================================== --- head/databases/mysqldumper/Makefile Thu Feb 18 04:01:20 2016 (r409086) +++ head/databases/mysqldumper/Makefile Thu Feb 18 04:02:22 2016 (r409087) @@ -23,6 +23,7 @@ NO_BUILD= yes USE_MYSQL= yes USE_PHP= ftp mysql session zlib USES= cpe perl5 zip +IGNORE_WITH_PHP= 70 PLIST_SUB= WWWGRP=${WWWGRP} WWWOWN=${WWWOWN} WRKSRC= ${WRKDIR}/msd${PORTVERSION} From owner-svn-ports-head@freebsd.org Thu Feb 18 04:53:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89BC8AAC68B; Thu, 18 Feb 2016 04:53:59 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CA4D101D; Thu, 18 Feb 2016 04:53:59 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I4rwTn011455; Thu, 18 Feb 2016 04:53:58 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I4rwXw011454; Thu, 18 Feb 2016 04:53:58 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201602180453.u1I4rwXw011454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 18 Feb 2016 04:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409088 - head/astro/gpsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 04:53:59 -0000 Author: glebius (src committer) Date: Thu Feb 18 04:53:58 2016 New Revision: 409088 URL: https://svnweb.freebsd.org/changeset/ports/409088 Log: Pass maintainership to John Hein . Unfortunately, I no longer travel with my precious FreeBSD based CarPC. Modified: head/astro/gpsd/Makefile Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Thu Feb 18 04:02:22 2016 (r409087) +++ head/astro/gpsd/Makefile Thu Feb 18 04:53:58 2016 (r409088) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= astro geography MASTER_SITES= SAVANNAH -MAINTAINER= glebius@FreeBSD.org +MAINTAINER= z7dr6ut7gs@snkmail.com COMMENT= Daemon that monitors one or more GPSes attached to a host computer LICENSE= BSD3CLAUSE From owner-svn-ports-head@freebsd.org Thu Feb 18 04:54:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B014AAC6D9; Thu, 18 Feb 2016 04:54: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 0DE8F1103; Thu, 18 Feb 2016 04:54:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I4sisJ011575; Thu, 18 Feb 2016 04:54:44 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I4siqw011574; Thu, 18 Feb 2016 04:54:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602180454.u1I4siqw011574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 18 Feb 2016 04:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409089 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 04:54:45 -0000 Author: miwi Date: Thu Feb 18 04:54:43 2016 New Revision: 409089 URL: https://svnweb.freebsd.org/changeset/ports/409089 Log: - Unbreak index. Modified: head/Mk/bsd.php.mk Modified: head/Mk/bsd.php.mk ============================================================================== --- head/Mk/bsd.php.mk Thu Feb 18 04:53:58 2016 (r409088) +++ head/Mk/bsd.php.mk Thu Feb 18 04:54:43 2016 (r409089) @@ -294,8 +294,9 @@ mssql_DEPENDS= databases/php${PHP_VER}-m .if ${PHP_VER} == 55 || ${PHP_VER} == 56 mysql_DEPENDS= databases/php${PHP_VER}-mysql .else -mysqli_DEPENDS= databases/php${PHP_VER}-mysqli +IGNORE= databases/php${PHP_VER}-mysql is depricated. Please use mysqli or pdo_mysql instance. .endif +mysqli_DEPENDS= databases/php${PHP_VER}-mysqli ncurses_DEPENDS=devel/php${PHP_VER}-ncurses odbc_DEPENDS= databases/php${PHP_VER}-odbc oci8_DEPENDS= databases/php${PHP_VER}-oci8 From owner-svn-ports-head@freebsd.org Thu Feb 18 05:41:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69AB5AABA10; Thu, 18 Feb 2016 05:41:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C16E825; Thu, 18 Feb 2016 05:41:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I5faMu025699; Thu, 18 Feb 2016 05:41:36 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I5fa6c025696; Thu, 18 Feb 2016 05:41:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602180541.u1I5fa6c025696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 18 Feb 2016 05:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409090 - head/astro/xtide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 05:41:37 -0000 Author: vanilla Date: Thu Feb 18 05:41:35 2016 New Revision: 409090 URL: https://svnweb.freebsd.org/changeset/ports/409090 Log: Update to 2.15. PR: 206889 Submitted by: Ports Fury. Modified: head/astro/xtide/Makefile head/astro/xtide/distinfo head/astro/xtide/pkg-plist Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Thu Feb 18 04:54:43 2016 (r409089) +++ head/astro/xtide/Makefile Thu Feb 18 05:41:35 2016 (r409090) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= xtide -PORTVERSION= 2.14 +PORTVERSION= 2.15 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${TCD_DISTNAME}${EXTRACT_SUFX} \ - ${HARM_DISTNAME}${EXTRACT_SUFX} + ${DISTNAME_TCD}${EXTRACT_SUFX} \ + ${DISTNAME_HARM}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Harmonic tide clock and tide predictor @@ -25,28 +25,28 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes CFLAGS+= -Wno-deprecated-declarations -CPPFLAGS+= -I${TCD_WRKSRC} $$(libpng-config --I_opts) -LDFLAGS+= -L${TCD_WRKSRC}/.libs $$(libpng-config --L_opts) +CPPFLAGS+= -I${WRKSRC_TCD} $$(libpng-config --I_opts) +LDFLAGS+= -L${WRKSRC_TCD}/.libs $$(libpng-config --L_opts) OPTIONS_DEFINE= WVS X11 OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes WVS_DESC= Use world vector shoreline data (37MB) -WVS_DISTFILES= ${WVS_DISTNAME}${EXTRACT_SUFX} +WVS_DISTFILES= ${DISTNAME_WVS}${EXTRACT_SUFX} X11_USE= xorg=xaw,xpm X11_CONFIGURE_WITH= x X11_DESKTOP_ENTRIES= "XTide" "" "xtide" "xtide" "" "" -TCD_DISTNAME= libtcd-2.2.6-r2 -TCD_WRKSRC= ${WRKDIR}/${TCD_DISTNAME:C/-r[0-9]+//} -HARM_DISTNAME= harmonics-dwf-20141224-free -HARM_WRKSRC= ${WRKDIR}/${HARM_DISTNAME:C/-free//} -WVS_DISTNAME= wvs +DISTNAME_TCD= libtcd-2.2.7-r2 +WRKSRC_TCD= ${WRKDIR}/${DISTNAME_TCD:C/-r[0-9]+//} +DISTNAME_HARM= harmonics-dwf-20151227-free +WRKSRC_HARM= ${WRKDIR}/${DISTNAME_HARM:C/-free//} +DISTNAME_WVS= wvs post-patch: @${REINPLACE_CMD} -e \ - '/if test/s|==|=|g' ${TCD_WRKSRC}/configure + '/if test/s|==|=|g' ${WRKSRC_TCD}/configure @${REINPLACE_CMD} -e \ 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ @@ -54,35 +54,38 @@ post-patch: s| /etc/| ${PREFIX}/etc/|' ${WRKSRC}/libxtide/Global.cc pre-configure: - @(cd ${TCD_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + @(cd ${WRKSRC_TCD} && ${SETENV} ${CONFIGURE_ENV} \ CC="${CC}" CFLAGS="${CFLAGS} -fPIC" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -fPIC" \ ${SH} ./configure ${CONFIGURE_ARGS}) pre-build: - @(cd ${TCD_WRKSRC} && ${DO_MAKE_BUILD} ${ALL_TARGET}) + @(cd ${WRKSRC_TCD} && ${DO_MAKE_BUILD} ${ALL_TARGET}) post-build: @${ECHO_CMD} -n > ${WRKDIR}/xtide.conf.sample @${ECHO_CMD} "${DATADIR}/harmonics.tcd" >> ${WRKDIR}/xtide.conf.sample @${ECHO_CMD} "${DATADIR}/wvs" >> ${WRKDIR}/xtide.conf.sample - @${LN} -sf ${HARM_DISTNAME}.tcd ${HARM_WRKSRC}/harmonics.tcd + @${LN} -sf ${DISTNAME_HARM}.tcd ${WRKSRC_HARM}/harmonics.tcd @${LN} -sf icon_48x48_orig.png ${WRKSRC}/iconsrc/xtide.png pre-install: - @(cd ${TCD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) + @(cd ${WRKSRC_TCD} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcd.so.[0-9]* post-install: (cd ${WRKDIR} && ${INSTALL_DATA} xtide.conf.sample \ ${STAGEDIR}${PREFIX}/etc) @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${HARM_WRKSRC} && ${INSTALL_DATA} harmonics.tcd \ + (cd ${WRKSRC_HARM} && ${INSTALL_DATA} harmonics.tcd \ ${STAGEDIR}${DATADIR}) + post-install-WVS-on: @${MKDIR} ${STAGEDIR}${DATADIR}/wvs (cd ${WRKDIR} && ${INSTALL_DATA} wvs*.dat \ ${STAGEDIR}${DATADIR}/wvs) + post-install-X11-on: (cd ${WRKSRC}/iconsrc && ${INSTALL_DATA} xtide.png \ ${STAGEDIR}${PREFIX}/share/pixmaps) Modified: head/astro/xtide/distinfo ============================================================================== --- head/astro/xtide/distinfo Thu Feb 18 04:54:43 2016 (r409089) +++ head/astro/xtide/distinfo Thu Feb 18 05:41:35 2016 (r409090) @@ -1,8 +1,8 @@ -SHA256 (xtide-2.14.tar.bz2) = b69ebd73e3798be5996a22c63b619537780ec8ed1ec5b92decf15fd4bc61320f -SIZE (xtide-2.14.tar.bz2) = 695309 -SHA256 (libtcd-2.2.6-r2.tar.bz2) = 4dcc2e2f93a83063f5b77a678bcc585af753d92fe7905ed66ecf7af3c5c389cf -SIZE (libtcd-2.2.6-r2.tar.bz2) = 304256 -SHA256 (harmonics-dwf-20141224-free.tar.bz2) = f8319a894429145053b44fd0324278511287293698c1e30b8f90b8e2c886bb18 -SIZE (harmonics-dwf-20141224-free.tar.bz2) = 528235 +SHA256 (xtide-2.15.tar.bz2) = e13b259a7fc3bf57274830ca728777d2a03fc2a3323290f4718162ddcd0535d8 +SIZE (xtide-2.15.tar.bz2) = 709805 +SHA256 (libtcd-2.2.7-r2.tar.bz2) = aff1f218b84106c572d094912cd11c828e1ea212db5661cdcc0e2e6253020a94 +SIZE (libtcd-2.2.7-r2.tar.bz2) = 308959 +SHA256 (harmonics-dwf-20151227-free.tar.bz2) = b382acfd94cefd6f6434ff3efdbecfd929abe3639e345979da7826a37ed5a7ac +SIZE (harmonics-dwf-20151227-free.tar.bz2) = 499871 SHA256 (wvs.tar.bz2) = 4e996ce2e608d612ba78e35cdf50c2c73b01fce06bd5b561a7fe957ea75d6d75 SIZE (wvs.tar.bz2) = 37461520 Modified: head/astro/xtide/pkg-plist ============================================================================== --- head/astro/xtide/pkg-plist Thu Feb 18 04:54:43 2016 (r409089) +++ head/astro/xtide/pkg-plist Thu Feb 18 05:41:35 2016 (r409090) @@ -61,8 +61,8 @@ lib/libtcd.so lib/libtcd.so.1 lib/libxtide.a lib/libxtide.so -lib/libxtide.so.0 -lib/libxtide.so.0.0.0 +lib/libxtide.so.1 +lib/libxtide.so.1.0.0 man/man1/tide.1.gz %%X11%%man/man1/xtide.1.gz man/man8/xttpd.8.gz From owner-svn-ports-head@freebsd.org Thu Feb 18 05:56:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A85A9AAC1F1; Thu, 18 Feb 2016 05:56:06 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79309F17; Thu, 18 Feb 2016 05:56:06 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I5u5Fs031027; Thu, 18 Feb 2016 05:56:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I5u5Tw031025; Thu, 18 Feb 2016 05:56:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602180556.u1I5u5Tw031025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 18 Feb 2016 05:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409091 - head/devel/visualparadigm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 05:56:06 -0000 Author: pi Date: Thu Feb 18 05:56:05 2016 New Revision: 409091 URL: https://svnweb.freebsd.org/changeset/ports/409091 Log: devel/visualparadigm: 13.0.20160103 -> 13.0.20160203 Changes: http://www.visual-paradigm.com/whats-new/ PR: 207114 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo Modified: head/devel/visualparadigm/Makefile ============================================================================== --- head/devel/visualparadigm/Makefile Thu Feb 18 05:41:35 2016 (r409090) +++ head/devel/visualparadigm/Makefile Thu Feb 18 05:56:05 2016 (r409091) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 13.0.20160103 +PORTVERSION= 13.0.20160203 CATEGORIES= devel -MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce13.0/20160103/ -DISTNAME= Visual_Paradigm_CE_13_0_20160103_Unix_InstallFree +MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce13.0/20160203/ +DISTNAME= Visual_Paradigm_CE_13_0_20160203_Unix_InstallFree MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Visual modeling tool for all kinds of UML diagrams Modified: head/devel/visualparadigm/distinfo ============================================================================== --- head/devel/visualparadigm/distinfo Thu Feb 18 05:41:35 2016 (r409090) +++ head/devel/visualparadigm/distinfo Thu Feb 18 05:56:05 2016 (r409091) @@ -1,2 +1,2 @@ -SHA256 (Visual_Paradigm_CE_13_0_20160103_Unix_InstallFree.tar.gz) = 9d709a587f0d5a4455a4b35a0528be79b604a3c69e7a84bc72994cdf653f5364 -SIZE (Visual_Paradigm_CE_13_0_20160103_Unix_InstallFree.tar.gz) = 216205910 +SHA256 (Visual_Paradigm_CE_13_0_20160203_Unix_InstallFree.tar.gz) = 5c65bf48a50e671cb16503cb02e74220b03ed3c632f4869c91bae9c15057fa19 +SIZE (Visual_Paradigm_CE_13_0_20160203_Unix_InstallFree.tar.gz) = 216295824 From owner-svn-ports-head@freebsd.org Thu Feb 18 06:48:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AB90AAB5BC; Thu, 18 Feb 2016 06:48:59 +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 47DDA1A4; Thu, 18 Feb 2016 06:48:59 +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 u1I6mw7J047253; Thu, 18 Feb 2016 06:48:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I6mwqQ047250; Thu, 18 Feb 2016 06:48:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602180648.u1I6mwqQ047250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 18 Feb 2016 06:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409092 - head/www/tivoka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 06:48:59 -0000 Author: vanilla Date: Thu Feb 18 06:48:57 2016 New Revision: 409092 URL: https://svnweb.freebsd.org/changeset/ports/409092 Log: Update to 3.4.2. Modified: head/www/tivoka/Makefile head/www/tivoka/distinfo head/www/tivoka/pkg-plist Modified: head/www/tivoka/Makefile ============================================================================== --- head/www/tivoka/Makefile Thu Feb 18 05:56:05 2016 (r409091) +++ head/www/tivoka/Makefile Thu Feb 18 06:48:57 2016 (r409092) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tivoka -PORTVERSION= 3.2.1 +PORTVERSION= 3.4.2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org Modified: head/www/tivoka/distinfo ============================================================================== --- head/www/tivoka/distinfo Thu Feb 18 05:56:05 2016 (r409091) +++ head/www/tivoka/distinfo Thu Feb 18 06:48:57 2016 (r409092) @@ -1,2 +1,2 @@ -SHA256 (marcelklehr-tivoka-3.2.1_GH0.tar.gz) = faa5292c1b532ea93501fad16856abe783e0022feea6018a61fefe112cf2bc1a -SIZE (marcelklehr-tivoka-3.2.1_GH0.tar.gz) = 14731 +SHA256 (marcelklehr-tivoka-3.4.2_GH0.tar.gz) = e4e3172928ed5d0b2aa6b259e1e4a290e44cb8fb9dfd854a4c93f1f48609e4fd +SIZE (marcelklehr-tivoka-3.4.2_GH0.tar.gz) = 15910 Modified: head/www/tivoka/pkg-plist ============================================================================== --- head/www/tivoka/pkg-plist Thu Feb 18 05:56:05 2016 (r409091) +++ head/www/tivoka/pkg-plist Thu Feb 18 06:48:57 2016 (r409092) @@ -5,6 +5,7 @@ %%LIBDIR%%/lib/Tivoka/Client/Connection/ConnectionInterface.php %%LIBDIR%%/lib/Tivoka/Client/Connection/Http.php %%LIBDIR%%/lib/Tivoka/Client/Connection/Tcp.php +%%LIBDIR%%/lib/Tivoka/Client/Connection/WebSocket.php %%LIBDIR%%/lib/Tivoka/Client/NativeInterface.php %%LIBDIR%%/lib/Tivoka/Client/Notification.php %%LIBDIR%%/lib/Tivoka/Client/Request.php From owner-svn-ports-head@freebsd.org Thu Feb 18 07:06:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0C4FAABF5C; Thu, 18 Feb 2016 07:06:04 +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 AD700FD8; Thu, 18 Feb 2016 07:06:04 +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 u1I763SG053195; Thu, 18 Feb 2016 07:06:03 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I763fY053193; Thu, 18 Feb 2016 07:06:03 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602180706.u1I763fY053193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 18 Feb 2016 07:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409093 - head/x11-wm/lwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 07:06:05 -0000 Author: vanilla Date: Thu Feb 18 07:06:03 2016 New Revision: 409093 URL: https://svnweb.freebsd.org/changeset/ports/409093 Log: Update to 1.2.4. Modified: head/x11-wm/lwm/Makefile head/x11-wm/lwm/distinfo Modified: head/x11-wm/lwm/Makefile ============================================================================== --- head/x11-wm/lwm/Makefile Thu Feb 18 06:48:57 2016 (r409092) +++ head/x11-wm/lwm/Makefile Thu Feb 18 07:06:03 2016 (r409093) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lwm -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= x11-wm MASTER_SITES= http://www.jfc.org.uk/files/lwm/ Modified: head/x11-wm/lwm/distinfo ============================================================================== --- head/x11-wm/lwm/distinfo Thu Feb 18 06:48:57 2016 (r409092) +++ head/x11-wm/lwm/distinfo Thu Feb 18 07:06:03 2016 (r409093) @@ -1,2 +1,2 @@ -SHA256 (lwm-1.2.3.tar.gz) = f27587d8f8b77378050917735a69dd9160d9903a4cfb3e23a62991023fc5e558 -SIZE (lwm-1.2.3.tar.gz) = 47253 +SHA256 (lwm-1.2.4.tar.gz) = 7ec05d5572c90340335a586e7a227b561512f21b7710ea5d30f401374ec88dad +SIZE (lwm-1.2.4.tar.gz) = 47519 From owner-svn-ports-head@freebsd.org Thu Feb 18 07:13:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A01EAAC273; Thu, 18 Feb 2016 07:13:15 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 221A115DD; Thu, 18 Feb 2016 07:13:15 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I7DEY8056044; Thu, 18 Feb 2016 07:13:14 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I7DEL2056043; Thu, 18 Feb 2016 07:13:14 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201602180713.u1I7DEL2056043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 18 Feb 2016 07:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409094 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 07:13:15 -0000 Author: kevlo Date: Thu Feb 18 07:13:13 2016 New Revision: 409094 URL: https://svnweb.freebsd.org/changeset/ports/409094 Log: Add a patch from upstream commit f0b5a8db8c50e03bde30be96ed6172e220533411 to fix build. Modified: head/www/nghttp2/files/patch-configure.ac Modified: head/www/nghttp2/files/patch-configure.ac ============================================================================== --- head/www/nghttp2/files/patch-configure.ac Thu Feb 18 07:06:03 2016 (r409093) +++ head/www/nghttp2/files/patch-configure.ac Thu Feb 18 07:13:13 2016 (r409094) @@ -1,19 +1,6 @@ -From e4b2847d3135a024c740d25f9e11da7ff0bf0fd6 Mon Sep 17 00:00:00 2001 -From: Bernard Spil -Date: Sat, 6 Feb 2016 14:36:27 +0100 -Subject: [PATCH] Don't check for dlopen/libdl on *BSD - -This makes linking fail on -ldl as there is no libdl on in /usr/lib or /usr/local/lib on *BSD -Tested (and part of the proposed nghttp2 1.7.0) on [https://reviews.freebsd.org/D5218|FreeBSD] ---- - configure.ac | 13 ++++++++++--- - 1 file changed, 10 insertions(+), 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 09a2538..4a4defe 100644 ---- configure.ac.orig -+++ configure.ac -@@ -256,9 +256,16 @@ if test "x${have_zlib}" = "xno"; then +--- configure.ac.orig 2016-02-11 22:13:41.000000000 +0800 ++++ configure.ac 2016-02-18 15:04:13.137454000 +0800 +@@ -256,9 +256,16 @@ fi # dl: openssl requires libdl when it is statically linked. @@ -33,3 +20,18 @@ index 09a2538..4a4defe 100644 # cunit PKG_CHECK_MODULES([CUNIT], [cunit >= 2.1], [have_cunit=yes], [have_cunit=no]) +@@ -633,7 +640,13 @@ + # For cygwin: we can link initgroups, so AC_CHECK_FUNCS succeeds, but + # cygwin disables initgroups due to feature test macro magic with our + # configuration. +-AC_CHECK_DECLS([initgroups], [], [], [[#include ]]) ++# configuration. FreeBSD declares initgroups() in unistd.h. ++AC_CHECK_DECLS([initgroups], [], [], [[ ++ #ifdef HAVE_UNISTD_H ++ # include ++ #endif ++ #include ++]]) + + # Checks for epoll availability, primarily for examples/tiny-nghttpd + AX_HAVE_EPOLL([have_epoll=yes], [have_epoll=no]) From owner-svn-ports-head@freebsd.org Thu Feb 18 07:55:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F918AAB783; Thu, 18 Feb 2016 07:55:18 +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 426B6144F; Thu, 18 Feb 2016 07:55:18 +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 u1I7tHA8067940; Thu, 18 Feb 2016 07:55:17 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I7tHQc067937; Thu, 18 Feb 2016 07:55:17 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602180755.u1I7tHQc067937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 18 Feb 2016 07:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409095 - head/deskutils/owncloudclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 07:55:18 -0000 Author: madpilot Date: Thu Feb 18 07:55:16 2016 New Revision: 409095 URL: https://svnweb.freebsd.org/changeset/ports/409095 Log: - Update to 2.1.1 - Convert to USE_GUTHUB - Take advantage od USES=localbase - Convert to USES=sqlite PR: 207139 Submitted by: me Approved by: Yonas Yanfa Modified: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo head/deskutils/owncloudclient/pkg-plist Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Thu Feb 18 07:13:13 2016 (r409094) +++ head/deskutils/owncloudclient/Makefile Thu Feb 18 07:55:16 2016 (r409095) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= owncloudclient -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.1 +DISTVERSIONPREFIX= v CATEGORIES= deskutils -MASTER_SITES= http://download.owncloud.com/desktop/stable/ MAINTAINER= yonas@fizk.net COMMENT= OwnCloud Desktop Syncing Client @@ -14,18 +14,20 @@ LICENSE= GPLv2 LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \ libqt5keychain.so:${PORTSDIR}/security/qtkeychain-qt5 -USES= cmake:outsource compiler:c++11-lib gmake iconv pkgconfig tar:xz +USES= cmake:outsource compiler:c++11-lib gmake iconv localbase \ + pkgconfig sqlite USE_QT5= buildtools_build concurrent core dbus gui linguist_build network \ qmake_build webkit xml USE_OPENSSL= yes -USE_SQLITE= 3 CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ -DCMAKE_INSTALL_MANDIR:STRING=man \ -DWITH_STACK_PROTECTOR:BOOL=OFF USE_LDCONFIG= yes INSTALLS_ICONS= yes -LDFLAGS+= -L${LOCALBASE}/lib +USE_GITHUB= yes +GH_ACCOUNT= owncloud +GH_PROJECT= client OPTIONS_DEFINE= DEBUG DOCS Modified: head/deskutils/owncloudclient/distinfo ============================================================================== --- head/deskutils/owncloudclient/distinfo Thu Feb 18 07:13:13 2016 (r409094) +++ head/deskutils/owncloudclient/distinfo Thu Feb 18 07:55:16 2016 (r409095) @@ -1,2 +1,2 @@ -SHA256 (owncloudclient-2.0.2.tar.xz) = 2815dce34b568141d7c2ab90bcd733abb6862970917738e3b120d8073ab68228 -SIZE (owncloudclient-2.0.2.tar.xz) = 11518700 +SHA256 (owncloud-client-v2.1.1_GH0.tar.gz) = 3eb349e0b5195dd48cfac3288fd45ae545266202b3e3403bc00ffaa4537a3f9d +SIZE (owncloud-client-v2.1.1_GH0.tar.gz) = 13873040 Modified: head/deskutils/owncloudclient/pkg-plist ============================================================================== --- head/deskutils/owncloudclient/pkg-plist Thu Feb 18 07:13:13 2016 (r409094) +++ head/deskutils/owncloudclient/pkg-plist Thu Feb 18 07:55:16 2016 (r409095) @@ -26,6 +26,8 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-3.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-4.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-7.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-8.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-9.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client6.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_local.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_remote.png @@ -37,12 +39,15 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/ignored_files_editor.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/log_output_window.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/mac-share.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/menu.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/save_log_file.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_account.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_activity.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_general.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_network.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share-1.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share-2.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/advancedusage.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/autoupdate.txt @@ -109,6 +114,8 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/latex/client-3.png %%PORTDOCS%%%%DOCSDIR%%/latex/client-4.png %%PORTDOCS%%%%DOCSDIR%%/latex/client-7.png +%%PORTDOCS%%%%DOCSDIR%%/latex/client-8.png +%%PORTDOCS%%%%DOCSDIR%%/latex/client-9.png %%PORTDOCS%%%%DOCSDIR%%/latex/client6.png %%PORTDOCS%%%%DOCSDIR%%/latex/fncychap.sty %%PORTDOCS%%%%DOCSDIR%%/latex/icon-error.png @@ -120,6 +127,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/latex/ignored_files_editor.png %%PORTDOCS%%%%DOCSDIR%%/latex/log_output_window.png %%PORTDOCS%%%%DOCSDIR%%/latex/logo-blue.pdf +%%PORTDOCS%%%%DOCSDIR%%/latex/mac-share.png %%PORTDOCS%%%%DOCSDIR%%/latex/menu.png %%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.aux %%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.idx @@ -133,6 +141,8 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/latex/python.ist %%PORTDOCS%%%%DOCSDIR%%/latex/save_log_file.png %%PORTDOCS%%%%DOCSDIR%%/latex/settings_network.png +%%PORTDOCS%%%%DOCSDIR%%/latex/share-1.png +%%PORTDOCS%%%%DOCSDIR%%/latex/share-2.png %%PORTDOCS%%%%DOCSDIR%%/latex/sphinx.sty %%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhowto.cls %%PORTDOCS%%%%DOCSDIR%%/latex/sphinxmanual.cls @@ -201,6 +211,7 @@ share/icons/hicolor/72x72/apps/ownCloud_ share/icons/hicolor/72x72/apps/ownCloud_warn.png share/icons/hicolor/72x72/apps/ownCloud_warn_shared.png share/nautilus-python/extensions/syncstate.py +share/nemo-python/extensions/syncstate.py share/owncloud/i18n/client_TW.qm share/owncloud/i18n/client_ca.qm share/owncloud/i18n/client_cs.qm From owner-svn-ports-head@freebsd.org Thu Feb 18 08:36:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC60DAACD0E; Thu, 18 Feb 2016 08:36:22 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AB86A8A; Thu, 18 Feb 2016 08:36:22 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I8aLAR079705; Thu, 18 Feb 2016 08:36:21 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I8aLbE079703; Thu, 18 Feb 2016 08:36:21 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201602180836.u1I8aLbE079703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 18 Feb 2016 08:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409096 - head/www/dillo2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 08:36:22 -0000 Author: lme Date: Thu Feb 18 08:36:21 2016 New Revision: 409096 URL: https://svnweb.freebsd.org/changeset/ports/409096 Log: Update to 3.0.5 PR: 206515 Submitted by: Tobias Kortkamp Approved by: bf (maintainer timeout) Modified: head/www/dillo2/Makefile head/www/dillo2/distinfo Modified: head/www/dillo2/Makefile ============================================================================== --- head/www/dillo2/Makefile Thu Feb 18 07:55:16 2016 (r409095) +++ head/www/dillo2/Makefile Thu Feb 18 08:36:21 2016 (r409096) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dillo -PORTVERSION= 3.0.4.1 +PORTVERSION= 3.0.5 CATEGORIES= www ipv6 MASTER_SITES= http://www.dillo.org/download/ LOCAL/bf/dillo/ \ TEX_CTAN/language/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/:hyphen Modified: head/www/dillo2/distinfo ============================================================================== --- head/www/dillo2/distinfo Thu Feb 18 07:55:16 2016 (r409095) +++ head/www/dillo2/distinfo Thu Feb 18 08:36:21 2016 (r409096) @@ -1,5 +1,5 @@ -SHA256 (dillo/dillo-3.0.4.1.tar.bz2) = ed97c48029ad1fe62c8a505f81c6ea127532697374153e652065fc6ced098647 -SIZE (dillo/dillo-3.0.4.1.tar.bz2) = 744101 +SHA256 (dillo/dillo-3.0.5.tar.bz2) = db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b +SIZE (dillo/dillo-3.0.5.tar.bz2) = 734472 SHA256 (dillo/hyph-af.pat.txt) = 094be0ccc966cb8a9919abffb4d481566bbc25d62bb182647be9feb431de5b5b SIZE (dillo/hyph-af.pat.txt) = 76602 SHA256 (dillo/hyph-as.pat.txt) = 7e919515a24ff650b14cb21458498aadf5267b5cdc761058e72f274544a4ecb6 From owner-svn-ports-head@freebsd.org Thu Feb 18 08:58:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB6F0AAC760; Thu, 18 Feb 2016 08:58:48 +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 BCE4415FD; Thu, 18 Feb 2016 08:58:48 +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 u1I8wl5b085861; Thu, 18 Feb 2016 08:58:47 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I8wlHi085859; Thu, 18 Feb 2016 08:58:47 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201602180858.u1I8wlHi085859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 18 Feb 2016 08:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409097 - head/sysutils/iocage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 08:58:49 -0000 Author: robak Date: Thu Feb 18 08:58:47 2016 New Revision: 409097 URL: https://svnweb.freebsd.org/changeset/ports/409097 Log: sysutils/iocage: update 1.7.3 -> 1.7.4 - Contains important functionality fix MFH: 2016Q1 Modified: head/sysutils/iocage/Makefile head/sysutils/iocage/distinfo Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Thu Feb 18 08:36:21 2016 (r409096) +++ head/sysutils/iocage/Makefile Thu Feb 18 08:58:47 2016 (r409097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/iocage/distinfo ============================================================================== --- head/sysutils/iocage/distinfo Thu Feb 18 08:36:21 2016 (r409096) +++ head/sysutils/iocage/distinfo Thu Feb 18 08:58:47 2016 (r409097) @@ -1,2 +1,2 @@ -SHA256 (iocage-iocage-v1.7.3_GH0.tar.gz) = 9a79926d1a37adf9439b49343f2ca73547921e2f492069ede949d7bd9189691a -SIZE (iocage-iocage-v1.7.3_GH0.tar.gz) = 295327 +SHA256 (iocage-iocage-v1.7.4_GH0.tar.gz) = e3c4463a6b7bb0a595cfd82a5ff829ceda658886b7596d59f0c8f5c182ca80f2 +SIZE (iocage-iocage-v1.7.4_GH0.tar.gz) = 297040 From owner-svn-ports-head@freebsd.org Thu Feb 18 09:47:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF795AAC207; Thu, 18 Feb 2016 09:47: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 8380FF3F; Thu, 18 Feb 2016 09:47: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 u1I9lmm9000698; Thu, 18 Feb 2016 09:47:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I9lmkQ000697; Thu, 18 Feb 2016 09:47:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602180947.u1I9lmkQ000697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Feb 2016 09:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409099 - head/deskutils/launchy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 09:47:49 -0000 Author: amdmi3 Date: Thu Feb 18 09:47:48 2016 New Revision: 409099 URL: https://svnweb.freebsd.org/changeset/ports/409099 Log: - Add LICENSE - Switch to options helpers Modified: head/deskutils/launchy/Makefile Modified: head/deskutils/launchy/Makefile ============================================================================== --- head/deskutils/launchy/Makefile Thu Feb 18 09:36:41 2016 (r409098) +++ head/deskutils/launchy/Makefile Thu Feb 18 09:47:48 2016 (r409099) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/Launchy%20o MAINTAINER= ports@FreeBSD.org COMMENT= Open source keystroke launcher +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils @@ -31,7 +34,7 @@ post-patch: ${WRKSRC}/plugins/weby/weby.pro \ ${WRKSRC}/src/src.pro -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/?eadme.* ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Feb 18 09:48:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D2F6AAC24F; Thu, 18 Feb 2016 09:48:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EE361017; Thu, 18 Feb 2016 09:48:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I9m6Zt000810; Thu, 18 Feb 2016 09:48:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I9m6La000809; Thu, 18 Feb 2016 09:48:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602180948.u1I9m6La000809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Feb 2016 09:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409100 - head/security/jbrofuzz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 09:48:07 -0000 Author: amdmi3 Date: Thu Feb 18 09:48:06 2016 New Revision: 409100 URL: https://svnweb.freebsd.org/changeset/ports/409100 Log: - Switch to options helpers - Add NO_ARCH Modified: head/security/jbrofuzz/Makefile Modified: head/security/jbrofuzz/Makefile ============================================================================== --- head/security/jbrofuzz/Makefile Thu Feb 18 09:47:48 2016 (r409099) +++ head/security/jbrofuzz/Makefile Thu Feb 18 09:48:06 2016 (r409100) @@ -11,28 +11,31 @@ MAINTAINER= ports@FreeBSD.org COMMENT= JBroFuzz is a web application fuzzer USES= zip -USE_JAVA= YES -NO_BUILD= YES +USE_JAVA= yes JAVA_VERSION= 1.6+ -PORTDOCS= README INSTALL +NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} + SUB_FILES= ${PORTNAME}.sh SUB_LIST= JAVA_CMD=${JAVA} JBROFUZZ=${PORTNAME} -OPTIONS_DEFINE= DOCS EXAMPLES +PORTDOCS= * -.include +OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/JBroFuzz.jar ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/${PORTNAME}.jar ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ( cd ${WRKSRC}/fuzzers/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/fuzzers/ ) + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ( cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} ) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for I in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${I} ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-head@freebsd.org Thu Feb 18 09:48:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EF49AAC285; Thu, 18 Feb 2016 09:48: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 E759110ED; Thu, 18 Feb 2016 09:48: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 u1I9mGJx000918; Thu, 18 Feb 2016 09:48:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I9mGhD000917; Thu, 18 Feb 2016 09:48:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602180948.u1I9mGhD000917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Feb 2016 09:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409101 - head/www/html2wml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 09:48:18 -0000 Author: amdmi3 Date: Thu Feb 18 09:48:16 2016 New Revision: 409101 URL: https://svnweb.freebsd.org/changeset/ports/409101 Log: - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers - Simplify installation Modified: head/www/html2wml/Makefile Modified: head/www/html2wml/Makefile ============================================================================== --- head/www/html2wml/Makefile Thu Feb 18 09:48:06 2016 (r409100) +++ head/www/html2wml/Makefile Thu Feb 18 09:48:16 2016 (r409101) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CGI that can do on-the-fly HTML to WML conversion LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-Text-Template>0:${PORTSDIR}/textproc/p5-Text-Template \ p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser \ @@ -18,6 +19,7 @@ RUN_DEPENDS= p5-Text-Template>0:${PORTSD USES= perl5 shebangfix SHEBANG_FILES= html2wml.cgi +NO_ARCH= yes PORTDOCS= * PLIST_FILES= bin/html2wml man/man1/html2wml.1.gz @@ -34,29 +36,25 @@ checkconfig: @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} default do-install: - (cd ${WRKSRC} && ${INSTALL_SCRIPT} html2wml.cgi \ - ${STAGEDIR}${PREFIX}/bin/html2wml) - (cd ${WRKSRC}/doc && ${INSTALL_DATA} html2wml.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/html2wml.1) + ${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi \ + ${STAGEDIR}${PREFIX}/bin/html2wml + ${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man \ + ${STAGEDIR}${MANPREFIX}/man/man1/html2wml.1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for D in INSTALL NEWS NOTES README TODO ChangeLog - (cd ${WRKSRC} && ${INSTALL_DATA} ${D} \ - ${STAGEDIR}${DOCSDIR}) -.endfor -.for D in html pdf pod txt - (cd ${WRKSRC}/doc && ${INSTALL_DATA} readme.${D} \ - ${STAGEDIR}${DOCSDIR}) +.for f in INSTALL NEWS NOTES README TODO ChangeLog \ + doc/readme.html doc/readme.pdf doc/readme.pod doc/readme.txt + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR}/t - (cd ${WRKSRC}/t && ${INSTALL_DATA} form.html \ - ${STAGEDIR}${DOCSDIR}/t) + ${INSTALL_DATA} ${WRKSRC}/t/form.html ${STAGEDIR}${DOCSDIR}/t @${MKDIR} ${STAGEDIR}${DOCSDIR}/t/samples .for D in inc_para.wml inc_prev.wml mix1.html mix2.html struct.html \ t-a.html t-anchor.html t-br.html t-double-tags.html t-extcharset.html \ t-frames.html t-img.html t-include.html t-nest.html t-no-tag.html \ t-special-chars.html t-urls.html - (cd ${WRKSRC}/t/samples && ${INSTALL_DATA} ${D} \ - ${STAGEDIR}${DOCSDIR}/t/samples) + ${INSTALL_DATA} ${WRKSRC}/t/samples/${D} ${STAGEDIR}${DOCSDIR}/t/samples .endfor .include From owner-svn-ports-head@freebsd.org Thu Feb 18 09:48:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8B41AAC2D2; Thu, 18 Feb 2016 09:48:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AB8911EC; Thu, 18 Feb 2016 09:48:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I9mOEx001028; Thu, 18 Feb 2016 09:48:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I9mOWU001027; Thu, 18 Feb 2016 09:48:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602180948.u1I9mOWU001027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Feb 2016 09:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409102 - head/sysutils/qlogtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 09:48:25 -0000 Author: amdmi3 Date: Thu Feb 18 09:48:24 2016 New Revision: 409102 URL: https://svnweb.freebsd.org/changeset/ports/409102 Log: - Fix license - Switch to options helpers Modified: head/sysutils/qlogtools/Makefile Modified: head/sysutils/qlogtools/Makefile ============================================================================== --- head/sysutils/qlogtools/Makefile Thu Feb 18 09:48:16 2016 (r409101) +++ head/sysutils/qlogtools/Makefile Thu Feb 18 09:48:24 2016 (r409102) @@ -10,7 +10,7 @@ MASTER_SITES= http://untroubled.org/${PO MAINTAINER= ports@FreeBSD.org COMMENT= Tools for processing logs from qmail and other packages -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= NEWS README @@ -25,8 +25,10 @@ do-configure: do-install: cd ${WRKSRC} && ./installer + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include From owner-svn-ports-head@freebsd.org Thu Feb 18 12:05:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25F10AAC40A; Thu, 18 Feb 2016 12:05: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 F2DD215DC; Thu, 18 Feb 2016 12:05:46 +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 u1IC5kAA041641; Thu, 18 Feb 2016 12:05:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IC5jEk041637; Thu, 18 Feb 2016 12:05:45 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602181205.u1IC5jEk041637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 18 Feb 2016 12:05:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409103 - in head: Mk lang/php70 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 12:05:47 -0000 Author: miwi Date: Thu Feb 18 12:05:45 2016 New Revision: 409103 URL: https://svnweb.freebsd.org/changeset/ports/409103 Log: bsd.php.mk - Unbreak build for php70 - Cleanup php55/6 extenions - Put not existing php70 extentions to php55 and php56 extra defines lang/php70 - Remove mysqli from pdo_mysql it's looping here and does not really depends on mysqli - Bump PORTREVISION This work has been done in collaboration with - fluffy@ - Franco Fichtner Modified: head/Mk/bsd.php.mk head/lang/php70/Makefile head/lang/php70/Makefile.ext Modified: head/Mk/bsd.php.mk ============================================================================== --- head/Mk/bsd.php.mk Thu Feb 18 09:48:24 2016 (r409102) +++ head/Mk/bsd.php.mk Thu Feb 18 12:05:45 2016 (r409103) @@ -246,16 +246,16 @@ php-ini: _USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ exif fileinfo filter ftp gd gettext gmp \ hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ - memcache mssql mysql mysqli odbc opcache \ + memcache mysqli odbc opcache \ openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ - pdo_odbc pdo_pgsql pdo_sqlite pgsql posix \ + pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \ pspell radius readline recode session shmop simplexml snmp soap\ - sockets spl sybase_ct sysvmsg sysvsem sysvshm \ + sockets spl sqlite3 sysvmsg sysvsem sysvshm \ tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib # version specific components -_USE_PHP_VER55= ${_USE_PHP_ALL} phar sqlite3 -_USE_PHP_VER56= ${_USE_PHP_ALL} phar sqlite3 -_USE_PHP_VER70= ${_USE_PHP_ALL} phar sqlite3 +_USE_PHP_VER55= ${_USE_PHP_ALL} mssql mysql sybase_ct +_USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct +_USE_PHP_VER70= ${_USE_PHP_ALL} apc_DEPENDS= www/pecl-APC bcmath_DEPENDS= math/php${PHP_VER}-bcmath @@ -291,11 +291,7 @@ mcrypt_DEPENDS= security/php${PHP_VER}-m memcache_DEPENDS= databases/pecl-memcache mhash_DEPENDS= security/php${PHP_VER}-mhash mssql_DEPENDS= databases/php${PHP_VER}-mssql -.if ${PHP_VER} == 55 || ${PHP_VER} == 56 mysql_DEPENDS= databases/php${PHP_VER}-mysql -.else -IGNORE= databases/php${PHP_VER}-mysql is depricated. Please use mysqli or pdo_mysql instance. -.endif mysqli_DEPENDS= databases/php${PHP_VER}-mysqli ncurses_DEPENDS=devel/php${PHP_VER}-ncurses odbc_DEPENDS= databases/php${PHP_VER}-odbc Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Thu Feb 18 09:48:24 2016 (r409102) +++ head/lang/php70/Makefile Thu Feb 18 12:05:45 2016 (r409103) @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.3 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php70/Makefile.ext ============================================================================== --- head/lang/php70/Makefile.ext Thu Feb 18 09:48:24 2016 (r409102) +++ head/lang/php70/Makefile.ext Thu Feb 18 12:05:45 2016 (r409103) @@ -249,6 +249,16 @@ USE_PHP= pdo USE_PHP_BUILD= yes .endif +.if ${PHP_MODNAME} == "pdo_mysql" +OPTIONS_DEFINE= MYSQLND +OPTIONS_DEFAULT=MYSQLND + +MYSQLND_DESC= Use MySQL Native Driver + +USE_PHP= pdo +USE_PHP_BUILD= yes +.endif + .if ${PHP_MODNAME} == "pdo_pgsql" USES+= pgsql @@ -530,17 +540,13 @@ CONFIGURE_ARGS+=--disable-mbregex CONFIGURE_ARGS+=--with-mysqli=mysqlnd . else CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config - USE_MYSQL= yes . endif .endif .if ${PHP_MODNAME} == "pdo_mysql" -USE_PHP=pdo -USE_PHP_BUILD= yes . if ${PORT_OPTIONS:MMYSQLND} CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd -USE_PHP+= mysqli . else CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} \ --with-zlib-dir=/usr @@ -561,19 +567,6 @@ LIB_DEPENDS+= libct.so:${PORTSDIR}/datab . endif .endif -.if ${PHP_MODNAME} == "pdo_mysql" -. if ${PORT_OPTIONS:MMYSQLND} -CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd - -USE_PHP+= mysql -. else -CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} \ - --with-zlib-dir=/usr - -USE_MYSQL= yes -. endif -.endif - .if ${PHP_MODNAME} == "xml" post-extract: @${MKDIR} ${WRKSRC}/ext/xml From owner-svn-ports-head@freebsd.org Thu Feb 18 12:13:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6837AAC7B0; Thu, 18 Feb 2016 12:13:31 +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 A7E2C1BBF; Thu, 18 Feb 2016 12:13:31 +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 u1ICDUDL044592; Thu, 18 Feb 2016 12:13:30 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ICDUWf044589; Thu, 18 Feb 2016 12:13:30 GMT (envelope-from des@FreeBSD.org) Message-Id: <201602181213.u1ICDUWf044589@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: Thu, 18 Feb 2016 12:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409104 - in head: . mail mail/pronto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 12:13:31 -0000 Author: des Date: Thu Feb 18 12:13:30 2016 New Revision: 409104 URL: https://svnweb.freebsd.org/changeset/ports/409104 Log: Remove mail/pronto: unmaintained since 2013, last release was in 2002, breaks dependency graph since databases/p5-Mysql was removed in 2015. MFH: 2016Q1 Deleted: head/mail/pronto/ Modified: head/MOVED head/mail/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Feb 18 12:05:45 2016 (r409103) +++ head/MOVED Thu Feb 18 12:13:30 2016 (r409104) @@ -8205,3 +8205,4 @@ www/mod_php5||2016-02-14|PHP 5.4 is End www/pecl-zendopcache||2016-02-14|PHP 5.4 EOL reached www/php5-session||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php www/php5-tidy||2016-02-14|PHP 5.4 is End of Life http://php.net/supported-versions.php +mail/pronto||2016-02-18|No release since 2002 http://www.muhri.net/pronto/page.php3?node=news Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu Feb 18 12:05:45 2016 (r409103) +++ head/mail/Makefile Thu Feb 18 12:13:30 2016 (r409104) @@ -502,7 +502,6 @@ SUBDIR += prepflog SUBDIR += procmail SUBDIR += prom-wl - SUBDIR += pronto SUBDIR += proxsmtp SUBDIR += py-Products.MailHost SUBDIR += py-Products.SecureMailHost From owner-svn-ports-head@freebsd.org Thu Feb 18 13:24:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50CAAAAC0A8; Thu, 18 Feb 2016 13:24:16 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D335EA2; Thu, 18 Feb 2016 13:24:16 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IDOF5T065005; Thu, 18 Feb 2016 13:24:15 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IDOEWO064992; Thu, 18 Feb 2016 13:24:14 GMT (envelope-from se@FreeBSD.org) Message-Id: <201602181324.u1IDOEWO064992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Thu, 18 Feb 2016 13:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409105 - in head/emulators: . playonbsd playonbsd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 13:24:16 -0000 Author: se Date: Thu Feb 18 13:24:14 2016 New Revision: 409105 URL: https://svnweb.freebsd.org/changeset/ports/409105 Log: This is the adaptation of PlayOnLinux to FreeBSD. The purpose of this program is to simplify installation of MS Windows software to run under the Windows emulator "Wine". The name indicates, that the program was initially developed to support easy installation of Windows games on Linux. The range of supported applications has long been extended to cover a wide range of windows applications including Microsoft Office. PlayOnFreeBSD behaves significantly different than PlayOnLinux in a number of aspects, e.g. which version of Wine to use (only a single version is normally installed on FreeBSD, but PlayOnLinux tries to run each Windows application in a Wine environment that has previously been reported to give good results and installs missing Wine versions in the user's home directory). Reviewed by: antoine Added: head/emulators/playonbsd/ head/emulators/playonbsd/Makefile (contents, props changed) head/emulators/playonbsd/distinfo (contents, props changed) head/emulators/playonbsd/files/ head/emulators/playonbsd/files/patch-lib_scripts.lib (contents, props changed) head/emulators/playonbsd/files/patch-lib_setupwindow.lib (contents, props changed) head/emulators/playonbsd/files/patch-lib_variables (contents, props changed) head/emulators/playonbsd/files/patch-lib_wine.lib (contents, props changed) head/emulators/playonbsd/files/patch-python_mainwindow.py (contents, props changed) head/emulators/playonbsd/files/playonbsd.sh.in (contents, props changed) head/emulators/playonbsd/pkg-descr (contents, props changed) head/emulators/playonbsd/pkg-plist (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Thu Feb 18 12:13:30 2016 (r409104) +++ head/emulators/Makefile Thu Feb 18 13:24:14 2016 (r409105) @@ -111,6 +111,7 @@ SUBDIR += pcsxr SUBDIR += pearpc SUBDIR += pipelight + SUBDIR += playonbsd SUBDIR += ppsspp SUBDIR += py-gns3-converter SUBDIR += q4wine Added: head/emulators/playonbsd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/Makefile Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,58 @@ +# Created by: Stefan Esser +# $FreeBSD$ + +PORTNAME= playonbsd +PORTVERSION= 4.2.8 +CATEGORIES= emulators games + +MAINTAINER= se@FreeBSD.org +COMMENT= Easily install and run Windows software for use with wine + +LICENSE= GPLv3 + +RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip \ + bash:${PORTSDIR}/shells/bash \ + glxinfo:${PORTSDIR}/graphics/mesa-demos \ + gpg:${PORTSDIR}/security/gnupg \ + gsed:${PORTSDIR}/textproc/gsed \ + sudo:${PORTSDIR}/security/sudo \ + xdg-open:${PORTSDIR}/devel/xdg-utils \ + xterm:${PORTSDIR}/x11/xterm + +OPTIONS_DEFINE= GECKO MONO +OPTIONS_DEFAULT= GECKO MONO +GECKO_DESC= Wine-gecko HTML rendering support +MONO_RUN_DEPENDS= wine-mono-devel>=4.5.6:${PORTSDIR}/emulators/wine-mono-devel +GECKO_RUN_DEPENDS= wine-gecko>=2.21:${PORTSDIR}/emulators/wine-gecko + +ONLY_FOR_ARCHS= amd64 i386 + +USES= python:run +USE_PERL= yes +USE_WX= 2.8+ +WX_COMPS= python:run + +USE_GITHUB= yes +GH_ACCOUNT= PlayOnLinux +GH_PROJECT= POL-POM-4 + +.include + +.if ${ARCH} == amd64 +RUN_DEPENDS+= wine:${PORTSDIR}/emulators/i386-wine-devel +.else +RUN_DEPENDS+= wine:${PORTSDIR}/emulators/wine +.endif + +NO_BUILD= true +SUB_FILES= playonbsd.sh + +post-patch: + @${REINPLACE_CMD} -e 's:/usr/local/:${LOCALBASE}/:' ${WRKSRC}/lib/wine.lib + +do-install: + cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/lib/playonbsd/ "-perm -0100 ! -name *.orig" + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/playonbsd/ "! -perm 0100 ! -name *.orig" + ${INSTALL_SCRIPT} ${WRKDIR}/playonbsd.sh ${STAGEDIR}${PREFIX}/bin/playonbsd + +.include Added: head/emulators/playonbsd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/distinfo Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,2 @@ +SHA256 (PlayOnLinux-POL-POM-4-4.2.8_GH0.tar.gz) = 746cd72267c42b9c910c2977c5de92ec3e591b72dec382c5a706e353238cd6a3 +SIZE (PlayOnLinux-POL-POM-4-4.2.8_GH0.tar.gz) = 3168626 Added: head/emulators/playonbsd/files/patch-lib_scripts.lib ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/files/patch-lib_scripts.lib Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,39 @@ +--- lib/scripts.lib.orig 2015-05-12 22:33:57 UTC ++++ lib/scripts.lib +@@ -382,7 +382,7 @@ POL_Shortcut() + # Menus + if [ ! "$(POL_Config_Read NO_MENU_ICON)" = "TRUE" ]; then + # Do nothing on Mac OS +- if [ -n "$Categories" -a "$POL_OS" = "Linux" ] || [ -n "$Categories" -a "$POL_OS" = "BSD" ]; then ++ if [ -n "$Categories" -a "$POL_OS" = "Linux" ] || [ -n "$Categories" -a "$POL_OS" = "FreeBSD" ]; then + LOCALAPPS="$HOME/.local/share/applications" + make_desktop_shortcut "$iconPath" "$ICON_FILENAME" "$LOCALAPPS" "$PLAYONLINUX/playonlinux --run \"$ICON_FILENAME\"" "$binary_name" "$Categories" "playonlinux-" + fi +@@ -992,9 +992,8 @@ POL_Shortcut_AddProfileLink() + } + POL_LoadVar_Distro () + { +- if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" == "FreeBSD" ]; then +- export DISTRO="$(lsb_release -d | cut -d':' -f2 | tr -d \\t)" +- else ++ case "$POL_OS" in ++ Mac) + main_kernel="$(uname -r | cut -d '.' -f 1)" + second_kernel="$(uname -r | cut -d '.' -f 2)" + +@@ -1005,7 +1004,14 @@ POL_LoadVar_Distro () + [ "$main_kernel" = "12" ] && MacOS="Mountain Lion" + + export DISTRO="$MacOS 10.$(( main_kernel - 4)).$second_kernel ($(uname -r))" +- fi ++ ;; ++ Linux) ++ export DISTRO="$(lsb_release -d | cut -d':' -f2 | tr -d \\t)" ++ ;; ++ FreeBSD) ++ export DISTRO="$(uname -sr) ($(uname -p))" ++ ;; ++ esac + } + POL_Shortcut_MakeDesktopShortcut() + { Added: head/emulators/playonbsd/files/patch-lib_setupwindow.lib ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/files/patch-lib_setupwindow.lib Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,19 @@ +--- lib/setupwindow.lib.orig 2015-05-12 22:33:57 UTC ++++ lib/setupwindow.lib +@@ -36,7 +36,7 @@ ncs() + } + ncns() + { +- if [ "$POL_OS" = "Mac" -o "$(POL_Config_Read FORCE_LEGACY_NETCAT)" = "TRUE" ]; then ++ if [ "$POL_OS" != "Linux" -o "$(POL_Config_Read FORCE_LEGACY_NETCAT)" = "TRUE" ]; then + nc "$@" + else + nc -q -1 "$@" 2> /dev/null || nc "$@" +@@ -178,6 +178,7 @@ POL_SetupWindow_download () + # If provided, make sure the filename is absolute to avoid any misinterpretation from server + + [ -n "$4" ] && FILENAME="$4" || FILENAME="$PWD/" ++echo "$POL_COOKIE POL_SetupWindow_download $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $(POL_Untab "$FILENAME")" \| ncns "$POL_HOST $POL_PORT" > /tmp/x.log + Result="$(echo "$POL_COOKIE POL_SetupWindow_download $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $(POL_Untab "$FILENAME")" | ncns "$POL_HOST" "$POL_PORT")" + # FIXME: Result should send 'fail' if the download has failed. Maybe we could catch it + } Added: head/emulators/playonbsd/files/patch-lib_variables ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/files/patch-lib_variables Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,16 @@ +--- lib/variables.orig 2015-05-12 22:33:57 UTC ++++ lib/variables +@@ -65,8 +65,11 @@ else + eval_gettext() { printf "$@"; } + fi + +-which shasum > /dev/null 2> /dev/null || shasum () { sha1sum "$@"; } +- ++which shasum > /dev/null 2> /dev/null || \ ++ which sha1sum > /dev/null 2> /dev/null && \ ++ shasum () { sha1sum "$@"; } || \ ++ shasum () { sha1 "$@"; } ++which md5sum > /dev/null 2> /dev/null || md5sum () { md5 "$@"; } + + if [ "$POL_OS" == "Linux" ] + then Added: head/emulators/playonbsd/files/patch-lib_wine.lib ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/files/patch-lib_wine.lib Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,100 @@ +--- lib/wine.lib.orig 2015-05-12 22:33:57 UTC ++++ lib/wine.lib +@@ -31,7 +31,7 @@ POL_Wine_GetRegValue() + + [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" + local value +- [ -e "$WINEPREFIX/user.reg" ] && value="$(grep "$1" "$WINEPREFIX/user.reg" | head -n 1 | tr -d '"' | cut -d= -f2)" ++ [ -e "$WINEPREFIX/user.reg" ] && value="$(grep "$1" "$WINEPREFIX/user.reg" | head -n 1 | tr -d \" | cut -d= -f2)" + POL_Debug_Message "Getting registry value $1. Return: $value" + echo -n "${value:-default}" + } +@@ -409,12 +409,19 @@ POL_DetectVideoCards () { + # Detect known videocards + POL_Debug_Message "Gettings GPU informations" + case "$POL_OS" in +- Linux|FreeBSD) ++ Linux) + [ -x /usr/sbin/lspci ] && LSPCI=/usr/sbin/lspci || LSPCI=lspci + # Device Name|Vendor ID|Device ID\n... + # [0300] = VGA compatible controller, [0302] = 3D controller + VGA_DEVICES=`$LSPCI -nn | perl -ne 'if (/\[030[02]\]/) { s/.*\]: (.*) \[([0-9a-f]{4}):([0-9a-f]{4})\].*/\1|\2|\3/; print }'` + ;; ++ FreeBSD) ++ # Device Name|Vendor ID|Device ID\n... ++ # [0300] = VGA compatible controller, [0302] = 3D controller ++ # Insert "unk" as dummy vendor name for now ++ VGA_DEVICES=`/usr/sbin/pciconf -l | \ ++ perl -ne 'if (/^vga/) { s/^.*chip=0x([0-9a-f]{4})([0-9a-f]{4}).*/unk|\2|\1/; print }'` ++ ;; + Mac) + # Device Name|Vendor ID|Device ID\n... + VGA_DEVICES=`system_profiler SPDisplaysDataType | perl -ne 's/^\s+//; if(/Chipset Model:/) { chomp; s/^[^:]*: //; print "$_|" } elsif(/Vendor:/) { chomp; s/.*\(0x(.*)\)/\1/; print "$1|" } elsif (/Device ID:/) { s/^[^:]*: 0x//; print }'` +@@ -559,7 +566,7 @@ POL_Wine () + fi + + +- if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "Mac" ]; ++ if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "Mac" ] || [ "POL_OS" = "FreeBSD" ]; + then + if [ "$LOGFILE" = "/dev/null" ]; then + $BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine "$@" 2> >(grep -v menubuilder --line-buffered | tee -a "$WINEPREFIX/playonlinux.log" >&2) > >(tee -a "$WINEPREFIX/playonlinux.log") +@@ -653,6 +660,22 @@ POL_Wine_VersionSignature() + fi + echo "$WINESIG" + } ++POL_Wine_LinkFreeBSD() ++{ ++ WINEDIR=$1 ++ ARCH=$2 ++ WINEVERSION=$3 ++ mkdir -p "$WINEDIR/$WINEVERSION" ++ ln -s /usr/local/bin "$WINEDIR/$WINEVERSION/lib" ++ if [ -d /usr/local/lib32 ] ; then ++ ln -s /usr/local/lib32 "$WINEDIR/$WINEVERSION/lib" ++ else ++ ln -s /usr/local/lib "$WINEDIR/$WINEVERSION/lib" ++ fi ++ mkdir -p "$WINEDIR/$WINEVERSION/share" ++ ln -s /usr/local/share/wine/gecko/*.msi "$WINEDIR/$WINEVERSION/share/wine/gecko/" #wine_gecko-$WINEVERSION-$ARCH.msi" ++ ln -s /usr/local/share/wine/mono/*.msi "$WINEDIR/$WINEVERSION/share/wine/mono/" #wine_mono-$WINEVERSION-$ARCH.msi" ++} + POL_Wine_InstallVersion() + { + # Install a wineversion +@@ -667,6 +690,10 @@ POL_Wine_InstallVersion() + OLDPATH="$PWD" + WINE_SECTION="$ARCH_PREFIX-$POL_ARCH" + WINEDIR="$POL_USER_ROOT/wine/$WINE_SECTION" ++ if [ "$POL_OS" = "FreeBSD" ] ; then ++ POL_Wine_LinkFreeBSD $WINEDIR $POL_ARCH $POL_WINEVERSION ++ return ++ fi + touch "$WINEDIR/installing" + if [ ! -e "$WINEDIR/$POL_WINEVERSION" ] + then +@@ -676,6 +703,7 @@ POL_Wine_InstallVersion() + POL_Debug_Warning "Wine $1 amd64 does not exist. Switching to x86" + POL_System_SetArch "x86" + POL_Wine_InstallVersion "$1" ++ return + else + if [ "$WINE_ADDRESS" = "" ] + then +@@ -706,7 +734,6 @@ POL_Wine_InstallVersion() + fi + fi + rm "$WINEDIR/installing" +- + } + POL_Wine_InstallCDROM() + { +@@ -743,6 +770,8 @@ POL_Wine_Install_resources() + [ "$POL_OS" = "FreeBSD" ] && wos="freebsd" + [ "$POL_OS" = "Mac" ] && wos="darwin" + ++ [ "$POL_OS" = "FreeBSD" ] && return # mono and wine-gecko are automatically installed on FreeBSD ++ + if [ ! -L "$POL_USER_ROOT/wine/$wos-$arch/$wine_version/share/wine/$resource" ] + then + POL_Debug_Message "Linking $resource" Added: head/emulators/playonbsd/files/patch-python_mainwindow.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/files/patch-python_mainwindow.py Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,13 @@ +--- python/mainwindow.py.orig 2015-05-12 22:33:57 UTC ++++ python/mainwindow.py +@@ -63,8 +63,8 @@ class POLWeb(threading.Thread): + def LastVersion(self): + if(os.environ["POL_OS"] == "Mac"): + fichier_online="version_mac" +- elif(os.environ["POL_OS"] == "FreeBSD"): +- fichier_online="version_freebsd" ++# elif(os.environ["POL_OS"] == "FreeBSD"): ++# fichier_online="version_freebsd" + else: + fichier_online="version2" + return os.popen(os.environ["POL_WGET"]+' "'+os.environ["SITE"]+'/'+fichier_online+'.php?v='+os.environ["VERSION"]+'" -T 30 -O-','r').read() Added: head/emulators/playonbsd/files/playonbsd.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/files/playonbsd.sh.in Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,3 @@ +#!/bin/sh +PATH=$PATH:%%PREFIX%%/lib/playonbsd +exec %%PREFIX%%/bin/bash %%PREFIX%%/lib/playonbsd/playonfreebsd Added: head/emulators/playonbsd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/pkg-descr Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,5 @@ +This is a port of PlayOnLinux to FreeBSD. It allows you to easily install +and use numerous games and apps designed to run with Microsoft Windows. +The Windows emulation is provided by Wine. + +WWW: http://www.playonlinux.com/ Added: head/emulators/playonbsd/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/playonbsd/pkg-plist Thu Feb 18 13:24:14 2016 (r409105) @@ -0,0 +1,408 @@ +bin/playonbsd +lib/playonbsd/CHANGELOG.md +lib/playonbsd/LICENCE +lib/playonbsd/README.md +lib/playonbsd/TRANSLATORS +lib/playonbsd/bash/POL_Command +lib/playonbsd/bash/bash_wrapper +lib/playonbsd/bash/bug_report +lib/playonbsd/bash/check_fs +lib/playonbsd/bash/check_gl +lib/playonbsd/bash/create_prefix +lib/playonbsd/bash/document_reader +lib/playonbsd/bash/expert/Executer +lib/playonbsd/bash/expert/PolShell +lib/playonbsd/bash/find_python +lib/playonbsd/bash/install +lib/playonbsd/bash/install_wver +lib/playonbsd/bash/installpolpackages +lib/playonbsd/bash/killall +lib/playonbsd/bash/make_shortcut +lib/playonbsd/bash/manual_install +lib/playonbsd/bash/playonlinux-pkg +lib/playonbsd/bash/playonlinux-shell +lib/playonbsd/bash/playonlinux-url_handler +lib/playonbsd/bash/pol_update_list +lib/playonbsd/bash/polconfigurator +lib/playonbsd/bash/polshell +lib/playonbsd/bash/read_pc_cd +lib/playonbsd/bash/run_app +lib/playonbsd/bash/run_exe +lib/playonbsd/bash/startup +lib/playonbsd/bash/startup_after_server +lib/playonbsd/bash/uninstall +lib/playonbsd/bash/update_git +lib/playonbsd/bash/winebash +lib/playonbsd/bin/check_dd_amd64.bz2 +lib/playonbsd/bin/check_dd_x86.bz2 +lib/playonbsd/etc/24-0.gif +lib/playonbsd/etc/PlayOnLinux.desktop +lib/playonbsd/etc/PlayOnLinux.directory +lib/playonbsd/etc/install/applications-accessories.png +lib/playonbsd/etc/install/applications-development.png +lib/playonbsd/etc/install/applications-fonts.png +lib/playonbsd/etc/install/applications-games.png +lib/playonbsd/etc/install/applications-graphics.png +lib/playonbsd/etc/install/applications-internet.png +lib/playonbsd/etc/install/applications-multimedia.png +lib/playonbsd/etc/install/applications-office.png +lib/playonbsd/etc/install/applications-other.png +lib/playonbsd/etc/install/applications-system.png +lib/playonbsd/etc/install/applications-testing.png +lib/playonbsd/etc/install/edu.png +lib/playonbsd/etc/install/emblem-favorite.png +lib/playonbsd/etc/install/face-smile.png +lib/playonbsd/etc/install/founder.png +lib/playonbsd/etc/install/gnome-control-center.png +lib/playonbsd/etc/install/h-star.png +lib/playonbsd/etc/install/preferences-desktop-peripherals.png +lib/playonbsd/etc/install/preferences-desktop.png +lib/playonbsd/etc/install/spacer.png +lib/playonbsd/etc/install/spacer16.png +lib/playonbsd/etc/install/star.png +lib/playonbsd/etc/install/view-refresh.png +lib/playonbsd/etc/install/wine-in-use.png +lib/playonbsd/etc/install/wine-packages.png +lib/playonbsd/etc/install/wine-unused.png +lib/playonbsd/etc/install/wine-warning.png +lib/playonbsd/etc/install/wine.png +lib/playonbsd/etc/onglet/application-x-executable.png +lib/playonbsd/etc/onglet/applications-system.png +lib/playonbsd/etc/onglet/input-gaming.png +lib/playonbsd/etc/onglet/internet-group-chat.png +lib/playonbsd/etc/onglet/internet-web-browser.png +lib/playonbsd/etc/onglet/package-x-generic.png +lib/playonbsd/etc/onglet/preferences-desktop-locale.png +lib/playonbsd/etc/onglet/preferences-desktop-theme.png +lib/playonbsd/etc/onglet/system-users.png +lib/playonbsd/etc/onglet/user-desktop.png +lib/playonbsd/etc/onglet/wine.png +lib/playonbsd/etc/playonlinux-Programmes.menu +lib/playonbsd/etc/playonlinux.gpg +lib/playonbsd/etc/playonlinux.png +lib/playonbsd/etc/playonlinux15.png +lib/playonbsd/etc/playonlinux16.png +lib/playonbsd/etc/playonlinux22.png +lib/playonbsd/etc/playonlinux32.png +lib/playonbsd/etc/playonmac.icns +lib/playonbsd/etc/pol_bash +lib/playonbsd/etc/setups/autorun/left.jpg +lib/playonbsd/etc/setups/autorun/top.png +lib/playonbsd/etc/setups/default/left.jpg +lib/playonbsd/etc/setups/default/playonmac.jpg +lib/playonbsd/etc/setups/default/top.png +lib/playonbsd/etc/setups/delete/left.jpg +lib/playonbsd/etc/setups/delete/top.png +lib/playonbsd/etc/setups/exec/left.jpg +lib/playonbsd/etc/setups/exec/top.png +lib/playonbsd/etc/setups/fonts/left.jpg +lib/playonbsd/etc/setups/fonts/top.png +lib/playonbsd/etc/setups/update/top.png +lib/playonbsd/etc/setups/wineserver/left.jpg +lib/playonbsd/etc/setups/wineserver/top.png +lib/playonbsd/etc/star.png +lib/playonbsd/etc/terminal.applescript +lib/playonbsd/lang/locale/ar/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/ast/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/bg/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/bn/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/bs/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/ca/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/cs/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/da/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/de/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/el/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/en_GB/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/es/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/et/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/fi/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/fr/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/gl/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/he/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/hi/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/hr/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/hu/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/id/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/it/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/ja/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/jv/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/ko/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/lt/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/ms/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/nb/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/nl/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/oc/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/pl/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/pt/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/pt_BR/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/ro/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/ru/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/si/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/sk/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/sl/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/sr/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/sr@latin/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/sv/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/te/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/th/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/tr/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/uk/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/zh_CN/LC_MESSAGES/pol.mo +lib/playonbsd/lang/locale/zh_TW/LC_MESSAGES/pol.mo +lib/playonbsd/lang/po/ar.po +lib/playonbsd/lang/po/ast.po +lib/playonbsd/lang/po/bg.po +lib/playonbsd/lang/po/bn.po +lib/playonbsd/lang/po/bs.po +lib/playonbsd/lang/po/ca.po +lib/playonbsd/lang/po/cs.po +lib/playonbsd/lang/po/da.po +lib/playonbsd/lang/po/de.po +lib/playonbsd/lang/po/el.po +lib/playonbsd/lang/po/en_GB.po +lib/playonbsd/lang/po/es.po +lib/playonbsd/lang/po/et.po +lib/playonbsd/lang/po/fi.po +lib/playonbsd/lang/po/fr.po +lib/playonbsd/lang/po/gl.po +lib/playonbsd/lang/po/he.po +lib/playonbsd/lang/po/hi.po +lib/playonbsd/lang/po/hr.po +lib/playonbsd/lang/po/hu.po +lib/playonbsd/lang/po/id.po +lib/playonbsd/lang/po/it.po +lib/playonbsd/lang/po/ja.po +lib/playonbsd/lang/po/jv.po +lib/playonbsd/lang/po/ko.po +lib/playonbsd/lang/po/lt.po +lib/playonbsd/lang/po/ms.po +lib/playonbsd/lang/po/nb.po +lib/playonbsd/lang/po/nl.po +lib/playonbsd/lang/po/oc.po +lib/playonbsd/lang/po/pl.po +lib/playonbsd/lang/po/pol.pot +lib/playonbsd/lang/po/pt.po +lib/playonbsd/lang/po/pt_BR.po +lib/playonbsd/lang/po/ro.po +lib/playonbsd/lang/po/ru.po +lib/playonbsd/lang/po/si.po +lib/playonbsd/lang/po/sk.po +lib/playonbsd/lang/po/sl.po +lib/playonbsd/lang/po/sr.po +lib/playonbsd/lang/po/sr@latin.po +lib/playonbsd/lang/po/sv.po +lib/playonbsd/lang/po/te.po +lib/playonbsd/lang/po/th.po +lib/playonbsd/lang/po/tr.po +lib/playonbsd/lang/po/uk.po +lib/playonbsd/lang/po/zh_CN.po +lib/playonbsd/lang/po/zh_TW.po +lib/playonbsd/lib/debug.lib +lib/playonbsd/lib/deprecated.lib +lib/playonbsd/lib/dosbox.lib +lib/playonbsd/lib/playonlinux.lib +lib/playonbsd/lib/plugins.lib +lib/playonbsd/lib/scripts.lib +lib/playonbsd/lib/setupwindow.lib +lib/playonbsd/lib/sources +lib/playonbsd/lib/variables +lib/playonbsd/lib/website.lib +lib/playonbsd/lib/wine.lib +lib/playonbsd/playonfreebsd +lib/playonbsd/playonlinux +lib/playonbsd/playonlinux-bash +lib/playonbsd/playonlinux-pkg +lib/playonbsd/playonlinux-shell +lib/playonbsd/playonlinux-url_handler +lib/playonbsd/playonmac +lib/playonbsd/plugins/Capture_2.4.3.pol +lib/playonbsd/plugins/ScreenCap_0.0.4.pol +lib/playonbsd/plugins/plugins.lst +lib/playonbsd/plugins/polvault_4.0.4_all.pol +lib/playonbsd/plugins/pot.strings +lib/playonbsd/python/check_python.py +lib/playonbsd/python/configure.py +lib/playonbsd/python/debug.py +lib/playonbsd/python/gui_server.py +lib/playonbsd/python/guiv3.py +lib/playonbsd/python/install.py +lib/playonbsd/python/lib/Variables.py +lib/playonbsd/python/lib/__init__.py +lib/playonbsd/python/lib/lng.py +lib/playonbsd/python/lib/playonlinux.py +lib/playonbsd/python/lib/wine.py +lib/playonbsd/python/mainwindow.py +lib/playonbsd/python/options.py +lib/playonbsd/python/sp.py +lib/playonbsd/python/wine_versions.py +lib/playonbsd/python/wrapper.py +lib/playonbsd/resources/images/configure/cmd.png +lib/playonbsd/resources/images/configure/console.png +lib/playonbsd/resources/images/configure/emblem-system.png +lib/playonbsd/resources/images/configure/killall.png +lib/playonbsd/resources/images/configure/monitor.png +lib/playonbsd/resources/images/configure/reboot.png +lib/playonbsd/resources/images/configure/regedit.png +lib/playonbsd/resources/images/configure/registry.png +lib/playonbsd/resources/images/configure/stop.png +lib/playonbsd/resources/images/configure/taskmgr.png +lib/playonbsd/resources/images/configure/update.png +lib/playonbsd/resources/images/configure/wine-uninstaller.png +lib/playonbsd/resources/images/configure/wine-winecfg.png +lib/playonbsd/resources/images/configure/wineboot.png +lib/playonbsd/resources/images/configure/winecfg.png +lib/playonbsd/resources/images/emotes/face-angel.png +lib/playonbsd/resources/images/emotes/face-crying.png +lib/playonbsd/resources/images/emotes/face-devilish.png +lib/playonbsd/resources/images/emotes/face-glasses.png +lib/playonbsd/resources/images/emotes/face-grin.png +lib/playonbsd/resources/images/emotes/face-kiss.png +lib/playonbsd/resources/images/emotes/face-monkey.png +lib/playonbsd/resources/images/emotes/face-plain.png +lib/playonbsd/resources/images/emotes/face-sad.png +lib/playonbsd/resources/images/emotes/face-smile-big.png +lib/playonbsd/resources/images/emotes/face-smile.png +lib/playonbsd/resources/images/emotes/face-surprise.png +lib/playonbsd/resources/images/emotes/face-wink.png +lib/playonbsd/resources/images/icones/add.png +lib/playonbsd/resources/images/icones/browse.png +lib/playonbsd/resources/images/icones/cdrom.png +lib/playonbsd/resources/images/icones/document-new.png +lib/playonbsd/resources/images/icones/download.png +lib/playonbsd/resources/images/icones/finish.png +lib/playonbsd/resources/images/icones/generic.png +lib/playonbsd/resources/images/icones/list-add.png +lib/playonbsd/resources/images/icones/new.png +lib/playonbsd/resources/images/icones/virtual_drive.png +lib/playonbsd/resources/images/icones/virtual_drive_32.png +lib/playonbsd/resources/images/icones/virtual_drive_64.png +lib/playonbsd/resources/images/install/32/applications-accessories.png +lib/playonbsd/resources/images/install/32/applications-development.png +lib/playonbsd/resources/images/install/32/applications-fonts.png +lib/playonbsd/resources/images/install/32/applications-games.png +lib/playonbsd/resources/images/install/32/applications-graphics.png +lib/playonbsd/resources/images/install/32/applications-internet.png +lib/playonbsd/resources/images/install/32/applications-multimedia.png +lib/playonbsd/resources/images/install/32/applications-office.png +lib/playonbsd/resources/images/install/32/applications-other.png +lib/playonbsd/resources/images/install/32/applications-science.png +lib/playonbsd/resources/images/install/32/applications-system.png +lib/playonbsd/resources/images/install/32/emblem-favorite.png +lib/playonbsd/resources/images/install/32/gnome-control-center.png +lib/playonbsd/resources/images/install/32/preferences-desktop.png +lib/playonbsd/resources/images/install/32/view-refresh.png +lib/playonbsd/resources/images/install/applications-accessories.png +lib/playonbsd/resources/images/install/applications-development.png +lib/playonbsd/resources/images/install/applications-fonts.png +lib/playonbsd/resources/images/install/applications-games.png +lib/playonbsd/resources/images/install/applications-graphics.png +lib/playonbsd/resources/images/install/applications-internet.png +lib/playonbsd/resources/images/install/applications-multimedia.png +lib/playonbsd/resources/images/install/applications-office.png +lib/playonbsd/resources/images/install/applications-other.png +lib/playonbsd/resources/images/install/applications-system.png +lib/playonbsd/resources/images/install/applications-testing.png +lib/playonbsd/resources/images/install/edu.png +lib/playonbsd/resources/images/install/emblem-favorite.png +lib/playonbsd/resources/images/install/face-smile.png +lib/playonbsd/resources/images/install/founder.png +lib/playonbsd/resources/images/install/gnome-control-center.png +lib/playonbsd/resources/images/install/h-star.png +lib/playonbsd/resources/images/install/preferences-desktop-peripherals.png +lib/playonbsd/resources/images/install/preferences-desktop.png +lib/playonbsd/resources/images/install/preferences-system.png +lib/playonbsd/resources/images/install/spacer.png +lib/playonbsd/resources/images/install/spacer16.png +lib/playonbsd/resources/images/install/star.png +lib/playonbsd/resources/images/install/view-refresh.png +lib/playonbsd/resources/images/install/wait.gif +lib/playonbsd/resources/images/install/wait_mini.gif +lib/playonbsd/resources/images/install/wine-packages.png +lib/playonbsd/resources/images/install/wine-warning.png +lib/playonbsd/resources/images/install/wine.png +lib/playonbsd/resources/images/menu/add.png +lib/playonbsd/resources/images/menu/bug.png +lib/playonbsd/resources/images/menu/call-start.png +lib/playonbsd/resources/images/menu/cdrom.png +lib/playonbsd/resources/images/menu/change_icon.png +lib/playonbsd/resources/images/menu/delete.png +lib/playonbsd/resources/images/menu/dialog-ok.png +lib/playonbsd/resources/images/menu/extensions.png +lib/playonbsd/resources/images/menu/folder-wine.png +lib/playonbsd/resources/images/menu/internet.png +lib/playonbsd/resources/images/menu/manual.png +lib/playonbsd/resources/images/menu/media-playback-start.png +lib/playonbsd/resources/images/menu/media-playback-stop.png +lib/playonbsd/resources/images/menu/options.png +lib/playonbsd/resources/images/menu/people.png +lib/playonbsd/resources/images/menu/people_.png +lib/playonbsd/resources/images/menu/playonlinux_online.png +lib/playonbsd/resources/images/menu/polshell.png +lib/playonbsd/resources/images/menu/polvault.png +lib/playonbsd/resources/images/menu/prefix-manager.png +lib/playonbsd/resources/images/menu/regedit.png +lib/playonbsd/resources/images/menu/repository.png +lib/playonbsd/resources/images/menu/run.png +lib/playonbsd/resources/images/menu/settings.png +lib/playonbsd/resources/images/menu/shortcut.png +lib/playonbsd/resources/images/menu/star.png +lib/playonbsd/resources/images/menu/update_git.png +lib/playonbsd/resources/images/menu/virtual_drive_32.png +lib/playonbsd/resources/images/menu/virtual_drive_64.png +lib/playonbsd/resources/images/menu/window-close.png +lib/playonbsd/resources/images/menu/wine.png +lib/playonbsd/resources/images/menu/winecfg.png +lib/playonbsd/resources/images/menu/wineserver.png +lib/playonbsd/resources/images/pol_min.png +lib/playonbsd/resources/images/setups/about.png +lib/playonbsd/resources/images/setups/autorun/left.jpg +lib/playonbsd/resources/images/setups/autorun/top.png +lib/playonbsd/resources/images/setups/bug.png +lib/playonbsd/resources/images/setups/default/playonlinux.jpg +lib/playonbsd/resources/images/setups/default/playonmac.jpg +lib/playonbsd/resources/images/setups/default/top.png +lib/playonbsd/resources/images/setups/delete/left.jpg +lib/playonbsd/resources/images/setups/delete/left_old.jpg +lib/playonbsd/resources/images/setups/delete/top.png +lib/playonbsd/resources/images/setups/exec/left.jpg +lib/playonbsd/resources/images/setups/exec/top.png +lib/playonbsd/resources/images/setups/face-sad.png +lib/playonbsd/resources/images/setups/fonts/left.jpg +lib/playonbsd/resources/images/setups/fonts/top.png +lib/playonbsd/resources/images/setups/update/top.png +lib/playonbsd/resources/images/setups/wait.gif +lib/playonbsd/resources/images/setups/wait.png +lib/playonbsd/resources/images/setups/wait/1.png +lib/playonbsd/resources/images/setups/wait/10.png +lib/playonbsd/resources/images/setups/wait/11.png +lib/playonbsd/resources/images/setups/wait/12.png +lib/playonbsd/resources/images/setups/wait/2.png +lib/playonbsd/resources/images/setups/wait/3.png +lib/playonbsd/resources/images/setups/wait/4.png +lib/playonbsd/resources/images/setups/wait/5.png +lib/playonbsd/resources/images/setups/wait/6.png +lib/playonbsd/resources/images/setups/wait/7.png +lib/playonbsd/resources/images/setups/wait/8.png +lib/playonbsd/resources/images/setups/wait/9.png +lib/playonbsd/resources/images/setups/wineserver/left.jpg +lib/playonbsd/resources/images/setups/wineserver/top.png +lib/playonbsd/resources/images/toolbar/48/configure.png +lib/playonbsd/resources/images/toolbar/48/delete.png +lib/playonbsd/resources/images/toolbar/48/emblem-downloads.png +lib/playonbsd/resources/images/toolbar/48/install.png +lib/playonbsd/resources/images/toolbar/48/package.png +lib/playonbsd/resources/images/toolbar/48/run.png +lib/playonbsd/resources/images/toolbar/48/stop.png +lib/playonbsd/resources/images/toolbar/configure.png +lib/playonbsd/resources/images/toolbar/delete.png +lib/playonbsd/resources/images/toolbar/emblem-downloads.png +lib/playonbsd/resources/images/toolbar/install.png +lib/playonbsd/resources/images/toolbar/messenger.png +lib/playonbsd/resources/images/toolbar/package.png +lib/playonbsd/resources/images/toolbar/play.png +lib/playonbsd/resources/images/toolbar/run.png +lib/playonbsd/resources/images/toolbar/stop.png +lib/playonbsd/resources/sounds/irc.wav +lib/playonbsd/src/check_direct_rendering.c +lib/playonbsd/tests/bash/test-versionlower +lib/playonbsd/tests/python/test_versionlower.py From owner-svn-ports-head@freebsd.org Thu Feb 18 14:13:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E1CEAAC781; Thu, 18 Feb 2016 14:13:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40DB995B; Thu, 18 Feb 2016 14:13:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IEDuxm079452; Thu, 18 Feb 2016 14:13:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IEDuBf079451; Thu, 18 Feb 2016 14:13:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602181413.u1IEDuBf079451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Feb 2016 14:13:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409107 - head/sysutils/libieee1284 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 14:13:57 -0000 Author: amdmi3 Date: Thu Feb 18 14:13:56 2016 New Revision: 409107 URL: https://svnweb.freebsd.org/changeset/ports/409107 Log: - Clarify LICENSE - Add LICENSE_FILE - Strip library - Switch to options helpers Modified: head/sysutils/libieee1284/Makefile Modified: head/sysutils/libieee1284/Makefile ============================================================================== --- head/sysutils/libieee1284/Makefile Thu Feb 18 13:41:09 2016 (r409106) +++ head/sysutils/libieee1284/Makefile Thu Feb 18 14:13:56 2016 (r409107) @@ -3,24 +3,26 @@ PORTNAME= libieee1284 PORTVERSION= 0.2.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://cyberelk.net/tim/data/libieee1284/stable/ MAINTAINER= ports@FreeBSD.org COMMENT= IEEE 1284 communication library -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= i386 USES= libtool tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip PORTDOCS= README README.FreeBSD -OPTIONS_DEFINE= PYTHON +OPTIONS_DEFINE= DOCS PYTHON OPTIONS_SUB= yes PYTHON_USES= python @@ -29,7 +31,7 @@ PYTHON_LDFLAGS= -L${PYTHON_LIBDIR} PYTHON_CONFIGURE_ON= --with-python=yes PYTHON_CONFIGURE_OFF= --with-python=no -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Feb 18 14:25:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C61B3AACEE1; Thu, 18 Feb 2016 14:25:21 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9ED119E; Thu, 18 Feb 2016 14:25:21 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IEPKBI082538; Thu, 18 Feb 2016 14:25:20 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IEPKf7082537; Thu, 18 Feb 2016 14:25:20 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602181425.u1IEPKf7082537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 18 Feb 2016 14:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409108 - head/devel/buildbot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 14:25:21 -0000 Author: koobs Date: Thu Feb 18 14:25:20 2016 New Revision: 409108 URL: https://svnweb.freebsd.org/changeset/ports/409108 Log: devel/buildbot: Modernize (Ports compliance) - Switch to new method of depending on Twisted, USES=twisted is DEPRECATED. - Update and add TEST_DEPENDS, update test target - Remove TESTS option - Correctly limit Python version to -2.7 - Enable architecture independence (NO_ARCH) MFH: 2016Q1 Modified: head/devel/buildbot/Makefile Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Thu Feb 18 14:13:56 2016 (r409107) +++ head/devel/buildbot/Makefile Thu Feb 18 14:25:20 2016 (r409108) @@ -3,6 +3,7 @@ PORTNAME= buildbot PORTVERSION= 0.8.12 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -12,31 +13,28 @@ COMMENT= Continuous Integration Framewor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=11.0.0:${PORTSDIR}/devel/py-twisted \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.7:${PORTSDIR}/databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -TEST_DEPENDS:= ${RUN_DEPENDS} \ +TEST_DEPENDS= trial:${PORTSDIR}/devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:${PORTSDIR}/devel/py-mock \ - trial:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_PKGNAMEPREFIX}twistedWeb>=11.0.0:${PORTSDIR}/www/py-twistedWeb \ - ${PYTHON_PKGNAMEPREFIX}twistedWords>=11.0.0:${PORTSDIR}/net-im/py-twistedWords + ${PYTHON_PKGNAMEPREFIX}boto>0:${PORTSDIR}/devel/py-boto \ + ${PYTHON_PKGNAMEPREFIX}txrequests>0:${PORTSDIR}/www/py-txrequests -OPTIONS_DEFINE= TESTS - -TESTS_DESC= Install test suite requirements -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} - -USES= python twisted:run,conch,mail,web,words +USES= python:-2.7 USE_PYTHON= autoplist distutils +NO_ARCH= yes + post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|/usr/bin/python|${PYTHON_CMD}|g' @${FIND} ${WRKSRC} -name \*.bak -delete -regression-test: extract +do-test: @cd ${WRKSRC} && trial buildbot .include From owner-svn-ports-head@freebsd.org Thu Feb 18 14:37:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67463AAD527; Thu, 18 Feb 2016 14:37:26 +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 35C0319C6; Thu, 18 Feb 2016 14:37:26 +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 u1IEbPa9085624; Thu, 18 Feb 2016 14:37:25 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IEbPlT085622; Thu, 18 Feb 2016 14:37:25 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602181437.u1IEbPlT085622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 18 Feb 2016 14:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409109 - in head/sysutils/cpdup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 14:37:26 -0000 Author: madpilot Date: Thu Feb 18 14:37:24 2016 New Revision: 409109 URL: https://svnweb.freebsd.org/changeset/ports/409109 Log: - Update to 1.18 - Remove unneeded patches Submitted by: Gianmarco Giovannelli (maintainer, via email) Deleted: head/sysutils/cpdup/files/ Modified: head/sysutils/cpdup/Makefile head/sysutils/cpdup/distinfo Modified: head/sysutils/cpdup/Makefile ============================================================================== --- head/sysutils/cpdup/Makefile Thu Feb 18 14:25:20 2016 (r409108) +++ head/sysutils/cpdup/Makefile Thu Feb 18 14:37:24 2016 (r409109) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cpdup -PORTVERSION= 1.17 -PORTREVISION= 2 +PORTVERSION= 1.18 CATEGORIES= sysutils MASTER_SITES= http://apollo.backplane.com/FreeSrc/ \ http://utenti.gufi.org/~gmarco/files/distfiles/ Modified: head/sysutils/cpdup/distinfo ============================================================================== --- head/sysutils/cpdup/distinfo Thu Feb 18 14:25:20 2016 (r409108) +++ head/sysutils/cpdup/distinfo Thu Feb 18 14:37:24 2016 (r409109) @@ -1,2 +1,2 @@ -SHA256 (cpdup-1.17.tgz) = 22ed182c130a6fb8d179afbda50408aba6985bbd96ceeb01c05858b4562d93e7 -SIZE (cpdup-1.17.tgz) = 42236 +SHA256 (cpdup-1.18.tgz) = 3893de9a8ebe5543b9b11c4b575075e59509ddb0f26e6229b2554ee625d25687 +SIZE (cpdup-1.18.tgz) = 42841 From owner-svn-ports-head@freebsd.org Thu Feb 18 14:47:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13C62AAD99C; Thu, 18 Feb 2016 14:47:18 +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 C0D23210; Thu, 18 Feb 2016 14:47:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IElGmn091133; Thu, 18 Feb 2016 14:47:16 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IEl673091026; Thu, 18 Feb 2016 14:47:06 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602181447.u1IEl673091026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 18 Feb 2016 14:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409110 - in head: archivers/pecl-rar converters/pecl-fribidi converters/pecl-igbinary databases/pecl-chdb databases/pecl-dbase databases/pecl-drizzle databases/pecl-leveldb databases/p... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 14:47:18 -0000 Author: miwi Date: Thu Feb 18 14:47:05 2016 New Revision: 409110 URL: https://svnweb.freebsd.org/changeset/ports/409110 Log: - Ignore php70 - While here remove old php gruft Modified: head/archivers/pecl-rar/Makefile head/converters/pecl-fribidi/Makefile head/converters/pecl-igbinary/Makefile head/databases/pecl-chdb/Makefile head/databases/pecl-dbase/Makefile head/databases/pecl-drizzle/Makefile head/databases/pecl-leveldb/Makefile head/databases/pecl-mdbtools/Makefile head/databases/pecl-memcache/Makefile head/databases/pecl-memcached/Makefile head/databases/pecl-mongo/Makefile head/databases/pecl-mysqlnd_ms/Makefile head/databases/pecl-mysqlnd_qc/Makefile head/databases/pecl-pdo_user/Makefile head/databases/pecl-rrd/Makefile head/databases/pecl-tokyo_tyrant/Makefile head/devel/pecl-APCu/Makefile head/devel/pecl-automap/Makefile head/devel/pecl-bbcode/Makefile head/devel/pecl-bcompiler/Makefile head/devel/pecl-dio/Makefile head/devel/pecl-eio/Makefile head/devel/pecl-ev/Makefile head/devel/pecl-event/Makefile head/devel/pecl-expect/Makefile head/devel/pecl-gearman/Makefile head/devel/pecl-hidef/Makefile head/devel/pecl-htscanner/Makefile head/devel/pecl-inclued/Makefile head/devel/pecl-inotify/Makefile head/devel/pecl-intl/Makefile head/devel/pecl-jsmin/Makefile head/devel/pecl-jsonc/Makefile head/devel/pecl-jsond/Makefile head/devel/pecl-jsonnet/Makefile head/devel/pecl-judy/Makefile head/devel/pecl-libevent/Makefile head/devel/pecl-mcve/Makefile head/devel/pecl-memoize/Makefile head/devel/pecl-msgpack/Makefile head/devel/pecl-ncurses/Makefile head/devel/pecl-newt/Makefile head/devel/pecl-operator/Makefile head/devel/pecl-params/Makefile head/devel/pecl-propro/Makefile head/devel/pecl-qb/Makefile head/devel/pecl-raphf/Makefile head/devel/pecl-runkit/Makefile head/devel/pecl-scream/Makefile head/devel/pecl-shape/Makefile head/devel/pecl-spl_types/Makefile head/devel/pecl-spread/Makefile head/devel/pecl-statgrab/Makefile head/devel/pecl-svn/Makefile head/devel/pecl-sync/Makefile head/devel/pecl-test_helpers/Makefile head/devel/pecl-trace/Makefile head/devel/pecl-uopz/Makefile head/devel/pecl-uploadprogress/Makefile head/devel/pecl-uri_template/Makefile head/devel/pecl-vld/Makefile head/devel/pecl-weakref/Makefile head/devel/pecl-xhprof/Makefile head/devel/pecl-yac/Makefile head/devel/pecl-zookeeper/Makefile head/graphics/pecl-gmagick/Makefile head/graphics/pecl-imagick/Makefile head/graphics/pecl-imlib2/Makefile head/graphics/pecl-qrencode/Makefile head/lang/pecl-perl/Makefile head/mail/pecl-esmtp/Makefile head/mail/pecl-mailparse/Makefile head/mail/pecl-pop3/Makefile head/math/pecl-big_int/Makefile head/math/pecl-bitset/Makefile head/math/pecl-stats/Makefile head/math/pecl-trader/Makefile head/net/pecl-amqp/Makefile head/net/pecl-apn/Makefile head/net/pecl-cvsclient/Makefile head/net/pecl-geoip/Makefile head/net/pecl-gupnp/Makefile head/net/pecl-ip2location/Makefile head/net/pecl-mosquitto/Makefile head/net/pecl-oauth/Makefile head/net/pecl-radius/Makefile head/net/pecl-yaz/Makefile head/net/pecl-yp/Makefile head/security/pecl-crack/Makefile head/security/pecl-gnupg/Makefile head/security/pecl-pam/Makefile head/security/pecl-scrypt/Makefile head/security/pecl-ssh2/Makefile head/security/pecl-taint/Makefile head/security/pecl-tcpwrap/Makefile head/sysutils/pecl-mogilefs/Makefile head/textproc/pecl-cld/Makefile head/textproc/pecl-ctemplate/Makefile head/textproc/pecl-doublemetaphone/Makefile head/textproc/pecl-enchant/Makefile head/textproc/pecl-html_parse/Makefile head/textproc/pecl-stem/Makefile head/textproc/pecl-wbxml/Makefile head/textproc/pecl-xdiff/Makefile head/textproc/pecl-xslcache/Makefile head/www/pecl-APC/Makefile head/www/pecl-amfext/Makefile head/www/pecl-http1/Makefile head/www/pecl-solr/Makefile head/www/pecl-sphinx/Makefile head/www/pecl-swish/Makefile head/www/pecl-twig/Makefile head/www/pecl-yaf/Makefile head/www/pecl-yar/Makefile Modified: head/archivers/pecl-rar/Makefile ============================================================================== --- head/archivers/pecl-rar/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/archivers/pecl-rar/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,6 +17,8 @@ USES= tar:tgz USE_PHP= spl USE_PHPEXT= yes USE_PHP_BUILD= yes +IGNORE_WITH_PHP= 70 + CONFIGURE_ARGS= --enable-rar Modified: head/converters/pecl-fribidi/Makefile ============================================================================== --- head/converters/pecl-fribidi/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/converters/pecl-fribidi/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,6 +17,7 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/c USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-fribidi=${LOCALBASE} Modified: head/converters/pecl-igbinary/Makefile ============================================================================== --- head/converters/pecl-igbinary/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/converters/pecl-igbinary/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include Modified: head/databases/pecl-chdb/Makefile ============================================================================== --- head/databases/pecl-chdb/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-chdb/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,7 +21,7 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= chdb -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP= 70 CFLAGS+= -L${LOCALBASE}/lib Modified: head/databases/pecl-dbase/Makefile ============================================================================== --- head/databases/pecl-dbase/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-dbase/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/databases/pecl-drizzle/Makefile ============================================================================== --- head/databases/pecl-drizzle/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-drizzle/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/d USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/databases/pecl-leveldb/Makefile ============================================================================== --- head/databases/pecl-leveldb/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-leveldb/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,5 +20,6 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes +IGNORE_WITH_PHP= 70 .include Modified: head/databases/pecl-mdbtools/Makefile ============================================================================== --- head/databases/pecl-mdbtools/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-mdbtools/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,7 +21,7 @@ USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE} Modified: head/databases/pecl-memcache/Makefile ============================================================================== --- head/databases/pecl-memcache/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-memcache/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,6 +20,7 @@ USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes USES= dos2unix tar:tgz +IGNORE_WITH_PHP= 70 post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/databases/pecl-memcached/Makefile ============================================================================== --- head/databases/pecl-memcached/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-memcached/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -25,6 +25,7 @@ USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes USES= pkgconfig tar:tgz +IGNORE_WITH_PHP= 70 IGBINARY_CONFIGURE_ENABLE= memcached-igbinary IGBINARY_USE= PHP=igbinary Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-mongo/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,5 +21,6 @@ USE_PHP_BUILD= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message +IGNORE_WITH_PHP= 70 .include Modified: head/databases/pecl-mysqlnd_ms/Makefile ============================================================================== --- head/databases/pecl-mysqlnd_ms/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-mysqlnd_ms/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,6 @@ USE_PHP= json USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 .include Modified: head/databases/pecl-mysqlnd_qc/Makefile ============================================================================== --- head/databases/pecl-mysqlnd_qc/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-mysqlnd_qc/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -15,6 +15,6 @@ COMMENT= Query cache plugin for mysqlnd USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 .include Modified: head/databases/pecl-pdo_user/Makefile ============================================================================== --- head/databases/pecl-pdo_user/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-pdo_user/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,5 +20,6 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= pdo_user +IGNORE_WITH_PHP= 70 .include Modified: head/databases/pecl-rrd/Makefile ============================================================================== --- head/databases/pecl-rrd/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-rrd/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,5 +20,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/databases/pecl-tokyo_tyrant/Makefile ============================================================================== --- head/databases/pecl-tokyo_tyrant/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/databases/pecl-tokyo_tyrant/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,5 +20,6 @@ USE_PHP= session USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-APCu/Makefile ============================================================================== --- head/devel/pecl-APCu/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-APCu/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,6 +21,7 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 USES= tar:tgz PHP_MODNAME= ${PORTNAME:tl} WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} Modified: head/devel/pecl-automap/Makefile ============================================================================== --- head/devel/pecl-automap/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-automap/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,7 +18,7 @@ USE_PHP= spl USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= automap -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-automap Modified: head/devel/pecl-bbcode/Makefile ============================================================================== --- head/devel/pecl-bbcode/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-bbcode/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,7 +18,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-bbcode Modified: head/devel/pecl-bcompiler/Makefile ============================================================================== --- head/devel/pecl-bcompiler/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-bcompiler/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,7 +16,7 @@ LICENSE= PHP202 USES= tar:tgz USE_PHP= bz2 USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP=56 70 CONFIGURE_ARGS= --enable-bcompiler Modified: head/devel/pecl-dio/Makefile ============================================================================== --- head/devel/pecl-dio/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-dio/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -15,5 +15,6 @@ LICENSE= PHP30 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-eio/Makefile ============================================================================== --- head/devel/pecl-eio/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-eio/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,6 +17,6 @@ LICENSE= PHP301 CONFIGURE_ARGS= --enable-eio USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 52 +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-ev/Makefile ============================================================================== --- head/devel/pecl-ev/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-ev/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,5 +20,6 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-event/Makefile ============================================================================== --- head/devel/pecl-event/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-event/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -22,6 +22,6 @@ USE_PHP= sockets USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= event -IGNORE_WITH_PHP=52 53 +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-expect/Makefile ============================================================================== --- head/devel/pecl-expect/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-expect/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ LIB_DEPENDS= libexpect.so:${PORTSDIR}/la USES= tar:tgz tcl:86 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CFLAGS+= -I${TCL_INCLUDEDIR} CONFIGURE_ARGS+=--with-expect=${LOCALBASE} Modified: head/devel/pecl-gearman/Makefile ============================================================================== --- head/devel/pecl-gearman/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-gearman/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,5 +20,6 @@ CONFIGURE_ARGS= --with-gearman PHP_MODNAME= ${PORTNAME} USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-hidef/Makefile ============================================================================== --- head/devel/pecl-hidef/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-hidef/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,7 +16,7 @@ LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-hidef Modified: head/devel/pecl-htscanner/Makefile ============================================================================== --- head/devel/pecl-htscanner/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-htscanner/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,7 @@ LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-htscanner Modified: head/devel/pecl-inclued/Makefile ============================================================================== --- head/devel/pecl-inclued/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-inclued/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,7 +19,7 @@ EXPIRATION_DATE=2016-03-15 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 55 56 70 CONFIGURE_ARGS= --enable-inclued Modified: head/devel/pecl-inotify/Makefile ============================================================================== --- head/devel/pecl-inotify/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-inotify/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,5 +21,6 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-intl/Makefile ============================================================================== --- head/devel/pecl-intl/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-intl/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ LIB_DEPENDS= libicui18n.so:${PORTSDIR}/d USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-jsmin/Makefile ============================================================================== --- head/devel/pecl-jsmin/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-jsmin/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-jsonc/Makefile ============================================================================== --- head/devel/pecl-jsonc/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-jsonc/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-jsonc --with-libj MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1 USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=52 53 +IGNORE_WITH_PHP=70 CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5* .include Modified: head/devel/pecl-jsond/Makefile ============================================================================== --- head/devel/pecl-jsond/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-jsond/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-jsonnet/Makefile ============================================================================== --- head/devel/pecl-jsonnet/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-jsonnet/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -22,5 +22,6 @@ USE_PHP= json USE_PHPEXT= yes USE_PHP_BUILD= yes CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE} +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-judy/Makefile ============================================================================== --- head/devel/pecl-judy/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-judy/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,5 +21,6 @@ BUILD_DEPENDS= Judy>=0:${PORTSDIR}/devel CONFIGURE_ARGS= --with-judy=${LOCALBASE} USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-libevent/Makefile ============================================================================== --- head/devel/pecl-libevent/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-libevent/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -22,5 +22,6 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= libevent +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-mcve/Makefile ============================================================================== --- head/devel/pecl-mcve/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-mcve/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,7 +20,7 @@ USES= tar:tgz USE_OPENSSL= yes USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS+= --with-mcve="${LOCALBASE}" post-patch: Modified: head/devel/pecl-memoize/Makefile ============================================================================== --- head/devel/pecl-memoize/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-memoize/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-memoize +IGNORE_WITH_PHP= 70 OPTIONS_DEFINE= APC MEMCACHED MEMORY OPTIONS_DEFAULT=MEMORY Modified: head/devel/pecl-msgpack/Makefile ============================================================================== --- head/devel/pecl-msgpack/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-msgpack/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,5 +17,6 @@ USES= tar:tgz USE_PHP= session USE_PHPEXT= yes USE_PHP_BUILD= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-ncurses/Makefile ============================================================================== --- head/devel/pecl-ncurses/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-ncurses/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,6 +19,6 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes WANT_PHP_CLI= yes -IGNORE_WITH_PHP=52 +IGNORE_WITH_PHP=70 .include Modified: head/devel/pecl-newt/Makefile ============================================================================== --- head/devel/pecl-newt/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-newt/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,6 +19,7 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= newt +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ Modified: head/devel/pecl-operator/Makefile ============================================================================== --- head/devel/pecl-operator/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-operator/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,7 +17,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 post-extract:: @${CAT} ${PKGMESSAGE} Modified: head/devel/pecl-params/Makefile ============================================================================== --- head/devel/pecl-params/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-params/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -15,6 +15,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-params Modified: head/devel/pecl-propro/Makefile ============================================================================== --- head/devel/pecl-propro/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-propro/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ PORTSCOUT= limit:^1.* USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-qb/Makefile ============================================================================== --- head/devel/pecl-qb/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-qb/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz USE_GCC= any +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-raphf/Makefile ============================================================================== --- head/devel/pecl-raphf/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-raphf/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ PORTSCOUT= limit:^1.* USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-runkit/Makefile ============================================================================== --- head/devel/pecl-runkit/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-runkit/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,6 +17,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= runkit +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-runkit=classkit Modified: head/devel/pecl-scream/Makefile ============================================================================== --- head/devel/pecl-scream/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-scream/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,7 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 test: build @(cd ${WRKSRC} && ${MAKE} test) Modified: head/devel/pecl-shape/Makefile ============================================================================== --- head/devel/pecl-shape/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-shape/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,7 +21,7 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= shp -IGNORE_WITH_PHP= 5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS+= --with-shp=${LOCALBASE} Modified: head/devel/pecl-spl_types/Makefile ============================================================================== --- head/devel/pecl-spl_types/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-spl_types/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,7 +21,8 @@ RE2C_RUN_DEPENDS= re2c:${PORTSDIR}/devel USE_PHP= spl #USE_PHP_BUILD= yes USE_PHPEXT= yes -USES= tar:tgz tar:tgz +USES= tar:tgz +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-spl-types CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-spread/Makefile ============================================================================== --- head/devel/pecl-spread/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-spread/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/sp.h:$ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS+= --with-spread=${LOCALBASE} Modified: head/devel/pecl-statgrab/Makefile ============================================================================== --- head/devel/pecl-statgrab/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-statgrab/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ LIB_DEPENDS= libstatgrab0.so:${PORTSDIR} USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-svn/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ LIB_DEPENDS= libsvn_client-1.so:${PORTSD USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-sync/Makefile ============================================================================== --- head/devel/pecl-sync/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-sync/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ LICENSE= MIT USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-test_helpers/Makefile ============================================================================== --- head/devel/pecl-test_helpers/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-test_helpers/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,6 +19,7 @@ USE_PHPEXT= yes USE_PHPIZE= yes USES= tar:tgz SUB_FILES= pkg-message +IGNORE_WITH_PHP= 70 PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/devel/pecl-trace/Makefile ============================================================================== --- head/devel/pecl-trace/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-trace/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,6 +21,7 @@ USES= gmake shebangfix tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 SHEBANG_FILES= ${CMDTOOLSRC}/phptrace PLIST_FILES= bin/phptrace \ Modified: head/devel/pecl-uopz/Makefile ============================================================================== --- head/devel/pecl-uopz/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-uopz/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz -IGNORE_WITH_PHP= 53 +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-uploadprogress/Makefile ============================================================================== --- head/devel/pecl-uploadprogress/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-uploadprogress/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,7 @@ LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-uploadprogress Modified: head/devel/pecl-uri_template/Makefile ============================================================================== --- head/devel/pecl-uri_template/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-uri_template/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-vld/Makefile ============================================================================== --- head/devel/pecl-vld/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-vld/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,7 @@ LICENSE= BSD2CLAUSE USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-vld Modified: head/devel/pecl-weakref/Makefile ============================================================================== --- head/devel/pecl-weakref/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-weakref/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,6 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-xhprof/Makefile ============================================================================== --- head/devel/pecl-xhprof/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-xhprof/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes ONLY_FOR_ARCHS= i386 amd64 +IGNORE_WITH_PHP= 70 .include Modified: head/devel/pecl-yac/Makefile ============================================================================== --- head/devel/pecl-yac/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-yac/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,6 +17,7 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module Modified: head/devel/pecl-zookeeper/Makefile ============================================================================== --- head/devel/pecl-zookeeper/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/devel/pecl-zookeeper/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,6 +20,7 @@ USE_PHP= session USE_PHP_BUILD= session USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ Modified: head/graphics/pecl-gmagick/Makefile ============================================================================== --- head/graphics/pecl-gmagick/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/graphics/pecl-gmagick/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,6 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-gmagick=${LOCALBASE} Modified: head/graphics/pecl-imagick/Makefile ============================================================================== --- head/graphics/pecl-imagick/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/graphics/pecl-imagick/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -22,6 +22,7 @@ X11_LIB_DEPENDS_OFF= libMagickWand-6.so: USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-imagick=${LOCALBASE} Modified: head/graphics/pecl-imlib2/Makefile ============================================================================== --- head/graphics/pecl-imlib2/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/graphics/pecl-imlib2/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,6 +19,7 @@ LIB_DEPENDS= libImlib2.so:${PORTSDIR}/gr USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 # libImlib2 may or may not depend on X, however, # imlib2 extension doesn't need X related functions in libImlib2 Modified: head/graphics/pecl-qrencode/Makefile ============================================================================== --- head/graphics/pecl-qrencode/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/graphics/pecl-qrencode/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,7 @@ LIB_DEPENDS= libqrencode.so:${PORTSDIR}/ USE_PHP= yes USE_PHPEXT= yes USES= tar:bzip2 +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-qrencode=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} Modified: head/lang/pecl-perl/Makefile ============================================================================== --- head/lang/pecl-perl/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/lang/pecl-perl/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,7 +17,7 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes USE_PHP_BUILD= yes -IGNORE_WITH_PHP= 53 +IGNORE_WITH_PHP= 70 USES= perl5 tar:tgz Modified: head/mail/pecl-esmtp/Makefile ============================================================================== --- head/mail/pecl-esmtp/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/mail/pecl-esmtp/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,7 +19,7 @@ LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mai USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 OPTIONS_DEFINE= RE2C OPTIONS_DEFAULT= RE2C Modified: head/mail/pecl-mailparse/Makefile ============================================================================== --- head/mail/pecl-mailparse/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/mail/pecl-mailparse/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= mailparse +IGNORE_WITH_PHP= 70 .include Modified: head/mail/pecl-pop3/Makefile ============================================================================== --- head/mail/pecl-pop3/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/mail/pecl-pop3/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,5 +17,6 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= pop3 +IGNORE_WITH_PHP= 70 .include Modified: head/math/pecl-big_int/Makefile ============================================================================== --- head/math/pecl-big_int/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/math/pecl-big_int/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -14,6 +14,7 @@ COMMENT= Functions for calculations with USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 DOCS= CREDITS INSTALL LICENSE README docs/index.html libbig_int/CREDITS \ libbig_int/LICENSE Modified: head/math/pecl-bitset/Makefile ============================================================================== --- head/math/pecl-bitset/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/math/pecl-bitset/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include Modified: head/math/pecl-stats/Makefile ============================================================================== --- head/math/pecl-stats/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/math/pecl-stats/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/math/pecl-trader/Makefile ============================================================================== --- head/math/pecl-trader/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/math/pecl-trader/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,7 +16,6 @@ LICENSE= BSD2CLAUSE USE_PHP= yes USE_PHPEXT= yes - -IGNORE_WITH_PHP= 52 +IGNORE_WITH_PHP= 70 .include Modified: head/net/pecl-amqp/Makefile ============================================================================== --- head/net/pecl-amqp/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-amqp/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,5 +18,6 @@ LIB_DEPENDS= librabbitmq.so:${PORTSDIR}/ PHP_MODNAME= ${PORTNAME} USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/net/pecl-apn/Makefile ============================================================================== --- head/net/pecl-apn/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-apn/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,6 +21,6 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes CONFIGURE_ARGS= --with-apn=${LOCALBASE} -IGNORE_WITH_PHP=52 +IGNORE_WITH_PHP= 70 .include Modified: head/net/pecl-cvsclient/Makefile ============================================================================== --- head/net/pecl-cvsclient/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-cvsclient/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,6 @@ LICENSE= PHP202 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP= 56 70 .include Modified: head/net/pecl-geoip/Makefile ============================================================================== --- head/net/pecl-geoip/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-geoip/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4 Modified: head/net/pecl-gupnp/Makefile ============================================================================== --- head/net/pecl-gupnp/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-gupnp/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR} USE_PHP= yes USE_PHPEXT= yes USES= pkgconfig tar:tgz +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4 Modified: head/net/pecl-ip2location/Makefile ============================================================================== --- head/net/pecl-ip2location/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-ip2location/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/net/pecl-mosquitto/Makefile ============================================================================== --- head/net/pecl-mosquitto/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-mosquitto/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,5 +19,6 @@ BUILD_DEPENDS= mosquitto>=0:${PORTSDIR}/ USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include Modified: head/net/pecl-oauth/Makefile ============================================================================== --- head/net/pecl-oauth/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-oauth/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -23,5 +23,6 @@ CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFL USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/net/pecl-radius/Makefile ============================================================================== --- head/net/pecl-radius/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-radius/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,6 +16,7 @@ LICENSE= BSD3CLAUSE USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-radius Modified: head/net/pecl-yaz/Makefile ============================================================================== --- head/net/pecl-yaz/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-yaz/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ LIB_DEPENDS= libyaz.so:${PORTSDIR}/net/y USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-yaz=${LOCALBASE} Modified: head/net/pecl-yp/Makefile ============================================================================== --- head/net/pecl-yp/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/net/pecl-yp/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include Modified: head/security/pecl-crack/Makefile ============================================================================== --- head/security/pecl-crack/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/security/pecl-crack/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -22,6 +22,8 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= crack +IGNORE_WITH_PHP= 70 + EXTRACT_AFTER_ARGS=--no-same-permissions --no-same-owner --exclude libcrack CONFIGURE_ARGS= --with-crack=${LOCALBASE} CFLAGS+= -Wno-deprecated Modified: head/security/pecl-gnupg/Makefile ============================================================================== --- head/security/pecl-gnupg/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/security/pecl-gnupg/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-gnupg=${LOCALBASE USE_PHP= yes USE_PHPEXT= yes USES= localbase tar:tgz +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4 Modified: head/security/pecl-pam/Makefile ============================================================================== --- head/security/pecl-pam/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/security/pecl-pam/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,5 +16,6 @@ USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/security/pecl-scrypt/Makefile ============================================================================== --- head/security/pecl-scrypt/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/security/pecl-scrypt/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ USE_PHP= hash USE_PHPEXT= yes USE_PHP_BUILD= yes INSTALL_TARGET= install-strip +IGNORE_WITH_PHP= 70 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= README.md Modified: head/security/pecl-ssh2/Makefile ============================================================================== --- head/security/pecl-ssh2/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/security/pecl-ssh2/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -17,6 +17,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/secu USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} Modified: head/security/pecl-taint/Makefile ============================================================================== --- head/security/pecl-taint/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/security/pecl-taint/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,6 +21,6 @@ CONFIGURE_ARGS= --with-php-config=${PREF USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 55 56 70 .include Modified: head/security/pecl-tcpwrap/Makefile ============================================================================== --- head/security/pecl-tcpwrap/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/security/pecl-tcpwrap/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -16,7 +16,7 @@ LICENSE= PHP202 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP= 56 70 post-patch: @${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4 Modified: head/sysutils/pecl-mogilefs/Makefile ============================================================================== --- head/sysutils/pecl-mogilefs/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/sysutils/pecl-mogilefs/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,6 +20,7 @@ USE_PHP= yes USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 post-extract: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/config.m4 Modified: head/textproc/pecl-cld/Makefile ============================================================================== --- head/textproc/pecl-cld/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/textproc/pecl-cld/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -21,6 +21,7 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 post-install: @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/php/${PHP_EXT_DIR}/cld.so Modified: head/textproc/pecl-ctemplate/Makefile ============================================================================== --- head/textproc/pecl-ctemplate/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/textproc/pecl-ctemplate/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,6 +19,7 @@ USE_PHPEXT= yes USE_GITHUB= yes GH_ACCOUNT= vanillahsu GH_PROJECT= pecl-ctemplate +IGNORE_WITH_PHP= 70 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} Modified: head/textproc/pecl-doublemetaphone/Makefile ============================================================================== --- head/textproc/pecl-doublemetaphone/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/textproc/pecl-doublemetaphone/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -18,6 +18,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-doublemetaphone Modified: head/textproc/pecl-enchant/Makefile ============================================================================== --- head/textproc/pecl-enchant/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/textproc/pecl-enchant/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -19,7 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} -IGNORE_WITH_PHP= 5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS+= --with-enchant=${LOCALBASE} .include Modified: head/textproc/pecl-html_parse/Makefile ============================================================================== --- head/textproc/pecl-html_parse/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/textproc/pecl-html_parse/Makefile Thu Feb 18 14:47:05 2016 (r409110) @@ -20,7 +20,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-html_parse Modified: head/textproc/pecl-stem/Makefile ============================================================================== --- head/textproc/pecl-stem/Makefile Thu Feb 18 14:37:24 2016 (r409109) +++ head/textproc/pecl-stem/Makefile Thu Feb 18 14:47:05 2016 (r409110) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Thu Feb 18 15:08:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37BB0AAC316; Thu, 18 Feb 2016 15:08:28 +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 EC7A1132F; Thu, 18 Feb 2016 15:08:27 +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 u1IF8Q8V097202; Thu, 18 Feb 2016 15:08:26 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IF8Q7r097188; Thu, 18 Feb 2016 15:08:26 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602181508.u1IF8Q7r097188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 18 Feb 2016 15:08:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409111 - in head: archivers/pecl-phk databases/php5-tarantool devel/pecl-parsekit devel/pecl-strict net-im/pecl-stomp print/pecl-haru print/pecl-pdflib print/pecl-ps textproc/pecl-syck... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 15:08:28 -0000 Author: miwi Date: Thu Feb 18 15:08:25 2016 New Revision: 409111 URL: https://svnweb.freebsd.org/changeset/ports/409111 Log: - Ignore php70 Modified: head/archivers/pecl-phk/Makefile head/databases/php5-tarantool/Makefile head/devel/pecl-parsekit/Makefile head/devel/pecl-strict/Makefile head/net-im/pecl-stomp/Makefile head/print/pecl-haru/Makefile head/print/pecl-pdflib/Makefile head/print/pecl-ps/Makefile head/textproc/pecl-syck/Makefile head/textproc/pecl-yaml/Makefile Modified: head/archivers/pecl-phk/Makefile ============================================================================== --- head/archivers/pecl-phk/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/archivers/pecl-phk/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -17,6 +17,7 @@ USES= tar:tgz USE_PHP= hash USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-phk Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/databases/php5-tarantool/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -19,6 +19,7 @@ GH_PROJECT= ${PORTNAME}-php GH_ACCOUNT= tarantool GH_TAGNAME= c1c5d5f TR_VER= 20151222 +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS+= --with-tarantool Modified: head/devel/pecl-parsekit/Makefile ============================================================================== --- head/devel/pecl-parsekit/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/devel/pecl-parsekit/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -17,7 +17,7 @@ LICENSE= PHP301 USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 53 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-parsekit CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-strict/Makefile ============================================================================== --- head/devel/pecl-strict/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/devel/pecl-strict/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -16,5 +16,6 @@ LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/net-im/pecl-stomp/Makefile ============================================================================== --- head/net-im/pecl-stomp/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/net-im/pecl-stomp/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -16,5 +16,6 @@ USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/print/pecl-haru/Makefile ============================================================================== --- head/print/pecl-haru/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/print/pecl-haru/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${LOCALBASE}/include/hpdf. USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS+= --with-haru=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include Modified: head/print/pecl-pdflib/Makefile ============================================================================== --- head/print/pecl-pdflib/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/print/pecl-pdflib/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -20,6 +20,7 @@ USE_PHP= gd USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= pdf +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-pdflib=${LOCALBASE} Modified: head/print/pecl-ps/Makefile ============================================================================== --- head/print/pecl-ps/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/print/pecl-ps/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -19,6 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4 Modified: head/textproc/pecl-syck/Makefile ============================================================================== --- head/textproc/pecl-syck/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/textproc/pecl-syck/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -20,6 +20,7 @@ USES= tar:tgz USE_PHP= spl hash USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-syck Modified: head/textproc/pecl-yaml/Makefile ============================================================================== --- head/textproc/pecl-yaml/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/textproc/pecl-yaml/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -20,5 +20,6 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include From owner-svn-ports-head@freebsd.org Thu Feb 18 16:30:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8907AAB33B; Thu, 18 Feb 2016 16:30:31 +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 6C51C119D; Thu, 18 Feb 2016 16:30:31 +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 u1IGUU3g024600; Thu, 18 Feb 2016 16:30:30 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IGUUu8024597; Thu, 18 Feb 2016 16:30:30 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201602181630.u1IGUUu8024597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 18 Feb 2016 16:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409112 - in head/emulators: qemu-sbruno 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 16:30:31 -0000 Author: sbruno Date: Thu Feb 18 16:30:29 2016 New Revision: 409112 URL: https://svnweb.freebsd.org/changeset/ports/409112 Log: Attempt to unbreak stage (pointed out by amdmi3/junovitch) - Add ivshmem-client/server to the pkg-plist of qemu-sbruno. - Forceably nuke ivshmem-client/server during the build of qemu-user-static. Bump PORTREVISION. Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/pkg-plist head/emulators/qemu-user-static/Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Feb 18 15:08:25 2016 (r409111) +++ head/emulators/qemu-sbruno/Makefile Thu Feb 18 16:30:29 2016 (r409112) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.5.50.g20160215 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Thu Feb 18 15:08:25 2016 (r409111) +++ head/emulators/qemu-sbruno/pkg-plist Thu Feb 18 16:30:29 2016 (r409112) @@ -2,6 +2,8 @@ %%SOFTMMU%%bin/qemu-img %%SOFTMMU%%bin/qemu-io %%SOFTMMU%%bin/qemu-nbd +%%SOFTMMU%%bin/ivshmem-client +%%SOFTMMU%%bin/ivshmem-server %%NONX86%%bin/qemu-system-aarch64 %%NONX86%%bin/qemu-system-alpha %%NONX86%%bin/qemu-system-arm Modified: head/emulators/qemu-user-static/Makefile ============================================================================== --- head/emulators/qemu-user-static/Makefile Thu Feb 18 15:08:25 2016 (r409111) +++ head/emulators/qemu-user-static/Makefile Thu Feb 18 16:30:29 2016 (r409112) @@ -18,6 +18,8 @@ post-install: @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-img @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-io @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-nbd + @${RM} -r ${STAGEDIR}${PREFIX}/bin/ivshmem-client + @${RM} -r ${STAGEDIR}${PREFIX}/bin/ivshmem-server @${MV} ${STAGEDIR}${PREFIX}/etc/rc.d ${WRKDIR} @${RM} -r ${STAGEDIR}${PREFIX}/etc .if exists(/usr/sbin/binmiscctl) From owner-svn-ports-head@freebsd.org Thu Feb 18 16:33:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E944AAB557; Thu, 18 Feb 2016 16:33:45 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF6C14D1; Thu, 18 Feb 2016 16:33:45 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IGXiPA027310; Thu, 18 Feb 2016 16:33:44 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IGXh6j027305; Thu, 18 Feb 2016 16:33:43 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201602181633.u1IGXh6j027305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 18 Feb 2016 16:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409113 - head/devel/p4api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 16:33:45 -0000 Author: gordon Date: Thu Feb 18 16:33:43 2016 New Revision: 409113 URL: https://svnweb.freebsd.org/changeset/ports/409113 Log: Update to 2015.1.1341249 for micropatching Approved by: mat (implicit, mentor) MFH: 2016Q1 Modified: head/devel/p4api/Makefile head/devel/p4api/distinfo.freebsd100x86 head/devel/p4api/distinfo.freebsd100x86_64 head/devel/p4api/distinfo.freebsd70x86 head/devel/p4api/distinfo.freebsd70x86_64 Modified: head/devel/p4api/Makefile ============================================================================== --- head/devel/p4api/Makefile Thu Feb 18 16:30:29 2016 (r409112) +++ head/devel/p4api/Makefile Thu Feb 18 16:33:43 2016 (r409113) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2015.1.1314399 +PORTVERSION= 2015.1.1341249 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf @@ -13,8 +13,6 @@ EXTRACT_ONLY= ${TAR_FILES} MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce API (static libraries and header files) -BROKEN= checksum mismatch - RESTRICTED= Restricted distribution NO_BUILD= yes Modified: head/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4api/distinfo.freebsd100x86 Thu Feb 18 16:30:29 2016 (r409112) +++ head/devel/p4api/distinfo.freebsd100x86 Thu Feb 18 16:33:43 2016 (r409113) @@ -1,4 +1,4 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4api.tgz) = 2626d0dc8c95fb4790f008c2d41b488460a1c4e80dc0392adcd919b87a78c0d9 -SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4api.tgz) = 1433851 -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd -SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4api.pdf) = 1623596 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86/p4api.tgz) = 1a47cb21c5ab77b4e33e91e942321dada3b71a90ad5d7ff4943b03f70bf5ac2f +SIZE (perforce/2015.1.1341249/bin.freebsd100x86/p4api.tgz) = 1434605 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1341249/bin.freebsd100x86/p4api.pdf) = 1623596 Modified: head/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4api/distinfo.freebsd100x86_64 Thu Feb 18 16:30:29 2016 (r409112) +++ head/devel/p4api/distinfo.freebsd100x86_64 Thu Feb 18 16:33:43 2016 (r409113) @@ -1,4 +1,4 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4api.tgz) = f1bf11c5ba3f202d0b0e5a9a1def5dabcf9dbcbb7fb51ca54c4baa7a6655ac96 -SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4api.tgz) = 1469314 -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd -SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4api.pdf) = 1623596 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86_64/p4api.tgz) = 48d4cc37d62feed669572ad5bb42861fb690fd3f497787ecd9cf81ae77f88bf7 +SIZE (perforce/2015.1.1341249/bin.freebsd100x86_64/p4api.tgz) = 1470002 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1341249/bin.freebsd100x86_64/p4api.pdf) = 1623596 Modified: head/devel/p4api/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4api/distinfo.freebsd70x86 Thu Feb 18 16:30:29 2016 (r409112) +++ head/devel/p4api/distinfo.freebsd70x86 Thu Feb 18 16:33:43 2016 (r409113) @@ -1,4 +1,4 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4api.tgz) = e9029d5c1782e59505f696eadea6df6d7c681471a91473474ea66b7b92ecd814 -SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4api.tgz) = 1447306 -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd -SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4api.pdf) = 1623596 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86/p4api.tgz) = cf02393cc5a37228161587c48248cf619efe79643034c67633f14cdcbeed3b6d +SIZE (perforce/2015.1.1341249/bin.freebsd70x86/p4api.tgz) = 1448608 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1341249/bin.freebsd70x86/p4api.pdf) = 1623596 Modified: head/devel/p4api/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4api/distinfo.freebsd70x86_64 Thu Feb 18 16:30:29 2016 (r409112) +++ head/devel/p4api/distinfo.freebsd70x86_64 Thu Feb 18 16:33:43 2016 (r409113) @@ -1,4 +1,4 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4api.tgz) = 2247c739c5875aa9d85056ce857c8db0a4182543fde4fc254907e5b8d401898d -SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4api.tgz) = 1467450 -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd -SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4api.pdf) = 1623596 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86_64/p4api.tgz) = 3d06fec98c079e42fe627681f867d7b5a11c5e759179f862285cadaa3a53ea9b +SIZE (perforce/2015.1.1341249/bin.freebsd70x86_64/p4api.tgz) = 1467916 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1341249/bin.freebsd70x86_64/p4api.pdf) = 1623596 From owner-svn-ports-head@freebsd.org Thu Feb 18 16:35:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC5C5AAB64B; Thu, 18 Feb 2016 16:35:50 +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 B74CA1823; Thu, 18 Feb 2016 16:35:50 +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 u1IGZnNo027670; Thu, 18 Feb 2016 16:35:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IGZmY2027657; Thu, 18 Feb 2016 16:35:48 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602181635.u1IGZmY2027657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 18 Feb 2016 16:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409114 - in head/math/openblas: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 16:35:51 -0000 Author: rakuco Date: Thu Feb 18 16:35:48 2016 New Revision: 409114 URL: https://svnweb.freebsd.org/changeset/ports/409114 Log: Update to 0.2.15. 0.2.15 was released in October 2015. Release notes: http://www.openblas.net/Changelog.txt This update introduces support for new CPU architectures, such as Intel's Broadwell and Skylake. In practice, this means people using those architectures can actually build the port now (OpenBLAS seems to do some CPU-detection that cannot be easily turned off and refusing to build on unrecognized CPUs). Port changes: - Reorganize a few variables in Makefile. - Refresh patches. PR: 206886 Submitted by: Adriaan de Groot (first version), Eijiro Shibusawa (maintainer) MFH: 2016Q1 Added: head/math/openblas/files/patch-driver_others_blas__server.c (contents, props changed) head/math/openblas/files/patch-driver_others_memory.c (contents, props changed) Modified: head/math/openblas/Makefile head/math/openblas/distinfo head/math/openblas/files/patch-Makefile head/math/openblas/files/patch-Makefile.rule head/math/openblas/files/patch-Makefile.system head/math/openblas/files/patch-c_check head/math/openblas/files/patch-cpuid_ia64.c head/math/openblas/files/patch-cpuid_sparc.c head/math/openblas/files/patch-exports+Makefile head/math/openblas/files/patch-f_check Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/Makefile Thu Feb 18 16:35:48 2016 (r409114) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= openblas -PORTVERSION= 0.2.14 -PORTEPOCH= 1 +PORTVERSION= 0.2.15 DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= GH NL/lapack/timing/:lapack_tmg DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ large.tgz:lapack_tmg timing.tgz:lapack_tmg +DIST_SUBDIR= openblas MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Optimized BLAS library based on GotoBLAS2 LICENSE= BSD3CLAUSE -DIST_SUBDIR= openblas USE_GITHUB= yes GH_ACCOUNT= xianyi GH_PROJECT= OpenBLAS @@ -141,9 +141,6 @@ do-build: ${MAKE_CMD} ${MAKE_ARGS} ${CP} ${WRKSRC}/libopenblasp-${OPENBLAS_SUFX}.a ${WRKDIR}/lib/libopenblasp.a ${CP} ${WRKSRC}/libopenblasp-${OPENBLAS_SUFX}.so ${WRKDIR}/lib/libopenblasp.so.${OPENBLAS_SVER} -.if !${PORT_OPTIONS:MDEBUG} - ${LOCALBASE}/bin/strip -X ${WRKDIR}/lib/*.so.${OPENBLAS_SVER} -.endif BENCHMARK_MAXTHREADS?= ${MAXTHREADS} .if ${PORT_OPTIONS:MOPENMP} @@ -159,16 +156,10 @@ benchmark: build USE_THREAD=1 ${BENCHMARK_THREADS_FLAG} ${MAKE_CMD} ${MAKE_ARGS} do-install: - cd ${WRKDIR}/lib ; \ - ${INSTALL_DATA} ${OPENBLAS_LIBS:S|$|.a|} ${OPENBLAS_LIBS:S|$|.so.${OPENBLAS_SVER}|} \ - ${STAGEDIR}${PREFIX}/lib/ - cd ${STAGEDIR}${PREFIX}/lib ; \ - for i in ${OPENBLAS_LIBS:S|$|.so|}; do \ - ${LN} -sf $$i.${OPENBLAS_SVER} $$i ; \ - done - -post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenblas.so.0 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenblasp.so.0 +.for L in ${OPENBLAS_LIBS} + ${INSTALL_DATA} ${WRKDIR}/lib/${L}.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKDIR}/lib/${L}.so.${OPENBLAS_SVER} ${STAGEDIR}${PREFIX}/lib + ${LN} -sf ${L}.so.${OPENBLAS_SVER} ${STAGEDIR}${PREFIX}/lib/${L}.so +.endfor .include Modified: head/math/openblas/distinfo ============================================================================== --- head/math/openblas/distinfo Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/distinfo Thu Feb 18 16:35:48 2016 (r409114) @@ -1,5 +1,5 @@ -SHA256 (openblas/xianyi-OpenBLAS-v0.2.14_GH0.tar.gz) = 2411c4f56f477b42dff54db2b7ffc0b7cf53bb9778d54982595c64cc69c40fc1 -SIZE (openblas/xianyi-OpenBLAS-v0.2.14_GH0.tar.gz) = 9858070 +SHA256 (openblas/xianyi-OpenBLAS-v0.2.15_GH0.tar.gz) = 73c40ace5978282224e5e122a41c8388c5a19e65a6f2329c2b7c0b61bacc9044 +SIZE (openblas/xianyi-OpenBLAS-v0.2.15_GH0.tar.gz) = 9966585 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af Modified: head/math/openblas/files/patch-Makefile ============================================================================== --- head/math/openblas/files/patch-Makefile Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/files/patch-Makefile Thu Feb 18 16:35:48 2016 (r409114) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-07-27 01:21:05.000000000 +0900 -+++ Makefile 2013-07-27 01:22:18.000000000 +0900 -@@ -228,7 +228,7 @@ +--- Makefile.orig 2015-10-27 20:44:50 UTC ++++ Makefile +@@ -238,7 +238,7 @@ ifndef NOFORTRAN -@echo "LOADOPTS = $(FFLAGS) $(EXTRALIB)" >> $(NETLIB_LAPACK_DIR)/make.inc -@echo "CC = $(CC)" >> $(NETLIB_LAPACK_DIR)/make.inc -@echo "override CFLAGS = $(LAPACK_CFLAGS)" >> $(NETLIB_LAPACK_DIR)/make.inc Modified: head/math/openblas/files/patch-Makefile.rule ============================================================================== --- head/math/openblas/files/patch-Makefile.rule Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/files/patch-Makefile.rule Thu Feb 18 16:35:48 2016 (r409114) @@ -1,6 +1,6 @@ ---- Makefile.rule.orig 2012-02-05 16:36:05.000000000 +0900 -+++ Makefile.rule 2012-02-05 16:36:23.000000000 +0900 -@@ -14,10 +14,10 @@ +--- Makefile.rule.orig 2015-10-27 20:44:50 UTC ++++ Makefile.rule +@@ -19,10 +19,10 @@ VERSION = 0.2.15 # C compiler including binary type(32bit / 64bit). Default is gcc. # Don't use Intel Compiler or PGI, it won't generate right codes as I expect. @@ -11,5 +11,5 @@ -# FC = gfortran +FC = %%FC%% - # Even you can specify cross compiler - # CC = x86_64-w64-mingw32-gcc + # Even you can specify cross compiler. Meanwhile, please set HOSTCC. + Modified: head/math/openblas/files/patch-Makefile.system ============================================================================== --- head/math/openblas/files/patch-Makefile.system Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/files/patch-Makefile.system Thu Feb 18 16:35:48 2016 (r409114) @@ -1,6 +1,6 @@ ---- Makefile.system.orig 2014-12-04 00:14:21.000000000 +0900 -+++ Makefile.system 2015-02-23 05:27:11.000000000 +0900 -@@ -199,6 +199,7 @@ +--- Makefile.system.orig 2015-10-27 20:44:50 UTC ++++ Makefile.system +@@ -218,6 +218,7 @@ MD5SUM = md5 -r endif ifeq ($(OSNAME), FreeBSD) @@ -8,7 +8,7 @@ MD5SUM = md5 -r endif -@@ -981,15 +982,6 @@ +@@ -1020,15 +1021,6 @@ ifndef LIBSUFFIX LIBSUFFIX = a endif @@ -24,7 +24,7 @@ ifndef SMP LIBNAME = $(LIBPREFIX)$(REVISION).$(LIBSUFFIX) LIBNAME_P = $(LIBPREFIX)$(REVISION)_p.$(LIBSUFFIX) -@@ -997,7 +989,6 @@ +@@ -1036,7 +1028,6 @@ else LIBNAME = $(LIBPREFIX)p$(REVISION).$(LIBSUFFIX) LIBNAME_P = $(LIBPREFIX)p$(REVISION)_p.$(LIBSUFFIX) endif @@ -32,7 +32,7 @@ LIBDLLNAME = $(LIBPREFIX).dll -@@ -1028,7 +1019,7 @@ +@@ -1067,7 +1058,7 @@ LIB_COMPONENTS = CBLAS endif export OSNAME Modified: head/math/openblas/files/patch-c_check ============================================================================== --- head/math/openblas/files/patch-c_check Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/files/patch-c_check Thu Feb 18 16:35:48 2016 (r409114) @@ -1,6 +1,6 @@ ---- c_check.orig 2014-12-03 16:14:21.000000000 +0100 -+++ c_check 2015-02-01 01:01:27.784108000 +0100 -@@ -228,7 +228,7 @@ +--- c_check.orig 2015-10-27 20:44:50 UTC ++++ c_check +@@ -235,7 +235,7 @@ open(CONFFILE, "> $config" ) || die "Ca # print $data, "\n"; print MAKEFILE "OSNAME=$os\n"; Modified: head/math/openblas/files/patch-cpuid_ia64.c ============================================================================== --- head/math/openblas/files/patch-cpuid_ia64.c Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/files/patch-cpuid_ia64.c Thu Feb 18 16:35:48 2016 (r409114) @@ -1,5 +1,5 @@ ---- cpuid_ia64.c.orig 2012-02-05 16:28:01.000000000 +0900 -+++ cpuid_ia64.c 2012-02-05 16:28:41.000000000 +0900 +--- cpuid_ia64.c.orig 2015-10-27 20:44:50 UTC ++++ cpuid_ia64.c @@ -38,7 +38,9 @@ #include Modified: head/math/openblas/files/patch-cpuid_sparc.c ============================================================================== --- head/math/openblas/files/patch-cpuid_sparc.c Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/files/patch-cpuid_sparc.c Thu Feb 18 16:35:48 2016 (r409114) @@ -1,6 +1,6 @@ ---- cpuid_sparc.c.orig 2012-02-05 16:29:26.000000000 +0900 -+++ cpuid_sparc.c 2012-02-05 16:29:45.000000000 +0900 -@@ -49,6 +49,7 @@ +--- cpuid_sparc.c.orig 2015-10-27 20:44:50 UTC ++++ cpuid_sparc.c +@@ -49,6 +49,7 @@ void get_subdirname(void){ } void get_cpuconfig(void){ Added: head/math/openblas/files/patch-driver_others_blas__server.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/openblas/files/patch-driver_others_blas__server.c Thu Feb 18 16:35:48 2016 (r409114) @@ -0,0 +1,11 @@ +--- driver/others/blas_server.c.orig 2015-10-27 20:44:50 UTC ++++ driver/others/blas_server.c +@@ -70,7 +70,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF + /*********************************************************************/ + + #include "common.h" +-#if defined(OS_LINUX) || defined(OS_NETBSD) || defined(OS_DARWIN) || defined(OS_ANDROID) ++#if defined(OS_LINUX) || defined(OS_NETBSD) || defined(OS_DARWIN) || defined(OS_ANDROID) || defined(OS_FREEBSD) + #include + #include + #include Added: head/math/openblas/files/patch-driver_others_memory.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/openblas/files/patch-driver_others_memory.c Thu Feb 18 16:35:48 2016 (r409114) @@ -0,0 +1,13 @@ +Passing a priority level to constructor/destructor only works on GCC >= 4.3.0; +improve the upstream check so that the build works with base GCC. +--- driver/others/memory.c.orig 2015-10-27 20:44:50 UTC ++++ driver/others/memory.c +@@ -142,7 +142,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF + #if defined(_MSC_VER) && !defined(__clang__) + #define CONSTRUCTOR __cdecl + #define DESTRUCTOR __cdecl +-#elif defined(OS_DARWIN) && defined(C_GCC) ++#elif defined(OS_DARWIN) || (defined(C_GCC) && ((__GNUC__ == 4) && (__GNUC_MINOR__ < 3))) + #define CONSTRUCTOR __attribute__ ((constructor)) + #define DESTRUCTOR __attribute__ ((destructor)) + #else Modified: head/math/openblas/files/patch-exports+Makefile ============================================================================== --- head/math/openblas/files/patch-exports+Makefile Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/files/patch-exports+Makefile Thu Feb 18 16:35:48 2016 (r409114) @@ -1,10 +1,10 @@ ---- exports/Makefile.orig 2012-11-27 08:24:53.000000000 +0900 -+++ exports/Makefile 2012-11-28 01:24:49.000000000 +0900 -@@ -122,6 +122,7 @@ +--- exports/Makefile.orig 2015-10-27 20:44:50 UTC ++++ exports/Makefile +@@ -140,6 +140,7 @@ endif #http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD NetBSD)) +EXTRALIB += -lgfortran so : ../$(LIBSONAME) - ../$(LIBSONAME) : ../$(LIBNAME) linux.def linktest.c + ifeq (, $(SYMBOLPREFIX)$(SYMBOLSUFFIX)) Modified: head/math/openblas/files/patch-f_check ============================================================================== --- head/math/openblas/files/patch-f_check Thu Feb 18 16:33:43 2016 (r409113) +++ head/math/openblas/files/patch-f_check Thu Feb 18 16:35:48 2016 (r409114) @@ -1,6 +1,6 @@ ---- f_check.orig 2014-08-18 12:16:14.000000000 +0900 -+++ f_check 2014-09-03 23:08:18.000000000 +0900 -@@ -259,7 +259,7 @@ +--- f_check.orig 2015-10-27 20:44:50 UTC ++++ f_check +@@ -261,7 +261,7 @@ if ($link ne "") { foreach $flags (@flags) { if ( @@ -9,7 +9,7 @@ && ($flags !~ /^-LIST:/) && ($flags !~ /^-LANG:/) ) { -@@ -290,7 +290,7 @@ +@@ -292,7 +292,7 @@ if ($link ne "") { } if ( From owner-svn-ports-head@freebsd.org Thu Feb 18 16:38:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A5AFAAB781; Thu, 18 Feb 2016 16:38:34 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B6DC1A24; Thu, 18 Feb 2016 16:38:34 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IGcXpb028201; Thu, 18 Feb 2016 16:38:33 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IGcVMD028176; Thu, 18 Feb 2016 16:38:31 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201602181638.u1IGcVMD028176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 18 Feb 2016 16:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409115 - in head/devel: p4 p4d p4ftpd p4p X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 16:38:34 -0000 Author: gordon Date: Thu Feb 18 16:38:31 2016 New Revision: 409115 URL: https://svnweb.freebsd.org/changeset/ports/409115 Log: Update p4 binary ports to 2015.1/1341249 due to micropatching. Approved by: mat (mentor, implicit) MFH: 2016Q1 Modified: head/devel/p4/Makefile head/devel/p4/distinfo.freebsd100x86 head/devel/p4/distinfo.freebsd100x86_64 head/devel/p4/distinfo.freebsd70x86 head/devel/p4/distinfo.freebsd70x86_64 head/devel/p4d/Makefile head/devel/p4d/distinfo.freebsd100x86 head/devel/p4d/distinfo.freebsd100x86_64 head/devel/p4d/distinfo.freebsd70x86 head/devel/p4d/distinfo.freebsd70x86_64 head/devel/p4ftpd/Makefile head/devel/p4ftpd/distinfo.freebsd100x86 head/devel/p4ftpd/distinfo.freebsd100x86_64 head/devel/p4ftpd/distinfo.freebsd70x86 head/devel/p4ftpd/distinfo.freebsd70x86_64 head/devel/p4p/Makefile head/devel/p4p/distinfo.freebsd100x86 head/devel/p4p/distinfo.freebsd100x86_64 head/devel/p4p/distinfo.freebsd70x86 head/devel/p4p/distinfo.freebsd70x86_64 Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4/Makefile Thu Feb 18 16:38:31 2016 (r409115) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2015.1.1314399 +PORTVERSION= 2015.1.1341249 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ @@ -13,8 +13,6 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce client -BROKEN= checksum mismatch - RESTRICTED= Restricted distribution NO_BUILD= yes Modified: head/devel/p4/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4/distinfo.freebsd100x86 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4) = 04cd983ef267e132f7729cd1eebea27f966e319459a9448782c6ea2349a17089 -SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4) = 2562708 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86/p4) = ff6e04f9770eaf93dba4dd8cc8b534ab8efcb516003d450ccb512d0085b42605 +SIZE (perforce/2015.1.1341249/bin.freebsd100x86/p4) = 2563220 Modified: head/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86_64 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4/distinfo.freebsd100x86_64 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4) = e637bd877ecc6ee9855ca354d33e1522e3573cbf7ccac337f819abf3a8c88f5c -SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4) = 2818912 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86_64/p4) = 09e19fa80598484c80c746f183ed3f91dc1b2bec829c3f0124ec835a8e79a25e +SIZE (perforce/2015.1.1341249/bin.freebsd100x86_64/p4) = 2818912 Modified: head/devel/p4/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4/distinfo.freebsd70x86 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4/distinfo.freebsd70x86 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4) = b0a021228b7d6e3a0d50e23dd28dd45464aca38a0838c11adae1656f757f2cbc -SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4) = 2638400 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86/p4) = b9f4ee0be5519563340ca41b5b85e3615b2591d30b96c46116c010be049a6ec8 +SIZE (perforce/2015.1.1341249/bin.freebsd70x86/p4) = 2638400 Modified: head/devel/p4/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4/distinfo.freebsd70x86_64 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4/distinfo.freebsd70x86_64 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4) = 36d2b34282eedaf83d44d750ea79b6c02e2d0f156e25469265a5bd8e58a9a1d4 -SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4) = 2798936 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86_64/p4) = 761045e866eebf8dd95faa4d6f6e72a19215208f5fe3c223d2ef7e53ff692750 +SIZE (perforce/2015.1.1341249/bin.freebsd70x86_64/p4) = 2798936 Modified: head/devel/p4d/Makefile ============================================================================== --- head/devel/p4d/Makefile Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4d/Makefile Thu Feb 18 16:38:31 2016 (r409115) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2015.1.1321385 +PORTVERSION= 2015.1.1341249 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4d/distinfo.freebsd100x86 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1321385/bin.freebsd100x86/p4d) = a85f521e46bcd918d4e02749bb45f31536c07baa04e5ffeb0e160f3c97d0024b -SIZE (perforce/2015.1.1321385/bin.freebsd100x86/p4d) = 5230428 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86/p4d) = b0fe845bd8f0f0c6395081ea7942ab32c94b7c9c02de0ef30e352f55b4701f7c +SIZE (perforce/2015.1.1341249/bin.freebsd100x86/p4d) = 5230444 Modified: head/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86_64 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4d/distinfo.freebsd100x86_64 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1321385/bin.freebsd100x86_64/p4d) = 141da1ed5f3a1752ca4fb9be63b9697ad84624768e1eaa775ad77b5e89abe20a -SIZE (perforce/2015.1.1321385/bin.freebsd100x86_64/p4d) = 5380032 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86_64/p4d) = 549e0cd83f726c8b28ba120c04739657536e773b9192e6b1462b88f15d0f2a60 +SIZE (perforce/2015.1.1341249/bin.freebsd100x86_64/p4d) = 5381376 Modified: head/devel/p4d/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd70x86 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4d/distinfo.freebsd70x86 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1321385/bin.freebsd70x86/p4d) = 8f199a5b09e68454860b60c37d4bd432f0622d26dcc4863a8720a9bfacb111df -SIZE (perforce/2015.1.1321385/bin.freebsd70x86/p4d) = 5592928 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86/p4d) = e74da0a7791cd10b25665fd9505385ea43b7121b346b9f90d319300f5cf6f6ba +SIZE (perforce/2015.1.1341249/bin.freebsd70x86/p4d) = 5596608 Modified: head/devel/p4d/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd70x86_64 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4d/distinfo.freebsd70x86_64 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1321385/bin.freebsd70x86_64/p4d) = d412f0b922b7700d2d2332f1026c01b1c0267d0313941305d8533b6a42ad4590 -SIZE (perforce/2015.1.1321385/bin.freebsd70x86_64/p4d) = 5770528 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86_64/p4d) = 194ee7b310613349cadf1c6512d5cd2784176f3aa4d27ccff773404ab335f5b7 +SIZE (perforce/2015.1.1341249/bin.freebsd70x86_64/p4d) = 5775072 Modified: head/devel/p4ftpd/Makefile ============================================================================== --- head/devel/p4ftpd/Makefile Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4ftpd/Makefile Thu Feb 18 16:38:31 2016 (r409115) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4ftpd -PORTVERSION= 2015.1.1314399 +PORTVERSION= 2015.1.1341249 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ @@ -13,8 +13,6 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce server -BROKEN= checksum mismatch - RESTRICTED= Restricted distribution NO_BUILD= yes Modified: head/devel/p4ftpd/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4ftpd/distinfo.freebsd100x86 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4ftpd/distinfo.freebsd100x86 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4ftpd) = d90b0e993a29dd60280a97d86fb13ed1e2f7f9e59d1563d9ac51b740a9116e4d -SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4ftpd) = 2608260 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86/p4ftpd) = 0b5b0fad62f54e5dbd150de7f47e8212d6e985f040750888980cd2b1c41ba793 +SIZE (perforce/2015.1.1341249/bin.freebsd100x86/p4ftpd) = 2608260 Modified: head/devel/p4ftpd/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4ftpd/distinfo.freebsd100x86_64 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4ftpd/distinfo.freebsd100x86_64 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4ftpd) = f449248eb9d6498757a976b84a3d0f292c5a049b5e8f8b35881258b876c33995 -SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4ftpd) = 2864960 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86_64/p4ftpd) = 0330b0737ca4737ab0ce2d84e7697896cdceae765fb8ab91af9de3d3bffb76ad +SIZE (perforce/2015.1.1341249/bin.freebsd100x86_64/p4ftpd) = 2864960 Modified: head/devel/p4ftpd/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4ftpd/distinfo.freebsd70x86 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4ftpd/distinfo.freebsd70x86 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4ftpd) = d49255f672c5f1325ac5f28e91d425b230611fb11e95c07e7e1796f65d5f2d3e -SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4ftpd) = 2682900 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86/p4ftpd) = e564944605b0ba8ff8fe1e5e41d1a8a1ecaa09757982c3035c5ef53c75cab049 +SIZE (perforce/2015.1.1341249/bin.freebsd70x86/p4ftpd) = 2682900 Modified: head/devel/p4ftpd/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4ftpd/distinfo.freebsd70x86_64 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4ftpd/distinfo.freebsd70x86_64 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4ftpd) = 8dc217e132a5d4a458bfb48ecec0d5cffbab88eb4477e7b45bbd7812e7bf481c -SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4ftpd) = 2851664 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86_64/p4ftpd) = 391b82747b67f30b7b62be9f56d5ff64ac5d97defddba35051a2236088cd5cee +SIZE (perforce/2015.1.1341249/bin.freebsd70x86_64/p4ftpd) = 2851664 Modified: head/devel/p4p/Makefile ============================================================================== --- head/devel/p4p/Makefile Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4p/Makefile Thu Feb 18 16:38:31 2016 (r409115) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4p -PORTVERSION= 2015.1.1314399 +PORTVERSION= 2015.1.1341249 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4p/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4p/distinfo.freebsd100x86 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4p/distinfo.freebsd100x86 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4p) = 9794d98f7d2deb5b5a71bd0782322356f2bbe941c926679a9b5a887b443e3d09 -SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4p) = 2366920 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86/p4p) = 9914cdd21a46abded4c66ada5d276929b7bf2a6da1551e3f570f5d6cfa8865b0 +SIZE (perforce/2015.1.1341249/bin.freebsd100x86/p4p) = 2366920 Modified: head/devel/p4p/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4p/distinfo.freebsd100x86_64 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4p/distinfo.freebsd100x86_64 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4p) = 735df6b68873f48cb0d09f6923881d43b85dde778baac7cda431446a73da0786 -SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4p) = 2630640 +SHA256 (perforce/2015.1.1341249/bin.freebsd100x86_64/p4p) = f761106f72d3f18411932db2ff4eb9265fd4ce289b2db9658701249bdce456c1 +SIZE (perforce/2015.1.1341249/bin.freebsd100x86_64/p4p) = 2630896 Modified: head/devel/p4p/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4p/distinfo.freebsd70x86 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4p/distinfo.freebsd70x86 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4p) = a891571cd4fe1b9d256e996961e822798f5bbfab1567f49eafe2a5b9615b4f80 -SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4p) = 2405728 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86/p4p) = 927801fe2c4298bea836eb50c77a23a26a4863e6bedba766c57b0a9b3371127a +SIZE (perforce/2015.1.1341249/bin.freebsd70x86/p4p) = 2405888 Modified: head/devel/p4p/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4p/distinfo.freebsd70x86_64 Thu Feb 18 16:35:48 2016 (r409114) +++ head/devel/p4p/distinfo.freebsd70x86_64 Thu Feb 18 16:38:31 2016 (r409115) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4p) = e6bb227f9d47fde41fb2f8bace628de02b25ccfdd49c461355391b7ede312453 -SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4p) = 2605656 +SHA256 (perforce/2015.1.1341249/bin.freebsd70x86_64/p4p) = 6b7bd7355b673b6277d6729f816c7cbc710480ecae974eb50ea2eba449e48635 +SIZE (perforce/2015.1.1341249/bin.freebsd70x86_64/p4p) = 2605656 From owner-svn-ports-head@freebsd.org Thu Feb 18 17:12:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3468AAC9AE; Thu, 18 Feb 2016 17:12:12 +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 74186124D; Thu, 18 Feb 2016 17:12:12 +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 u1IHCBwC041413; Thu, 18 Feb 2016 17:12:11 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IHCBvx041411; Thu, 18 Feb 2016 17:12:11 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602181712.u1IHCBvx041411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 18 Feb 2016 17:12:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409116 - in head/net/quiterss: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 17:12:12 -0000 Author: olivierd Date: Thu Feb 18 17:12:11 2016 New Revision: 409116 URL: https://svnweb.freebsd.org/changeset/ports/409116 Log: - Update to 0.18.3 - Remove unneeded patch PR: 207067 Submitted by: (maintainer) Deleted: head/net/quiterss/files/ Modified: head/net/quiterss/Makefile head/net/quiterss/distinfo Modified: head/net/quiterss/Makefile ============================================================================== --- head/net/quiterss/Makefile Thu Feb 18 16:38:31 2016 (r409115) +++ head/net/quiterss/Makefile Thu Feb 18 17:12:11 2016 (r409116) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quiterss -PORTVERSION= 0.18.2 +PORTVERSION= 0.18.3 CATEGORIES= net MASTER_SITES= http://quiterss.org/files/${PORTVERSION}/ DISTNAME= QuiteRSS-${PORTVERSION}-src Modified: head/net/quiterss/distinfo ============================================================================== --- head/net/quiterss/distinfo Thu Feb 18 16:38:31 2016 (r409115) +++ head/net/quiterss/distinfo Thu Feb 18 17:12:11 2016 (r409116) @@ -1,2 +1,2 @@ -SHA256 (QuiteRSS-0.18.2-src.tar.gz) = d335529541d2824d66c941b68a34425929402d9c95716446a55ac0ceb777d18d -SIZE (QuiteRSS-0.18.2-src.tar.gz) = 3061272 +SHA256 (QuiteRSS-0.18.3-src.tar.gz) = 8c1a61452524b8f97f005df56f19d3ed71eb1f9c03c7d167ddc99b13e9c9a96b +SIZE (QuiteRSS-0.18.3-src.tar.gz) = 3329918 From owner-svn-ports-head@freebsd.org Thu Feb 18 17:14:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 394C1AACAB8; Thu, 18 Feb 2016 17:14:37 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CEE413AE; Thu, 18 Feb 2016 17:14:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IHEaKk041595; Thu, 18 Feb 2016 17:14:36 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IHEa1j041594; Thu, 18 Feb 2016 17:14:36 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602181714.u1IHEa1j041594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 18 Feb 2016 17:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409117 - head/devel/buildbot-slave X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 17:14:37 -0000 Author: koobs Date: Thu Feb 18 17:14:35 2016 New Revision: 409117 URL: https://svnweb.freebsd.org/changeset/ports/409117 Log: devel/buildbot-slave: Modernize (Ports compliance) - Switch to new method of depending on Twisted, USES=twisted is DEPRECATED. - Update and add TEST_DEPENDS, update test target - Remove TESTS option - Correctly limit Python version to -2.7 - Enable architecture independence (NO_ARCH) MFH: 2016Q1 Modified: head/devel/buildbot-slave/Makefile Modified: head/devel/buildbot-slave/Makefile ============================================================================== --- head/devel/buildbot-slave/Makefile Thu Feb 18 17:12:11 2016 (r409116) +++ head/devel/buildbot-slave/Makefile Thu Feb 18 17:14:35 2016 (r409117) @@ -3,6 +3,7 @@ PORTNAME= buildbot-slave PORTVERSION= 0.8.12 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -12,26 +13,21 @@ COMMENT= Continuous Integration Framewor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -TEST_DEPENDS:= ${RUN_DEPENDS} \ - trial:${PORTSDIR}/devel/py-twistedCore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=8.0.0:${PORTSDIR}/devel/py-twisted +TEST_DEPENDS= trial:${PORTSDIR}/devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock -OPTIONS_DEFINE= TESTS - -TESTS_DESC= Install test suite requirements -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} - -USES= python twisted:run,runner +USES= python:-2.7 USE_PYTHON= autoplist distutils -.include +NO_ARCH= yes PLIST_FILES= man/man1/buildslave.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/docs/buildslave.1 ${STAGEDIR}${MANPREFIX}/man/man1 -regression-test: extract +do-test: @cd ${WRKSRC} && trial buildslave.test .include From owner-svn-ports-head@freebsd.org Thu Feb 18 17:31:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21A03AAD44D; Thu, 18 Feb 2016 17:31:59 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D995E990; Thu, 18 Feb 2016 17:31:58 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IHVvfE048187; Thu, 18 Feb 2016 17:31:57 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IHVvNE048185; Thu, 18 Feb 2016 17:31:57 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602181731.u1IHVvNE048185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 18 Feb 2016 17:31:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409121 - in head/devel/buildbot-slave: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 17:31:59 -0000 Author: koobs Date: Thu Feb 18 17:31:57 2016 New Revision: 409121 URL: https://svnweb.freebsd.org/changeset/ports/409121 Log: devel/buildbot-slave: Add startup script with profile support Kill a 5+ year old Bugzilla issue [1] by adding a startup script support multiple "profiles" to buildbot-slave. This will save me many 10's of minutes restarting ~15 buildbot builders over 3 VM's manually every time the power goes out, or the Windows host hosting them needs to be restarted :| PR: 152847 [1] Requested by: wollman Added: head/devel/buildbot-slave/files/buildslave.in (contents, props changed) Modified: head/devel/buildbot-slave/Makefile Modified: head/devel/buildbot-slave/Makefile ============================================================================== --- head/devel/buildbot-slave/Makefile Thu Feb 18 17:22:10 2016 (r409120) +++ head/devel/buildbot-slave/Makefile Thu Feb 18 17:31:57 2016 (r409121) @@ -3,7 +3,7 @@ PORTNAME= buildbot-slave PORTVERSION= 0.8.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -19,6 +19,9 @@ TEST_DEPENDS= trial:${PORTSDIR}/devel/py USES= python:-2.7 USE_PYTHON= autoplist distutils +USE_RC_SUBR= buildslave + +SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes Added: head/devel/buildbot-slave/files/buildslave.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-slave/files/buildslave.in Thu Feb 18 17:31:57 2016 (r409121) @@ -0,0 +1,119 @@ +#!/bin/sh + +# $FreeBSD$ +# PROVIDE: buildslave +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to run buildslave: +# +# buildslave_enable (bool): Set to "YES" to enable buildslave. +# Default: "NO" +# +# buildslave_flags (flags): Set extra command flags here. See buildslave(8) +# Default: Empty (""). +# +# buildslave_uid (user): User to run buildslave as. +# Default: "buildbot" +# +# buildslave_gid (group): Group to run buildslave as. +# Default: "buildbot" +# +# buildslave_basedir (path): Location for buildslave base directory +# Default: %%PREFIX%%/etc/buildslave +# +# buildslave_profiles (str): Define profiles names. Space-delimited. +# Default: Empty ("") +# +# This rc.d script supports multiple "profiles". When profiles are +# specified, the non-profile specific parameters become defaults. +# +# Example: +# +# buildslave_profiles="foo bar" +# +# buildslave_foo_enable="YES" +# buildslave_foo_basedir="/usr/home/foo/buildbot" +# buildslave_foo_uid="foo" +# buildslave_foo_gid="foo" +# +# buildslave_bar_enable="YES" +# buildslave_bar_basedir="/usr/home/buildbot/" + +. /etc/rc.subr + +name=buildslave +desc="Buildbot Buildslave" +rcvar=buildslave_enable + +load_rc_config ${name} + +# These are just the defaults, they might get overriden for a specific profile. +eval ": \${${name}_enable:=\"NO\"}" +eval ": \${${name}_flags:=\"\"}" +eval ": \${${name}_uid:=\"buildbot\"}" +eval ": \${${name}_gid:=\"buildbot\"}" +eval ": \${${name}_basedir:=\"%%PREFIX%%/etc/${name}\"}" + +command="%%PREFIX%%/bin/twistd" +command_interpreter="%%PYTHON_CMD%%" +pidfile="${buildslave_basedir}/twistd.pid" + + # A specific profile is specified in the command + if [ -n "$2" ]; then + profile="$2" + # Override defaults with profile-specific values + if [ -n "${buildslave_profiles}" ]; then + eval buildslave_enable="\${buildslave_${profile}_enable:-${buildslave_enable}}" + eval buildslave_flags="\${buildslave_${profile}_flags:-${buildslave_flags}}" + eval buildslave_uid="\${buildslave_${profile}_uid:-${buildslave_uid}}" + eval buildslave_gid="\${buildslave_${profile}_gid:-${buildslave_gid}}" + eval buildslave_basedir="\${buildslave_${profile}_basedir:-${buildslave_basedir}}" + eval pidfile="\${buildslave_${profile}_basedir:-${buildslave_basedir}}/twistd.pid" + else + echo "%%PREFIX%%/etc/rc.d/${name}: extra argument ignored" + fi + # A specific profile is not in the command + else + # Check if any profiles are defined + if [ -n "$1" -a -n "${buildslave_profiles}" ]; then + # Loop through them + for profile in ${buildslave_profiles}; do + eval _enable="\${buildslave_${profile}_enable}" + case "${_enable:-${buildslave_enable}}" in + [Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0) + continue + ;; + [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) + ;; + *) + if test -z "$_enable"; then + _var=buildslave_enable + else + _var=buildslave_"${profile}"_enable + fi + warn "Bad value" \ + "'${_enable:-${buildslave_enable}}'" \ + "for ${_var}. " \ + "Profile ${profile} skipped." + continue + ;; + esac + echo "===> ${name} profile: ${profile}" + if %%PREFIX%%/etc/rc.d/${name} $1 ${profile}; then + success="${profile} ${success:-}" + else + failed="${profile} (${retcode}) ${failed:-}" + fi + done + # Exit so that non-profile rc.d is not started when there are profiles + exit 0 + fi + fi + +# run_rc_command would send ${name}_flags as parameters to $command (daemon) +# This ensures they are actually passed to fcgiwrap instead. +actual_buildslave_flags="${buildslave_flags}" +buildslave_flags="" +command_args="--uid=${buildslave_uid} --gid=${buildslave_gid} --pidfile=${pidfile} --python=${buildslave_basedir}/buildbot.tac ${actual_buildslave_flags}" +run_rc_command "$1" From owner-svn-ports-head@freebsd.org Thu Feb 18 18:21:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAEEBAACD4F; Thu, 18 Feb 2016 18:21:24 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABF40D65; Thu, 18 Feb 2016 18:21:24 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IILNtj060799; Thu, 18 Feb 2016 18:21:23 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IILNVw060797; Thu, 18 Feb 2016 18:21:23 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602181821.u1IILNVw060797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 18 Feb 2016 18:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409122 - in head/devel/buildbot-slave: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 18:21:25 -0000 Author: koobs Date: Thu Feb 18 18:21:23 2016 New Revision: 409122 URL: https://svnweb.freebsd.org/changeset/ports/409122 Log: devel/buildbot-slave: Add LOCALBASE/bin to rc.d PATH buildbot builders often need to run additional comments during their build steps, such as VCS commands (hg, git et al), fetching things with curl(8) among others. The PATH available at boot-time only includes /usr/bin:/usr/sbin, so we need to add LOCALBASE/bin to the startup script PATH to make other commands available. Modified: head/devel/buildbot-slave/Makefile head/devel/buildbot-slave/files/buildslave.in Modified: head/devel/buildbot-slave/Makefile ============================================================================== --- head/devel/buildbot-slave/Makefile Thu Feb 18 17:31:57 2016 (r409121) +++ head/devel/buildbot-slave/Makefile Thu Feb 18 18:21:23 2016 (r409122) @@ -3,7 +3,7 @@ PORTNAME= buildbot-slave PORTVERSION= 0.8.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP Modified: head/devel/buildbot-slave/files/buildslave.in ============================================================================== --- head/devel/buildbot-slave/files/buildslave.in Thu Feb 18 17:31:57 2016 (r409121) +++ head/devel/buildbot-slave/files/buildslave.in Thu Feb 18 18:21:23 2016 (r409122) @@ -42,6 +42,8 @@ . /etc/rc.subr +export PATH=${PATH}:%%LOCALBASE%%/bin + name=buildslave desc="Buildbot Buildslave" rcvar=buildslave_enable From owner-svn-ports-head@freebsd.org Thu Feb 18 18:52:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65207AADA45; Thu, 18 Feb 2016 18:52:59 +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 33078817; Thu, 18 Feb 2016 18:52:59 +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 u1IIqw0k071772; Thu, 18 Feb 2016 18:52:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IIqwQC071771; Thu, 18 Feb 2016 18:52:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201602181852.u1IIqwQC071771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 18 Feb 2016 18:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409124 - head/audio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 18:52:59 -0000 Author: antoine Date: Thu Feb 18 18:52:57 2016 New Revision: 409124 URL: https://svnweb.freebsd.org/changeset/ports/409124 Log: Hook dream to the build Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Feb 18 18:43:25 2016 (r409123) +++ head/audio/Makefile Thu Feb 18 18:52:57 2016 (r409124) @@ -104,6 +104,7 @@ SUBDIR += denemo SUBDIR += dir2ogg SUBDIR += discid + SUBDIR += dream SUBDIR += drumpiler SUBDIR += dssi SUBDIR += dtmfdial From owner-svn-ports-head@freebsd.org Thu Feb 18 19:12:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 025DCAAC190; Thu, 18 Feb 2016 19:12:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B40A010AE; Thu, 18 Feb 2016 19:12:03 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IJC2VQ075790; Thu, 18 Feb 2016 19:12:02 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IJC2Th075787; Thu, 18 Feb 2016 19:12:02 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602181912.u1IJC2Th075787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 18 Feb 2016 19:12:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409125 - in head/devel/d-feet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 19:12:04 -0000 Author: kwm Date: Thu Feb 18 19:12:02 2016 New Revision: 409125 URL: https://svnweb.freebsd.org/changeset/ports/409125 Log: Update d-feet to 0.3.10. This update unbreaks the port. PR: 206806 Approved by: maintainer timeout (18 days) Added: head/devel/d-feet/pkg-plist (contents, props changed) Deleted: head/devel/d-feet/files/ Modified: head/devel/d-feet/Makefile head/devel/d-feet/distinfo Modified: head/devel/d-feet/Makefile ============================================================================== --- head/devel/d-feet/Makefile Thu Feb 18 18:52:57 2016 (r409124) +++ head/devel/d-feet/Makefile Thu Feb 18 19:12:02 2016 (r409125) @@ -2,19 +2,24 @@ # $FreeBSD$ PORTNAME= d-feet -PORTVERSION= 0.1.12 -PORTREVISION= 1 +PORTVERSION= 0.3.10 CATEGORIES= devel -MASTER_SITES= GNOME/sources/d-feet/0.1 +MASTER_SITES= GNOME MAINTAINER= thinker@codemud.net -COMMENT= D-Feet is a D-Bus debugger written in PyGtk+ by John (J5) Palmieri +COMMENT= D-Feet is a D-Bus debugger python introspection by John (J5) Palmieri -RUN_DEPENDS= \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -USES= python -USE_PYTHON= distutils autoplist +USES= gettext gmake gnome perl5 pkgconfig python tar:xz +USE_GNOME= gtk30 intlhack introspection:build libxml2:build libwnck3 +GNU_CONFIGURE= yes +USE_PERL5= build +INSTALLS_ICONS= yes + +GLIB_SCHEMAS= org.gnome.d-feet.gschema.xml + +# testsuite needs bin/pep8 +CONFIGURE_ARGS+=--disable-tests .include Modified: head/devel/d-feet/distinfo ============================================================================== --- head/devel/d-feet/distinfo Thu Feb 18 18:52:57 2016 (r409124) +++ head/devel/d-feet/distinfo Thu Feb 18 19:12:02 2016 (r409125) @@ -1,2 +1,2 @@ -SHA256 (d-feet-0.1.12.tar.gz) = 5bc22e952ee164d5a82be466be48375718d2df2e2e817204a8ab3e0325f1e688 -SIZE (d-feet-0.1.12.tar.gz) = 38791 +SHA256 (d-feet-0.3.10.tar.xz) = 88f0df5fcb862387ff3d1793873c5eb368c3e4db0bbd82ea65f748cbf70a6359 +SIZE (d-feet-0.3.10.tar.xz) = 179500 Added: head/devel/d-feet/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/d-feet/pkg-plist Thu Feb 18 19:12:02 2016 (r409125) @@ -0,0 +1,85 @@ +bin/d-feet +%%PYTHON_SITELIBDIR%%/dfeet/__init__.py +%%PYTHON_SITELIBDIR%%/dfeet/__init__.pyc +%%PYTHON_SITELIBDIR%%/dfeet/__init__.pyo +%%PYTHON_SITELIBDIR%%/dfeet/addconnectiondialog.py +%%PYTHON_SITELIBDIR%%/dfeet/addconnectiondialog.pyc +%%PYTHON_SITELIBDIR%%/dfeet/addconnectiondialog.pyo +%%PYTHON_SITELIBDIR%%/dfeet/application.py +%%PYTHON_SITELIBDIR%%/dfeet/application.pyc +%%PYTHON_SITELIBDIR%%/dfeet/application.pyo +%%PYTHON_SITELIBDIR%%/dfeet/bus_watch.py +%%PYTHON_SITELIBDIR%%/dfeet/bus_watch.pyc +%%PYTHON_SITELIBDIR%%/dfeet/bus_watch.pyo +%%PYTHON_SITELIBDIR%%/dfeet/dbus_utils.py +%%PYTHON_SITELIBDIR%%/dfeet/dbus_utils.pyc +%%PYTHON_SITELIBDIR%%/dfeet/dbus_utils.pyo +%%PYTHON_SITELIBDIR%%/dfeet/executemethoddialog.py +%%PYTHON_SITELIBDIR%%/dfeet/executemethoddialog.pyc +%%PYTHON_SITELIBDIR%%/dfeet/executemethoddialog.pyo +%%PYTHON_SITELIBDIR%%/dfeet/introspection.py +%%PYTHON_SITELIBDIR%%/dfeet/introspection.pyc +%%PYTHON_SITELIBDIR%%/dfeet/introspection.pyo +%%PYTHON_SITELIBDIR%%/dfeet/introspection_helper.py +%%PYTHON_SITELIBDIR%%/dfeet/introspection_helper.pyc +%%PYTHON_SITELIBDIR%%/dfeet/introspection_helper.pyo +%%PYTHON_SITELIBDIR%%/dfeet/settings.py +%%PYTHON_SITELIBDIR%%/dfeet/settings.pyc +%%PYTHON_SITELIBDIR%%/dfeet/settings.pyo +%%PYTHON_SITELIBDIR%%/dfeet/uiloader.py +%%PYTHON_SITELIBDIR%%/dfeet/uiloader.pyc +%%PYTHON_SITELIBDIR%%/dfeet/uiloader.pyo +%%PYTHON_SITELIBDIR%%/dfeet/window.py +%%PYTHON_SITELIBDIR%%/dfeet/window.pyc +%%PYTHON_SITELIBDIR%%/dfeet/window.pyo +%%PYTHON_SITELIBDIR%%/dfeet/wnck_utils.py +%%PYTHON_SITELIBDIR%%/dfeet/wnck_utils.pyc +%%PYTHON_SITELIBDIR%%/dfeet/wnck_utils.pyo +share/appdata/d-feet.appdata.xml +share/applications/d-feet.desktop +%%DATADIR%%/ui/addconnectiondialog.ui +%%DATADIR%%/ui/app-menu.ui +%%DATADIR%%/ui/bus.ui +%%DATADIR%%/ui/executedialog.ui +%%DATADIR%%/ui/introspection.ui +%%DATADIR%%/ui/mainwindow.ui +share/help/C/d-feet/basics.page +share/help/C/d-feet/figures/icon.png +share/help/C/d-feet/index.page +share/icons/HighContrast/scalable/apps/d-feet.svg +share/icons/hicolor/16x16/apps/d-feet.png +share/icons/hicolor/16x16/apps/dfeet-icon-default-service.png +share/icons/hicolor/16x16/apps/dfeet-method-category.png +share/icons/hicolor/16x16/apps/dfeet-method.png +share/icons/hicolor/16x16/apps/dfeet-object.png +share/icons/hicolor/16x16/apps/dfeet-property-category.png +share/icons/hicolor/16x16/apps/dfeet-property.png +share/icons/hicolor/16x16/apps/dfeet-signal-category.png +share/icons/hicolor/16x16/apps/dfeet-signal.png +share/icons/hicolor/24x24/apps/d-feet.png +share/icons/hicolor/256x256/apps/d-feet.png +share/icons/hicolor/32x32/apps/d-feet.png +share/icons/hicolor/48x48/apps/d-feet.png +share/icons/hicolor/scalable/apps/d-feet.svg +share/locale/bs/LC_MESSAGES/d-feet.mo +share/locale/cs/LC_MESSAGES/d-feet.mo +share/locale/da/LC_MESSAGES/d-feet.mo +share/locale/de/LC_MESSAGES/d-feet.mo +share/locale/el/LC_MESSAGES/d-feet.mo +share/locale/es/LC_MESSAGES/d-feet.mo +share/locale/fi/LC_MESSAGES/d-feet.mo +share/locale/fr/LC_MESSAGES/d-feet.mo +share/locale/gl/LC_MESSAGES/d-feet.mo +share/locale/hu/LC_MESSAGES/d-feet.mo +share/locale/id/LC_MESSAGES/d-feet.mo +share/locale/lv/LC_MESSAGES/d-feet.mo +share/locale/pl/LC_MESSAGES/d-feet.mo +share/locale/pt/LC_MESSAGES/d-feet.mo +share/locale/pt_BR/LC_MESSAGES/d-feet.mo +share/locale/ru/LC_MESSAGES/d-feet.mo +share/locale/sl/LC_MESSAGES/d-feet.mo +share/locale/sr/LC_MESSAGES/d-feet.mo +share/locale/sr@latin/LC_MESSAGES/d-feet.mo +share/locale/sv/LC_MESSAGES/d-feet.mo +share/locale/tr/LC_MESSAGES/d-feet.mo +share/locale/zh_CN/LC_MESSAGES/d-feet.mo From owner-svn-ports-head@freebsd.org Thu Feb 18 20:15:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C78BFAADEDD; Thu, 18 Feb 2016 20:15:53 +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 94FEC17A3; Thu, 18 Feb 2016 20:15:53 +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 u1IKFqFc094931; Thu, 18 Feb 2016 20:15:52 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IKFqel094930; Thu, 18 Feb 2016 20:15:52 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602182015.u1IKFqel094930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 18 Feb 2016 20:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409126 - head/net/samba36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 20:15:53 -0000 Author: feld Date: Thu Feb 18 20:15:52 2016 New Revision: 409126 URL: https://svnweb.freebsd.org/changeset/ports/409126 Log: net/samba36: Mark DEPRECATED This Samba port was not yet marked deprecated. It has been EoL since 2015-03-04 Modified: head/net/samba36/Makefile Modified: head/net/samba36/Makefile ============================================================================== --- head/net/samba36/Makefile Thu Feb 18 19:12:02 2016 (r409125) +++ head/net/samba36/Makefile Thu Feb 18 20:15:52 2016 (r409126) @@ -14,6 +14,10 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${DISTNAME}/COPYING CONFLICTS?= *samba3[2-5]-3.* + +DEPRECATED= not supported by the upstream +EXPIRATION_DATE= 2016-03-01 + # Additional patches from Sernet.de PATCH_STRIP= -p1 EXTRA_PATCHES= ${PATCHDIR}/sernet.patch From owner-svn-ports-head@freebsd.org Thu Feb 18 20:18:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE93BAAC048; Thu, 18 Feb 2016 20:18:14 +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 BC9BD1AA4; Thu, 18 Feb 2016 20:18:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IKIDV7095105; Thu, 18 Feb 2016 20:18:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IKIDPe095104; Thu, 18 Feb 2016 20:18:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602182018.u1IKIDPe095104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 18 Feb 2016 20:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409127 - head/net/samba36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 20:18:15 -0000 Author: feld Date: Thu Feb 18 20:18:13 2016 New Revision: 409127 URL: https://svnweb.freebsd.org/changeset/ports/409127 Log: net/samba36: Extend expiration date I intended this to align with the next quarterly release. Modified: head/net/samba36/Makefile Modified: head/net/samba36/Makefile ============================================================================== --- head/net/samba36/Makefile Thu Feb 18 20:15:52 2016 (r409126) +++ head/net/samba36/Makefile Thu Feb 18 20:18:13 2016 (r409127) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKDIR}/${DISTNAME}/COP CONFLICTS?= *samba3[2-5]-3.* DEPRECATED= not supported by the upstream -EXPIRATION_DATE= 2016-03-01 +EXPIRATION_DATE= 2016-04-01 # Additional patches from Sernet.de PATCH_STRIP= -p1 From owner-svn-ports-head@freebsd.org Thu Feb 18 20:36:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80567AACAC9; Thu, 18 Feb 2016 20:36:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B6CC9DE; Thu, 18 Feb 2016 20:36:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IKaecW001002; Thu, 18 Feb 2016 20:36:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IKae9j000999; Thu, 18 Feb 2016 20:36:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602182036.u1IKae9j000999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Feb 2016 20:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409128 - head/graphics/qgis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 20:36:41 -0000 Author: amdmi3 Date: Thu Feb 18 20:36:39 2016 New Revision: 409128 URL: https://svnweb.freebsd.org/changeset/ports/409128 Log: - Update to 2.12.3 PR: 206412 Submitted by: rhurlin@gwdg.de (maintainer) Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Thu Feb 18 20:18:13 2016 (r409127) +++ head/graphics/qgis/Makefile Thu Feb 18 20:36:39 2016 (r409128) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qgis -PORTVERSION= 2.12.2 -PORTREVISION= 1 +PORTVERSION= 2.12.3 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -24,24 +23,24 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/grap USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} -GH_TAGNAME= B403532 +GH_TAGNAME= 99ac688 -USES= cpe bison cmake execinfo fortran gmake sqlite python +USES= cpe bison cmake execinfo fortran gmake python sqlite USE_QT4= gui svg xml network sql designer testlib linguist_build \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes -OPTIONS_DEFINE= POSTGIS PYTHON GRASS SERVER +OPTIONS_DEFINE= PYTHON POSTGIS GRASS SERVER OPTIONS_GROUP= DEVELOPER OPTIONS_GROUP_DEVELOPER= CUSTOMWIDGETS ASTYLE DEBUG -OPTIONS_DEFAULT= POSTGIS PYTHON +OPTIONS_DEFAULT= PYTHON POSTGIS OPTIONS_SUB= yes NO_OPTIONS_SORT= yes ASTYLE_DESC= Enable AStyle for QGis CUSTOMWIDGETS_DESC= Enable QT4/QGis Custom Widgets DEBUG_DESC= Write Debugging Output to Console -SERVER_DESC= Enable QGIS server +SERVER_DESC= Enable QGIS server CMAKE_ARGS+= -DWITH_ORACLE:BOOL=FALSE @@ -69,10 +68,6 @@ POSTGIS_LIB_DEPENDS= liblwgeom.so:${PORT POSTGIS_CMAKE_ON= -DWITH_POSTGRESQL:BOOL=TRUE POSTGIS_CMAKE_OFF= -DWITH_POSTGRESQL:BOOL=FALSE -SERVER_LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi -SERVER_CMAKE_ON= -DWITH_SERVER:BOOL=TRUE -SERVER_CMAKE_OFF= -DWITH_SERVER:BOOL=FALSE - PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.8.5:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5:${PORTSDIR}/net/py-qt4-network \ @@ -98,6 +93,10 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF PYTHON_CMAKE_ON= -DWITH_BINDINGS:BOOL=TRUE PYTHON_CMAKE_OFF= -DWITH_BINDINGS:BOOL=FALSE +SERVER_LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi +SERVER_CMAKE_ON= -DWITH_SERVER:BOOL=TRUE +SERVER_CMAKE_OFF= -DWITH_SERVER:BOOL=FALSE + .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000033 @@ -112,5 +111,19 @@ CXXFLAGS+= -I${LOCALBASE}/include/flex pre-patch: @${REINPLACE_CMD} -e 's|tr( "QGIS code revision" ) + QString( "%1" ).arg( QGis::QGIS_DEV_VERSION )|tr( "QGIS code revision" ) + "" + tr( "${GH_TAGNAME}" ) + ""|g' \ ${WRKSRC}/src/app/qgisapp.cpp +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000033 +# [Ugly workaround!] Because of GitHub #76aa035 from 2015-05-23 +# 'Hide shared library symbols by default on GCC and Clang', +# some layer properties are not visible on FreeBSD > 9.x + @${REINPLACE_CMD} -e 's|SET(CMAKE_CXX_FLAGS "$${CMAKE_CXX_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")|#SET(CMAKE_CXX_FLAGS "$${CMAKE_CXX_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")|g' \ + ${WRKSRC}/src/analysis/CMakeLists.txt \ + ${WRKSRC}/src/app/CMakeLists.txt \ + ${WRKSRC}/src/core/CMakeLists.txt \ + ${WRKSRC}/src/customwidgets/CMakeLists.txt \ + ${WRKSRC}/src/gui/CMakeLists.txt \ + ${WRKSRC}/src/plugins/CMakeLists.txt \ + ${WRKSRC}/src/python/CMakeLists.txt \ + ${WRKSRC}/src/server/CMakeLists.txt +.endif .include Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Thu Feb 18 20:18:13 2016 (r409127) +++ head/graphics/qgis/distinfo Thu Feb 18 20:36:39 2016 (r409128) @@ -1,2 +1,2 @@ -SHA256 (qgis-QGIS-2.12.2-B403532_GH0.tar.gz) = 47b3c1d67af3a02c6c387036c032245e044d5bd65fd2c8c4da2bcc45ff86ccfd -SIZE (qgis-QGIS-2.12.2-B403532_GH0.tar.gz) = 80837408 +SHA256 (qgis-QGIS-2.12.3-99ac688_GH0.tar.gz) = 550fc21c7a8c4b7a5f1997fdfcc338916a880050a94eee792218c61a12a7fd9e +SIZE (qgis-QGIS-2.12.3-99ac688_GH0.tar.gz) = 80834484 Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Thu Feb 18 20:18:13 2016 (r409127) +++ head/graphics/qgis/pkg-plist Thu Feb 18 20:36:39 2016 (r409128) @@ -631,22 +631,22 @@ include/qgis/ui_qgsprojectionselectorbas include/qgis/ui_qgsquerybuilderbase.h include/qgis/ui_qgssublayersdialogbase.h lib/libqgis_analysis.so -lib/libqgis_analysis.so.2.12.2 +lib/libqgis_analysis.so.2.12.3 lib/libqgis_app.so -lib/libqgis_app.so.2.12.2 +lib/libqgis_app.so.2.12.3 lib/libqgis_core.so -lib/libqgis_core.so.2.12.2 +lib/libqgis_core.so.2.12.3 lib/libqgis_gui.so -lib/libqgis_gui.so.2.12.2 +lib/libqgis_gui.so.2.12.3 lib/libqgis_networkanalysis.so -lib/libqgis_networkanalysis.so.2.12.2 +lib/libqgis_networkanalysis.so.2.12.3 %%SERVER%%lib/libqgis_server.so -%%SERVER%%lib/libqgis_server.so.2.12.2 +%%SERVER%%lib/libqgis_server.so.2.12.3 %%GRASS%%lib/libqgisgrass6.so -%%GRASS%%lib/libqgisgrass6.so.2.12.2 +%%GRASS%%lib/libqgisgrass6.so.2.12.3 %%PYTHON%%lib/libqgispython.so -%%PYTHON%%lib/libqgispython.so.2.12.2 -%%CUSTOMWIDGETS%%%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qgis_customwidgets.py +%%PYTHON%%lib/libqgispython.so.2.12.3 +%%PYTHON%%%%CUSTOMWIDGETS%%%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qgis_customwidgets.py lib/qgis/crssync %%GRASS%%lib/qgis/grass/bin/qgis.g.browser6 %%GRASS%%lib/qgis/grass/modules/qgis.d.rast6 @@ -691,7 +691,7 @@ lib/qgis/plugins/libwmsprovider.so lib/qgis/plugins/libzonalstatisticsplugin.so lib/qgis/qgis_help %%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so -%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.12.2 +%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.12.3 man/man1/qbrowser.1.gz man/man1/qgis.1.gz %%DATADIR%%/FindQGIS.cmake From owner-svn-ports-head@freebsd.org Thu Feb 18 21:13:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDAB0AADCE1; Thu, 18 Feb 2016 21:13:16 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4A671EA9; Thu, 18 Feb 2016 21:13:16 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ILDFL2012734; Thu, 18 Feb 2016 21:13:15 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ILDFJv012731; Thu, 18 Feb 2016 21:13:15 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602182113.u1ILDFJv012731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 18 Feb 2016 21:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409129 - head/x11-fonts/cantarell-fonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 21:13:17 -0000 Author: kwm Date: Thu Feb 18 21:13:15 2016 New Revision: 409129 URL: https://svnweb.freebsd.org/changeset/ports/409129 Log: Update cantarell-fonts to 0.0.22. Assign to gnome@ Use new gnome framework. Modified: head/x11-fonts/cantarell-fonts/Makefile head/x11-fonts/cantarell-fonts/distinfo head/x11-fonts/cantarell-fonts/pkg-plist Modified: head/x11-fonts/cantarell-fonts/Makefile ============================================================================== --- head/x11-fonts/cantarell-fonts/Makefile Thu Feb 18 20:36:39 2016 (r409128) +++ head/x11-fonts/cantarell-fonts/Makefile Thu Feb 18 21:13:15 2016 (r409129) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= cantarell-fonts -PORTVERSION= 0.0.21 +PORTVERSION= 0.0.22 CATEGORIES= x11-fonts gnome MASTER_SITES= GNOME -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Cantarell, a Humanist sans-serif font family LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USES= fonts gmake pkgconfig tar:xz +USES= fonts gmake gnome pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.avail FONTSDIR= share/fonts/cantarell Modified: head/x11-fonts/cantarell-fonts/distinfo ============================================================================== --- head/x11-fonts/cantarell-fonts/distinfo Thu Feb 18 20:36:39 2016 (r409128) +++ head/x11-fonts/cantarell-fonts/distinfo Thu Feb 18 21:13:15 2016 (r409129) @@ -1,2 +1,2 @@ -SHA256 (cantarell-fonts-0.0.21.tar.xz) = 2d3e925574648f0902c61975f84acac445ee9cda826280644bdf772960b46e85 -SIZE (cantarell-fonts-0.0.21.tar.xz) = 359408 +SHA256 (cantarell-fonts-0.0.22.tar.xz) = 6dacb87e5a4e20837741aca07a202c0872065c4df8735a6f016b516a09b41e82 +SIZE (cantarell-fonts-0.0.22.tar.xz) = 360352 Modified: head/x11-fonts/cantarell-fonts/pkg-plist ============================================================================== --- head/x11-fonts/cantarell-fonts/pkg-plist Thu Feb 18 20:36:39 2016 (r409128) +++ head/x11-fonts/cantarell-fonts/pkg-plist Thu Feb 18 21:13:15 2016 (r409129) @@ -1,5 +1,5 @@ etc/fonts/conf.avail/31-cantarell.conf -%%FONTSDIR%%/Cantarell-Bold-Oblique.otf +%%FONTSDIR%%/Cantarell-BoldOblique.otf %%FONTSDIR%%/Cantarell-Bold.otf %%FONTSDIR%%/Cantarell-Oblique.otf %%FONTSDIR%%/Cantarell-Regular.otf From owner-svn-ports-head@freebsd.org Thu Feb 18 21:14:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A31E7AADDEE; Thu, 18 Feb 2016 21:14:12 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70B67BE; Thu, 18 Feb 2016 21:14:12 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ILEBVR012875; Thu, 18 Feb 2016 21:14:11 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ILEBRZ012872; Thu, 18 Feb 2016 21:14:11 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602182114.u1ILEBRZ012872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 18 Feb 2016 21:14:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409130 - head/graphics/ImageMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 21:14:12 -0000 Author: kwm Date: Thu Feb 18 21:14:11 2016 New Revision: 409130 URL: https://svnweb.freebsd.org/changeset/ports/409130 Log: Update ImageMagick to 6.9.3.4. Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Thu Feb 18 21:13:15 2016 (r409129) +++ head/graphics/ImageMagick/Makefile Thu Feb 18 21:14:11 2016 (r409130) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.3-3 +DISTVERSION= 6.9.3-4 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Thu Feb 18 21:13:15 2016 (r409129) +++ head/graphics/ImageMagick/distinfo Thu Feb 18 21:14:11 2016 (r409130) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.3-3.tar.xz) = d127f76c674f1454adf0444ecec96f344c3dca522cc3320f0ef88d8060123048 -SIZE (ImageMagick-6.9.3-3.tar.xz) = 8769204 +SHA256 (ImageMagick-6.9.3-4.tar.xz) = 0d4266940d27afb617fc8b3481ffdf63dd02ca13806d581ac5cb28638725c275 +SIZE (ImageMagick-6.9.3-4.tar.xz) = 8769336 From owner-svn-ports-head@freebsd.org Thu Feb 18 21:23:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3DC3AAC239; Thu, 18 Feb 2016 21:23:59 +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 B52408E7; Thu, 18 Feb 2016 21:23: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 u1ILNwZ6015790; Thu, 18 Feb 2016 21:23:58 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ILNwft015788; Thu, 18 Feb 2016 21:23:58 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602182123.u1ILNwft015788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 18 Feb 2016 21:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409131 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 21:24:00 -0000 Author: rene Date: Thu Feb 18 21:23:58 2016 New Revision: 409131 URL: https://svnweb.freebsd.org/changeset/ports/409131 Log: Document new vulnerability in www/chromium < 48.0.2564.116 Obtained from: http://googlechromereleases.blogspot.nl/2016/02/stable-channel-update_18.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 18 21:14:11 2016 (r409130) +++ head/security/vuxml/vuln.xml Thu Feb 18 21:23:58 2016 (r409131) @@ -57,6 +57,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- same origin bypass + + + chromium + chromium-npapi + chromium-pulse + 48.0.2564.116 + + + + +

    Google Chrome Releases reports:

    +
    +

    [583431] Critical CVE-2016-1629: Same-origin bypass in Blink + and Sandbox escape in Chrome. Credit to anonymous.

    +
    + +
    + + CVE-2016-1629 + http://googlechromereleases.blogspot.nl/2016/02/stable-channel-update_18.html + + + 2016-02-18 + 2016-02-18 + +
    + glibc -- getaddrinfo stack-based buffer overflow From owner-svn-ports-head@freebsd.org Thu Feb 18 21:30:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98110AAC3F0; Thu, 18 Feb 2016 21:30:18 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F692A51; Thu, 18 Feb 2016 21:30:18 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ILUHno016139; Thu, 18 Feb 2016 21:30:17 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ILUHlS016136; Thu, 18 Feb 2016 21:30:17 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602182130.u1ILUHlS016136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 18 Feb 2016 21:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409132 - head/textproc/highlight X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 21:30:18 -0000 Author: kwm Date: Thu Feb 18 21:30:16 2016 New Revision: 409132 URL: https://svnweb.freebsd.org/changeset/ports/409132 Log: Update highlight to 3.28. Modified: head/textproc/highlight/Makefile head/textproc/highlight/distinfo head/textproc/highlight/pkg-plist Modified: head/textproc/highlight/Makefile ============================================================================== --- head/textproc/highlight/Makefile Thu Feb 18 21:23:58 2016 (r409131) +++ head/textproc/highlight/Makefile Thu Feb 18 21:30:16 2016 (r409132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= highlight -PORTVERSION= 3.24 +PORTVERSION= 3.28 PORTEPOCH= 2 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ Modified: head/textproc/highlight/distinfo ============================================================================== --- head/textproc/highlight/distinfo Thu Feb 18 21:23:58 2016 (r409131) +++ head/textproc/highlight/distinfo Thu Feb 18 21:30:16 2016 (r409132) @@ -1,2 +1,2 @@ -SHA256 (highlight-3.24.tar.bz2) = 4f921697de9db93fb54bb667e6245b2831c153fc00dfa592ec50e42d345679cd -SIZE (highlight-3.24.tar.bz2) = 625192 +SHA256 (highlight-3.28.tar.bz2) = 36364b6d906148dac04426a0c892fe2343e5e2c752316666589f8dff741ce7cd +SIZE (highlight-3.28.tar.bz2) = 622161 Modified: head/textproc/highlight/pkg-plist ============================================================================== --- head/textproc/highlight/pkg-plist Thu Feb 18 21:23:58 2016 (r409131) +++ head/textproc/highlight/pkg-plist Thu Feb 18 21:30:16 2016 (r409132) @@ -51,6 +51,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/d.lang %%DATADIR%%/langDefs/dart.lang %%DATADIR%%/langDefs/diff.lang +%%DATADIR%%/langDefs/dts.lang %%DATADIR%%/langDefs/dylan.lang %%DATADIR%%/langDefs/ebnf.lang %%DATADIR%%/langDefs/eiffel.lang @@ -85,6 +86,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/jasmin.lang %%DATADIR%%/langDefs/java.lang %%DATADIR%%/langDefs/js.lang +%%DATADIR%%/langDefs/json.lang %%DATADIR%%/langDefs/jsp.lang %%DATADIR%%/langDefs/julia.lang %%DATADIR%%/langDefs/kotlin.lang @@ -104,6 +106,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/maple.lang %%DATADIR%%/langDefs/matlab.lang %%DATADIR%%/langDefs/maya.lang +%%DATADIR%%/langDefs/md.lang %%DATADIR%%/langDefs/mercury.lang %%DATADIR%%/langDefs/miranda.lang %%DATADIR%%/langDefs/mod2.lang @@ -111,6 +114,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/modelica.lang %%DATADIR%%/langDefs/moon.lang %%DATADIR%%/langDefs/ms.lang +%%DATADIR%%/langDefs/msl.lang %%DATADIR%%/langDefs/mssql.lang %%DATADIR%%/langDefs/mxml.lang %%DATADIR%%/langDefs/n3.lang @@ -120,6 +124,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/netrexx.lang %%DATADIR%%/langDefs/nginx.lang %%DATADIR%%/langDefs/nice.lang +%%DATADIR%%/langDefs/nim.lang %%DATADIR%%/langDefs/nsis.lang %%DATADIR%%/langDefs/nxc.lang %%DATADIR%%/langDefs/oberon.lang @@ -176,6 +181,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/sql.lang %%DATADIR%%/langDefs/squirrel.lang %%DATADIR%%/langDefs/styl.lang +%%DATADIR%%/langDefs/svg.lang %%DATADIR%%/langDefs/swift.lang %%DATADIR%%/langDefs/sybase.lang %%DATADIR%%/langDefs/tcl.lang @@ -198,6 +204,7 @@ man/man1/highlight.1.gz %%DATADIR%%/plugins/asciidoc_html_add_links.lua %%DATADIR%%/plugins/bash_functions.lua %%DATADIR%%/plugins/bash_ref_linuxmanpages_com.lua +%%DATADIR%%/plugins/comment_links.lua %%DATADIR%%/plugins/cpp_qt.lua %%DATADIR%%/plugins/cpp_ref_cplusplus_com.lua %%DATADIR%%/plugins/cpp_ref_gtk_gnome_org.lua @@ -211,14 +218,17 @@ man/man1/highlight.1.gz %%DATADIR%%/plugins/keywords_capitalize.lua %%DATADIR%%/plugins/keywords_lowercase.lua %%DATADIR%%/plugins/keywords_uppercase.lua +%%DATADIR%%/plugins/mark_lines.lua %%DATADIR%%/plugins/outhtml_add_background_stripes.lua %%DATADIR%%/plugins/outhtml_add_background_svg.lua %%DATADIR%%/plugins/outhtml_add_line.lua %%DATADIR%%/plugins/outhtml_add_shadow.lua +%%DATADIR%%/plugins/outhtml_codefold.lua %%DATADIR%%/plugins/outhtml_curly_brackets_matcher.lua %%DATADIR%%/plugins/outhtml_keyword_matcher.lua %%DATADIR%%/plugins/outhtml_modern_fonts.lua %%DATADIR%%/plugins/outhtml_parantheses_matcher.lua +%%DATADIR%%/plugins/outhtml_tooltips.lua %%DATADIR%%/plugins/perl_ref_perl_org.lua %%DATADIR%%/plugins/python_ref_python_org.lua %%DATADIR%%/plugins/reduce_filesize.lua From owner-svn-ports-head@freebsd.org Thu Feb 18 21:35:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 762DDAAC70A; Thu, 18 Feb 2016 21:35:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 474B7EC5; Thu, 18 Feb 2016 21:35:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ILZwmw019058; Thu, 18 Feb 2016 21:35:58 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ILZw6g019056; Thu, 18 Feb 2016 21:35:58 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602182135.u1ILZw6g019056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 18 Feb 2016 21:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409133 - head/misc/iso-codes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 21:35:59 -0000 Author: kwm Date: Thu Feb 18 21:35:57 2016 New Revision: 409133 URL: https://svnweb.freebsd.org/changeset/ports/409133 Log: Update iso-codes to 3.65. Modified: head/misc/iso-codes/Makefile head/misc/iso-codes/distinfo Modified: head/misc/iso-codes/Makefile ============================================================================== --- head/misc/iso-codes/Makefile Thu Feb 18 21:30:16 2016 (r409132) +++ head/misc/iso-codes/Makefile Thu Feb 18 21:35:57 2016 (r409133) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iso-codes -PORTVERSION= 3.63 +PORTVERSION= 3.65 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ Modified: head/misc/iso-codes/distinfo ============================================================================== --- head/misc/iso-codes/distinfo Thu Feb 18 21:30:16 2016 (r409132) +++ head/misc/iso-codes/distinfo Thu Feb 18 21:35:57 2016 (r409133) @@ -1,2 +1,2 @@ -SHA256 (iso-codes-3.63.tar.xz) = 60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f -SIZE (iso-codes-3.63.tar.xz) = 3773672 +SHA256 (iso-codes-3.65.tar.xz) = 834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320 +SIZE (iso-codes-3.65.tar.xz) = 3732432 From owner-svn-ports-head@freebsd.org Thu Feb 18 21:49:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F547AACDA1; Thu, 18 Feb 2016 21:49:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7060013C2; Thu, 18 Feb 2016 21:49:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ILn9km022134; Thu, 18 Feb 2016 21:49:09 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ILn9uM022133; Thu, 18 Feb 2016 21:49:09 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602182149.u1ILn9uM022133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 18 Feb 2016 21:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409134 - head/devel/gitg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 21:49:10 -0000 Author: kwm Date: Thu Feb 18 21:49:09 2016 New Revision: 409134 URL: https://svnweb.freebsd.org/changeset/ports/409134 Log: Unbreak build on the package builders. By disabling jobs, I couldn't reproduce this localy or in my poudriere. While here add portscout macro. Modified: head/devel/gitg/Makefile Modified: head/devel/gitg/Makefile ============================================================================== --- head/devel/gitg/Makefile Thu Feb 18 21:35:57 2016 (r409133) +++ head/devel/gitg/Makefile Thu Feb 18 21:49:09 2016 (r409134) @@ -12,8 +12,6 @@ COMMENT= GTK-based git repository viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build - LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libgee-0.8.so:${PORTSDIR}/devel/libgee \ libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib \ @@ -25,6 +23,7 @@ BUILD_DEPENDS= gsettings-desktop-schemas RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas CONFLICTS= gitg0-[0-9]* +PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes @@ -34,6 +33,8 @@ CONFIGURE_ARGS= --disable-silent-rules \ USE_GNOME= glib20 gtk30 gtksourceview3 intlhack introspection INSTALL_TARGET= install-strip +MAKE_JOBS_UNSAFE= yes + INSTALLS_ICONS= yes GLIB_SCHEMAS= org.gnome.gitg.gschema.xml From owner-svn-ports-head@freebsd.org Thu Feb 18 22:11:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11283AAD608; Thu, 18 Feb 2016 22:11:29 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D49F11E93; Thu, 18 Feb 2016 22:11:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IMBRHk027992; Thu, 18 Feb 2016 22:11:27 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IMBRC8027991; Thu, 18 Feb 2016 22:11:27 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602182211.u1IMBRC8027991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 18 Feb 2016 22:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409135 - head/lang/gcc6-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 22:11:29 -0000 Author: marino Date: Thu Feb 18 22:11:27 2016 New Revision: 409135 URL: https://svnweb.freebsd.org/changeset/ports/409135 Log: lang/gcc6-aux: re-enable the -march filter It did not take long for gcc6-aux to fail again when CPUTYPE is set (this time to native). Just block this settings by filtering out -march CFLAGS again to solve the issue permanently. PR: 207311 Modified: head/lang/gcc6-aux/Makefile.common Modified: head/lang/gcc6-aux/Makefile.common ============================================================================== --- head/lang/gcc6-aux/Makefile.common Thu Feb 18 21:49:09 2016 (r409134) +++ head/lang/gcc6-aux/Makefile.common Thu Feb 18 22:11:27 2016 (r409135) @@ -12,3 +12,4 @@ GNU_CONFIGURE= yes USES= gmake libtool perl5 tar:bzip2 USE_PERL5= build ALL_TARGET= default +CFLAGS:= ${CFLAGS:N-march=*} From owner-svn-ports-head@freebsd.org Thu Feb 18 23:01:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E640AACFBE; Thu, 18 Feb 2016 23:01:21 +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 49A281F72; Thu, 18 Feb 2016 23:01:21 +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 u1IN1Kow042536; Thu, 18 Feb 2016 23:01:20 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IN1JFG042529; Thu, 18 Feb 2016 23:01:19 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201602182301.u1IN1JFG042529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 18 Feb 2016 23:01:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409136 - in head/benchmarks/siege: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 23:01:21 -0000 Author: bofh Date: Thu Feb 18 23:01:19 2016 New Revision: 409136 URL: https://svnweb.freebsd.org/changeset/ports/409136 Log: benchmarks/siege: Update version 3.1.3=>3.1.4 - Fix patch files for 'make makepatch' Added: head/benchmarks/siege/files/patch-src_init.c (contents, props changed) head/benchmarks/siege/files/patch-src_sock.c (contents, props changed) Deleted: head/benchmarks/siege/files/patch-src-sock.c Modified: head/benchmarks/siege/Makefile head/benchmarks/siege/distinfo head/benchmarks/siege/files/patch-Makefile.am head/benchmarks/siege/files/patch-configure.ac Modified: head/benchmarks/siege/Makefile ============================================================================== --- head/benchmarks/siege/Makefile Thu Feb 18 22:11:27 2016 (r409135) +++ head/benchmarks/siege/Makefile Thu Feb 18 23:01:19 2016 (r409136) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= siege -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= benchmarks www MASTER_SITES= http://download.joedog.org/siege/ \ http://fossies.org/linux/www/ Modified: head/benchmarks/siege/distinfo ============================================================================== --- head/benchmarks/siege/distinfo Thu Feb 18 22:11:27 2016 (r409135) +++ head/benchmarks/siege/distinfo Thu Feb 18 23:01:19 2016 (r409136) @@ -1,2 +1,2 @@ -SHA256 (siege-3.1.3.tar.gz) = 4d3932ea23cbf6d1d22df7c7ee6e7a6bc9f591b604ab582393eeb62f393f5a33 -SIZE (siege-3.1.3.tar.gz) = 527862 +SHA256 (siege-3.1.4.tar.gz) = 0436970ca81ade76eb419bc42d3f8460b475079eb5d8f199d2fa83328893099d +SIZE (siege-3.1.4.tar.gz) = 530149 Modified: head/benchmarks/siege/files/patch-Makefile.am ============================================================================== --- head/benchmarks/siege/files/patch-Makefile.am Thu Feb 18 22:11:27 2016 (r409135) +++ head/benchmarks/siege/files/patch-Makefile.am Thu Feb 18 23:01:19 2016 (r409136) @@ -1,4 +1,4 @@ ---- Makefile.am.orig 2015-06-04 10:45:57 UTC +--- Makefile.am.orig 2015-12-22 20:12:40 UTC +++ Makefile.am @@ -20,6 +20,8 @@ ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Modified: head/benchmarks/siege/files/patch-configure.ac ============================================================================== --- head/benchmarks/siege/files/patch-configure.ac Thu Feb 18 22:11:27 2016 (r409135) +++ head/benchmarks/siege/files/patch-configure.ac Thu Feb 18 23:01:19 2016 (r409136) @@ -1,14 +1,14 @@ ---- configure.ac.orig 2015-06-04 10:43:01 UTC +--- configure.ac.orig 2015-12-22 20:12:40 UTC +++ configure.ac -@@ -7,6 +7,7 @@ dnl - AC_INIT - AC_CONFIG_SRCDIR([src/setup.h]) +@@ -17,6 +17,7 @@ AC_CONFIG_AUX_DIR(utils) + AM_INIT_AUTOMAKE + AC_CONFIG_SRCDIR([src/setup.h]) AC_CONFIG_HEADERS(include/config.h) +AC_CONFIG_MACRO_DIRS([m4]) - - dnl - dnl Define the utils directory -@@ -44,7 +45,6 @@ dnl + DATE=`${CONFIG_SHELL} ${srcdir}/utils/mkstamp` + AC_SUBST(DATE) + AC_SUBST(PROGRAM) +@@ -42,7 +43,6 @@ dnl dnl Program support dnl AC_PATH_PROG( PERL, perl, false ) Added: head/benchmarks/siege/files/patch-src_init.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/siege/files/patch-src_init.c Thu Feb 18 23:01:19 2016 (r409136) @@ -0,0 +1,12 @@ +--- src/init.c.orig 2015-12-22 20:12:40 UTC ++++ src/init.c +@@ -35,6 +35,9 @@ + #include + #include + #include ++#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) ++#include ++#endif + + int + init_config( void ) Added: head/benchmarks/siege/files/patch-src_sock.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/siege/files/patch-src_sock.c Thu Feb 18 23:01:19 2016 (r409136) @@ -0,0 +1,20 @@ +--- src/sock.c.orig 2015-12-22 20:12:40 UTC ++++ src/sock.c +@@ -148,7 +148,7 @@ new_socket(CONN *C, const char *hostpara + hp = NULL; + } + } +-#elif defined(sun) ++#elif defined(sun) || defined(__FreeBSD__) + # ifdef HAVE_GETIPNODEBYNAME + hp = getipnodebyname(hn, AF_INET, 0, &herrno); + # else /* default use gethostbyname_r*/ +@@ -190,7 +190,7 @@ new_socket(CONN *C, const char *hostpara + + memset((void*) &cli, 0, sizeof(cli)); + memcpy(&cli.sin_addr, hp->h_addr, hp->h_length); +-#if defined(sun) ++#if defined(sun) || defined(__FreeBSD__) + # ifdef HAVE_FREEHOSTENT + freehostent(hp); + # endif/*HAVE_FREEHOSTENT*/ From owner-svn-ports-head@freebsd.org Thu Feb 18 23:04:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DACF7AAD17B; Thu, 18 Feb 2016 23:04:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B281F365; Thu, 18 Feb 2016 23:04:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IN4E3r045374; Thu, 18 Feb 2016 23:04:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IN4Edm045370; Thu, 18 Feb 2016 23:04:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602182304.u1IN4Edm045370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 18 Feb 2016 23:04:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409137 - in head/multimedia: plexmediaserver plexmediaserver-plexpass plexmediaserver-plexpass/files plexmediaserver/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 23:04:16 -0000 Author: feld Date: Thu Feb 18 23:04:14 2016 New Revision: 409137 URL: https://svnweb.freebsd.org/changeset/ports/409137 Log: multimedia/plexmediaserver{-plexpass}: Fix logging bug The PLEX_MEDIA_SERVER_LOG_DIR env must be set or Plex agents may not be able to successfully output logging data Submitted by: mark@plexapp.com Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/files/plexmediaserver.in Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Thu Feb 18 23:01:19 2016 (r409136) +++ head/multimedia/plexmediaserver-plexpass/Makefile Thu Feb 18 23:04:14 2016 (r409137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTVERSION= 0.9.15.4.1679 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org Modified: head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in ============================================================================== --- head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Thu Feb 18 23:01:19 2016 (r409136) +++ head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Thu Feb 18 23:04:14 2016 (r409137) @@ -49,6 +49,7 @@ plex_precmd() export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins} export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path} export PLEX_MEDIA_SERVER_PIDFILE=${pidfile} + export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs” export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Thu Feb 18 23:01:19 2016 (r409136) +++ head/multimedia/plexmediaserver/Makefile Thu Feb 18 23:04:14 2016 (r409137) @@ -3,7 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION?= 0.9.15.3.1674 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \ https://nightlies.plexapp.com/directdl/plex-media-server/dist-ninja/${PORTVERSION}-${PLEX_BUILD}/ Modified: head/multimedia/plexmediaserver/files/plexmediaserver.in ============================================================================== --- head/multimedia/plexmediaserver/files/plexmediaserver.in Thu Feb 18 23:01:19 2016 (r409136) +++ head/multimedia/plexmediaserver/files/plexmediaserver.in Thu Feb 18 23:04:14 2016 (r409137) @@ -49,6 +49,7 @@ plex_precmd() export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins} export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path} export PLEX_MEDIA_SERVER_PIDFILE=${pidfile} + export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs” export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" From owner-svn-ports-head@freebsd.org Thu Feb 18 23:08:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B6AAAD2BA; Thu, 18 Feb 2016 23:08:34 +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 9AB9A6A9; Thu, 18 Feb 2016 23:08:34 +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 u1IN8XJS045605; Thu, 18 Feb 2016 23:08:33 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IN8X5A045603; Thu, 18 Feb 2016 23:08:33 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602182308.u1IN8X5A045603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 18 Feb 2016 23:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409138 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 23:08:34 -0000 Author: feld Date: Thu Feb 18 23:08:33 2016 New Revision: 409138 URL: https://svnweb.freebsd.org/changeset/ports/409138 Log: Document that graphics/silgraphite is also vulnerable Security: http://www.vuxml.org/freebsd/8f10fa04-cf6a-11e5-96d6-14dae9d210b8.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 18 23:04:14 2016 (r409137) +++ head/security/vuxml/vuln.xml Thu Feb 18 23:08:33 2016 (r409138) @@ -627,6 +627,10 @@ Notes: graphite2 1.3.5 + + silgraphite + 2.3.1_4 + @@ -657,7 +661,7 @@ Notes: 2016-02-05 2016-02-09 - 2016-02-09 + 2016-02-18 From owner-svn-ports-head@freebsd.org Thu Feb 18 23:15:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 193AFAAD5C5; Thu, 18 Feb 2016 23:15:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5121A66; Thu, 18 Feb 2016 23:15:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1INFRQg048525; Thu, 18 Feb 2016 23:15:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1INFRCr048523; Thu, 18 Feb 2016 23:15:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602182315.u1INFRCr048523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 18 Feb 2016 23:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409139 - in head/graphics/silgraphite: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 23:15:29 -0000 Author: feld Date: Thu Feb 18 23:15:27 2016 New Revision: 409139 URL: https://svnweb.freebsd.org/changeset/ports/409139 Log: graphics/silgraphite: Patch vulnerability Submitted by: truckman MFH: 2016Q1 Security: http://www.vuxml.org/freebsd/8f10fa04-cf6a-11e5-96d6-14dae9d210b8.html Added: head/graphics/silgraphite/files/patch-engine_src_font_TtfUtil.cpp (contents, props changed) Modified: head/graphics/silgraphite/Makefile Modified: head/graphics/silgraphite/Makefile ============================================================================== --- head/graphics/silgraphite/Makefile Thu Feb 18 23:08:33 2016 (r409138) +++ head/graphics/silgraphite/Makefile Thu Feb 18 23:15:27 2016 (r409139) @@ -3,7 +3,7 @@ PORTNAME= silgraphite PORTVERSION= 2.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= SF Added: head/graphics/silgraphite/files/patch-engine_src_font_TtfUtil.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/silgraphite/files/patch-engine_src_font_TtfUtil.cpp Thu Feb 18 23:15:27 2016 (r409139) @@ -0,0 +1,20 @@ +--- engine/src/font/TtfUtil.cpp.orig 2009-01-29 08:33:19 UTC ++++ engine/src/font/TtfUtil.cpp +@@ -1106,7 +1106,7 @@ size_t LocaLookup(gr::gid16 nGlyphId, + // CheckTable verifies the index_to_loc_format is valid + if (read(pTable->index_to_loc_format) == Sfnt::FontHeader::ShortIndexLocFormat) + { // loca entries are two bytes and have been divided by two +- if (nGlyphId <= (lLocaSize >> 1) - 1) // allow sentinel value to be accessed ++ if (lLocaSize >= 2 && nGlyphId <= (lLocaSize >> 1) - 1) // allow sentinel value to be accessed + { + const uint16 * pTable = reinterpret_cast(pLoca); + return (read(pTable[nGlyphId]) << 1); +@@ -1115,7 +1115,7 @@ size_t LocaLookup(gr::gid16 nGlyphId, + + if (read(pTable->index_to_loc_format) == Sfnt::FontHeader::LongIndexLocFormat) + { // loca entries are four bytes +- if (nGlyphId <= (lLocaSize >> 2) - 1) ++ if (lLocaSize >= 4 && nGlyphId <= (lLocaSize >> 2) - 1) + { + const uint32 * pTable = reinterpret_cast(pLoca); + return read(pTable[nGlyphId]); From owner-svn-ports-head@freebsd.org Thu Feb 18 23:47:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02BBCAAC462; Thu, 18 Feb 2016 23:47:58 +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 C4F2C1C65; Thu, 18 Feb 2016 23:47:57 +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 u1INluq7057480; Thu, 18 Feb 2016 23:47:56 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1INlu8q057478; Thu, 18 Feb 2016 23:47:56 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201602182347.u1INlu8q057478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 18 Feb 2016 23:47:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409141 - head/comms/dfu-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 23:47:58 -0000 Author: bofh Date: Thu Feb 18 23:47:56 2016 New Revision: 409141 URL: https://svnweb.freebsd.org/changeset/ports/409141 Log: comms/dfu-util: Update version 0.8=>0.9 Modified: head/comms/dfu-util/Makefile head/comms/dfu-util/distinfo Modified: head/comms/dfu-util/Makefile ============================================================================== --- head/comms/dfu-util/Makefile Thu Feb 18 23:16:38 2016 (r409140) +++ head/comms/dfu-util/Makefile Thu Feb 18 23:47:56 2016 (r409141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfu-util -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= comms MASTER_SITES= http://dfu-util.sourceforge.net/releases/ Modified: head/comms/dfu-util/distinfo ============================================================================== --- head/comms/dfu-util/distinfo Thu Feb 18 23:16:38 2016 (r409140) +++ head/comms/dfu-util/distinfo Thu Feb 18 23:47:56 2016 (r409141) @@ -1,2 +1,2 @@ -SHA256 (dfu-util-0.8.tar.gz) = 55cbde9be12a212bd84bce9d1e63941d9a16139ed0d4912401367eba1502f058 -SIZE (dfu-util-0.8.tar.gz) = 129229 +SHA256 (dfu-util-0.9.tar.gz) = 36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833 +SIZE (dfu-util-0.9.tar.gz) = 138397 From owner-svn-ports-head@freebsd.org Fri Feb 19 00:54:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2069CAAC7F6; Fri, 19 Feb 2016 00:54:08 +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 EC76F8D8; Fri, 19 Feb 2016 00:54:07 +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 u1J0s6GM077840; Fri, 19 Feb 2016 00:54:06 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J0s6mA077836; Fri, 19 Feb 2016 00:54:06 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602190054.u1J0s6mA077836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 19 Feb 2016 00:54:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409142 - in head/multimedia: plexmediaserver plexmediaserver-plexpass plexmediaserver-plexpass/files plexmediaserver/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 00:54:08 -0000 Author: feld Date: Fri Feb 19 00:54:06 2016 New Revision: 409142 URL: https://svnweb.freebsd.org/changeset/ports/409142 Log: multimedia/plexmediaserver{-plexpass} fix rc script bug Last update to rc script to fix logging issue broke the rc script due to a syntax error. Pointyhat: feld Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/files/plexmediaserver.in Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Thu Feb 18 23:47:56 2016 (r409141) +++ head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 19 00:54:06 2016 (r409142) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTVERSION= 0.9.15.4.1679 -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org Modified: head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in ============================================================================== --- head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Thu Feb 18 23:47:56 2016 (r409141) +++ head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Fri Feb 19 00:54:06 2016 (r409142) @@ -49,7 +49,7 @@ plex_precmd() export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins} export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path} export PLEX_MEDIA_SERVER_PIDFILE=${pidfile} - export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs” + export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}” export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Thu Feb 18 23:47:56 2016 (r409141) +++ head/multimedia/plexmediaserver/Makefile Fri Feb 19 00:54:06 2016 (r409142) @@ -3,7 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION?= 0.9.15.3.1674 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= multimedia MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \ https://nightlies.plexapp.com/directdl/plex-media-server/dist-ninja/${PORTVERSION}-${PLEX_BUILD}/ Modified: head/multimedia/plexmediaserver/files/plexmediaserver.in ============================================================================== --- head/multimedia/plexmediaserver/files/plexmediaserver.in Thu Feb 18 23:47:56 2016 (r409141) +++ head/multimedia/plexmediaserver/files/plexmediaserver.in Fri Feb 19 00:54:06 2016 (r409142) @@ -49,7 +49,7 @@ plex_precmd() export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins} export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path} export PLEX_MEDIA_SERVER_PIDFILE=${pidfile} - export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs” + export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}” export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" From owner-svn-ports-head@freebsd.org Fri Feb 19 00:59:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA8DEAACA20; Fri, 19 Feb 2016 00:59:53 +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 BB9C5A19; Fri, 19 Feb 2016 00:59:53 +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 u1J0xqAR078148; Fri, 19 Feb 2016 00:59:52 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J0xqaJ078146; Fri, 19 Feb 2016 00:59:52 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602190059.u1J0xqaJ078146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 19 Feb 2016 00:59:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409143 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 00:59:54 -0000 Author: feld Date: Fri Feb 19 00:59:52 2016 New Revision: 409143 URL: https://svnweb.freebsd.org/changeset/ports/409143 Log: multimedia/plexmediaserver-{plexpass}: PORTREVISION bump Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver/Makefile Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 19 00:54:06 2016 (r409142) +++ head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 19 00:59:52 2016 (r409143) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTVERSION= 0.9.15.4.1679 -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Fri Feb 19 00:54:06 2016 (r409142) +++ head/multimedia/plexmediaserver/Makefile Fri Feb 19 00:59:52 2016 (r409143) @@ -3,7 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION?= 0.9.15.3.1674 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= multimedia MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \ https://nightlies.plexapp.com/directdl/plex-media-server/dist-ninja/${PORTVERSION}-${PLEX_BUILD}/ From owner-svn-ports-head@freebsd.org Fri Feb 19 01:26:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11887AAD761; Fri, 19 Feb 2016 01:26:40 +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 DDDEA1C0F; Fri, 19 Feb 2016 01:26:39 +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 u1J1Qcl1086903; Fri, 19 Feb 2016 01:26:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J1QcjN086899; Fri, 19 Feb 2016 01:26:38 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602190126.u1J1QcjN086899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 19 Feb 2016 01:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409144 - in head/multimedia: plexmediaserver plexmediaserver-plexpass plexmediaserver-plexpass/files plexmediaserver/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 01:26:40 -0000 Author: feld Date: Fri Feb 19 01:26:38 2016 New Revision: 409144 URL: https://svnweb.freebsd.org/changeset/ports/409144 Log: multimedia/plexmediaserver{-plexpass}: fix rc script A fancy quote (") crept into the rc script and was causing the rc script to fail much to my dismay. Pointyhat: me, with much dismay Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/files/plexmediaserver.in Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 19 00:59:52 2016 (r409143) +++ head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 19 01:26:38 2016 (r409144) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTVERSION= 0.9.15.4.1679 -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org Modified: head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in ============================================================================== --- head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Fri Feb 19 00:59:52 2016 (r409143) +++ head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Fri Feb 19 01:26:38 2016 (r409144) @@ -49,7 +49,7 @@ plex_precmd() export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins} export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path} export PLEX_MEDIA_SERVER_PIDFILE=${pidfile} - export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}” + export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}" export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Fri Feb 19 00:59:52 2016 (r409143) +++ head/multimedia/plexmediaserver/Makefile Fri Feb 19 01:26:38 2016 (r409144) @@ -3,7 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION?= 0.9.15.3.1674 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= multimedia MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \ https://nightlies.plexapp.com/directdl/plex-media-server/dist-ninja/${PORTVERSION}-${PLEX_BUILD}/ Modified: head/multimedia/plexmediaserver/files/plexmediaserver.in ============================================================================== --- head/multimedia/plexmediaserver/files/plexmediaserver.in Fri Feb 19 00:59:52 2016 (r409143) +++ head/multimedia/plexmediaserver/files/plexmediaserver.in Fri Feb 19 01:26:38 2016 (r409144) @@ -49,7 +49,7 @@ plex_precmd() export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins} export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path} export PLEX_MEDIA_SERVER_PIDFILE=${pidfile} - export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}” + export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}" export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" From owner-svn-ports-head@freebsd.org Fri Feb 19 02:57:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2514BAADEE4; Fri, 19 Feb 2016 02:57:23 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA8B0AED; Fri, 19 Feb 2016 02:57:22 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J2vLQM012946; Fri, 19 Feb 2016 02:57:21 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J2vLxK012945; Fri, 19 Feb 2016 02:57:21 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602190257.u1J2vLxK012945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 19 Feb 2016 02:57:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409145 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 02:57:23 -0000 Author: osa Date: Fri Feb 19 02:57:21 2016 New Revision: 409145 URL: https://svnweb.freebsd.org/changeset/ports/409145 Log: Fix the date to the actual date when the change has been made. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Feb 19 01:26:38 2016 (r409144) +++ head/UPDATING Fri Feb 19 02:57:21 2016 (r409145) @@ -5,7 +5,7 @@ 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. -20160214: +20160217: AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org From owner-svn-ports-head@freebsd.org Fri Feb 19 03:16:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5238DAAC742; Fri, 19 Feb 2016 03:16:04 +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 1F5CA1A95; Fri, 19 Feb 2016 03:16:04 +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 u1J3G30T019333; Fri, 19 Feb 2016 03:16:03 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J3G3Z4019332; Fri, 19 Feb 2016 03:16:03 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201602190316.u1J3G3Z4019332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 19 Feb 2016 03:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409146 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 03:16:04 -0000 Author: sbruno Date: Fri Feb 19 03:16:02 2016 New Revision: 409146 URL: https://svnweb.freebsd.org/changeset/ports/409146 Log: Bump PORTREVISION: palcode-clipper is an alpha binary for use with qemu, not something that should be stripped. Modified: head/emulators/qemu-sbruno/Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Fri Feb 19 02:57:21 2016 (r409145) +++ head/emulators/qemu-sbruno/Makefile Fri Feb 19 03:16:02 2016 (r409146) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.5.50.g20160215 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -276,7 +276,6 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ivshmem-* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/qemu/palcode-clipper .endif .include From owner-svn-ports-head@freebsd.org Fri Feb 19 03:16:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5BC4AAC787; Fri, 19 Feb 2016 03:16:44 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3D7E1BD8; Fri, 19 Feb 2016 03:16:44 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J3GhTR019470; Fri, 19 Feb 2016 03:16:43 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J3GhKL019468; Fri, 19 Feb 2016 03:16:43 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201602190316.u1J3GhKL019468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 19 Feb 2016 03:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409147 - in head/graphics/libfpx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 03:16:45 -0000 Author: mi Date: Fri Feb 19 03:16:43 2016 New Revision: 409147 URL: https://svnweb.freebsd.org/changeset/ports/409147 Log: Add a patch to get rid of some dead code, which triggers a warning when compiled with clang-3.8. Bump PORTREVISION. PR: 207134 Added: head/graphics/libfpx/files/patch-ebuffer (contents, props changed) Modified: head/graphics/libfpx/Makefile Modified: head/graphics/libfpx/Makefile ============================================================================== --- head/graphics/libfpx/Makefile Fri Feb 19 03:16:02 2016 (r409146) +++ head/graphics/libfpx/Makefile Fri Feb 19 03:16:43 2016 (r409147) @@ -3,6 +3,7 @@ PORTNAME= libfpx DISTVERSION= 1.3.1-4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://imagemagick.mirrorcatalogs.com/delegates/ \ http://www.imagemagick.org/download/delegates/ \ Added: head/graphics/libfpx/files/patch-ebuffer ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfpx/files/patch-ebuffer Fri Feb 19 03:16:43 2016 (r409147) @@ -0,0 +1,126 @@ +This removes unused code from ebuffer -- some of that code never +worked and now clang-3.8.0 issues a very valid warning about it... + +Some of the variables are made static, while I'm here. This code +was never thread-safe either... + + -mi + +--- jpeg/ebuffer.h 2013-09-02 11:45:00.000000000 -0400 ++++ jpeg/ebuffer.h 2016-02-18 16:31:36.053668000 -0500 +@@ -22,26 +22,12 @@ + long int buf_size); + JPEGEXPORT +-void EB_Clear(unsigned char *buf, /* output buffer */ +- long int buf_size); +-JPEGEXPORT +-void EB_Write_Bits_Init(unsigned char *buf, /* compressed bitstream buffer */ +- long int buf_size); +-JPEGEXPORT +-void EB_Write_Bytes(unsigned char *data, +- int size); ++void EB_Write_Bytes(const void *data, size_t size); + JPEGEXPORT + long cEB_Byte_Count(void); + + JPEGEXPORT +-void EB_Copy_To_Memory(unsigned char *buf, +- unsigned char *mem, +- long int num); +-JPEGEXPORT + void EB_End(long int *bytes); + + JPEGEXPORT +-void EB_Write_Bits_End(long int *bytes); +- +-JPEGEXPORT + int EB_Write_Bits(int val, + int nbits); +--- jpeg/ebuffer.c 2013-09-02 11:45:00.000000000 -0400 ++++ jpeg/ebuffer.c 2016-02-18 16:32:03.964436000 -0500 +@@ -24,9 +24,9 @@ + + /****************************** GLOBAL VARIABLES **************************/ +-unsigned char *eb_ptr; /* points to next avaible byte in output buffer */ +-unsigned char eb_byte; /* current output byte to be inserted into buffer */ +-int eb_nbits; /* # bits available in *eb_ptr */ +-unsigned char *eb_end_ptr, *eb_start_ptr; +-long int eb_byte_count; ++static unsigned char *eb_ptr; /* points to next avaible byte in output buffer */ ++static unsigned char eb_byte; /* current output byte to be inserted into buffer */ ++static int eb_nbits; /* # bits available in *eb_ptr */ ++static unsigned char *eb_end_ptr, *eb_start_ptr; ++static long int eb_byte_count; + + void EB_Init(unsigned char *buf, /* output buffer */ +@@ -40,31 +40,7 @@ + } + +-void EB_Clear(unsigned char *buf, /* output buffer */ +-long int buf_size) +-{ +- unsigned char *eb_ptr, *eb_end_ptr; +- +- eb_end_ptr = buf + buf_size; +- for (eb_ptr = buf; eb_ptr < eb_end_ptr ;*eb_ptr++ = 0) +- eb_byte = 0; +- eb_nbits = 8; +- eb_byte_count = 0; +-} +- +-void EB_Write_Bits_Init(unsigned char *buf, /* compressed bitstream buffer */ +-long int buf_size) +-{ +- eb_ptr = eb_start_ptr = buf; +- eb_end_ptr = buf + buf_size; +- eb_byte = 0; +- eb_nbits = 8; +- eb_byte_count = 0; +-} +- +-void EB_Write_Bytes(unsigned char *data, +-int size) ++void ++EB_Write_Bytes(const void *data, size_t size) + { +- int i; +- unsigned char *ptr; + + /* byte-align previous bits if any */ +@@ -74,24 +50,5 @@ + if (eb_byte == 0xff) *eb_ptr++ = 0x00; /* byte stuffing */ + } +- for (i=0, ptr=data; i < size ;i++) { +- *eb_ptr++ = *ptr++; +- } +-} +- +-/* calculates the actual number of bytes written into output buffer */ +-long cEB_Byte_Count(void) +-{ +- return((long)(eb_ptr - eb_start_ptr)); +-} +- +-void EB_Copy_To_Memory(unsigned char *buf, +-unsigned char *mem, +-long int num) +-{ +- long int i; +- unsigned char *mem_ptr,*buf_ptr; +- +- for(i=0,mem_ptr=mem,buf_ptr=buf; i < num ;*mem_ptr++=*buf_ptr++); +- ++ memcpy(eb_ptr, data, size); + } + +@@ -102,10 +59,4 @@ + } + +-/* calculates the actual number of bytes written into output buffer */ +-void EB_Write_Bits_End(long int *bytes) +-{ +- *bytes = eb_ptr - eb_start_ptr; +-} +- + /* + * Write 'nbits' bits of 'val' to the output buffer. From owner-svn-ports-head@freebsd.org Fri Feb 19 03:40:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5440AAAD07C; Fri, 19 Feb 2016 03:40:25 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26F24151C; Fri, 19 Feb 2016 03:40:25 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J3eO1X025342; Fri, 19 Feb 2016 03:40:24 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J3eOF9025340; Fri, 19 Feb 2016 03:40:24 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602190340.u1J3eOF9025340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 19 Feb 2016 03:40:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409148 - head/www/squid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 03:40:25 -0000 Author: junovitch Date: Fri Feb 19 03:40:23 2016 New Revision: 409148 URL: https://svnweb.freebsd.org/changeset/ports/409148 Log: www/squid: update 3.5.13 -> 3.5.14 PR: 207294 Submitted by: Pavel Timofeev (maintainer) Security: CVE-2016-2390 Security: https://vuxml.FreeBSD.org/freebsd/56562efb-d5e4-11e5-b2bd-002590263bf5.html X-MFH-Note: MFH not required, only 3.5.13 in ports/head is vulnerable Modified: head/www/squid/Makefile head/www/squid/distinfo Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Fri Feb 19 03:16:43 2016 (r409147) +++ head/www/squid/Makefile Fri Feb 19 03:40:23 2016 (r409148) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.13 -PORTREVISION= 1 +PORTVERSION= 3.5.14 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Fri Feb 19 03:16:43 2016 (r409147) +++ head/www/squid/distinfo Fri Feb 19 03:40:23 2016 (r409148) @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.13.tar.xz) = e75d94671895270272883187296f17e26954bf00a090c97bfea8a4fc264a5b40 -SIZE (squid3.5/squid-3.5.13.tar.xz) = 2379460 +SHA256 (squid3.5/squid-3.5.14.tar.xz) = 79ec4cdd4f965314e6db8e3f6ddcebf2d24518edd790a68e0bd4d0a7735ace1b +SIZE (squid3.5/squid-3.5.14.tar.xz) = 2315320 From owner-svn-ports-head@freebsd.org Fri Feb 19 03:44:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A005EAAD319; Fri, 19 Feb 2016 03:44:31 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F4F11976; Fri, 19 Feb 2016 03:44:31 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J3iUIl028159; Fri, 19 Feb 2016 03:44:30 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J3iUv9028157; Fri, 19 Feb 2016 03:44:30 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201602190344.u1J3iUv9028157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 19 Feb 2016 03:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409149 - in head/palm/palm-db-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 03:44:31 -0000 Author: mi Date: Fri Feb 19 03:44:30 2016 New Revision: 409149 URL: https://svnweb.freebsd.org/changeset/ports/409149 Log: Add a patch removing dead code -- a bug in it triggers an error with clang38. PR: 207193 Added: head/palm/palm-db-tools/files/patch-field_argumentf (contents, props changed) Modified: head/palm/palm-db-tools/Makefile Modified: head/palm/palm-db-tools/Makefile ============================================================================== --- head/palm/palm-db-tools/Makefile Fri Feb 19 03:40:23 2016 (r409148) +++ head/palm/palm-db-tools/Makefile Fri Feb 19 03:44:30 2016 (r409149) @@ -3,6 +3,7 @@ PORTNAME= palm-db-tools DISTVERSION= 0_3_6 +PORTREVISION= 1 CATEGORIES= palm MASTER_SITES= SF Added: head/palm/palm-db-tools/files/patch-field_argumentf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/palm/palm-db-tools/files/patch-field_argumentf Fri Feb 19 03:44:30 2016 (r409149) @@ -0,0 +1,104 @@ +This patch removes a long-unused function because a bug in it triggers +an error in the modern compiler (clang-3.8). Instead of fixing the function, +we just remove it. + + -mi + +--- libflatfile/Database.h 2003-06-19 19:37:46.000000000 -0400 ++++ libflatfile/Database.h 2016-02-18 22:35:32.329328000 -0500 +@@ -112,12 +112,4 @@ + virtual FType field(int i) const; + +- /** +- * write the format of the field's argument in format, +- * and return a strings' vector with name of each argument part. +- * the format use the same display as used by printf +- */ +- virtual std::vector field_argumentf(int i, std::string& format) +- { format = std::string(""); return std::vector(0, std::string(""));} +- + /** + * Add a field to the flat-file database. An exception +--- libflatfile/DB.h 2003-06-19 19:37:46.000000000 -0400 ++++ libflatfile/DB.h 2016-02-18 22:35:10.046799000 -0500 +@@ -72,11 +72,4 @@ + + /** +- * write the format of the field's argument in format, +- * and return a strings' vector with name of each argument part. +- * the format use the same display as used by printf +- */ +- virtual std::vector field_argumentf(int i, std::string& format); +- +- /** + * Return the maximum number of views supported by this + * type of flat-file database. +--- libflatfile/DB.cpp 2003-06-19 19:37:46.000000000 -0400 ++++ libflatfile/DB.cpp 2016-02-18 22:35:55.362853000 -0500 +@@ -1291,66 +1293,4 @@ + } + +-std::vector +-PalmLib::FlatFile::DB::field_argumentf(int i, std::string& format) +-{ +- std::vector vtitles(0, std::string("")); +- int j; +- +- switch (field_type(i)) { +- case PalmLib::FlatFile::Field::STRING: +- format = std::string("%s"); +- vtitles.push_back(std::string("default value")); +- break; +- case PalmLib::FlatFile::Field::INTEGER: +- format = std::string("%ld/%d"); +- vtitles.push_back(std::string("default value")); +- vtitles.push_back(std::string("increment")); +- break; +- case PalmLib::FlatFile::Field::FLOAT: +- format = std::string("%f"); +- vtitles.push_back(std::string("default value")); +- break; +- case PalmLib::FlatFile::Field::DATE: +- format = std::string("%d/%d/%d"); +- vtitles.push_back(std::string("Year (or now)")); +- vtitles.push_back(std::string("Month")); +- vtitles.push_back(std::string("Day in the month")); +- break; +- case PalmLib::FlatFile::Field::TIME: +- format = std::string("%d/%d"); +- vtitles.push_back(std::string("Hour (or now)")); +- vtitles.push_back(std::string("Minute")); +- break; +- case PalmLib::FlatFile::Field::LIST: +- format = std::string(""); +- for (j = 0; j < 31; i++) { +- format += std::string("%s/"); +- std::ostringstream title; +- title << "item " << j; +- vtitles.push_back(title.str()); +- } +- format += std::string("%s"); +- vtitles.push_back(std::string("item 32")); +- break; +- case PalmLib::FlatFile::Field::LINK: +- format = std::string("%s/%d"); +- vtitles.push_back(std::string("database")); +- vtitles.push_back(std::string("field number")); +- break; +- case PalmLib::FlatFile::Field::LINKED: +- format = std::string("%d/%d"); +- vtitles.push_back(std::string("link field number")); +- vtitles.push_back(std::string("field number")); +- break; +- case PalmLib::FlatFile::Field::CALCULATED: +- case PalmLib::FlatFile::Field::BOOLEAN: +- case PalmLib::FlatFile::Field::NOTE: +- default: +- format = std::string(""); +- break; +- } +- return vtitles; +-} +- + unsigned PalmLib::FlatFile::DB::getMaxNumOfListViews() const + { From owner-svn-ports-head@freebsd.org Fri Feb 19 04:58:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4D27AAD550; Fri, 19 Feb 2016 04:58:22 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A33AC17D1; Fri, 19 Feb 2016 04:58:22 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J4wLTb048257; Fri, 19 Feb 2016 04:58:21 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J4wLrV048255; Fri, 19 Feb 2016 04:58:21 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602190458.u1J4wLrV048255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 19 Feb 2016 04:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409150 - head/ftp/R-cran-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 04:58:22 -0000 Author: tota Date: Fri Feb 19 04:58:21 2016 New Revision: 409150 URL: https://svnweb.freebsd.org/changeset/ports/409150 Log: - Update to 0.9.6 Modified: head/ftp/R-cran-curl/Makefile head/ftp/R-cran-curl/distinfo Modified: head/ftp/R-cran-curl/Makefile ============================================================================== --- head/ftp/R-cran-curl/Makefile Fri Feb 19 03:44:30 2016 (r409149) +++ head/ftp/R-cran-curl/Makefile Fri Feb 19 04:58:21 2016 (r409150) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/ftp/R-cran-curl/distinfo ============================================================================== --- head/ftp/R-cran-curl/distinfo Fri Feb 19 03:44:30 2016 (r409149) +++ head/ftp/R-cran-curl/distinfo Fri Feb 19 04:58:21 2016 (r409150) @@ -1,2 +1,2 @@ -SHA256 (curl_0.9.5.tar.gz) = f5832e217b04c600da85be9661b113694c67c32516c947433c02d28d2d69a833 -SIZE (curl_0.9.5.tar.gz) = 261496 +SHA256 (curl_0.9.6.tar.gz) = 8c9b0333bd4db53626255ebd1ab949684b8d6f8cdabe4eca198eb54ee351977e +SIZE (curl_0.9.6.tar.gz) = 262545 From owner-svn-ports-head@freebsd.org Fri Feb 19 05:14:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3B77AADF13; Fri, 19 Feb 2016 05:14:18 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A04871848; Fri, 19 Feb 2016 05:14:18 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J5EHXX054121; Fri, 19 Feb 2016 05:14:17 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J5EH2R054117; Fri, 19 Feb 2016 05:14:17 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201602190514.u1J5EH2R054117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 19 Feb 2016 05:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409151 - head/textproc/en-hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 05:14:19 -0000 Author: mi Date: Fri Feb 19 05:14:17 2016 New Revision: 409151 URL: https://svnweb.freebsd.org/changeset/ports/409151 Log: Make fetchable by upgrading. Add options for vocabularies and provide help-file for the user. PR: 202685 Submitted by: Joseph Mingrone Approved by: maintainer timeout Added: head/textproc/en-hunspell/pkg-help (contents, props changed) Modified: head/textproc/en-hunspell/Makefile head/textproc/en-hunspell/distinfo head/textproc/en-hunspell/pkg-descr Modified: head/textproc/en-hunspell/Makefile ============================================================================== --- head/textproc/en-hunspell/Makefile Fri Feb 19 04:58:21 2016 (r409150) +++ head/textproc/en-hunspell/Makefile Fri Feb 19 05:14:17 2016 (r409151) @@ -1,37 +1,68 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 7.1 -PORTREVISION= 1 +PORTVERSION= 2016.01.19 CATEGORIES= textproc -MASTER_SITES= SF/wordlist/Hunspell%20en_US/${PORTVERSION}-0/ \ - SF/wordlist/Hunspell%20en_CA/${PORTVERSION}-0/:CA \ - LOCAL/sunpoet/${PORTNAME}/:GB +MASTER_SITES= SF/wordlist/speller/${PORTVERSION}/ PKGNAMEPREFIX= en- -DISTFILES= hunspell-en_US-${PORTVERSION}-0${EXTRACT_SUFX} \ - hunspell-en_CA-${PORTVERSION}-0${EXTRACT_SUFX}:CA \ - en_GB-1.20.zip:GB +DISTFILES= hunspell-en_US${US_VARIANT}-${PORTVERSION}${EXTRACT_SUFX} \ + hunspell-en_CA${CA_VARIANT}-${PORTVERSION}${EXTRACT_SUFX} \ + hunspell-en_GB${GB_VARIANT}-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= English hunspell dictionaries -# en_CA and en_US are licensed under BSD -# en_GB is licensed under LGPL3 -LICENSE= BSD3CLAUSE LGPL3 -LICENSE_COMB= multi +LICENSE= BSD3CLAUSE USES= zip NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_FILES= %%DATADIR%%/en_CA.aff \ - %%DATADIR%%/en_CA.dic \ +OPTIONS_DEFAULT= GB_ISE US_STANDARD CA_STANDARD +OPTIONS_RADIO= American British Canadian +OPTIONS_RADIO_Canadian= CA_STANDARD CA_LARGE +OPTIONS_RADIO_American= US_STANDARD US_LARGE +OPTIONS_RADIO_British= GB_IZE GB_ISE GB_LARGE +GB_IZE_DESC= en_GB dictionary with -ize spelling +GB_ISE_DESC= en_GB dictionary with -ise spelling +CA_STANDARD_DESC= Canadian dictionary considered standard by maintainers +US_STANDARD_DESC= American dictionary considered standard by maintainers +GB_LARGE_DESC= Dictionary with more words and multiple variants per word +CA_LARGE_DESC= ${GB_LARGE_DESC} +US_LARGE_DESC= ${GB_LARGE_DESC} + +PLIST_FILES= %%DATADIR%%/en_CA${CA_VARIANT}.aff \ + %%DATADIR%%/en_CA${CA_VARIANT}.dic \ + %%DATADIR%%/README_en_CA${CA_VARIANT}.txt \ + %%DATADIR%%/en_GB${GB_VARIANT}.dic \ + %%DATADIR%%/en_GB${GB_VARIANT}.aff \ + %%DATADIR%%/README_en_GB${GB_VARIANT}.txt \ + %%DATADIR%%/en_US${US_VARIANT}.aff \ + %%DATADIR%%/en_US${US_VARIANT}.dic \ + %%DATADIR%%/README_en_US${US_VARIANT}.txt \ %%DATADIR%%/en_GB.dic \ %%DATADIR%%/en_GB.aff \ - %%DATADIR%%/en_US.aff \ - %%DATADIR%%/en_US.dic + +COPY= -lh # Use hardlinks rather than copies under stage/ + +.include + +.for c in CA GB US +. for v in STANDARD ISE IZE LARGE +. if ${PORT_OPTIONS:M${c}_${v}} +${c}_VARIANT= ${v:S/STANDARD//:tl:C/^.+$/-&/} +. endif +. endfor +.endfor + +.if ${PORT_OPTIONS:MUS_LARGE} +PLIST_FILES+= %%DATADIR%%/en_US.aff %%DATADIR%%/en_US.dic +.endif +.if ${PORT_OPTIONS:MCA_LARGE} +PLIST_FILES+= %%DATADIR%%/en_CA.aff %%DATADIR%%/en_CA.dic +.endif GBALIASES= en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN \ en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW @@ -44,6 +75,17 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/*.aff ${WRKSRC}/*.dic ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/README_*.txt ${STAGEDIR}${DATADIR}/ + ${LN} -s en_GB${GB_VARIANT}.aff ${STAGEDIR}${DATADIR}/en_GB.aff + ${LN} -s en_GB${GB_VARIANT}.dic ${STAGEDIR}${DATADIR}/en_GB.dic +.if ${PORT_OPTIONS:MUS_LARGE} + ${LN} -s en_US-large.aff ${STAGEDIR}${DATADIR}/en_US.aff + ${LN} -s en_US-large.dic ${STAGEDIR}${DATADIR}/en_US.dic +.endif +.if ${PORT_OPTIONS:MCA_LARGE} + ${LN} -s en_CA-large.aff ${STAGEDIR}${DATADIR}/en_CA.aff + ${LN} -s en_CA-large.dic ${STAGEDIR}${DATADIR}/en_CA.dic +.endif .for ALIAS in ${GBALIASES} ${LN} -s en_GB.aff ${STAGEDIR}${DATADIR}/${ALIAS}.aff ${LN} -s en_GB.dic ${STAGEDIR}${DATADIR}/${ALIAS}.dic Modified: head/textproc/en-hunspell/distinfo ============================================================================== --- head/textproc/en-hunspell/distinfo Fri Feb 19 04:58:21 2016 (r409150) +++ head/textproc/en-hunspell/distinfo Fri Feb 19 05:14:17 2016 (r409151) @@ -1,6 +1,14 @@ -SHA256 (hunspell/hunspell-en_US-7.1-0.zip) = e1f341803f0aedb1a0d00ca1db988506fd6fe216758367e4bed66e2f2d22a198 -SIZE (hunspell/hunspell-en_US-7.1-0.zip) = 192842 -SHA256 (hunspell/hunspell-en_CA-7.1-0.zip) = 9229ffb96f6cdfd72dd03db4477c7416e9b90166498be2a5f487cc42e23f3223 -SIZE (hunspell/hunspell-en_CA-7.1-0.zip) = 193289 -SHA256 (hunspell/en_GB-1.20.zip) = 5869d8bd80eb2eb328ebe36b356348de4ae2acb1db6df39d1717d33f89f63728 -SIZE (hunspell/en_GB-1.20.zip) = 250182 +SHA256 (hunspell/hunspell-en_CA-2016.01.19.zip) = 00aea3cc360f6922b7b3978095cb963ca9c9fb76e7c0aa401da86f3a57e48920 +SHA256 (hunspell/hunspell-en_CA-large-2016.01.19.zip) = 04fd5dcfdca048e18640a1d420077473ab105431fc14ebe307bda452732abf6c +SHA256 (hunspell/hunspell-en_GB-ise-2016.01.19.zip) = d17486b550fa22e2da31f647daceec84ab6354289b99d5088e12f63d88a9a027 +SHA256 (hunspell/hunspell-en_GB-ize-2016.01.19.zip) = 52804f35c1dc44adabaf86fc0316181c2bed28c857880fa624aea248a23d677f +SHA256 (hunspell/hunspell-en_GB-large-2016.01.19.zip) = edcca9b78ae8923e6209db523355b4a91ac6d9daad94df12413498b4e5069719 +SHA256 (hunspell/hunspell-en_US-2016.01.19.zip) = fe0c48084bfd534f244ecd12836ae5e0b27fc10dab28879fdafece892267a674 +SHA256 (hunspell/hunspell-en_US-large-2016.01.19.zip) = 1c8a7a5a993313620a7d96e74e5c45f4df7ab9ad0141764ffeea66db9bfc089f +SIZE (hunspell/hunspell-en_CA-2016.01.19.zip) = 76872 +SIZE (hunspell/hunspell-en_CA-large-2016.01.19.zip) = 312039 +SIZE (hunspell/hunspell-en_GB-ise-2016.01.19.zip) = 196436 +SIZE (hunspell/hunspell-en_GB-ize-2016.01.19.zip) = 196388 +SIZE (hunspell/hunspell-en_GB-large-2016.01.19.zip) = 314577 +SIZE (hunspell/hunspell-en_US-2016.01.19.zip) = 195799 +SIZE (hunspell/hunspell-en_US-large-2016.01.19.zip) = 310556 Modified: head/textproc/en-hunspell/pkg-descr ============================================================================== --- head/textproc/en-hunspell/pkg-descr Fri Feb 19 04:58:21 2016 (r409150) +++ head/textproc/en-hunspell/pkg-descr Fri Feb 19 05:14:17 2016 (r409151) @@ -1,4 +1,5 @@ -English hunspell dictionaries +This port installs English dictionaries for US, British, and Canadian +variants of the language. Although use of the "standard" ones is +encouraged, multiple spelling options are available for all three. -WWW: http://wordlist.sourceforge.net/ -WWW: http://en-gb.pyxidium.co.uk/dictionary/ +WWW: http://wordlist.aspell.net/ Added: head/textproc/en-hunspell/pkg-help ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/en-hunspell/pkg-help Fri Feb 19 05:14:17 2016 (r409151) @@ -0,0 +1,31 @@ +README file for English Hunspell dictionaries derived from SCOWL. + +The following dictionaries are available: + + en_US (American) + en_CA (Canadian) + en_GB-ise (British with "ise" spelling) + en_GB-ize (British with "ize" spelling) + + en_US-large + en_CA-large + en_GB-large (with both "ise" and "ize" spelling) + +The normal (non-large) dictionaries correspond to SCOWL size 60 and, +to encourage consistent spelling, generally only include one spelling +variant for a word. The large dictionaries correspond to SCOWL size +70 and may include multiple spelling for a word when both variants are +considered almost equal. The larger dictionaries however (1) have not +been as carefully checked for errors as the normal dictionaries and +thus may contain misspelled or invalid words; and (2) contain +uncommon, yet valid, words that might cause problems as they are +likely to be misspellings of more common words (for example, "ort" and +"calender"). + +To get an idea of the difference in size, here are 25 random words +only found in the large dictionary for American English: + + Bermejo Freyr's Guenevere Hatshepsut Nottinghamshire arrestment + crassitudes crural dogwatches errorless fetial flaxseeds godroon + incretion jalape~no's kelpie kishkes neuroglias pietisms pullulation + stemwinder stenoses syce thalassic zees From owner-svn-ports-head@freebsd.org Fri Feb 19 06:25:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE53CAAD166; Fri, 19 Feb 2016 06:25:36 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A2471D09; Fri, 19 Feb 2016 06:25:36 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J6PZIE074219; Fri, 19 Feb 2016 06:25:35 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J6PZYG074214; Fri, 19 Feb 2016 06:25:35 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201602190625.u1J6PZYG074214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Fri, 19 Feb 2016 06:25:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409152 - in head/security/gnupg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 06:25:36 -0000 Author: kuriyama Date: Fri Feb 19 06:25:34 2016 New Revision: 409152 URL: https://svnweb.freebsd.org/changeset/ports/409152 Log: Update to 2.1.11 (minor fixes, with upstream patch). Added: head/security/gnupg/files/patch-dirmngr-dns-stuff.c (contents, props changed) Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo head/security/gnupg/files/patch-doc-Makefile.in head/security/gnupg/pkg-plist Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Fri Feb 19 05:14:17 2016 (r409151) +++ head/security/gnupg/Makefile Fri Feb 19 06:25:34 2016 (r409152) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.8 +PORTVERSION= 2.1.11 #PORTREVISION= 0 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Fri Feb 19 05:14:17 2016 (r409151) +++ head/security/gnupg/distinfo Fri Feb 19 06:25:34 2016 (r409152) @@ -1,4 +1,4 @@ -SHA256 (gnupg-2.1.8.tar.bz2) = a3b8d01e4690715d42e8f289493c85413766f3fa935e4fe7e5ff5b0f6e2781a3 -SIZE (gnupg-2.1.8.tar.bz2) = 4900705 -SHA256 (gnupg-2.1.8.tar.bz2.sig) = 5c8eea954ec0da63589454e5fddcee9f66016c205be981bd000db6b6a782a70c -SIZE (gnupg-2.1.8.tar.bz2.sig) = 574 +SHA256 (gnupg-2.1.11.tar.bz2) = b7b0fb2c8c5d47d7ec916d4a1097c0ddcb94a12bb1c0ac424ad86b1ee316b61a +SIZE (gnupg-2.1.11.tar.bz2) = 5224007 +SHA256 (gnupg-2.1.11.tar.bz2.sig) = 058fddcf04cf538712938f4229d8fc7292901e5f235c18dc5b52e98e23b00b0b +SIZE (gnupg-2.1.11.tar.bz2.sig) = 287 Added: head/security/gnupg/files/patch-dirmngr-dns-stuff.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gnupg/files/patch-dirmngr-dns-stuff.c Fri Feb 19 06:25:34 2016 (r409152) @@ -0,0 +1,20 @@ +--- dirmngr/dns-stuff.c.orig 2016-01-26 18:36:37.000000000 +0900 ++++ dirmngr/dns-stuff.c 2016-02-19 11:20:58.885089458 +0900 +@@ -177,13 +177,17 @@ + case EAI_BADFLAGS: err = gpg_error (GPG_ERR_INV_FLAG); break; + case EAI_FAIL: err = gpg_error (GPG_ERR_SERVER_FAILED); break; + case EAI_MEMORY: err = gpg_error (GPG_ERR_ENOMEM); break; ++#ifdef EAI_NODATA + case EAI_NODATA: err = gpg_error (GPG_ERR_NO_DATA); break; ++#endif + case EAI_NONAME: err = gpg_error (GPG_ERR_NO_NAME); break; + case EAI_SERVICE: err = gpg_error (GPG_ERR_NOT_SUPPORTED); break; + case EAI_FAMILY: err = gpg_error (GPG_ERR_EAFNOSUPPORT); break; + case EAI_SOCKTYPE: err = gpg_error (GPG_ERR_ESOCKTNOSUPPORT); break; + #ifndef HAVE_W32_SYSTEM ++#ifdef EAI_ADDRFAMILY + case EAI_ADDRFAMILY:err = gpg_error (GPG_ERR_EADDRNOTAVAIL); break; ++#endif + case EAI_SYSTEM: err = gpg_error_from_syserror (); break; + #endif + default: err = gpg_error (GPG_ERR_UNKNOWN_ERRNO); break; Modified: head/security/gnupg/files/patch-doc-Makefile.in ============================================================================== --- head/security/gnupg/files/patch-doc-Makefile.in Fri Feb 19 05:14:17 2016 (r409151) +++ head/security/gnupg/files/patch-doc-Makefile.in Fri Feb 19 06:25:34 2016 (r409152) @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig 2015-08-11 20:57:21.000000000 +0900 -+++ doc/Makefile.in 2015-08-12 01:06:54.960781832 +0900 -@@ -498,7 +498,7 @@ - myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 gpgv2.1 \ - watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \ - gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \ -- applygnupgdefaults.8 gpg-zip.1 \ -+ applygnupgdefaults.8 \ - dirmngr-client.1 +--- doc/Makefile.in.orig 2016-01-26 12:54:48.000000000 +0000 ++++ doc/Makefile.in 2016-02-19 01:59:17.000000000 +0000 +@@ -507,7 +507,7 @@ + watchgnupg_SOURCE = gnupg.texi + CLEANFILES = yat2m mkdefsinc defs.inc + DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \ +- $(myman_pages) gpg-zip.1 gnupg.7 ++ $(myman_pages) gnupg.7 - man_MANS = $(myman_pages) gnupg.7 + all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am Modified: head/security/gnupg/pkg-plist ============================================================================== --- head/security/gnupg/pkg-plist Fri Feb 19 05:14:17 2016 (r409151) +++ head/security/gnupg/pkg-plist Fri Feb 19 06:25:34 2016 (r409152) @@ -1,7 +1,6 @@ bin/gpg-agent bin/dirmngr bin/dirmngr-client -bin/g13 bin/gpgsm bin/gpgtar bin/gpg-connect-agent @@ -10,7 +9,6 @@ bin/kbxutil bin/gpg2 %%SUID_GPG%%@mode bin/gpgconf -bin/gpgkey2ssh bin/gpgparsemail bin/gpgv2 bin/symcryptrun @@ -52,6 +50,7 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt %%PORTDOCS%%%%DATADIR%%/com-certs.pem +%%DATADIR%%/dirmngr-conf.skel %%DATADIR%%/distsigkey.gpg %%DATADIR%%/gpg-conf.skel %%PORTDOCS%%%%DATADIR%%/help.be.txt @@ -83,6 +82,7 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DATADIR%%/help.zh_CN.txt %%PORTDOCS%%%%DATADIR%%/help.zh_TW.txt %%PORTDOCS%%%%DATADIR%%/qualified.txt +%%DATADIR%%/sks-keyservers.netCA.pem %%NLS%%share/locale/ca/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/cs/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/da/LC_MESSAGES/gnupg2.mo From owner-svn-ports-head@freebsd.org Fri Feb 19 06:44:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F79AAADA7F; Fri, 19 Feb 2016 06:44:16 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFF411577; Fri, 19 Feb 2016 06:44:15 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J6iE12080118; Fri, 19 Feb 2016 06:44:14 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J6iECf080116; Fri, 19 Feb 2016 06:44:14 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201602190644.u1J6iECf080116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 19 Feb 2016 06:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409153 - head/x11-fonts/ubuntu-font X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 06:44:16 -0000 Author: kevlo Date: Fri Feb 19 06:44:14 2016 New Revision: 409153 URL: https://svnweb.freebsd.org/changeset/ports/409153 Log: Update to 0.83 Modified: head/x11-fonts/ubuntu-font/Makefile head/x11-fonts/ubuntu-font/distinfo Modified: head/x11-fonts/ubuntu-font/Makefile ============================================================================== --- head/x11-fonts/ubuntu-font/Makefile Fri Feb 19 06:25:34 2016 (r409152) +++ head/x11-fonts/ubuntu-font/Makefile Fri Feb 19 06:44:14 2016 (r409153) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ubuntu-font -PORTVERSION= 0.80 -PORTREVISION= 2 +PORTVERSION= 0.83 CATEGORIES= x11-fonts MASTER_SITES= http://font.ubuntu.com/download/ Modified: head/x11-fonts/ubuntu-font/distinfo ============================================================================== --- head/x11-fonts/ubuntu-font/distinfo Fri Feb 19 06:25:34 2016 (r409152) +++ head/x11-fonts/ubuntu-font/distinfo Fri Feb 19 06:44:14 2016 (r409153) @@ -1,2 +1,2 @@ -SHA256 (ubuntu-font-family-0.80.zip) = 107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c -SIZE (ubuntu-font-family-0.80.zip) = 2091643 +SHA256 (ubuntu-font-family-0.83.zip) = 456d7d42797febd0d7d4cf1b782a2e03680bb4a5ee43cc9d06bda172bac05b42 +SIZE (ubuntu-font-family-0.83.zip) = 2092263 From owner-svn-ports-head@freebsd.org Fri Feb 19 06:56:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF6ABAAC1BF; Fri, 19 Feb 2016 06:56:16 +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 C1B391E6C; Fri, 19 Feb 2016 06:56:16 +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 u1J6uFJn083228; Fri, 19 Feb 2016 06:56:15 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J6uF1V083226; Fri, 19 Feb 2016 06:56:15 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602190656.u1J6uF1V083226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 19 Feb 2016 06:56:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409154 - head/dns/p5-Net-Domain-TLD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 06:56:17 -0000 Author: wen Date: Fri Feb 19 06:56:15 2016 New Revision: 409154 URL: https://svnweb.freebsd.org/changeset/ports/409154 Log: - Update to 1.74 Changes: http://cpansearch.perl.org/src/ALEXP/Net-Domain-TLD-1.74/Changes PR: 207320 Submitted by: vivek@khera.org(maintainer) Modified: head/dns/p5-Net-Domain-TLD/Makefile head/dns/p5-Net-Domain-TLD/distinfo Modified: head/dns/p5-Net-Domain-TLD/Makefile ============================================================================== --- head/dns/p5-Net-Domain-TLD/Makefile Fri Feb 19 06:44:14 2016 (r409153) +++ head/dns/p5-Net-Domain-TLD/Makefile Fri Feb 19 06:56:15 2016 (r409154) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Domain-TLD -PORTVERSION= 1.73 +PORTVERSION= 1.74 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/p5-Net-Domain-TLD/distinfo ============================================================================== --- head/dns/p5-Net-Domain-TLD/distinfo Fri Feb 19 06:44:14 2016 (r409153) +++ head/dns/p5-Net-Domain-TLD/distinfo Fri Feb 19 06:56:15 2016 (r409154) @@ -1,2 +1,2 @@ -SHA256 (Net-Domain-TLD-1.73.tar.gz) = 418abfa45fa620f3bec081fde8ed615e1e97dc6a6a1109cbbba82993da3b3b0c -SIZE (Net-Domain-TLD-1.73.tar.gz) = 29105 +SHA256 (Net-Domain-TLD-1.74.tar.gz) = bf936cc20834d5b9497e33dc41c2da6a58536b7a1e0df0b8f6ce7ed5111ca868 +SIZE (Net-Domain-TLD-1.74.tar.gz) = 36300 From owner-svn-ports-head@freebsd.org Fri Feb 19 07:25:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02DFFAAD437; Fri, 19 Feb 2016 07:25:16 +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 B82341111; Fri, 19 Feb 2016 07:25:15 +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 u1J7PEoM091829; Fri, 19 Feb 2016 07:25:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J7PE6w091823; Fri, 19 Feb 2016 07:25:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602190725.u1J7PE6w091823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 19 Feb 2016 07:25:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409155 - in head/java: . jd-gui jd-gui/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 07:25:16 -0000 Author: pi Date: Fri Feb 19 07:25:14 2016 New Revision: 409155 URL: https://svnweb.freebsd.org/changeset/ports/409155 Log: New port: java/jd-gui The Java Decompiler project aims to develop tools in order to decompile and analyze Java 5 byte code and later versions. JD-GUI is a standalone graphical utility that displays Java source codes of .class files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields. WWW: http://jd.benow.ca/ PR: 206488 Submitted by: Tobias Kortkamp Added: head/java/jd-gui/ head/java/jd-gui/Makefile (contents, props changed) head/java/jd-gui/distinfo (contents, props changed) head/java/jd-gui/files/ head/java/jd-gui/files/jd-gui.in (contents, props changed) head/java/jd-gui/files/patch-src_linux_resources_jd-gui.desktop (contents, props changed) head/java/jd-gui/pkg-descr (contents, props changed) Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Fri Feb 19 06:56:15 2016 (r409154) +++ head/java/Makefile Fri Feb 19 07:25:14 2016 (r409155) @@ -65,6 +65,7 @@ SUBDIR += jcalendar SUBDIR += jcckit SUBDIR += jcommon + SUBDIR += jd-gui SUBDIR += jdbcpool SUBDIR += jdk16-doc SUBDIR += jdk7-doc Added: head/java/jd-gui/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jd-gui/Makefile Fri Feb 19 07:25:14 2016 (r409155) @@ -0,0 +1,42 @@ +# Created by: Tobias Kortkamp +# $FreeBSD$ + +PORTNAME= jd-gui +PORTVERSION= 1.4.0 +DISTVERSIONPREFIX= v +CATEGORIES= java devel +MASTER_SITES= GH:src \ + https://github.com/java-decompiler/jd-gui/releases/download/v${PORTVERSION}/:jar +DISTFILES= ${DISTNAME}.tar.gz:src \ + jd-gui-${PORTVERSION}.jar:jar +EXTRACT_ONLY= ${DISTNAME}.tar.gz + +MAINTAINER= t@tobik.me +COMMENT= Java Decompiler GUI + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= java-decompiler + +USE_JAVA= yes +JAVA_VERSION= 1.7+ +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= bin/jd-gui \ + %%JAVAJARDIR%%/jd-gui.jar \ + share/applications/jd-gui.desktop \ + share/pixmaps/jd-gui.png + +SUB_FILES= jd-gui +SUB_LIST= JAVAJARDIR="${JAVAJARDIR}" + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/jd-gui ${STAGEDIR}${PREFIX}/bin/jd-gui + ${INSTALL_DATA} ${DISTDIR}/jd-gui-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/jd-gui.jar + ${INSTALL_DATA} ${WRKSRC}/src/linux/resources/jd-gui.desktop ${STAGEDIR}${PREFIX}/share/applications/ + ${INSTALL_DATA} ${WRKSRC}/src/linux/resources/jd_icon_128.png ${STAGEDIR}${PREFIX}/share/pixmaps/jd-gui.png + +.include Added: head/java/jd-gui/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jd-gui/distinfo Fri Feb 19 07:25:14 2016 (r409155) @@ -0,0 +1,4 @@ +SHA256 (java-decompiler-jd-gui-v1.4.0_GH0.tar.gz) = 5dd1220e7426352d51fa9eadb8a7d9685a6d7d93646c3fabae6f964cbf3edf2a +SIZE (java-decompiler-jd-gui-v1.4.0_GH0.tar.gz) = 307931 +SHA256 (jd-gui-1.4.0.jar) = bdd2f3dc8750910e0d69378482cff57f2ff29d23983d1e55d266390527bd6b67 +SIZE (jd-gui-1.4.0.jar) = 8764679 Added: head/java/jd-gui/files/jd-gui.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jd-gui/files/jd-gui.in Fri Feb 19 07:25:14 2016 (r409155) @@ -0,0 +1,2 @@ +#!/bin/sh +exec java -jar "%%JAVAJARDIR%%/jd-gui.jar" $@ Added: head/java/jd-gui/files/patch-src_linux_resources_jd-gui.desktop ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jd-gui/files/patch-src_linux_resources_jd-gui.desktop Fri Feb 19 07:25:14 2016 (r409155) @@ -0,0 +1,10 @@ +--- src/linux/resources/jd-gui.desktop.orig 2016-01-18 23:32:17 UTC ++++ src/linux/resources/jd-gui.desktop +@@ -2,6 +2,6 @@ + Comment=Java Decompiler JD-GUI + Terminal=false + Name=JD-GUI +-Exec=java -jar /opt/jd-gui/jd-gui.jar ++Exec=jd-gui + Type=Application + Icon=jd-gui Added: head/java/jd-gui/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jd-gui/pkg-descr Fri Feb 19 07:25:14 2016 (r409155) @@ -0,0 +1,8 @@ +The Java Decompiler project aims to develop tools in order to +decompile and analyze Java 5 byte code and later versions. + +JD-GUI is a standalone graphical utility that displays Java source +codes of .class files. You can browse the reconstructed source code +with the JD-GUI for instant access to methods and fields. + +WWW: http://jd.benow.ca/ From owner-svn-ports-head@freebsd.org Fri Feb 19 08:00:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D581AADC94; Fri, 19 Feb 2016 08:00: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 263F21F45; Fri, 19 Feb 2016 08:00: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 u1J80Ojc000798; Fri, 19 Feb 2016 08:00:24 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J80OGD000796; Fri, 19 Feb 2016 08:00:24 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602190800.u1J80OGD000796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 19 Feb 2016 08:00:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409156 - in head/textproc/gspell: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:00:25 -0000 Author: olivierd Date: Fri Feb 19 08:00:23 2016 New Revision: 409156 URL: https://svnweb.freebsd.org/changeset/ports/409156 Log: - Update to 0.1.2 - Add PORTSCOUT macro, because 0.2 API is incompatible with forthcoming LaTeXila 3.18.x - Remove patch Deleted: head/textproc/gspell/files/ Modified: head/textproc/gspell/Makefile head/textproc/gspell/distinfo Modified: head/textproc/gspell/Makefile ============================================================================== --- head/textproc/gspell/Makefile Fri Feb 19 07:25:14 2016 (r409155) +++ head/textproc/gspell/Makefile Fri Feb 19 08:00:23 2016 (r409156) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= gspell -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= textproc MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 MAINTAINER= olivierd@FreeBSD.org COMMENT= Spell checking for GTK+ @@ -15,6 +16,8 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/va iso-codes>=3.57:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +PORTSCOUT= limit:^0\.1\. + USES= gmake iconv libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gtksourceview3 introspection:build libxml2 GNU_CONFIGURE= yes @@ -23,7 +26,8 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS=--enable-introspection=yes \ --enable-compile-warnings=no \ - --without-html-dir + --without-html-dir \ + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig OPTIONS_DEFINE= NLS NLS_USES= gettext-tools Modified: head/textproc/gspell/distinfo ============================================================================== --- head/textproc/gspell/distinfo Fri Feb 19 07:25:14 2016 (r409155) +++ head/textproc/gspell/distinfo Fri Feb 19 08:00:23 2016 (r409156) @@ -1,2 +1,2 @@ -SHA256 (gspell-0.1.1.tar.xz) = fef8cd89d220fc9ad6b69ff625ca2263a09c69ba56fcefcc90cf4422896e4c52 -SIZE (gspell-0.1.1.tar.xz) = 354932 +SHA256 (gnome3/gspell-0.1.2.tar.xz) = e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0 +SIZE (gnome3/gspell-0.1.2.tar.xz) = 355128 From owner-svn-ports-head@freebsd.org Fri Feb 19 08:06:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2434BAAB005; Fri, 19 Feb 2016 08:06:04 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFB3212B2; Fri, 19 Feb 2016 08:06:03 +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 u1J8620c003579; Fri, 19 Feb 2016 08:06:02 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J8623D003576; Fri, 19 Feb 2016 08:06:02 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602190806.u1J8623D003576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 19 Feb 2016 08:06:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409157 - head/editors/latexila X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:06:04 -0000 Author: olivierd Date: Fri Feb 19 08:06:02 2016 New Revision: 409157 URL: https://svnweb.freebsd.org/changeset/ports/409157 Log: - Update to 3.18.2 - Adjust dependencies Modified: head/editors/latexila/Makefile head/editors/latexila/distinfo head/editors/latexila/pkg-plist Modified: head/editors/latexila/Makefile ============================================================================== --- head/editors/latexila/Makefile Fri Feb 19 08:00:23 2016 (r409156) +++ head/editors/latexila/Makefile Fri Feb 19 08:06:02 2016 (r409157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= latexila -PORTVERSION= 3.16.2 +PORTVERSION= 3.18.2 CATEGORIES= editors MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +16,7 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/va itstool:${PORTSDIR}/textproc/itstool \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ - libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 + libgspell-1.so:${PORTSDIR}/textproc/gspell USES= desktop-file-utils gettext-tools gmake pkgconfig tar:xz GNU_CONFIGURE= yes @@ -25,7 +25,8 @@ USE_TEX= latex dvipsk INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -CONFIGURE_ARGS=--without-help-dir +CONFIGURE_ARGS=--without-help-dir \ + --without-html-dir OPTIONS_DEFINE= NLS NLS_USES= gettext-runtime Modified: head/editors/latexila/distinfo ============================================================================== --- head/editors/latexila/distinfo Fri Feb 19 08:00:23 2016 (r409156) +++ head/editors/latexila/distinfo Fri Feb 19 08:06:02 2016 (r409157) @@ -1,2 +1,2 @@ -SHA256 (gnome3/latexila-3.16.2.tar.xz) = 5ad20a2acdb8c93dea5aa175a219e62efe5f4a7ffb67bc52ff6faf0c6f42bad3 -SIZE (gnome3/latexila-3.16.2.tar.xz) = 1058776 +SHA256 (gnome3/latexila-3.18.2.tar.xz) = 4bb584ec2c8d2ff8ee91e533ad7cf298f68b4a17c18b5663ea38482095c8773a +SIZE (gnome3/latexila-3.18.2.tar.xz) = 1094728 Modified: head/editors/latexila/pkg-plist ============================================================================== --- head/editors/latexila/pkg-plist Fri Feb 19 08:00:23 2016 (r409156) +++ head/editors/latexila/pkg-plist Fri Feb 19 08:06:02 2016 (r409157) @@ -2,32 +2,6 @@ bin/latexila man/man1/latexila.1.gz share/appdata/latexila.appdata.xml share/applications/latexila.desktop -share/gtk-doc/html/latexila/LatexilaBuildJob.html -share/gtk-doc/html/latexila/LatexilaBuildTool.html -share/gtk-doc/html/latexila/LatexilaBuildTools.html -share/gtk-doc/html/latexila/LatexilaBuildToolsDefault.html -share/gtk-doc/html/latexila/LatexilaBuildToolsPersonal.html -share/gtk-doc/html/latexila/LatexilaBuildView.html -share/gtk-doc/html/latexila/LatexilaPostProcessor.html -share/gtk-doc/html/latexila/LatexilaPostProcessorAllOutput.html -share/gtk-doc/html/latexila/LatexilaPostProcessorLatex.html -share/gtk-doc/html/latexila/LatexilaPostProcessorLatexmk.html -share/gtk-doc/html/latexila/LatexilaSynctex.html -share/gtk-doc/html/latexila/annotation-glossary.html -share/gtk-doc/html/latexila/api-index-full.html -share/gtk-doc/html/latexila/ch01.html -share/gtk-doc/html/latexila/home.png -share/gtk-doc/html/latexila/index.html -share/gtk-doc/html/latexila/latexila-LatexilaUtils.html -share/gtk-doc/html/latexila/latexila.devhelp2 -share/gtk-doc/html/latexila/left-insensitive.png -share/gtk-doc/html/latexila/left.png -share/gtk-doc/html/latexila/object-tree.html -share/gtk-doc/html/latexila/right-insensitive.png -share/gtk-doc/html/latexila/right.png -share/gtk-doc/html/latexila/style.css -share/gtk-doc/html/latexila/up-insensitive.png -share/gtk-doc/html/latexila/up.png share/icons/hicolor/128x128/apps/latexila.png share/icons/hicolor/16x16/apps/latexila.png share/icons/hicolor/22x22/apps/latexila.png @@ -66,6 +40,7 @@ share/icons/hicolor/scalable/apps/latexi %%NLS%%share/locale/nb/LC_MESSAGES/latexila.mo %%NLS%%share/locale/nl/LC_MESSAGES/latexila.mo %%NLS%%share/locale/pl/LC_MESSAGES/latexila.mo +%%NLS%%share/locale/pt/LC_MESSAGES/latexila.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/latexila.mo %%NLS%%share/locale/ru/LC_MESSAGES/latexila.mo %%NLS%%share/locale/sl/LC_MESSAGES/latexila.mo From owner-svn-ports-head@freebsd.org Fri Feb 19 08:18:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58DBFAAB5BC; Fri, 19 Feb 2016 08:18:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B38E187D; Fri, 19 Feb 2016 08:18:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1J8I9Cl006626; Fri, 19 Feb 2016 08:18:09 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J8I9Sn006625; Fri, 19 Feb 2016 08:18:09 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602190818.u1J8I9Sn006625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 19 Feb 2016 08:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409158 - head/www/otrs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:18:10 -0000 Author: wen Date: Fri Feb 19 08:18:08 2016 New Revision: 409158 URL: https://svnweb.freebsd.org/changeset/ports/409158 Log: - Add missing dependency PR: 205867 Submitted by: akuz84@gmail.com Approved by: maintainer Modified: head/www/otrs/Makefile Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Fri Feb 19 08:06:02 2016 (r409157) +++ head/www/otrs/Makefile Fri Feb 19 08:18:08 2016 (r409158) @@ -3,6 +3,7 @@ PORTNAME= otrs PORTVERSION= 5.0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -44,7 +45,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTS p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Schedule-Cron-Events>=1.94:${PORTSDIR}/sysutils/p5-Schedule-Cron-Events RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -72,6 +74,7 @@ GROUPS= ${USERS} www SUB_FILES= pkg-message SUB_LIST= OTRS_USER=${USERS} OTRS_GROUP=${USERS} WWWOWN=${WWWOWN} PKGMESSAGE= ${WRKDIR}/pkg-message +NO_ARCH= YES ROOT_DIRS_LIST= Kernel bin scripts BIN_DIRS_LIST= "" cgi-bin fcgi-bin From owner-svn-ports-head@freebsd.org Fri Feb 19 08:46:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52548AACB28; Fri, 19 Feb 2016 08:46:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 253071BEA; Fri, 19 Feb 2016 08:46:51 +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 u1J8kojn015428; Fri, 19 Feb 2016 08:46:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J8koV5015427; Fri, 19 Feb 2016 08:46:50 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602190846.u1J8koV5015427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 08:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409159 - head/databases/adminer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:46:51 -0000 Author: miwi Date: Fri Feb 19 08:46:49 2016 New Revision: 409159 URL: https://svnweb.freebsd.org/changeset/ports/409159 Log: - Switch to mysqli to support php7 Modified: head/databases/adminer/Makefile Modified: head/databases/adminer/Makefile ============================================================================== --- head/databases/adminer/Makefile Fri Feb 19 08:18:08 2016 (r409158) +++ head/databases/adminer/Makefile Fri Feb 19 08:46:49 2016 (r409159) @@ -3,6 +3,7 @@ PORTNAME= adminer PORTVERSION= 4.2.4 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= https://www.adminer.org/static/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -17,7 +18,7 @@ LICENSE= APACHE20 USES= zip NO_BUILD= yes -USE_PHP= mysql session +USE_PHP= mysqli session SUB_FILES= pkg-message PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" From owner-svn-ports-head@freebsd.org Fri Feb 19 08:48:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE3E8AACC0F; Fri, 19 Feb 2016 08:48:07 +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 9FC351CDE; Fri, 19 Feb 2016 08:48:07 +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 u1J8m6so015570; Fri, 19 Feb 2016 08:48:06 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J8m6FS015569; Fri, 19 Feb 2016 08:48:06 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602190848.u1J8m6FS015569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 08:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409160 - head/databases/dalmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:48:07 -0000 Author: miwi Date: Fri Feb 19 08:48:06 2016 New Revision: 409160 URL: https://svnweb.freebsd.org/changeset/ports/409160 Log: - Use mysqli only Modified: head/databases/dalmp/Makefile Modified: head/databases/dalmp/Makefile ============================================================================== --- head/databases/dalmp/Makefile Fri Feb 19 08:46:49 2016 (r409159) +++ head/databases/dalmp/Makefile Fri Feb 19 08:48:06 2016 (r409160) @@ -3,6 +3,7 @@ PORTNAME= dalmp PORTVERSION= 3.0.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= databases @@ -19,7 +20,7 @@ GH_PROJECT= ${PORTNAME:tu} USES= tar:bzip2 NO_BUILD= yes -USE_PHP= pcre mysql mysqli session memcache sqlite3 curl +USE_PHP= pcre mysqli session memcache sqlite3 curl do-install: @${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-head@freebsd.org Fri Feb 19 08:51:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA27BAACE07; Fri, 19 Feb 2016 08:51:11 +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 9848E1EEA; Fri, 19 Feb 2016 08:51:11 +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 u1J8pAUX015770; Fri, 19 Feb 2016 08:51:10 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J8pAW6015769; Fri, 19 Feb 2016 08:51:10 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602190851.u1J8pAW6015769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 08:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409161 - head/databases/pear-MDB2_Driver_mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:51:11 -0000 Author: miwi Date: Fri Feb 19 08:51:10 2016 New Revision: 409161 URL: https://svnweb.freebsd.org/changeset/ports/409161 Log: - ignore php70 Modified: head/databases/pear-MDB2_Driver_mysql/Makefile Modified: head/databases/pear-MDB2_Driver_mysql/Makefile ============================================================================== --- head/databases/pear-MDB2_Driver_mysql/Makefile Fri Feb 19 08:48:06 2016 (r409160) +++ head/databases/pear-MDB2_Driver_mysql/Makefile Fri Feb 19 08:51:10 2016 (r409161) @@ -16,5 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 .include From owner-svn-ports-head@freebsd.org Fri Feb 19 08:52:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A95FAAAD022; Fri, 19 Feb 2016 08:52:34 +0000 (UTC) (envelope-from lists@knigma.org) Received: from shrewd.pub.knigma.org (shrewd.ipv6.pub.knigma.org [IPv6:2001:8b0:b0:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDB810EF; Fri, 19 Feb 2016 08:52:34 +0000 (UTC) (envelope-from lists@knigma.org) Received: from mac.wireless.knigma.org (localhost [127.0.0.1]) (authenticated bits=0) by shrewd.pub.knigma.org (8.15.2/8.15.2) with ESMTPSA id u1J8qUa2094569 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 19 Feb 2016 08:52:30 GMT (envelope-from lists@knigma.org) Reply-To: markk@knigma.org Subject: INDEX broken: svn commit: r409089 - head/Mk References: <201602180454.u1I4siqw011574@repo.freebsd.org> To: Martin Wilke , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mark Knight Message-ID: <56C6D7CE.4010204@knigma.org> Date: Fri, 19 Feb 2016 08:52:30 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <201602180454.u1I4siqw011574@repo.freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (shrewd.pub.knigma.org [127.0.0.1]); Fri, 19 Feb 2016 08:52:31 +0000 (GMT) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:52:34 -0000 On 18/02/2016 04:54, Martin Wilke wrote: > Author: miwi > Date: Thu Feb 18 04:54:43 2016 > New Revision: 409089 > URL: https://svnweb.freebsd.org/changeset/ports/409089 > > Log: > - Unbreak index. > > Modified: > head/Mk/bsd.php.mk Hi Martin, I'm still seeing issues with this patch on FreeBSD 10.3-BETA2. I have php5-5.4.45 installed and nothing related to PHP in make.conf. Any ideas please? mkn@shrewd$ sudo portsdb -uU Updating the ports index ... Generating INDEX20160219-91295-19nslp3 - please wait..--- describe.accessibility --- --- describe.arabic --- --- describe.archivers --- --- describe.astro --- --- describe.archivers --- make[5]: "/usr/ports/Mk/bsd.php.mk" line 342: Malformed conditional (${_USE_PHP_VER${PHP_VER}:M${:Ubz2}} != "") make[5]: "/usr/ports/Mk/bsd.php.mk" line 342: Malformed conditional (${_USE_PHP_VER${PHP_VER}:M${:Upcre}} != "") make[5]: "/usr/ports/Mk/bsd.php.mk" line 342: Malformed conditional (${_USE_PHP_VER${PHP_VER}:M${:Uzlib}} != "") make[5]: Fatal errors encountered -- cannot continue===> archivers/pear-File_Archive failed *** [describe.archivers] Error code 1 -- Mark Knight Mobile: +44 7753 250584. http://www.knigma.org/ Email: markk@knigma.org. Skype: knigma From owner-svn-ports-head@freebsd.org Fri Feb 19 08:54:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7430BAAD1AA; Fri, 19 Feb 2016 08:54:50 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46B0D1297; Fri, 19 Feb 2016 08:54:50 +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 u1J8snwv018557; Fri, 19 Feb 2016 08:54:49 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J8snlf018555; Fri, 19 Feb 2016 08:54:49 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201602190854.u1J8snlf018555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 19 Feb 2016 08:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409162 - head/dns/dnsmasq-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:54:50 -0000 Author: mandree Date: Fri Feb 19 08:54:49 2016 New Revision: 409162 URL: https://svnweb.freebsd.org/changeset/ports/409162 Log: Upgrade to -test10 release. Upstream's CHANGELOG since -test8: Don't crash with divide-by-zero if an IPv6 dhcp-range is declared as a whole /64. (ie xx::0 to xx::ffff:ffff:ffff:ffff) Thanks to Laurent Bendel for spotting this problem. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Fri Feb 19 08:51:10 2016 (r409161) +++ head/dns/dnsmasq-devel/Makefile Fri Feb 19 08:54:49 2016 (r409162) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.76test8 -PORTVERSION= 2.76.0test8 +DISTVERSION= 2.76test10 +PORTVERSION= 2.76.0test10 CATEGORIES= dns ipv6 #MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Fri Feb 19 08:51:10 2016 (r409161) +++ head/dns/dnsmasq-devel/distinfo Fri Feb 19 08:54:49 2016 (r409162) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.76test8.tar.xz) = 1e23c406b1cdc6b4e68ab628246c53a006f6f736035a02c4fe328ae132f50a7d -SIZE (dnsmasq-2.76test8.tar.xz) = 489796 +SHA256 (dnsmasq-2.76test10.tar.xz) = 3b8bfbb9a26261110a7249997559924ccb7c3ea6f83396b1cfd788a883ce5e99 +SIZE (dnsmasq-2.76test10.tar.xz) = 490192 From owner-svn-ports-head@freebsd.org Fri Feb 19 08:54:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 347BFAAD1B7; Fri, 19 Feb 2016 08:54:52 +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 E01011298; Fri, 19 Feb 2016 08:54:51 +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 u1J8soJN018721; Fri, 19 Feb 2016 08:54:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J8soOf018717; Fri, 19 Feb 2016 08:54:50 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602190854.u1J8soOf018717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 08:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409163 - in head/databases: pear-Structures_DataGrid_DataSource_DBQuery pear-Structures_DataGrid_DataSource_DBTable pear-Structures_DataGrid_DataSource_DataObject pear-Structures_DataG... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:54:52 -0000 Author: miwi Date: Fri Feb 19 08:54:50 2016 New Revision: 409163 URL: https://svnweb.freebsd.org/changeset/ports/409163 Log: - Ignore php70 Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Fri Feb 19 08:54:49 2016 (r409162) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Fri Feb 19 08:54:50 2016 (r409163) @@ -15,5 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 +NO_ARCH= yes .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Fri Feb 19 08:54:49 2016 (r409162) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Fri Feb 19 08:54:50 2016 (r409163) @@ -15,5 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 +NO_ARCH= yes .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Fri Feb 19 08:54:49 2016 (r409162) +++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Fri Feb 19 08:54:50 2016 (r409163) @@ -15,5 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 +NO_ARCH= yes .include Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Fri Feb 19 08:54:49 2016 (r409162) +++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Fri Feb 19 08:54:50 2016 (r409163) @@ -15,5 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Fri Feb 19 08:56:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D23AAAD277; Fri, 19 Feb 2016 08:56:10 +0000 (UTC) (envelope-from miwi.fbsd@gmail.com) Received: from mail-vk0-x22c.google.com (mail-vk0-x22c.google.com [IPv6:2607:f8b0:400c:c05::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 384E914AB; Fri, 19 Feb 2016 08:56:10 +0000 (UTC) (envelope-from miwi.fbsd@gmail.com) Received: by mail-vk0-x22c.google.com with SMTP id e6so68301957vkh.2; Fri, 19 Feb 2016 00:56:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=cLKytzyfVb4KdM9c25sgGW9Iq+tjzc1v2njTSIX+aEs=; b=KdEQnBlvC2KonrsJMDoSgmjqBtiOpil7N7D0VCqflej6NFRVeme4q8eeiV1T3jqKeF SfVlWH3GrMqKabBVsSC3sS7oDDpLAINz+d1zwitkhFC1kfGHZ7pYkO3RObCAOEU1oXUg c0gaQbwxWi+fz99rppdwp36GYe1LIq43LlbxAvtz4jtb1P4JVALsNzmv0H3UPZsyvSX3 BICx8T3Rp9aNGuO7ZNq99tiMWBFwqV/bWSodmfLA9N1ARPRYZPK+tQ/a51O+IOatBzxV CRdMZOXU/o0ihuk/0T9BT9312oB3gfo2Lpt2TZ2BNzfnD3srRxrJb9/7d4Bf6J0rqW3i NX8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=cLKytzyfVb4KdM9c25sgGW9Iq+tjzc1v2njTSIX+aEs=; b=TptHeRWS4R1ysU/f7KfN5kkwHMxtcScXGBGU7gMWar2eKqQboMJsNJD/zZoPFKx19x nzEAhPjUpll/e/KKcMK8Bjr2m4ygm0W0SRKvIk1EAG23pgZ4aVq2wJAthsVyT7OSUMuI sW2zD8W3g2cO/vM8kNrIfRk4ezdQVUItWGyFTRWAIv8Ski2f/4jCJotRawiFfKvc0CQu nboPMDVpAmgnmX2l6YkNmA2n67pdlImS5Z5O6iG6VATo4Est89/jt6aMAlOftsgNheWU g7BZ196a/GTMYY5TRk4vnqocGPCUIr/1SIs1ePO7abXovTa5a/J8D4din+6zgovQFkVd yLaA== X-Gm-Message-State: AG10YOTulACwwHlRHp+S/YdA4XNv/syCK0pH0RTzu3xRT5x6YOpsxHyqxCudWVtkTCbhj+CtPDeO8oRAmiKXfQ== MIME-Version: 1.0 X-Received: by 10.31.182.143 with SMTP id g137mr9849174vkf.45.1455872169296; Fri, 19 Feb 2016 00:56:09 -0800 (PST) Sender: miwi.fbsd@gmail.com Received: by 10.176.7.70 with HTTP; Fri, 19 Feb 2016 00:56:09 -0800 (PST) In-Reply-To: <56C6D7CE.4010204@knigma.org> References: <201602180454.u1I4siqw011574@repo.freebsd.org> <56C6D7CE.4010204@knigma.org> Date: Fri, 19 Feb 2016 16:56:09 +0800 X-Google-Sender-Auth: V2c9SsDTcyC8BE2uSOgkg3T0HAI Message-ID: Subject: Re: INDEX broken: svn commit: r409089 - head/Mk From: Martin Wilke To: markk@knigma.org Cc: "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.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 08:56:10 -0000 Hi, php5 is gone, please change your DEFAULT_VERSION - Martin From owner-svn-ports-head@freebsd.org Fri Feb 19 09:02:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DE66AAD839; Fri, 19 Feb 2016 09:02:24 +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 70DFA1A32; Fri, 19 Feb 2016 09:02:24 +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 u1J92N57021535; Fri, 19 Feb 2016 09:02:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J92ND1021534; Fri, 19 Feb 2016 09:02:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602190902.u1J92ND1021534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 09:02:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409164 - head/databases/phpminiadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 09:02:24 -0000 Author: miwi Date: Fri Feb 19 09:02:23 2016 New Revision: 409164 URL: https://svnweb.freebsd.org/changeset/ports/409164 Log: - Ignore php70 - While here add NO_ARCH Modified: head/databases/phpminiadmin/Makefile Modified: head/databases/phpminiadmin/Makefile ============================================================================== --- head/databases/phpminiadmin/Makefile Fri Feb 19 08:54:50 2016 (r409163) +++ head/databases/phpminiadmin/Makefile Fri Feb 19 09:02:23 2016 (r409164) @@ -19,6 +19,8 @@ LICENSE_COMB= dual NO_WRKSUBDIR= yes NO_BUILD= yes USE_PHP= mysql pcre session +IGNORE_WITH_PHP= 70 +NO_ARCH= yes PLIST_FILES= ${WWWDIR_REL}/phpminiadmin.php From owner-svn-ports-head@freebsd.org Fri Feb 19 09:15:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D71B2AADED7; Fri, 19 Feb 2016 09:15:56 +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 8B9171123; Fri, 19 Feb 2016 09:15:56 +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 u1J9Ft89024654; Fri, 19 Feb 2016 09:15:55 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1J9FtwT024651; Fri, 19 Feb 2016 09:15:55 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602190915.u1J9FtwT024651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 19 Feb 2016 09:15:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409165 - head/textproc/lttoolbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 09:15:56 -0000 Author: wen Date: Fri Feb 19 09:15:55 2016 New Revision: 409165 URL: https://svnweb.freebsd.org/changeset/ports/409165 Log: - Update to 3.3.2 - Add LICENSE PR: 205831 Submitted by: wen@(myself) Approved by: maintainer(timeoout, >40 days) Modified: head/textproc/lttoolbox/Makefile head/textproc/lttoolbox/distinfo head/textproc/lttoolbox/pkg-plist Modified: head/textproc/lttoolbox/Makefile ============================================================================== --- head/textproc/lttoolbox/Makefile Fri Feb 19 09:02:23 2016 (r409164) +++ head/textproc/lttoolbox/Makefile Fri Feb 19 09:15:55 2016 (r409165) @@ -3,17 +3,18 @@ PORTNAME= lttoolbox PORTVERSION= ${APVER}.${APREV} -PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/apertium/${PORTNAME}/${APVER} MAINTAINER= i@levsha.me COMMENT= Tool for lexical, morphological analysis and generation of words +LICENSE= GPLv2 + LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 APVER= 3.3 -APREV= 0 +APREV= 2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/textproc/lttoolbox/distinfo ============================================================================== --- head/textproc/lttoolbox/distinfo Fri Feb 19 09:02:23 2016 (r409164) +++ head/textproc/lttoolbox/distinfo Fri Feb 19 09:15:55 2016 (r409165) @@ -1,2 +1,2 @@ -SHA256 (lttoolbox-3.3.0.tar.gz) = b12cb16f286e87f15eea0e3e988c70e89183eaa6e46a517aff2a4260e52ed773 -SIZE (lttoolbox-3.3.0.tar.gz) = 433689 +SHA256 (lttoolbox-3.3.2.tar.gz) = 4a3e254df0654d81dff3d8af4b0b86a99be6780da7a447e4ea8dd189e6121ec7 +SIZE (lttoolbox-3.3.2.tar.gz) = 438521 Modified: head/textproc/lttoolbox/pkg-plist ============================================================================== --- head/textproc/lttoolbox/pkg-plist Fri Feb 19 09:02:23 2016 (r409164) +++ head/textproc/lttoolbox/pkg-plist Fri Feb 19 09:15:55 2016 (r409165) @@ -34,6 +34,8 @@ lib/liblttoolbox3-%%APVER%%.so.0 lib/liblttoolbox3-%%APVER%%.so.0.0.0 lib/liblttoolbox3.a lib/liblttoolbox3.so +%%DATADIR%%/acx.xsd +%%DATADIR%%/dix.xsd %%DATADIR%%/dix.dtd %%DATADIR%%/acx.rng %%DATADIR%%/dix.rng From owner-svn-ports-head@freebsd.org Fri Feb 19 11:12:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 241E3AAD18A; Fri, 19 Feb 2016 11:12:55 +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 EC7771E36; Fri, 19 Feb 2016 11:12:54 +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 u1JBCsmJ059175; Fri, 19 Feb 2016 11:12:54 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JBCsGj059174; Fri, 19 Feb 2016 11:12:54 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602191112.u1JBCsGj059174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Feb 2016 11:12:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409166 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 11:12:55 -0000 Author: rakuco Date: Fri Feb 19 11:12:53 2016 New Revision: 409166 URL: https://svnweb.freebsd.org/changeset/ports/409166 Log: Regenerate distinfo information for gnupg-2.1.11.tar.bz2.sig. This fixes `make fetch'. The actual hash and sizes are different, as mentioned in the associated PR. I have also checked it manually, and verified the tarball's signature with `gpg --verify gnupg-2.1.11.tar.bz2.sig gnupg-2.1.11.tar.bz2'. I don't understand how this happened, but it looks similar to bug 202312. PR: 207327 Submitted by: Trond.Endrestol@ximalas.info Modified: head/security/gnupg/distinfo Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Fri Feb 19 09:15:55 2016 (r409165) +++ head/security/gnupg/distinfo Fri Feb 19 11:12:53 2016 (r409166) @@ -1,4 +1,4 @@ SHA256 (gnupg-2.1.11.tar.bz2) = b7b0fb2c8c5d47d7ec916d4a1097c0ddcb94a12bb1c0ac424ad86b1ee316b61a SIZE (gnupg-2.1.11.tar.bz2) = 5224007 -SHA256 (gnupg-2.1.11.tar.bz2.sig) = 058fddcf04cf538712938f4229d8fc7292901e5f235c18dc5b52e98e23b00b0b -SIZE (gnupg-2.1.11.tar.bz2.sig) = 287 +SHA256 (gnupg-2.1.11.tar.bz2.sig) = cf2ca28205a479ceac1fa5b6ac3d855c9461814c9cd231e4da2cf4f156f738f0 +SIZE (gnupg-2.1.11.tar.bz2.sig) = 574 From owner-svn-ports-head@freebsd.org Fri Feb 19 11:15:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D7CFAAD316; Fri, 19 Feb 2016 11:15:35 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 CB1B21FF1; Fri, 19 Feb 2016 11:15:34 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x232.google.com with SMTP id g62so64128496wme.0; Fri, 19 Feb 2016 03:15:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=KMAXrF9uNZWqdBRfGIvTM7i6VxC2AU3xiE/FOE9rU+o=; b=dIWVEkpCiMZcvG104jQPpxnut6iGxda40bKEMFy3PBCn6+vxYahKfar1+WIw2vaJBM jhER8ehb5OQeMYZK5d6A5x3wYXexAKMN9mBkeIQJdAt/RdqrPcVnlzG0EuBXYgArLBed moQiuYPn0djsbSKp7BQZYx9lrh5/jumQlpvPpHGcJ9hZR1/4ocDcrA/wLzDdqOHaPXlC 4gJd095EqmiWV47odySh57W7hFdd+ZMwlvB7o0T9vJe3uaYxWIW92EMas9J9BPCRzIHz leUVjm43v/ypJ+eOTSZVIBVmHhu90Ty6rugO/0ONzLP8lncfyGhOoknksxVBJszySEa2 RJag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=KMAXrF9uNZWqdBRfGIvTM7i6VxC2AU3xiE/FOE9rU+o=; b=a+BkQafEbMX8tkfEvzyEqlYC2DqpmVV0L273m2FHBmQHlfQ2pdgHZ0NFchLJ+QVhQT qKQVXXI/ymEOXJWyWFL0IX22virfzk13eMPx03fEplYq7tfPbWH+ExBkJiGKjRFfB9fj L4IxLWxUCPBne9Nxou4500WhjPYdeAaQM4ADzfhjFAak8VCKCoYrfk2MzSgpI0Jkq2Jn lQ2zyXxgB0L2kJ4KJuM18XdEPqLIlM+vBrCqWqjhXD++sA2LXTJyUXLWEnSMhrea0/QZ uH5XPVW458vLQZ+EnCw/F9UEzFY0a3HTUcbS8Y89tnvFsY8Lt8734zEV4hVqmbeGJYnA IZOg== X-Gm-Message-State: AG10YOS6Bnrn/EClkaOyNHqM8ZNbUOki/EWuAHPlpuXWEmAnDvH/JtwCW+XRBRHmQCCEjA== X-Received: by 10.28.19.130 with SMTP id 124mr9020531wmt.2.1455880533387; Fri, 19 Feb 2016 03:15:33 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id hm9sm10731656wjb.34.2016.02.19.03.15.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Feb 2016 03:15:32 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Jun Kuriyama Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r409152 - in head/security/gnupg: . files References: <201602190625.u1J6PZYG074214@repo.freebsd.org> Date: Fri, 19 Feb 2016 12:15:26 +0100 In-Reply-To: <201602190625.u1J6PZYG074214@repo.freebsd.org> (Jun Kuriyama's message of "Fri, 19 Feb 2016 06:25:35 +0000 (UTC)") Message-ID: <86wpq1rlwx.fsf@FreeBSD.org> User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 11:15:35 -0000 Jun Kuriyama writes: > Author: kuriyama > Date: Fri Feb 19 06:25:34 2016 > New Revision: 409152 > URL: https://svnweb.freebsd.org/changeset/ports/409152 > > Log: > Update to 2.1.11 (minor fixes, with upstream patch). [..] > Modified: head/security/gnupg/distinfo > ============================================================================== > --- head/security/gnupg/distinfo Fri Feb 19 05:14:17 2016 (r409151) > +++ head/security/gnupg/distinfo Fri Feb 19 06:25:34 2016 (r409152) > @@ -1,4 +1,4 @@ > -SHA256 (gnupg-2.1.8.tar.bz2) = a3b8d01e4690715d42e8f289493c85413766f3fa935e4fe7e5ff5b0f6e2781a3 > -SIZE (gnupg-2.1.8.tar.bz2) = 4900705 > -SHA256 (gnupg-2.1.8.tar.bz2.sig) = 5c8eea954ec0da63589454e5fddcee9f66016c205be981bd000db6b6a782a70c > -SIZE (gnupg-2.1.8.tar.bz2.sig) = 574 > +SHA256 (gnupg-2.1.11.tar.bz2) = b7b0fb2c8c5d47d7ec916d4a1097c0ddcb94a12bb1c0ac424ad86b1ee316b61a > +SIZE (gnupg-2.1.11.tar.bz2) = 5224007 > +SHA256 (gnupg-2.1.11.tar.bz2.sig) = 058fddcf04cf538712938f4229d8fc7292901e5f235c18dc5b52e98e23b00b0b > +SIZE (gnupg-2.1.11.tar.bz2.sig) = 287 FYI, I had to land a follow-up commit for this update to actually work: https://svnweb.freebsd.org/ports?view=revision&revision=409166 From owner-svn-ports-head@freebsd.org Fri Feb 19 11:24:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67817AAD82C; Fri, 19 Feb 2016 11:24:34 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A18613E1; Fri, 19 Feb 2016 11:24:34 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JBOXhr062241; Fri, 19 Feb 2016 11:24:33 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JBOX15062239; Fri, 19 Feb 2016 11:24:33 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201602191124.u1JBOX15062239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Fri, 19 Feb 2016 11:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409167 - head/devel/p5-Module-CPANfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 11:24:34 -0000 Author: lth Date: Fri Feb 19 11:24:32 2016 New Revision: 409167 URL: https://svnweb.freebsd.org/changeset/ports/409167 Log: - Update to 1.1002 Changes: https://metacpan.org/changes/distribution/Module-CPANfile Modified: head/devel/p5-Module-CPANfile/Makefile head/devel/p5-Module-CPANfile/distinfo Modified: head/devel/p5-Module-CPANfile/Makefile ============================================================================== --- head/devel/p5-Module-CPANfile/Makefile Fri Feb 19 11:12:53 2016 (r409166) +++ head/devel/p5-Module-CPANfile/Makefile Fri Feb 19 11:24:32 2016 (r409167) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Module-CPANfile -PORTVERSION= 1.1001 +PORTVERSION= 1.1002 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CPANfile/distinfo ============================================================================== --- head/devel/p5-Module-CPANfile/distinfo Fri Feb 19 11:12:53 2016 (r409166) +++ head/devel/p5-Module-CPANfile/distinfo Fri Feb 19 11:24:32 2016 (r409167) @@ -1,2 +1,2 @@ -SHA256 (Module-CPANfile-1.1001.tar.gz) = ad435d7658c6fd86c02b89527e27a3881d04df528989365a700934a3c22b08d6 -SIZE (Module-CPANfile-1.1001.tar.gz) = 21871 +SHA256 (Module-CPANfile-1.1002.tar.gz) = bf95c25b4c5c22ec045cff61557bc693bc062e4714615ebbbafe4070f4d53cfd +SIZE (Module-CPANfile-1.1002.tar.gz) = 22117 From owner-svn-ports-head@freebsd.org Fri Feb 19 11:41:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BB2FAAC12F; Fri, 19 Feb 2016 11:41:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38FCF1E23; Fri, 19 Feb 2016 11:41:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JBfEFH066270; Fri, 19 Feb 2016 11:41:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JBfDIb066266; Fri, 19 Feb 2016 11:41:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602191141.u1JBfDIb066266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 19 Feb 2016 11:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409168 - in head/multimedia: plexmediaserver plexmediaserver-plexpass plexmediaserver-plexpass/files plexmediaserver/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 11:41:15 -0000 Author: feld Date: Fri Feb 19 11:41:13 2016 New Revision: 409168 URL: https://svnweb.freebsd.org/changeset/ports/409168 Log: multimedia/plexmediaserver{-plexpass}: Fix Log dir name Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/files/plexmediaserver.in Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 19 11:24:32 2016 (r409167) +++ head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 19 11:41:13 2016 (r409168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTVERSION= 0.9.15.4.1679 -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org Modified: head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in ============================================================================== --- head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Fri Feb 19 11:24:32 2016 (r409167) +++ head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Fri Feb 19 11:41:13 2016 (r409168) @@ -49,7 +49,7 @@ plex_precmd() export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins} export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path} export PLEX_MEDIA_SERVER_PIDFILE=${pidfile} - export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}" + export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs" export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Fri Feb 19 11:24:32 2016 (r409167) +++ head/multimedia/plexmediaserver/Makefile Fri Feb 19 11:41:13 2016 (r409168) @@ -3,7 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION?= 0.9.15.3.1674 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= multimedia MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \ https://nightlies.plexapp.com/directdl/plex-media-server/dist-ninja/${PORTVERSION}-${PLEX_BUILD}/ Modified: head/multimedia/plexmediaserver/files/plexmediaserver.in ============================================================================== --- head/multimedia/plexmediaserver/files/plexmediaserver.in Fri Feb 19 11:24:32 2016 (r409167) +++ head/multimedia/plexmediaserver/files/plexmediaserver.in Fri Feb 19 11:41:13 2016 (r409168) @@ -49,7 +49,7 @@ plex_precmd() export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins} export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path} export PLEX_MEDIA_SERVER_PIDFILE=${pidfile} - export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}" + export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs" export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" From owner-svn-ports-head@freebsd.org Fri Feb 19 12:17:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5EC6AAD916; Fri, 19 Feb 2016 12:17:53 +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 97EE0111B; Fri, 19 Feb 2016 12:17:53 +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 u1JCHqiS077006; Fri, 19 Feb 2016 12:17:52 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JCHq2Q077005; Fri, 19 Feb 2016 12:17:52 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602191217.u1JCHq2Q077005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 12:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409169 - head/deskutils/myitcrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 12:17:53 -0000 Author: miwi Date: Fri Feb 19 12:17:52 2016 New Revision: 409169 URL: https://svnweb.freebsd.org/changeset/ports/409169 Log: - Switch to mysqli Modified: head/deskutils/myitcrm/Makefile Modified: head/deskutils/myitcrm/Makefile ============================================================================== --- head/deskutils/myitcrm/Makefile Fri Feb 19 11:41:13 2016 (r409168) +++ head/deskutils/myitcrm/Makefile Fri Feb 19 12:17:52 2016 (r409169) @@ -3,7 +3,7 @@ PORTNAME= myitcrm PORTVERSION= 0.2.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= SF/myitcrm/ DISTNAME= MyITCRM1-${PORTVERSION} @@ -14,7 +14,7 @@ COMMENT= MyIT CRM is a CRM project desig LICENSE= GPLv3 USES= dos2unix zip -USE_PHP= mysql session xml +USE_PHP= mysqli session xml NO_BUILD= yes WRKSRC= ${WRKDIR}/MyITCRM-${PORTVERSION} From owner-svn-ports-head@freebsd.org Fri Feb 19 12:21:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2763AADB21; Fri, 19 Feb 2016 12:21:31 +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 B48831319; Fri, 19 Feb 2016 12:21:31 +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 u1JCLUJD079777; Fri, 19 Feb 2016 12:21:30 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JCLUpa079776; Fri, 19 Feb 2016 12:21:30 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602191221.u1JCLUpa079776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 12:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409170 - head/deskutils/surrealtodo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 12:21:32 -0000 Author: miwi Date: Fri Feb 19 12:21:30 2016 New Revision: 409170 URL: https://svnweb.freebsd.org/changeset/ports/409170 Log: - Ignore php7 Modified: head/deskutils/surrealtodo/Makefile Modified: head/deskutils/surrealtodo/Makefile ============================================================================== --- head/deskutils/surrealtodo/Makefile Fri Feb 19 12:17:52 2016 (r409169) +++ head/deskutils/surrealtodo/Makefile Fri Feb 19 12:21:30 2016 (r409170) @@ -16,6 +16,7 @@ USE_MYSQL= yes NO_BUILD= yes WWWOWN= www WWWGRP= ${WWWOWN} +IGNORE_WITH_PHP= 70 PKGMESSAGE= ${WRKDIR}/${PORTNAME}/pkg-message SUB_FILES= pkg-message From owner-svn-ports-head@freebsd.org Fri Feb 19 12:29:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE1FEAADFFD; Fri, 19 Feb 2016 12:29:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B077E1A6F; Fri, 19 Feb 2016 12:29:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JCThcU080154; Fri, 19 Feb 2016 12:29:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JCThcG080153; Fri, 19 Feb 2016 12:29:43 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602191229.u1JCThcG080153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 12:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409171 - head/deskutils/tine20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 12:29:45 -0000 Author: miwi Date: Fri Feb 19 12:29:43 2016 New Revision: 409171 URL: https://svnweb.freebsd.org/changeset/ports/409171 Log: - Use pdo_mysql to allow to work with php Modified: head/deskutils/tine20/Makefile Modified: head/deskutils/tine20/Makefile ============================================================================== --- head/deskutils/tine20/Makefile Fri Feb 19 12:21:30 2016 (r409170) +++ head/deskutils/tine20/Makefile Fri Feb 19 12:29:43 2016 (r409171) @@ -3,6 +3,7 @@ PORTNAME= tine20 PORTVERSION= 0.0.2012.10.04 +PORTREVISION= 1 DISTVERSIONSUFFIX= 2012.10.4 CATEGORIES= deskutils www MASTER_SITES= http://www.tine20.org/downloads/${DISTVERSIONSUFFIX}/ @@ -25,7 +26,7 @@ APC_DESC= Enable pecl-APC support MEMCACHE_DESC= Enable pecl-memcache support USE_MYSQL= yes -USE_PHP= ctype dom gd iconv json mcrypt mysql pdo_mysql simplexml \ +USE_PHP= ctype dom gd iconv json mcrypt pdo_mysql simplexml \ spl xml zip WANT_PHP_WEB= yes From owner-svn-ports-head@freebsd.org Fri Feb 19 12:30:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15C3DAAE097; Fri, 19 Feb 2016 12:30:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB75C1CDD; Fri, 19 Feb 2016 12:30:16 +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 u1JCUFYt080284; Fri, 19 Feb 2016 12:30:15 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JCUFxa080283; Fri, 19 Feb 2016 12:30:15 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602191230.u1JCUFxa080283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 12:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409172 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 12:30:17 -0000 Author: miwi Date: Fri Feb 19 12:30:15 2016 New Revision: 409172 URL: https://svnweb.freebsd.org/changeset/ports/409172 Log: - Switch to mysqli support Modified: head/deskutils/sugarcrm/Makefile Modified: head/deskutils/sugarcrm/Makefile ============================================================================== --- head/deskutils/sugarcrm/Makefile Fri Feb 19 12:29:43 2016 (r409171) +++ head/deskutils/sugarcrm/Makefile Fri Feb 19 12:30:15 2016 (r409172) @@ -3,6 +3,7 @@ PORTNAME= sugarcrm PORTVERSION= 6.5.22 +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= SF/${PORTNAME}/1%20-%20SugarCRM%206.5.X/SugarCommunityEdition-6.5.X DISTNAME= SugarCE-${PORTVERSION} @@ -11,7 +12,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Web based customer relationship management suite USES= zip -USE_PHP= gd mysql session pcre xml zlib mbstring curl imap spl posix \ +USE_PHP= gd mysqli session pcre xml zlib mbstring curl imap spl posix \ json ctype zip tokenizer NO_BUILD= yes WRKSRC= ${WRKDIR}/SugarCE-Full-${PORTVERSION} From owner-svn-ports-head@freebsd.org Fri Feb 19 12:33:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36446AAE342; Fri, 19 Feb 2016 12:33:29 +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 07CF61142; Fri, 19 Feb 2016 12:33:28 +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 u1JCXSqK083049; Fri, 19 Feb 2016 12:33:28 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JCXS5P083048; Fri, 19 Feb 2016 12:33:28 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602191233.u1JCXS5P083048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 12:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409173 - head/devel/cdash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 12:33:29 -0000 Author: miwi Date: Fri Feb 19 12:33:27 2016 New Revision: 409173 URL: https://svnweb.freebsd.org/changeset/ports/409173 Log: - Use pdo_mysql only to allow to work with php7 Modified: head/devel/cdash/Makefile Modified: head/devel/cdash/Makefile ============================================================================== --- head/devel/cdash/Makefile Fri Feb 19 12:30:15 2016 (r409172) +++ head/devel/cdash/Makefile Fri Feb 19 12:33:27 2016 (r409173) @@ -3,6 +3,7 @@ PORTNAME= cdash PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.cdash.org/wp-content/uploads/2014/11/ DISTNAME= CDash-2-2-3 @@ -34,7 +35,7 @@ OPTIONS_DEFAULT=MYSQL .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes -USE_PHP+= mysql pdo_mysql +USE_PHP+= pdo_mysql DB_TYPE= mysql .endif From owner-svn-ports-head@freebsd.org Fri Feb 19 12:36:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5858CAAE420; Fri, 19 Feb 2016 12:36:08 +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 2992E1247; Fri, 19 Feb 2016 12:36:08 +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 u1JCa74m083245; Fri, 19 Feb 2016 12:36:07 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JCa7wx083244; Fri, 19 Feb 2016 12:36:07 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602191236.u1JCa7wx083244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 12:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409174 - head/devel/phabricator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 12:36:08 -0000 Author: miwi Date: Fri Feb 19 12:36:06 2016 New Revision: 409174 URL: https://svnweb.freebsd.org/changeset/ports/409174 Log: - Ignore php7 Modified: head/devel/phabricator/Makefile Modified: head/devel/phabricator/Makefile ============================================================================== --- head/devel/phabricator/Makefile Fri Feb 19 12:33:27 2016 (r409173) +++ head/devel/phabricator/Makefile Fri Feb 19 12:36:06 2016 (r409174) @@ -26,6 +26,7 @@ SHEBANG_FILES= externals/httpful/build \ scripts/install/install_ubuntu.sh USE_PHP= ctype curl fileinfo hash iconv filter mbstring mysql openssl \ pcntl posix +IGNORE_WITH_PHP= 70 GD_USE= PHP=gd From owner-svn-ports-head@freebsd.org Fri Feb 19 12:39:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8854AAE5A4; Fri, 19 Feb 2016 12:39:24 +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 8AB011390; Fri, 19 Feb 2016 12:39:24 +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 u1JCdN9J083456; Fri, 19 Feb 2016 12:39:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JCdNYh083454; Fri, 19 Feb 2016 12:39:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602191239.u1JCdNYh083454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 19 Feb 2016 12:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409175 - in head/devel: rth truc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 12:39:24 -0000 Author: miwi Date: Fri Feb 19 12:39:23 2016 New Revision: 409175 URL: https://svnweb.freebsd.org/changeset/ports/409175 Log: - Switch to mysqli support Modified: head/devel/rth/Makefile head/devel/truc/Makefile Modified: head/devel/rth/Makefile ============================================================================== --- head/devel/rth/Makefile Fri Feb 19 12:36:06 2016 (r409174) +++ head/devel/rth/Makefile Fri Feb 19 12:39:23 2016 (r409175) @@ -3,7 +3,7 @@ PORTNAME= rth PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www MASTER_SITES= SF/${PORTNAME}/Release%20${PORTVERSION}/Release%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= Web-based requirement, test, an USES= zip NO_BUILD= yes -USE_PHP= mysql gd +USE_PHP= mysqli gd PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_LIST= "PKGNAME=${PKGNAME}" Modified: head/devel/truc/Makefile ============================================================================== --- head/devel/truc/Makefile Fri Feb 19 12:36:06 2016 (r409174) +++ head/devel/truc/Makefile Fri Feb 19 12:39:23 2016 (r409175) @@ -3,7 +3,7 @@ PORTNAME= truc PORTVERSION= 0.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TRUC%20Testing%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,7 +12,7 @@ MAINTAINER= jsi@jules.de COMMENT= Web-based tool for requirement and use case tracking NO_BUILD= yes -USE_PHP= mysql gd +USE_PHP= mysqli gd USES= cpe shebangfix SHEBANG_FILES= FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl \ From owner-svn-ports-head@freebsd.org Fri Feb 19 13:18:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 563B6AAD2BA; Fri, 19 Feb 2016 13:18:29 +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 260DA12A9; Fri, 19 Feb 2016 13:18:29 +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 u1JDIS9K094957; Fri, 19 Feb 2016 13:18:28 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JDISZX094955; Fri, 19 Feb 2016 13:18:28 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602191318.u1JDISZX094955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Feb 2016 13:18:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409176 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 13:18:29 -0000 Author: rakuco Date: Fri Feb 19 13:18:27 2016 New Revision: 409176 URL: https://svnweb.freebsd.org/changeset/ports/409176 Log: Update to 2015.8.7. PR: 207316 Submitted by: Christer Edwards (maintainer) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Fri Feb 19 12:39:23 2016 (r409175) +++ head/sysutils/py-salt/Makefile Fri Feb 19 13:18:27 2016 (r409176) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.8.5 +PORTVERSION= 2015.8.7 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Fri Feb 19 12:39:23 2016 (r409175) +++ head/sysutils/py-salt/distinfo Fri Feb 19 13:18:27 2016 (r409176) @@ -1,2 +1,2 @@ -SHA256 (salt-2015.8.5.tar.gz) = db395702f048ea384ccc440201c24d7044685977ae6a8588d0d0933246f0c673 -SIZE (salt-2015.8.5.tar.gz) = 6877624 +SHA256 (salt-2015.8.7.tar.gz) = 61a2f9cff77dd11fc6bf7630d82d1955238818dfa7eedb53e6bf3edbbc9d6029 +SIZE (salt-2015.8.7.tar.gz) = 6877927 From owner-svn-ports-head@freebsd.org Fri Feb 19 13:22:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96BD5AAD5E5; Fri, 19 Feb 2016 13:22:28 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id 63244181B; Fri, 19 Feb 2016 13:22:28 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 12B44B0615; Fri, 19 Feb 2016 16:22:26 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id E75D4746; Fri, 19 Feb 2016 16:20:21 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 4BA3FA5; Fri, 19 Feb 2016 16:21:41 +0300 (MSK) Date: Fri, 19 Feb 2016 16:21:41 +0300 From: Dmitry Marakasov To: Jun Kuriyama Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r379323 - head/security/gnupg Message-ID: <20160219132141.GF63762@hades.panopticon> References: <201502182231.t1IMV01M045789@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201502182231.t1IMV01M045789@svn.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 13:22:28 -0000 * Jun Kuriyama (kuriyama@FreeBSD.org) wrote: > Author: kuriyama > Date: Wed Feb 18 22:30:59 2015 > New Revision: 379323 > URL: https://svnweb.freebsd.org/changeset/ports/379323 > QAT: https://qat.redports.org/buildarchive/r379323/ > > Log: > - Upgrade to 2.1.2 (bugfixes). Does not build with NLS disabled (needs USES=localbase): cc -DHAVE_CONFIG_H -I. -I.. -I../common -DLOCALEDIR=\"/home/amdmi3/projects/freebsd/batchports-mem/security/gnupg/prefix/share/locale\" -DGNUPG_BINDIR="\"/home/amdmi3/projects/freebsd/batchports-mem/security/gnupg/prefix/bin\"" -DGNUPG_LIBEXECDIR="\"/home/amdmi3/projects/freebsd/batchports-mem/security/gnupg/prefix/libexec\"" -DGNUPG_LIBDIR="\"/home/amdmi3/projects/freebsd/batchports-mem/security/gnupg/prefix/lib/gnupg\"" -DGNUPG_DATADIR="\"/home/amdmi3/projects/freebsd/batchports-mem/security/gnupg/prefix/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/home/amdmi3/projects/freebsd/batchports-mem/security/gnupg/prefix/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/var\"" -DLIBICONV_PLUG -I/usr/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -pipe -march=nocona -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -MT t_dns_stuff-dns-stuff.o -MD -MP -MF .deps/t_dns_stuff-dns-stuff.Tpo -c -o t_dns_stuff-dns-stuff.o `test -f 'dns-stuff.c' || echo './'`dns-stuff.c mv -f .deps/certcache.Tpo .deps/certcache.Po In file included from dns-stuff.c:61: ../common/util.h:34:10: fatal error: 'gcrypt.h' file not found #include /* We need this for the memory function protos. */ ^ 1 error generated. Makefile:907: recipe for target 't_dns_stuff-dns-stuff.o' failed -- 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-head@freebsd.org Fri Feb 19 13:22:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F86FAAD632; Fri, 19 Feb 2016 13:22:44 +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 E531E1A24; Fri, 19 Feb 2016 13:22:43 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JDMgQ0097802; Fri, 19 Feb 2016 13:22:42 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JDMgUs097800; Fri, 19 Feb 2016 13:22:42 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602191322.u1JDMgUs097800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Feb 2016 13:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409177 - head/irc/epic5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 13:22:44 -0000 Author: rakuco Date: Fri Feb 19 13:22:42 2016 New Revision: 409177 URL: https://svnweb.freebsd.org/changeset/ports/409177 Log: Update to 2.0. PR: 207330 Submitted by: mp39590@gmail.com (maintainer) Modified: head/irc/epic5/Makefile head/irc/epic5/distinfo Modified: head/irc/epic5/Makefile ============================================================================== --- head/irc/epic5/Makefile Fri Feb 19 13:18:27 2016 (r409176) +++ head/irc/epic5/Makefile Fri Feb 19 13:22:42 2016 (r409177) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epic5 -PORTVERSION= 1.8 +PORTVERSION= 2.0 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ Modified: head/irc/epic5/distinfo ============================================================================== --- head/irc/epic5/distinfo Fri Feb 19 13:18:27 2016 (r409176) +++ head/irc/epic5/distinfo Fri Feb 19 13:22:42 2016 (r409177) @@ -1,2 +1,2 @@ -SHA256 (epic5-1.8.tar.xz) = 006a7cbeeb170b25db06ef6df132af7fdaffa63843db3ebbf70ae76a8eb5a4ab -SIZE (epic5-1.8.tar.xz) = 802904 +SHA256 (epic5-2.0.tar.xz) = c7f8aacfa9a81c76dc24c2cad355850327be428681415a2491a7bc8639feecdf +SIZE (epic5-2.0.tar.xz) = 802756 From owner-svn-ports-head@freebsd.org Fri Feb 19 13:25:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BAD5AAD6F7; Fri, 19 Feb 2016 13:25:00 +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 479801BFE; Fri, 19 Feb 2016 13:25:00 +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 7A5F4BDCCE; Fri, 19 Feb 2016 14:24:57 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 5C23BBDC3E; Fri, 19 Feb 2016 14:24:57 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 16E5E611A; Fri, 19 Feb 2016 14:24:55 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 53A661EEE9D2; Fri, 19 Feb 2016 14:24:54 +0100 (CET) Date: Fri, 19 Feb 2016 14:24:53 +0100 From: Mathieu Arnold To: Jun Kuriyama , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r409152 - in head/security/gnupg: . files Message-ID: <3AFCE79C097FFFF99E7E7304@ogg.in.absolight.net> In-Reply-To: <201602190625.u1J6PZYG074214@repo.freebsd.org> References: <201602190625.u1J6PZYG074214@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========CD407CE6B76E2FB1ACF9==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 13:25:00 -0000 --==========CD407CE6B76E2FB1ACF9========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 19 f=C3=A9vrier 2016 06:25:35 +0000 Jun Kuriyama = wrote: | Author: kuriyama | Date: Fri Feb 19 06:25:34 2016 | New Revision: 409152 | URL: https://svnweb.freebsd.org/changeset/ports/409152 |=20 | Log: | Update to 2.1.11 (minor fixes, with upstream patch). After this, I get build failures: In file included from t-dns-stuff.c:27: ../common/util.h:34:10: fatal error: 'gcrypt.h' file not found #include /* We need this for the memory function protos. */ ^ 1 error generated. --=20 Mathieu Arnold --==========CD407CE6B76E2FB1ACF9========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWxxelXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IjsgP/iYKB7QdRrFdw7xCKefaorG6 ldISWaWSrhQp3Li4Db8z0o+1kXpF0ik6yV/JtpBdviwbDNIP1CAqELZUlFjEdNJT VNPv12ctBDriYd8k2UmCSt3e/3c4hc6FbgsLXcSOz7RrRqb5Qo0r6sbkj62diA3d r6KO1eJNjSJ7FHYnjCDHIoS6nycQl9QobmwxJP2QYSwLngzN4lG6G9UhMJluABhn 619Lp0nng+wVFrxQWBRTe4r0aqkYZv0D/KOaI8wTOB/1WRS/nXVxBDooBaWUi3oc zFGyuVMSL9a5VD3JlMJV4U8tsE3RY2eQ3YpSXOfxb2mtNvsdG3UkFX4zEV4hXOl2 0arTGjrhbKIRc6rIdmknCVGwEmEmikE1Qu2sxx8RDOeHChKt8z1ce0eFIe6Z5Qjz QmqjBYokbI0wk6+dA271KIUCqlnCQvMemoqJNkJSvPOxvT6WlFbKjoQkDAAVKAu+ HGqXHgu34nliL09YiMcfHkDsJdF86/UTgdIll73hj3F5WGOs05P18eYgekzIOiR4 mK50os5nYgWU9hd0ReJrCIYNkd+OD6NWt2voErTY3wMkjm/J1cRLRLdTJTkTx0RE EMskrU8B1M41oF9em3qFAVwzAi6jFj/Fj/eM10MW9Mi/bM0uZs3N1aT+oeAnvdmL ZGNN8jsLIFGjHEIGLUEp =b7uV -----END PGP SIGNATURE----- --==========CD407CE6B76E2FB1ACF9==========-- From owner-svn-ports-head@freebsd.org Fri Feb 19 13:41:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4064FAADDF6; Fri, 19 Feb 2016 13:41:05 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DFF810D1; Fri, 19 Feb 2016 13:41:04 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JDf3EJ003055; Fri, 19 Feb 2016 13:41:03 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JDf3kJ003053; Fri, 19 Feb 2016 13:41:03 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201602191341.u1JDf3kJ003053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 19 Feb 2016 13:41:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409178 - head/dns/gdnsd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 13:41:05 -0000 Author: zi Date: Fri Feb 19 13:41:03 2016 New Revision: 409178 URL: https://svnweb.freebsd.org/changeset/ports/409178 Log: - Update to 2.2.2 Modified: head/dns/gdnsd2/Makefile head/dns/gdnsd2/distinfo Modified: head/dns/gdnsd2/Makefile ============================================================================== --- head/dns/gdnsd2/Makefile Fri Feb 19 13:22:42 2016 (r409177) +++ head/dns/gdnsd2/Makefile Fri Feb 19 13:41:03 2016 (r409178) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gdnsd -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.2 CATEGORIES= dns -MASTER_SITES= https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \ +MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \ http://mirrors.rit.edu/zi/ \ http://gdnsd.scaleengine.net/gdnsd/ PKGNAMESUFFIX= 2 Modified: head/dns/gdnsd2/distinfo ============================================================================== --- head/dns/gdnsd2/distinfo Fri Feb 19 13:22:42 2016 (r409177) +++ head/dns/gdnsd2/distinfo Fri Feb 19 13:41:03 2016 (r409178) @@ -1,2 +1,2 @@ -SHA256 (gdnsd-2.2.0.tar.xz) = 6f245be97351dbe0f437f1edb2324f2a331869f0f028918ffbd627f0ae911180 -SIZE (gdnsd-2.2.0.tar.xz) = 622520 +SHA256 (gdnsd-2.2.2.tar.xz) = d17fa69ffdf05efcb8fa12f8c55cc21b1a86fbd11fcab7d8b5b3c04f5239090f +SIZE (gdnsd-2.2.2.tar.xz) = 623696 From owner-svn-ports-head@freebsd.org Fri Feb 19 13:50:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83805AADF99; Fri, 19 Feb 2016 13:50:13 +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 536E61483; Fri, 19 Feb 2016 13:50:13 +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 u1JDoCcg004109; Fri, 19 Feb 2016 13:50:12 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JDoCLv004106; Fri, 19 Feb 2016 13:50:12 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602191350.u1JDoCLv004106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 19 Feb 2016 13:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409179 - head/audio/libebur128 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 13:50:13 -0000 Author: vanilla Date: Fri Feb 19 13:50:11 2016 New Revision: 409179 URL: https://svnweb.freebsd.org/changeset/ports/409179 Log: Update to 1.1.0. Modified: head/audio/libebur128/Makefile head/audio/libebur128/distinfo head/audio/libebur128/pkg-plist Modified: head/audio/libebur128/Makefile ============================================================================== --- head/audio/libebur128/Makefile Fri Feb 19 13:41:03 2016 (r409178) +++ head/audio/libebur128/Makefile Fri Feb 19 13:50:11 2016 (r409179) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libebur128 -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= audio Modified: head/audio/libebur128/distinfo ============================================================================== --- head/audio/libebur128/distinfo Fri Feb 19 13:41:03 2016 (r409178) +++ head/audio/libebur128/distinfo Fri Feb 19 13:50:11 2016 (r409179) @@ -1,2 +1,2 @@ -SHA256 (jiixyj-libebur128-v1.0.3_GH0.tar.gz) = dd90d0e44bd4db1e038d990b4538a7317b2f44f29eaf2e206c247663234d9d52 -SIZE (jiixyj-libebur128-v1.0.3_GH0.tar.gz) = 19804 +SHA256 (jiixyj-libebur128-v1.1.0_GH0.tar.gz) = c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1 +SIZE (jiixyj-libebur128-v1.1.0_GH0.tar.gz) = 19318 Modified: head/audio/libebur128/pkg-plist ============================================================================== --- head/audio/libebur128/pkg-plist Fri Feb 19 13:41:03 2016 (r409178) +++ head/audio/libebur128/pkg-plist Fri Feb 19 13:50:11 2016 (r409179) @@ -2,4 +2,4 @@ include/ebur128.h lib/libebur128.a lib/libebur128.so lib/libebur128.so.1 -lib/libebur128.so.1.0.3 +lib/libebur128.so.1.1.0 From owner-svn-ports-head@freebsd.org Fri Feb 19 13:51:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E12BAAE0CD; Fri, 19 Feb 2016 13:51: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 1B120161F; Fri, 19 Feb 2016 13:51: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 u1JDpAVg004862; Fri, 19 Feb 2016 13:51:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JDpAAp004861; Fri, 19 Feb 2016 13:51:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602191351.u1JDpAAp004861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Feb 2016 13:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409180 - in head/devel/scons: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 13:51:11 -0000 Author: amdmi3 Date: Fri Feb 19 13:51:09 2016 New Revision: 409180 URL: https://svnweb.freebsd.org/changeset/ports/409180 Log: - Add LICENSE_FILE - Switch shebang patching to shebangfix - Add NO_ARCH Deleted: head/devel/scons/files/patch-script__scons Modified: head/devel/scons/Makefile Modified: head/devel/scons/Makefile ============================================================================== --- head/devel/scons/Makefile Fri Feb 19 13:50:11 2016 (r409179) +++ head/devel/scons/Makefile Fri Feb 19 13:51:09 2016 (r409180) @@ -10,13 +10,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Build tool alternative to make LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= python:2 +USES= python:2 shebangfix +SHEBANG_FILES= script/scons USE_PYTHON= distutils autoplist +NO_ARCH= yes -PLIST_SUB+= SCONS_VER=${PORTVERSION} +PLIST_SUB= SCONS_VER=${PORTVERSION} post-patch: @${REINPLACE_CMD} \ From owner-svn-ports-head@freebsd.org Fri Feb 19 14:21:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BB43AAE93C; Fri, 19 Feb 2016 14:21: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 D962517C6; Fri, 19 Feb 2016 14:21:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JEKxMq013664; Fri, 19 Feb 2016 14:20:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JEKxHq013661; Fri, 19 Feb 2016 14:20:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602191420.u1JEKxHq013661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Feb 2016 14:20:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409181 - in head: benchmarks/flowgrind benchmarks/spp net/tcpsplit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 14:21:01 -0000 Author: amdmi3 Date: Fri Feb 19 14:20:59 2016 New Revision: 409181 URL: https://svnweb.freebsd.org/changeset/ports/409181 Log: - Reset lars@eggert.org maintainership (maintainer no longer uses these ports) - While here, minor cleanup for net/tcpsplit PR: 206406, 206407 Approved by: lars@eggert.org (private email) Modified: head/benchmarks/flowgrind/Makefile head/benchmarks/spp/Makefile head/net/tcpsplit/Makefile Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Fri Feb 19 13:51:09 2016 (r409180) +++ head/benchmarks/flowgrind/Makefile Fri Feb 19 14:20:59 2016 (r409181) @@ -6,7 +6,7 @@ PORTVERSION= 0.7.5 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= benchmarks -MAINTAINER= lars@eggert.org +MAINTAINER= ports@FreeBSD.org COMMENT= Measure throughput and other metrics for TCP LICENSE= GPLv3+ Modified: head/benchmarks/spp/Makefile ============================================================================== --- head/benchmarks/spp/Makefile Fri Feb 19 13:51:09 2016 (r409180) +++ head/benchmarks/spp/Makefile Fri Feb 19 14:20:59 2016 (r409181) @@ -6,7 +6,7 @@ PORTVERSION= 0.3.6 CATEGORIES= benchmarks MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/ -MAINTAINER= lars@eggert.org +MAINTAINER= ports@FreeBSD.org COMMENT= Calculates round trip time from pcap files or live capture LICENSE= GPLv2 Modified: head/net/tcpsplit/Makefile ============================================================================== --- head/net/tcpsplit/Makefile Fri Feb 19 13:51:09 2016 (r409180) +++ head/net/tcpsplit/Makefile Fri Feb 19 14:20:59 2016 (r409181) @@ -6,21 +6,24 @@ PORTVERSION= 0.2 CATEGORIES= net MASTER_SITES= http://www.icir.org/mallman/software/tcpsplit/ -MAINTAINER= lars@eggert.org +MAINTAINER= ports@FreeBSD.org COMMENT= Breaks a libpcap trace along TCP connection boundaries LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT PLIST_FILES= bin/tcpsplit PORTDOCS= README +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -E '/^(CC|CFLAGS|INC|LD)/d' ${WRKSRC}/Makefile -OPTIONS_DEFINE= DOCS - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpsplit ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Feb 19 14:29:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B62AAAEBBD; Fri, 19 Feb 2016 14:29:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E03B81D1B; Fri, 19 Feb 2016 14:29:44 +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 u1JETh5a016249; Fri, 19 Feb 2016 14:29:43 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JETh9C016247; Fri, 19 Feb 2016 14:29:43 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602191429.u1JETh9C016247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 19 Feb 2016 14:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409182 - head/devel/ocaml-camlp5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 14:29:45 -0000 Author: vanilla Date: Fri Feb 19 14:29:43 2016 New Revision: 409182 URL: https://svnweb.freebsd.org/changeset/ports/409182 Log: Update to 6.15. Modified: head/devel/ocaml-camlp5/Makefile head/devel/ocaml-camlp5/distinfo Modified: head/devel/ocaml-camlp5/Makefile ============================================================================== --- head/devel/ocaml-camlp5/Makefile Fri Feb 19 14:20:59 2016 (r409181) +++ head/devel/ocaml-camlp5/Makefile Fri Feb 19 14:29:43 2016 (r409182) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= camlp5 -PORTVERSION= 6.14 +PORTVERSION= 6.15 CATEGORIES= devel MASTER_SITES= http://camlp5.gforge.inria.fr/distrib/src/ \ http://cristal.inria.fr/~ddr/camlp5/distrib/src/ \ Modified: head/devel/ocaml-camlp5/distinfo ============================================================================== --- head/devel/ocaml-camlp5/distinfo Fri Feb 19 14:20:59 2016 (r409181) +++ head/devel/ocaml-camlp5/distinfo Fri Feb 19 14:29:43 2016 (r409182) @@ -1,2 +1,2 @@ -SHA256 (ocaml-camlp5/camlp5-6.14.tgz) = 09f9ed12893d2ec39c88106af2306865c966096bedce0250f2fe52b67d2480e2 -SIZE (ocaml-camlp5/camlp5-6.14.tgz) = 748674 +SHA256 (ocaml-camlp5/camlp5-6.15.tgz) = 2e0e1e31e0537f2179766820dd9bd0a4d424bc5ab9c610e6dbf9145f27747f2b +SIZE (ocaml-camlp5/camlp5-6.15.tgz) = 756199 From owner-svn-ports-head@freebsd.org Fri Feb 19 14:36:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 379A0AAEDBF; Fri, 19 Feb 2016 14:36:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0461D1112; Fri, 19 Feb 2016 14:36: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 u1JEaEVg019305; Fri, 19 Feb 2016 14:36:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JEaEvA019304; Fri, 19 Feb 2016 14:36:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602191436.u1JEaEvA019304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Feb 2016 14:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409183 - head/devel/myrepos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 14:36:16 -0000 Author: amdmi3 Date: Fri Feb 19 14:36:14 2016 New Revision: 409183 URL: https://svnweb.freebsd.org/changeset/ports/409183 Log: - Fix documentation installation - Fix LICENSE - Add NO_ARCH - Use options helpers PR: 206928 Submitted by: amdmi3 Approved by: maintainer timeout (jonathan, 2 weeks) Modified: head/devel/myrepos/Makefile Modified: head/devel/myrepos/Makefile ============================================================================== --- head/devel/myrepos/Makefile Fri Feb 19 14:29:43 2016 (r409182) +++ head/devel/myrepos/Makefile Fri Feb 19 14:36:14 2016 (r409183) @@ -2,28 +2,35 @@ PORTNAME= myrepos PORTVERSION= 1.20130710 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jonathan@FreeBSD.org COMMENT= Tool to manage all your version control repos -LICENSE= GPLv2 +LICENSE= GPLv2+ USE_GITHUB= yes GH_ACCOUNT= joeyh -USES+= perl5 shebangfix +USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= mr PLIST_FILES= bin/mr -PORTDOCS= README index.mdwn +PORTDOCS= * -NO_BUILD= +NO_BUILD= yes +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mr ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} README doc/*.mdwn ${STAGEDIR}${DOCSDIR}) + +do-install-DOCS-on: + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include From owner-svn-ports-head@freebsd.org Fri Feb 19 15:35:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CD6AAAE5F5; Fri, 19 Feb 2016 15:35:12 +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 396451390; Fri, 19 Feb 2016 15:35:12 +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 u1JFZBPL037106; Fri, 19 Feb 2016 15:35:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JFZBEf037104; Fri, 19 Feb 2016 15:35:11 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602191535.u1JFZBEf037104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 19 Feb 2016 15:35:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409184 - head/databases/p5-DBIx-XHTML_Table X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 15:35:12 -0000 Author: adamw Date: Fri Feb 19 15:35:10 2016 New Revision: 409184 URL: https://svnweb.freebsd.org/changeset/ports/409184 Log: Update to 1.48. Changes: https://metacpan.org/changes/distribution/DBIx-XHTML_Table Modified: head/databases/p5-DBIx-XHTML_Table/Makefile head/databases/p5-DBIx-XHTML_Table/distinfo Modified: head/databases/p5-DBIx-XHTML_Table/Makefile ============================================================================== --- head/databases/p5-DBIx-XHTML_Table/Makefile Fri Feb 19 14:36:14 2016 (r409183) +++ head/databases/p5-DBIx-XHTML_Table/Makefile Fri Feb 19 15:35:10 2016 (r409184) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-XHTML_Table -PORTVERSION= 1.47 +PORTVERSION= 1.48 CATEGORIES= databases www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ LICENSE= ART20 BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract NO_ARCH= yes USES= perl5 Modified: head/databases/p5-DBIx-XHTML_Table/distinfo ============================================================================== --- head/databases/p5-DBIx-XHTML_Table/distinfo Fri Feb 19 14:36:14 2016 (r409183) +++ head/databases/p5-DBIx-XHTML_Table/distinfo Fri Feb 19 15:35:10 2016 (r409184) @@ -1,2 +1,2 @@ -SHA256 (DBIx-XHTML_Table-1.47.tar.gz) = 4103e52a475790bb4193b98cd74bf88d17f81ab5563593a15987a61cb975af85 -SIZE (DBIx-XHTML_Table-1.47.tar.gz) = 27050 +SHA256 (DBIx-XHTML_Table-1.48.tar.gz) = 44b5e7744131fd8fe3be78f1968136cbc103101a14b72ff3447f395096153b48 +SIZE (DBIx-XHTML_Table-1.48.tar.gz) = 27529 From owner-svn-ports-head@freebsd.org Fri Feb 19 15:37:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B977AAE6AD; Fri, 19 Feb 2016 15:37:53 +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 CF262175F; Fri, 19 Feb 2016 15:37:52 +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 u1JFbp5Z037351; Fri, 19 Feb 2016 15:37:51 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JFbpo7037349; Fri, 19 Feb 2016 15:37:51 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602191537.u1JFbpo7037349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 19 Feb 2016 15:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409185 - head/devel/p5-Data-Peek X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 15:37:53 -0000 Author: adamw Date: Fri Feb 19 15:37:51 2016 New Revision: 409185 URL: https://svnweb.freebsd.org/changeset/ports/409185 Log: Update to 0.45. Changes: https://metacpan.org/changes/distribution/Data-Peek Modified: head/devel/p5-Data-Peek/Makefile head/devel/p5-Data-Peek/distinfo Modified: head/devel/p5-Data-Peek/Makefile ============================================================================== --- head/devel/p5-Data-Peek/Makefile Fri Feb 19 15:35:10 2016 (r409184) +++ head/devel/p5-Data-Peek/Makefile Fri Feb 19 15:37:51 2016 (r409185) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Peek -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Peek/distinfo ============================================================================== --- head/devel/p5-Data-Peek/distinfo Fri Feb 19 15:35:10 2016 (r409184) +++ head/devel/p5-Data-Peek/distinfo Fri Feb 19 15:37:51 2016 (r409185) @@ -1,2 +1,2 @@ -SHA256 (Data-Peek-0.44.tgz) = 63630d92bea0443a58ca3c9863384bcc960d8db8b7ee1587bb676de211cc164d -SIZE (Data-Peek-0.44.tgz) = 60176 +SHA256 (Data-Peek-0.45.tgz) = 8ea514ac043c4a2d2f544e9e169e8ce599172fa99057399e879adeb68656ccdf +SIZE (Data-Peek-0.45.tgz) = 60698 From owner-svn-ports-head@freebsd.org Fri Feb 19 15:48:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D19ACAAEAF9; Fri, 19 Feb 2016 15:48:07 +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 AA31D1E2F; Fri, 19 Feb 2016 15:48:07 +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 u1JFm6KJ040396; Fri, 19 Feb 2016 15:48:06 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JFm6NQ040392; Fri, 19 Feb 2016 15:48:06 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602191548.u1JFm6NQ040392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 19 Feb 2016 15:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409186 - head/devel/p5-DateTime-TimeZone-LMT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 15:48:08 -0000 Author: adamw Date: Fri Feb 19 15:48:06 2016 New Revision: 409186 URL: https://svnweb.freebsd.org/changeset/ports/409186 Log: Update to 1.01. Instead of indirectly bringing in dependencies, list them out directly. Add TEST_DEPENDS, NO_ARCH, and LICENSE. Sort plist. WWW did not contain anything about this module, so change it to the usual meta::cpan page. Changes: https://metacpan.org/changes/distribution/DateTime-TimeZone-LMT Modified: head/devel/p5-DateTime-TimeZone-LMT/Makefile head/devel/p5-DateTime-TimeZone-LMT/distinfo head/devel/p5-DateTime-TimeZone-LMT/pkg-descr head/devel/p5-DateTime-TimeZone-LMT/pkg-plist Modified: head/devel/p5-DateTime-TimeZone-LMT/Makefile ============================================================================== --- head/devel/p5-DateTime-TimeZone-LMT/Makefile Fri Feb 19 15:37:51 2016 (r409185) +++ head/devel/p5-DateTime-TimeZone-LMT/Makefile Fri Feb 19 15:48:06 2016 (r409186) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-TimeZone-LMT -PORTVERSION= 1.00 -PORTREVISION= 1 +PORTVERSION= 1.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Local Mean Time time zone for DateTime -BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-TimeZone>=0.13:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-DateTime-TimeZone-LMT/distinfo ============================================================================== --- head/devel/p5-DateTime-TimeZone-LMT/distinfo Fri Feb 19 15:37:51 2016 (r409185) +++ head/devel/p5-DateTime-TimeZone-LMT/distinfo Fri Feb 19 15:48:06 2016 (r409186) @@ -1,2 +1,2 @@ -SHA256 (DateTime-TimeZone-LMT-1.00.tar.gz) = d702752fca6ebfeebed00f0e26fb71fbaa0e187bf4001c827f61dbb3aaa88fed -SIZE (DateTime-TimeZone-LMT-1.00.tar.gz) = 12219 +SHA256 (DateTime-TimeZone-LMT-1.01.tar.gz) = 93c0d4c2d1ee47ed8087aa98234b385fbe8eb73303689131e5063e3ba1dcec6f +SIZE (DateTime-TimeZone-LMT-1.01.tar.gz) = 15524 Modified: head/devel/p5-DateTime-TimeZone-LMT/pkg-descr ============================================================================== --- head/devel/p5-DateTime-TimeZone-LMT/pkg-descr Fri Feb 19 15:37:51 2016 (r409185) +++ head/devel/p5-DateTime-TimeZone-LMT/pkg-descr Fri Feb 19 15:48:06 2016 (r409186) @@ -7,4 +7,4 @@ again, the Solar:: modules will probably If you want more information on the difference between LMT and LAT, search the www for 'equation of time' or 'ephemeris'. -WWW: http://datetime.perl.org/ +WWW: https://metacpan.org/pod/DateTime::TimeZone::LMT Modified: head/devel/p5-DateTime-TimeZone-LMT/pkg-plist ============================================================================== --- head/devel/p5-DateTime-TimeZone-LMT/pkg-plist Fri Feb 19 15:37:51 2016 (r409185) +++ head/devel/p5-DateTime-TimeZone-LMT/pkg-plist Fri Feb 19 15:48:06 2016 (r409186) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::TimeZone::LMT.3.gz %%SITE_PERL%%/DateTime/TimeZone/LMT.pm +%%PERL5_MAN3%%/DateTime::TimeZone::LMT.3.gz From owner-svn-ports-head@freebsd.org Fri Feb 19 15:50:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D59E5AAEBBF; Fri, 19 Feb 2016 15:50:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8AF81088; Fri, 19 Feb 2016 15:50:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JFoKVZ040589; Fri, 19 Feb 2016 15:50:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JFoKXf040587; Fri, 19 Feb 2016 15:50:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602191550.u1JFoKXf040587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 19 Feb 2016 15:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409187 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 15:50:21 -0000 Author: adamw Date: Fri Feb 19 15:50:20 2016 New Revision: 409187 URL: https://svnweb.freebsd.org/changeset/ports/409187 Log: Update to 5.0. Changes: https://metacpan.org/changes/distribution/Minion Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Fri Feb 19 15:48:06 2016 (r409186) +++ head/devel/p5-Minion/Makefile Fri Feb 19 15:50:20 2016 (r409187) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 4.06 +PORTVERSION= 5.0 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Fri Feb 19 15:48:06 2016 (r409186) +++ head/devel/p5-Minion/distinfo Fri Feb 19 15:50:20 2016 (r409187) @@ -1,2 +1,2 @@ -SHA256 (Minion-4.06.tar.gz) = a9cf83eb5e445965f62badaed5ccfa4d9ad8df7a1e5e689a64993bcfa6a604d0 -SIZE (Minion-4.06.tar.gz) = 26700 +SHA256 (Minion-5.0.tar.gz) = bc39b1ffe95aeeaa2f980e9f3f19090eb8abc4e0a900cd3ffda4c42e3d5a3a0b +SIZE (Minion-5.0.tar.gz) = 27373 From owner-svn-ports-head@freebsd.org Fri Feb 19 15:52:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25E9CAAEE0D; Fri, 19 Feb 2016 15:52:31 +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 CE4BE13DB; Fri, 19 Feb 2016 15:52:30 +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 u1JFqT7s043337; Fri, 19 Feb 2016 15:52:29 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JFqTiN043334; Fri, 19 Feb 2016 15:52:29 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602191552.u1JFqTiN043334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 19 Feb 2016 15:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409188 - head/devel/p5-Path-Class X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 15:52:31 -0000 Author: adamw Date: Fri Feb 19 15:52:29 2016 New Revision: 409188 URL: https://svnweb.freebsd.org/changeset/ports/409188 Log: Update to 0.36. Sort plist, and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/Path-Class Modified: head/devel/p5-Path-Class/Makefile head/devel/p5-Path-Class/distinfo head/devel/p5-Path-Class/pkg-plist Modified: head/devel/p5-Path-Class/Makefile ============================================================================== --- head/devel/p5-Path-Class/Makefile Fri Feb 19 15:50:20 2016 (r409187) +++ head/devel/p5-Path-Class/Makefile Fri Feb 19 15:52:29 2016 (r409188) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Path-Class -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KWILLIAMS @@ -16,5 +16,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include Modified: head/devel/p5-Path-Class/distinfo ============================================================================== --- head/devel/p5-Path-Class/distinfo Fri Feb 19 15:50:20 2016 (r409187) +++ head/devel/p5-Path-Class/distinfo Fri Feb 19 15:52:29 2016 (r409188) @@ -1,2 +1,2 @@ -SHA256 (Path-Class-0.35.tar.gz) = 9226b305196127d02529303dbd6c37802baafe736f0245cb089241ed25922aee -SIZE (Path-Class-0.35.tar.gz) = 34086 +SHA256 (Path-Class-0.36.tar.gz) = 45e6f51329a31b3f52810eec70f2ff54e3faea8893f07bdf95028adb71dcbdf9 +SIZE (Path-Class-0.36.tar.gz) = 37033 Modified: head/devel/p5-Path-Class/pkg-plist ============================================================================== --- head/devel/p5-Path-Class/pkg-plist Fri Feb 19 15:50:20 2016 (r409187) +++ head/devel/p5-Path-Class/pkg-plist Fri Feb 19 15:52:29 2016 (r409188) @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/Path::Class.3.gz -%%PERL5_MAN3%%/Path::Class::Dir.3.gz -%%PERL5_MAN3%%/Path::Class::Entity.3.gz -%%PERL5_MAN3%%/Path::Class::File.3.gz %%SITE_PERL%%/Path/Class.pm %%SITE_PERL%%/Path/Class/Dir.pm %%SITE_PERL%%/Path/Class/Entity.pm %%SITE_PERL%%/Path/Class/File.pm +%%PERL5_MAN3%%/Path::Class.3.gz +%%PERL5_MAN3%%/Path::Class::Dir.3.gz +%%PERL5_MAN3%%/Path::Class::Entity.3.gz +%%PERL5_MAN3%%/Path::Class::File.3.gz From owner-svn-ports-head@freebsd.org Fri Feb 19 16:18:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E967AADA4D; Fri, 19 Feb 2016 16:18:53 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05EC6146A; Fri, 19 Feb 2016 16:18:50 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (www.gahr.ch [192.168.1.2]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id c082f91b TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Fri, 19 Feb 2016 16:18:41 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 19 Feb 2016 17:18:40 +0100 From: Pietro Cerutti To: Mathieu Arnold Cc: portmgr@FreeBSD.org, Jun Kuriyama , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r409152 - in head/security/gnupg: . files Organization: The FreeBSD Project In-Reply-To: <3AFCE79C097FFFF99E7E7304@ogg.in.absolight.net> References: <201602190625.u1J6PZYG074214@repo.freebsd.org> <3AFCE79C097FFFF99E7E7304@ogg.in.absolight.net> Message-ID: X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.4 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 16:18:53 -0000 On 2016-02-19 14:24, Mathieu Arnold wrote: > +--On 19 février 2016 06:25:35 +0000 Jun Kuriyama > > wrote: > | Author: kuriyama > | Date: Fri Feb 19 06:25:34 2016 > | New Revision: 409152 > | URL: https://svnweb.freebsd.org/changeset/ports/409152 > | > | Log: > | Update to 2.1.11 (minor fixes, with upstream patch). > > After this, I get build failures: > > > > > In file included from t-dns-stuff.c:27: > ../common/util.h:34:10: fatal error: 'gcrypt.h' file not found > #include /* We need this for the memory function protos. */ > ^ > 1 error generated. I have a patch here: http://people.freebsd.org/~gahr/gnupg-patch.diff Do I have portmgr approval for committing? -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-head@freebsd.org Fri Feb 19 16:30:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17039AADF0B; Fri, 19 Feb 2016 16:30:25 +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 DC2C11BB5; Fri, 19 Feb 2016 16:30:24 +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 u1JGUNgU052222; Fri, 19 Feb 2016 16:30:23 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JGUND5052220; Fri, 19 Feb 2016 16:30:23 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602191630.u1JGUND5052220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Feb 2016 16:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409189 - head/japanese/jd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 16:30:25 -0000 Author: rakuco Date: Fri Feb 19 16:30:23 2016 New Revision: 409189 URL: https://svnweb.freebsd.org/changeset/ports/409189 Log: Update to 2.8.9. PR: 207322 Submitted by: townwear@gmail.com (maintainer) Modified: head/japanese/jd/Makefile head/japanese/jd/distinfo Modified: head/japanese/jd/Makefile ============================================================================== --- head/japanese/jd/Makefile Fri Feb 19 15:52:29 2016 (r409188) +++ head/japanese/jd/Makefile Fri Feb 19 16:30:23 2016 (r409189) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= jd -PORTVERSION= 2.8.8 -DISTVERSIONSUFFIX= -140601 -PORTREVISION= 5 +PORTVERSION= 2.8.9 +DISTVERSIONSUFFIX= -150226 CATEGORIES= japanese www -MASTER_SITES= SFJP/jd4linux/61281 +MASTER_SITES= SFJP/jd4linux/62877 MAINTAINER= townwear@gmail.com COMMENT= 2ch browser Modified: head/japanese/jd/distinfo ============================================================================== --- head/japanese/jd/distinfo Fri Feb 19 15:52:29 2016 (r409188) +++ head/japanese/jd/distinfo Fri Feb 19 16:30:23 2016 (r409189) @@ -1,2 +1,2 @@ -SHA256 (jd-2.8.8-140601.tgz) = 22d63588e947b489aae3a6ea7e6b56193ab6300f3506fea4df53f617d8f0d01e -SIZE (jd-2.8.8-140601.tgz) = 768814 +SHA256 (jd-2.8.9-150226.tgz) = f011665d3b2ed6c3b41e28ee3029e511ea248faad142b1a32a89faf1dd5eeb7d +SIZE (jd-2.8.9-150226.tgz) = 770110 From owner-svn-ports-head@freebsd.org Fri Feb 19 16:38:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBB52AAE173; Fri, 19 Feb 2016 16:38:37 +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 7320710BD; Fri, 19 Feb 2016 16:38:37 +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 u1JGca2p055235; Fri, 19 Feb 2016 16:38:36 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JGcaNw055232; Fri, 19 Feb 2016 16:38:36 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602191638.u1JGcaNw055232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 19 Feb 2016 16:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409190 - in head/security/gnupg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 16:38:37 -0000 Author: gahr Date: Fri Feb 19 16:38:36 2016 New Revision: 409190 URL: https://svnweb.freebsd.org/changeset/ports/409190 Log: security/gnupg: fix build when NLS is disabled Added: head/security/gnupg/files/patch-dirmngr_Makefile.am (contents, props changed) head/security/gnupg/files/patch-dirmngr_Makefile.in (contents, props changed) Modified: head/security/gnupg/Makefile Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Fri Feb 19 16:30:23 2016 (r409189) +++ head/security/gnupg/Makefile Fri Feb 19 16:38:36 2016 (r409190) @@ -2,7 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.1.11 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig Added: head/security/gnupg/files/patch-dirmngr_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gnupg/files/patch-dirmngr_Makefile.am Fri Feb 19 16:38:36 2016 (r409190) @@ -0,0 +1,11 @@ +--- dirmngr/Makefile.am.orig 2016-02-19 16:13:57 UTC ++++ dirmngr/Makefile.am +@@ -143,7 +143,7 @@ t_ldap_parse_uri_SOURCES = \ + t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 + t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS) + +-t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 ++t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_FLAGS) + t_dns_stuff_SOURCES = t-dns-stuff.c dns-stuff.c + t_dns_stuff_LDADD = $(t_common_ldadd) $(DNSLIBS) + Added: head/security/gnupg/files/patch-dirmngr_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gnupg/files/patch-dirmngr_Makefile.in Fri Feb 19 16:38:36 2016 (r409190) @@ -0,0 +1,11 @@ +--- dirmngr/Makefile.in.orig 2016-02-19 16:14:54 UTC ++++ dirmngr/Makefile.in +@@ -652,7 +652,7 @@ t_ldap_parse_uri_SOURCES = \ + + t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 + t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS) +-t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 ++t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_CFLAGS) + t_dns_stuff_SOURCES = t-dns-stuff.c dns-stuff.c + t_dns_stuff_LDADD = $(t_common_ldadd) $(DNSLIBS) + all: $(BUILT_SOURCES) From owner-svn-ports-head@freebsd.org Fri Feb 19 16:50:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A38DAAE56F; Fri, 19 Feb 2016 16:50:23 +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 4DA8E1AFA; Fri, 19 Feb 2016 16:50:23 +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 u1JGoMKV058463; Fri, 19 Feb 2016 16:50:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JGoMnr058461; Fri, 19 Feb 2016 16:50:22 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602191650.u1JGoMnr058461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Feb 2016 16:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409191 - head/devel/mongo-cxx-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 16:50:23 -0000 Author: rakuco Date: Fri Feb 19 16:50:21 2016 New Revision: 409191 URL: https://svnweb.freebsd.org/changeset/ports/409191 Log: Update to 1.1.0. Add support (enabled by default) for SCRAM-SHA1. PR: 207211 Submitted by: Simun Mikecin (maintainer) Modified: head/devel/mongo-cxx-driver/Makefile head/devel/mongo-cxx-driver/distinfo Modified: head/devel/mongo-cxx-driver/Makefile ============================================================================== --- head/devel/mongo-cxx-driver/Makefile Fri Feb 19 16:38:36 2016 (r409190) +++ head/devel/mongo-cxx-driver/Makefile Fri Feb 19 16:50:21 2016 (r409191) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo-cxx-driver -PORTVERSION= 1.0.5 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX=v CATEGORIES= devel @@ -15,12 +15,19 @@ LIB_DEPENDS= libboost_system.so:${PORTSD MAKE_JOBS_UNSAFE= yes +OPTIONS_DEFINE= SCRAM-SHA-1 +OPTIONS_DEFAULT= SCRAM-SHA-1 + +SCRAM-SHA-1_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SCRAM-SHA-1_MAKE_ARGS= --use-sasl-client --ssl +SCRAM-SHA-1_DESC= SCRAM-SHA-1 authentication mechanism support. + USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-cxx-driver -GH_TAGNAME= e849f94 +GH_TAGNAME= 4890f82 -WRKSRC= ${WRKDIR}/mongo-cxx-driver-e849f94 +WRKSRC= ${WRKDIR}/mongo-cxx-driver-4890f82 USES= execinfo scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --cc=${CC} \ Modified: head/devel/mongo-cxx-driver/distinfo ============================================================================== --- head/devel/mongo-cxx-driver/distinfo Fri Feb 19 16:38:36 2016 (r409190) +++ head/devel/mongo-cxx-driver/distinfo Fri Feb 19 16:50:21 2016 (r409191) @@ -1,2 +1,2 @@ -SHA256 (mongodb-mongo-cxx-driver-v1.0.5-e849f94_GH0.tar.gz) = f3db90b238e89f3327efe675405b6446037ebf6a055094f71d190c582b19fdd1 -SIZE (mongodb-mongo-cxx-driver-v1.0.5-e849f94_GH0.tar.gz) = 1573851 +SHA256 (mongodb-mongo-cxx-driver-v1.1.0-4890f82_GH0.tar.gz) = 597ee554f82697b7e1e5e4be2fdd7889e22df0ff3857cec9edfc4bfeb3eed36b +SIZE (mongodb-mongo-cxx-driver-v1.1.0-4890f82_GH0.tar.gz) = 1573074 From owner-svn-ports-head@freebsd.org Fri Feb 19 17:06:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A270AAEC87; Fri, 19 Feb 2016 17:06:01 +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 5595D1890; Fri, 19 Feb 2016 17:06:01 +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 AA4D3BDCE2; Fri, 19 Feb 2016 18:05:58 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id A4BBABDC88; Fri, 19 Feb 2016 18:05:58 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 2A2B16137; Fri, 19 Feb 2016 18:05:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id AD8901EF977A; Fri, 19 Feb 2016 18:05:57 +0100 (CET) Date: Fri, 19 Feb 2016 18:05:56 +0100 From: Mathieu Arnold To: Pietro Cerutti , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, kuriyama@FreeBSD.org Subject: Re: svn commit: r409190 - in head/security/gnupg: . files Message-ID: <0A2E3F73F7FDB5F5582FA674@ogg.in.absolight.net> In-Reply-To: <201602191638.u1JGcaNw055232@repo.freebsd.org> References: <201602191638.u1JGcaNw055232@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========4E449BC285258DCC9A4E==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 17:06:01 -0000 --==========4E449BC285258DCC9A4E========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 19 f=C3=A9vrier 2016 16:38:36 +0000 Pietro Cerutti wrote: | Author: gahr | Date: Fri Feb 19 16:38:36 2016 | New Revision: 409190 | URL: https://svnweb.freebsd.org/changeset/ports/409190 |=20 | Log: | security/gnupg: fix build when NLS is disabled I still see an error after this: In file included from ./ldap-parse-uri.h:23: ../common/util.h:34:10: fatal error: 'gcrypt.h' file not found #include /* We need this for the memory function protos. */ ^ 1 error generated. --=20 Mathieu Arnold --==========4E449BC285258DCC9A4E========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWx0t0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IvEEP/j3HEKmKKmXsCtkr0QvLjZ6V 7uShqZcR5wPqPhSXkBzOAEaX+wCsojOoWkmf/PhEwqFKH+94M9ZaVM0xcxki3nVN vYJBP+kaKdTJgV9vXwKrJjh4fT1Z+NyvHkcqajpSQGmlyCTgESSRjyBGR2fRvcLD N5P7y6/bhRguId4qtbWTnQY1OczlKYmWeiWLdZxt7BPpUAs5Me+U77y3zPt3KAkj E61TPPqBgitfgrW464VNVbYMvV4CBea70o0uryyOH62A8aLKif0ydFQNhDxa4cJc PUPtb2T7DQZVqvDpf6Wyf59f8Q8W+oNdfKb7Ck4zcHlckM9wxGKA1p/3jFImDHUN KhOSIjf5oInXyd0D0Rl0WPOMt77Sm+hLDgAjKtpa/XaB9y2sZHLnHJSDhaX9IQP+ i6HwhiyCmk/qp7eJ7rj+aaovC3JBLOxiortLySTBHVtL5pnFzgyaZ3l6ZJr/c6nh zaurf6mDnu3Pl9GmfzmsCajyq4O/Km9dJJcH83lkBoHEVzN3gsOafOg8k1qYKP+g Ftl0vz9ZdXYFaBMp8f7lJmglTEz3OuJzbPFt4WE7JTX1+bQiRQ2jLw7zWbBfAfQR NE6rH6QuE2D6Y5qlU2FB6ShX/8Bh/Zfw6WtmlMqBjUSR10sT9BB2oDU8FBXa78MI CWKcAAkqqMpZ54zsoAoZ =dv4u -----END PGP SIGNATURE----- --==========4E449BC285258DCC9A4E==========-- From owner-svn-ports-head@freebsd.org Fri Feb 19 17:17:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AD96AAEF93; Fri, 19 Feb 2016 17:17:23 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F300D1F76; Fri, 19 Feb 2016 17:17:22 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 092b3731 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Fri, 19 Feb 2016 10:17:19 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: svn commit: r409190 - in head/security/gnupg: . files From: Adam Weinberger In-Reply-To: <201602191638.u1JGcaNw055232@repo.freebsd.org> Date: Fri, 19 Feb 2016 10:17:18 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201602191638.u1JGcaNw055232@repo.freebsd.org> To: Pietro Cerutti X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 17:17:23 -0000 > On 19 Feb, 2016, at 9:38, Pietro Cerutti wrote: >=20 > Author: gahr > Date: Fri Feb 19 16:38:36 2016 > New Revision: 409190 > URL: https://svnweb.freebsd.org/changeset/ports/409190 >=20 > Log: > security/gnupg: fix build when NLS is disabled >=20 > Added: > head/security/gnupg/files/patch-dirmngr_Makefile.am (contents, = props changed) > head/security/gnupg/files/patch-dirmngr_Makefile.in (contents, = props changed) Patching Makefile.am and Makefile.in seems strange. One of them should = be unnecessary, no? Also, did you want to be using --with-libgcrypt-prefix=3DPFX = = prefix where LIBGCRYPT = is installed (optional) # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Fri Feb 19 18:06:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33957AAE112; Fri, 19 Feb 2016 18:06:16 +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 E0C6F1F4C; Fri, 19 Feb 2016 18:06:15 +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 u1JI6E2V081967; Fri, 19 Feb 2016 18:06:14 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JI6Eax081965; Fri, 19 Feb 2016 18:06:14 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602191806.u1JI6Eax081965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 19 Feb 2016 18:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409192 - head/security/gnupg/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 18:06:16 -0000 Author: gahr Date: Fri Feb 19 18:06:14 2016 New Revision: 409192 URL: https://svnweb.freebsd.org/changeset/ports/409192 Log: security/gnupg: ldap module needs gcrypt too Modified: head/security/gnupg/files/patch-dirmngr_Makefile.am head/security/gnupg/files/patch-dirmngr_Makefile.in Modified: head/security/gnupg/files/patch-dirmngr_Makefile.am ============================================================================== --- head/security/gnupg/files/patch-dirmngr_Makefile.am Fri Feb 19 16:50:21 2016 (r409191) +++ head/security/gnupg/files/patch-dirmngr_Makefile.am Fri Feb 19 18:06:14 2016 (r409192) @@ -1,7 +1,11 @@ ---- dirmngr/Makefile.am.orig 2016-02-19 16:13:57 UTC +--- dirmngr/Makefile.am.orig 2016-01-26 09:36:37 UTC +++ dirmngr/Makefile.am -@@ -143,7 +143,7 @@ t_ldap_parse_uri_SOURCES = \ - t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 +@@ -140,10 +140,10 @@ t_ldap_parse_uri_SOURCES = \ + t-ldap-parse-uri.c ldap-parse-uri.c ldap-parse-uri.h \ + http.c dns-stuff.c \ + $(ldap_url) $(t_common_src) +-t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 ++t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_FLAGS) t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS) -t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 Modified: head/security/gnupg/files/patch-dirmngr_Makefile.in ============================================================================== --- head/security/gnupg/files/patch-dirmngr_Makefile.in Fri Feb 19 16:50:21 2016 (r409191) +++ head/security/gnupg/files/patch-dirmngr_Makefile.in Fri Feb 19 18:06:14 2016 (r409192) @@ -1,8 +1,11 @@ ---- dirmngr/Makefile.in.orig 2016-02-19 16:14:54 UTC +--- dirmngr/Makefile.in.orig 2016-01-26 12:54:48 UTC +++ dirmngr/Makefile.in -@@ -652,7 +652,7 @@ t_ldap_parse_uri_SOURCES = \ +@@ -650,9 +650,9 @@ t_ldap_parse_uri_SOURCES = \ + http.c dns-stuff.c \ + $(ldap_url) $(t_common_src) - t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 +-t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 ++t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_CFLAGS) t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS) -t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 +t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 $(LIBGCRYPT_CFLAGS) From owner-svn-ports-head@freebsd.org Fri Feb 19 18:19:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A68EAAE85A; Fri, 19 Feb 2016 18:19:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4BA8183E; Fri, 19 Feb 2016 18:19:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 21ece722 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 19 Feb 2016 18:19:02 +0000 (UTC) Date: Fri, 19 Feb 2016 19:19:01 +0100 From: Pietro Cerutti To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, kuriyama@FreeBSD.org Subject: Re: svn commit: r409190 - in head/security/gnupg: . files Message-ID: <20160219181901.GB63396@ptrcrt.ch> Reply-To: gahr@FreeBSD.org References: <201602191638.u1JGcaNw055232@repo.freebsd.org> <0A2E3F73F7FDB5F5582FA674@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="K8nIJk4ghYZn606h" Content-Disposition: inline In-Reply-To: <0A2E3F73F7FDB5F5582FA674@ogg.in.absolight.net> X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 18:19:09 -0000 --K8nIJk4ghYZn606h Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2016-Feb-19, 18:05, Mathieu Arnold wrote: > +--On 19 f=C3=A9vrier 2016 16:38:36 +0000 Pietro Cerutti > wrote: > | Author: gahr > | Date: Fri Feb 19 16:38:36 2016 > | New Revision: 409190 > | URL: https://svnweb.freebsd.org/changeset/ports/409190 > |=20 > | Log: > | security/gnupg: fix build when NLS is disabled >=20 > I still see an error after this: >=20 > >=20 > In file included from ./ldap-parse-uri.h:23: > ../common/util.h:34:10: fatal error: 'gcrypt.h' file not found > #include /* We need this for the memory function protos. */ > ^ > 1 error generated. Should be ok as of r409192. --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --K8nIJk4ghYZn606h Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJWx1yVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQTZERTEwNkE1Qjg1NEI4NUREODZENDlB REQwRDM4RUExOTIwODlFAAoJEK3Q046hkgiezV4P/2YjY1fLql93vuaGJApW7KMQ wKm3XMWumfFo2lADcwffS7wMEKeBnd4zau/2hwKqNCCPq8Kh3dgsT78VARWkVkm/ sThWhZK6bm78r89c6UbJxEoRkkC3EgoTMf6osCaZxzTvkZcY46rzUCVYnev/JujR s8Cv5Tfma5D0NXIRoUgOj6dOESX/1lTQECFpWN7LwRoE20c0NyOdmUxJTlMjn5C8 60zbFKr+QH3X3ey64YBR+6iKn7RN1d98ENHWOBtk0MsCiVUbNuvdf1+rrlJg+S93 KH3pRe5CQQmyfs0FiAdAgg2jF6SxzCrpS3HGiiikrbZXOYzi66Qp/fNR3iWsOUwN 4q+I1UwahVgejNg+pVV1pcKdVmox47X/gWqpK399eOcpJB1BC0fSeOgLQfPh7lQh BxD7ebePdOVIR9mAb8UlErGJNP360Nm9sKdzfZ/DwFXOWjurINdiVXw484wQbDgd t5p+8j+ix+8yG0dX6+ZXRD/nT6b45LD+VVstKVDY50SBQOpT0FdKyh2ZT447MXVC a9L449o2W4JF1cCl2TJLuPA2Wxbc3VtiBSo7PmmozTiBj+A1kVsUu5Sm7Mrulxjo Muvysbn9bSCbgJNf+p5RThDaEwNMaW/SK92EnYn/5Ta7e4XemKSYkzL4kl0s2usQ DMA6/I2pFu6toI6nPMMj =+EqF -----END PGP SIGNATURE----- --K8nIJk4ghYZn606h-- From owner-svn-ports-head@freebsd.org Fri Feb 19 18:24:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5980AAEBEC; Fri, 19 Feb 2016 18:24:45 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2EC61E62; Fri, 19 Feb 2016 18:24:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 0964d04e TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 19 Feb 2016 18:18:00 +0000 (UTC) Date: Fri, 19 Feb 2016 19:17:59 +0100 From: Pietro Cerutti To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r409190 - in head/security/gnupg: . files Message-ID: <20160219181759.GA63396@ptrcrt.ch> Reply-To: gahr@FreeBSD.org References: <201602191638.u1JGcaNw055232@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 18:24:45 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2016-Feb-19, 10:17, Adam Weinberger wrote: > > On 19 Feb, 2016, at 9:38, Pietro Cerutti wrote: > >=20 > > Author: gahr > > Date: Fri Feb 19 16:38:36 2016 > > New Revision: 409190 > > URL: https://svnweb.freebsd.org/changeset/ports/409190 > >=20 > > Log: > > security/gnupg: fix build when NLS is disabled > >=20 > > Added: > > head/security/gnupg/files/patch-dirmngr_Makefile.am (contents, props= changed) > > head/security/gnupg/files/patch-dirmngr_Makefile.in (contents, props= changed) >=20 > Patching Makefile.am and Makefile.in seems strange. One of them should be= unnecessary, no? I know next to nothing about autoconf, sorry. Patching both worked and seem undangerous enough :) > Also, did you want to be using > --with-libgcrypt-prefix=3DPFX No. ./configure finds gcrypt just fine. The problem is that the CFLAGS used when compiling some modules don't include the gcrypt-specific flags. --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --17pEHd4RhPHOinZp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJWx1xXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQTZERTEwNkE1Qjg1NEI4NUREODZENDlB REQwRDM4RUExOTIwODlFAAoJEK3Q046hkgiew/kQAJkyDu40jybxQdv0ots/IRl/ 21RJCxMcoJjuoDSJuKw28zxyUGl6qTDp+vk8ee++khqita+C4mvVX1sl6OWFH0gB 6u7HgxUXL6RlyzQuk3kZu/2F+QFS5Viam6qTzSvfi42grb5C3Z7Qus5M1q16V7l+ xMwE2G+LaxPKM9uWgODj50+jV0+L2IJy+d5GuTJmCtkBwn4jeq9ZeqjMEIbrecFl Y80TSDL2BZwaZRQ2SKDR6aWknIi9DpsbBABh3X6x/Rnp9BdhJmbBBEkVxjvkm1xy 6Br6WEgt3ugGwDikwOVf7W73Eg+x8/8Hj7pLJkRybczLirdYFocDKgc0byT6QsxM CcHBHMSi4tD2HmmSAg+9VH6wST1IvLCrfXdodhdMgjZ28G+ktPCAJPe8Wgxya2+W RVf/Hvk9qD+/sBUAKpFRoFinEHIOgVqt24E2+gXRGivoxOZy9A/LodFOCZj/TFJR 9NhTy/dLNAnaMmg3MRvnpdxUbRdztsnabJKbZQTRgF10nF9VIYbGoYYiwOyz2PNi SOkPRY27JaLNBdy5W8kF81TGd2dcsOTE2Ncr9pcCjbyjdfZHTeJ331zsvVY4Wi/y GtloNkjARjZZBbu1BSKdPuymR21xaxlscTtKZsPYEUpHPhc60yomrPYd/kJt0MY7 /B/H0sUD/URLINevNQos =P9Sy -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- From owner-svn-ports-head@freebsd.org Fri Feb 19 18:46:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A950AAD5FD; Fri, 19 Feb 2016 18:46:31 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D05571E9E; Fri, 19 Feb 2016 18:46:30 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JIkTAu093511; Fri, 19 Feb 2016 18:46:29 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JIkTct093507; Fri, 19 Feb 2016 18:46:29 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201602191846.u1JIkTct093507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 19 Feb 2016 18:46:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409193 - in head/devel: gettext gettext-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 18:46:31 -0000 Author: tijl Date: Fri Feb 19 18:46:29 2016 New Revision: 409193 URL: https://svnweb.freebsd.org/changeset/ports/409193 Log: Update to 0.19.7 PR: 207245 Exp-run by: antoine Approved by: portmgr (antoine) Modified: head/devel/gettext-tools/Makefile head/devel/gettext-tools/pkg-plist head/devel/gettext/Makefile.common head/devel/gettext/distinfo Modified: head/devel/gettext-tools/Makefile ============================================================================== --- head/devel/gettext-tools/Makefile Fri Feb 19 18:06:14 2016 (r409192) +++ head/devel/gettext-tools/Makefile Fri Feb 19 18:46:29 2016 (r409193) @@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/../COPYING .include "${.CURDIR}/../gettext/Makefile.common" -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-csharp --disable-java --disable-openmp \ --with-included-glib --with-included-libcroco \ Modified: head/devel/gettext-tools/pkg-plist ============================================================================== --- head/devel/gettext-tools/pkg-plist Fri Feb 19 18:06:14 2016 (r409192) +++ head/devel/gettext-tools/pkg-plist Fri Feb 19 18:46:29 2016 (r409193) @@ -17,13 +17,13 @@ bin/msguniq bin/recode-sr-latin bin/xgettext include/gettext-po.h -lib/libgettextlib-0.19.6.so +lib/libgettextlib-0.19.7.so lib/libgettextlib.so lib/libgettextpo.a lib/libgettextpo.so lib/libgettextpo.so.0 lib/libgettextpo.so.0.5.3 -lib/libgettextsrc-0.19.6.so +lib/libgettextsrc-0.19.7.so lib/libgettextsrc.so lib/gettext/cldr-plurals lib/gettext/hostname @@ -208,6 +208,14 @@ share/aclocal/xsize.m4 %%DATADIR%%/styles/po-emacs-xterm16.css %%DATADIR%%/styles/po-emacs-xterm256.css %%DATADIR%%/styles/po-vim.css +share/gettext-0.19.7/its/appdata.its +share/gettext-0.19.7/its/appdata.loc +share/gettext-0.19.7/its/glade.loc +share/gettext-0.19.7/its/glade1.its +share/gettext-0.19.7/its/glade2.its +share/gettext-0.19.7/its/gsettings.its +share/gettext-0.19.7/its/gsettings.loc +share/gettext-0.19.7/its/gtkbuilder.its share/locale/be/LC_MESSAGES/gettext-tools.mo share/locale/bg/LC_MESSAGES/gettext-tools.mo share/locale/ca/LC_MESSAGES/gettext-tools.mo Modified: head/devel/gettext/Makefile.common ============================================================================== --- head/devel/gettext/Makefile.common Fri Feb 19 18:06:14 2016 (r409192) +++ head/devel/gettext/Makefile.common Fri Feb 19 18:46:29 2016 (r409193) @@ -4,7 +4,7 @@ # experimental ports run. Untested commits may be backed out at portmgr's # discretion. -PORTVERSION= 0.19.6 +PORTVERSION= 0.19.7 PORTREVISION?= 0 # Leave this zero. Set in Makefile instead. CATEGORIES= devel MASTER_SITES= GNU/gettext Modified: head/devel/gettext/distinfo ============================================================================== --- head/devel/gettext/distinfo Fri Feb 19 18:06:14 2016 (r409192) +++ head/devel/gettext/distinfo Fri Feb 19 18:46:29 2016 (r409193) @@ -1,2 +1,2 @@ -SHA256 (gettext-0.19.6.tar.xz) = 9b95816620fd1168cb4eeca0e9dc0ffd86e864fc668f76f5e37cc054d6982e51 -SIZE (gettext-0.19.6.tar.xz) = 6878652 +SHA256 (gettext-0.19.7.tar.xz) = 378fa86a091cec3acdece3c961bb8d8c0689906287809a8daa79dc0c6398d934 +SIZE (gettext-0.19.7.tar.xz) = 7187304 From owner-svn-ports-head@freebsd.org Fri Feb 19 19:16:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BE15AAE2E7; Fri, 19 Feb 2016 19:16:29 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39D41121F; Fri, 19 Feb 2016 19:16:29 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JJGSt1002331; Fri, 19 Feb 2016 19:16:28 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JJGSUS002329; Fri, 19 Feb 2016 19:16:28 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201602191916.u1JJGSUS002329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 19 Feb 2016 19:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409194 - head/math/openfst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 19:16:29 -0000 Author: demon Date: Fri Feb 19 19:16:27 2016 New Revision: 409194 URL: https://svnweb.freebsd.org/changeset/ports/409194 Log: Tarball has been rerolled with minor changes§, most notable is an addition of libdl check to configure so we can stop patching Makefiles. Modified: head/math/openfst/Makefile head/math/openfst/distinfo Modified: head/math/openfst/Makefile ============================================================================== --- head/math/openfst/Makefile Fri Feb 19 18:46:29 2016 (r409193) +++ head/math/openfst/Makefile Fri Feb 19 19:16:27 2016 (r409194) @@ -16,7 +16,4 @@ USE_LDCONFIG= ${LOCALBASE}/lib/fst GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt -post-patch: - ${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in ${WRKSRC}/src/extensions/compress/Makefile.in ${WRKSRC}/src/extensions/mpdt/Makefile.in ${WRKSRC}/src/lib/Makefile.in ${WRKSRC}/src/script/Makefile.in - .include Modified: head/math/openfst/distinfo ============================================================================== --- head/math/openfst/distinfo Fri Feb 19 18:46:29 2016 (r409193) +++ head/math/openfst/distinfo Fri Feb 19 19:16:27 2016 (r409194) @@ -1,2 +1,2 @@ -SHA256 (openfst-1.5.1.tar.gz) = d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925 -SIZE (openfst-1.5.1.tar.gz) = 1165290 +SHA256 (openfst-1.5.1.tar.gz) = fa5d47477675c7f39788fcf0e82779fe8dd8bcde842132e6a24872bfc92d18d9 +SIZE (openfst-1.5.1.tar.gz) = 1164348 From owner-svn-ports-head@freebsd.org Fri Feb 19 19:30:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F18AAE9FB; Fri, 19 Feb 2016 19:30:36 +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 908361F4C; Fri, 19 Feb 2016 19:30:36 +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 u1JJUZ2I005481; Fri, 19 Feb 2016 19:30:35 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JJUZeC005479; Fri, 19 Feb 2016 19:30:35 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602191930.u1JJUZeC005479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 19 Feb 2016 19:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409195 - head/security/letsencrypt.sh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 19:30:36 -0000 Author: brnrd Date: Fri Feb 19 19:30:35 2016 New Revision: 409195 URL: https://svnweb.freebsd.org/changeset/ports/409195 Log: security/letsencrypt.sh: Update to 2016-02-17 - Update to latest version - Includes upstream fix for cleanup command [1] - Add PORTDOCS https://github.com/lukas2511/letsencrypt.sh/pull/137 [1] Reviewed by: sascha_root-login.org (maintainer), koobs (mentor) Approved by: sascha_root-login.org (maintainer), koobs (mentor) Differential Revision: D5297 Modified: head/security/letsencrypt.sh/Makefile head/security/letsencrypt.sh/distinfo Modified: head/security/letsencrypt.sh/Makefile ============================================================================== --- head/security/letsencrypt.sh/Makefile Fri Feb 19 19:16:27 2016 (r409194) +++ head/security/letsencrypt.sh/Makefile Fri Feb 19 19:30:35 2016 (r409195) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= letsencrypt.sh -PORTVERSION= 0.0.0.20160215 +PORTVERSION= 0.0.0.20160217 CATEGORIES= security MAINTAINER= sascha@root-login.org @@ -14,7 +14,7 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GITHUB= yes GH_ACCOUNT= lukas2511 -GH_TAGNAME= 63b61b8 +GH_TAGNAME= 669185a OPTIONS_SINGLE= SHELL OPTIONS_SINGLE_SHELL= BASH ZSH @@ -39,9 +39,11 @@ PLIST_FILES= bin/letsencrypt.sh \ %%ETCDIR%%/hook.sh.example \ %%ETCDIR%%/domains.txt.example \ ${PERIODIC_DIRS}/000.letsencrypt.sh +PORTDOCS_PLIST_FILES= %%PORTDOCS%%%%DOCSDIR%%/README.md SUB_FILES= 000.letsencrypt.sh pkg-message SUB_LIST= PORTNAME=${PORTNAME} +PORTDOCS= README.md SHEBANG_FILES= config.sh.example hook.sh.example letsencrypt.sh @@ -58,4 +60,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODIC_FILES} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS}/${PERIODIC_FILES} +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + .include Modified: head/security/letsencrypt.sh/distinfo ============================================================================== --- head/security/letsencrypt.sh/distinfo Fri Feb 19 19:16:27 2016 (r409194) +++ head/security/letsencrypt.sh/distinfo Fri Feb 19 19:30:35 2016 (r409195) @@ -1,2 +1,2 @@ -SHA256 (lukas2511-letsencrypt.sh-0.0.0.20160215-63b61b8_GH0.tar.gz) = e6d7972ddd17e3f34ed931a9bc0fba37c72f0409e522ceac833a2886a9bab324 -SIZE (lukas2511-letsencrypt.sh-0.0.0.20160215-63b61b8_GH0.tar.gz) = 16122 +SHA256 (lukas2511-letsencrypt.sh-0.0.0.20160217-669185a_GH0.tar.gz) = 4c9e216f1ecb72be3ae4061d44e3507ff34370b1e788c03d66ca909b50c7f611 +SIZE (lukas2511-letsencrypt.sh-0.0.0.20160217-669185a_GH0.tar.gz) = 16211 From owner-svn-ports-head@freebsd.org Fri Feb 19 19:35:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A4F6AAEC28; Fri, 19 Feb 2016 19:35:59 +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 F1F1414EE; Fri, 19 Feb 2016 19:35:58 +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 u1JJZwdL008215; Fri, 19 Feb 2016 19:35:58 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JJZvWR008213; Fri, 19 Feb 2016 19:35:57 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201602191935.u1JJZvWR008213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 19 Feb 2016 19:35:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409196 - head/x11/lumina X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 19:35:59 -0000 Author: kmoore Date: Fri Feb 19 19:35:57 2016 New Revision: 409196 URL: https://svnweb.freebsd.org/changeset/ports/409196 Log: - Upstream bumped 0.8.8 with some minor bugfixes, chase them - Bump PORTREV Modified: head/x11/lumina/Makefile head/x11/lumina/distinfo Modified: head/x11/lumina/Makefile ============================================================================== --- head/x11/lumina/Makefile Fri Feb 19 19:30:35 2016 (r409195) +++ head/x11/lumina/Makefile Fri Feb 19 19:35:57 2016 (r409196) @@ -4,7 +4,8 @@ PORTNAME= lumina PORTVERSION= 0.8.8 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -Release +DISTVERSIONSUFFIX= -Release-p1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 Modified: head/x11/lumina/distinfo ============================================================================== --- head/x11/lumina/distinfo Fri Feb 19 19:30:35 2016 (r409195) +++ head/x11/lumina/distinfo Fri Feb 19 19:35:57 2016 (r409196) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-lumina-v0.8.8-Release_GH0.tar.gz) = a5a3cc452907844bd5c52ba699a65c843f3b9860583c189117e4b2dc642a2142 -SIZE (pcbsd-lumina-v0.8.8-Release_GH0.tar.gz) = 35770958 +SHA256 (pcbsd-lumina-v0.8.8-Release-p1_GH0.tar.gz) = 0b23076f1413e668204cf97c36380f3d1254576ff8c74beaa5621105f0863698 +SIZE (pcbsd-lumina-v0.8.8-Release-p1_GH0.tar.gz) = 35771390 From owner-svn-ports-head@freebsd.org Fri Feb 19 19:38:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 661AAAAED15; Fri, 19 Feb 2016 19:38:20 +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 3A4611B88; Fri, 19 Feb 2016 19:38:20 +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 u1JJcJ88008402; Fri, 19 Feb 2016 19:38:19 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JJcJTi008400; Fri, 19 Feb 2016 19:38:19 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602191938.u1JJcJTi008400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 19 Feb 2016 19:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409197 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 19:38:20 -0000 Author: rene Date: Fri Feb 19 19:38:18 2016 New Revision: 409197 URL: https://svnweb.freebsd.org/changeset/ports/409197 Log: www/chromium: update to 48.0.2564.116 MFH: 2016Q1 Security: https://www.vuxml.org/freebsd/368993bb-d685-11e5-8858-00262d5ed8ee.html Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Feb 19 19:35:57 2016 (r409196) +++ head/www/chromium/Makefile Fri Feb 19 19:38:18 2016 (r409197) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 48.0.2564.109 +PORTVERSION= 48.0.2564.116 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 Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Fri Feb 19 19:35:57 2016 (r409196) +++ head/www/chromium/distinfo Fri Feb 19 19:38:18 2016 (r409197) @@ -1,4 +1,4 @@ -SHA256 (chromium-48.0.2564.109.tar.xz) = 2eb1e5b6dda718a5e501ba26f47015c1629adeb9f2bf2877bd9d8bf346abeb03 -SIZE (chromium-48.0.2564.109.tar.xz) = 432310300 -SHA256 (chromium-48.0.2564.109-testdata.tar.xz) = 8e79ef39bb576d451bd61958def1833d9a9410538c7b89ca4a92acd40408b0be -SIZE (chromium-48.0.2564.109-testdata.tar.xz) = 117232464 +SHA256 (chromium-48.0.2564.116.tar.xz) = 6a1eb9b4c853f15eeec0a55af7ac3b41835f0fc592ba6c0a500873cb12a84d0f +SIZE (chromium-48.0.2564.116.tar.xz) = 432321192 +SHA256 (chromium-48.0.2564.116-testdata.tar.xz) = 3cc8a9cf3f01321b22d31d37b99372aca027a1bcbe160b5d5dc7197159ebd35d +SIZE (chromium-48.0.2564.116-testdata.tar.xz) = 117230276 From owner-svn-ports-head@freebsd.org Fri Feb 19 19:54:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B02BAAAB397; Fri, 19 Feb 2016 19:54:39 +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 82C9E18BE; Fri, 19 Feb 2016 19:54:39 +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 u1JJscJn014526; Fri, 19 Feb 2016 19:54:38 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JJscx9014524; Fri, 19 Feb 2016 19:54:38 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201602191954.u1JJscx9014524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 19 Feb 2016 19:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409199 - head/databases/pymongo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 19:54:39 -0000 Author: demon Date: Fri Feb 19 19:54:38 2016 New Revision: 409199 URL: https://svnweb.freebsd.org/changeset/ports/409199 Log: Update to version 3.2.1. Approved by: maintainer Modified: head/databases/pymongo/Makefile head/databases/pymongo/distinfo Modified: head/databases/pymongo/Makefile ============================================================================== --- head/databases/pymongo/Makefile Fri Feb 19 19:47:13 2016 (r409198) +++ head/databases/pymongo/Makefile Fri Feb 19 19:54:38 2016 (r409199) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 3.2 +PORTVERSION= 3.2.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/pymongo/distinfo ============================================================================== --- head/databases/pymongo/distinfo Fri Feb 19 19:47:13 2016 (r409198) +++ head/databases/pymongo/distinfo Fri Feb 19 19:54:38 2016 (r409199) @@ -1,2 +1,2 @@ -SHA256 (pymongo-3.2.tar.gz) = f50a5380b45a83c5ea1e673ff19363d3cfd5850f7620536e51341d26eb2ae979 -SIZE (pymongo-3.2.tar.gz) = 473631 +SHA256 (pymongo-3.2.1.tar.gz) = 57a86ca602b0a4d2da1f9f3afa8c59fd8ca62d829f6d8f467eae0b7cb22ba88a +SIZE (pymongo-3.2.1.tar.gz) = 647879 From owner-svn-ports-head@freebsd.org Fri Feb 19 20:25:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D531AAC08E; Fri, 19 Feb 2016 20:25:35 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F9B117C0; Fri, 19 Feb 2016 20:25:35 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKPY9H023354; Fri, 19 Feb 2016 20:25:34 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKPYUE023353; Fri, 19 Feb 2016 20:25:34 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201602192025.u1JKPYUE023353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Fri, 19 Feb 2016 20:25:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409200 - head/lang/ghc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:25:35 -0000 Author: pgj Date: Fri Feb 19 20:25:34 2016 New Revision: 409200 URL: https://svnweb.freebsd.org/changeset/ports/409200 Log: - Remove the superfluous dependency on misc/compat9x PR: 206794 Submitted by: Walter Schwarzenfeld Obtained from: FreeBSD Haskell Modified: head/lang/ghc/Makefile Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Fri Feb 19 19:54:38 2016 (r409199) +++ head/lang/ghc/Makefile Fri Feb 19 20:25:34 2016 (r409200) @@ -80,7 +80,6 @@ LIB_DEPENDS+= libffi.so.6:${PORTSDIR}/de BOOT_GHC_VERSION= 7.10.2 DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot -LIB_DEPENDS+= libutil.so.9:${PORTSDIR}/misc/compat9x .endif # MBOOT From owner-svn-ports-head@freebsd.org Fri Feb 19 20:38:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C35B1AAC545; Fri, 19 Feb 2016 20:38:31 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C4281D38; Fri, 19 Feb 2016 20:38:31 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKcUoB026521; Fri, 19 Feb 2016 20:38:30 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKcUiQ026516; Fri, 19 Feb 2016 20:38:30 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201602192038.u1JKcUiQ026516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Fri, 19 Feb 2016 20:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409201 - in head: devel devel/hs-ncurses lang/ghc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:38:32 -0000 Author: pgj Date: Fri Feb 19 20:38:29 2016 New Revision: 409201 URL: https://svnweb.freebsd.org/changeset/ports/409201 Log: GNU ncurses is a library for creating command-line application with pseudo-graphical interfaces. This package is a nice, modern binding to GNU ncurses. WWW: https://john-millikin.com/software/haskell-ncurses/ PR: 200112 Submitted by: Nikolai Lifanov Obtained from: FreeBSD Haskell Added: head/devel/hs-ncurses/ head/devel/hs-ncurses/Makefile (contents, props changed) head/devel/hs-ncurses/distinfo (contents, props changed) head/devel/hs-ncurses/pkg-descr (contents, props changed) Modified: head/devel/Makefile head/lang/ghc/bsd.hackage.mk Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 19 20:25:34 2016 (r409200) +++ head/devel/Makefile Fri Feb 19 20:38:29 2016 (r409201) @@ -948,6 +948,7 @@ SUBDIR += hs-mueval SUBDIR += hs-murmur-hash SUBDIR += hs-mutable-containers + SUBDIR += hs-ncurses SUBDIR += hs-newtype SUBDIR += hs-old-locale SUBDIR += hs-old-time Added: head/devel/hs-ncurses/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hs-ncurses/Makefile Fri Feb 19 20:38:29 2016 (r409201) @@ -0,0 +1,18 @@ +# Created by: Nikolai Lifanov +# $FreeBSD$ + +PORTNAME= ncurses +PORTVERSION= 0.2.15 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Modernised Haskell binding to GNU ncurses + +LICENSE= GPLv3 + +USE_CABAL= c2hs>=0.15 + +USES= ncurses + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include Added: head/devel/hs-ncurses/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hs-ncurses/distinfo Fri Feb 19 20:38:29 2016 (r409201) @@ -0,0 +1,2 @@ +SHA256 (cabal/ncurses-0.2.15.tar.gz) = d66088846d7b82ac7921a81e6456492277f1d81c0b115afe1a35b23e0ec0b198 +SIZE (cabal/ncurses-0.2.15.tar.gz) = 29112 Added: head/devel/hs-ncurses/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hs-ncurses/pkg-descr Fri Feb 19 20:38:29 2016 (r409201) @@ -0,0 +1,5 @@ +GNU ncurses is a library for creating command-line application with +pseudo-graphical interfaces. This package is a nice, modern binding to GNU +ncurses. + +WWW: https://john-millikin.com/software/haskell-ncurses/ Modified: head/lang/ghc/bsd.hackage.mk ============================================================================== --- head/lang/ghc/bsd.hackage.mk Fri Feb 19 20:25:34 2016 (r409200) +++ head/lang/ghc/bsd.hackage.mk Fri Feb 19 20:38:29 2016 (r409201) @@ -304,6 +304,7 @@ murmur-hash_port= mutable-containers_port= devel/hs-mutable-containers mwc-random_port= math/hs-mwc-random mysql_port= databases/hs-mysql +ncurses_port= devel/hs-ncurses # lib_depends network_port= net/hs-network network-info_port= net/hs-network-info network-multicast_port= net/hs-network-multicast From owner-svn-ports-head@freebsd.org Fri Feb 19 20:43:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D138AAC705; Fri, 19 Feb 2016 20:43:08 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32C2E109D; Fri, 19 Feb 2016 20:43:08 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKh7TW029413; Fri, 19 Feb 2016 20:43:07 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKh6lk029408; Fri, 19 Feb 2016 20:43:06 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201602192043.u1JKh6lk029408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Fri, 19 Feb 2016 20:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409202 - in head: games games/hs-scroll lang/ghc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:43:08 -0000 Author: pgj Date: Fri Feb 19 20:43:06 2016 New Revision: 409202 URL: https://svnweb.freebsd.org/changeset/ports/409202 Log: In scroll, you're a bookworm that's stuck on a scroll. You have to dodge between words and use spells to make your way down the page as the scroll is read. Go too slow and you'll get wound up in the scroll and crushed. WWW: http://joeyh.name/code/scroll/ PR: 200112 Submitted by: Nikolai Lifanov Obtained from: FreeBSD Haskell Added: head/games/hs-scroll/ head/games/hs-scroll/Makefile (contents, props changed) head/games/hs-scroll/distinfo (contents, props changed) head/games/hs-scroll/pkg-descr (contents, props changed) Modified: head/games/Makefile head/lang/ghc/bsd.hackage.mk Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri Feb 19 20:38:29 2016 (r409201) +++ head/games/Makefile Fri Feb 19 20:43:06 2016 (r409202) @@ -411,6 +411,7 @@ SUBDIR += hoichess SUBDIR += holotz-castle SUBDIR += hoverboard-sdl + SUBDIR += hs-scroll SUBDIR += hypatia_engine SUBDIR += iagno SUBDIR += icbm3d Added: head/games/hs-scroll/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hs-scroll/Makefile Fri Feb 19 20:43:06 2016 (r409202) @@ -0,0 +1,22 @@ +# Created by: Nikolai Lifanov +# $FreeBSD$ + +PORTNAME= scroll +PORTVERSION= 1.20151219 +CATEGORIES= games haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= A roguelike game + +LICENSE= GPLv2 + +PKGNAMEPREFIX= + +USE_CABAL= IfElse case-insensitive data-default monad-loops mtl \ + optparse-applicative ncurses random text vector + +STANDALONE= yes +EXECUTABLE= scroll + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include Added: head/games/hs-scroll/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hs-scroll/distinfo Fri Feb 19 20:43:06 2016 (r409202) @@ -0,0 +1,2 @@ +SHA256 (cabal/scroll-1.20151219.tar.gz) = 4f91c20e645ee715c9d3549fffffcc58943bee4fb3ba2e622e0189ccb70dd050 +SIZE (cabal/scroll-1.20151219.tar.gz) = 265861 Added: head/games/hs-scroll/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hs-scroll/pkg-descr Fri Feb 19 20:43:06 2016 (r409202) @@ -0,0 +1,5 @@ +In scroll, you're a bookworm that's stuck on a scroll. You have to dodge +between words and use spells to make your way down the page as the scroll +is read. Go too slow and you'll get wound up in the scroll and crushed. + +WWW: http://joeyh.name/code/scroll/ Modified: head/lang/ghc/bsd.hackage.mk ============================================================================== --- head/lang/ghc/bsd.hackage.mk Fri Feb 19 20:38:29 2016 (r409201) +++ head/lang/ghc/bsd.hackage.mk Fri Feb 19 20:43:06 2016 (r409202) @@ -370,6 +370,7 @@ safe_port= SafeSemaphore_port= devel/hs-SafeSemaphore sandi_port= converters/hs-sandi scientific_port= devel/hs-scientific +scroll_port= games/hs-scroll # executable securemem_port= devel/hs-securemem semigroupoids_port= math/hs-semigroupoids semigroups_port= math/hs-semigroups From owner-svn-ports-head@freebsd.org Fri Feb 19 20:44:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B965FAAC76B; Fri, 19 Feb 2016 20:44:47 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B92C11BC; Fri, 19 Feb 2016 20:44:47 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKikcP029586; Fri, 19 Feb 2016 20:44:46 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKikNA029585; Fri, 19 Feb 2016 20:44:46 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201602192044.u1JKikNA029585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Fri, 19 Feb 2016 20:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409203 - head/textproc/hs-pandoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:44:47 -0000 Author: pgj Date: Fri Feb 19 20:44:46 2016 New Revision: 409203 URL: https://svnweb.freebsd.org/changeset/ports/409203 Log: - Make dependency on TeX optional PR: 207230 Submitted by: janm@transactionware.com Obtained from: FreeBSD Haskell Modified: head/textproc/hs-pandoc/Makefile Modified: head/textproc/hs-pandoc/Makefile ============================================================================== --- head/textproc/hs-pandoc/Makefile Fri Feb 19 20:43:06 2016 (r409202) +++ head/textproc/hs-pandoc/Makefile Fri Feb 19 20:44:46 2016 (r409203) @@ -3,6 +3,7 @@ PORTNAME= pandoc PORTVERSION= 1.15.0.6 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -26,12 +27,15 @@ USE_HAPPY= yes EXECUTABLE= pandoc -# For PDF generation -USE_TEX= texmf:run - MAN1SRC= man MAN1PAGES= pandoc.1 +OPTIONS_DEFINE= PDFGEN +OPTIONS_DEFAULT= PDFGEN + +PDFGEN_DESC= Include TeX for PDF generation +PDFGEN_USE= TEX=texmf:run + FLAGS_DEFINE= EMBED_DATA HTTPS TRYPANDOC FLAGS_DEFAULT= HTTPS From owner-svn-ports-head@freebsd.org Fri Feb 19 20:44:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1377BAAC78F; Fri, 19 Feb 2016 20:44:54 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D59111297; Fri, 19 Feb 2016 20:44:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKiqkq029693; Fri, 19 Feb 2016 20:44:52 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKiqAK029692; Fri, 19 Feb 2016 20:44:52 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602192044.u1JKiqAK029692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 19 Feb 2016 20:44:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409204 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:44:54 -0000 Author: bdrewery Date: Fri Feb 19 20:44:52 2016 New Revision: 409204 URL: https://svnweb.freebsd.org/changeset/ports/409204 Log: For PYTHON_NO_DEPENDS don't pass PYTHON_VERSION to dependencies. The PYTHON_NO_DEPENDS only really makes sense in meta ports, where passing the PYTHON_VERSION doesn't make sense. The ports listed will pick up USES+=python and the default version as needed. This fixes depending on both lang/python2 and lang/python3 in a meta package. Modified: head/Mk/Uses/python.mk Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Fri Feb 19 20:44:46 2016 (r409203) +++ head/Mk/Uses/python.mk Fri Feb 19 20:44:52 2016 (r409204) @@ -372,7 +372,9 @@ IGNORE= needs an unsupported version of # try to find a different one, if the passed version fits into # the supported version range. PYTHON_VERSION?= python${_PYTHON_VERSION} +.if !defined(PYTHON_NO_DEPENDS) DEPENDS_ARGS+= PYTHON_VERSION=${PYTHON_VERSION} +.endif # NOTE: # From owner-svn-ports-head@freebsd.org Fri Feb 19 20:46:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04180AAC8C5; Fri, 19 Feb 2016 20:46:32 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C95A913B3; Fri, 19 Feb 2016 20:46:31 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKkUY2029890; Fri, 19 Feb 2016 20:46:30 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKkU2F029886; Fri, 19 Feb 2016 20:46:30 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201602192046.u1JKkU2F029886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 19 Feb 2016 20:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409205 - head/editors/omegaT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:46:32 -0000 Author: rodrigo Date: Fri Feb 19 20:46:30 2016 New Revision: 409205 URL: https://svnweb.freebsd.org/changeset/ports/409205 Log: Update omegaT to 3.1.9 update 4 PR: 207296 Submitted by: takefu@airport.fm Modified: head/editors/omegaT/Makefile head/editors/omegaT/distinfo head/editors/omegaT/pkg-descr head/editors/omegaT/pkg-plist Modified: head/editors/omegaT/Makefile ============================================================================== --- head/editors/omegaT/Makefile Fri Feb 19 20:44:52 2016 (r409204) +++ head/editors/omegaT/Makefile Fri Feb 19 20:46:30 2016 (r409205) @@ -1,12 +1,10 @@ -# Created by: Rodrigo OSORIO # $FreeBSD$ PORTNAME= omegaT -DISTVERSION= 3.1.8 -PORTREVISION= 1 +DISTVERSION= 3.1.9 CATEGORIES= editors java x11 -MASTER_SITES= SF/${PORTNAME:tl}/OmegaT%20-%20Standard/OmegaT%20${DISTVERSION}/ -DISTNAME= OmegaT_${DISTVERSION}_Source +MASTER_SITES= SF/${PORTNAME:tl}/OmegaT%20-%20Standard/OmegaT%20${DISTVERSION}%20update%204/ +DISTNAME= OmegaT_${DISTVERSION}_04_Source DIST_SUBDIR= ${PORTNAME} MAINTAINER= rodrigo@FreeBSD.org @@ -14,8 +12,6 @@ COMMENT= Powerful translation memory app LICENSE= GPLv2 -BROKEN= unfetchable - USES= shebangfix zip SHEBANG_FILES= release/linux-specific/OmegaT \ release/linux-specific/OmegaT-JRE \ Modified: head/editors/omegaT/distinfo ============================================================================== --- head/editors/omegaT/distinfo Fri Feb 19 20:44:52 2016 (r409204) +++ head/editors/omegaT/distinfo Fri Feb 19 20:46:30 2016 (r409205) @@ -1,2 +1,2 @@ -SHA256 (omegaT/OmegaT_3.1.8_Source.zip) = 968baa6b414546bc3b69ce553103f830abcd18a247abfbbb42684efc337323ad -SIZE (omegaT/OmegaT_3.1.8_Source.zip) = 107658429 +SHA256 (omegaT/OmegaT_3.1.9_04_Source.zip) = de66040aaca4d0c5e93465af2abc24b8d053b9916b250683508a4182adb3050f +SIZE (omegaT/OmegaT_3.1.9_04_Source.zip) = 110534303 Modified: head/editors/omegaT/pkg-descr ============================================================================== --- head/editors/omegaT/pkg-descr Fri Feb 19 20:44:52 2016 (r409204) +++ head/editors/omegaT/pkg-descr Fri Feb 19 20:46:30 2016 (r409205) @@ -2,5 +2,4 @@ OmegaT is a free translation memory appl It does not translate for you, but help you during the translation process. This tool is intended for professional translators. - WWW: http://www.omegat.org/ Modified: head/editors/omegaT/pkg-plist ============================================================================== --- head/editors/omegaT/pkg-plist Fri Feb 19 20:44:52 2016 (r409204) +++ head/editors/omegaT/pkg-plist Fri Feb 19 20:46:30 2016 (r409205) @@ -546,6 +546,8 @@ %%DATADIR%%/docs/eu/images/DictMerriamWebster.png %%DATADIR%%/docs/eu/images/Dock.gif %%DATADIR%%/docs/eu/images/Glossary_pane.png +%%DATADIR%%/docs/eu/images/InstantGuide_1.png +%%DATADIR%%/docs/eu/images/InstantGuide_2.png %%DATADIR%%/docs/eu/images/MatchesPane.png %%DATADIR%%/docs/eu/images/Maximize.gif %%DATADIR%%/docs/eu/images/Minimize.gif @@ -905,14 +907,17 @@ %%DATADIR%%/docs/it/aboutOmegaT.html %%DATADIR%%/docs/it/appendix.LanguageToolPlugin.inOmegaT.html %%DATADIR%%/docs/it/appendix.ScriptingPlugin.inOmegaT.html +%%DATADIR%%/docs/it/appendix.Scripts.inOmegaT.html %%DATADIR%%/docs/it/appendix.TeamProjects.html %%DATADIR%%/docs/it/appendix.TokenizerPlugin.inOmegaT.html +%%DATADIR%%/docs/it/appendix.Tokenizers.inOmegaT.html %%DATADIR%%/docs/it/appendix.acknowledgements.html %%DATADIR%%/docs/it/appendix.keyboard.html %%DATADIR%%/docs/it/appendix.languages.html %%DATADIR%%/docs/it/appendix.legal.notices.html %%DATADIR%%/docs/it/appendix.shortcut.custom.html %%DATADIR%%/docs/it/appendix.website.html +%%DATADIR%%/docs/it/chapter.TaaS.html %%DATADIR%%/docs/it/chapter.about.OmegaT.html %%DATADIR%%/docs/it/chapter.dictionaries.html %%DATADIR%%/docs/it/chapter.file.filters.html @@ -928,6 +933,7 @@ %%DATADIR%%/docs/it/chapter.plain.text.html %%DATADIR%%/docs/it/chapter.project.properties.html %%DATADIR%%/docs/it/chapter.regexp.html +%%DATADIR%%/docs/it/chapter.searchandreplace.html %%DATADIR%%/docs/it/chapter.searches.html %%DATADIR%%/docs/it/chapter.segmentation.html %%DATADIR%%/docs/it/chapter.spellchecker.html @@ -1089,14 +1095,17 @@ %%DATADIR%%/docs/nl/OmegaT.css %%DATADIR%%/docs/nl/appendix.LanguageToolPlugin.inOmegaT.html %%DATADIR%%/docs/nl/appendix.ScriptingPlugin.inOmegaT.html +%%DATADIR%%/docs/nl/appendix.Scripts.inOmegaT.html %%DATADIR%%/docs/nl/appendix.TeamProjects.html %%DATADIR%%/docs/nl/appendix.TokenizerPlugin.inOmegaT.html +%%DATADIR%%/docs/nl/appendix.Tokenizers.inOmegaT.html %%DATADIR%%/docs/nl/appendix.acknowledgements.html %%DATADIR%%/docs/nl/appendix.keyboard.html %%DATADIR%%/docs/nl/appendix.languages.html %%DATADIR%%/docs/nl/appendix.legal.notices.html %%DATADIR%%/docs/nl/appendix.shortcut.custom.html %%DATADIR%%/docs/nl/appendix.website.html +%%DATADIR%%/docs/nl/chapter.TaaS.html %%DATADIR%%/docs/nl/chapter.about.OmegaT.html %%DATADIR%%/docs/nl/chapter.dictionaries.html %%DATADIR%%/docs/nl/chapter.file.filters.html @@ -1113,6 +1122,7 @@ %%DATADIR%%/docs/nl/chapter.plain.text.html %%DATADIR%%/docs/nl/chapter.project.properties.html %%DATADIR%%/docs/nl/chapter.regexp.html +%%DATADIR%%/docs/nl/chapter.searchandreplace.html %%DATADIR%%/docs/nl/chapter.searches.html %%DATADIR%%/docs/nl/chapter.segmentation.html %%DATADIR%%/docs/nl/chapter.spellchecker.html @@ -1173,6 +1183,10 @@ %%DATADIR%%/docs/nl/ix01.html %%DATADIR%%/docs/nl/license.txt %%DATADIR%%/docs/nl/version.properties +%%DATADIR%%/docs/no/OmegaT.css +%%DATADIR%%/docs/no/images/InstantGuide_1.png +%%DATADIR%%/docs/no/images/InstantGuide_2.png +%%DATADIR%%/docs/no/instantStartGuideNoTOC.html %%DATADIR%%/docs/pl/GoogleTranslate.html %%DATADIR%%/docs/pl/OmegaT.css %%DATADIR%%/docs/pl/aboutOmegaT.html @@ -1232,13 +1246,37 @@ %%DATADIR%%/docs/pl/website.html %%DATADIR%%/docs/pl/xindex.html %%DATADIR%%/docs/pt_BR/OmegaT.css -%%DATADIR%%/docs/pt_BR/aboutOmegaT.html -%%DATADIR%%/docs/pt_BR/fileFilters.html -%%DATADIR%%/docs/pt_BR/fileFormats.html -%%DATADIR%%/docs/pt_BR/filesToTranslate.html -%%DATADIR%%/docs/pt_BR/fontSettings.html -%%DATADIR%%/docs/pt_BR/formattedText.html -%%DATADIR%%/docs/pt_BR/glossaries.html +%%DATADIR%%/docs/pt_BR/appendix.LanguageToolPlugin.inOmegaT.html +%%DATADIR%%/docs/pt_BR/appendix.ScriptingPlugin.inOmegaT.html +%%DATADIR%%/docs/pt_BR/appendix.TeamProjects.html +%%DATADIR%%/docs/pt_BR/appendix.TokenizerPlugin.inOmegaT.html +%%DATADIR%%/docs/pt_BR/appendix.acknowledgements.html +%%DATADIR%%/docs/pt_BR/appendix.keyboard.html +%%DATADIR%%/docs/pt_BR/appendix.languages.html +%%DATADIR%%/docs/pt_BR/appendix.legal.notices.html +%%DATADIR%%/docs/pt_BR/appendix.shortcut.custom.html +%%DATADIR%%/docs/pt_BR/appendix.website.html +%%DATADIR%%/docs/pt_BR/chapter.about.OmegaT.html +%%DATADIR%%/docs/pt_BR/chapter.dictionaries.html +%%DATADIR%%/docs/pt_BR/chapter.file.filters.html +%%DATADIR%%/docs/pt_BR/chapter.files.and.folders.html +%%DATADIR%%/docs/pt_BR/chapter.files.to.translate.html +%%DATADIR%%/docs/pt_BR/chapter.formatted.text.html +%%DATADIR%%/docs/pt_BR/chapter.glossaries.html +%%DATADIR%%/docs/pt_BR/chapter.installing.and.running.html +%%DATADIR%%/docs/pt_BR/chapter.instant.start.guide.html +%%DATADIR%%/docs/pt_BR/chapter.machine.translate.html +%%DATADIR%%/docs/pt_BR/chapter.menu.html +%%DATADIR%%/docs/pt_BR/chapter.misc.html +%%DATADIR%%/docs/pt_BR/chapter.plain.text.html +%%DATADIR%%/docs/pt_BR/chapter.project.properties.html +%%DATADIR%%/docs/pt_BR/chapter.regexp.html +%%DATADIR%%/docs/pt_BR/chapter.searches.html +%%DATADIR%%/docs/pt_BR/chapter.segmentation.html +%%DATADIR%%/docs/pt_BR/chapter.spellchecker.html +%%DATADIR%%/docs/pt_BR/chapter.translation.editing.html +%%DATADIR%%/docs/pt_BR/chapter.translation.memories.html +%%DATADIR%%/docs/pt_BR/chapter.user.interface.html %%DATADIR%%/docs/pt_BR/images/AppleKey.gif %%DATADIR%%/docs/pt_BR/images/Comments_25.png %%DATADIR%%/docs/pt_BR/images/DictMerriamWebster.png @@ -1265,6 +1303,7 @@ %%DATADIR%%/docs/pt_BR/images/OmegaT_icon.png %%DATADIR%%/docs/pt_BR/images/OmegaT_panes_25.png %%DATADIR%%/docs/pt_BR/images/OmegaT_projects_and_subdirectories.png +%%DATADIR%%/docs/pt_BR/images/OmegaT_projects_and_subfolders.png %%DATADIR%%/docs/pt_BR/images/Omegatproject.png %%DATADIR%%/docs/pt_BR/images/OptionsTagValidation_25.png %%DATADIR%%/docs/pt_BR/images/RegexTester.png @@ -1290,20 +1329,9 @@ %%DATADIR%%/docs/pt_BR/index.html %%DATADIR%%/docs/pt_BR/instantStartGuide.html %%DATADIR%%/docs/pt_BR/instantStartGuideNoTOC.html -%%DATADIR%%/docs/pt_BR/keyboardShortcuts.html -%%DATADIR%%/docs/pt_BR/legalNotices.html +%%DATADIR%%/docs/pt_BR/ix01.html %%DATADIR%%/docs/pt_BR/license.txt -%%DATADIR%%/docs/pt_BR/menu.html -%%DATADIR%%/docs/pt_BR/plainText.html -%%DATADIR%%/docs/pt_BR/preventingDataLoss.html -%%DATADIR%%/docs/pt_BR/projectProperties.html -%%DATADIR%%/docs/pt_BR/searches.html -%%DATADIR%%/docs/pt_BR/segmentation.html -%%DATADIR%%/docs/pt_BR/translationEditing.html -%%DATADIR%%/docs/pt_BR/translationMemories.html -%%DATADIR%%/docs/pt_BR/userInterface.html %%DATADIR%%/docs/pt_BR/version.properties -%%DATADIR%%/docs/pt_BR/website.html %%DATADIR%%/docs/ru/OmegaT.css %%DATADIR%%/docs/ru/appendix.LanguageToolPlugin.inOmegaT.html %%DATADIR%%/docs/ru/appendix.ScriptingPlugin.inOmegaT.html @@ -1668,22 +1696,38 @@ %%DATADIR%%/images/OmegaT_small.gif %%DATADIR%%/index.html %%DATADIR%%/join.html +%%DATADIR%%/lib/ANTLR_3_License.txt +%%DATADIR%%/lib/APACHE_LICENSE-2.0.txt +%%DATADIR%%/lib/EDL-1.0.txt %%DATADIR%%/lib/KoreanAnalyzer-3x-120223.jar %%DATADIR%%/lib/LanguageTool-data.jar +%%DATADIR%%/lib/LanguageTool/readme.txt +%%DATADIR%%/lib/Licenses.txt +%%DATADIR%%/lib/MPL-1.1.txt +%%DATADIR%%/lib/MPL-2.0.txt +%%DATADIR%%/lib/Morfologik-license.txt +%%DATADIR%%/lib/Segment-license.txt %%DATADIR%%/lib/SuperTMXMerge-for_OmegaT.jar +%%DATADIR%%/lib/TMate_License.txt +%%DATADIR%%/lib/TinySegmenter_LICENSE.txt +%%DATADIR%%/lib/Trilead SSH.txt %%DATADIR%%/lib/antlr-runtime-3.4.jar %%DATADIR%%/lib/cjftransform-1.0.1.jar %%DATADIR%%/lib/commons-lang-2.4.jar %%DATADIR%%/lib/commons-logging-1.1.1.jar %%DATADIR%%/lib/diff.jar +%%DATADIR%%/lib/gpl-1.txt +%%DATADIR%%/lib/gpl-2.0.txt %%DATADIR%%/lib/groovy-all-2.2.2.jar %%DATADIR%%/lib/htmlparser.jar %%DATADIR%%/lib/ictclas4j-1.0.1.jar %%DATADIR%%/lib/jmyspell-core-1.0.0-beta-2.jar %%DATADIR%%/lib/jna.jar %%DATADIR%%/lib/jsch-0.1.49.jar +%%DATADIR%%/lib/jsch_License.txt %%DATADIR%%/lib/jwordsplitter-3.4.jar -%%DATADIR%%/lib/languagetool-core-2.1.jar +%%DATADIR%%/lib/languagetool-core-2.2.jar +%%DATADIR%%/lib/lgpl-2.1.txt %%DATADIR%%/lib/lib-mnemonics.jar %%DATADIR%%/lib/lucene-analyzers-3.6.2.jar %%DATADIR%%/lib/lucene-core-3.6.2.jar @@ -1697,14 +1741,16 @@ %%DATADIR%%/lib/pdfbox-app-1.8.1.jar %%DATADIR%%/lib/segment-1.4.1.jar %%DATADIR%%/lib/sequence-library-1.0.2.jar +%%DATADIR%%/lib/sequence-library_License.txt %%DATADIR%%/lib/slf4j-api-1.7.7.jar %%DATADIR%%/lib/slf4j-jdk14-1.7.7.jar +%%DATADIR%%/lib/slf4j_LICENSE.txt %%DATADIR%%/lib/sqljet-1.1.10.jar %%DATADIR%%/lib/svnkit-1.8.5.jar %%DATADIR%%/lib/swing-layout-1.0.4.jar %%DATADIR%%/lib/tinysegmenter.jar %%DATADIR%%/lib/trilead-ssh2-1.0.0-build217.jar -%%DATADIR%%/lib/vldocking-3.0.4.jar +%%DATADIR%%/lib/vldocking-3.0.5-SNAPSHOT.jar %%DATADIR%%/linux-install.sh %%DATADIR%%/native/hunspell-win32.dll %%DATADIR%%/native/hunspell-win64.dll @@ -1733,6 +1779,7 @@ %%DATADIR%%/readme_ja.txt %%DATADIR%%/readme_ko.txt %%DATADIR%%/readme_nl.txt +%%DATADIR%%/readme_no.txt %%DATADIR%%/readme_pl.txt %%DATADIR%%/readme_pt_BR.txt %%DATADIR%%/readme_ru.txt @@ -1761,11 +1808,14 @@ %%DATADIR%%/scripts/open_tm_folder.groovy %%DATADIR%%/scripts/properties/auto_open_last_project_ja.properties %%DATADIR%%/scripts/properties/check_rules.properties +%%DATADIR%%/scripts/properties/check_rules_be.properties +%%DATADIR%%/scripts/properties/check_rules_eu.properties %%DATADIR%%/scripts/properties/check_rules_fr.properties %%DATADIR%%/scripts/properties/check_rules_ia.properties %%DATADIR%%/scripts/properties/check_rules_it.properties %%DATADIR%%/scripts/properties/check_rules_ja.properties %%DATADIR%%/scripts/properties/check_rules_nl.properties +%%DATADIR%%/scripts/properties/check_rules_no.properties %%DATADIR%%/scripts/properties/check_rules_ru.properties %%DATADIR%%/scripts/properties/check_rules_uk.properties %%DATADIR%%/scripts/properties/currency_translate_ja.properties @@ -1783,27 +1833,36 @@ %%DATADIR%%/scripts/properties/replace_strip_tags_uk.properties %%DATADIR%%/scripts/properties/replace_with_match_no_tags_ja.properties %%DATADIR%%/scripts/properties/search_replace.properties +%%DATADIR%%/scripts/properties/search_replace_be.properties +%%DATADIR%%/scripts/properties/search_replace_eu.properties %%DATADIR%%/scripts/properties/search_replace_fr.properties %%DATADIR%%/scripts/properties/search_replace_ia.properties %%DATADIR%%/scripts/properties/search_replace_it.properties %%DATADIR%%/scripts/properties/search_replace_ja.properties %%DATADIR%%/scripts/properties/search_replace_nl.properties +%%DATADIR%%/scripts/properties/search_replace_no.properties %%DATADIR%%/scripts/properties/search_replace_ru.properties %%DATADIR%%/scripts/properties/show_same_segments_ja.properties %%DATADIR%%/scripts/properties/spellcheck.properties +%%DATADIR%%/scripts/properties/spellcheck_be.properties +%%DATADIR%%/scripts/properties/spellcheck_eu.properties %%DATADIR%%/scripts/properties/spellcheck_fr.properties %%DATADIR%%/scripts/properties/spellcheck_ia.properties %%DATADIR%%/scripts/properties/spellcheck_it.properties %%DATADIR%%/scripts/properties/spellcheck_ja.properties %%DATADIR%%/scripts/properties/spellcheck_nl.properties +%%DATADIR%%/scripts/properties/spellcheck_no.properties %%DATADIR%%/scripts/properties/spellcheck_ru.properties %%DATADIR%%/scripts/properties/spellcheck_uk.properties %%DATADIR%%/scripts/properties/svn_cleanup_selected.properties +%%DATADIR%%/scripts/properties/svn_cleanup_selected_be.properties +%%DATADIR%%/scripts/properties/svn_cleanup_selected_eu.properties %%DATADIR%%/scripts/properties/svn_cleanup_selected_fr.properties %%DATADIR%%/scripts/properties/svn_cleanup_selected_ia.properties %%DATADIR%%/scripts/properties/svn_cleanup_selected_it.properties %%DATADIR%%/scripts/properties/svn_cleanup_selected_ja.properties %%DATADIR%%/scripts/properties/svn_cleanup_selected_nl.properties +%%DATADIR%%/scripts/properties/svn_cleanup_selected_no.properties %%DATADIR%%/scripts/properties/svn_cleanup_selected_ru.properties %%DATADIR%%/scripts/properties/svn_cleanup_selected_uk.properties %%DATADIR%%/scripts/properties/svn_commit_segmentation_ja.properties From owner-svn-ports-head@freebsd.org Fri Feb 19 20:49:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD82BAAC959; Fri, 19 Feb 2016 20:49:13 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AAFC1537; Fri, 19 Feb 2016 20:49:13 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKnChE030137; Fri, 19 Feb 2016 20:49:12 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKnCEw030133; Fri, 19 Feb 2016 20:49:12 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201602192049.u1JKnCEw030133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Fri, 19 Feb 2016 20:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409206 - in head: ftp/hs-curl lang/ghc print/hs-hscolour X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:49:13 -0000 Author: pgj Date: Fri Feb 19 20:49:11 2016 New Revision: 409206 URL: https://svnweb.freebsd.org/changeset/ports/409206 Log: - A couple of fixes for bsd.cabal.mk: - Retire USE_GHC_NATIVE: it is not needed any more - Do not rely on DISTNAME for setting CABAL_LIBSUBDIR: this caused problems when using USE_GITHUB - Improve integration with print/hs-hscolour Obtained from: FreeBSD Haskell Modified: head/ftp/hs-curl/Makefile head/lang/ghc/bsd.cabal.mk head/lang/ghc/bsd.cabal.options.mk head/print/hs-hscolour/Makefile Modified: head/ftp/hs-curl/Makefile ============================================================================== --- head/ftp/hs-curl/Makefile Fri Feb 19 20:46:30 2016 (r409205) +++ head/ftp/hs-curl/Makefile Fri Feb 19 20:49:11 2016 (r409206) @@ -12,7 +12,5 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USE_GHC_NATIVE= yes - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/lang/ghc/bsd.cabal.mk ============================================================================== --- head/lang/ghc/bsd.cabal.mk Fri Feb 19 20:46:30 2016 (r409205) +++ head/lang/ghc/bsd.cabal.mk Fri Feb 19 20:49:11 2016 (r409206) @@ -9,8 +9,10 @@ # Maintained by: haskell@FreeBSD.org # +PACKAGE= ${PORTNAME}-${PORTVERSION} + .if !defined(METAPORT) && !defined(USE_GITHUB) -MASTER_SITES?= http://hackage.haskell.org/package/${PORTNAME}-${PORTVERSION}/:hackage +MASTER_SITES?= http://hackage.haskell.org/package/${PACKAGE}/:hackage DISTFILES?= ${DISTNAME}${EXTRACT_SUFX}:hackage EXTRACT_ONLY?= ${DISTNAME}${EXTRACT_SUFX} .endif @@ -38,14 +40,15 @@ GHC_HADDOCK_CMD=${LOCALBASE}/bin/haddock CABAL_DOCSDIR= ${PREFIX}/share/doc/cabal/ghc-${GHC_VERSION} CABAL_DOCSDIR_REL= ${CABAL_DOCSDIR:S,^${PREFIX}/,,} -DATADIR= ${PREFIX}/share/cabal/ghc-${GHC_VERSION}/${DISTNAME} -DOCSDIR= ${CABAL_DOCSDIR}/${DISTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/cabal/ghc-${GHC_VERSION}/${DISTNAME} + +DATADIR= ${PREFIX}/share/cabal/ghc-${GHC_VERSION}/${PACKAGE} +DOCSDIR= ${CABAL_DOCSDIR}/${PACKAGE} +EXAMPLESDIR= ${PREFIX}/share/examples/cabal/ghc-${GHC_VERSION}/${PACKAGE} GHC_LIB_DOCSDIR_REL= share/doc/ghc-${GHC_VERSION}/html/libraries CABAL_LIBDIR= ${PREFIX}/lib/cabal/ghc-${GHC_VERSION} -CABAL_LIBSUBDIR= ${DISTNAME} +CABAL_LIBSUBDIR= ${PACKAGE} CABAL_LIBDIR_REL= ${CABAL_LIBDIR:S,^${PREFIX}/,,} CONFIGURE_ARGS+= --libdir=${CABAL_LIBDIR} --libsubdir=${CABAL_LIBSUBDIR} @@ -161,11 +164,6 @@ RUN_DEPENDS+= ${dependencies} .endif -.if defined(USE_GHC_NATIVE) -USES+= perl5 -USE_PERL5= build -.endif - .if ${PORT_OPTIONS:MDOCS} .if !defined(XMLDOCS) @@ -175,7 +173,6 @@ HADDOCK_OPTS= # empty .if ${PORT_OPTIONS:MHSCOLOUR} BUILD_DEPENDS+= HsColour:${PORTSDIR}/print/hs-hscolour -HSCOLOUR_VERSION= 1.23 HSCOLOUR_DATADIR= ${LOCALBASE}/share/cabal/ghc-${GHC_VERSION}/hscolour-${HSCOLOUR_VERSION} HADDOCK_OPTS+= --hyperlink-source --hscolour-css=${HSCOLOUR_DATADIR}/hscolour.css .endif # HSCOLOUR @@ -332,7 +329,7 @@ add-plist-cabal: .endif .if defined(HADDOCK_AVAILABLE) && ${PORT_OPTIONS:MDOCS} - @(${ECHO_CMD} '@unexec ${RM} ${LOCALBASE}/${GHC_LIB_DOCSDIR_REL}/${DISTNAME}' ; \ + @(${ECHO_CMD} '@unexec ${RM} ${LOCALBASE}/${GHC_LIB_DOCSDIR_REL}/${PACKAGE}' ; \ ${ECHO_CMD} '@unexec cd ${LOCALBASE}/${GHC_LIB_DOCSDIR_REL} && \ ${RM} doc-index*.html && ./gen_contents_index') >> ${TMPPLIST} .endif @@ -342,7 +339,7 @@ add-plist-cabal: .endif .if defined(HADDOCK_AVAILABLE) && ${PORT_OPTIONS:MDOCS} - @(${ECHO_CMD} '@exec ${LN} -s ${DOCSDIR}/html ${LOCALBASE}/${GHC_LIB_DOCSDIR_REL}/${DISTNAME} && \ + @(${ECHO_CMD} '@exec ${LN} -s ${DOCSDIR}/html ${LOCALBASE}/${GHC_LIB_DOCSDIR_REL}/${PACKAGE} && \ cd ${LOCALBASE}/${GHC_LIB_DOCSDIR_REL} && \ ${RM} doc-index*.html && ./gen_contents_index') >> ${TMPPLIST} .endif Modified: head/lang/ghc/bsd.cabal.options.mk ============================================================================== --- head/lang/ghc/bsd.cabal.options.mk Fri Feb 19 20:46:30 2016 (r409205) +++ head/lang/ghc/bsd.cabal.options.mk Fri Feb 19 20:49:11 2016 (r409206) @@ -21,6 +21,8 @@ HSCOLOUR_CMD?= ${LOCALBASE}/bin/HsColour GHC_VERSION?= 7.10.2 LLVM_VERSION= 35 +HSCOLOUR_VERSION= 1.23 + HSCOLOUR_DESC?= Colorize generated documentation by HsColour DYNAMIC_DESC?= Add support for dynamic linking PROFILE_DESC?= Add support for profiling Modified: head/print/hs-hscolour/Makefile ============================================================================== --- head/print/hs-hscolour/Makefile Fri Feb 19 20:46:30 2016 (r409205) +++ head/print/hs-hscolour/Makefile Fri Feb 19 20:49:11 2016 (r409206) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hscolour -PORTVERSION= 1.23 +PORTVERSION= ${HSCOLOUR_VERSION} PORTEPOCH= 1 CATEGORIES= print haskell From owner-svn-ports-head@freebsd.org Fri Feb 19 20:50:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E3C4AAC9A4; Fri, 19 Feb 2016 20:50:26 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00D7D162D; Fri, 19 Feb 2016 20:50:25 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKoPXc030301; Fri, 19 Feb 2016 20:50:25 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKoOaa030299; Fri, 19 Feb 2016 20:50:24 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201602192050.u1JKoOaa030299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Fri, 19 Feb 2016 20:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409207 - in head/www/hs-activehs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:50:26 -0000 Author: pgj Date: Fri Feb 19 20:50:24 2016 New Revision: 409207 URL: https://svnweb.freebsd.org/changeset/ports/409207 Log: - Fix a run-time issue Obtained from: FreeBSD Haskell Modified: head/www/hs-activehs/Makefile head/www/hs-activehs/files/patch-Converter.hs Modified: head/www/hs-activehs/Makefile ============================================================================== --- head/www/hs-activehs/Makefile Fri Feb 19 20:49:11 2016 (r409206) +++ head/www/hs-activehs/Makefile Fri Feb 19 20:50:24 2016 (r409207) @@ -2,7 +2,7 @@ PORTNAME= activehs PORTVERSION= 0.3.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org Modified: head/www/hs-activehs/files/patch-Converter.hs ============================================================================== --- head/www/hs-activehs/files/patch-Converter.hs Fri Feb 19 20:49:11 2016 (r409206) +++ head/www/hs-activehs/files/patch-Converter.hs Fri Feb 19 20:50:24 2016 (r409207) @@ -18,12 +18,13 @@ showBlockSimple :: Language -> String -> String -> Int -> String -> [Block] -@@ -244,13 +244,13 @@ mkImport m d +@@ -244,13 +244,14 @@ mkImport m d , HSyn.importSrc = False , HSyn.importPkg = Nothing , HSyn.importAs = Nothing - , HSyn.importSpecs = Just (True, map (HSyn.IVar . mkName) d) + , HSyn.importSpecs = Just (True, map (HSyn.IVar HSyn.NoNamespace . mkName) d) ++ , HSyn.importSafe = False } mkName :: String -> HSyn.Name From owner-svn-ports-head@freebsd.org Fri Feb 19 20:51:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 569B6AACA3F; Fri, 19 Feb 2016 20:51:29 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22A0F1878; Fri, 19 Feb 2016 20:51:29 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKpSA5030430; Fri, 19 Feb 2016 20:51:28 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKpSPa030429; Fri, 19 Feb 2016 20:51:28 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201602192051.u1JKpSPa030429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Fri, 19 Feb 2016 20:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409208 - head/math/hs-Agda-stdlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:51:29 -0000 Author: pgj Date: Fri Feb 19 20:51:27 2016 New Revision: 409208 URL: https://svnweb.freebsd.org/changeset/ports/409208 Log: - Chase the changes in bsd.cabal.mk Obtained from: FreeBSD Haskell Modified: head/math/hs-Agda-stdlib/Makefile Modified: head/math/hs-Agda-stdlib/Makefile ============================================================================== --- head/math/hs-Agda-stdlib/Makefile Fri Feb 19 20:50:24 2016 (r409207) +++ head/math/hs-Agda-stdlib/Makefile Fri Feb 19 20:51:27 2016 (r409208) @@ -2,6 +2,8 @@ PORTNAME= Agda-stdlib PORTVERSION= 0.9 +PORTREVISION= 1 + DISTVERSIONPREFIX= v CATEGORIES= math haskell From owner-svn-ports-head@freebsd.org Fri Feb 19 21:11:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05386AAD401; Fri, 19 Feb 2016 21:11: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 B5422111C; Fri, 19 Feb 2016 21:11: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 u1JLBTZL038999; Fri, 19 Feb 2016 21:11:29 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JLBTT1038994; Fri, 19 Feb 2016 21:11:29 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602192111.u1JLBTT1038994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Feb 2016 21:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409209 - in head/www: vimb-gtk2 vimb-gtk2/files vimb-gtk3 vimb-gtk3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 21:11:31 -0000 Author: rakuco Date: Fri Feb 19 21:11:29 2016 New Revision: 409209 URL: https://svnweb.freebsd.org/changeset/ports/409209 Log: Update www/vimb-gtk{2,3} to 2.11. And convert the ports to a master-slave setup. PR: 205842 Submitted by: Michael Danilov (maintainer) Added: head/www/vimb-gtk2/files/patch-config.mk (contents, props changed) Deleted: head/www/vimb-gtk2/Makefile.common head/www/vimb-gtk3/distinfo head/www/vimb-gtk3/files/ head/www/vimb-gtk3/pkg-descr Modified: head/www/vimb-gtk2/Makefile head/www/vimb-gtk2/distinfo head/www/vimb-gtk2/files/patch-src_config.h head/www/vimb-gtk3/Makefile Modified: head/www/vimb-gtk2/Makefile ============================================================================== --- head/www/vimb-gtk2/Makefile Fri Feb 19 20:51:27 2016 (r409208) +++ head/www/vimb-gtk2/Makefile Fri Feb 19 21:11:29 2016 (r409209) @@ -1,8 +1,39 @@ # $FreeBSD$ -PORTNAME= vimb-gtk2 +PORTNAME?= vimb-gtk2 +PORTVERSION= 2.11 +CATEGORIES= www -VIMB_GTK2= yes +MAINTAINER= mike.d.ft402@gmail.com +COMMENT= Vim like browser + +LICENSE= GPLv3 + +LIB_DEPENDS?= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 + +USE_GITHUB= yes +GH_ACCOUNT= fanglingsu +GH_PROJECT= vimb +PLIST_FILES= bin/vimb man/man1/vimb.1.gz + +MAKE_ENV?= GTK="2" +USE_GNOME?= gtk20 +USES= gmake pkgconfig + +CONFLICTS?= vimb-gtk3-* + +.include + +post-extract: + ${MV} ${WRKSRC}/src/config.def.h ${WRKSRC}/src/config.h +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +# cc on FreeBSD-9 does not know -Wno-typedef-redefinition + ${REINPLACE_CMD} -e 's|-Wno-typedef-redefinition|-Wall|' \ + ${WRKSRC}/config.mk +.endif + +do-install: + ${INSTALL_MAN} ${WRKSRC}/doc/vimb.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/vimb ${STAGEDIR}${PREFIX}/bin -.include "${.CURDIR}/../vimb-gtk2/Makefile.common" .include Modified: head/www/vimb-gtk2/distinfo ============================================================================== --- head/www/vimb-gtk2/distinfo Fri Feb 19 20:51:27 2016 (r409208) +++ head/www/vimb-gtk2/distinfo Fri Feb 19 21:11:29 2016 (r409209) @@ -1,2 +1,2 @@ -SHA256 (fanglingsu-vimb-2.10_GH0.tar.gz) = a46ee9530ec8da62feb3972a80e270c216bc6fb363bb729ceaae1c892513df58 -SIZE (fanglingsu-vimb-2.10_GH0.tar.gz) = 127502 +SHA256 (fanglingsu-vimb-2.11_GH0.tar.gz) = 2ec583e6e425f8d620b54db6bcc56483770c7c5fd3f93b0429ddd6f7a7553935 +SIZE (fanglingsu-vimb-2.11_GH0.tar.gz) = 130722 Added: head/www/vimb-gtk2/files/patch-config.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/vimb-gtk2/files/patch-config.mk Fri Feb 19 21:11:29 2016 (r409209) @@ -0,0 +1,11 @@ +--- config.mk.orig 2015-12-17 19:21:00 UTC ++++ config.mk +@@ -33,8 +33,6 @@ PROJECT_UCFIRST = $(shell echo '${PROJEC + + CPPFLAGS = -DVERSION=\"${VERSION}\" + CPPFLAGS += -DPROJECT=\"${PROJECT}\" -DPROJECT_UCFIRST=\"${PROJECT_UCFIRST}\" +-CPPFLAGS += -D_XOPEN_SOURCE=500 +-CPPFLAGS += -D_POSIX_SOURCE + ifeq ($(USEGTK3), 1) + CPPFLAGS += -DHAS_GTK3 + CPPFLAGS += -DGSEAL_ENABLE Modified: head/www/vimb-gtk2/files/patch-src_config.h ============================================================================== --- head/www/vimb-gtk2/files/patch-src_config.h Fri Feb 19 20:51:27 2016 (r409208) +++ head/www/vimb-gtk2/files/patch-src_config.h Fri Feb 19 21:11:29 2016 (r409209) @@ -1,4 +1,4 @@ ---- src/config.h.orig 2015-06-13 15:29:55 UTC +--- src/config.h.orig 2015-12-17 19:21:00 UTC +++ src/config.h @@ -27,7 +27,7 @@ /* highlight search results */ @@ -9,7 +9,7 @@ /* show page title in url completions */ #define FEATURE_TITLE_IN_COMPLETION /* enable the read it later queue */ -@@ -63,7 +63,7 @@ +@@ -65,7 +65,7 @@ #define SHOWCMD_LEN 10 /* parh to crt file for the certificate validation */ Modified: head/www/vimb-gtk3/Makefile ============================================================================== --- head/www/vimb-gtk3/Makefile Fri Feb 19 20:51:27 2016 (r409208) +++ head/www/vimb-gtk3/Makefile Fri Feb 19 21:11:29 2016 (r409209) @@ -2,7 +2,18 @@ PORTNAME= vimb-gtk3 -VIMB_GTK3= yes +LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 -.include "${.CURDIR}/../vimb-gtk2/Makefile.common" -.include +MAKE_ENV= GTK="3" +USE_GNOME= gtk30 + +CONFLICTS= vimb-gtk2-* + +MASTERDIR= ${.CURDIR}/../vimb-gtk2 + +DESCR= ${MASTERDIR}/pkg-descr +DISTINFO_FILE= ${MASTERDIR}/distinfo +PKGMESSAGE= ${MASTERDIR}/pkg-message +FILESDIR= ${MASTERDIR}/files + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Fri Feb 19 21:38:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90E7CAAE18E; Fri, 19 Feb 2016 21:38: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 5038A1F24; Fri, 19 Feb 2016 21:38: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 u1JLcOWC045297; Fri, 19 Feb 2016 21:38:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JLcNRD045293; Fri, 19 Feb 2016 21:38:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201602192138.u1JLcNRD045293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 19 Feb 2016 21:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409210 - in head/security: . honeybadger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 21:38:25 -0000 Author: swills Date: Fri Feb 19 21:38:23 2016 New Revision: 409210 URL: https://svnweb.freebsd.org/changeset/ports/409210 Log: security/honeybadger: add port PR: 207315 Submitted by: Shawn Webb (with modifications) Added: head/security/honeybadger/ head/security/honeybadger/Makefile (contents, props changed) head/security/honeybadger/distinfo (contents, props changed) head/security/honeybadger/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Feb 19 21:11:29 2016 (r409209) +++ head/security/Makefile Fri Feb 19 21:38:23 2016 (r409210) @@ -189,6 +189,7 @@ SUBDIR += hitch SUBDIR += hlfl SUBDIR += hmap + SUBDIR += honeybadger SUBDIR += honggfuzz SUBDIR += hotssh SUBDIR += hpenc Added: head/security/honeybadger/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/honeybadger/Makefile Fri Feb 19 21:38:23 2016 (r409210) @@ -0,0 +1,74 @@ +# $FreeBSD$ + +PORTNAME= honeybadger +PORTVERSION= 0.0.0.2016021901 +CATEGORIES= security + +MAINTAINER= shawn.webb@hardenedbsd.org +COMMENT= Quantum Insert detector and 0-day catcher + +BUILD_DEPENDS= go:${PORTSDIR}/lang/go + +USE_GITHUB= yes +GH_ACCOUNT= david415:DEFAULT google:gp fatih:co mattn:gc,gi \ + golang:xs,xn +GH_PROJECT= HoneyBadger:DEFAULT gopacket:gp color:co go-colorable:gc \ + go-isatty:gi net:xn sys:xs +GH_TAGNAME= 39d9557:DEFAULT cdd2162:gp 7a5857d:co 9fdad7c:gc 56b76bd:gi \ + b6d7b13:xn 50c6bc5:xs + +BIN_FILES= coalesceInjector handshakeHijacker honeyBadger \ + honeybadgerReportTool honeybadgerReportToolColor sprayInjector + +PLIST_FILES= ${BIN_FILES:S/^/bin\//} + +OPTIONS_DEFINE= DOCS + +PORTDOCS= README.rst LICENSE LICENSE_BSD + +LICENSE= GPLv3 + +post-patch: + @${MKDIR} ${WRKSRC}/src/github.com/david415/HoneyBadger +.for src in .travis.yml LICENSE LICENSE_BSD README.rst attack blocks cmd \ + connection.go connection_test.go dispatcher.go dispatcher_test.go \ + drivers logging ordered_coalesce.go ordered_coalesce_test.go \ + pcap_integration_test.go retrospective.go retrospective_test.go \ + sniffer.go supervisor.go types + @${MV} ${WRKSRC}/${src} \ + ${WRKSRC}/src/github.com/david415/HoneyBadger +.endfor + @${MKDIR} ${WRKSRC}/src/github.com/google + @${MKDIR} ${WRKSRC}/src/github.com/fatih + @${MKDIR} ${WRKSRC}/src/github.com/mattn + @${MKDIR} ${WRKSRC}/src/golang.org/x + @${MV} ${WRKSRC_gp} \ + ${WRKSRC}/src/github.com/google/gopacket + @${MV} ${WRKSRC_co} \ + ${WRKSRC}/src/github.com/fatih/color + @${MV} ${WRKSRC_gc} \ + ${WRKSRC}/src/github.com/mattn/go-colorable + @${MV} ${WRKSRC_gi} \ + ${WRKSRC}/src/github.com/mattn/go-isatty + @${MV} ${WRKSRC_xn} \ + ${WRKSRC}/src/golang.org/x/net + @${MV} ${WRKSRC_xs} \ + ${WRKSRC}/src/golang.org/x/sys + +do-build: +.for bin in ${BIN_FILES} + cd ${WRKSRC}/src/github.com/david415/HoneyBadger/cmd/${bin}; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build +.endfor + +do-install: +.for bin in ${BIN_FILES} + cd ${WRKSRC}/src/github.com/david415/HoneyBadger/cmd/${bin}; ${CP} ${bin} ${STAGEDIR}${PREFIX}/bin/${src} +.endfor + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for doc in ${PORTDOCS} + ${CP} ${WRKSRC}/src/github.com/david415/HoneyBadger/${doc} ${STAGEDIR}${DOCSDIR} +.endfor + +.include Added: head/security/honeybadger/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/honeybadger/distinfo Fri Feb 19 21:38:23 2016 (r409210) @@ -0,0 +1,14 @@ +SHA256 (david415-HoneyBadger-0.0.0.2016021901-39d9557_GH0.tar.gz) = c743445d831c9bca9660c99362b663ae29f60dac229ed46c854a49e6bbaaff3e +SIZE (david415-HoneyBadger-0.0.0.2016021901-39d9557_GH0.tar.gz) = 55436 +SHA256 (google-gopacket-cdd2162_GH0.tar.gz) = 401e42c2b83fb550e2c2462f31b7c6978a4e04bccf2ffd505e103e8d14892111 +SIZE (google-gopacket-cdd2162_GH0.tar.gz) = 629150 +SHA256 (fatih-color-7a5857d_GH0.tar.gz) = c2e5dea927967197893b954add43c3130025fbfa840ecc3a32cbe41bedca54d0 +SIZE (fatih-color-7a5857d_GH0.tar.gz) = 7165 +SHA256 (mattn-go-colorable-9fdad7c_GH0.tar.gz) = 6ba8b1614eb0dad3a966fd97c9fc0d2ea595b3bb43d04d0d59c30fe65d4c4fcd +SIZE (mattn-go-colorable-9fdad7c_GH0.tar.gz) = 5579 +SHA256 (mattn-go-isatty-56b76bd_GH0.tar.gz) = c424f22dcd10290266a3413c1ebe055bd3278c030aab065ba955b604c455c881 +SIZE (mattn-go-isatty-56b76bd_GH0.tar.gz) = 1950 +SHA256 (golang-sys-50c6bc5_GH0.tar.gz) = 6a4a63232dc2db83acb2e1c080f1ab11a6b72193887e5e7bf3b8b87e8a88a154 +SIZE (golang-sys-50c6bc5_GH0.tar.gz) = 541816 +SHA256 (golang-net-b6d7b13_GH0.tar.gz) = fed6d62b1aee0d44726739836ef4164ca268ad1343b868e8d42dc5c7285a7898 +SIZE (golang-net-b6d7b13_GH0.tar.gz) = 740584 Added: head/security/honeybadger/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/honeybadger/pkg-descr Fri Feb 19 21:38:23 2016 (r409210) @@ -0,0 +1,6 @@ +HoneyBadger is primarily a comprehensive TCP stream analysis tool for +detecting and recording TCP injection attacks. HoneyBadger will also +include a variety of prototype TCP stream injections attacks which +prove that the TCP attack detection is reliable. + +WWW: https://github.com/david415/HoneyBadger From owner-svn-ports-head@freebsd.org Fri Feb 19 21:42:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D752AAE41B; Fri, 19 Feb 2016 21:42:47 +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 46B221255; Fri, 19 Feb 2016 21:42:47 +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 u1JLgkr3048027; Fri, 19 Feb 2016 21:42:46 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JLgkrm048024; Fri, 19 Feb 2016 21:42:46 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602192142.u1JLgkrm048024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Feb 2016 21:42:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409211 - in head/benchmarks/stress-ng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 21:42:47 -0000 Author: rakuco Date: Fri Feb 19 21:42:45 2016 New Revision: 409211 URL: https://svnweb.freebsd.org/changeset/ports/409211 Log: Update to 0.05.18. PR: 207338 Submitted by: Luca Pizzamiglio (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo head/benchmarks/stress-ng/files/extrapatch-Makefile Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Fri Feb 19 21:38:23 2016 (r409210) +++ head/benchmarks/stress-ng/Makefile Fri Feb 19 21:42:45 2016 (r409211) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.04.21 +PORTVERSION= 0.05.18 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ @@ -11,6 +11,7 @@ COMMENT= Stress test benchmarks LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= gmake ALL_TARGET= # empty PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Fri Feb 19 21:38:23 2016 (r409210) +++ head/benchmarks/stress-ng/distinfo Fri Feb 19 21:42:45 2016 (r409211) @@ -1,2 +1,2 @@ -SHA256 (stress-ng-0.04.21.tar.gz) = 72cd94ee22e8783ca17c537c8d3fc4918c53ede6d60e897e9f4ca732589153dc -SIZE (stress-ng-0.04.21.tar.gz) = 241559 +SHA256 (stress-ng-0.05.18.tar.gz) = f99ca056e8d3d213db20c8c4743d5785bf3097dc621936e33e7f2af70863a08f +SIZE (stress-ng-0.05.18.tar.gz) = 292138 Modified: head/benchmarks/stress-ng/files/extrapatch-Makefile ============================================================================== --- head/benchmarks/stress-ng/files/extrapatch-Makefile Fri Feb 19 21:38:23 2016 (r409210) +++ head/benchmarks/stress-ng/files/extrapatch-Makefile Fri Feb 19 21:42:45 2016 (r409211) @@ -1,11 +1,11 @@ ---- Makefile.orig 2015-09-25 10:15:45 UTC -+++ Makefile -@@ -165,7 +165,7 @@ OBJS = $(SRC:.c=.o) +--- Makefile.orig 2016-02-19 13:41:26.000000000 +0100 ++++ Makefile 2016-02-19 16:02:35.583431776 +0100 +@@ -307,7 +307,7 @@ @$(CC) $(CFLAGS) -c -o $@ $< stress-ng: $(OBJS) -- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -pthread -lrt -lcrypt -o $@ $(LDFLAGS) -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -pthread -lrt -lcrypt -lstdc++ -o $@ $(LDFLAGS) +- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -lstdc++ $(LDFLAGS) -o $@ - stress-cpu.o: stress-cpu.c - @echo $(CC) $(CFLAGS) -c -o $@ $< + # + # check if we can build against AppArmor From owner-svn-ports-head@freebsd.org Fri Feb 19 22:07:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D9D0AAD3D9; Fri, 19 Feb 2016 22:07:59 +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 D0B151798; Fri, 19 Feb 2016 22:07:58 +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 u1JM7vjv054537; Fri, 19 Feb 2016 22:07:57 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JM7vI1054535; Fri, 19 Feb 2016 22:07:57 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201602192207.u1JM7vI1054535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 19 Feb 2016 22:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409212 - head/converters/p5-WAP-wbxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 22:07:59 -0000 Author: bofh Date: Fri Feb 19 22:07:57 2016 New Revision: 409212 URL: https://svnweb.freebsd.org/changeset/ports/409212 Log: converters/p5-WAP-wbxm: Update version 1.13=>1,14 - Add LICENSE (ART20) - Mark NO_ARCH as there is no ARCH dependent family Modified: head/converters/p5-WAP-wbxml/Makefile head/converters/p5-WAP-wbxml/distinfo Modified: head/converters/p5-WAP-wbxml/Makefile ============================================================================== --- head/converters/p5-WAP-wbxml/Makefile Fri Feb 19 21:42:45 2016 (r409211) +++ head/converters/p5-WAP-wbxml/Makefile Fri Feb 19 22:07:57 2016 (r409212) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WAP-wbxml -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Binarization of XML file +LICENSE= ART20 + BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \ p5-I18N-Charset>=0:${PORTSDIR}/misc/p5-I18N-Charset \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper @@ -18,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= dos2unix perl5 USE_PERL5= configure +NO_ARCH= yes post-patch: .for file in syncml.wbrules.xml wap.wbrules.xml wv.wbrules.xml Modified: head/converters/p5-WAP-wbxml/distinfo ============================================================================== --- head/converters/p5-WAP-wbxml/distinfo Fri Feb 19 21:42:45 2016 (r409211) +++ head/converters/p5-WAP-wbxml/distinfo Fri Feb 19 22:07:57 2016 (r409212) @@ -1,2 +1,2 @@ -SHA256 (WAP-wbxml-1.13.tar.gz) = e17d6e3fa3b5695b759cf07110483ba597f7a11fe8ea93de3c9b55b02b449552 -SIZE (WAP-wbxml-1.13.tar.gz) = 38257 +SHA256 (WAP-wbxml-1.14.tar.gz) = 3b93f9178f17a1bf7a331629b8b6921823c52a5f1c92c705666f50c3d199df97 +SIZE (WAP-wbxml-1.14.tar.gz) = 39557 From owner-svn-ports-head@freebsd.org Fri Feb 19 22:51:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55048AA9D03; Fri, 19 Feb 2016 22:51:24 +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 18DF41363; Fri, 19 Feb 2016 22:51:24 +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 u1JMpN4u069400; Fri, 19 Feb 2016 22:51:23 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JMpMx3069395; Fri, 19 Feb 2016 22:51:22 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201602192251.u1JMpMx3069395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 19 Feb 2016 22:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409213 - in head/databases: . py3-bsddb3 py3-bsddb3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 22:51:24 -0000 Author: bofh Date: Fri Feb 19 22:51:22 2016 New Revision: 409213 URL: https://svnweb.freebsd.org/changeset/ports/409213 Log: [NEW] databases/py3-bsddb3: Python3 version of databases/py-bsddb3 - Assign MAINTAINER to submitter PR: 207033 Submitted by: woodsb02@gmail.com Added: head/databases/py3-bsddb3/ - copied from r408890, head/databases/py-bsddb3/ Modified: head/databases/Makefile head/databases/py3-bsddb3/Makefile head/databases/py3-bsddb3/distinfo head/databases/py3-bsddb3/files/patch-setup2.py head/databases/py3-bsddb3/files/patch-setup3.py Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Feb 19 22:07:57 2016 (r409212) +++ head/databases/Makefile Fri Feb 19 22:51:22 2016 (r409213) @@ -787,6 +787,7 @@ SUBDIR += py-tarantool SUBDIR += py-umemcache SUBDIR += py-whisper + SUBDIR += py3-bsddb3 SUBDIR += py33-gdbm SUBDIR += py33-sqlite3 SUBDIR += py34-gdbm Modified: head/databases/py3-bsddb3/Makefile ============================================================================== --- head/databases/py-bsddb3/Makefile Sun Feb 14 21:18:39 2016 (r408890) +++ head/databases/py3-bsddb3/Makefile Fri Feb 19 22:51:22 2016 (r409213) @@ -1,20 +1,19 @@ -# Created by: Hye-Shik Chang +# Created by: Ben Woods # $FreeBSD$ PORTNAME= bsddb3 -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.1.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= woodsb02@gmail.com COMMENT= Python extension module for BerkeleyDB 3 and 4 LICENSE= BSD3CLAUSE USE_BDB= yes -USES= python +USES= python:3 USE_PYTHON= distutils autoplist PYDISTUTILS_CONFIGUREARGS=--libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} Modified: head/databases/py3-bsddb3/distinfo ============================================================================== --- head/databases/py-bsddb3/distinfo Sun Feb 14 21:18:39 2016 (r408890) +++ head/databases/py3-bsddb3/distinfo Fri Feb 19 22:51:22 2016 (r409213) @@ -1,2 +1,2 @@ -SHA256 (bsddb3-6.1.0.tar.gz) = b13163e3891c32390aea66edcf7880eb245abc89199a766b7b1907fc5c1efd15 -SIZE (bsddb3-6.1.0.tar.gz) = 340966 +SHA256 (bsddb3-6.1.1.tar.gz) = 6f21b0252125c07798d784c164ef135ad153d226c01b290258ee1c5b9e7c4dd3 +SIZE (bsddb3-6.1.1.tar.gz) = 450571 Modified: head/databases/py3-bsddb3/files/patch-setup2.py ============================================================================== --- head/databases/py-bsddb3/files/patch-setup2.py Sun Feb 14 21:18:39 2016 (r408890) +++ head/databases/py3-bsddb3/files/patch-setup2.py Fri Feb 19 22:51:22 2016 (r409213) @@ -1,6 +1,6 @@ ---- setup2.py.orig 2011-03-08 22:16:14.000000000 +0800 -+++ setup2.py 2011-03-15 16:00:42.000000000 +0800 -@@ -86,11 +86,7 @@ +--- setup2.py.orig 2016-02-08 21:14:26 UTC ++++ setup2.py +@@ -81,11 +81,7 @@ if (sys.version_info[0] < 3) and (sys.ve category=DeprecationWarning) @@ -13,7 +13,7 @@ from distutils.dep_util import newer import distutils.ccompiler -@@ -295,8 +291,8 @@ +@@ -288,8 +284,8 @@ if os.name == 'posix': incdir = os.path.join(BERKELEYDB_DIR, 'include') if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib') @@ -24,12 +24,12 @@ else: if debug: print "LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'" libname = [] -@@ -336,7 +332,7 @@ +@@ -328,7 +324,7 @@ if os.name == 'posix': + # read db.h to figure out what version of Berkeley DB this is ver = None - # This should move to "with" when we drop support for Python 2.4 and 2.5 -- f = open(os.path.join(incdir, 'db.h'), 'r') -+ f = open('%%BDB_INCLUDE_DIR%%/db.h', 'r') - db_h_lines = f.readlines() - f.close() +- with open(os.path.join(incdir, 'db.h'), 'r') as f : ++ with open('%%BDB_INCLUDE_DIR%%/db.h', 'r') as f : + db_h_lines = f.readlines() db_ver_re = re.compile( + r'^#define\s+DB_VERSION_STRING\s.*Berkeley DB (\d+\.\d+).*') Modified: head/databases/py3-bsddb3/files/patch-setup3.py ============================================================================== --- head/databases/py-bsddb3/files/patch-setup3.py Sun Feb 14 21:18:39 2016 (r408890) +++ head/databases/py3-bsddb3/files/patch-setup3.py Fri Feb 19 22:51:22 2016 (r409213) @@ -1,6 +1,6 @@ ---- setup3.py.orig +--- setup3.py.orig 2016-02-08 21:18:47 UTC +++ setup3.py -@@ -86,10 +86,7 @@ +@@ -81,11 +81,7 @@ if (sys.version_info[0] < 3) and (sys.ve category=DeprecationWarning) @@ -8,11 +8,12 @@ - from setuptools import setup, Extension -except : - from distutils.core import setup, Extension +- +from distutils.core import setup, Extension - from distutils.dep_util import newer import distutils.ccompiler -@@ -295,8 +292,8 @@ + +@@ -288,8 +284,8 @@ if os.name == 'posix': incdir = os.path.join(BERKELEYDB_DIR, 'include') if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib') @@ -23,12 +24,12 @@ else: if debug: print("LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'") libname = [] -@@ -336,7 +333,7 @@ +@@ -328,7 +324,7 @@ if os.name == 'posix': + # read db.h to figure out what version of Berkeley DB this is ver = None - # This should move to "with" when we drop support for Python 2.4 and 2.5 -- f = open(os.path.join(incdir, 'db.h'), 'r') -+ f = open('%%BDB_INCLUDE_DIR%%/db.h', 'r') - db_h_lines = f.readlines() - f.close() +- with open(os.path.join(incdir, 'db.h'), 'r') as f : ++ with open('%%BDB_INCLUDE_DIR%%/db.h', 'r') as f : + db_h_lines = f.readlines() db_ver_re = re.compile( + r'^#define\s+DB_VERSION_STRING\s.*Berkeley DB (\d+\.\d+).*') From owner-svn-ports-head@freebsd.org Fri Feb 19 22:55:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 118DBAAE11B; Fri, 19 Feb 2016 22:55:20 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8E111886; Fri, 19 Feb 2016 22:55:19 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JMtIWw069634; Fri, 19 Feb 2016 22:55:18 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JMtIbG069633; Fri, 19 Feb 2016 22:55:18 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201602192255.u1JMtIbG069633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Fri, 19 Feb 2016 22:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409214 - head/lang/lua53/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 22:55:20 -0000 Author: ian Date: Fri Feb 19 22:55:18 2016 New Revision: 409214 URL: https://svnweb.freebsd.org/changeset/ports/409214 Log: Fix CFLAGS handling in lua53 patches. The ?= assignment of CFLAGS (not present in earlier lua5x patches) results in MYCFLAGS, passed from the port makefile, never getting assigned to CFLAGS during the lua build. The result is a copy of lua that has none of the posix support functions in it. CFLAGS set in the outer environment by the user or make.conf get passed in via the MYCFLAGS mechanism, so remove the -O2 and let the outer environment control optimization level. Approved by: mat(mentor) Differential Revision: https://reviews.freebsd.org/D5256 Modified: head/lang/lua53/files/patch-src__Makefile Modified: head/lang/lua53/files/patch-src__Makefile ============================================================================== --- head/lang/lua53/files/patch-src__Makefile Fri Feb 19 22:51:22 2016 (r409213) +++ head/lang/lua53/files/patch-src__Makefile Fri Feb 19 22:55:18 2016 (r409214) @@ -7,7 +7,7 @@ -CC= gcc -std=gnu99 -CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) +CC?= gcc -std=gnu99 -+CFLAGS?= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) ++CFLAGS= -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS) LIBS= -lm $(SYSLIBS) $(MYLIBS) From owner-svn-ports-head@freebsd.org Fri Feb 19 23:05:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 480E7AAE54E; Fri, 19 Feb 2016 23:05:10 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AEB01CF6; Fri, 19 Feb 2016 23:05:10 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JN59Bv072610; Fri, 19 Feb 2016 23:05:09 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JN59EC072609; Fri, 19 Feb 2016 23:05:09 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201602192305.u1JN59EC072609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Fri, 19 Feb 2016 23:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409215 - head/net-mgmt/net-snmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 23:05:10 -0000 Author: ian Date: Fri Feb 19 23:05:08 2016 New Revision: 409215 URL: https://svnweb.freebsd.org/changeset/ports/409215 Log: Fix net-snmp ipv6 option handling when other options are also used. r381568 added CONFIGURE_ARGS+=--with-out-mib-modules="mibII/ipv6", but the handling of other options can result in two different --with-out-mib-modules arguments being passed to configure, and only the second one has effect. That leads to build failures because it tries to build the old mibII/ipv6 which is no longer supported on freebsd. This change adds mibII/ipv6 to the list of excluded modules that gets turned into the --with-out-mib-modules argument, so it plays nice with other option handling. PR: 199401 Approved by: mat(mentor) Differential Revision: https://reviews.freebsd.org/D5329 Modified: head/net-mgmt/net-snmp/Makefile Modified: head/net-mgmt/net-snmp/Makefile ============================================================================== --- head/net-mgmt/net-snmp/Makefile Fri Feb 19 22:55:18 2016 (r409214) +++ head/net-mgmt/net-snmp/Makefile Fri Feb 19 23:05:08 2016 (r409215) @@ -157,7 +157,7 @@ CFLAGS+= -D_WANT_IFADDR .endif .if ${OSVERSION} >= 1100062 -CONFIGURE_ARGS+= --with-out-mib-modules="mibII/ipv6" +NET_SNMP_WITHOUT_MIB_MODULE_LIST+= mibII/ipv6 .endif .if ${PORT_OPTIONS:MMFD_REWRITES} From owner-svn-ports-head@freebsd.org Fri Feb 19 23:15:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEB2EAAEA6A; Fri, 19 Feb 2016 23:15:25 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70F0815F0; Fri, 19 Feb 2016 23:15:25 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JNFO9s075674; Fri, 19 Feb 2016 23:15:24 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JNFOJA075669; Fri, 19 Feb 2016 23:15:24 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201602192315.u1JNFOJA075669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Fri, 19 Feb 2016 23:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409216 - in head/sysutils/u-boot-rpi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 23:15:25 -0000 Author: ian Date: Fri Feb 19 23:15:23 2016 New Revision: 409216 URL: https://svnweb.freebsd.org/changeset/ports/409216 Log: Update u-boot-rpi to the latest versions of u-boot and firmware files. The updated boot firmware reportedly supports the new Rpi Zero as well as existing models. The latest u-boot now runs with caches enabled for faster booting. These changes add the standard freebsd API patch to flush caches on device close. Also, CONFIG_CMD_ELF is removed from our config changes, because it's now on by default for rpi in 2016.01. Approved by: sbruno(mentor) Differential Revision: https://reviews.freebsd.org/D5150 Modified: head/sysutils/u-boot-rpi/Makefile head/sysutils/u-boot-rpi/distinfo head/sysutils/u-boot-rpi/files/patch-api_api.c head/sysutils/u-boot-rpi/files/patch-common_cmd__elf.c head/sysutils/u-boot-rpi/files/patch-include_configs_rpi-common.h Modified: head/sysutils/u-boot-rpi/Makefile ============================================================================== --- head/sysutils/u-boot-rpi/Makefile Fri Feb 19 23:05:08 2016 (r409215) +++ head/sysutils/u-boot-rpi/Makefile Fri Feb 19 23:15:23 2016 (r409216) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= u-boot -PORTVERSION= 2015.10 +PORTVERSION= 2016.01 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ \ LOCAL/ian/:bootfiles PKGNAMESUFFIX= -rpi DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - rpi-boot-files-2014.10_2.tar.bz2:bootfiles + rpi-boot-files-2016.01.tar.bz2:bootfiles MAINTAINER= ian@FreeBSD.org COMMENT= Cross-build U-Boot loader for Raspberry Pi @@ -26,7 +26,7 @@ WRK_BOOTFILES= ${WRKDIR}/rpi-boot-files U_BOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX} PLIST_FILES= ${U_BOOT_DIR}/u-boot.img \ ${U_BOOT_DIR}/LICENCE.broadcom \ - ${U_BOOT_DIR}/README \ + ${U_BOOT_DIR}/README-BootDetails \ ${U_BOOT_DIR}/bootcode.bin \ ${U_BOOT_DIR}/config.txt \ ${U_BOOT_DIR}/fixup.dat \ Modified: head/sysutils/u-boot-rpi/distinfo ============================================================================== --- head/sysutils/u-boot-rpi/distinfo Fri Feb 19 23:05:08 2016 (r409215) +++ head/sysutils/u-boot-rpi/distinfo Fri Feb 19 23:15:23 2016 (r409216) @@ -1,4 +1,4 @@ -SHA256 (u-boot-2015.10.tar.bz2) = bdc68d5f9455ad933b059c735d983f2c8b6b552dafb062e5ff1444f623021955 -SIZE (u-boot-2015.10.tar.bz2) = 10416503 -SHA256 (rpi-boot-files-2014.10_2.tar.bz2) = bcaa493d3585151fde755245bee44b7d30d0e9c7ec9cc7f4dccdad57caf18cdc -SIZE (rpi-boot-files-2014.10_2.tar.bz2) = 1893216 +SHA256 (u-boot-2016.01.tar.bz2) = e5792fba9399d9804aa2ef667f14ff771e2cdece72367d340250265bf095a5d5 +SIZE (u-boot-2016.01.tar.bz2) = 10602974 +SHA256 (rpi-boot-files-2016.01.tar.bz2) = d912abb1e91a1f38f7fa62cbf2202e8279a832106b15a76c30989ce36a04aea7 +SIZE (rpi-boot-files-2016.01.tar.bz2) = 2006903 Modified: head/sysutils/u-boot-rpi/files/patch-api_api.c ============================================================================== --- head/sysutils/u-boot-rpi/files/patch-api_api.c Fri Feb 19 23:05:08 2016 (r409215) +++ head/sysutils/u-boot-rpi/files/patch-api_api.c Fri Feb 19 23:15:23 2016 (r409216) @@ -1,6 +1,21 @@ ---- api/api.c.orig 2015-10-19 23:59:38 UTC +--- api/api.c.orig 2015-08-05 16:53:17 UTC +++ api/api.c -@@ -495,45 +495,47 @@ static int API_env_set(va_list ap) +@@ -290,6 +290,14 @@ static int API_dev_close(va_list ap) + if (!err) + di->state = DEV_STA_CLOSED; + ++ /* ++ * FreeBSD loader(8) just loaded code to some random location that may ++ * contain stale icache entries. Now that the device is closed it's ++ * about to run that code, so clean the caches. ++ */ ++ flush_dcache_all(); ++ invalidate_icache_all(); ++ + return err; + } + +@@ -495,45 +503,47 @@ static int API_env_set(va_list ap) */ static int API_env_enum(va_list ap) { Modified: head/sysutils/u-boot-rpi/files/patch-common_cmd__elf.c ============================================================================== --- head/sysutils/u-boot-rpi/files/patch-common_cmd__elf.c Fri Feb 19 23:05:08 2016 (r409215) +++ head/sysutils/u-boot-rpi/files/patch-common_cmd__elf.c Fri Feb 19 23:15:23 2016 (r409216) @@ -1,6 +1,6 @@ ---- common/cmd_elf.c.orig 2015-10-19 23:59:38 UTC +--- common/cmd_elf.c.orig 2016-01-12 14:06:54 UTC +++ common/cmd_elf.c -@@ -35,22 +35,15 @@ static unsigned long do_bootelf_exec(ulo +@@ -110,22 +110,15 @@ static unsigned long do_bootelf_exec(ulo unsigned long ret; /* Modified: head/sysutils/u-boot-rpi/files/patch-include_configs_rpi-common.h ============================================================================== --- head/sysutils/u-boot-rpi/files/patch-include_configs_rpi-common.h Fri Feb 19 23:05:08 2016 (r409215) +++ head/sysutils/u-boot-rpi/files/patch-include_configs_rpi-common.h Fri Feb 19 23:15:23 2016 (r409216) @@ -1,6 +1,6 @@ ---- include/configs/rpi-common.h.orig 2015-10-19 23:59:38 UTC +--- include/configs/rpi-common.h.orig 2016-01-12 14:06:54 UTC +++ include/configs/rpi-common.h -@@ -183,4 +183,56 @@ +@@ -182,4 +182,55 @@ #define CONFIG_BOOTDELAY 2 @@ -9,7 +9,6 @@ + ****************************************************************************/ + +#define CONFIG_API -+#define CONFIG_CMD_ELF +#define CONFIG_EFI_PARTITION +#define CONFIG_PREBOOT + From owner-svn-ports-head@freebsd.org Fri Feb 19 23:30:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A684FAAD0FF; Fri, 19 Feb 2016 23:30: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 5AE7F1E8B; Fri, 19 Feb 2016 23:30: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 u1JNUH6Y078865; Fri, 19 Feb 2016 23:30:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JNUGN0078860; Fri, 19 Feb 2016 23:30:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602192330.u1JNUGN0078860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 19 Feb 2016 23:30:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409217 - in head/net-mgmt: nagios nagios/files nagios4 nagios4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 23:30:18 -0000 Author: mat Date: Fri Feb 19 23:30:16 2016 New Revision: 409217 URL: https://svnweb.freebsd.org/changeset/ports/409217 Log: Don't say there is a documentation installed. PR: 207267 Sponsored by: Absolight Modified: head/net-mgmt/nagios/Makefile head/net-mgmt/nagios/files/pkg-message.in head/net-mgmt/nagios4/Makefile head/net-mgmt/nagios4/files/pkg-message.in Modified: head/net-mgmt/nagios/Makefile ============================================================================== --- head/net-mgmt/nagios/Makefile Fri Feb 19 23:15:23 2016 (r409216) +++ head/net-mgmt/nagios/Makefile Fri Feb 19 23:30:16 2016 (r409217) @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 3.5.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} Modified: head/net-mgmt/nagios/files/pkg-message.in ============================================================================== --- head/net-mgmt/nagios/files/pkg-message.in Fri Feb 19 23:15:23 2016 (r409216) +++ head/net-mgmt/nagios/files/pkg-message.in Fri Feb 19 23:30:16 2016 (r409217) @@ -6,8 +6,7 @@ Configuration templates are available in %%PREFIX%%/etc/nagios as *.cfg-sample files. Copy them to *.cfg files where required and - edit to suit your needs. Documentation is available in HTML form - in %%PREFIX%%/%%NAGIOSWWWDIR%%/docs. + edit to suit your needs. If you don't already have a web server running, you will need to install and configure one to finish off your Nagios installation. Modified: head/net-mgmt/nagios4/Makefile ============================================================================== --- head/net-mgmt/nagios4/Makefile Fri Feb 19 23:15:23 2016 (r409216) +++ head/net-mgmt/nagios4/Makefile Fri Feb 19 23:30:16 2016 (r409217) @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 4 Modified: head/net-mgmt/nagios4/files/pkg-message.in ============================================================================== --- head/net-mgmt/nagios4/files/pkg-message.in Fri Feb 19 23:15:23 2016 (r409216) +++ head/net-mgmt/nagios4/files/pkg-message.in Fri Feb 19 23:30:16 2016 (r409217) @@ -6,8 +6,7 @@ Configuration templates are available in %%ETCDIR%% as *.cfg-sample files. Copy them to *.cfg files where required and - edit to suit your needs. Documentation is available in HTML form - in %%WWWDIR%%/docs. + edit to suit your needs. If you don't already have a web server running, you will need to install and configure one to finish off your Nagios installation. From owner-svn-ports-head@freebsd.org Fri Feb 19 23:41:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E28AAD826; Fri, 19 Feb 2016 23:41:58 +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 5B4B9163C; Fri, 19 Feb 2016 23:41:58 +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 u1JNfv3l081946; Fri, 19 Feb 2016 23:41:57 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JNfvdw081942; Fri, 19 Feb 2016 23:41:57 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201602192341.u1JNfvdw081942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 19 Feb 2016 23:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409218 - in head/databases/py-bsddb3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 23:41:58 -0000 Author: bofh Date: Fri Feb 19 23:41:56 2016 New Revision: 409218 URL: https://svnweb.freebsd.org/changeset/ports/409218 Log: databases/py-bsddb3: Update version 6.1.0=>6.1.1 Modified: head/databases/py-bsddb3/Makefile head/databases/py-bsddb3/distinfo head/databases/py-bsddb3/files/patch-setup2.py head/databases/py-bsddb3/files/patch-setup3.py Modified: head/databases/py-bsddb3/Makefile ============================================================================== --- head/databases/py-bsddb3/Makefile Fri Feb 19 23:30:16 2016 (r409217) +++ head/databases/py-bsddb3/Makefile Fri Feb 19 23:41:56 2016 (r409218) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bsddb3 -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.1.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-bsddb3/distinfo ============================================================================== --- head/databases/py-bsddb3/distinfo Fri Feb 19 23:30:16 2016 (r409217) +++ head/databases/py-bsddb3/distinfo Fri Feb 19 23:41:56 2016 (r409218) @@ -1,2 +1,2 @@ -SHA256 (bsddb3-6.1.0.tar.gz) = b13163e3891c32390aea66edcf7880eb245abc89199a766b7b1907fc5c1efd15 -SIZE (bsddb3-6.1.0.tar.gz) = 340966 +SHA256 (bsddb3-6.1.1.tar.gz) = 6f21b0252125c07798d784c164ef135ad153d226c01b290258ee1c5b9e7c4dd3 +SIZE (bsddb3-6.1.1.tar.gz) = 450571 Modified: head/databases/py-bsddb3/files/patch-setup2.py ============================================================================== --- head/databases/py-bsddb3/files/patch-setup2.py Fri Feb 19 23:30:16 2016 (r409217) +++ head/databases/py-bsddb3/files/patch-setup2.py Fri Feb 19 23:41:56 2016 (r409218) @@ -1,6 +1,6 @@ ---- setup2.py.orig 2011-03-08 22:16:14.000000000 +0800 -+++ setup2.py 2011-03-15 16:00:42.000000000 +0800 -@@ -86,11 +86,7 @@ +--- setup2.py.orig 2016-02-08 21:14:26 UTC ++++ setup2.py +@@ -81,11 +81,7 @@ if (sys.version_info[0] < 3) and (sys.ve category=DeprecationWarning) @@ -13,7 +13,7 @@ from distutils.dep_util import newer import distutils.ccompiler -@@ -295,8 +291,8 @@ +@@ -288,8 +284,8 @@ if os.name == 'posix': incdir = os.path.join(BERKELEYDB_DIR, 'include') if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib') @@ -24,12 +24,12 @@ else: if debug: print "LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'" libname = [] -@@ -336,7 +332,7 @@ +@@ -328,7 +324,7 @@ if os.name == 'posix': + # read db.h to figure out what version of Berkeley DB this is ver = None - # This should move to "with" when we drop support for Python 2.4 and 2.5 -- f = open(os.path.join(incdir, 'db.h'), 'r') -+ f = open('%%BDB_INCLUDE_DIR%%/db.h', 'r') - db_h_lines = f.readlines() - f.close() +- with open(os.path.join(incdir, 'db.h'), 'r') as f : ++ with open('%%BDB_INCLUDE_DIR%%/db.h', 'r') as f : + db_h_lines = f.readlines() db_ver_re = re.compile( + r'^#define\s+DB_VERSION_STRING\s.*Berkeley DB (\d+\.\d+).*') Modified: head/databases/py-bsddb3/files/patch-setup3.py ============================================================================== --- head/databases/py-bsddb3/files/patch-setup3.py Fri Feb 19 23:30:16 2016 (r409217) +++ head/databases/py-bsddb3/files/patch-setup3.py Fri Feb 19 23:41:56 2016 (r409218) @@ -1,6 +1,6 @@ ---- setup3.py.orig +--- setup3.py.orig 2016-02-08 21:18:47 UTC +++ setup3.py -@@ -86,10 +86,7 @@ +@@ -81,11 +81,7 @@ if (sys.version_info[0] < 3) and (sys.ve category=DeprecationWarning) @@ -8,11 +8,12 @@ - from setuptools import setup, Extension -except : - from distutils.core import setup, Extension +- +from distutils.core import setup, Extension - from distutils.dep_util import newer import distutils.ccompiler -@@ -295,8 +292,8 @@ + +@@ -288,8 +284,8 @@ if os.name == 'posix': incdir = os.path.join(BERKELEYDB_DIR, 'include') if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib') @@ -23,12 +24,12 @@ else: if debug: print("LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'") libname = [] -@@ -336,7 +333,7 @@ +@@ -328,7 +324,7 @@ if os.name == 'posix': + # read db.h to figure out what version of Berkeley DB this is ver = None - # This should move to "with" when we drop support for Python 2.4 and 2.5 -- f = open(os.path.join(incdir, 'db.h'), 'r') -+ f = open('%%BDB_INCLUDE_DIR%%/db.h', 'r') - db_h_lines = f.readlines() - f.close() +- with open(os.path.join(incdir, 'db.h'), 'r') as f : ++ with open('%%BDB_INCLUDE_DIR%%/db.h', 'r') as f : + db_h_lines = f.readlines() db_ver_re = re.compile( + r'^#define\s+DB_VERSION_STRING\s.*Berkeley DB (\d+\.\d+).*') From owner-svn-ports-head@freebsd.org Sat Feb 20 00:37:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1667EAAE6B1; Sat, 20 Feb 2016 00:37:12 +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 D47E912BC; Sat, 20 Feb 2016 00:37:11 +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 u1K0bAwL098748; Sat, 20 Feb 2016 00:37:10 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K0bAob098746; Sat, 20 Feb 2016 00:37:10 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602200037.u1K0bAob098746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 20 Feb 2016 00:37:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409219 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 00:37:12 -0000 Author: adamw Date: Sat Feb 20 00:37:10 2016 New Revision: 409219 URL: https://svnweb.freebsd.org/changeset/ports/409219 Log: Update to 6.47. Changes: https://metacpan.org/changes/distribution/Mojolicious Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Fri Feb 19 23:41:56 2016 (r409218) +++ head/www/p5-Mojolicious/Makefile Sat Feb 20 00:37:10 2016 (r409219) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.46 +PORTVERSION= 6.47 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Fri Feb 19 23:41:56 2016 (r409218) +++ head/www/p5-Mojolicious/distinfo Sat Feb 20 00:37:10 2016 (r409219) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.46.tar.gz) = d9b57f519beea70651935885afa83bda9b5e8cbc88045d5fe9ce80427aed6a44 -SIZE (Mojolicious-6.46.tar.gz) = 660217 +SHA256 (Mojolicious-6.47.tar.gz) = 7adb24f0578cef4f97a450ad27dc2f0ba5d5f45a55c328a30a28b6c9004ec975 +SIZE (Mojolicious-6.47.tar.gz) = 660826 From owner-svn-ports-head@freebsd.org Sat Feb 20 01:01:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98684AAD1D0; Sat, 20 Feb 2016 01:01:08 +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 6E3CC1EEF; Sat, 20 Feb 2016 01:01:08 +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 u1K117OF005001; Sat, 20 Feb 2016 01:01:07 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K116qd004995; Sat, 20 Feb 2016 01:01:06 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201602200101.u1K116qd004995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 20 Feb 2016 01:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409220 - in head/www: . squidanalyzer squidanalyzer/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 01:01:08 -0000 Author: novel Date: Sat Feb 20 01:01:06 2016 New Revision: 409220 URL: https://svnweb.freebsd.org/changeset/ports/409220 Log: Add squidanalyzer 6.5, squid access log report generation tool. PR: 205906 Submitted by: Dominique Goncalves Added: head/www/squidanalyzer/ head/www/squidanalyzer/Makefile (contents, props changed) head/www/squidanalyzer/distinfo (contents, props changed) head/www/squidanalyzer/files/ head/www/squidanalyzer/files/pkg-message.in (contents, props changed) head/www/squidanalyzer/pkg-descr (contents, props changed) head/www/squidanalyzer/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Feb 20 00:37:10 2016 (r409219) +++ head/www/Makefile Sat Feb 20 01:01:06 2016 (r409220) @@ -2067,6 +2067,7 @@ SUBDIR += sqstat SUBDIR += squid SUBDIR += squid_radius_auth + SUBDIR += squidanalyzer SUBDIR += squidclamav SUBDIR += squidguard SUBDIR += squidpurge Added: head/www/squidanalyzer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squidanalyzer/Makefile Sat Feb 20 01:01:06 2016 (r409220) @@ -0,0 +1,42 @@ +# Created by: Dominique Goncalves +# $FreeBSD$ + +PORTNAME= squidanalyzer +PORTVERSION= 6.5 +DISTVERSIONPREFIX= v +CATEGORIES= www perl5 + +MAINTAINER= dominique.goncalves@gmail.com +COMMENT= Squid access log report generation tool + +LICENSE= GPLv3 + +USE_GITHUB= yes +GH_ACCOUNT= darold + +MAKE_JOBS_UNSAFE=yes + +USE_PERL5= configure +USES= perl5 +CONFIGURE_ENV= DESTDIR=${STAGEDIR} \ + LOGFILE=/var/log/squid3/access.log \ + BINDIR=${PREFIX}/bin \ + CONFDIR=${PREFIX}/etc/squidreport \ + HTMLDIR=${PREFIX}/www/squidreport \ + BASEURL=/squidreport \ + MANDIR=${PREFIX}/man/man3 \ + DOCDIR=${PREFIX}/share/doc/squidanalyzer \ + INSTALLDIRS=site +ETCDIR= ${PREFIX}/etc/squidreport +SUB_FILES= pkg-message + +CONF_FILES= excluded included network-aliases \ + squidanalyzer.conf user-aliases + +post-install: +.for file in ${CONF_FILES} + @${MV} ${STAGEDIR}${ETCDIR}/${file} \ + ${STAGEDIR}${ETCDIR}/${file}.sample +.endfor + +.include Added: head/www/squidanalyzer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squidanalyzer/distinfo Sat Feb 20 01:01:06 2016 (r409220) @@ -0,0 +1,2 @@ +SHA256 (darold-squidanalyzer-v6.5_GH0.tar.gz) = 93c51de611beff47d49b1b46aef42d1f6028366ff46ec1617a2549c3baa26053 +SIZE (darold-squidanalyzer-v6.5_GH0.tar.gz) = 157964 Added: head/www/squidanalyzer/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squidanalyzer/files/pkg-message.in Sat Feb 20 01:01:06 2016 (r409220) @@ -0,0 +1,22 @@ +----------------------------------------------------------------------------- +1. Modify your httpd.conf to allow access to HTML output like follow: + Alias /squidreport %%PREFIX%%/www/squidreport + + Options -Indexes FollowSymLinks MultiViews + AllowOverride None + Order deny,allow + Deny from all + Allow from 127.0.0.1 + +2. If necessary, give additional host access to SquidAnalyzer in httpd.conf. + Restart and ensure that httpd is running. +3. Browse to http://my.host.dom/squidreport/ to ensure that things are working + properly. +4. Setup a cronjob to run squid-analyzer daily: + + # SquidAnalyzer log reporting daily + 0 2 * * * %%PREFIX%%/bin/squid-analyzer > /dev/null 2>&1 + +or run it manually. +For more information, see %%PREFIX%%/share/doc/squidanalyzer/README file. +----------------------------------------------------------------------------- Added: head/www/squidanalyzer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squidanalyzer/pkg-descr Sat Feb 20 01:01:06 2016 (r409220) @@ -0,0 +1,5 @@ +Squid Analyzer parses Squid proxy access log and reports general statistics +about hits, bytes, users, networks, top URLs, and top second level domains. +Statistic reports are oriented toward user and bandwidth control. + +WWW: http://squidanalyzer.darold.net/ Added: head/www/squidanalyzer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squidanalyzer/pkg-plist Sat Feb 20 01:01:06 2016 (r409220) @@ -0,0 +1,33 @@ +bin/squid-analyzer +@sample etc/squidreport/excluded.sample +@sample etc/squidreport/included.sample +@sample etc/squidreport/network-aliases.sample +@sample etc/squidreport/squidanalyzer.conf.sample +@sample etc/squidreport/user-aliases.sample +etc/squidreport/lang/ca_CA.txt +etc/squidreport/lang/cs_CZ.txt +etc/squidreport/lang/de_DE.txt +etc/squidreport/lang/en_US.txt +etc/squidreport/lang/es_ES.txt +etc/squidreport/lang/fr_FR.txt +etc/squidreport/lang/it_IT.txt +etc/squidreport/lang/pl_PL.txt +etc/squidreport/lang/pt_BR.txt +etc/squidreport/lang/ru_RU.txt +etc/squidreport/lang/uk_UA.txt +man/man3/squid-analyzer.3.gz +%%SITE_PERL%%/SquidAnalyzer.pm +%%PERL5_MAN3%%/SquidAnalyzer.3.gz +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +www/squidreport/flotr2.js +www/squidreport/images/back-arrow.png +www/squidreport/images/cursor.png +www/squidreport/images/domain.png +www/squidreport/images/info.png +www/squidreport/images/logo-squidanalyzer.png +www/squidreport/images/network.png +www/squidreport/images/user.png +www/squidreport/sorttable.js +www/squidreport/squidanalyzer.css From owner-svn-ports-head@freebsd.org Sat Feb 20 04:58:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 819D4AADD6F; Sat, 20 Feb 2016 04:58:57 +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 391C61D2F; Sat, 20 Feb 2016 04:58:57 +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 u1K4wu7A075258; Sat, 20 Feb 2016 04:58:56 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K4wuOZ075255; Sat, 20 Feb 2016 04:58:56 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602200458.u1K4wuOZ075255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 20 Feb 2016 04:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409221 - head/devel/ppl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 04:58:57 -0000 Author: vanilla Date: Sat Feb 20 04:58:55 2016 New Revision: 409221 URL: https://svnweb.freebsd.org/changeset/ports/409221 Log: Update to 1.2. PR: 207158 Submitted by: Ports Fury. Modified: head/devel/ppl/Makefile head/devel/ppl/distinfo head/devel/ppl/pkg-plist Modified: head/devel/ppl/Makefile ============================================================================== --- head/devel/ppl/Makefile Sat Feb 20 01:01:06 2016 (r409220) +++ head/devel/ppl/Makefile Sat Feb 20 04:58:55 2016 (r409221) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ppl -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/${PORTVERSION}/ \ http://bugseng.com/products/ppl/download/ftp/releases/${PORTVERSION}/ @@ -12,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for the manipulation of convex polyhedra LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= libglpk.so:${PORTSDIR}/math/glpk \ @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --disable-debugging \ --with-gmp-include="${LOCALBASE}/include" \ --with-gmp-lib="${LOCALBASE}/lib" \ --enable-interfaces="${INTERFACES}" +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -47,9 +48,4 @@ post-patch: @${REINPLACE_CMD} -e \ '/for file in/s|COPYING||' ${WRKSRC}/doc/Makefile.in -post-install: -.for i in libppl.so libppl_c.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i} -.endfor - .include Modified: head/devel/ppl/distinfo ============================================================================== --- head/devel/ppl/distinfo Sat Feb 20 01:01:06 2016 (r409220) +++ head/devel/ppl/distinfo Sat Feb 20 04:58:55 2016 (r409221) @@ -1,2 +1,2 @@ -SHA256 (ppl-1.1.tar.xz) = c48ccd74664ec2cd3cdb5e37f287974ccb062f0384dc658d4053c424b19ad178 -SIZE (ppl-1.1.tar.xz) = 14734820 +SHA256 (ppl-1.2.tar.xz) = 691f0d5a4fb0e206f4e132fc9132c71d6e33cdda168470d40ac3cf62340e9a60 +SIZE (ppl-1.2.tar.xz) = 14136236 Modified: head/devel/ppl/pkg-plist ============================================================================== --- head/devel/ppl/pkg-plist Sat Feb 20 01:01:06 2016 (r409220) +++ head/devel/ppl/pkg-plist Sat Feb 20 04:58:55 2016 (r409221) @@ -6,8 +6,8 @@ include/ppl.hh include/ppl_c.h lib/libppl.a lib/libppl.so -lib/libppl.so.13 -lib/libppl.so.13.0.0 +lib/libppl.so.14 +lib/libppl.so.14.0.0 lib/libppl_c.a lib/libppl_c.so lib/libppl_c.so.4 From owner-svn-ports-head@freebsd.org Sat Feb 20 06:32:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3981EAAF0C3; Sat, 20 Feb 2016 06:32:22 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0874BA6; Sat, 20 Feb 2016 06:32:21 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1K6WLFa003638; Sat, 20 Feb 2016 06:32:21 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K6WKbH003636; Sat, 20 Feb 2016 06:32:20 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602200632.u1K6WKbH003636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 20 Feb 2016 06:32:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409222 - head/www/R-cran-shiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 06:32:22 -0000 Author: tota Date: Sat Feb 20 06:32:20 2016 New Revision: 409222 URL: https://svnweb.freebsd.org/changeset/ports/409222 Log: - Update to 0.13.1 Modified: head/www/R-cran-shiny/Makefile head/www/R-cran-shiny/distinfo Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Sat Feb 20 04:58:55 2016 (r409221) +++ head/www/R-cran-shiny/Makefile Sat Feb 20 06:32:20 2016 (r409222) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/www/R-cran-shiny/distinfo ============================================================================== --- head/www/R-cran-shiny/distinfo Sat Feb 20 04:58:55 2016 (r409221) +++ head/www/R-cran-shiny/distinfo Sat Feb 20 06:32:20 2016 (r409222) @@ -1,2 +1,2 @@ -SHA256 (shiny_0.13.0.tar.gz) = 979f88b4513711dfd1ec7d33b01da7b0a2a6bdb8a802f9ed408a97c71211d700 -SIZE (shiny_0.13.0.tar.gz) = 1854824 +SHA256 (shiny_0.13.1.tar.gz) = 4acdcb56c5e4c3cba248d75b6a662e507a5dd6f5d37efe591412ed0e763ce553 +SIZE (shiny_0.13.1.tar.gz) = 1854769 From owner-svn-ports-head@freebsd.org Sat Feb 20 07:16:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEF2AAAFC9B; Sat, 20 Feb 2016 07:16: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 B35E4F49; Sat, 20 Feb 2016 07:16:32 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1K7GVb7015326; Sat, 20 Feb 2016 07:16:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K7GVJi015324; Sat, 20 Feb 2016 07:16:31 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602200716.u1K7GVJi015324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 20 Feb 2016 07:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409223 - head/devel/opengrok X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 07:16:33 -0000 Author: vanilla Date: Sat Feb 20 07:16:31 2016 New Revision: 409223 URL: https://svnweb.freebsd.org/changeset/ports/409223 Log: Update to 0.12.1.5. Modified: head/devel/opengrok/Makefile head/devel/opengrok/distinfo Modified: head/devel/opengrok/Makefile ============================================================================== --- head/devel/opengrok/Makefile Sat Feb 20 06:32:20 2016 (r409222) +++ head/devel/opengrok/Makefile Sat Feb 20 07:16:31 2016 (r409223) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= opengrok -PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTVERSION= 0.12.1.5 CATEGORIES= devel java MASTER_SITES= http://java.net/projects/opengrok/downloads/download/ @@ -15,7 +14,7 @@ LICENSE_COMB= multi RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.7+ SHAREOWN= www SHAREGRP= www NO_BUILD= yes Modified: head/devel/opengrok/distinfo ============================================================================== --- head/devel/opengrok/distinfo Sat Feb 20 06:32:20 2016 (r409222) +++ head/devel/opengrok/distinfo Sat Feb 20 07:16:31 2016 (r409223) @@ -1,2 +1,2 @@ -SHA256 (opengrok-0.12.1.tar.gz) = e93cee4e4909ea2671f475683da448d0de768006d5242c7c95fa891fdcc30a46 -SIZE (opengrok-0.12.1.tar.gz) = 14506193 +SHA256 (opengrok-0.12.1.5.tar.gz) = c3ce079f6ed1526c475cb4b9a7aa901f75507318c93b436d6c14eba4098e4ead +SIZE (opengrok-0.12.1.5.tar.gz) = 14527253 From owner-svn-ports-head@freebsd.org Sat Feb 20 08:00:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBCDAAAEC3C; Sat, 20 Feb 2016 08:00:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5F481FED; Sat, 20 Feb 2016 08:00:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1K80sQ8027123; Sat, 20 Feb 2016 08:00:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K80sLq027116; Sat, 20 Feb 2016 08:00:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602200800.u1K80sLq027116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 20 Feb 2016 08:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409224 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 08:00:56 -0000 Author: pi Date: Sat Feb 20 08:00:53 2016 New Revision: 409224 URL: https://svnweb.freebsd.org/changeset/ports/409224 Log: security/afl: 1.96.b -> 2.02b Changes: - Add new LLVM option which adds afl-clang-fast and afl-clang-fast++. Enabled by default, but broken on FreeBSD 9. - The PLOT_SUPPORT option was broken in r405132 because of a typo in its RUN_DEPENDS. Gnuplot is only required by afl-plot which will quit with an error alerting the user if it isn't installed, so instead of fixing the typo we remove it instead. Added a pkg-message suggesting to install gnuplot if afl-plot is wanted. PR: 207236 Submitted by: Tobias Kortkamp (maintainer) Added: head/security/afl/files/ head/security/afl/files/patch-Makefile (contents, props changed) head/security/afl/files/patch-llvm__mode_afl-clang-fast.c (contents, props changed) head/security/afl/pkg-message (contents, props changed) Modified: head/security/afl/Makefile head/security/afl/distinfo head/security/afl/pkg-plist Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Sat Feb 20 07:16:31 2016 (r409223) +++ head/security/afl/Makefile Sat Feb 20 08:00:53 2016 (r409224) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 1.96b +PORTVERSION= 2.02b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -12,48 +12,66 @@ COMMENT= Fast instrumented fuzzer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/docs/COPYING -USES= compiler gmake tar:tgz +USES= compiler gmake tar:tgz -OPTIONS_DEFINE= DEBUG DOCS MINIMIZE_CORPUS PLOT_SUPPORT TEST_INSTRUMENTATION +OPTIONS_DEFINE= DEBUG DOCS MINIMIZE_CORPUS LLVM TEST_INSTRUMENTATION MINIMIZE_CORPUS_DESC= Install afl-cmin. Adds bash dependency -PLOT_SUPPORT_DESC= Support progress plotting. Adds Gnuplot dependency TEST_INSTRUMENTATION_DESC= Execute tests (expected to fail in jails) -OPTIONS_DEFAULT= DOCS MINIMIZE_CORPUS PLOT_SUPPORT +LLVM_DESC= LLVM-based instrumentation (broken on 9.x) +OPTIONS_DEFAULT= DOCS LLVM MINIMIZE_CORPUS OPTIONS_SUB= yes -PORTSCOUT= ignore:1 - -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Uses binary instrumentation -.include +LLVM_BUILD_DEPENDS= clang37:${PORTSDIR}/devel/llvm37 +LLVM_RUN_DEPENDS= clang37:${PORTSDIR}/devel/llvm37 +MINIMIZE_CORPUS_RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash + +.include -.if (${COMPILER_TYPE} == "clang" && ${ARCH} == "i386") +.if ${OSVERSION} < 1000013 +# Broken on FreeBSD 9 +PLIST_SUB+= LLVM_SUB="@comment " +.else +PLIST_SUB+= LLVM_SUB="" +.endif + +.if ${ARCH} == "i386" # Clang i386 emits .cfi_sections which base as(1) doesn't understand -BUILD_DEPENDS += ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils -RUN_DEPENDS += ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils +RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .endif -MINIMIZE_CORPUS_RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -PLOT_SUPORT_RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" -post-patch: -.if ! ${PORT_OPTIONS:MTEST_INSTRUMENTATION} +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 -.endif - ${REINPLACE_CMD} -E -e 's@ -O3@@; s@ -g@@' \ - -e 's@install -m 755@${INSTALL_PROGRAM}@' \ - -e 's@ afl-(cmin|plot|whatsup) @ @g' \ - ${WRKSRC}/Makefile -.if (${COMPILER_TYPE} == "clang" && ${ARCH} == "i386") + ${REINPLACE_CMD} -e 's@^\(all.*\) test_build@\1@' ${WRKSRC}/llvm_mode/Makefile + +post-patch: +.if ${ARCH} == "i386" ${REINPLACE_CMD} -e 's@\( as_params\[0\] = afl_as ? afl_as : \)\(.*\)@\1(u8*)"${LOCALBASE}/bin/as";@' \ ${WRKSRC}/afl-as.c .endif +.if ! ${OSVERSION} < 1000013 +# Broken on FreeBSD 9 +post-build-LLVM-on: + @(cd ${WRKSRC}/llvm_mode; ${SETENV} \ + CC=clang37 \ + CXX=clang++37 \ + LLVM_CONFIG=llvm-config37 \ + CFLAGS="${CFLAGS}" \ + CXXFLAGS="${CXXFLAGS}" \ + ${GMAKE}) +.endif + post-install: ${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/ @@ -64,4 +82,4 @@ post-install: post-install-MINIMIZE_CORPUS-on: ${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${PREFIX}/bin/ -.include +.include Modified: head/security/afl/distinfo ============================================================================== --- head/security/afl/distinfo Sat Feb 20 07:16:31 2016 (r409223) +++ head/security/afl/distinfo Sat Feb 20 08:00:53 2016 (r409224) @@ -1,2 +1,2 @@ -SHA256 (afl-1.96b.tgz) = 03beb06f8993dcb37d348e53da19ca9d064c83fcedc9d87b0b506c73c310f27c -SIZE (afl-1.96b.tgz) = 804864 +SHA256 (afl-2.02b.tgz) = 8a508220675d3004ca6aef3cbf50dbbe4c377fc6723f3886ec36a8dfdc9bf057 +SIZE (afl-2.02b.tgz) = 809740 Added: head/security/afl/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/afl/files/patch-Makefile Sat Feb 20 08:00:53 2016 (r409224) @@ -0,0 +1,29 @@ +--- Makefile.orig 2016-02-16 07:14:22 UTC ++++ Makefile +@@ -21,6 +21,8 @@ BIN_PATH = $(PREFIX)/bin + HELPER_PATH = $(PREFIX)/lib/afl + DOC_PATH = $(PREFIX)/share/doc/afl + MISC_PATH = $(PREFIX)/share/afl ++INSTALL_PROGRAM?= install -s -m755 ++INSTALL_SCRIPT?= isntall -m755 + + PROGS = afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze + SH_PROGS = afl-plot afl-cmin afl-whatsup +@@ -115,12 +117,13 @@ clean: + install: all + mkdir -p -m 755 $${DESTDIR}$(BIN_PATH) $${DESTDIR}$(HELPER_PATH) $${DESTDIR}$(DOC_PATH) $${DESTDIR}$(MISC_PATH) + rm -f $${DESTDIR}$(BIN_PATH)/afl-plot.sh +- install -m 755 $(PROGS) $(SH_PROGS) $${DESTDIR}$(BIN_PATH) ++ ${INSTALL_PROGRAM} $(PROGS) $${DESTDIR}$(BIN_PATH) ++ ${INSTALL_SCRIPT} $(SH_PROGS) $${DESTDIR}$(BIN_PATH) + rm -f $${DESTDIR}$(BIN_PATH)/afl-as +- if [ -f afl-qemu-trace ]; then install -m 755 afl-qemu-trace $${DESTDIR}$(BIN_PATH); fi +- if [ -f afl-clang-fast -a -f afl-llvm-pass.so -a -f afl-llvm-rt.o ]; then set -e; install -m 755 afl-clang-fast $${DESTDIR}$(BIN_PATH); ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang-fast++; install -m 755 afl-llvm-pass.so afl-llvm-rt.o $${DESTDIR}$(HELPER_PATH); fi ++ if [ -f afl-qemu-trace ]; then ${INSTALL_PROGRAM} afl-qemu-trace $${DESTDIR}$(BIN_PATH); fi ++ if [ -f afl-clang-fast -a -f afl-llvm-pass.so -a -f afl-llvm-rt.o ]; then set -e; ${INSTALL_PROGRAM} afl-clang-fast $${DESTDIR}$(BIN_PATH); ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang-fast++; ${INSTALL_PROGRAM} afl-llvm-pass.so $${DESTDIR}$(HELPER_PATH); install -m 755 afl-llvm-rt.o $${DESTDIR}$(HELPER_PATH); fi + set -e; for i in afl-g++ afl-clang afl-clang++; do ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/$$i; done +- install -m 755 afl-as $${DESTDIR}$(HELPER_PATH) ++ ${INSTALL_PROGRAM} afl-as $${DESTDIR}$(HELPER_PATH) + ln -sf afl-as $${DESTDIR}$(HELPER_PATH)/as + install -m 644 docs/README docs/ChangeLog docs/*.txt $${DESTDIR}$(DOC_PATH) + cp -r testcases/ $${DESTDIR}$(MISC_PATH) Added: head/security/afl/files/patch-llvm__mode_afl-clang-fast.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/afl/files/patch-llvm__mode_afl-clang-fast.c Sat Feb 20 08:00:53 2016 (r409224) @@ -0,0 +1,15 @@ +--- llvm_mode/afl-clang-fast.c.orig 2015-09-08 22:37:25 UTC ++++ llvm_mode/afl-clang-fast.c +@@ -106,10 +106,10 @@ static void edit_params(u32 argc, char** + + if (!strcmp(name, "afl-clang-fast++")) { + u8* alt_cxx = getenv("AFL_CXX"); +- cc_params[0] = alt_cxx ? alt_cxx : (u8*)"clang++"; ++ cc_params[0] = alt_cxx ? alt_cxx : (u8*)"clang++37"; + } else { + u8* alt_cc = getenv("AFL_CC"); +- cc_params[0] = alt_cc ? alt_cc : (u8*)"clang"; ++ cc_params[0] = alt_cc ? alt_cc : (u8*)"clang37"; + } + + cc_params[cc_par_cnt++] = "-Xclang"; Added: head/security/afl/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/afl/pkg-message Sat Feb 20 08:00:53 2016 (r409224) @@ -0,0 +1 @@ +If you want to use afl-plot also install math/gnuplot. Modified: head/security/afl/pkg-plist ============================================================================== --- head/security/afl/pkg-plist Sat Feb 20 07:16:31 2016 (r409223) +++ head/security/afl/pkg-plist Sat Feb 20 08:00:53 2016 (r409224) @@ -1,11 +1,16 @@ +bin/afl-analyze bin/afl-clang bin/afl-clang++ +%%LLVM_SUB%%%%LLVM%%bin/afl-clang-fast +%%LLVM_SUB%%%%LLVM%%bin/afl-clang-fast++ +%%LLVM_SUB%%%%LLVM%%lib/afl/afl-llvm-pass.so +%%LLVM_SUB%%%%LLVM%%lib/afl/afl-llvm-rt.o %%MINIMIZE_CORPUS%%bin/afl-cmin bin/afl-fuzz bin/afl-g++ bin/afl-gcc bin/afl-gotcpu -%%PLOT_SUPPORT%%bin/afl-plot +bin/afl-plot bin/afl-showmap bin/afl-tmin bin/afl-whatsup From owner-svn-ports-head@freebsd.org Sat Feb 20 08:12:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 490E0AAF0BC; Sat, 20 Feb 2016 08:12:26 +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 F2440802; Sat, 20 Feb 2016 08:12:25 +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 u1K8CO1e032632; Sat, 20 Feb 2016 08:12:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K8CO8E032630; Sat, 20 Feb 2016 08:12:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602200812.u1K8CO8E032630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 20 Feb 2016 08:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409225 - in head/x11/rofi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 08:12:26 -0000 Author: pi Date: Sat Feb 20 08:12:24 2016 New Revision: 409225 URL: https://svnweb.freebsd.org/changeset/ports/409225 Log: x11/rofi: fix I3 option MFH: 2016Q1 PR: 206846 Submitted by: Tobias Kortkamp Approved by: nomoo@nomoo.ru (maintainer) Added: head/x11/rofi/files/ head/x11/rofi/files/patch-source_i3-support.c (contents, props changed) Modified: head/x11/rofi/Makefile Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Sat Feb 20 08:00:53 2016 (r409224) +++ head/x11/rofi/Makefile Sat Feb 20 08:12:24 2016 (r409225) @@ -2,6 +2,7 @@ PORTNAME= rofi PORTVERSION= 0.15.11 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= nomoo@nomoo.ru @@ -25,7 +26,7 @@ OPTIONS_DEFINE= I3 I3_DESC= I3 support I3_BUILD_DEPENDS= i3:${PORTSDIR}/x11-wm/i3 -I3_CFLAGS= -I${LOCALBASE}/include/i3 +I3_CFLAGS= -I${LOCALBASE}/include PLIST_FILES= bin/rofi bin/rofi-sensible-terminal man/man1/rofi.1.gz \ man/man1/rofi-sensible-terminal.1.gz Added: head/x11/rofi/files/patch-source_i3-support.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/rofi/files/patch-source_i3-support.c Sat Feb 20 08:12:24 2016 (r409225) @@ -0,0 +1,24 @@ +# Description: Use correct namelen when connecting to i3 socket +# Pull Request: https://github.com/DaveDavenport/rofi/pull/330 +--- source/i3-support.c.orig 2015-12-27 18:45:50 UTC ++++ source/i3-support.c +@@ -50,7 +50,7 @@ char *i3_socket_path = NULL; + void i3_support_focus_window ( Window id ) + { + i3_ipc_header_t head; +- int s, len; ++ int s; + ssize_t t; + struct sockaddr_un remote; + size_t upm = sizeof ( remote.sun_path ); +@@ -68,9 +68,8 @@ void i3_support_focus_window ( Window id + + remote.sun_family = AF_UNIX; + g_strlcpy ( remote.sun_path, i3_socket_path, upm ); +- len = strlen ( remote.sun_path ) + sizeof ( remote.sun_family ); + +- if ( connect ( s, ( struct sockaddr * ) &remote, len ) == -1 ) { ++ if ( connect ( s, ( struct sockaddr * ) &remote, sizeof ( struct sockaddr_un ) ) == -1 ) { + fprintf ( stderr, "Failed to connect to I3 (%s): %s\n", i3_socket_path, strerror ( errno ) ); + close ( s ); + return; From owner-svn-ports-head@freebsd.org Sat Feb 20 08:26:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B324AAF54E; Sat, 20 Feb 2016 08:26:19 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A851D1C; Sat, 20 Feb 2016 08:26:18 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1K8QImD035780; Sat, 20 Feb 2016 08:26:18 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K8QHZf035778; Sat, 20 Feb 2016 08:26:17 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201602200826.u1K8QHZf035778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sat, 20 Feb 2016 08:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409227 - head/devel/mongo-c-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 08:26:19 -0000 Author: bsam Date: Sat Feb 20 08:26:17 2016 New Revision: 409227 URL: https://svnweb.freebsd.org/changeset/ports/409227 Log: devel/mongo-c-driver: update to new version and reset maintainer . update to version; 1.3.3 [1] . reset maintainer (3+ months of inactivity) PR: 206970 [1] Submitted by: bsam (me) Approved by: maintainer timeout (2 weeks) Modified: head/devel/mongo-c-driver/Makefile head/devel/mongo-c-driver/distinfo Modified: head/devel/mongo-c-driver/Makefile ============================================================================== --- head/devel/mongo-c-driver/Makefile Sat Feb 20 08:16:00 2016 (r409226) +++ head/devel/mongo-c-driver/Makefile Sat Feb 20 08:26:17 2016 (r409227) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= mongo-c-driver -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= devel -MAINTAINER= waitman@waitman.net +MAINTAINER= ports@FreeBSD.org COMMENT= C Driver for MongoDB LICENSE= APACHE20 Modified: head/devel/mongo-c-driver/distinfo ============================================================================== --- head/devel/mongo-c-driver/distinfo Sat Feb 20 08:16:00 2016 (r409226) +++ head/devel/mongo-c-driver/distinfo Sat Feb 20 08:26:17 2016 (r409227) @@ -1,2 +1,2 @@ -SHA256 (mongodb-mongo-c-driver-1.3.2_GH0.tar.gz) = eb49530d665e7d61cf8d51674ce3e4932032dc3d5ca1e0aa52e52874ada19d5c -SIZE (mongodb-mongo-c-driver-1.3.2_GH0.tar.gz) = 524255 +SHA256 (mongodb-mongo-c-driver-1.3.3_GH0.tar.gz) = 9a85e3aa3d555120a21ed1b97d878d38df71fada06ebad47a78d75fa4964f911 +SIZE (mongodb-mongo-c-driver-1.3.3_GH0.tar.gz) = 524694 From owner-svn-ports-head@freebsd.org Sat Feb 20 08:35:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0990AAF8D8; Sat, 20 Feb 2016 08:35:15 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5809010A0; Sat, 20 Feb 2016 08:35:15 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1K8ZEDn038762; Sat, 20 Feb 2016 08:35:14 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K8ZErE038759; Sat, 20 Feb 2016 08:35:14 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201602200835.u1K8ZErE038759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sat, 20 Feb 2016 08:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409228 - head/devel/libbson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 08:35:15 -0000 Author: bsam Date: Sat Feb 20 08:35:13 2016 New Revision: 409228 URL: https://svnweb.freebsd.org/changeset/ports/409228 Log: devel/libbson: update to new version and reset maintainer . update to version; 1.3.3 [1] . reset maintainer (3+ months of inactivity) PR: 206969 [1] Submitted by: bsam (me) Reviewed by: maintainer timeout (2 weeks) Modified: head/devel/libbson/Makefile head/devel/libbson/distinfo head/devel/libbson/pkg-plist Modified: head/devel/libbson/Makefile ============================================================================== --- head/devel/libbson/Makefile Sat Feb 20 08:26:17 2016 (r409227) +++ head/devel/libbson/Makefile Sat Feb 20 08:35:13 2016 (r409228) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= libbson -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= devel -MAINTAINER= waitman@waitman.net +MAINTAINER= ports@FreeBSD.org COMMENT= BSON utility library LICENSE= APACHE20 Modified: head/devel/libbson/distinfo ============================================================================== --- head/devel/libbson/distinfo Sat Feb 20 08:26:17 2016 (r409227) +++ head/devel/libbson/distinfo Sat Feb 20 08:35:13 2016 (r409228) @@ -1,2 +1,2 @@ -SHA256 (mongodb-libbson-1.3.2_GH0.tar.gz) = 607bd5a2df6334b5f9438ac93ccc65b318db2ed4c52f9bfa6d152bebf4d2babc -SIZE (mongodb-libbson-1.3.2_GH0.tar.gz) = 4040705 +SHA256 (mongodb-libbson-1.3.3_GH0.tar.gz) = 647eb3760edbfe49b89aa9ccae22644cab5aff0909baebe0db1915edbc564917 +SIZE (mongodb-libbson-1.3.3_GH0.tar.gz) = 4040699 Modified: head/devel/libbson/pkg-plist ============================================================================== --- head/devel/libbson/pkg-plist Sat Feb 20 08:26:17 2016 (r409227) +++ head/devel/libbson/pkg-plist Sat Feb 20 08:35:13 2016 (r409228) @@ -19,6 +19,7 @@ include/libbson-1.0/bson-string.h include/libbson-1.0/bson-types.h include/libbson-1.0/bson-utf8.h include/libbson-1.0/bson-value.h +include/libbson-1.0/bson-version-functions.h include/libbson-1.0/bson-version.h include/libbson-1.0/bson-version-functions.h include/libbson-1.0/bson-writer.h From owner-svn-ports-head@freebsd.org Sat Feb 20 10:42:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3E79AAF516; Sat, 20 Feb 2016 10:42:48 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4A45251; Sat, 20 Feb 2016 10:42:48 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KAglQP075715; Sat, 20 Feb 2016 10:42:47 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KAglxk075713; Sat, 20 Feb 2016 10:42:47 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201602201042.u1KAglxk075713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Sat, 20 Feb 2016 10:42:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409229 - head/net/wakeonlan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 10:42:49 -0000 Author: rodrigo Date: Sat Feb 20 10:42:47 2016 New Revision: 409229 URL: https://svnweb.freebsd.org/changeset/ports/409229 Log: Unbreak the port and take maintenership Submitted by: rodrigo Modified: head/net/wakeonlan/Makefile head/net/wakeonlan/pkg-descr Modified: head/net/wakeonlan/Makefile ============================================================================== --- head/net/wakeonlan/Makefile Sat Feb 20 08:35:13 2016 (r409228) +++ head/net/wakeonlan/Makefile Sat Feb 20 10:42:47 2016 (r409229) @@ -5,12 +5,12 @@ PORTNAME= wakeonlan PORTVERSION= 0.41 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/ +MASTER_SITES= https://github.com/jpoliv/wakeonlan/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC -BROKEN= unfetchable +LICENSE= ART20 USES= perl5 USE_PERL5= configure Modified: head/net/wakeonlan/pkg-descr ============================================================================== --- head/net/wakeonlan/pkg-descr Sat Feb 20 08:35:13 2016 (r409228) +++ head/net/wakeonlan/pkg-descr Sat Feb 20 10:42:47 2016 (r409229) @@ -1,4 +1,4 @@ Wakeonlan is a Perl script that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards, in order to switch on remote computers. -WWW: http://gsd.di.uminho.pt/jpo/software/wakeonlan/ +WWW: https://github.com/jpoliv/wakeonlan From owner-svn-ports-head@freebsd.org Sat Feb 20 10:45:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7287BAAF5F8; Sat, 20 Feb 2016 10:45:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37C23639; Sat, 20 Feb 2016 10:45:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KAjTZO075952; Sat, 20 Feb 2016 10:45:29 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KAjT0X075949; Sat, 20 Feb 2016 10:45:29 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602201045.u1KAjT0X075949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 20 Feb 2016 10:45:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409230 - in head/net/py-twitter-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 10:45:30 -0000 Author: koobs Date: Sat Feb 20 10:45:28 2016 New Revision: 409230 URL: https://svnweb.freebsd.org/changeset/ports/409230 Log: net/py-twitter-tools: Update to 1.17.1 - Update PORTVERSION and distinfo checksum (1.17.1) [1] - Update test target (modern convention) - Enable concurrent (Python version) installation - Enable architecture independence (NO_ARCH) - Remove patch to setup.py (upstreamed) - Backport commit 15ea270 to fix test_sanity tests A number of test failures are (still) present in test_util [2] [2] https://github.com/sixohsix/twitter/issues/166 PR: 207365 [1] Submitted by: bsam [1] Added: head/net/py-twitter-tools/files/patch-tests_test__sanity.py (contents, props changed) Deleted: head/net/py-twitter-tools/files/patch-setup.py Modified: head/net/py-twitter-tools/Makefile head/net/py-twitter-tools/distinfo Modified: head/net/py-twitter-tools/Makefile ============================================================================== --- head/net/py-twitter-tools/Makefile Sat Feb 20 10:42:47 2016 (r409229) +++ head/net/py-twitter-tools/Makefile Sat Feb 20 10:45:28 2016 (r409230) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twitter -PORTVERSION= 1.15.0 +PORTVERSION= 1.17.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,12 +17,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes GH_ACCOUNT= sixohsix -regression-test: build +NO_ARCH= yes + +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/net/py-twitter-tools/distinfo ============================================================================== --- head/net/py-twitter-tools/distinfo Sat Feb 20 10:42:47 2016 (r409229) +++ head/net/py-twitter-tools/distinfo Sat Feb 20 10:45:28 2016 (r409230) @@ -1,2 +1,2 @@ -SHA256 (sixohsix-twitter-twitter-1.15.0_GH0.tar.gz) = 36d78af34fc01d695f4c45b23e9183852a57a950c79ddb12f9291f4a83285fce -SIZE (sixohsix-twitter-twitter-1.15.0_GH0.tar.gz) = 41843 +SHA256 (sixohsix-twitter-twitter-1.17.1_GH0.tar.gz) = 7a1e0cc35f137b95f235ea89b2949db8985fb47fef47223acae74176d39335e7 +SIZE (sixohsix-twitter-twitter-1.17.1_GH0.tar.gz) = 45992 Added: head/net/py-twitter-tools/files/patch-tests_test__sanity.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-twitter-tools/files/patch-tests_test__sanity.py Sat Feb 20 10:45:28 2016 (r409230) @@ -0,0 +1,16 @@ +From 15ea270b76053effb114a3f423a2215506a4e24d Mon Sep 17 00:00:00 2001 +From: RouxRC +Date: Mon, 23 Nov 2015 20:49:25 +0100 +Subject: [PATCH] adapt tests to now full https twitter + +--- tests/test_sanity.py.orig 2016-02-20 07:27:26 UTC ++++ tests/test_sanity.py +@@ -52,7 +52,7 @@ def test_API_set_unicode_tweet(): + + + def clean_link(text): +- pos = text.find(" http://t.co") ++ pos = text.find(" https://t.co") + if pos != -1: + return text[:pos] + return text From owner-svn-ports-head@freebsd.org Sat Feb 20 11:23:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C48EAAE50E; Sat, 20 Feb 2016 11:23: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 555371529; Sat, 20 Feb 2016 11:23: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 u1KBNeQf087643; Sat, 20 Feb 2016 11:23:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KBNeMC087641; Sat, 20 Feb 2016 11:23:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602201123.u1KBNeMC087641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 20 Feb 2016 11:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409231 - head/x11/rofi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 11:23:41 -0000 Author: pi Date: Sat Feb 20 11:23:40 2016 New Revision: 409231 URL: https://svnweb.freebsd.org/changeset/ports/409231 Log: x11/rofi: 0.15.11 -> 0.15.12 New features: - Initial `-dump` command for dmenu mode. (#216) - Threading support. o Parallel checking for ASCII. o Parallel string matching. o Autodetect number of HW-threads. o Disabled by default. - Highlight multiple selected rows (#287,#293) - Dmenu can read from file instead of stdin. - Regex matching (#113) - Take Screenshot of rofi using keybinding. - Hotkey for sorting: (#298) Option to set scrollbar width. Improvements: - Fix return code of multi-select. - Update manpage (#289, #291) - Improve speed of reading stdin in dmenu mode. - Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them. (#268, #265, #286) - Correctly set locale, fixing issues with entering special characters. (#282) - DRun mode support `NoDisplay` setting (#283) - Pango markup is matched when filtering. (#273) Bug fixes: - Improve error message (#290) - Correctly switch to next entry on multi-select when list is filtered (#292) - Switch __FUNCTION__ for __func__. (#288) - Fix segfault on empty list and moving through it. (#256,#275) - Fix one off of colors (#269) - Drun fix uninitialized memory (#285) PR: 206846 Submitted by: Tobias Kortkamp Approved by: nomoo@nomoo.ru Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Sat Feb 20 10:45:28 2016 (r409230) +++ head/x11/rofi/Makefile Sat Feb 20 11:23:40 2016 (r409231) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -PORTVERSION= 0.15.11 -PORTREVISION= 1 +PORTVERSION= 0.15.12 CATEGORIES= x11 MAINTAINER= nomoo@nomoo.ru Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Sat Feb 20 10:45:28 2016 (r409230) +++ head/x11/rofi/distinfo Sat Feb 20 11:23:40 2016 (r409231) @@ -1,2 +1,2 @@ -SHA256 (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = fce95c859b7ca3b57f8b53c9bb14d858795050405445671efeec0c1de2b401b9 -SIZE (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = 155193 +SHA256 (DaveDavenport-rofi-0.15.12_GH0.tar.gz) = e5e6b0ed01fd1186652af2488ca2e7780cbde5f0750d9482eb816bae447f4e84 +SIZE (DaveDavenport-rofi-0.15.12_GH0.tar.gz) = 966863 From owner-svn-ports-head@freebsd.org Sat Feb 20 11:57:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA710AAF3B0; Sat, 20 Feb 2016 11:57: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 8DD1E9DA; Sat, 20 Feb 2016 11:57: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 u1KBv0CI096462; Sat, 20 Feb 2016 11:57:00 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KBv0L0096458; Sat, 20 Feb 2016 11:57:00 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602201157.u1KBv0L0096458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 20 Feb 2016 11:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409232 - head/cad/adms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 11:57:02 -0000 Author: vanilla Date: Sat Feb 20 11:57:00 2016 New Revision: 409232 URL: https://svnweb.freebsd.org/changeset/ports/409232 Log: Update to 2.3.5. PR: 207156 Submitted by: Ports Fury. Added: head/cad/adms/pkg-plist (contents, props changed) Modified: head/cad/adms/Makefile head/cad/adms/distinfo head/cad/adms/pkg-descr Modified: head/cad/adms/Makefile ============================================================================== --- head/cad/adms/Makefile Sat Feb 20 11:23:40 2016 (r409231) +++ head/cad/adms/Makefile Sat Feb 20 11:57:00 2016 (r409232) @@ -2,23 +2,21 @@ # $FreeBSD$ PORTNAME= adms -PORTVERSION= 2.3.4 +PORTVERSION= 2.3.5 CATEGORIES= cad MASTER_SITES= SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Model generator for SPICE simulators -LICENSE= LGPL21 +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING USES= bison libtool GNU_CONFIGURE= yes CONFIGURE_ENV= ax_cv_c_compiler_vendor=gnu +CONFIGURE_ARGS= --disable-silent-rules INSTALL_TARGET= install-strip - -PLIST_FILES= bin/admsCheck \ - bin/admsXml \ - man/man1/admsCheck.1.gz \ - man/man1/admsXml.1.gz +USE_LDCONFIG= yes .include Modified: head/cad/adms/distinfo ============================================================================== --- head/cad/adms/distinfo Sat Feb 20 11:23:40 2016 (r409231) +++ head/cad/adms/distinfo Sat Feb 20 11:57:00 2016 (r409232) @@ -1,2 +1,2 @@ -SHA256 (adms-2.3.4.tar.gz) = 63498c24c3064ae86eae135ac7324e532bc8bb772eca5208204814df8f27931a -SIZE (adms-2.3.4.tar.gz) = 769077 +SHA256 (adms-2.3.5.tar.gz) = c8472b201f3601952b20a70dcd5a784956c1109da2d9f6452271d0337e8d8634 +SIZE (adms-2.3.5.tar.gz) = 808218 Modified: head/cad/adms/pkg-descr ============================================================================== --- head/cad/adms/pkg-descr Sat Feb 20 11:23:40 2016 (r409231) +++ head/cad/adms/pkg-descr Sat Feb 20 11:57:00 2016 (r409232) @@ -1,5 +1,5 @@ ADMS is a code generator that converts electrical compact device models -specified in high-level description language into ready-to-compile c code for -the API of spice simulators. +specified in high-level description language into ready-to-compile C +code for the API of spice simulators. WWW: http://mot-adms.sourceforge.net/ Added: head/cad/adms/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/adms/pkg-plist Sat Feb 20 11:57:00 2016 (r409232) @@ -0,0 +1,20 @@ +bin/admsCheck +bin/admsXml +lib/libadmsAdmstpath.a +lib/libadmsAdmstpath.so +lib/libadmsAdmstpath.so.0 +lib/libadmsAdmstpath.so.0.0.0 +lib/libadmsElement.a +lib/libadmsElement.so +lib/libadmsElement.so.0 +lib/libadmsElement.so.0.0.0 +lib/libadmsPreprocessor.a +lib/libadmsPreprocessor.so +lib/libadmsPreprocessor.so.0 +lib/libadmsPreprocessor.so.0.0.0 +lib/libadmsVeriloga.a +lib/libadmsVeriloga.so +lib/libadmsVeriloga.so.0 +lib/libadmsVeriloga.so.0.0.0 +man/man1/admsCheck.1.gz +man/man1/admsXml.1.gz From owner-svn-ports-head@freebsd.org Sat Feb 20 11:58:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A284AAF4DD; Sat, 20 Feb 2016 11:58:41 +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 1ABA5AEB; Sat, 20 Feb 2016 11:58:41 +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 u1KBwe6T096640; Sat, 20 Feb 2016 11:58:40 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KBwetj096638; Sat, 20 Feb 2016 11:58:40 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602201158.u1KBwetj096638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 20 Feb 2016 11:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409233 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 11:58:41 -0000 Author: gerald Date: Sat Feb 20 11:58:39 2016 New Revision: 409233 URL: https://svnweb.freebsd.org/changeset/ports/409233 Log: Update to the 20160216 snapshot of GCC 5. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Sat Feb 20 11:57:00 2016 (r409232) +++ head/lang/gcc5-devel/Makefile Sat Feb 20 11:58:39 2016 (r409233) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.3.1.s20160209 +PORTVERSION= 5.3.1.s20160216 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Sat Feb 20 11:57:00 2016 (r409232) +++ head/lang/gcc5-devel/distinfo Sat Feb 20 11:58:39 2016 (r409233) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20160209.tar.bz2) = d3131089a6cab19edd9d71bab0d1f0daa3a463092b76085a83bdfa12b45146e1 -SIZE (gcc-5-20160209.tar.bz2) = 91329592 +SHA256 (gcc-5-20160216.tar.bz2) = ff4673af50c5855d1eeec688d15dd9b56c544b0102cfba82a0dd0c0906138c22 +SIZE (gcc-5-20160216.tar.bz2) = 91242598 From owner-svn-ports-head@freebsd.org Sat Feb 20 12:17:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B720AAD3A8; Sat, 20 Feb 2016 12:17:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D3EA18C2; Sat, 20 Feb 2016 12:17:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KCHp8q002686; Sat, 20 Feb 2016 12:17:51 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KCHol2002681; Sat, 20 Feb 2016 12:17:50 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602201217.u1KCHol2002681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 20 Feb 2016 12:17:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409234 - in head/textproc/py-markdown: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 12:17:52 -0000 Author: koobs Date: Sat Feb 20 12:17:50 2016 New Revision: 409234 URL: https://svnweb.freebsd.org/changeset/ports/409234 Log: textproc/py-markdown: Update to 2.6.5 - Update PORTVERSION and distinfo checksum (2.6.5) - Update test dependencies and test target - Remove dos2unix, no longer needed - Enable architecture independence (NO_ARCH) - Backport upstream issue 453 [1] fix for failing tests due to pygments - Patch setup.py to support setuptools test command - Update pkg-descr WWW: URL (matching that in setup.py) [1] https://github.com/waylan/Python-Markdown/issues/453 Requested by: brnrd (via IRC) Added: head/textproc/py-markdown/files/ head/textproc/py-markdown/files/patch-issue453 (contents, props changed) head/textproc/py-markdown/files/patch-setup.py (contents, props changed) Modified: head/textproc/py-markdown/Makefile head/textproc/py-markdown/distinfo head/textproc/py-markdown/pkg-descr Modified: head/textproc/py-markdown/Makefile ============================================================================== --- head/textproc/py-markdown/Makefile Sat Feb 20 11:58:39 2016 (r409233) +++ head/textproc/py-markdown/Makefile Sat Feb 20 12:17:50 2016 (r409234) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= markdown -PORTVERSION= 2.4.1 +PORTVERSION= 2.6.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +14,17 @@ COMMENT= Python implementation of Markdo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}pytidylib:${PORTSDIR}/textproc/py-pytidylib +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}pytidylib>0:${PORTSDIR}/textproc/py-pytidylib \ + ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml -USES= dos2unix python +USES= python USE_PYTHON= distutils autoplist -regression-test: build - @cd ${WRKSRC} && nosetests +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/textproc/py-markdown/distinfo ============================================================================== --- head/textproc/py-markdown/distinfo Sat Feb 20 11:58:39 2016 (r409233) +++ head/textproc/py-markdown/distinfo Sat Feb 20 12:17:50 2016 (r409234) @@ -1,2 +1,2 @@ -SHA256 (Markdown-2.4.1.tar.gz) = 812ec5249f45edc31330b7fb06e52aaf6ab2d83aa27047df7cb6837ef2d269b6 -SIZE (Markdown-2.4.1.tar.gz) = 279760 +SHA256 (Markdown-2.6.5.tar.gz) = 8d94cf6273606f76753fcb1324623792b3738c7612c2b180c85cc5e88642e560 +SIZE (Markdown-2.6.5.tar.gz) = 301781 Added: head/textproc/py-markdown/files/patch-issue453 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-markdown/files/patch-issue453 Sat Feb 20 12:17:50 2016 (r409234) @@ -0,0 +1,106 @@ +From 81b724cfec03634c0bcd88b1bccb5936872d04e2 Mon Sep 17 00:00:00 2001 +From: Waylan Limberg +Date: Thu, 28 Jan 2016 22:09:56 -0500 +Subject: [PATCH] Enabled pygments based tests. + +Added pygments to test-requirements and updated codehiliting tests to +only test partial output as output differs depending on Pygments version. +Fixes #453 + +https://github.com/waylan/Python-Markdown/issues/453 + +--- + test-requirements.txt | 3 ++- + tests/test_extensions.py | 47 ++++++++++++----------------------------------- + 2 files changed, 14 insertions(+), 36 deletions(-) + +diff --git tests/test_extensions.py b/tests/test_extensions.py +index 38f0be3..72ce212 100644 +--- tests/test_extensions.py ++++ tests/test_extensions.py +@@ -134,12 +134,7 @@ def testLinenumsFalse(self): + md = markdown.Markdown( + extensions=[markdown.extensions.codehilite.CodeHiliteExtension(linenums=False)]) + if self.has_pygments: +- self.assertEqual( +- md.convert(text), +- '
    ' +- '
    # A Code Comment\n'
    +-                '
    ' +- ) ++ self.assertTrue(md.convert(text).startswith('
    '
    +-                '
    # A Code Comment\n'
    +-                '
    ' +- ) ++ self.assertTrue(md.convert(text).startswith('
    '
    +-                    '#line 1\n'
    +-                    '#line 2\n'
    +-                    '#line 3\n'
    +-                    '
    ' ++ self.assertTrue( ++ md.convert(text).startswith( ++ '
    '
    +-                'line 1\n'
    +-                'line 2\n'
    +-                'line 3\n'
    +-                '
    ' ++ self.assertTrue( ++ md.convert(text).startswith('
    '
    +-                    '#line 1\n'
    +-                    '#line 2\n'
    +-                    '#line 3\n'
    +-                    '
    ' ++ self.assertTrue( ++ md.convert(text).startswith('
    
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74134AADEF5;
     Sat, 20 Feb 2016 12:40:54 +0000 (UTC)
     (envelope-from amdmi3@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 3517D7E7;
     Sat, 20 Feb 2016 12:40:54 +0000 (UTC)
     (envelope-from amdmi3@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KCer7s008642;
     Sat, 20 Feb 2016 12:40:53 GMT (envelope-from amdmi3@FreeBSD.org)
    Received: (from amdmi3@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KCerCl008640;
     Sat, 20 Feb 2016 12:40:53 GMT (envelope-from amdmi3@FreeBSD.org)
    Message-Id: <201602201240.u1KCerCl008640@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
     amdmi3@FreeBSD.org using -f
    From: Dmitry Marakasov 
    Date: Sat, 20 Feb 2016 12:40:53 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409235 - in head/sysutils/procenv: . files
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Sat, 20 Feb 2016 12:40:54 -0000
    
    Author: amdmi3
    Date: Sat Feb 20 12:40:52 2016
    New Revision: 409235
    URL: https://svnweb.freebsd.org/changeset/ports/409235
    
    Log:
      - Fix build on recent HEAD
      - Switch to new test framework
      - Install documentation
    
    Added:
      head/sysutils/procenv/files/
      head/sysutils/procenv/files/patch-src_procenv.c   (contents, props changed)
    Modified:
      head/sysutils/procenv/Makefile
    
    Modified: head/sysutils/procenv/Makefile
    ==============================================================================
    --- head/sysutils/procenv/Makefile	Sat Feb 20 12:17:50 2016	(r409234)
    +++ head/sysutils/procenv/Makefile	Sat Feb 20 12:40:52 2016	(r409235)
    @@ -3,6 +3,7 @@
     
     PORTNAME=	procenv
     PORTVERSION=	0.36
    +PORTREVISION=	1
     CATEGORIES=	sysutils
     MASTER_SITES=	https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
     		http://people.canonical.com/~jhunt/debian/procenv/${PORTVERSION}/ \
    @@ -19,18 +20,18 @@ BUILD_DEPENDS=	xmlwf:${PORTSDIR}/textpro
     USES=		autoreconf gmake perl5
     GNU_CONFIGURE=	yes
     USE_PERL5=	build
    +TEST_TARGET=	check
     
    +PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
     PLIST_FILES=	bin/procenv \
     		man/man1/procenv.1.gz
     
    -# Test to ensure procenv will actually run.
    -#
    -# This has the attractive side-effect of displaying the environment
    -# of the build system which may be of interest to those fixing FTBFS
    -# packages that build correctly locally.
    -regression-test: build
    -	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
    +OPTIONS_DEFINE=	DOCS
     
    -test: regression-test
    +post-install-DOCS-on:
    +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
    +.for f in ${PORTDOCS}
    +	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
    +.endfor
     
     .include 
    
    Added: head/sysutils/procenv/files/patch-src_procenv.c
    ==============================================================================
    --- /dev/null	00:00:00 1970	(empty, because file is newly added)
    +++ head/sysutils/procenv/files/patch-src_procenv.c	Sat Feb 20 12:40:52 2016	(r409235)
    @@ -0,0 +1,30 @@
    +--- src/procenv.c.orig	2014-08-16 19:06:54 UTC
    ++++ src/procenv.c
    +@@ -5361,8 +5361,13 @@ show_capabilities_bsd (int fd)
    + 	show_capsicum_cap (rights, CAP_KQUEUE);
    + 	show_capsicum_cap (rights, CAP_KQUEUE_CHANGE);
    + 	show_capsicum_cap (rights, CAP_KQUEUE_EVENT);
    ++#if __FreeBSD__ > 10
    ++	show_capsicum_cap (rights, CAP_LINKAT_TARGET);
    ++	show_capsicum_cap (rights, CAP_LINKAT_SOURCE);
    ++#else
    + 	show_capsicum_cap (rights, CAP_LINKAT);
    + #endif
    ++#endif
    + 	show_capsicum_cap (rights, CAP_LISTEN);
    + 	show_capsicum_cap (rights, CAP_LOOKUP);
    + 	show_capsicum_cap (rights, CAP_MAC_GET);
    +@@ -5392,8 +5397,13 @@ show_capabilities_bsd (int fd)
    + 	show_capsicum_cap (rights, CAP_READ);
    + #if __FreeBSD__ > 9
    + 	show_capsicum_cap (rights, CAP_RECV);
    ++#if __FreeBSD__ > 10
    ++	show_capsicum_cap (rights, CAP_RENAMEAT_TARGET);
    ++	show_capsicum_cap (rights, CAP_RENAMEAT_SOURCE);
    ++#else
    + 	show_capsicum_cap (rights, CAP_RENAMEAT);
    + #endif
    ++#endif
    + 	show_capsicum_cap (rights, CAP_SEEK);
    + #if __FreeBSD__ > 9
    + 	show_capsicum_cap (rights, CAP_SEEK_TELL);
    
    From owner-svn-ports-head@freebsd.org  Sat Feb 20 13:06:51 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AE46AAEA35;
     Sat, 20 Feb 2016 13:06: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 C83081354;
     Sat, 20 Feb 2016 13:06: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 u1KD6nnc017124;
     Sat, 20 Feb 2016 13:06:49 GMT (envelope-from amdmi3@FreeBSD.org)
    Received: (from amdmi3@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KD6n1j017123;
     Sat, 20 Feb 2016 13:06:49 GMT (envelope-from amdmi3@FreeBSD.org)
    Message-Id: <201602201306.u1KD6n1j017123@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
     amdmi3@FreeBSD.org using -f
    From: Dmitry Marakasov 
    Date: Sat, 20 Feb 2016 13:06:49 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409236 - head/math/eukleides
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Sat, 20 Feb 2016 13:06:51 -0000
    
    Author: amdmi3
    Date: Sat Feb 20 13:06:49 2016
    New Revision: 409236
    URL: https://svnweb.freebsd.org/changeset/ports/409236
    
    Log:
      - Fix LICENSE
      - Switch to options helpers
      - Do not stage unneeded files properly to fix stage-qa:
      
          Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'bin/euktoeps.orig.bak'
      
      Approved by:	portmgr blanket
    
    Modified:
      head/math/eukleides/Makefile
    
    Modified: head/math/eukleides/Makefile
    ==============================================================================
    --- head/math/eukleides/Makefile	Sat Feb 20 12:40:52 2016	(r409235)
    +++ head/math/eukleides/Makefile	Sat Feb 20 13:06:49 2016	(r409236)
    @@ -10,7 +10,7 @@ MASTER_SITES=	http://www.eukleides.org/f
     MAINTAINER=	ashish@FreeBSD.org
     COMMENT=	Euclidean geometry drawing language
     
    -LICENSE=	GPLv3
    +LICENSE=	GPLv3+
     LICENSE_FILE=	${WRKSRC}/COPYING
     
     LIB_DEPENDS=	libreadline.so:${PORTSDIR}/devel/readline
    @@ -21,19 +21,15 @@ USE_TEX=	latex
     USES=		bison gettext iconv gmake tar:bzip2
     INSTALL_TARGET=	install PREFIX=${STAGEDIR}${PREFIX}
     
    -OPTIONS_DEFINE=	DOCS EXAMPLES
    -
    -.include 
    -
    -.if ${PORT_OPTIONS:MDOCS}
    -USES+=		makeinfo
    -USE_TEX+=	pdftex:build
    -INFO=		eukleides
    -.endif
    -
     PORTDOCS=	de.pdf fr.pdf
     PORTEXAMPLES=	greenwich.euk sundial.euk vonkoch.euk
     
    +OPTIONS_DEFINE=	DOCS EXAMPLES
    +
    +DOCS_USES=	makeinfo
    +DOCS_USE=	TEX=pdftex:build
    +DOCS_INFO=	eukleides
    +
     post-patch:
     	@${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
     		's|#!/bin/bash|#!/bin/sh|g'
    @@ -46,21 +42,18 @@ post-patch:
     		 -e "s|%%DOCSDIR%%|\$${PREFIX}/${DOCSDIR_REL}|g"
     	@${GREP} -lFR "gcc" ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \
     		-e "s|gcc|${CC}|g"
    -.if ! ${PORT_OPTIONS:MDOCS}
    +
    +post-patch-DOCS-off:
     	@${REINPLACE_CMD} -e '/^install:/ s/install_doc//g' \
     		 -e '/^all:/ s/doc//g' ${WRKSRC}/Makefile
    -.endif
     
    -.if ! ${PORT_OPTIONS:MEXAMPLES}
    +post-patch-EXAMPLES-off:
     	@${REINPLACE_CMD} -e 's/install_exm$$//g' ${WRKSRC}/Makefile
    -.endif
     
    -pre-install:
    -	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
    +pre-install-EXAMPLES-on:
    +	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
     
     post-install:
    -	for i in euktoeps euktopdf euktotex; do \
    -		${RM} ${STAGEDIR}${PREFIX}/bin/$${i}.bak; \
    -	done
    +	@${RM} -f ${STAGEDIR}${PREFIX}/bin/*.bak*
     
     .include 
    
    From owner-svn-ports-head@freebsd.org  Sat Feb 20 13:34:13 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8BE9AAF550;
     Sat, 20 Feb 2016 13:34:13 +0000 (UTC)
     (envelope-from dinoex@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 981531F3F;
     Sat, 20 Feb 2016 13:34:13 +0000 (UTC)
     (envelope-from dinoex@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KDYC39025974;
     Sat, 20 Feb 2016 13:34:12 GMT (envelope-from dinoex@FreeBSD.org)
    Received: (from dinoex@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KDYBxs025963;
     Sat, 20 Feb 2016 13:34:11 GMT (envelope-from dinoex@FreeBSD.org)
    Message-Id: <201602201334.u1KDYBxs025963@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: dinoex set sender to
     dinoex@FreeBSD.org using -f
    From: Dirk Meyer 
    Date: Sat, 20 Feb 2016 13:34:11 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409237 - in head/graphics/jasper: . files
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Sat, 20 Feb 2016 13:34:14 -0000
    
    Author: dinoex
    Date: Sat Feb 20 13:34:11 2016
    New Revision: 409237
    URL: https://svnweb.freebsd.org/changeset/ports/409237
    
    Log:
      - make option UUID default
      
      - fix double-free in in jas_iccattrval_destroy()
      Obtained from:	RedHat
      Security: CVE-2014-8137
      Security: https://bugzilla.redhat.com/show_bug.cgi?id=1173157
      
      - fix heap overflow in jp2_decode()
      Obtained from:	RedHat
      Security: CVE-2014-8138
      Security: https://bugzilla.redhat.com/show_bug.cgi?id=1173162
      
      - dec->numtiles off-by-one check in jpc_dec_process_sot()
      Obtained from:	RedHat, Fedora
      Security: CVE-2014-8157
      Security: https://bugzilla.redhat.com/show_bug.cgi?id=1179282
      
      - multiple stack-based buffer overflows
      Obtained from:	RedHat, Fedora
      Security: CVE-2014-8158
      Security: https://bugzilla.redhat.com/show_bug.cgi?id=1179282
      
      - fix Heap overflows in libjasper
      Obtained from:	RedHat
      Security: CVE-2014-9029
      Security: https://bugzilla.redhat.com/show_bug.cgi?id=1167537
      
      - fix Use-after-free (and double-free)
      Security: CVE-2015-5221
      Security: http://www.openwall.com/lists/oss-security/2015/08/20/4
      PR:		203504
      
      - patch (rows_ NULL check)
      Obtained from:	RedHat
      Security: CVE-2016-2089
      Security: https://bugzilla.redhat.com/show_bug.cgi?id=1302636
    
    Modified:
      head/graphics/jasper/Makefile
      head/graphics/jasper/files/patch-jas_icc.c
      head/graphics/jasper/files/patch-jas_image.c
      head/graphics/jasper/files/patch-jas_seq.c
      head/graphics/jasper/files/patch-jas_types.h
      head/graphics/jasper/files/patch-jp2_cod.c
      head/graphics/jasper/files/patch-jp2_dec.c
      head/graphics/jasper/files/patch-jp2_enc.c
      head/graphics/jasper/files/patch-jpc_dec.c
      head/graphics/jasper/files/patch-jpc_qmfb.c
      head/graphics/jasper/files/patch-mif_cod.c
    
    Modified: head/graphics/jasper/Makefile
    ==============================================================================
    --- head/graphics/jasper/Makefile	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/Makefile	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -3,7 +3,7 @@
     
     PORTNAME=	jasper
     PORTVERSION=	1.900.1
    -PORTREVISION=	15
    +PORTREVISION=	16
     CATEGORIES=	graphics
     MASTER_SITES=	http://www.ece.uvic.ca/~mdadams/jasper/software/ \
     		ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/
    @@ -21,6 +21,7 @@ CONFIGURE_ARGS=	--enable-shared --enable
     USE_LDCONFIG=	yes
     
     OPTIONS_DEFINE=	OPENGL UUID DOCS
    +OPTIONS_DEFAULT=UUID
     UUID_DESC=	UUID support (required by GDAL)
     
     .include 
    
    Modified: head/graphics/jasper/files/patch-jas_icc.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-jas_icc.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jas_icc.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,5 +1,5 @@
     --- src/libjasper/base/jas_icc.c.orig	2007-01-19 22:43:05.000000000 +0100
    -+++ src/libjasper/base/jas_icc.c	2013-04-17 22:32:23.000000000 +0200
    ++++ src/libjasper/base/jas_icc.c	2016-02-20 13:49:45.521860000 +0100
     @@ -373,7 +373,7 @@
      	jas_icctagtab_t *tagtab;
      
    @@ -37,7 +37,15 @@
      		goto error;
      	for (i = 0; i < curv->numents; ++i) {
      		if (jas_iccgetuint16(in, &curv->ents[i]))
    -@@ -1100,7 +1099,7 @@
    +@@ -1011,7 +1010,6 @@
    + 	return 0;
    + 
    + error:
    +-	jas_icccurv_destroy(attrval);
    + 	return -1;
    + }
    + 
    +@@ -1100,7 +1098,7 @@
      	if (jas_iccgetuint32(in, &txtdesc->uclangcode) ||
      	  jas_iccgetuint32(in, &txtdesc->uclen))
      		goto error;
    @@ -46,7 +54,24 @@
      		goto error;
      	if (jas_stream_read(in, txtdesc->ucdata, txtdesc->uclen * 2) !=
      	  JAS_CAST(int, txtdesc->uclen * 2))
    -@@ -1292,17 +1291,17 @@
    +@@ -1129,7 +1127,6 @@
    + #endif
    + 	return 0;
    + error:
    +-	jas_icctxtdesc_destroy(attrval);
    + 	return -1;
    + }
    + 
    +@@ -1208,8 +1205,6 @@
    + 		goto error;
    + 	return 0;
    + error:
    +-	if (txt->string)
    +-		jas_free(txt->string);
    + 	return -1;
    + }
    + 
    +@@ -1292,17 +1287,17 @@
      	  jas_iccgetuint16(in, &lut8->numouttabents))
      		goto error;
      	clutsize = jas_iccpowi(lut8->clutlen, lut8->numinchans) * lut8->numoutchans;
    @@ -71,7 +96,15 @@
      	  sizeof(jas_iccuint8_t *))))
      		goto error;
      	for (i = 0; i < lut8->numoutchans; ++i)
    -@@ -1461,17 +1460,17 @@
    +@@ -1330,7 +1325,6 @@
    + 		goto error;
    + 	return 0;
    + error:
    +-	jas_icclut8_destroy(attrval);
    + 	return -1;
    + }
    + 
    +@@ -1461,17 +1455,17 @@
      	  jas_iccgetuint16(in, &lut16->numouttabents))
      		goto error;
      	clutsize = jas_iccpowi(lut16->clutlen, lut16->numinchans) * lut16->numoutchans;
    @@ -96,3 +129,11 @@
      	  sizeof(jas_iccuint16_t *))))
      		goto error;
      	for (i = 0; i < lut16->numoutchans; ++i)
    +@@ -1499,7 +1493,6 @@
    + 		goto error;
    + 	return 0;
    + error:
    +-	jas_icclut16_destroy(attrval);
    + 	return -1;
    + }
    + 
    
    Modified: head/graphics/jasper/files/patch-jas_image.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-jas_image.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jas_image.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,5 +1,5 @@
     --- src/libjasper/base/jas_image.c.orig	2007-01-19 22:43:05.000000000 +0100
    -+++ src/libjasper/base/jas_image.c	2013-04-17 22:32:23.000000000 +0200
    ++++ src/libjasper/base/jas_image.c	2016-02-20 13:59:00.999124000 +0100
     @@ -142,7 +142,7 @@
      	image->inmem_ = true;
      
    @@ -9,7 +9,29 @@
      	  sizeof(jas_image_cmpt_t *)))) {
      		jas_image_destroy(image);
      		return 0;
    -@@ -774,8 +774,7 @@
    +@@ -426,6 +426,10 @@
    + 		return -1;
    + 	}
    + 
    ++	if (!data->rows_) {
    ++		return -1;
    ++	}
    ++
    + 	if (jas_matrix_numrows(data) != height || jas_matrix_numcols(data) != width) {
    + 		if (jas_matrix_resize(data, height, width)) {
    + 			return -1;
    +@@ -479,6 +483,10 @@
    + 		return -1;
    + 	}
    + 
    ++	if (!data->rows_) {
    ++		return -1;
    ++	}
    ++
    + 	if (jas_matrix_numrows(data) != height || jas_matrix_numcols(data) != width) {
    + 		return -1;
    + 	}
    +@@ -774,8 +782,7 @@
      	jas_image_cmpt_t **newcmpts;
      	int cmptno;
      
    
    Modified: head/graphics/jasper/files/patch-jas_seq.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-jas_seq.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jas_seq.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,5 +1,5 @@
     --- src/libjasper/base/jas_seq.c.orig	2007-01-19 22:43:05.000000000 +0100
    -+++ src/libjasper/base/jas_seq.c	2013-04-17 22:32:23.000000000 +0200
    ++++ src/libjasper/base/jas_seq.c	2016-02-20 13:59:01.014091000 +0100
     @@ -114,7 +114,7 @@
      	matrix->datasize_ = numrows * numcols;
      
    @@ -27,3 +27,58 @@
      	for (i = 0; i < mat0->numrows_; ++i) {
      		mat0->rows_[i] = mat1->rows_[r0 + i] + c0;
      	}
    +@@ -262,6 +262,10 @@
    + 	int rowstep;
    + 	jas_seqent_t *data;
    + 
    ++	if (!matrix->rows_) {
    ++		return;
    ++	}
    ++
    + 	rowstep = jas_matrix_rowstep(matrix);
    + 	for (i = matrix->numrows_, rowstart = matrix->rows_[0]; i > 0; --i,
    + 	  rowstart += rowstep) {
    +@@ -282,6 +286,10 @@
    + 	jas_seqent_t *data;
    + 	int rowstep;
    + 
    ++	if (!matrix->rows_) {
    ++		return;
    ++	}
    ++
    + 	rowstep = jas_matrix_rowstep(matrix);
    + 	for (i = matrix->numrows_, rowstart = matrix->rows_[0]; i > 0; --i,
    + 	  rowstart += rowstep) {
    +@@ -306,6 +314,10 @@
    + 	int rowstep;
    + 	jas_seqent_t *data;
    + 
    ++	if (!matrix->rows_) {
    ++		return;
    ++	}
    ++
    + 	assert(n >= 0);
    + 	rowstep = jas_matrix_rowstep(matrix);
    + 	for (i = matrix->numrows_, rowstart = matrix->rows_[0]; i > 0; --i,
    +@@ -325,6 +337,10 @@
    + 	int rowstep;
    + 	jas_seqent_t *data;
    + 
    ++	if (!matrix->rows_) {
    ++		return;
    ++	}
    ++
    + 	rowstep = jas_matrix_rowstep(matrix);
    + 	for (i = matrix->numrows_, rowstart = matrix->rows_[0]; i > 0; --i,
    + 	  rowstart += rowstep) {
    +@@ -367,6 +383,10 @@
    + 	int rowstep;
    + 	jas_seqent_t *data;
    + 
    ++	if (!matrix->rows_) {
    ++		return;
    ++	}
    ++
    + 	rowstep = jas_matrix_rowstep(matrix);
    + 	for (i = matrix->numrows_, rowstart = matrix->rows_[0]; i > 0; --i,
    + 	  rowstart += rowstep) {
    
    Modified: head/graphics/jasper/files/patch-jas_types.h
    ==============================================================================
    --- head/graphics/jasper/files/patch-jas_types.h	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jas_types.h	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,6 +1,6 @@
    ---- src/libjasper/include/jasper/jas_types.h	Sat Oct  4 12:57:58 2003
    -+++ src/libjasper/include/jasper/jas_types.h	Wed Dec 17 10:29:46 2003
    -@@ -223,13 +223,13 @@
    +--- src/libjasper/include/jasper/jas_types.h.orig	2007-01-19 22:43:04.000000000 +0100
    ++++ src/libjasper/include/jasper/jas_types.h	2016-02-20 13:49:45.555375000 +0100
    +@@ -179,13 +179,13 @@
      #endif
      /**********/
      #if !defined(INT_FAST64_MIN)
    
    Modified: head/graphics/jasper/files/patch-jp2_cod.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-jp2_cod.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jp2_cod.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,6 +1,6 @@
    ---- src/libjasper/jp2/jp2_cod.c.orig	2013-04-17 22:32:23.000000000 +0200
    -+++ src/libjasper/jp2/jp2_cod.c	2013-04-17 22:32:23.000000000 +0200
    -@@ -255,7 +255,7 @@
    +--- src/libjasper/jp2/jp2_cod.c.orig	2007-01-19 22:43:05.000000000 +0100
    ++++ src/libjasper/jp2/jp2_cod.c	2016-02-20 13:49:45.560559000 +0100
    +@@ -247,7 +247,7 @@
      	box = 0;
      	tmpstream = 0;
      
    @@ -9,7 +9,7 @@
      		goto error;
      	}
      	box->ops = &jp2_boxinfo_unk.ops;
    -@@ -380,7 +380,7 @@
    +@@ -372,7 +372,7 @@
      	jp2_bpcc_t *bpcc = &box->data.bpcc;
      	unsigned int i;
      	bpcc->numcmpts = box->datalen;
    @@ -18,7 +18,7 @@
      		return -1;
      	}
      	for (i = 0; i < bpcc->numcmpts; ++i) {
    -@@ -424,7 +424,7 @@
    +@@ -416,7 +416,7 @@
      		break;
      	case JP2_COLR_ICC:
      		colr->iccplen = box->datalen - 3;
    @@ -27,7 +27,7 @@
      			return -1;
      		}
      		if (jas_stream_read(in, colr->iccp, colr->iccplen) != colr->iccplen) {
    -@@ -461,7 +461,7 @@
    +@@ -453,7 +453,7 @@
      	if (jp2_getuint16(in, &cdef->numchans)) {
      		return -1;
      	}
    @@ -36,7 +36,7 @@
      		return -1;
      	}
      	for (channo = 0; channo < cdef->numchans; ++channo) {
    -@@ -774,7 +774,7 @@
    +@@ -766,7 +766,7 @@
      	unsigned int i;
      
      	cmap->numchans = (box->datalen) / 4;
    @@ -45,7 +45,7 @@
      		return -1;
      	}
      	for (i = 0; i < cmap->numchans; ++i) {
    -@@ -836,10 +836,10 @@
    +@@ -828,10 +828,10 @@
      		return -1;
      	}
      	lutsize = pclr->numlutents * pclr->numchans;
    
    Modified: head/graphics/jasper/files/patch-jp2_dec.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-jp2_dec.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jp2_dec.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,6 +1,18 @@
     --- src/libjasper/jp2/jp2_dec.c.orig	2007-01-19 22:43:05.000000000 +0100
    -+++ src/libjasper/jp2/jp2_dec.c	2013-04-17 22:32:23.000000000 +0200
    -@@ -336,7 +336,7 @@
    ++++ src/libjasper/jp2/jp2_dec.c	2016-02-20 13:49:45.565514000 +0100
    +@@ -291,7 +291,10 @@
    + 	case JP2_COLR_ICC:
    + 		iccprof = jas_iccprof_createfrombuf(dec->colr->data.colr.iccp,
    + 		  dec->colr->data.colr.iccplen);
    +-		assert(iccprof);
    ++		if (!iccprof) {
    ++			jas_eprintf("error: failed to parse ICC profile\n");
    ++			goto error;
    ++		}
    + 		jas_iccprof_gethdr(iccprof, &icchdr);
    + 		jas_eprintf("ICC Profile CS %08x\n", icchdr.colorspc);
    + 		jas_image_setclrspc(dec->image, fromiccpcs(icchdr.colorspc));
    +@@ -336,7 +339,7 @@
      	}
      
      	/* Allocate space for the channel-number to component-number LUT. */
    @@ -9,7 +21,7 @@
      		jas_eprintf("error: no memory\n");
      		goto error;
      	}
    -@@ -354,7 +354,7 @@
    +@@ -354,7 +357,7 @@
      			if (cmapent->map == JP2_CMAP_DIRECT) {
      				dec->chantocmptlut[channo] = channo;
      			} else if (cmapent->map == JP2_CMAP_PALETTE) {
    @@ -18,3 +30,15 @@
      				for (i = 0; i < pclrd->numlutents; ++i) {
      					lutents[i] = pclrd->lutdata[cmapent->pcol + i * pclrd->numchans];
      				}
    +@@ -386,6 +389,11 @@
    + 	/* Determine the type of each component. */
    + 	if (dec->cdef) {
    + 		for (i = 0; i < dec->numchans; ++i) {
    ++			/* Is the channel number reasonable? */
    ++			if (dec->cdef->data.cdef.ents[i].channo >= dec->numchans) {
    ++				jas_eprintf("error: invalid channel number in CDEF box\n");
    ++				goto error;
    ++			}
    + 			jas_image_setcmpttype(dec->image,
    + 			  dec->chantocmptlut[dec->cdef->data.cdef.ents[i].channo],
    + 			  jp2_getct(jas_image_clrspc(dec->image),
    
    Modified: head/graphics/jasper/files/patch-jp2_enc.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-jp2_enc.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jp2_enc.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,6 +1,6 @@
    ---- src/libjasper/jp2/jp2_enc.c.orig	2013-04-17 22:32:23.000000000 +0200
    -+++ src/libjasper/jp2/jp2_enc.c	2013-04-17 22:32:23.000000000 +0200
    -@@ -194,7 +194,7 @@
    +--- src/libjasper/jp2/jp2_enc.c.orig	2007-01-19 22:43:05.000000000 +0100
    ++++ src/libjasper/jp2/jp2_enc.c	2016-02-20 13:49:45.569962000 +0100
    +@@ -191,7 +191,7 @@
      		}
      		bpcc = &box->data.bpcc;
      		bpcc->numcmpts = jas_image_numcmpts(image);
    @@ -9,7 +9,7 @@
      		  sizeof(uint_fast8_t)))) {
      			goto error;
      		}
    -@@ -288,7 +288,7 @@
    +@@ -285,7 +285,7 @@
      		}
      		cdef = &box->data.cdef;
      		cdef->numchans = jas_image_numcmpts(image);
    
    Modified: head/graphics/jasper/files/patch-jpc_dec.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-jpc_dec.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jpc_dec.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,5 +1,5 @@
     --- src/libjasper/jpc/jpc_dec.c.orig	2007-01-19 22:43:07.000000000 +0100
    -+++ src/libjasper/jpc/jpc_dec.c	2013-04-17 22:29:42.000000000 +0200
    ++++ src/libjasper/jpc/jpc_dec.c	2016-02-20 13:49:45.581508000 +0100
     @@ -449,7 +449,7 @@
      
      	if (dec->state == JPC_MH) {
    @@ -9,6 +9,15 @@
      		assert(compinfos);
      		for (cmptno = 0, cmpt = dec->cmpts, compinfo = compinfos;
      		  cmptno < dec->numcomps; ++cmptno, ++cmpt, ++compinfo) {
    +@@ -489,7 +489,7 @@
    + 		dec->curtileendoff = 0;
    + 	}
    + 
    +-	if (JAS_CAST(int, sot->tileno) > dec->numtiles) {
    ++	if (JAS_CAST(int, sot->tileno) >= dec->numtiles) {
    + 		jas_eprintf("invalid tile number in SOT marker segment\n");
    + 		return -1;
    + 	}
     @@ -692,7 +692,7 @@
      			tile->realmode = 1;
      		}
    @@ -87,6 +96,33 @@
      		  sizeof(jpc_dec_tcomp_t)))) {
      			return -1;
      		}
    +@@ -1280,7 +1280,7 @@
    + 	jpc_coc_t *coc = &ms->parms.coc;
    + 	jpc_dec_tile_t *tile;
    + 
    +-	if (JAS_CAST(int, coc->compno) > dec->numcomps) {
    ++	if (JAS_CAST(int, coc->compno) >= dec->numcomps) {
    + 		jas_eprintf("invalid component number in COC marker segment\n");
    + 		return -1;
    + 	}
    +@@ -1306,7 +1306,7 @@
    + 	jpc_rgn_t *rgn = &ms->parms.rgn;
    + 	jpc_dec_tile_t *tile;
    + 
    +-	if (JAS_CAST(int, rgn->compno) > dec->numcomps) {
    ++	if (JAS_CAST(int, rgn->compno) >= dec->numcomps) {
    + 		jas_eprintf("invalid component number in RGN marker segment\n");
    + 		return -1;
    + 	}
    +@@ -1355,7 +1355,7 @@
    + 	jpc_qcc_t *qcc = &ms->parms.qcc;
    + 	jpc_dec_tile_t *tile;
    + 
    +-	if (JAS_CAST(int, qcc->compno) > dec->numcomps) {
    ++	if (JAS_CAST(int, qcc->compno) >= dec->numcomps) {
    + 		jas_eprintf("invalid component number in QCC marker segment\n");
    + 		return -1;
    + 	}
     @@ -1489,7 +1489,7 @@
      	cp->numlyrs = 0;
      	cp->mctid = 0;
    
    Modified: head/graphics/jasper/files/patch-jpc_qmfb.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-jpc_qmfb.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-jpc_qmfb.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,16 +1,24 @@
     --- src/libjasper/jpc/jpc_qmfb.c.orig	2007-01-19 22:43:07.000000000 +0100
    -+++ src/libjasper/jpc/jpc_qmfb.c	2015-08-29 08:07:01.000000000 +0200
    -@@ -305,7 +305,7 @@
    ++++ src/libjasper/jpc/jpc_qmfb.c	2016-02-20 13:56:19.711609000 +0100
    +@@ -305,12 +305,8 @@
      void jpc_qmfb_split_row(jpc_fix_t *a, int numcols, int parity)
      {
      
     -	int bufsize = JPC_CEILDIVPOW2(numcols, 1);
    +-#if !defined(HAVE_VLA)
     +	size_t bufsize = JPC_CEILDIVPOW2(numcols, 1);
    - #if !defined(HAVE_VLA)
      	jpc_fix_t splitbuf[QMFB_SPLITBUFSIZE];
    - #else
    -@@ -321,7 +321,7 @@
    - #if !defined(HAVE_VLA)
    +-#else
    +-	jpc_fix_t splitbuf[bufsize];
    +-#endif
    + 	jpc_fix_t *buf = splitbuf;
    + 	register jpc_fix_t *srcptr;
    + 	register jpc_fix_t *dstptr;
    +@@ -318,15 +314,13 @@
    + 	register int m;
    + 	int hstartcol;
    + 
    +-#if !defined(HAVE_VLA)
      	/* Get a buffer. */
      	if (bufsize > QMFB_SPLITBUFSIZE) {
     -		if (!(buf = jas_malloc(bufsize * sizeof(jpc_fix_t)))) {
    @@ -18,17 +26,43 @@
      			/* We have no choice but to commit suicide in this case. */
      			abort();
      		}
    -@@ -373,7 +373,7 @@
    + 	}
    +-#endif
    + 
    + 	if (numcols >= 2) {
    + 		hstartcol = (numcols + 1 - parity) >> 1;
    +@@ -360,12 +354,10 @@
    + 		}
    + 	}
    + 
    +-#if !defined(HAVE_VLA)
    + 	/* If the split buffer was allocated on the heap, free this memory. */
    + 	if (buf != splitbuf) {
    + 		jas_free(buf);
    + 	}
    +-#endif
    + 
    + }
    + 
    +@@ -373,12 +365,8 @@
        int parity)
      {
      
     -	int bufsize = JPC_CEILDIVPOW2(numrows, 1);
    +-#if !defined(HAVE_VLA)
     +	size_t bufsize = JPC_CEILDIVPOW2(numrows, 1);
    - #if !defined(HAVE_VLA)
      	jpc_fix_t splitbuf[QMFB_SPLITBUFSIZE];
    - #else
    -@@ -389,7 +389,7 @@
    - #if !defined(HAVE_VLA)
    +-#else
    +-	jpc_fix_t splitbuf[bufsize];
    +-#endif
    + 	jpc_fix_t *buf = splitbuf;
    + 	register jpc_fix_t *srcptr;
    + 	register jpc_fix_t *dstptr;
    +@@ -386,15 +374,13 @@
    + 	register int m;
    + 	int hstartcol;
    + 
    +-#if !defined(HAVE_VLA)
      	/* Get a buffer. */
      	if (bufsize > QMFB_SPLITBUFSIZE) {
     -		if (!(buf = jas_malloc(bufsize * sizeof(jpc_fix_t)))) {
    @@ -36,17 +70,43 @@
      			/* We have no choice but to commit suicide in this case. */
      			abort();
      		}
    -@@ -441,7 +441,7 @@
    + 	}
    +-#endif
    + 
    + 	if (numrows >= 2) {
    + 		hstartcol = (numrows + 1 - parity) >> 1;
    +@@ -428,12 +414,10 @@
    + 		}
    + 	}
    + 
    +-#if !defined(HAVE_VLA)
    + 	/* If the split buffer was allocated on the heap, free this memory. */
    + 	if (buf != splitbuf) {
    + 		jas_free(buf);
    + 	}
    +-#endif
    + 
    + }
    + 
    +@@ -441,12 +425,8 @@
        int parity)
      {
      
     -	int bufsize = JPC_CEILDIVPOW2(numrows, 1);
    +-#if !defined(HAVE_VLA)
     +	size_t bufsize = JPC_CEILDIVPOW2(numrows, 1);
    - #if !defined(HAVE_VLA)
      	jpc_fix_t splitbuf[QMFB_SPLITBUFSIZE * JPC_QMFB_COLGRPSIZE];
    - #else
    -@@ -460,7 +460,7 @@
    - #if !defined(HAVE_VLA)
    +-#else
    +-	jpc_fix_t splitbuf[bufsize * JPC_QMFB_COLGRPSIZE];
    +-#endif
    + 	jpc_fix_t *buf = splitbuf;
    + 	jpc_fix_t *srcptr;
    + 	jpc_fix_t *dstptr;
    +@@ -457,15 +437,13 @@
    + 	int m;
    + 	int hstartcol;
    + 
    +-#if !defined(HAVE_VLA)
      	/* Get a buffer. */
      	if (bufsize > QMFB_SPLITBUFSIZE) {
     -		if (!(buf = jas_malloc(bufsize * sizeof(jpc_fix_t)))) {
    @@ -54,17 +114,43 @@
      			/* We have no choice but to commit suicide in this case. */
      			abort();
      		}
    -@@ -530,7 +530,7 @@
    + 	}
    +-#endif
    + 
    + 	if (numrows >= 2) {
    + 		hstartcol = (numrows + 1 - parity) >> 1;
    +@@ -517,12 +495,10 @@
    + 		}
    + 	}
    + 
    +-#if !defined(HAVE_VLA)
    + 	/* If the split buffer was allocated on the heap, free this memory. */
    + 	if (buf != splitbuf) {
    + 		jas_free(buf);
    + 	}
    +-#endif
    + 
    + }
    + 
    +@@ -530,12 +506,8 @@
        int stride, int parity)
      {
      
     -	int bufsize = JPC_CEILDIVPOW2(numrows, 1);
    +-#if !defined(HAVE_VLA)
     +	size_t bufsize = JPC_CEILDIVPOW2(numrows, 1);
    - #if !defined(HAVE_VLA)
      	jpc_fix_t splitbuf[QMFB_SPLITBUFSIZE * JPC_QMFB_COLGRPSIZE];
    - #else
    -@@ -549,7 +549,7 @@
    - #if !defined(HAVE_VLA)
    +-#else
    +-	jpc_fix_t splitbuf[bufsize * numcols];
    +-#endif
    + 	jpc_fix_t *buf = splitbuf;
    + 	jpc_fix_t *srcptr;
    + 	jpc_fix_t *dstptr;
    +@@ -546,15 +518,13 @@
    + 	int m;
    + 	int hstartcol;
    + 
    +-#if !defined(HAVE_VLA)
      	/* Get a buffer. */
      	if (bufsize > QMFB_SPLITBUFSIZE) {
     -		if (!(buf = jas_malloc(bufsize * sizeof(jpc_fix_t)))) {
    @@ -72,17 +158,41 @@
      			/* We have no choice but to commit suicide in this case. */
      			abort();
      		}
    -@@ -618,7 +618,7 @@
    + 	}
    +-#endif
    + 
    + 	if (numrows >= 2) {
    + 		hstartcol = (numrows + 1 - parity) >> 1;
    +@@ -606,39 +576,31 @@
    + 		}
    + 	}
    + 
    +-#if !defined(HAVE_VLA)
    + 	/* If the split buffer was allocated on the heap, free this memory. */
    + 	if (buf != splitbuf) {
    + 		jas_free(buf);
    + 	}
    +-#endif
    + 
    + }
    + 
      void jpc_qmfb_join_row(jpc_fix_t *a, int numcols, int parity)
      {
      
     -	int bufsize = JPC_CEILDIVPOW2(numcols, 1);
    +-#if !defined(HAVE_VLA)
     +	size_t bufsize = JPC_CEILDIVPOW2(numcols, 1);
    - #if !defined(HAVE_VLA)
      	jpc_fix_t joinbuf[QMFB_JOINBUFSIZE];
    - #else
    -@@ -633,7 +633,7 @@
    - #if !defined(HAVE_VLA)
    +-#else
    +-	jpc_fix_t joinbuf[bufsize];
    +-#endif
    + 	jpc_fix_t *buf = joinbuf;
    + 	register jpc_fix_t *srcptr;
    + 	register jpc_fix_t *dstptr;
    + 	register int n;
    + 	int hstartcol;
    + 
    +-#if !defined(HAVE_VLA)
      	/* Allocate memory for the join buffer from the heap. */
      	if (bufsize > QMFB_JOINBUFSIZE) {
     -		if (!(buf = jas_malloc(bufsize * sizeof(jpc_fix_t)))) {
    @@ -90,17 +200,42 @@
      			/* We have no choice but to commit suicide. */
      			abort();
      		}
    -@@ -683,7 +683,7 @@
    + 	}
    +-#endif
    + 
    + 	hstartcol = (numcols + 1 - parity) >> 1;
    + 
    +@@ -670,12 +632,10 @@
    + 		++srcptr;
    + 	}
    + 
    +-#if !defined(HAVE_VLA)
    + 	/* If the join buffer was allocated on the heap, free this memory. */
    + 	if (buf != joinbuf) {
    + 		jas_free(buf);
    + 	}
    +-#endif
    + 
    + }
    + 
    +@@ -683,27 +643,21 @@
        int parity)
      {
      
     -	int bufsize = JPC_CEILDIVPOW2(numrows, 1);
    +-#if !defined(HAVE_VLA)
     +	size_t bufsize = JPC_CEILDIVPOW2(numrows, 1);
    - #if !defined(HAVE_VLA)
      	jpc_fix_t joinbuf[QMFB_JOINBUFSIZE];
    - #else
    -@@ -698,7 +698,7 @@
    - #if !defined(HAVE_VLA)
    +-#else
    +-	jpc_fix_t joinbuf[bufsize];
    +-#endif
    + 	jpc_fix_t *buf = joinbuf;
    + 	register jpc_fix_t *srcptr;
    + 	register jpc_fix_t *dstptr;
    + 	register int n;
    + 	int hstartcol;
    + 
    +-#if !defined(HAVE_VLA)
      	/* Allocate memory for the join buffer from the heap. */
      	if (bufsize > QMFB_JOINBUFSIZE) {
     -		if (!(buf = jas_malloc(bufsize * sizeof(jpc_fix_t)))) {
    @@ -108,17 +243,43 @@
      			/* We have no choice but to commit suicide. */
      			abort();
      		}
    -@@ -748,7 +748,7 @@
    + 	}
    +-#endif
    + 
    + 	hstartcol = (numrows + 1 - parity) >> 1;
    + 
    +@@ -735,12 +689,10 @@
    + 		++srcptr;
    + 	}
    + 
    +-#if !defined(HAVE_VLA)
    + 	/* If the join buffer was allocated on the heap, free this memory. */
    + 	if (buf != joinbuf) {
    + 		jas_free(buf);
    + 	}
    +-#endif
    + 
    + }
    + 
    +@@ -748,12 +700,8 @@
        int parity)
      {
      
     -	int bufsize = JPC_CEILDIVPOW2(numrows, 1);
    +-#if !defined(HAVE_VLA)
     +	size_t bufsize = JPC_CEILDIVPOW2(numrows, 1);
    - #if !defined(HAVE_VLA)
      	jpc_fix_t joinbuf[QMFB_JOINBUFSIZE * JPC_QMFB_COLGRPSIZE];
    - #else
    -@@ -766,7 +766,7 @@
    - #if !defined(HAVE_VLA)
    +-#else
    +-	jpc_fix_t joinbuf[bufsize * JPC_QMFB_COLGRPSIZE];
    +-#endif
    + 	jpc_fix_t *buf = joinbuf;
    + 	jpc_fix_t *srcptr;
    + 	jpc_fix_t *dstptr;
    +@@ -763,15 +711,13 @@
    + 	register int i;
    + 	int hstartcol;
    + 
    +-#if !defined(HAVE_VLA)
      	/* Allocate memory for the join buffer from the heap. */
      	if (bufsize > QMFB_JOINBUFSIZE) {
     -		if (!(buf = jas_malloc(bufsize * JPC_QMFB_COLGRPSIZE * sizeof(jpc_fix_t)))) {
    @@ -126,21 +287,65 @@
      			/* We have no choice but to commit suicide. */
      			abort();
      		}
    -@@ -834,7 +834,7 @@
    + 	}
    +-#endif
    + 
    + 	hstartcol = (numrows + 1 - parity) >> 1;
    + 
    +@@ -821,12 +767,10 @@
    + 		srcptr += JPC_QMFB_COLGRPSIZE;
    + 	}
    + 
    +-#if !defined(HAVE_VLA)
    + 	/* If the join buffer was allocated on the heap, free this memory. */
    + 	if (buf != joinbuf) {
    + 		jas_free(buf);
    + 	}
    +-#endif
    + 
    + }
    + 
    +@@ -834,12 +778,8 @@
        int stride, int parity)
      {
      
     -	int bufsize = JPC_CEILDIVPOW2(numrows, 1);
    +-#if !defined(HAVE_VLA)
     +	size_t bufsize = JPC_CEILDIVPOW2(numrows, 1);
    - #if !defined(HAVE_VLA)
      	jpc_fix_t joinbuf[QMFB_JOINBUFSIZE * JPC_QMFB_COLGRPSIZE];
    - #else
    -@@ -852,7 +852,7 @@
    - #if !defined(HAVE_VLA)
    +-#else
    +-	jpc_fix_t joinbuf[bufsize * numcols];
    +-#endif
    + 	jpc_fix_t *buf = joinbuf;
    + 	jpc_fix_t *srcptr;
    + 	jpc_fix_t *dstptr;
    +@@ -849,15 +789,13 @@
    + 	register int i;
    + 	int hstartcol;
    + 
    +-#if !defined(HAVE_VLA)
      	/* Allocate memory for the join buffer from the heap. */
      	if (bufsize > QMFB_JOINBUFSIZE) {
     -		if (!(buf = jas_malloc(bufsize * numcols * sizeof(jpc_fix_t)))) {
    -+		if (!(buf = jas_malloc2(bufsize, numcols, sizeof(jpc_fix_t)))) {
    ++		if (!(buf = jas_malloc3(bufsize, numcols, sizeof(jpc_fix_t)))) {
      			/* We have no choice but to commit suicide. */
      			abort();
      		}
    + 	}
    +-#endif
    + 
    + 	hstartcol = (numrows + 1 - parity) >> 1;
    + 
    +@@ -907,12 +845,10 @@
    + 		srcptr += numcols;
    + 	}
    + 
    +-#if !defined(HAVE_VLA)
    + 	/* If the join buffer was allocated on the heap, free this memory. */
    + 	if (buf != joinbuf) {
    + 		jas_free(buf);
    + 	}
    +-#endif
    + 
    + }
    + 
    
    Modified: head/graphics/jasper/files/patch-mif_cod.c
    ==============================================================================
    --- head/graphics/jasper/files/patch-mif_cod.c	Sat Feb 20 13:06:49 2016	(r409236)
    +++ head/graphics/jasper/files/patch-mif_cod.c	Sat Feb 20 13:34:11 2016	(r409237)
    @@ -1,5 +1,5 @@
     --- src/libjasper/mif/mif_cod.c.orig	2007-01-19 22:43:05.000000000 +0100
    -+++ src/libjasper/mif/mif_cod.c	2015-08-29 08:07:01.000000000 +0200
    ++++ src/libjasper/mif/mif_cod.c	2016-02-20 14:19:34.799575000 +0100
     @@ -107,7 +107,7 @@
      static int mif_hdr_addcmpt(mif_hdr_t *hdr, int cmptno, mif_cmpt_t *cmpt);
      static mif_cmpt_t *mif_cmpt_create(void);
    @@ -19,7 +19,16 @@
      	if (!newcmpts) {
      		return -1;
      	}
    -@@ -658,7 +657,7 @@
    +@@ -571,6 +570,8 @@
    + 		}
    + 	}
    + 	jas_tvparser_destroy(tvp);
    ++	/* fix for CVE-2015-5221 */
    ++	tvp = NULL;
    + 	if (!cmpt->sampperx || !cmpt->samppery) {
    + 		goto error;
    + 	}
    +@@ -658,7 +659,7 @@
      * MIF parsing code.
      \******************************************************************************/
      
    
    From owner-svn-ports-head@freebsd.org  Sat Feb 20 13:50:13 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id D25DFAAFAE6;
     Sat, 20 Feb 2016 13:50:13 +0000 (UTC)
     (envelope-from amdmi3@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id A01C799A;
     Sat, 20 Feb 2016 13:50:13 +0000 (UTC)
     (envelope-from amdmi3@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KDoC77029265;
     Sat, 20 Feb 2016 13:50:12 GMT (envelope-from amdmi3@FreeBSD.org)
    Received: (from amdmi3@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KDoCIb029264;
     Sat, 20 Feb 2016 13:50:12 GMT (envelope-from amdmi3@FreeBSD.org)
    Message-Id: <201602201350.u1KDoCIb029264@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to
     amdmi3@FreeBSD.org using -f
    From: Dmitry Marakasov 
    Date: Sat, 20 Feb 2016 13:50:12 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409238 - head/lang/sagittarius-scheme
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Sat, 20 Feb 2016 13:50:13 -0000
    
    Author: amdmi3
    Date: Sat Feb 20 13:50:12 2016
    New Revision: 409238
    URL: https://svnweb.freebsd.org/changeset/ports/409238
    
    Log:
      - Remove unneeded CMAKE_ARGS
      - Switch to options helpers
      - Set MAKE_ENV to fix touching filesystem outdire WRKDIR during build:
      
      ====>> Error: Filesystem touched during build:
      extra: root/.sagittarius
      
      Approved by:	portmgr blanket
    
    Modified:
      head/lang/sagittarius-scheme/Makefile
    
    Modified: head/lang/sagittarius-scheme/Makefile
    ==============================================================================
    --- head/lang/sagittarius-scheme/Makefile	Sat Feb 20 13:34:11 2016	(r409237)
    +++ head/lang/sagittarius-scheme/Makefile	Sat Feb 20 13:50:12 2016	(r409238)
    @@ -25,21 +25,12 @@ MAKE_JOBS_UNSAFE=	yes
     
     OPTIONS_DEFINE=	ODBC
     
    -CMAKE_ARGS+=	-DINSTALL_PREFIX=${PREFIX}
    -
     PLIST_SUB=	PORTNAME=sagittarius PORTVERSION=${PORTVERSION}
     
     ODBC_LIB_DEPENDS=	libiodbc.so:${PORTSDIR}/databases/libiodbc
     ODBC_CMAKE_ON=		-DODBC_INCLUDE_DIR:STRING=${LOCALBASE}/include/libiodbc
     OPTIONS_SUB=		ODBC
     
    -.include 
    -
    -.if !${PORT_OPTIONS:MODBC}
    -post-patch:
    -	@${REINPLACE_CMD} -e '/odbc odbc/d' ${WRKSRC}/ext/CMakeLists.txt
    -.endif
    -
     .include 
     
     .if ${ARCH}=="i386"
    @@ -51,10 +42,13 @@ PLIST_ARCH=	x86_64
     
     PLIST_SUB+=	PLIST_ARCH=${PLIST_ARCH}
     
    +post-patch-ODBC-off:
    +	@${REINPLACE_CMD} -e '/odbc odbc/d' ${WRKSRC}/ext/CMakeLists.txt
    +
     post-install:
     	@${LN} -sf ${PREFIX}/bin/sagittarius ${STAGEDIR}${PREFIX}/bin/sash
     
     post-build:
    -	@${GMAKE} -C ${WRKSRC} doc
    +	@${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKSRC} doc
     
     .include 
    
    From owner-svn-ports-head@freebsd.org  Sat Feb 20 14:02:01 2016
    Return-Path: 
    Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
    Received: from mx1.freebsd.org (mx1.freebsd.org
     [IPv6:2001:1900:2254:206a::19:1])
     by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62DC0AAFEEA;
     Sat, 20 Feb 2016 14:02:01 +0000 (UTC)
     (envelope-from dinoex@FreeBSD.org)
    Received: from repo.freebsd.org (repo.freebsd.org
     [IPv6:2610:1c1:1:6068::e6a:0])
     (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
     (Client did not present a certificate)
     by mx1.freebsd.org (Postfix) with ESMTPS id 345DFDEB;
     Sat, 20 Feb 2016 14:02:01 +0000 (UTC)
     (envelope-from dinoex@FreeBSD.org)
    Received: from repo.freebsd.org ([127.0.1.37])
     by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KE20BK032333;
     Sat, 20 Feb 2016 14:02:00 GMT (envelope-from dinoex@FreeBSD.org)
    Received: (from dinoex@localhost)
     by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KE1xku032327;
     Sat, 20 Feb 2016 14:01:59 GMT (envelope-from dinoex@FreeBSD.org)
    Message-Id: <201602201401.u1KE1xku032327@repo.freebsd.org>
    X-Authentication-Warning: repo.freebsd.org: dinoex set sender to
     dinoex@FreeBSD.org using -f
    From: Dirk Meyer 
    Date: Sat, 20 Feb 2016 14:01:59 +0000 (UTC)
    To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
     svn-ports-head@freebsd.org
    Subject: svn commit: r409239 - head/security/vuxml
    X-SVN-Group: ports-head
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-BeenThere: svn-ports-head@freebsd.org
    X-Mailman-Version: 2.1.20
    Precedence: list
    List-Id: SVN commit messages for the ports tree for head
     
    List-Unsubscribe: , 
     
    List-Archive: 
    List-Post: 
    List-Help: 
    List-Subscribe: ,
     
    X-List-Received-Date: Sat, 20 Feb 2016 14:02:01 -0000
    
    Author: dinoex
    Date: Sat Feb 20 14:01:59 2016
    New Revision: 409239
    URL: https://svnweb.freebsd.org/changeset/ports/409239
    
    Log:
      - add jasper -- multiple vulnerabilities
      - fix version for CVE-2015-5221
    
    Modified:
      head/security/vuxml/vuln.xml
    
    Modified: head/security/vuxml/vuln.xml
    ==============================================================================
    --- head/security/vuxml/vuln.xml	Sat Feb 20 13:50:12 2016	(r409238)
    +++ head/security/vuxml/vuln.xml	Sat Feb 20 14:01:59 2016	(r409239)
    @@ -57,6 +57,70 @@ Notes:
       * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
     -->
     
    +  
    +    jasper -- multiple vulnerabilities
    +    
    +      
    +        jasper
    +        1.900.1_16
    +      
    +    
    +    
    +      
    +        

    oCERT reports:

    +
    +

    The library is affected by a double-free vulnerability in function + jas_iccattrval_destroy() + as well as a heap-based buffer overflow in function jp2_decode(). + A specially crafted jp2 file can be used to trigger the vulnerabilities.

    +
    +

    oCERT reports:

    +
    +

    The library is affected by an off-by-one error in a buffer boundary check + in jpc_dec_process_sot(), leading to a heap based buffer overflow, as well + as multiple unrestricted stack memory use issues in jpc_qmfb.c, leading to + stack overflow. + A specially crafted jp2 file can be used to trigger the vulnerabilities.

    +
    +

    oCERT reports:

    +
    +

    Multiple off-by-one flaws, leading to heap-based buffer overflows, were + found in the way JasPer decoded JPEG 2000 files. A specially crafted file + could cause an application using JasPer to crash or, + possibly, execute arbitrary code.

    +
    +

    limingxing reports:

    +
    +

    A vulnerability was found in the way the JasPer's jas_matrix_clip() + function parses certain JPEG 2000 image files. A specially crafted file + could cause an application using JasPer to crash.

    +
    + +
    + + http://www.ocert.org/advisories/ocert-2014-012.html + https://bugzilla.redhat.com/show_bug.cgi?id=1173157 + https://bugzilla.redhat.com/show_bug.cgi?id=1173162 + http://www.ocert.org/advisories/ocert-2015-001.html + https://bugzilla.redhat.com/show_bug.cgi?id=1179282 + http://www.ocert.org/advisories/ocert-2014-009.html + https://bugzilla.redhat.com/show_bug.cgi?id=1167537 + http://seclists.org/oss-sec/2016/q1/233 + https://bugzilla.redhat.com/show_bug.cgi?id=1302636 + CVE-2014-8137 + CVE-2014-8138 + CVE-2014-8157 + CVE-2014-8158 + CVE-2014-9029 + CVE-2016-2089 + + + 2014-12-10 + 2016-02-20 + 2016-02-20 + +
    + chromium -- same origin bypass @@ -11775,7 +11839,7 @@ Notes: jasper - 1.900.1_14 + 1.900.1_16 @@ -11805,7 +11869,7 @@ Notes: 2015-08-17 2015-08-18 - 2015-08-20 + 2016-02-20 From owner-svn-ports-head@freebsd.org Sat Feb 20 14:06:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35B09AAE0EC; Sat, 20 Feb 2016 14:06:27 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1174F112B; Sat, 20 Feb 2016 14:06:27 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KE6QK2035187; Sat, 20 Feb 2016 14:06:26 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KE6PMA035182; Sat, 20 Feb 2016 14:06:25 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201602201406.u1KE6PMA035182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Sat, 20 Feb 2016 14:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409240 - in head/www: . py-django-markdownx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 14:06:27 -0000 Author: cs Date: Sat Feb 20 14:06:25 2016 New Revision: 409240 URL: https://svnweb.freebsd.org/changeset/ports/409240 Log: Django Markdownx is a Markdown editor built for Django. It enables raw editing, live preview and image uploads (stored locally in MEDIA folder) with drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page. Template is highly customizable, so you can easily use i.e. Bootstrap to layout editor pane and preview pane side by side (as in preview animation below). WWW: https://github.com/adi-/django-markdownx Submitted by: cs@ Added: head/www/py-django-markdownx/ head/www/py-django-markdownx/Makefile (contents, props changed) head/www/py-django-markdownx/distinfo (contents, props changed) head/www/py-django-markdownx/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Feb 20 14:01:59 2016 (r409239) +++ head/www/Makefile Sat Feb 20 14:06:25 2016 (r409240) @@ -1543,6 +1543,7 @@ SUBDIR += py-django-keyedcache SUBDIR += py-django-ldapdb SUBDIR += py-django-livesettings + SUBDIR += py-django-markdownx SUBDIR += py-django-markwhat SUBDIR += py-django-mezzanine SUBDIR += py-django-mezzanine-filebrowser Added: head/www/py-django-markdownx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-markdownx/Makefile Sat Feb 20 14:06:25 2016 (r409240) @@ -0,0 +1,26 @@ +# Created by: Carlo Strub +# $FreeBSD$ + +PORTNAME= django-markdownx +PORTVERSION= 1.4.2 +DISTVERSIONPREFIX= v +CATEGORIES= www python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= cs@FreeBSD.org +COMMENT= Django Markdown editor with image uploads and live preview + +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django18 \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow + +USE_GITHUB= yes + +GH_ACCOUNT= adi- +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/www/py-django-markdownx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-markdownx/distinfo Sat Feb 20 14:06:25 2016 (r409240) @@ -0,0 +1,2 @@ +SHA256 (adi--django-markdownx-v1.4.2_GH0.tar.gz) = 9debd5fe77a254d0f5cc017b43185b548326e66667fdf533b2fc2a8aacb63650 +SIZE (adi--django-markdownx-v1.4.2_GH0.tar.gz) = 3887212 Added: head/www/py-django-markdownx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-markdownx/pkg-descr Sat Feb 20 14:06:25 2016 (r409240) @@ -0,0 +1,10 @@ +Django Markdownx is a Markdown editor built for Django. It enables raw +editing, live preview and image uploads (stored locally in MEDIA folder) with +drag&drop functionality and auto tag insertion. Also, django-markdownx +supports multiple editors on one page. + +Template is highly customizable, so you can easily use i.e. Bootstrap to +layout editor pane and preview pane side by side (as in preview animation +below). + +WWW: https://github.com/adi-/django-markdownx From owner-svn-ports-head@freebsd.org Sat Feb 20 14:09:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5419EAAE208; Sat, 20 Feb 2016 14:09:05 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2649A1254; Sat, 20 Feb 2016 14:09:05 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KE94fM035361; Sat, 20 Feb 2016 14:09:04 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KE940j035360; Sat, 20 Feb 2016 14:09:04 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201602201409.u1KE940j035360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Sat, 20 Feb 2016 14:09:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409241 - head/www/py-django-markdownx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 14:09:05 -0000 Author: cs Date: Sat Feb 20 14:09:03 2016 New Revision: 409241 URL: https://svnweb.freebsd.org/changeset/ports/409241 Log: Cosmetics in pkg-descr Modified: head/www/py-django-markdownx/pkg-descr Modified: head/www/py-django-markdownx/pkg-descr ============================================================================== --- head/www/py-django-markdownx/pkg-descr Sat Feb 20 14:06:25 2016 (r409240) +++ head/www/py-django-markdownx/pkg-descr Sat Feb 20 14:09:03 2016 (r409241) @@ -3,8 +3,4 @@ editing, live preview and image uploads drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page. -Template is highly customizable, so you can easily use i.e. Bootstrap to -layout editor pane and preview pane side by side (as in preview animation -below). - WWW: https://github.com/adi-/django-markdownx From owner-svn-ports-head@freebsd.org Sat Feb 20 14:16:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 688BAAAE567; Sat, 20 Feb 2016 14:16:20 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35AF81620; Sat, 20 Feb 2016 14:16:20 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KEGJEW038172; Sat, 20 Feb 2016 14:16:19 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KEGJit038170; Sat, 20 Feb 2016 14:16:19 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201602201416.u1KEGJit038170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Sat, 20 Feb 2016 14:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409242 - head/www/py-django-simple-history X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 14:16:20 -0000 Author: cs Date: Sat Feb 20 14:16:18 2016 New Revision: 409242 URL: https://svnweb.freebsd.org/changeset/ports/409242 Log: Update to 1.8.0 Modified: head/www/py-django-simple-history/Makefile head/www/py-django-simple-history/distinfo Modified: head/www/py-django-simple-history/Makefile ============================================================================== --- head/www/py-django-simple-history/Makefile Sat Feb 20 14:09:03 2016 (r409241) +++ head/www/py-django-simple-history/Makefile Sat Feb 20 14:16:18 2016 (r409242) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-simple-history -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-simple-history/distinfo ============================================================================== --- head/www/py-django-simple-history/distinfo Sat Feb 20 14:09:03 2016 (r409241) +++ head/www/py-django-simple-history/distinfo Sat Feb 20 14:16:18 2016 (r409242) @@ -1,2 +1,2 @@ -SHA256 (treyhunner-django-simple-history-1.7.0_GH0.tar.gz) = 848037e8b33cc350798b8cf1e2acc6b0fc1ad48030030278ed6951ef5a6736e0 -SIZE (treyhunner-django-simple-history-1.7.0_GH0.tar.gz) = 137969 +SHA256 (treyhunner-django-simple-history-1.8.0_GH0.tar.gz) = 64deef638407b40514304a9c7554fa591733a96981c5a8ab30b02f6a4d51398d +SIZE (treyhunner-django-simple-history-1.8.0_GH0.tar.gz) = 138991 From owner-svn-ports-head@freebsd.org Sat Feb 20 14:31:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3856BAAEDD1; Sat, 20 Feb 2016 14:31:42 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED7D91DE1; Sat, 20 Feb 2016 14:31:41 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KEVe77041387; Sat, 20 Feb 2016 14:31:40 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KEVeRc041383; Sat, 20 Feb 2016 14:31:40 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201602201431.u1KEVeRc041383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Sat, 20 Feb 2016 14:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409243 - in head/ports-mgmt: . portal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 14:31:42 -0000 Author: culot Date: Sat Feb 20 14:31:40 2016 New Revision: 409243 URL: https://svnweb.freebsd.org/changeset/ports/409243 Log: Portal is a front-end to FreeBSD's package manipulation tool pkg(8). Currently, the application is a MVP (Minimum Viable Product) which provides only the following features: packages listing and searching, installation and deinstallation of packages, and filtering based on the package state. WWW: https://github.com/culot/portal Added: head/ports-mgmt/portal/ head/ports-mgmt/portal/Makefile (contents, props changed) head/ports-mgmt/portal/distinfo (contents, props changed) head/ports-mgmt/portal/pkg-descr (contents, props changed) Modified: head/ports-mgmt/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Sat Feb 20 14:16:18 2016 (r409242) +++ head/ports-mgmt/Makefile Sat Feb 20 14:31:40 2016 (r409243) @@ -40,6 +40,7 @@ SUBDIR += pkgs_which SUBDIR += port-authoring-tools SUBDIR += port-maintenance-tools + SUBDIR += portal SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portell Added: head/ports-mgmt/portal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portal/Makefile Sat Feb 20 14:31:40 2016 (r409243) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= portal +PORTVERSION= 0.1 +CATEGORIES= ports-mgmt +MASTER_SITES= GH + +MAINTAINER= culot@FreeBSD.org +COMMENT= Front-end to pkg(8) + +LICENSE= BSD2CLAUSE + +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz + +USE_GITHUB= yes +GH_ACCOUNT= culot +GH_TAGNAME= 0.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include Added: head/ports-mgmt/portal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portal/distinfo Sat Feb 20 14:31:40 2016 (r409243) @@ -0,0 +1,2 @@ +SHA256 (culot-portal-0.1_GH0.tar.gz) = 4242824317a1c7b97140e4b34b884df3ca88de8e53cc0217038b152e7f58f99e +SIZE (culot-portal-0.1_GH0.tar.gz) = 29623 Added: head/ports-mgmt/portal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portal/pkg-descr Sat Feb 20 14:31:40 2016 (r409243) @@ -0,0 +1,8 @@ +Portal is a front-end to FreeBSD's package manipulation tool pkg(8). + +Currently, the application is a MVP (Minimum Viable Product) which +provides only the following features: packages listing and searching, +installation and deinstallation of packages, and filtering based on +the package state. + +WWW: https://github.com/culot/portal From owner-svn-ports-head@freebsd.org Sat Feb 20 14:37:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E57F9AAEFAD; Sat, 20 Feb 2016 14:37:49 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B85C81FB4; Sat, 20 Feb 2016 14:37:49 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KEbmUD044144; Sat, 20 Feb 2016 14:37:48 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KEbmXS044142; Sat, 20 Feb 2016 14:37:48 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201602201437.u1KEbmXS044142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Sat, 20 Feb 2016 14:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409244 - head/www/py-WebTest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 14:37:50 -0000 Author: cs Date: Sat Feb 20 14:37:48 2016 New Revision: 409244 URL: https://svnweb.freebsd.org/changeset/ports/409244 Log: - Update to 2.0.20 - Move to Github Modified: head/www/py-WebTest/Makefile head/www/py-WebTest/distinfo Modified: head/www/py-WebTest/Makefile ============================================================================== --- head/www/py-WebTest/Makefile Sat Feb 20 14:31:40 2016 (r409243) +++ head/www/py-WebTest/Makefile Sat Feb 20 14:37:48 2016 (r409244) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= WebTest -PORTVERSION= 2.0.14 +PORTVERSION= 2.0.20 CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org @@ -21,7 +20,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six> ${PYTHON_PKGNAMEPREFIX}waitress>0:${PORTSDIR}/www/py-waitress \ ${PYTHON_PKGNAMEPREFIX}webob>=1.2:${PORTSDIR}/www/py-webob -USES= python zip +USE_GITHUB= yes + +GH_ACCOUNT= Pylons +USES= python USE_PYTHON= autoplist distutils +WRKSRC= ${WRKDIR}/webtest-${PORTVERSION} .include Modified: head/www/py-WebTest/distinfo ============================================================================== --- head/www/py-WebTest/distinfo Sat Feb 20 14:31:40 2016 (r409243) +++ head/www/py-WebTest/distinfo Sat Feb 20 14:37:48 2016 (r409244) @@ -1,2 +1,2 @@ -SHA256 (WebTest-2.0.14.zip) = 142cf1214d8fe770a31e9898b23b1deedb95f9e995de98124ec2f645174dff48 -SIZE (WebTest-2.0.14.zip) = 84184 +SHA256 (Pylons-WebTest-2.0.20_GH0.tar.gz) = ad44dc1dfb8b6608af4730f455bd3b8af73ddc9c987b9afb8274731742619721 +SIZE (Pylons-WebTest-2.0.20_GH0.tar.gz) = 65966 From owner-svn-ports-head@freebsd.org Sat Feb 20 14:40:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32F25AAF03D; Sat, 20 Feb 2016 14:40:35 +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 E0D54182; Sat, 20 Feb 2016 14:40:34 +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 u1KEeXQO044357; Sat, 20 Feb 2016 14:40:33 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KEeXML044355; Sat, 20 Feb 2016 14:40:33 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201602201440.u1KEeXML044355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 20 Feb 2016 14:40:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409245 - head/textproc/consul-template X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 14:40:35 -0000 Author: swills Date: Sat Feb 20 14:40:33 2016 New Revision: 409245 URL: https://svnweb.freebsd.org/changeset/ports/409245 Log: textproc/consul-template: update to 0.12.2 Modified: head/textproc/consul-template/Makefile head/textproc/consul-template/distinfo Modified: head/textproc/consul-template/Makefile ============================================================================== --- head/textproc/consul-template/Makefile Sat Feb 20 14:37:48 2016 (r409244) +++ head/textproc/consul-template/Makefile Sat Feb 20 14:40:33 2016 (r409245) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= consul-template -PORTVERSION= 0.8.0 +PORTVERSION= 0.12.2 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -12,14 +12,20 @@ COMMENT= Generic template rendering and BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_GITHUB= yes -GH_ACCOUNT= hashicorp:DEFAULT,consul,go_multierror,go_syslog,hcl,logutils,terraform \ - armon:consul_api mitchellh:mapstructure +GH_ACCOUNT= hashicorp:DEFAULT,consul,go_multierror,go_syslog,hcl,logutils \ + hashicorp:terraform,reap,vault,serf,chttp,errwrap golang:sys \ + armon:consul_api mitchellh:mapstructure go-yaml:yaml2 \ + fatih:structs GH_PROJECT= consul-api:consul_api consul:consul \ go-multierror:go_multierror go-syslog:go_syslog hcl:hcl \ - logutils:logutils mapstructure:mapstructure terraform:terraform -GH_TAGNAME= 0e644b8:consul_api 23b0af5:logutils 2c88e7e:hcl \ - 42a2b57:go_syslog 740c764:mapstructure d87fa90:terraform \ - fcdddc3:go_multierror v0.5.0:consul + logutils:logutils mapstructure:mapstructure terraform:terraform \ + go-reap:reap yaml:yaml2 sys:sys vault:vault serf:serf \ + go-cleanhttp:chttp errwrap:errwrap structs:structs +GH_TAGNAME= dcfedd5:consul_api 0dc08b1:logutils aee8c49:hcl \ + 42a2b57:go_syslog 281073e:mapstructure acabd4d:terraform \ + d30f099:go_multierror v0.6.3:consul 2d85522:reap f7716cb:yaml2 \ + 442cd60:sys 4750307:vault b60fe33:serf ce617e7:chttp \ + 7554cd9:errwrap dd04eba:structs PLIST_FILES= bin/consul-template @@ -37,6 +43,9 @@ post-patch: @${MKDIR} ${WRKSRC}/src/github.com/armon @${MKDIR} ${WRKSRC}/src/github.com/mitchellh @${MKDIR} ${WRKSRC}/src/github.com/hashicorp + @${MKDIR} ${WRKSRC}/src/github.com/fatih + @${MKDIR} ${WRKSRC}/src/gopkg.in + @${MKDIR} ${WRKSRC}/src/golang.org/x @${MV} ${WRKSRC_consul_api} ${WRKSRC}/src/github.com/armon/consul-api @${MV} ${WRKSRC_hcl} ${WRKSRC}/src/github.com/hashicorp/hcl @${MV} ${WRKSRC_logutils} ${WRKSRC}/src/github.com/hashicorp/logutils @@ -45,6 +54,14 @@ post-patch: @${MV} ${WRKSRC_go_multierror} ${WRKSRC}/src/github.com/hashicorp/go-multierror @${MV} ${WRKSRC_go_syslog} ${WRKSRC}/src/github.com/hashicorp/go-syslog @${MV} ${WRKSRC_consul} ${WRKSRC}/src/github.com/hashicorp/consul + @${MV} ${WRKSRC_reap} ${WRKSRC}/src/github.com/hashicorp/go-reap + @${MV} ${WRKSRC_yaml2} ${WRKSRC}/src/gopkg.in/yaml.v2 + @${MV} ${WRKSRC_sys} ${WRKSRC}/src/golang.org/x/sys + @${MV} ${WRKSRC_vault} ${WRKSRC}/src/github.com/hashicorp/vault + @${MV} ${WRKSRC_serf} ${WRKSRC}/src/github.com/hashicorp/serf + @${MV} ${WRKSRC_errwrap} ${WRKSRC}/src/github.com/hashicorp/errwrap + @${MV} ${WRKSRC_structs} ${WRKSRC}/src/github.com/fatih/structs + @${MV} ${WRKSRC_chttp} ${WRKSRC}/src/github.com/hashicorp/go-cleanhttp do-build: @cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build Modified: head/textproc/consul-template/distinfo ============================================================================== --- head/textproc/consul-template/distinfo Sat Feb 20 14:37:48 2016 (r409244) +++ head/textproc/consul-template/distinfo Sat Feb 20 14:40:33 2016 (r409245) @@ -1,18 +1,34 @@ -SHA256 (hashicorp-consul-template-v0.8.0_GH0.tar.gz) = ac12bdde35e88184d5e3f2201c2f46e2dd7b301d4f31b51945905d1b2c456064 -SIZE (hashicorp-consul-template-v0.8.0_GH0.tar.gz) = 63281 -SHA256 (hashicorp-consul-v0.5.0_GH0.tar.gz) = 282f561c814fdb1f61106f3bb64b881c8eabc71f79f70f581509714e96f0449a -SIZE (hashicorp-consul-v0.5.0_GH0.tar.gz) = 1608079 -SHA256 (hashicorp-go-multierror-fcdddc3_GH0.tar.gz) = e730020ed331e0fed430a5f725de4c5f61aa7f240258f797833d1689efb178b0 -SIZE (hashicorp-go-multierror-fcdddc3_GH0.tar.gz) = 8064 +SHA256 (hashicorp-consul-template-v0.12.2_GH0.tar.gz) = 9d8ae6ba84caa826400a3eef0e28325518a21c44332eebaaf3878dc5972f3997 +SIZE (hashicorp-consul-template-v0.12.2_GH0.tar.gz) = 93913 +SHA256 (hashicorp-consul-v0.6.3_GH0.tar.gz) = 5cdc21d6f20f9b703d38e19d3d2ed1c037dcbb236b80bff6a9b9c481ded74435 +SIZE (hashicorp-consul-v0.6.3_GH0.tar.gz) = 2224536 +SHA256 (hashicorp-go-multierror-d30f099_GH0.tar.gz) = 3a1ea11a45d9ec6aab4aeea142a6c8b73bfd1ae7613c77de6e53880b36539697 +SIZE (hashicorp-go-multierror-d30f099_GH0.tar.gz) = 8785 SHA256 (hashicorp-go-syslog-42a2b57_GH0.tar.gz) = c092db8da3dc2c7279b4ad6afbb6ee7c4daae9ac3020a591096be59f94330544 SIZE (hashicorp-go-syslog-42a2b57_GH0.tar.gz) = 4394 -SHA256 (hashicorp-hcl-2c88e7e_GH0.tar.gz) = e16ce4e45f4debe9fd454946125da7f830ab59e564c3765918602b593d082443 -SIZE (hashicorp-hcl-2c88e7e_GH0.tar.gz) = 28350 -SHA256 (hashicorp-logutils-23b0af5_GH0.tar.gz) = 357fe9e27ef2ca04df6a80d35d942cc017b426be8f0bcdaeef89b8b1ae0374f3 -SIZE (hashicorp-logutils-23b0af5_GH0.tar.gz) = 7690 -SHA256 (hashicorp-terraform-d87fa90_GH0.tar.gz) = 750141c683c96b5434b037af1e7ab6cc4721ce5e485295e4e621c4787459e6fe -SIZE (hashicorp-terraform-d87fa90_GH0.tar.gz) = 3245706 -SHA256 (armon-consul-api-0e644b8_GH0.tar.gz) = cfeb1ac28f9696d8311c082da317d216bf53df350c14fa7970dadd866589e7e4 -SIZE (armon-consul-api-0e644b8_GH0.tar.gz) = 17549 -SHA256 (mitchellh-mapstructure-740c764_GH0.tar.gz) = d68a258cdb95fc5f2971cd50ad29c0c479f6c3420ddeec386077626e517b5f71 -SIZE (mitchellh-mapstructure-740c764_GH0.tar.gz) = 11943 +SHA256 (hashicorp-hcl-aee8c49_GH0.tar.gz) = 2e8367b39ffcdbe6da1892ed4115789a48ed9c2302874e4abf8f191bc6051708 +SIZE (hashicorp-hcl-aee8c49_GH0.tar.gz) = 57358 +SHA256 (hashicorp-logutils-0dc08b1_GH0.tar.gz) = d1272f06f8df434ee06bf965028debe32686a240818729beed5468eedf7f845e +SIZE (hashicorp-logutils-0dc08b1_GH0.tar.gz) = 7705 +SHA256 (hashicorp-terraform-acabd4d_GH0.tar.gz) = bcf9d63632ff63b1f410822eb51bef818de1e1de9f73117eced18df0a5973a89 +SIZE (hashicorp-terraform-acabd4d_GH0.tar.gz) = 4134132 +SHA256 (hashicorp-go-reap-2d85522_GH0.tar.gz) = 9ae2938e9bec3003226e59dd3d41f4c4a5b7150342c90f55c0003dd2c5c3968a +SIZE (hashicorp-go-reap-2d85522_GH0.tar.gz) = 8465 +SHA256 (hashicorp-vault-4750307_GH0.tar.gz) = 5b75643510b702cb76d0aa7bcb1d681fef05724786c8b273c598d9b32f23c25a +SIZE (hashicorp-vault-4750307_GH0.tar.gz) = 2612378 +SHA256 (hashicorp-serf-b60fe33_GH0.tar.gz) = 7f2e72169ba0e69f0e2faed17950171ee9f93f54a770b7003df5e1050de1654d +SIZE (hashicorp-serf-b60fe33_GH0.tar.gz) = 578795 +SHA256 (hashicorp-go-cleanhttp-ce617e7_GH0.tar.gz) = 89651ed81df354d0576e4889a54a2d78686f0eea641d3f1c1ecb7cbe732a1509 +SIZE (hashicorp-go-cleanhttp-ce617e7_GH0.tar.gz) = 6592 +SHA256 (hashicorp-errwrap-7554cd9_GH0.tar.gz) = b800e361c15decd0ebb39a0ff02ad046a1fc81021267f8625232f3921617daa0 +SIZE (hashicorp-errwrap-7554cd9_GH0.tar.gz) = 8312 +SHA256 (golang-sys-442cd60_GH0.tar.gz) = 1ecc7b3be1743595adefdd646846dfda7312290a8d3a2bdef6cf43697eea548a +SIZE (golang-sys-442cd60_GH0.tar.gz) = 541727 +SHA256 (armon-consul-api-dcfedd5_GH0.tar.gz) = 153676d6996e42d0b1690c4eb353627c8e8509d2605f57984acf9405dc9af02f +SIZE (armon-consul-api-dcfedd5_GH0.tar.gz) = 17979 +SHA256 (mitchellh-mapstructure-281073e_GH0.tar.gz) = e511fe333b7ce7cbe2b1d03e35f8a3d9ed1bf52eb3aca32859fe5f7acb54ea33 +SIZE (mitchellh-mapstructure-281073e_GH0.tar.gz) = 13968 +SHA256 (go-yaml-yaml-f7716cb_GH0.tar.gz) = 5e434754a04c29a41daca8c4560c9abdfd2a253be5bf0e10e8685e0f7abb150a +SIZE (go-yaml-yaml-f7716cb_GH0.tar.gz) = 62984 +SHA256 (fatih-structs-dd04eba_GH0.tar.gz) = f02333713917af7bf64b8ea8fd06bfbff21af76ed67296ab8073458fbd77b29a +SIZE (fatih-structs-dd04eba_GH0.tar.gz) = 11847 From owner-svn-ports-head@freebsd.org Sat Feb 20 14:43:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83C09AAF1B5; Sat, 20 Feb 2016 14:43:44 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EBBF680; Sat, 20 Feb 2016 14:43:44 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KEhhFj046999; Sat, 20 Feb 2016 14:43:43 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KEhh25046997; Sat, 20 Feb 2016 14:43:43 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201602201443.u1KEhh25046997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Sat, 20 Feb 2016 14:43:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409246 - head/net/py-eventlet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 14:43:44 -0000 Author: cs Date: Sat Feb 20 14:43:42 2016 New Revision: 409246 URL: https://svnweb.freebsd.org/changeset/ports/409246 Log: Update to 0.18.4 Modified: head/net/py-eventlet/Makefile head/net/py-eventlet/distinfo Modified: head/net/py-eventlet/Makefile ============================================================================== --- head/net/py-eventlet/Makefile Sat Feb 20 14:40:33 2016 (r409245) +++ head/net/py-eventlet/Makefile Sat Feb 20 14:43:42 2016 (r409246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eventlet -PORTVERSION= 0.17.4 +PORTVERSION= 0.18.4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-eventlet/distinfo ============================================================================== --- head/net/py-eventlet/distinfo Sat Feb 20 14:40:33 2016 (r409245) +++ head/net/py-eventlet/distinfo Sat Feb 20 14:43:42 2016 (r409246) @@ -1,2 +1,2 @@ -SHA256 (eventlet-0.17.4.tar.gz) = 8721e9714eaff8d20f2407e0d3a80069db6b57c9226c26ee9db25c541d06556d -SIZE (eventlet-0.17.4.tar.gz) = 284480 +SHA256 (eventlet-0.18.4.tar.gz) = 74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685 +SIZE (eventlet-0.18.4.tar.gz) = 288920 From owner-svn-ports-head@freebsd.org Sat Feb 20 15:37:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA11CAAE71A; Sat, 20 Feb 2016 15:37:34 +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 7B9C51966; Sat, 20 Feb 2016 15:37:34 +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 u1KFbXm7061460; Sat, 20 Feb 2016 15:37:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KFbXLH061458; Sat, 20 Feb 2016 15:37:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602201537.u1KFbXLH061458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 20 Feb 2016 15:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409247 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 15:37:34 -0000 Author: olgeni Date: Sat Feb 20 15:37:33 2016 New Revision: 409247 URL: https://svnweb.freebsd.org/changeset/ports/409247 Log: Update devel/relx to version 3.17.0. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Sat Feb 20 14:43:42 2016 (r409246) +++ head/devel/relx/Makefile Sat Feb 20 15:37:33 2016 (r409247) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.16.0 +PORTVERSION= 3.17.0 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Sat Feb 20 14:43:42 2016 (r409246) +++ head/devel/relx/distinfo Sat Feb 20 15:37:33 2016 (r409247) @@ -1,5 +1,5 @@ -SHA256 (erlware-relx-v3.16.0_GH0.tar.gz) = e56e834644b049839efe64a5b17c5612640626826af2a2ccef2d387a59d30101 -SIZE (erlware-relx-v3.16.0_GH0.tar.gz) = 599496 +SHA256 (erlware-relx-v3.17.0_GH0.tar.gz) = 8dd6a36c60f35366ca72390afc97cb61bbd8cc96db2cc47637d2d08ab572a7b3 +SIZE (erlware-relx-v3.17.0_GH0.tar.gz) = 599628 SHA256 (relx-cache-10.tar.gz) = 477271e412921766adb56c70d49dfb9b6009eafd8b80a358ae5c172834d79bf3 SIZE (relx-cache-10.tar.gz) = 417321 SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12 From owner-svn-ports-head@freebsd.org Sat Feb 20 15:46:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80238AAEA6E; Sat, 20 Feb 2016 15:46:48 +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 486951CF4; Sat, 20 Feb 2016 15:46:48 +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 u1KFkls7064425; Sat, 20 Feb 2016 15:46:47 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KFklZb064423; Sat, 20 Feb 2016 15:46:47 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602201546.u1KFklZb064423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 20 Feb 2016 15:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409248 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 15:46:48 -0000 Author: olgeni Date: Sat Feb 20 15:46:46 2016 New Revision: 409248 URL: https://svnweb.freebsd.org/changeset/ports/409248 Log: Update databases/elixir-timex_ecto to version 0.9.0. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Sat Feb 20 15:37:33 2016 (r409247) +++ head/databases/elixir-timex_ecto/Makefile Sat Feb 20 15:46:46 2016 (r409248) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Sat Feb 20 15:37:33 2016 (r409247) +++ head/databases/elixir-timex_ecto/distinfo Sat Feb 20 15:46:46 2016 (r409248) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex_ecto-0.8.0_GH0.tar.gz) = 143d0dde44b318107f34a835462ac2d1a37ff152506e2f4ab5aa18edb6818f0c -SIZE (bitwalker-timex_ecto-0.8.0_GH0.tar.gz) = 5776 +SHA256 (bitwalker-timex_ecto-0.9.0_GH0.tar.gz) = 4c831d04960f2054d85dd49d02f48f0099c83ffd017098320c8c1f50ac291860 +SIZE (bitwalker-timex_ecto-0.9.0_GH0.tar.gz) = 5922 From owner-svn-ports-head@freebsd.org Sat Feb 20 15:53:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D5EAAAEE2E; Sat, 20 Feb 2016 15:53: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 4EA0D189; Sat, 20 Feb 2016 15:53:40 +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 u1KFrdGR067188; Sat, 20 Feb 2016 15:53:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KFrdvV067186; Sat, 20 Feb 2016 15:53:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602201553.u1KFrdvV067186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 20 Feb 2016 15:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409249 - head/devel/elixir-conform_exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 15:53:40 -0000 Author: olgeni Date: Sat Feb 20 15:53:39 2016 New Revision: 409249 URL: https://svnweb.freebsd.org/changeset/ports/409249 Log: Update devel/elixir-conform_exrm to version 0.3.0. Modified: head/devel/elixir-conform_exrm/Makefile head/devel/elixir-conform_exrm/distinfo Modified: head/devel/elixir-conform_exrm/Makefile ============================================================================== --- head/devel/elixir-conform_exrm/Makefile Sat Feb 20 15:46:46 2016 (r409248) +++ head/devel/elixir-conform_exrm/Makefile Sat Feb 20 15:53:39 2016 (r409249) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= conform_exrm -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-conform_exrm/distinfo ============================================================================== --- head/devel/elixir-conform_exrm/distinfo Sat Feb 20 15:46:46 2016 (r409248) +++ head/devel/elixir-conform_exrm/distinfo Sat Feb 20 15:53:39 2016 (r409249) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-conform_exrm-0.2.0_GH0.tar.gz) = 085d8b0a8d7a3ec5b001b9c418e1e5c12310401996d9632b4410ba907cb4315d -SIZE (bitwalker-conform_exrm-0.2.0_GH0.tar.gz) = 3208 +SHA256 (bitwalker-conform_exrm-0.3.0_GH0.tar.gz) = 1242df8fd6042f7ce0c8fe9a55a9598d4998c463cfc31b6b568873987e142af2 +SIZE (bitwalker-conform_exrm-0.3.0_GH0.tar.gz) = 3162 From owner-svn-ports-head@freebsd.org Sat Feb 20 15:56:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CA0DAAEEF3; Sat, 20 Feb 2016 15:56:33 +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 6D548279; Sat, 20 Feb 2016 15:56:33 +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 u1KFuWft067411; Sat, 20 Feb 2016 15:56:32 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KFuWvf067409; Sat, 20 Feb 2016 15:56:32 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602201556.u1KFuWvf067409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 20 Feb 2016 15:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409250 - in head/www/redmine: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 15:56:33 -0000 Author: miwi Date: Sat Feb 20 15:56:32 2016 New Revision: 409250 URL: https://svnweb.freebsd.org/changeset/ports/409250 Log: - Fix postgres support for redmine2 PR: 207007 Submitted by: Johannes Jost Meixner Modified: head/www/redmine/Makefile head/www/redmine/files/patch-Gemfile Modified: head/www/redmine/Makefile ============================================================================== --- head/www/redmine/Makefile Sat Feb 20 15:53:39 2016 (r409249) +++ head/www/redmine/Makefile Sat Feb 20 15:56:32 2016 (r409250) @@ -3,7 +3,7 @@ PORTNAME= redmine PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.redmine.org/releases/ Modified: head/www/redmine/files/patch-Gemfile ============================================================================== --- head/www/redmine/files/patch-Gemfile Sat Feb 20 15:53:39 2016 (r409249) +++ head/www/redmine/files/patch-Gemfile Sat Feb 20 15:56:32 2016 (r409250) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2015-12-09 23:40:39 UTC +--- Gemfile.orig 2015-12-05 08:47:22 UTC +++ Gemfile @@ -1,37 +1,29 @@ source 'https://rubygems.org' @@ -44,6 +44,15 @@ # Optional Markdown support, not for JRuby group :markdown do gem "redcarpet", (RUBY_VERSION < "1.9" ? "~> 2.3.0" : "~> 3.3.2") +@@ -62,7 +54,7 @@ if File.exist?(database_file) + gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw] + gem "activerecord-jdbcmysql-adapter", :platforms => :jruby + when /postgresql/ +- gem "pg", "~> 0.17.1", :platforms => [:mri, :mingw] ++ gem "pg", "~> 0.18.4", :platforms => [:mri, :mingw] + gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby + when /sqlite3/ + gem "sqlite3", :platforms => [:mri, :mingw] @@ -82,23 +74,6 @@ else warn("Please configure your config/database.yml first") end From owner-svn-ports-head@freebsd.org Sat Feb 20 16:06:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8635AAF21F; Sat, 20 Feb 2016 16:06:00 +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 BC1FA84A; Sat, 20 Feb 2016 16:06: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 u1KG5xLU070404; Sat, 20 Feb 2016 16:05:59 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KG5xLd070402; Sat, 20 Feb 2016 16:05:59 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201602201605.u1KG5xLd070402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 20 Feb 2016 16:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409251 - head/biology/iolib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:06:01 -0000 Author: danilo Date: Sat Feb 20 16:05:59 2016 New Revision: 409251 URL: https://svnweb.freebsd.org/changeset/ports/409251 Log: - Update to 1.14.7 Modified: head/biology/iolib/Makefile head/biology/iolib/distinfo Modified: head/biology/iolib/Makefile ============================================================================== --- head/biology/iolib/Makefile Sat Feb 20 15:56:32 2016 (r409250) +++ head/biology/iolib/Makefile Sat Feb 20 16:05:59 2016 (r409251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= io_lib -PORTVERSION= 1.14.6 +PORTVERSION= 1.14.7 CATEGORIES= biology MASTER_SITES= SF/staden/${PORTNAME}/${PORTVERSION} Modified: head/biology/iolib/distinfo ============================================================================== --- head/biology/iolib/distinfo Sat Feb 20 15:56:32 2016 (r409250) +++ head/biology/iolib/distinfo Sat Feb 20 16:05:59 2016 (r409251) @@ -1,2 +1,2 @@ -SHA256 (io_lib-1.14.6.tar.gz) = 94f76bfb6abbe86c96e2b0bc7a52525821893526c9a077bf3896c5b653cdbcdb -SIZE (io_lib-1.14.6.tar.gz) = 2160285 +SHA256 (io_lib-1.14.7.tar.gz) = e75e463f62cd97bf58cf52bed76362af5e19823248be858dfeb85bdca107c754 +SIZE (io_lib-1.14.7.tar.gz) = 2177248 From owner-svn-ports-head@freebsd.org Sat Feb 20 16:14:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 338DCAAF573; Sat, 20 Feb 2016 16:14:11 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01461BC9; Sat, 20 Feb 2016 16:14:10 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KGE9tA073379; Sat, 20 Feb 2016 16:14:09 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KGE9ro073377; Sat, 20 Feb 2016 16:14:09 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201602201614.u1KGE9ro073377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Sat, 20 Feb 2016 16:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409252 - head/french/verbiste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:14:11 -0000 Author: naddy Date: Sat Feb 20 16:14:09 2016 New Revision: 409252 URL: https://svnweb.freebsd.org/changeset/ports/409252 Log: Update french/verbiste to 0.1.42. * Two memory leaks have been resolved. * Several verbs have been added to the Italian dictionary. Approved by: maintainer Modified: head/french/verbiste/Makefile head/french/verbiste/distinfo Modified: head/french/verbiste/Makefile ============================================================================== --- head/french/verbiste/Makefile Sat Feb 20 16:05:59 2016 (r409251) +++ head/french/verbiste/Makefile Sat Feb 20 16:14:09 2016 (r409252) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= verbiste -PORTVERSION= 0.1.41 +PORTVERSION= 0.1.42 CATEGORIES= french textproc MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ Modified: head/french/verbiste/distinfo ============================================================================== --- head/french/verbiste/distinfo Sat Feb 20 16:05:59 2016 (r409251) +++ head/french/verbiste/distinfo Sat Feb 20 16:14:09 2016 (r409252) @@ -1,2 +1,2 @@ -SHA256 (verbiste-0.1.41.tar.gz) = b4490d99dc768c8947536c01a5fbbecf71d067f472c0bd4d79b828df45d79f9f -SIZE (verbiste-0.1.41.tar.gz) = 751059 +SHA256 (verbiste-0.1.42.tar.gz) = e40eee50725f5d9ad795610226c2dbacafc065ac382b7a1113d6c7dfd1e25897 +SIZE (verbiste-0.1.42.tar.gz) = 754691 From owner-svn-ports-head@freebsd.org Sat Feb 20 16:19:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA543AAF717; Sat, 20 Feb 2016 16:19:12 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94BA7D36; Sat, 20 Feb 2016 16:19:12 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KGJBLG073788; Sat, 20 Feb 2016 16:19:11 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KGJAbK073780; Sat, 20 Feb 2016 16:19:10 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602201619.u1KGJAbK073780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 20 Feb 2016 16:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409253 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:19:12 -0000 Author: osa Date: Sat Feb 20 16:19:10 2016 New Revision: 409253 URL: https://svnweb.freebsd.org/changeset/ports/409253 Log: Upgrade from 5.0.24 to 5.0.25: o) www/rubygem-passenger; o) third-party passenger modules for www/nginx and www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Feb 20 16:14:09 2016 (r409252) +++ head/www/nginx-devel/Makefile Sat Feb 20 16:19:10 2016 (r409253) @@ -738,7 +738,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.24 +PASSENGER_VERSION= 5.0.25 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/src/nginx_module Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Feb 20 16:14:09 2016 (r409252) +++ head/www/nginx-devel/distinfo Sat Feb 20 16:19:10 2016 (r409253) @@ -22,8 +22,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4 SIZE (mod_zip-1.1.6.tar.gz) = 21991 SHA256 (modsecurity-2.9.1-RC1.tar.gz) = 86fd2462c556a11f812d76a3b97716cec2de0e81ee0a095d8280fdd6be384455 SIZE (modsecurity-2.9.1-RC1.tar.gz) = 4265101 -SHA256 (passenger-5.0.24.tar.gz) = 06b9cdd18c1ef283628b753815ae1c6eaf764f212fd8d439d7035c9257288f79 -SIZE (passenger-5.0.24.tar.gz) = 5415880 +SHA256 (passenger-5.0.25.tar.gz) = 2a5531cd714a997a09a6105fbea8fb7dd27d168f7076a4db093842e2402c65ca +SIZE (passenger-5.0.25.tar.gz) = 5302902 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Feb 20 16:14:09 2016 (r409252) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Feb 20 16:19:10 2016 (r409253) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.24/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.24/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 +--- ../passenger-5.0.25/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.25/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Feb 20 16:14:09 2016 (r409252) +++ head/www/nginx/Makefile Sat Feb 20 16:19:10 2016 (r409253) @@ -714,7 +714,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.24 +PASSENGER_VERSION= 5.0.25 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/src/nginx_module Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Feb 20 16:14:09 2016 (r409252) +++ head/www/nginx/distinfo Sat Feb 20 16:19:10 2016 (r409253) @@ -22,8 +22,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4 SIZE (mod_zip-1.1.6.tar.gz) = 21991 SHA256 (modsecurity-2.9.1-RC1.tar.gz) = 86fd2462c556a11f812d76a3b97716cec2de0e81ee0a095d8280fdd6be384455 SIZE (modsecurity-2.9.1-RC1.tar.gz) = 4265101 -SHA256 (passenger-5.0.24.tar.gz) = 06b9cdd18c1ef283628b753815ae1c6eaf764f212fd8d439d7035c9257288f79 -SIZE (passenger-5.0.24.tar.gz) = 5415880 +SHA256 (passenger-5.0.25.tar.gz) = 2a5531cd714a997a09a6105fbea8fb7dd27d168f7076a4db093842e2402c65ca +SIZE (passenger-5.0.25.tar.gz) = 5302902 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Feb 20 16:14:09 2016 (r409252) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Feb 20 16:19:10 2016 (r409253) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.24/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.24/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 +--- ../passenger-5.0.25/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.25/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Sat Feb 20 16:14:09 2016 (r409252) +++ head/www/rubygem-passenger/Makefile Sat Feb 20 16:19:10 2016 (r409253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.0.24 +PORTVERSION= 5.0.25 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Sat Feb 20 16:14:09 2016 (r409252) +++ head/www/rubygem-passenger/distinfo Sat Feb 20 16:19:10 2016 (r409253) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-5.0.24.gem) = f405bf584200f58f34c673c7667f9064d9347b5304e508e5c766dc67fdc2ce76 -SIZE (rubygem/passenger-5.0.24.gem) = 5423104 +SHA256 (rubygem/passenger-5.0.25.gem) = 447e1477e71aa587670b18d749bd721a24c7c066ebb2de066ff33d18ee7f4c1e +SIZE (rubygem/passenger-5.0.25.gem) = 5312000 From owner-svn-ports-head@freebsd.org Sat Feb 20 16:22:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43B10AAF8B9; Sat, 20 Feb 2016 16:22:03 +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 119E4FF7; Sat, 20 Feb 2016 16:22:03 +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 u1KGM22H073994; Sat, 20 Feb 2016 16:22:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KGM2RG073993; Sat, 20 Feb 2016 16:22:02 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602201622.u1KGM2RG073993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 20 Feb 2016 16:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409254 - head/textproc/en-hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:22:03 -0000 Author: olgeni Date: Sat Feb 20 16:22:01 2016 New Revision: 409254 URL: https://svnweb.freebsd.org/changeset/ports/409254 Log: Unbreak r409151: fix distinfo for hunspell-en_CA-2016.01.19.zip. The content looks ok so it was probably truncated on makesum. Modified: head/textproc/en-hunspell/distinfo Modified: head/textproc/en-hunspell/distinfo ============================================================================== --- head/textproc/en-hunspell/distinfo Sat Feb 20 16:19:10 2016 (r409253) +++ head/textproc/en-hunspell/distinfo Sat Feb 20 16:22:01 2016 (r409254) @@ -1,11 +1,11 @@ -SHA256 (hunspell/hunspell-en_CA-2016.01.19.zip) = 00aea3cc360f6922b7b3978095cb963ca9c9fb76e7c0aa401da86f3a57e48920 +SHA256 (hunspell/hunspell-en_CA-2016.01.19.zip) = f59b120b43ab444ee33e018a6416f3be70f867a928956fe4a1750245fd57a341 SHA256 (hunspell/hunspell-en_CA-large-2016.01.19.zip) = 04fd5dcfdca048e18640a1d420077473ab105431fc14ebe307bda452732abf6c SHA256 (hunspell/hunspell-en_GB-ise-2016.01.19.zip) = d17486b550fa22e2da31f647daceec84ab6354289b99d5088e12f63d88a9a027 SHA256 (hunspell/hunspell-en_GB-ize-2016.01.19.zip) = 52804f35c1dc44adabaf86fc0316181c2bed28c857880fa624aea248a23d677f SHA256 (hunspell/hunspell-en_GB-large-2016.01.19.zip) = edcca9b78ae8923e6209db523355b4a91ac6d9daad94df12413498b4e5069719 SHA256 (hunspell/hunspell-en_US-2016.01.19.zip) = fe0c48084bfd534f244ecd12836ae5e0b27fc10dab28879fdafece892267a674 SHA256 (hunspell/hunspell-en_US-large-2016.01.19.zip) = 1c8a7a5a993313620a7d96e74e5c45f4df7ab9ad0141764ffeea66db9bfc089f -SIZE (hunspell/hunspell-en_CA-2016.01.19.zip) = 76872 +SIZE (hunspell/hunspell-en_CA-2016.01.19.zip) = 196294 SIZE (hunspell/hunspell-en_CA-large-2016.01.19.zip) = 312039 SIZE (hunspell/hunspell-en_GB-ise-2016.01.19.zip) = 196436 SIZE (hunspell/hunspell-en_GB-ize-2016.01.19.zip) = 196388 From owner-svn-ports-head@freebsd.org Sat Feb 20 16:33:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88ABBAAFCD2; Sat, 20 Feb 2016 16:33:09 +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 55F6D14B0; Sat, 20 Feb 2016 16:33:09 +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 u1KGX8cU079540; Sat, 20 Feb 2016 16:33:08 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KGX83M079538; Sat, 20 Feb 2016 16:33:08 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602201633.u1KGX83M079538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 20 Feb 2016 16:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409255 - head/comms/openobex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:33:09 -0000 Author: madpilot Date: Sat Feb 20 16:33:08 2016 New Revision: 409255 URL: https://svnweb.freebsd.org/changeset/ports/409255 Log: - Add sourceforce to MASTER_SITES - Update WWW line in pkg-descr Modified: head/comms/openobex/Makefile head/comms/openobex/pkg-descr Modified: head/comms/openobex/Makefile ============================================================================== --- head/comms/openobex/Makefile Sat Feb 20 16:22:01 2016 (r409254) +++ head/comms/openobex/Makefile Sat Feb 20 16:33:08 2016 (r409255) @@ -4,7 +4,8 @@ PORTNAME= openobex PORTVERSION= 1.7.1 PORTREVISION= 2 CATEGORIES= comms net -MASTER_SITES= http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF \ + http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source MAINTAINER= madpilot@FreeBSD.org Modified: head/comms/openobex/pkg-descr ============================================================================== --- head/comms/openobex/pkg-descr Sat Feb 20 16:22:01 2016 (r409254) +++ head/comms/openobex/pkg-descr Sat Feb 20 16:33:08 2016 (r409255) @@ -3,4 +3,4 @@ implementation of the Object Exchange (O session protocol and can best be described as a binary HTTP protocol. It's used mainly for Infrared and Bluetooth communication. -WWW: http://gitorious.org/openobex/pages/Home +WWW: http://dev.zuckschwerdt.org/openobex/ From owner-svn-ports-head@freebsd.org Sat Feb 20 16:45:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B78CAAE29A; Sat, 20 Feb 2016 16:45:41 +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 D0A4D1A1B; Sat, 20 Feb 2016 16:45:40 +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 u1KGjd4g082680; Sat, 20 Feb 2016 16:45:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KGjdxM082676; Sat, 20 Feb 2016 16:45:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602201645.u1KGjdxM082676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 20 Feb 2016 16:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409256 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:45:41 -0000 Author: feld Date: Sat Feb 20 16:45:39 2016 New Revision: 409256 URL: https://svnweb.freebsd.org/changeset/ports/409256 Log: multimedia/plexmediaserver-plexpass: Update to 0.9.15.5.1712 Changelog: https://forums.plex.tv/discussion/comment/1132750/#Comment_1132750 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Sat Feb 20 16:33:08 2016 (r409255) +++ head/multimedia/plexmediaserver-plexpass/Makefile Sat Feb 20 16:45:39 2016 (r409256) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 0.9.15.4.1679 -PORTREVISION= 5 +PORTVERSION= 0.9.15.5.1712 +PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= e4df231 +PLEX_BUILD= ba5070a USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Sat Feb 20 16:33:08 2016 (r409255) +++ head/multimedia/plexmediaserver-plexpass/distinfo Sat Feb 20 16:45:39 2016 (r409256) @@ -1,2 +1,2 @@ -SHA256 (PlexMediaServer-0.9.15.4.1679-e4df231-freebsd-amd64.tar.bz2) = a37e002e2c1682287eb79988d276e53b4b9e6bedf6234d4d4a1f07aad1b9a60a -SIZE (PlexMediaServer-0.9.15.4.1679-e4df231-freebsd-amd64.tar.bz2) = 97544320 +SHA256 (PlexMediaServer-0.9.15.5.1712-ba5070a-freebsd-amd64.tar.bz2) = a8028d9bb792ad6820ce6da5bdd28a09fd48b8bf12e4f9e5917046b29f73809f +SIZE (PlexMediaServer-0.9.15.5.1712-ba5070a-freebsd-amd64.tar.bz2) = 97527222 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Sat Feb 20 16:33:08 2016 (r409255) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Sat Feb 20 16:45:39 2016 (r409256) @@ -1701,8 +1701,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.891ef9dc7f993d3aafe782dd989ec08a.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.1fee7e71799aa44574cdbde9fc7ed5c6.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.c2a54ecf8b2093b173e7a6b94ad3722b.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.8a91e94955b34ebad3c6186b65927f35.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon-mask.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon.ico %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-logo.96faf245690b14fdd33eccd3294ac57f.svg @@ -1764,14 +1764,27 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone-portrait.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone-portrait@2x.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone5-portrait@2x.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/asustor.4151ae1be5b67680c6b5160ac3fcee7e.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/drobo.53afe68dfb0e698ff5c104db424f52ba.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/freebsd.c4064fd247f89578aa3c92a34a1a14b8.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/linux.a66ceca3ea9d4b6261bc0bbbed31f8e1.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/mac.b3f08e8b89c4bce5381d28e322f83d78.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/netgear.843dc6c6c650a11eab86589c9737e13c.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/qnap.f33e9668d5725d98b5f5d3796bde8108.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/seagate.4f1104d9e8724381ca285aaaa8df0b5d.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/synology.f796634e7aad4aaed474601d28c9f562.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/thecus.e013a776ee8e35198874ca0633fddd10.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/unraid.2c0408d66d6e160afad628266bb5b1b0.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/wd.87277f9739ddb3828cfeaa8003ca6eea.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/platform-logos/windows.a86d11ea55c7312c8e52af3cad19a556.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/queue/bookmarklet-steps-ie.3cbda4e75b0dd0e186e0c24999ab0d1d.png %%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.18089cb7063ad397523859fa93f2d54c.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/vevo.0aa36b37d6a9aedfe67df4c5ff2ae8e0.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.4639c8161e9b5c8f178c.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.07251d82117d8bd6f466.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.049a0b6a725e89234822.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.2595594cc3e332b1074a.js %%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 %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/plex.xml @@ -1874,6 +1887,7 @@ %%DATADIR%%/Resources/Profiles/Windows.xml %%DATADIR%%/Resources/Profiles/Xbox 360.xml %%DATADIR%%/Resources/Profiles/Xbox One.xml +%%DATADIR%%/Resources/Profiles/ZP.xml %%DATADIR%%/Resources/Profiles/cloudsync.xml %%DATADIR%%/Resources/Profiles/iOS-iPad-1,1.xml %%DATADIR%%/Resources/Profiles/iOS-iPhone-1,1.xml From owner-svn-ports-head@freebsd.org Sat Feb 20 16:50:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4CB8AAE442; Sat, 20 Feb 2016 16:50:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 954131BA2; Sat, 20 Feb 2016 16:50:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KGo6uh082919; Sat, 20 Feb 2016 16:50:06 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KGo65K082918; Sat, 20 Feb 2016 16:50:06 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602201650.u1KGo65K082918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 20 Feb 2016 16:50:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409257 - head/games/corsix-th X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:50:07 -0000 Author: madpilot Date: Sat Feb 20 16:50:06 2016 New Revision: 409257 URL: https://svnweb.freebsd.org/changeset/ports/409257 Log: Update WWW line in pkg-descr. Modified: head/games/corsix-th/pkg-descr Modified: head/games/corsix-th/pkg-descr ============================================================================== --- head/games/corsix-th/pkg-descr Sat Feb 20 16:45:39 2016 (r409256) +++ head/games/corsix-th/pkg-descr Sat Feb 20 16:50:06 2016 (r409257) @@ -16,4 +16,4 @@ acquire the full game data files, then t and used instead (though the demo only has one level, and lacks most of the management screens). -WWW: http://code.google.com/p/corsix-th/ +WWW: https://github.com/CorsixTH/CorsixTH/ From owner-svn-ports-head@freebsd.org Sat Feb 20 16:54:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEAA0AAE6EF; Sat, 20 Feb 2016 16:54:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C80201E7D; Sat, 20 Feb 2016 16:54:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KGsj6w085665; Sat, 20 Feb 2016 16:54:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KGsjhn085661; Sat, 20 Feb 2016 16:54:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602201654.u1KGsjhn085661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 20 Feb 2016 16:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409258 - in head/net-mgmt: . openvmps openvmps/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:54:47 -0000 Author: pi Date: Sat Feb 20 16:54:45 2016 New Revision: 409258 URL: https://svnweb.freebsd.org/changeset/ports/409258 Log: Resurrected port: net-mgmt/openvmps VMPS (VLAN Management Policy Server) is a way of assigning switch ports to specific VLANs based on the MAC address of connecting device. OpenVMPS is a GPL implementation of VMPS. WWW: http://vmps.sourceforge.net/ Submitted by: Vladimir Pushkar Added: head/net-mgmt/openvmps/ - copied from r366684, head/net-mgmt/openvmps/ Deleted: head/net-mgmt/openvmps/files/patch-data.c Modified: head/net-mgmt/Makefile head/net-mgmt/openvmps/Makefile head/net-mgmt/openvmps/distinfo head/net-mgmt/openvmps/pkg-plist Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat Feb 20 16:50:06 2016 (r409257) +++ head/net-mgmt/Makefile Sat Feb 20 16:54:45 2016 (r409258) @@ -187,6 +187,7 @@ SUBDIR += ocsinventory-ng SUBDIR += omping SUBDIR += openlldp + SUBDIR += openvmps SUBDIR += p0f SUBDIR += p0f2 SUBDIR += p5-AnyEvent-SNMP Modified: head/net-mgmt/openvmps/Makefile ============================================================================== --- head/net-mgmt/openvmps/Makefile Sat Aug 30 21:49:21 2014 (r366684) +++ head/net-mgmt/openvmps/Makefile Sat Feb 20 16:54:45 2016 (r409258) @@ -2,39 +2,27 @@ # $FreeBSD$ PORTNAME= openvmps -PORTVERSION= 1.4.05 +PORTVERSION= 1.4.06 CATEGORIES= net-mgmt MASTER_SITES= SF/vmps/vmpsd/${PORTVERSION} DISTNAME= vmpsd-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vladimir.pushkar@gmail.com COMMENT= GPL implementation of the VMPS protocol LICENSE= GPLv2 USE_RC_SUBR= vmpsd -USES= gmake +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS=--bindir=${PREFIX}/sbin -MAN1= vmpsd.1 - -NO_STAGE= yes -.include - -.if ${ARCH} == "amd64" -IGNORE= does not run correctly on amd64 architecture, see ports/136376 -.endif - post-patch: @${REINPLACE_CMD} -e '/^install-exec-am:/s|install-sysconfDATA||' \ ${WRKSRC}/Makefile.in post-install: - ${INSTALL_DATA} ${WRKSRC}/vlan.db ${PREFIX}/etc/vmps.db.sample -.if !exists(${PREFIX}/etc/vmps.db) - cd ${PREFIX}/etc && ${CP} -p vmps.db.sample vmps.db -.endif + ${INSTALL_DATA} ${WRKSRC}/vlan.db ${STAGEDIR}${PREFIX}/etc/vmps.db.sample -.include +.include Modified: head/net-mgmt/openvmps/distinfo ============================================================================== --- head/net-mgmt/openvmps/distinfo Sat Aug 30 21:49:21 2014 (r366684) +++ head/net-mgmt/openvmps/distinfo Sat Feb 20 16:54:45 2016 (r409258) @@ -1,2 +1,2 @@ -SHA256 (vmpsd-1.4.05.tar.gz) = af79566af4ed89e667b95c5f613c2c4de8f252505e0914344f1cae9a5f6ea096 -SIZE (vmpsd-1.4.05.tar.gz) = 103942 +SHA256 (vmpsd-1.4.06.tar.gz) = deda56362c8de967e1b2b7e22f4e0e0b9fcedeaabffebb345b2be02360bdb0b5 +SIZE (vmpsd-1.4.06.tar.gz) = 121063 Modified: head/net-mgmt/openvmps/pkg-plist ============================================================================== --- head/net-mgmt/openvmps/pkg-plist Sat Aug 30 21:49:21 2014 (r366684) +++ head/net-mgmt/openvmps/pkg-plist Sat Feb 20 16:54:45 2016 (r409258) @@ -1,3 +1,3 @@ -@unexec if cmp -s %D/etc/vmps.db %D/etc/vmps.db.sample; then rm -f %D/etc/vmps.db; fi -etc/vmps.db.sample +@sample etc/vmps.db.sample sbin/vmpsd +man/man1/vmpsd.1.gz From owner-svn-ports-head@freebsd.org Sat Feb 20 16:59:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28A9FAAE8ED; Sat, 20 Feb 2016 16:59:04 +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 EC09C10B; Sat, 20 Feb 2016 16:59:03 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KGx3BZ085920; Sat, 20 Feb 2016 16:59:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KGx2Z6085918; Sat, 20 Feb 2016 16:59:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602201659.u1KGx2Z6085918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 20 Feb 2016 16:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409259 - in head/net-mgmt/openvmps: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:59:04 -0000 Author: pi Date: Sat Feb 20 16:59:02 2016 New Revision: 409259 URL: https://svnweb.freebsd.org/changeset/ports/409259 Log: net-mgmt/openvmps: add missing files pkg-descr, files/vmpsd.in Submitted by: Vladimir Pushkar Modified: head/net-mgmt/openvmps/files/vmpsd.in head/net-mgmt/openvmps/pkg-descr Modified: head/net-mgmt/openvmps/files/vmpsd.in ============================================================================== --- head/net-mgmt/openvmps/files/vmpsd.in Sat Feb 20 16:54:45 2016 (r409258) +++ head/net-mgmt/openvmps/files/vmpsd.in Sat Feb 20 16:59:02 2016 (r409259) @@ -17,7 +17,7 @@ load_rc_config $name # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/vmpsd -# +# # DO NOT CHANGE THESE DEFAULT VALUES HERE : ${vmpsd_enable:=NO} # Enable vmpsd Modified: head/net-mgmt/openvmps/pkg-descr ============================================================================== --- head/net-mgmt/openvmps/pkg-descr Sat Feb 20 16:54:45 2016 (r409258) +++ head/net-mgmt/openvmps/pkg-descr Sat Feb 20 16:59:02 2016 (r409259) @@ -1,5 +1,5 @@ VMPS (VLAN Management Policy Server) is a way of assigning switch ports to -specific VLANs based on the MAC address of connecting device. OpenVMPS is a -GPL implementation of VMPS. +specific VLANs based on the MAC address of connecting device. OpenVMPS is +a GPL implementation of VMPS. WWW: http://vmps.sourceforge.net/ From owner-svn-ports-head@freebsd.org Sat Feb 20 17:00:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74A52AAE941; Sat, 20 Feb 2016 17:00:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45781238; Sat, 20 Feb 2016 17:00:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KH0BCm086083; Sat, 20 Feb 2016 17:00:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KH0Bj7086082; Sat, 20 Feb 2016 17:00:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602201700.u1KH0Bj7086082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 20 Feb 2016 17:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409260 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 17:00:12 -0000 Author: pi Date: Sat Feb 20 17:00:11 2016 New Revision: 409260 URL: https://svnweb.freebsd.org/changeset/ports/409260 Log: net-mgmt/openvmps: remove MOVED entry Submitted by: Vladimir Pushkar Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat Feb 20 16:59:02 2016 (r409259) +++ head/MOVED Sat Feb 20 17:00:11 2016 (r409260) @@ -6723,7 +6723,6 @@ net-mgmt/nagios-portaudit||2014-09-01|No net-mgmt/nagios-silfreed-plugins||2014-09-01|Not staged net-mgmt/nagiostat||2014-09-01|Not staged net-mgmt/netams-front||2014-09-01|Not staged -net-mgmt/openvmps||2014-09-01|Not staged net-mgmt/ramond||2014-09-01|Not staged net-mgmt/rancid-devel||2014-09-01|Not staged net-mgmt/satellite||2014-09-01|Not staged From owner-svn-ports-head@freebsd.org Sat Feb 20 17:21:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A28BAAF165; Sat, 20 Feb 2016 17:21:33 +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 C5428C68; Sat, 20 Feb 2016 17:21:32 +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 u1KHLVgF092993; Sat, 20 Feb 2016 17:21:31 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KHLU9D092975; Sat, 20 Feb 2016 17:21:30 GMT (envelope-from db@FreeBSD.org) Message-Id: <201602201721.u1KHLU9D092975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sat, 20 Feb 2016 17:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409261 - in head/comms/soundmodem: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 17:21:33 -0000 Author: db Date: Sat Feb 20 17:21:29 2016 New Revision: 409261 URL: https://svnweb.freebsd.org/changeset/ports/409261 Log: Update to 0.20 Clean up submitted patch to work with system clang compiler Change to new upstream repository PR: ports/206705 Submitted by: takefu@airport.fm Added: head/comms/soundmodem/files/patch-p3dmodem_testcrc.c (contents, props changed) head/comms/soundmodem/files/patch-pammodem_pammodem.c (contents, props changed) head/comms/soundmodem/files/soundmodem.in (contents, props changed) Deleted: head/comms/soundmodem/files/patch-configapp_src_main.c head/comms/soundmodem/files/patch-configapp_src_soundmodemconfig.8 head/comms/soundmodem/files/patch-newqpsk_complex.h head/comms/soundmodem/files/patch-newqpsk_fec.h head/comms/soundmodem/files/patch-newqpsk_filter.h head/comms/soundmodem/files/patch-newqpsk_misc.h head/comms/soundmodem/files/patch-pskmodem_pskmodem.c head/comms/soundmodem/files/patch-soundcard_main.c head/comms/soundmodem/files/patch-soundcard_modem.h head/comms/soundmodem/files/patch-soundcard_simd.h head/comms/soundmodem/files/patch-soundcard_soundmodem.8 head/comms/soundmodem/files/soundmodem Modified: head/comms/soundmodem/Makefile head/comms/soundmodem/distinfo (contents, props changed) head/comms/soundmodem/files/patch-configapp_src_Makefile.in (contents, props changed) head/comms/soundmodem/files/patch-configure (contents, props changed) head/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc (contents, props changed) head/comms/soundmodem/files/patch-matlib_mat.hh (contents, props changed) head/comms/soundmodem/files/patch-newqpsk_filter-i386.h (contents, props changed) head/comms/soundmodem/files/patch-newqpsk_genfilt.c (contents, props changed) head/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c (contents, props changed) head/comms/soundmodem/files/patch-pammodem_genpamtbl.c (contents, props changed) head/comms/soundmodem/files/patch-pskmodem_genpsktbl.c (contents, props changed) head/comms/soundmodem/files/patch-soundcard_ptt.c (contents, props changed) head/comms/soundmodem/files/patch-soundcard_winlog.c (contents, props changed) head/comms/soundmodem/pkg-descr (contents, props changed) head/comms/soundmodem/pkg-plist (contents, props changed) Modified: head/comms/soundmodem/Makefile ============================================================================== --- head/comms/soundmodem/Makefile Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/Makefile Sat Feb 20 17:21:29 2016 (r409261) @@ -1,17 +1,15 @@ # $FreeBSD$ PORTNAME= soundmodem -PORTVERSION= 0.18 +PORTVERSION= 0.20 CATEGORIES= comms hamradio -MASTER_SITES= http://www.baycom.org/~tom/ham/soundmodem/ \ - http://soundmodem.vk4msl.yi.org/ \ - http://pv529.ncsrv.de/soundmodem/ \ - LOCAL/shurd +MASTER_SITES= http://download.gna.org/soundmodem/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio sound modem -LICENSE= GPLv1 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile @@ -20,18 +18,15 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USES= gmake pkgconfig gettext HAS_CONFIGURE= yes USE_GNOME= gtk20 libxml2 - -pre-patch: - @${CP} ${FILESDIR}/soundmodem ${WRKSRC} +USE_RC_SUBR= soundmodem +USE_SUBMAKE= yes post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/soundcard/soundmodem.8 \ - ${WRKSRC}/soundcard/main.c \ - ${WRKSRC}/configapp/src/soundmodemconfig.8 \ - ${WRKSRC}/configapp/src/main.c \ - ${WRKSRC}/soundmodem -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/soundmodem ${STAGEDIR}${PREFIX}/etc/rc.d + ${REINPLACE_CMD} -e 's|/etc/ax25|${LOCALBASE}/etc|g' \ + ${WRKSRC}/configapp/src/main.c\ + ${WRKSRC}/configapp/src/soundmodemconfig.8\ + ${WRKSRC}/soundcard/soundmodem.8\ + ${WRKSRC}/soundcard/main.c\ + ${WRKSRC}/soundmodem.spec .include Modified: head/comms/soundmodem/distinfo ============================================================================== --- head/comms/soundmodem/distinfo Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/distinfo Sat Feb 20 17:21:29 2016 (r409261) @@ -1,2 +1,2 @@ -SHA256 (soundmodem-0.18.tar.gz) = f033c1716df1378cda646dbb1c48ea9fb9a068772c6686f2ca411bfa64245c1c -SIZE (soundmodem-0.18.tar.gz) = 485475 +SHA256 (soundmodem-0.20.tar.gz) = 3f880349cbe4c8e27f02d276b2d3318e6b721cad6c0ab2ba8e2c1768251fd494 +SIZE (soundmodem-0.20.tar.gz) = 507650 Modified: head/comms/soundmodem/files/patch-configapp_src_Makefile.in ============================================================================== --- head/comms/soundmodem/files/patch-configapp_src_Makefile.in Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-configapp_src_Makefile.in Sat Feb 20 17:21:29 2016 (r409261) @@ -1,15 +1,15 @@ ---- configapp/src/Makefile.in.orig 2012-11-07 05:55:36.000000000 -0500 -+++ configapp/src/Makefile.in 2013-12-14 12:09:14.352210905 -0500 -@@ -87,7 +87,7 @@ - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) --LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(INTLLIBS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ - SOURCES = $(soundmodemconfig_SOURCES) - DIST_SOURCES = $(soundmodemconfig_SOURCES) - am__can_run_installinfo = \ -@@ -300,7 +300,7 @@ +--- configapp/src/Makefile.in.orig 2015-05-04 17:59:05 UTC ++++ configapp/src/Makefile.in +@@ -106,7 +106,7 @@ soundmodemconfig_DEPENDENCIES = ../../so + ../../soundcard/libaudioio.a ../../soundcard/libpttio.a \ + $(MODEMLIBS) ../../matlib/libmat.a ../../libmisc/libmisc.a \ + ../../soundcard/libcommon.a $(am__DEPENDENCIES_1) +-soundmodemconfig_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++soundmodemconfig_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(INTLLIBS)\ + $(soundmodemconfig_LDFLAGS) $(LDFLAGS) -o $@ + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +@@ -366,7 +366,7 @@ soundmodemconfig_SOURCES = \ soundmodemconfig_LDADD = ../../soundcard/liblog.a ../../soundcard/libaudioio.a ../../soundcard/libpttio.a \ $(MODEMLIBS) ../../matlib/libmat.a ../../libmisc/libmisc.a ../../soundcard/libcommon.a \ Modified: head/comms/soundmodem/files/patch-configure ============================================================================== --- head/comms/soundmodem/files/patch-configure Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-configure Sat Feb 20 17:21:29 2016 (r409261) @@ -1,6 +1,6 @@ ---- configure.orig 2012-11-07 05:55:37.000000000 -0500 -+++ configure 2012-11-07 07:02:34.000000000 -0500 -@@ -844,7 +844,7 @@ +--- configure.orig 2015-05-04 17:59:03 UTC ++++ configure +@@ -869,7 +869,7 @@ pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' @@ -9,7 +9,7 @@ ac_prev= ac_dashdash= -@@ -7265,7 +7265,7 @@ +@@ -7565,7 +7565,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ int main () { Modified: head/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc ============================================================================== --- head/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc Sat Feb 20 17:21:29 2016 (r409261) @@ -1,6 +1,6 @@ ---- fsk/gendf9icfilt.cc.orig 2013-12-13 08:19:49.459920041 -0500 -+++ fsk/gendf9icfilt.cc 2013-12-13 08:43:50.641820677 -0500 -@@ -41,6 +41,8 @@ +--- fsk/gendf9icfilt.cc.orig 2003-01-06 14:28:19 UTC ++++ fsk/gendf9icfilt.cc +@@ -41,6 +41,8 @@ using namespace std; #include "getopt.h" @@ -9,7 +9,7 @@ /* --------------------------------------------------------------------- */ template complex rxfilter(T freq) -@@ -173,7 +175,8 @@ +@@ -173,7 +175,8 @@ static void printfcoeff(ostream& os, uns printtransferfunc(os, fftsz, over); else os << "/* this file is automatically generated, do not edit!! */\n\n"; Modified: head/comms/soundmodem/files/patch-matlib_mat.hh ============================================================================== --- head/comms/soundmodem/files/patch-matlib_mat.hh Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-matlib_mat.hh Sat Feb 20 17:21:29 2016 (r409261) @@ -1,6 +1,6 @@ ---- matlib/mat.hh.orig 2013-12-13 08:25:15.148898287 -0500 -+++ matlib/mat.hh 2013-12-13 08:45:23.061999828 -0500 -@@ -91,36 +91,6 @@ +--- matlib/mat.hh.orig 2003-01-05 19:19:33 UTC ++++ matlib/mat.hh +@@ -91,36 +91,6 @@ template void mmul(T *c, con memcpy(c, r, d1 * d3 * sizeof(c[0])); } @@ -37,7 +37,7 @@ /* Transpose a matrix (a el C^{d1 x d2}, b el C^{d2 x d1}) */ template void mtranspose(T *b, const T *a, unsigned int d1, unsigned int d2) { -@@ -440,23 +410,6 @@ +@@ -440,23 +410,6 @@ template void mlusolve(T *x, } } Modified: head/comms/soundmodem/files/patch-newqpsk_filter-i386.h ============================================================================== --- head/comms/soundmodem/files/patch-newqpsk_filter-i386.h Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-newqpsk_filter-i386.h Sat Feb 20 17:21:29 2016 (r409261) @@ -1,5 +1,5 @@ ---- newqpsk/filter-i386.h.orig 2012-11-07 05:41:08.000000000 -0500 -+++ newqpsk/filter-i386.h 2013-12-14 17:39:18.000000000 -0500 +--- newqpsk/filter-i386.h.orig 2015-05-04 17:52:25 UTC ++++ newqpsk/filter-i386.h @@ -1,7 +1,7 @@ #ifndef _FILTER_I386_H #define _FILTER_I386_H Modified: head/comms/soundmodem/files/patch-newqpsk_genfilt.c ============================================================================== --- head/comms/soundmodem/files/patch-newqpsk_genfilt.c Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-newqpsk_genfilt.c Sat Feb 20 17:21:29 2016 (r409261) @@ -1,6 +1,6 @@ ---- newqpsk/genfilt.c.orig 2014-12-01 09:43:37.000000000 +0000 -+++ newqpsk/genfilt.c 2014-12-01 09:43:45.000000000 +0000 -@@ -18,7 +18,7 @@ +--- newqpsk/genfilt.c.orig 2002-08-09 20:01:52 UTC ++++ newqpsk/genfilt.c +@@ -18,7 +18,7 @@ int main(int argc, char **argv) puts("#define _FILTER_I386_H"); puts("#define __HAVE_ARCH_MAC"); Modified: head/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c ============================================================================== --- head/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c Sat Feb 20 17:21:29 2016 (r409261) @@ -1,5 +1,5 @@ ---- p3dmodem/genp3dtbl.c.orig 2002-08-09 15:01:52.000000000 -0500 -+++ p3dmodem/genp3dtbl.c 2013-12-14 17:48:45.000000000 -0500 +--- p3dmodem/genp3dtbl.c.orig 2002-08-09 20:01:52 UTC ++++ p3dmodem/genp3dtbl.c @@ -39,6 +39,8 @@ #include #include Added: head/comms/soundmodem/files/patch-p3dmodem_testcrc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-p3dmodem_testcrc.c Sat Feb 20 17:21:29 2016 (r409261) @@ -0,0 +1,11 @@ +--- p3dmodem/testcrc.c.orig 2002-08-09 20:01:52 UTC ++++ p3dmodem/testcrc.c +@@ -40,6 +40,8 @@ + + #define BLOCKSZ 512 + ++unsigned int log_verblevel; ++ + static int testone(void) + { + unsigned char data[BLOCKSZ]; Modified: head/comms/soundmodem/files/patch-pammodem_genpamtbl.c ============================================================================== --- head/comms/soundmodem/files/patch-pammodem_genpamtbl.c Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-pammodem_genpamtbl.c Sat Feb 20 17:21:29 2016 (r409261) @@ -1,5 +1,5 @@ ---- pammodem/genpamtbl.c.orig 2002-08-09 15:01:52.000000000 -0500 -+++ pammodem/genpamtbl.c 2013-12-14 17:52:08.000000000 -0500 +--- pammodem/genpamtbl.c.orig 2002-08-09 20:01:52 UTC ++++ pammodem/genpamtbl.c @@ -38,6 +38,8 @@ #include #include Added: head/comms/soundmodem/files/patch-pammodem_pammodem.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-pammodem_pammodem.c Sat Feb 20 17:21:29 2016 (r409261) @@ -0,0 +1,20 @@ +--- pammodem/pammodem.c.orig 2015-05-04 17:58:30 UTC ++++ pammodem/pammodem.c +@@ -160,7 +160,7 @@ struct rxstate { + unsigned int rxptr; + }; + +-extern inline int rxgsfir(const int16_t *buf, const int *coeff) ++inline int rxgsfir(const int16_t *buf, const int *coeff) + { + unsigned int i; + int s; +@@ -207,7 +207,7 @@ static void rxrewindsamples(struct rxsta + rx->rxphase -= ph; + } + +-only_inline int calcsync(int *toten, int *corren, int16_t *samples) ++inline int calcsync(int *toten, int *corren, int16_t *samples) + { + const int *tr = trainsyms; + unsigned int i; Modified: head/comms/soundmodem/files/patch-pskmodem_genpsktbl.c ============================================================================== --- head/comms/soundmodem/files/patch-pskmodem_genpsktbl.c Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-pskmodem_genpsktbl.c Sat Feb 20 17:21:29 2016 (r409261) @@ -1,5 +1,5 @@ ---- pskmodem/genpsktbl.c.orig 2013-12-14 14:02:09.000000000 -0500 -+++ pskmodem/genpsktbl.c 2013-12-14 14:02:34.000000000 -0500 +--- pskmodem/genpsktbl.c.orig 2002-08-09 20:01:52 UTC ++++ pskmodem/genpsktbl.c @@ -40,6 +40,8 @@ #include #include Modified: head/comms/soundmodem/files/patch-soundcard_ptt.c ============================================================================== --- head/comms/soundmodem/files/patch-soundcard_ptt.c Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-soundcard_ptt.c Sat Feb 20 17:21:29 2016 (r409261) @@ -1,8 +1,8 @@ ---- soundcard/ptt.c.orig 2012-11-07 11:05:55.000000000 -0500 -+++ soundcard/ptt.c 2012-11-07 11:06:15.000000000 -0500 -@@ -176,7 +176,7 @@ - #endif - +--- soundcard/ptt.c.orig 2014-09-01 16:22:57 UTC ++++ soundcard/ptt.c +@@ -250,7 +250,7 @@ int pttinit(struct pttio *state, const c + return 0; + } logprintf(MLOG_INFO, "Opening PTT device \"%s\"\n", path); - if ((fd = open(path, O_RDWR, 0)) < 0) { + if ((fd = open(path, O_RDWR|O_NONBLOCK, 0)) < 0) { Modified: head/comms/soundmodem/files/patch-soundcard_winlog.c ============================================================================== --- head/comms/soundmodem/files/patch-soundcard_winlog.c Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/files/patch-soundcard_winlog.c Sat Feb 20 17:21:29 2016 (r409261) @@ -1,5 +1,5 @@ ---- soundcard/winlog.c.orig 2013-12-13 08:55:02.797125391 -0500 -+++ soundcard/winlog.c 2013-12-13 08:55:35.636772475 -0500 +--- soundcard/winlog.c.orig 2002-12-31 11:30:52 UTC ++++ soundcard/winlog.c @@ -44,7 +44,7 @@ /* ---------------------------------------------------------------------- */ Added: head/comms/soundmodem/files/soundmodem.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/soundmodem.in Sat Feb 20 17:21:29 2016 (r409261) @@ -0,0 +1,39 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: soundmodem +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# soundmodem_enable (bool): Set to NO by default. +# Set it to YES to enable soundmodem. +# soundmodem_config (path): Set to %%PREFIX%%/etc/soundmodem.conf +# by default. + +. /etc/rc.subr + +name=soundmodem +rcvar=soundmodem_enable +load_rc_config $name + +: ${soundmodem_enable:="NO"} +: ${soundmodem_config:="%%PREFIX%%/etc/soundmodem.conf"} + +command=%%PREFIX%%/sbin/${name} +command_args="$soundmodem_config --daemonize" +stop_cmd=soundmodem_stop + +required_files=%%PREFIX%%/etc/soundmodem.conf + +soundmodem_stop() +{ + echo "Stopping soundmodem." + killall soundmodem + return 0 +} + +run_rc_command "$1" Modified: head/comms/soundmodem/pkg-descr ============================================================================== --- head/comms/soundmodem/pkg-descr Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/pkg-descr Sat Feb 20 17:21:29 2016 (r409261) @@ -1,3 +1,3 @@ soundmodem Tom's userland modem on FreeBSD -WWW: http://www.baycom.org/~tom/ham/soundmodem/ +WWW: http://gna.org/projects/soundmodem Modified: head/comms/soundmodem/pkg-plist ============================================================================== --- head/comms/soundmodem/pkg-plist Sat Feb 20 17:00:11 2016 (r409260) +++ head/comms/soundmodem/pkg-plist Sat Feb 20 17:21:29 2016 (r409261) @@ -1,6 +1,5 @@ bin/soundmodemconfig sbin/soundmodem -etc/rc.d/soundmodem include/modem.h include/simd.h share/locale/fr/LC_MESSAGES/soundmodem.mo From owner-svn-ports-head@freebsd.org Sat Feb 20 19:13:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3B9AAAD65C; Sat, 20 Feb 2016 19:13:23 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 943911D0; Sat, 20 Feb 2016 19:13:23 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KJDMBw026703; Sat, 20 Feb 2016 19:13:22 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KJDMNb026702; Sat, 20 Feb 2016 19:13:22 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201602201913.u1KJDMNb026702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sat, 20 Feb 2016 19:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409262 - head/lang/lua53 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 19:13:23 -0000 Author: ian Date: Sat Feb 20 19:13:22 2016 New Revision: 409262 URL: https://svnweb.freebsd.org/changeset/ports/409262 Log: Bump PORTREVISION for changes done in r409214; the CFLAGS change in that revision results in different binaries. Approved by: sbruno(mentor) Modified: head/lang/lua53/Makefile Modified: head/lang/lua53/Makefile ============================================================================== --- head/lang/lua53/Makefile Sat Feb 20 17:21:29 2016 (r409261) +++ head/lang/lua53/Makefile Sat Feb 20 19:13:22 2016 (r409262) @@ -3,6 +3,7 @@ PORTNAME= lua PORTVERSION= 5.3.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ PKGNAMESUFFIX= 53 From owner-svn-ports-head@freebsd.org Sat Feb 20 19:19:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C806AADA07; Sat, 20 Feb 2016 19:19:52 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB790361; Sat, 20 Feb 2016 19:19:51 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KJJp6w027067; Sat, 20 Feb 2016 19:19:51 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KJJo55027064; Sat, 20 Feb 2016 19:19:50 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201602201919.u1KJJo55027064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sat, 20 Feb 2016 19:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409263 - in head/lang: lua51 lua52 lua53 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 19:19:52 -0000 Author: ian Date: Sat Feb 20 19:19:50 2016 New Revision: 409263 URL: https://svnweb.freebsd.org/changeset/ports/409263 Log: Use -fPIC on all arches; lua builds the object files into a shared lib. Since the object files get built into a shared lib, using -fPIC on all arches is the right thing to do, instead of adding it to each new arch that comes along which doesn't accidentally allow non-PIC modules in shared libs. PR: 207324 Approved by: mat(mentor) Differential Revision: https://reviews.freebsd.org/D5362 Modified: head/lang/lua51/Makefile head/lang/lua52/Makefile head/lang/lua53/Makefile Modified: head/lang/lua51/Makefile ============================================================================== --- head/lang/lua51/Makefile Sat Feb 20 19:13:22 2016 (r409262) +++ head/lang/lua51/Makefile Sat Feb 20 19:19:50 2016 (r409263) @@ -52,9 +52,7 @@ LUA_SUBDIR?= lua${PKGNAMESUFFIX} LUA_INCDIR?= ${LUA_PREFIX}/include/${LUA_SUBDIR} LUA_LIBDIR?= ${LUA_PREFIX}/lib -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC -CFLAGS_powerpc= -fPIC +CFLAGS+= -fPIC post-patch: @${REINPLACE_CMD} -e 's,rand *(,random(,g' \ Modified: head/lang/lua52/Makefile ============================================================================== --- head/lang/lua52/Makefile Sat Feb 20 19:13:22 2016 (r409262) +++ head/lang/lua52/Makefile Sat Feb 20 19:19:50 2016 (r409263) @@ -57,9 +57,7 @@ SUB_LIST= version=${PORTVERSION} \ libdir=${LUA_LIBDIR} \ soname=lua-${LUA_VER} -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC -CFLAGS_powerpc= -fPIC +CFLAGS+= -fPIC post-patch: @${REINPLACE_CMD} -e 's,rand *(,random(,g' \ Modified: head/lang/lua53/Makefile ============================================================================== --- head/lang/lua53/Makefile Sat Feb 20 19:13:22 2016 (r409262) +++ head/lang/lua53/Makefile Sat Feb 20 19:19:50 2016 (r409263) @@ -58,9 +58,7 @@ SUB_LIST= version=${PORTVERSION} \ libdir=${LUA_LIBDIR} \ soname=lua-${LUA_VER} -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC -CFLAGS_powerpc= -fPIC +CFLAGS+= -fPIC post-patch: @${REINPLACE_CMD} -e 's,rand *(,random(,g' \ From owner-svn-ports-head@freebsd.org Sat Feb 20 19:42:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42ABEAAE62B; Sat, 20 Feb 2016 19:42:43 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 161E4FB9; Sat, 20 Feb 2016 19:42:43 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KJggG9035742; Sat, 20 Feb 2016 19:42:42 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KJgg0N035741; Sat, 20 Feb 2016 19:42:42 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602201942.u1KJgg0N035741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 20 Feb 2016 19:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409264 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 19:42:43 -0000 Author: osa Date: Sat Feb 20 19:42:41 2016 New Revision: 409264 URL: https://svnweb.freebsd.org/changeset/ports/409264 Log: Register a list of staged dynamic modules in nginx.conf-dist file automagically. Bump PORTREVISION. Modified: head/www/nginx-devel/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Feb 20 19:19:50 2016 (r409263) +++ head/www/nginx-devel/Makefile Sat Feb 20 19:42:41 2016 (r409264) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -1106,7 +1106,7 @@ do-install: .for i in koi-utf koi-win win-utf ${INSTALL_DATA} ${WRKSRC}/conf/${i} ${STAGEDIR}${ETCDIR} .endfor -.for i in fastcgi_params mime.types nginx.conf scgi_params uwsgi_params +.for i in fastcgi_params mime.types scgi_params uwsgi_params ${INSTALL_DATA} ${WRKSRC}/conf/${i} ${STAGEDIR}${ETCDIR}/${i}-dist .endfor .if !empty(PORT_OPTIONS:MHTTP) && !empty(PORT_OPTIONS:MWWW) @@ -1148,6 +1148,13 @@ post-install: # Add dynamic modules to the plist (cd ${STAGEDIR}${PREFIX} && ${FIND} ${MODULESDIR:S|${PREFIX}/||} \ - ! -type d >> ${TMPPLIST}) + ! -type d >>${TMPPLIST}) +# Update nginx.conf-dist with a list of staged dynamic modules + (cd ${STAGEDIR}${ETCDIR} && \ + ${FIND} ${MODULESDIR:S|${ETCDIR}/||} -type f -name '*.so' \ + -exec ${ECHO_CMD} "load_module {};" \; \ + >>${STAGEDIR}${ETCDIR}/nginx.conf-dist && \ + ${CAT} ${WRKSRC}/conf/nginx.conf \ + >>${STAGEDIR}${ETCDIR}/nginx.conf-dist) .include From owner-svn-ports-head@freebsd.org Sat Feb 20 20:10:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11B9AAAF3DB; Sat, 20 Feb 2016 20:10:16 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E19121D9C; Sat, 20 Feb 2016 20:10:15 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KKAEDL041939; Sat, 20 Feb 2016 20:10:14 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KKAEJY041935; Sat, 20 Feb 2016 20:10:14 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602202010.u1KKAEJY041935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 20 Feb 2016 20:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409265 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 20:10:16 -0000 Author: osa Date: Sat Feb 20 20:10:14 2016 New Revision: 409265 URL: https://svnweb.freebsd.org/changeset/ports/409265 Log: Upgrade third-party ct (Certificate Transparency) module from 1790ac0 to f3cad5e. Enable dynamic module feature in www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Feb 20 19:42:41 2016 (r409264) +++ head/www/nginx-devel/Makefile Sat Feb 20 20:10:14 2016 (r409265) @@ -390,11 +390,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_cl .endif .if ${PORT_OPTIONS:MCT} -GIT_CT_VERSION= 1790ac0 +GIT_CT_VERSION= f3cad5e GH_ACCOUNT+= grahamedgecombe:ct GH_PROJECT+= nginx-ct:ct GH_TAGNAME+= ${GIT_CT_VERSION}:ct -CONFIGURE_ARGS+=--add-module=${WRKSRC_ct} +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_ct} NGINX_OPENSSL= yes USE_HTTP_SSL= yes USE_OPENSSL_PORT= yes Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Feb 20 19:42:41 2016 (r409264) +++ head/www/nginx-devel/distinfo Sat Feb 20 20:10:14 2016 (r409265) @@ -42,8 +42,8 @@ SHA256 (yaoweibin-nginx_ajp_module-bf6cd SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = fba7db2d16c0a2cf9a8d759baa6fdde1176bb9a4f0c747a218d3efd9f37298e8 SIZE (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = 589270 -SHA256 (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = df1006198fa0ce58b0353260cb37b0b7fa3636972bdb1ad9f442ac9b7af8172b -SIZE (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = 4107 +SHA256 (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 846e148f09ffea2ffc1b09b20c84408e23c170313f967513a85009717227c13a +SIZE (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 5521 SHA256 (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 7b8bb5139001306a46f8e9ce0b7d09befff2f49741ecc6eb47299518764defcd SIZE (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 52144 SHA256 (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 422b12414a6f850cbb3ee96c225e5259eef4e949f70e63e27e6583ce3eb836ff Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Feb 20 19:42:41 2016 (r409264) +++ head/www/nginx/Makefile Sat Feb 20 20:10:14 2016 (r409265) @@ -378,7 +378,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_cl .endif .if ${PORT_OPTIONS:MCT} -GIT_CT_VERSION= 1790ac0 +GIT_CT_VERSION= f3cad5e GH_ACCOUNT+= grahamedgecombe:ct GH_PROJECT+= nginx-ct:ct GH_TAGNAME+= ${GIT_CT_VERSION}:ct Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Feb 20 19:42:41 2016 (r409264) +++ head/www/nginx/distinfo Sat Feb 20 20:10:14 2016 (r409265) @@ -42,8 +42,8 @@ SHA256 (yaoweibin-nginx_ajp_module-bf6cd SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = fba7db2d16c0a2cf9a8d759baa6fdde1176bb9a4f0c747a218d3efd9f37298e8 SIZE (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = 589270 -SHA256 (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = df1006198fa0ce58b0353260cb37b0b7fa3636972bdb1ad9f442ac9b7af8172b -SIZE (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = 4107 +SHA256 (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 846e148f09ffea2ffc1b09b20c84408e23c170313f967513a85009717227c13a +SIZE (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 5521 SHA256 (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 7b8bb5139001306a46f8e9ce0b7d09befff2f49741ecc6eb47299518764defcd SIZE (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 52144 SHA256 (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 422b12414a6f850cbb3ee96c225e5259eef4e949f70e63e27e6583ce3eb836ff From owner-svn-ports-head@freebsd.org Sat Feb 20 21:01:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BB88AAE911; Sat, 20 Feb 2016 21:01:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2887D17B; Sat, 20 Feb 2016 21:01:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KL1qpa059405; Sat, 20 Feb 2016 21:01:52 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KL1qKS059404; Sat, 20 Feb 2016 21:01:52 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602202101.u1KL1qKS059404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 20 Feb 2016 21:01:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409266 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 21:01:53 -0000 Author: osa Date: Sat Feb 20 21:01:51 2016 New Revision: 409266 URL: https://svnweb.freebsd.org/changeset/ports/409266 Log: Enable third-party brotli module as dynamic module. Modified: head/www/nginx-devel/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Feb 20 20:10:14 2016 (r409265) +++ head/www/nginx-devel/Makefile Sat Feb 20 21:01:51 2016 (r409266) @@ -950,7 +950,7 @@ LIB_DEPENDS+= libbrotlidec.so:${PORTSDIR GH_ACCOUNT+= google:brotli GH_PROJECT+= ngx_brotli:brotli GH_TAGNAME+= ${NGINX_BROTLI_VERSION}:brotli -CONFIGURE_ARGS+=--add-module=${WRKSRC_brotli} +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_brotli} .endif .if ${PORT_OPTIONS:MFORMINPUT} From owner-svn-ports-head@freebsd.org Sat Feb 20 21:49:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F06AAF970; Sat, 20 Feb 2016 21:49:03 +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 A8545138A; Sat, 20 Feb 2016 21:49:03 +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 A1DABBDC2E; Sat, 20 Feb 2016 22:48:54 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 81B3FBDC3E; Sat, 20 Feb 2016 22:48:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 36C3453CCCA9; Sat, 20 Feb 2016 22:48:54 +0100 (CET) Date: Sat, 20 Feb 2016 22:48:53 +0100 From: Mathieu Arnold To: Frederic Culot , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r409243 - in head/ports-mgmt: . portal Message-ID: In-Reply-To: <201602201431.u1KEVeRc041383@repo.freebsd.org> References: <201602201431.u1KEVeRc041383@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========DACE11924FD23576ABF7==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 21:49:04 -0000 --==========DACE11924FD23576ABF7========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 20 f=C3=A9vrier 2016 14:31:40 +0000 Frederic Culot = wrote: | +MASTER_SITES=3D GH | +GH_TAGNAME=3D 0.1 Both of those are not needed. --=20 Mathieu Arnold --==========DACE11924FD23576ABF7========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWyN9FXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IGBYP/ifFpSAXmBg7cmZXeDzu4Ip+ E5Ra0NjYC2QbW+R6A3ZMmmSkifqHOKO37y5hqOfbLOKQW70EtBGnL6cmAnK8l4jP 6WAVREC6anqhsyqCCFosUYd2u9fsrbf/ZPrwwBTUCvef4e6bulN69OCyGeFq+4wH oalaUBwar54txaTCGZjGBjczhVbHVBBeI4sjP3n4MZDtekZ3gVeQXl2dPEYC8u1i up3PF353dMeDfm+eKvvf9kUmXo0ffoIBhejEgM6Ah2++W+hfJYtp2gApjIJH0zac 7mjDq4qUFIC7bpyw3Mmno0wfh/88pATSW4Y+YSy8e4LDjFzgNmgjBvnlmR0XMRLy 9JYx+PUlUMc3U/VMLQ5+HCqFxOGKFSpjeVdKGfKzX3Z5Pbm3lvZmBGXEN7JXQIC9 pNTDYReHh2hrrUWMmQouhR2XvgyH1PGQDBYueWVNKWlzGNitqkci3Q+qEnaTz+eB irl4YXd7uxkbJ+21ndLp9H5c8yyubnnPAWKhxL5pNvJUQf7W/mgFg5+yo+PnLhTW UslMAM978Y+UWj6QEGBdGJDE9Te5YeiW+EaeH0CgkKa82Yio8WTlkJPjv6Jrjv9s y2vy1flt3Ald6cUePPkHQ0P/dfCjxRAjSf7cEhU77Q0bMjoyjWsf5wO6mD3rqyNV bNJKSADpHOfXGrPjT+Ez =xV/I -----END PGP SIGNATURE----- --==========DACE11924FD23576ABF7==========--