From owner-svn-ports-branches@freebsd.org Mon Sep 7 11:51:47 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBC199CCBE4; Mon, 7 Sep 2015 11:51:47 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 921321F24; Mon, 7 Sep 2015 11:51:47 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t87Bplxk014211; Mon, 7 Sep 2015 11:51:47 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t87BplOB014209; Mon, 7 Sep 2015 11:51:47 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509071151.t87BplOB014209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 7 Sep 2015 11:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396263 - in branches/2015Q3/graphics/libwmf: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 11:51:47 -0000 Author: junovitch Date: Mon Sep 7 11:51:46 2015 New Revision: 396263 URL: https://svnweb.freebsd.org/changeset/ports/396263 Log: MFH: r396262 graphics/libwmf: Fix bug introduced by patch for CVE-2015-4696 - The original CVE-2015-4696 patch from upstream was missing line numbers in the first patch hunk. The security issue was resolved by the restructured code but a new potential bug was introduced in the process. - While here, update to my FreeBSD.org email PR: 201513 Reported by: Sevan Janiyan Obtained from: Fedora libwmf RPM git (commit c8bc53c1) Approved by: ports-secteam (feld), feld (mentor) Modified: branches/2015Q3/graphics/libwmf/Makefile branches/2015Q3/graphics/libwmf/files/patch-deb784192-CVE-2015-4696 Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/graphics/libwmf/Makefile ============================================================================== --- branches/2015Q3/graphics/libwmf/Makefile Mon Sep 7 11:50:19 2015 (r396262) +++ branches/2015Q3/graphics/libwmf/Makefile Mon Sep 7 11:51:46 2015 (r396263) @@ -3,11 +3,11 @@ PORTNAME= libwmf PORTVERSION= 0.2.8.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= SF/wvware/${PORTNAME}/${PORTVERSION} -MAINTAINER= jason.unovitch@gmail.com +MAINTAINER= junovitch@FreeBSD.org COMMENT= Tools and library for converting Microsoft WMF (windows metafile) LICENSE= GPLv2 # or later Modified: branches/2015Q3/graphics/libwmf/files/patch-deb784192-CVE-2015-4696 ============================================================================== --- branches/2015Q3/graphics/libwmf/files/patch-deb784192-CVE-2015-4696 Mon Sep 7 11:50:19 2015 (r396262) +++ branches/2015Q3/graphics/libwmf/files/patch-deb784192-CVE-2015-4696 Mon Sep 7 11:51:46 2015 (r396263) @@ -1,5 +1,8 @@ --- src/player/meta.h +++ src/player/meta.h +@@ -2585,6 +2585,8 @@ + polyrect.BR[i] = clip->rects[i].BR; + } + if (FR->region_clip) FR->region_clip (API,&polyrect); + From owner-svn-ports-branches@freebsd.org Tue Sep 8 01:35:13 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 712A89CD95B; Tue, 8 Sep 2015 01:35:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61E221E97; Tue, 8 Sep 2015 01:35:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t881ZDea095172; Tue, 8 Sep 2015 01:35:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t881ZDJW095171; Tue, 8 Sep 2015 01:35:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509080135.t881ZDJW095171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Sep 2015 01:35:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396351 - branches/2015Q3/games/klondike X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 01:35:13 -0000 Author: amdmi3 Date: Tue Sep 8 01:35:12 2015 New Revision: 396351 URL: https://svnweb.freebsd.org/changeset/ports/396351 Log: MFH: r396350 - Fix shebangs - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/games/klondike/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/games/klondike/Makefile ============================================================================== --- branches/2015Q3/games/klondike/Makefile Tue Sep 8 01:33:55 2015 (r396350) +++ branches/2015Q3/games/klondike/Makefile Tue Sep 8 01:35:12 2015 (r396351) @@ -3,16 +3,20 @@ PORTNAME= klondike PORTVERSION= 1.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games tk MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= faber@isi.edu COMMENT= Solitaire game for X11 -USES= tk:run +LICENSE= BSD3CLAUSE + +USES= shebangfix tk:run +SHEBANG_FILES= *.tcl GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games CONFIGURE_ENV= WISHX=${WISH} +NO_ARCH= yes .include From owner-svn-ports-branches@freebsd.org Tue Sep 8 16:16:49 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CC589CC17C; Tue, 8 Sep 2015 16:16:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DC9518BC; Tue, 8 Sep 2015 16:16:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88GGnZU072176; Tue, 8 Sep 2015 16:16:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88GGnq0072175; Tue, 8 Sep 2015 16:16:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509081616.t88GGnq0072175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Sep 2015 16:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396403 - branches/2015Q3/devel/py-ocempgui X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 16:16:49 -0000 Author: amdmi3 Date: Tue Sep 8 16:16:48 2015 New Revision: 396403 URL: https://svnweb.freebsd.org/changeset/ports/396403 Log: MFH: r396401 - Fix installed file referring to stagedir - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2015Q3/devel/py-ocempgui/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/py-ocempgui/Makefile ============================================================================== --- branches/2015Q3/devel/py-ocempgui/Makefile Tue Sep 8 16:14:30 2015 (r396402) +++ branches/2015Q3/devel/py-ocempgui/Makefile Tue Sep 8 16:16:48 2015 (r396403) @@ -3,7 +3,7 @@ PORTNAME= ocempgui PORTVERSION= 0.2.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel python MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,5 +20,9 @@ RUN_DEPENDS= ${LOCALBASE}/include/${PYTH USES= python:2 USE_GNOME= atk USE_PYTHON= autoplist distutils +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's|@DATAPATH@|${DATADIR}|' ${WRKSRC}/ocempgui/widgets/Constants.py .include From owner-svn-ports-branches@freebsd.org Tue Sep 8 16:45:01 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69E16A0045C; Tue, 8 Sep 2015 16:45:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AC9C115A; Tue, 8 Sep 2015 16:45:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88Gj101085340; Tue, 8 Sep 2015 16:45:01 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88Gj0gk085338; Tue, 8 Sep 2015 16:45:00 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509081645.t88Gj0gk085338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 8 Sep 2015 16:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396410 - in branches/2015Q3/sysutils/screen: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 16:45:01 -0000 Author: feld Date: Tue Sep 8 16:45:00 2015 New Revision: 396410 URL: https://svnweb.freebsd.org/changeset/ports/396410 Log: MFH: r392658 Remove incorrect screenrc command. PR: 201717 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/sysutils/screen/Makefile branches/2015Q3/sysutils/screen/files/screenrc.sample Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/screen/Makefile ============================================================================== --- branches/2015Q3/sysutils/screen/Makefile Tue Sep 8 16:41:43 2015 (r396409) +++ branches/2015Q3/sysutils/screen/Makefile Tue Sep 8 16:45:00 2015 (r396410) @@ -3,6 +3,7 @@ PORTNAME= screen PORTVERSION= 4.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \ ftp://ftp.gnu.org/gnu/screen/ \ Modified: branches/2015Q3/sysutils/screen/files/screenrc.sample ============================================================================== --- branches/2015Q3/sysutils/screen/files/screenrc.sample Tue Sep 8 16:41:43 2015 (r396409) +++ branches/2015Q3/sysutils/screen/files/screenrc.sample Tue Sep 8 16:45:00 2015 (r396410) @@ -8,4 +8,3 @@ vbell off shell -$SHELL logtstamp on logtstamp after 1 -logfile flush From owner-svn-ports-branches@freebsd.org Tue Sep 8 16:46:06 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAFE5A004C6; Tue, 8 Sep 2015 16:46:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1EB7126E; Tue, 8 Sep 2015 16:46:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88Gk60X085564; Tue, 8 Sep 2015 16:46:06 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88Gk6Nb085561; Tue, 8 Sep 2015 16:46:06 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509081646.t88Gk6Nb085561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 8 Sep 2015 16:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396411 - in branches/2015Q3/sysutils/screen: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 16:46:06 -0000 Author: feld Date: Tue Sep 8 16:46:05 2015 New Revision: 396411 URL: https://svnweb.freebsd.org/changeset/ports/396411 Log: MFH: r396408 Add patch to resolve stack overflow vulnerability Security: 98092444-5645-11e5-9ad8-14dae9d210b8 Security: CVE-2015-6806 Approved by: ports-secteam (with hat) Added: branches/2015Q3/sysutils/screen/files/patch-CVE-2015-6806 - copied unchanged from r396408, head/sysutils/screen/files/patch-CVE-2015-6806 Modified: branches/2015Q3/sysutils/screen/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/screen/Makefile ============================================================================== --- branches/2015Q3/sysutils/screen/Makefile Tue Sep 8 16:45:00 2015 (r396410) +++ branches/2015Q3/sysutils/screen/Makefile Tue Sep 8 16:46:05 2015 (r396411) @@ -3,7 +3,7 @@ PORTNAME= screen PORTVERSION= 4.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \ ftp://ftp.gnu.org/gnu/screen/ \ Copied: branches/2015Q3/sysutils/screen/files/patch-CVE-2015-6806 (from r396408, head/sysutils/screen/files/patch-CVE-2015-6806) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/sysutils/screen/files/patch-CVE-2015-6806 Tue Sep 8 16:46:05 2015 (r396411, copy of r396408, head/sysutils/screen/files/patch-CVE-2015-6806) @@ -0,0 +1,55 @@ +From b7484c224738247b510ed0d268cd577076958f1b Mon Sep 17 00:00:00 2001 +From: Kuang-che Wu +Date: Mon, 31 Aug 2015 17:49:57 +0000 +Subject: Fix stack overflow due to too deep recursion + +Bug: 45713 + +How to reproduce: +Run this command inside screen +$ printf '\x1b[10000000T' + +screen will recursively call MScrollV to depth n/256. This is time consuming and will overflow stack if n is huge. +--- +diff --git a/src/ansi.c b/src/ansi.c +index a342fb1..152d2ef 100644 +--- ansi.c ++++ ansi.c +@@ -2502,13 +2502,13 @@ int n, ys, ye, bce; + return; + if (n > 0) + { ++ if (ye - ys + 1 < n) ++ n = ye - ys + 1; + if (n > 256) + { + MScrollV(p, n - 256, ys, ye, bce); + n = 256; + } +- if (ye - ys + 1 < n) +- n = ye - ys + 1; + #ifdef COPY_PASTE + if (compacthist) + { +@@ -2562,14 +2562,14 @@ int n, ys, ye, bce; + } + else + { +- if (n < -256) +- { +- MScrollV(p, n + 256, ys, ye, bce); +- n = -256; +- } + n = -n; + if (ye - ys + 1 < n) + n = ye - ys + 1; ++ if (n > 256) ++ { ++ MScrollV(p, - (n - 256), ys, ye, bce); ++ n = 256; ++ } + + ml = p->w_mlines + ye; + /* Clear lines */ +-- +cgit v0.9.0.2 From owner-svn-ports-branches@freebsd.org Tue Sep 8 17:12:25 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 137349CC28C; Tue, 8 Sep 2015 17:12:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEC9612A2; Tue, 8 Sep 2015 17:12:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88HCOBw097971; Tue, 8 Sep 2015 17:12:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88HCOY1097968; Tue, 8 Sep 2015 17:12:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509081712.t88HCOY1097968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 8 Sep 2015 17:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396414 - branches/2015Q3/net/wireshark X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 17:12:25 -0000 Author: feld Date: Tue Sep 8 17:12:23 2015 New Revision: 396414 URL: https://svnweb.freebsd.org/changeset/ports/396414 Log: MFH: r394069 Update to 1.12.7. See https://www.wireshark.org/docs/relnotes/wireshark-1.12.7.html for a list of changes in this release. Security: CVE-2015-6241 Security: CVE-2015-6242 Security: CVE-2015-6243 Security: CVE-2015-6244 Security: CVE-2015-6245 Security: CVE-2015-6246 Security: CVE-2015-6247 Security: CVE-2015-6248 Security: CVE-2015-6249 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/net/wireshark/Makefile branches/2015Q3/net/wireshark/distinfo branches/2015Q3/net/wireshark/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/wireshark/Makefile ============================================================================== --- branches/2015Q3/net/wireshark/Makefile Tue Sep 8 17:10:08 2015 (r396413) +++ branches/2015Q3/net/wireshark/Makefile Tue Sep 8 17:12:23 2015 (r396414) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 1.12.5 -PORTREVISION= 1 +PORTVERSION= 1.12.7 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ Modified: branches/2015Q3/net/wireshark/distinfo ============================================================================== --- branches/2015Q3/net/wireshark/distinfo Tue Sep 8 17:10:08 2015 (r396413) +++ branches/2015Q3/net/wireshark/distinfo Tue Sep 8 17:12:23 2015 (r396414) @@ -1,2 +1,2 @@ -SHA256 (wireshark-1.12.5.tar.bz2) = d0f177b2ef49e4deae4ff7d3299bdd295ba558a3934ce8ae489b2f13927cbd82 -SIZE (wireshark-1.12.5.tar.bz2) = 29208507 +SHA256 (wireshark-1.12.7.tar.bz2) = c74a1c14e72ce0f198a93d832e71742c7f312cbbe719e5def9ecef176860f92c +SIZE (wireshark-1.12.7.tar.bz2) = 29202490 Modified: branches/2015Q3/net/wireshark/pkg-plist ============================================================================== --- branches/2015Q3/net/wireshark/pkg-plist Tue Sep 8 17:10:08 2015 (r396413) +++ branches/2015Q3/net/wireshark/pkg-plist Tue Sep 8 17:12:23 2015 (r396414) @@ -16,13 +16,13 @@ bin/tshark %%TEXT2PCAP%% lib/libfiletap.so lib/libfiletap.so.0 -lib/libfiletap.so.0.0.5 +lib/libfiletap.so.0.0.7 lib/libwireshark.so lib/libwireshark.so.5 -lib/libwireshark.so.5.0.5 +lib/libwireshark.so.5.0.7 lib/libwiretap.so lib/libwiretap.so.4 -lib/libwiretap.so.4.0.5 +lib/libwiretap.so.4.0.7 lib/libwsutil.so lib/libwsutil.so.4 lib/libwsutil.so.4.1.0 From owner-svn-ports-branches@freebsd.org Tue Sep 8 18:59:21 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C211A00FA0; Tue, 8 Sep 2015 18:59:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F10241807; Tue, 8 Sep 2015 18:59:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88IxKgb041272; Tue, 8 Sep 2015 18:59:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88IxK07041271; Tue, 8 Sep 2015 18:59:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509081859.t88IxK07041271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Sep 2015 18:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396430 - branches/2015Q3/devel/rubygem-newrelic_rpm X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 18:59:21 -0000 Author: amdmi3 Date: Tue Sep 8 18:59:20 2015 New Revision: 396430 URL: https://svnweb.freebsd.org/changeset/ports/396430 Log: MFH: r396429 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-newrelic_rpm/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-newrelic_rpm/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-newrelic_rpm/Makefile Tue Sep 8 18:57:59 2015 (r396429) +++ branches/2015Q3/devel/rubygem-newrelic_rpm/Makefile Tue Sep 8 18:59:20 2015 (r396430) @@ -2,6 +2,7 @@ PORTNAME= newrelic_rpm PORTVERSION= 3.12.0.288 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -17,6 +18,8 @@ LICENSE_PERMS_NEWRELIC= dist-mirror no-d USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= test/script/*.sh PLIST_FILES= bin/mongrel_rpm bin/newrelic bin/newrelic_cmd bin/nrdebug From owner-svn-ports-branches@freebsd.org Tue Sep 8 19:01:36 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E9379CC1BB; Tue, 8 Sep 2015 19:01:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9201C1A; Tue, 8 Sep 2015 19:01:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88J1aWY043302; Tue, 8 Sep 2015 19:01:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88J1agq043301; Tue, 8 Sep 2015 19:01:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509081901.t88J1agq043301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Sep 2015 19:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396432 - branches/2015Q3/devel/rubygem-analogger X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 19:01:36 -0000 Author: amdmi3 Date: Tue Sep 8 19:01:35 2015 New Revision: 396432 URL: https://svnweb.freebsd.org/changeset/ports/396432 Log: MFH: r396431 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-analogger/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-analogger/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-analogger/Makefile Tue Sep 8 19:00:26 2015 (r396431) +++ branches/2015Q3/devel/rubygem-analogger/Makefile Tue Sep 8 19:01:35 2015 (r396432) @@ -3,7 +3,7 @@ PORTNAME= analogger PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -17,6 +17,9 @@ RUN_DEPENDS= rubygem-eventmachine>=0.0.0 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bin/analogger +ruby_OLD_CMD= ruby PLIST_FILES= bin/analogger From owner-svn-ports-branches@freebsd.org Tue Sep 8 19:11:09 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C029E9CC775; Tue, 8 Sep 2015 19:11:09 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B13511239; Tue, 8 Sep 2015 19:11:09 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88JB9VA047065; Tue, 8 Sep 2015 19:11:09 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88JB9kW047063; Tue, 8 Sep 2015 19:11:09 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509081911.t88JB9kW047063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 8 Sep 2015 19:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396433 - branches/2015Q3/databases/phpmyadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 19:11:09 -0000 Author: matthew Date: Tue Sep 8 19:11:08 2015 New Revision: 396433 URL: https://svnweb.freebsd.org/changeset/ports/396433 Log: MFH: r396428 Security Update to 4.4.14.1 Advisory: https://www.phpmyadmin.net/security/PMASA-2015-4/ Security: 3904f759-5659-11e5-a207-6805ca0b3d42 Approved by: ports-secteam (feld) Modified: branches/2015Q3/databases/phpmyadmin/Makefile branches/2015Q3/databases/phpmyadmin/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/databases/phpmyadmin/Makefile ============================================================================== --- branches/2015Q3/databases/phpmyadmin/Makefile Tue Sep 8 19:01:35 2015 (r396432) +++ branches/2015Q3/databases/phpmyadmin/Makefile Tue Sep 8 19:11:08 2015 (r396433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.4.10 +DISTVERSION= 4.4.14.1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2015Q3/databases/phpmyadmin/distinfo ============================================================================== --- branches/2015Q3/databases/phpmyadmin/distinfo Tue Sep 8 19:01:35 2015 (r396432) +++ branches/2015Q3/databases/phpmyadmin/distinfo Tue Sep 8 19:11:08 2015 (r396433) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.4.10-all-languages.tar.xz) = 8048f112876fb49c44136f23d7fc101a3637f908944a6c85263248222c48008b -SIZE (phpMyAdmin-4.4.10-all-languages.tar.xz) = 5564436 +SHA256 (phpMyAdmin-4.4.14.1-all-languages.tar.xz) = 9425a90111078e9cf7bb5a7f0d70e748167649318d49b22752a2c7e795665510 +SIZE (phpMyAdmin-4.4.14.1-all-languages.tar.xz) = 5597308 From owner-svn-ports-branches@freebsd.org Tue Sep 8 19:54:47 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C183A01000; Tue, 8 Sep 2015 19:54:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CEDA1CEC; Tue, 8 Sep 2015 19:54:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88JslTp066422; Tue, 8 Sep 2015 19:54:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88JslMT066421; Tue, 8 Sep 2015 19:54:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509081954.t88JslMT066421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Sep 2015 19:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396438 - branches/2015Q3/www/trac-graphviz X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 19:54:47 -0000 Author: amdmi3 Date: Tue Sep 8 19:54:46 2015 New Revision: 396438 URL: https://svnweb.freebsd.org/changeset/ports/396438 Log: MFH: r396437 - Use autoplist to make some python files actually go into the package - Add NO_ARCH Approved by: ports-secteam blanket Modified: branches/2015Q3/www/trac-graphviz/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/trac-graphviz/Makefile ============================================================================== --- branches/2015Q3/www/trac-graphviz/Makefile Tue Sep 8 19:47:39 2015 (r396437) +++ branches/2015Q3/www/trac-graphviz/Makefile Tue Sep 8 19:54:46 2015 (r396438) @@ -2,7 +2,7 @@ PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl} PORTVERSION= 0.7.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www devel graphics python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -18,9 +18,10 @@ RUN_DEPENDS+= urwfonts>0:${PORTSDIR}/x11 tracd:${PORTSDIR}/www/trac USES= python:2 -USE_PYTHON= distutils +USE_PYTHON= autoplist distutils PYDISTUTILS_PKGNAME= graphviz -WRKSRC= ${WRKDIR}/${PORTNAME}plugin +NO_ARCH= yes +WRKSRC= ${WRKDIR}/${PORTNAME}plugin post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ From owner-svn-ports-branches@freebsd.org Wed Sep 9 01:07:35 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2013BA001A9; Wed, 9 Sep 2015 01:07:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1140B1EC3; Wed, 9 Sep 2015 01:07:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8917YOT094181; Wed, 9 Sep 2015 01:07:34 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8917YFn094180; Wed, 9 Sep 2015 01:07:34 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201509090107.t8917YFn094180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 9 Sep 2015 01:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396451 - branches/2015Q3/devel/dconf X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 01:07:35 -0000 Author: delphij Date: Wed Sep 9 01:07:34 2015 New Revision: 396451 URL: https://svnweb.freebsd.org/changeset/ports/396451 Log: MFH: r396450 Replace "/etc" with $PREFIX/etc. Without this change ibus-dconf won't be able to save input method engine preferences. PR: ports/197191 Submitted by: Christopher Hall Approved by: ports-secteam Modified: branches/2015Q3/devel/dconf/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/dconf/Makefile ============================================================================== --- branches/2015Q3/devel/dconf/Makefile Wed Sep 9 01:06:56 2015 (r396450) +++ branches/2015Q3/devel/dconf/Makefile Wed Sep 9 01:07:34 2015 (r396451) @@ -5,6 +5,7 @@ PORTNAME?= dconf PORTVERSION= 0.22.0 PORTREVISION?= 1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} @@ -37,6 +38,7 @@ CONFIGURE_ARGS+=--disable-editor post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ + -e 's|"/etc"|"${PREFIX}/etc"|g' \ ${WRKSRC}/engine/dconf-engine.c \ ${WRKSRC}/engine/dconf-engine-profile.c \ ${WRKSRC}/engine/dconf-engine-source-system.c \ From owner-svn-ports-branches@freebsd.org Wed Sep 9 13:45:08 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D61BDA00A29; Wed, 9 Sep 2015 13:45:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5DA919F9; Wed, 9 Sep 2015 13:45:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89Dj8bL009692; Wed, 9 Sep 2015 13:45:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89Dj8jM009691; Wed, 9 Sep 2015 13:45:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091345.t89Dj8jM009691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 13:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396479 - branches/2015Q3/sysutils/bacula5-server X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 13:45:08 -0000 Author: amdmi3 Date: Wed Sep 9 13:45:07 2015 New Revision: 396479 URL: https://svnweb.freebsd.org/changeset/ports/396479 Log: MFH: r396477 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/sysutils/bacula5-server/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/bacula5-server/Makefile ============================================================================== --- branches/2015Q3/sysutils/bacula5-server/Makefile Wed Sep 9 13:43:43 2015 (r396478) +++ branches/2015Q3/sysutils/bacula5-server/Makefile Wed Sep 9 13:45:07 2015 (r396479) @@ -3,7 +3,7 @@ PORTNAME= bacula DISTVERSION= 5.2.12 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # @@ -12,7 +12,9 @@ PKGNAMESUFFIX?= 5-server MAINTAINER= dan@langille.org COMMENT?= Network backup solution (server) -USES+= libtool:keepla +USES+= libtool:keepla shebangfix +SHEBANG_FILES= scripts/dvd-handler.in +python_OLD_CMD= @PYTHON@ CONFLICTS?= bacula-server-* From owner-svn-ports-branches@freebsd.org Wed Sep 9 13:51:49 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76DBFA00DA9; Wed, 9 Sep 2015 13:51:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66ED41E70; Wed, 9 Sep 2015 13:51:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89Dpne0011886; Wed, 9 Sep 2015 13:51:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89DpnrJ011885; Wed, 9 Sep 2015 13:51:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091351.t89DpnrJ011885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 13:51:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396481 - branches/2015Q3/games/dontspace X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 13:51:49 -0000 Author: amdmi3 Date: Wed Sep 9 13:51:48 2015 New Revision: 396481 URL: https://svnweb.freebsd.org/changeset/ports/396481 Log: MFH: r396480 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/games/dontspace/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/games/dontspace/Makefile ============================================================================== --- branches/2015Q3/games/dontspace/Makefile Wed Sep 9 13:48:50 2015 (r396480) +++ branches/2015Q3/games/dontspace/Makefile Wed Sep 9 13:51:48 2015 (r396481) @@ -3,17 +3,20 @@ PORTNAME= dontspace PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games tk MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= ports@FreeBSD.org COMMENT= Solitaire game for X11 modeled after Free Space +USES= tk shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games CONFIGURE_ENV= WISHX=${WISH} -USES+= tk +SHEBANG_FILES= *.tcl +tk_OLD_CMD= /usr/dist/bin/wishx +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -E 's,(BIN|LIB|MAN)DIR),DESTDIR)$$(&,g' \ From owner-svn-ports-branches@freebsd.org Wed Sep 9 13:54:10 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1D24A00F50; Wed, 9 Sep 2015 13:54:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D20491374; Wed, 9 Sep 2015 13:54:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89DsAS5014438; Wed, 9 Sep 2015 13:54:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89DsAdF014437; Wed, 9 Sep 2015 13:54:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091354.t89DsAdF014437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 13:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396486 - branches/2015Q3/databases/rubygem-rubyrep X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 13:54:11 -0000 Author: amdmi3 Date: Wed Sep 9 13:54:10 2015 New Revision: 396486 URL: https://svnweb.freebsd.org/changeset/ports/396486 Log: MFH: r396485 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/databases/rubygem-rubyrep/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/databases/rubygem-rubyrep/Makefile ============================================================================== --- branches/2015Q3/databases/rubygem-rubyrep/Makefile Wed Sep 9 13:52:59 2015 (r396485) +++ branches/2015Q3/databases/rubygem-rubyrep/Makefile Wed Sep 9 13:54:10 2015 (r396486) @@ -3,6 +3,7 @@ PORTNAME= rubyrep PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -20,6 +21,8 @@ RUN_DEPENDS= flog>=0:${PORTSDIR}/sysutil USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bin/rubyrep rubyrep USE_RC_SUBR= rubyrep From owner-svn-ports-branches@freebsd.org Wed Sep 9 13:57:11 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31F4FA01112; Wed, 9 Sep 2015 13:57:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 222701926; Wed, 9 Sep 2015 13:57:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89DvB4t014894; Wed, 9 Sep 2015 13:57:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89DvAv7014893; Wed, 9 Sep 2015 13:57:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091357.t89DvAv7014893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 13:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396489 - branches/2015Q3/www/web2ldap X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 13:57:11 -0000 Author: amdmi3 Date: Wed Sep 9 13:57:10 2015 New Revision: 396489 URL: https://svnweb.freebsd.org/changeset/ports/396489 Log: MFH: r396488 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/www/web2ldap/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/web2ldap/Makefile ============================================================================== --- branches/2015Q3/www/web2ldap/Makefile Wed Sep 9 13:54:56 2015 (r396488) +++ branches/2015Q3/www/web2ldap/Makefile Wed Sep 9 13:57:10 2015 (r396489) @@ -3,7 +3,7 @@ PORTNAME= web2ldap PORTVERSION= 1.2.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ http://www.sfr-fresh.com/unix/www/ \ @@ -23,12 +23,15 @@ OPTIONS_DEFINE= DOCS USES= cpe python:2 shebangfix SHEBANG_FILES= sbin/*.py fcgi/*.py SUB_FILES= pkg-message +NO_ARCH= yes PORTDOCS= * PORTDATA= * PLIST_DIRS= %%DATADIR%%/var/log %%DATADIR%%/var/run post-patch: + @${REINPLACE_CMD} -e 's|/opt/fcgi/bin/cgi-fcgi|${LOCALBASE}/bin/cgi-fcgi|g' \ + ${WRKSRC}/cgi-bin/web2ldap.cgi @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g' \ -e 's|nobody|web2ldap|g' \ ${WRKSRC}/etc/web2ldap/web2ldapcnf/standalone.py From owner-svn-ports-branches@freebsd.org Wed Sep 9 14:00:11 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6315A01395; Wed, 9 Sep 2015 14:00:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D653410A8; Wed, 9 Sep 2015 14:00:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89E0BUO015806; Wed, 9 Sep 2015 14:00:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89E0BTO015805; Wed, 9 Sep 2015 14:00:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091400.t89E0BTO015805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 14:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396496 - branches/2015Q3/textproc/openfts X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 14:00:12 -0000 Author: amdmi3 Date: Wed Sep 9 14:00:10 2015 New Revision: 396496 URL: https://svnweb.freebsd.org/changeset/ports/396496 Log: MFH: r396494 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/textproc/openfts/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/openfts/Makefile ============================================================================== --- branches/2015Q3/textproc/openfts/Makefile Wed Sep 9 13:59:03 2015 (r396495) +++ branches/2015Q3/textproc/openfts/Makefile Wed Sep 9 14:00:10 2015 (r396496) @@ -2,7 +2,7 @@ PORTNAME= openfts PORTVERSION= 0.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenFTS-perl%2C%20v${PORTVERSION} DISTNAME= Search-OpenFTS-${PORTVERSION} @@ -12,7 +12,8 @@ COMMENT= Open Source Full Text Search en RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -USES+= perl5 pgsql +USES+= perl5 pgsql shebangfix +SHEBANG_FILES= examples/*.pl examples/parser/*.pl USE_PERL5= configure WANT_PGSQL= contrib From owner-svn-ports-branches@freebsd.org Wed Sep 9 14:02:02 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36475A016A0; Wed, 9 Sep 2015 14:02:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26731175D; Wed, 9 Sep 2015 14:02:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89E229e019790; Wed, 9 Sep 2015 14:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89E22sD019789; Wed, 9 Sep 2015 14:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091402.t89E22sD019789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 14:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396499 - branches/2015Q3/databases/postgis20 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 14:02:02 -0000 Author: amdmi3 Date: Wed Sep 9 14:02:01 2015 New Revision: 396499 URL: https://svnweb.freebsd.org/changeset/ports/396499 Log: MFH: r396498 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/databases/postgis20/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/databases/postgis20/Makefile ============================================================================== --- branches/2015Q3/databases/postgis20/Makefile Wed Sep 9 14:00:39 2015 (r396498) +++ branches/2015Q3/databases/postgis20/Makefile Wed Sep 9 14:02:01 2015 (r396499) @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 20 @@ -47,6 +47,7 @@ SHEBANG_FILES= astyle.sh \ extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh \ extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh \ raster/test/regress/testgdalraster \ + utils/postgis_restore.pl.in \ utils/uninstall_script LOADERGUI_CONFIGURE_WITH= gui From owner-svn-ports-branches@freebsd.org Wed Sep 9 14:31:36 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D28839CD633; Wed, 9 Sep 2015 14:31:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C27C21F55; Wed, 9 Sep 2015 14:31:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89EVax0030862; Wed, 9 Sep 2015 14:31:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89EVaSn030861; Wed, 9 Sep 2015 14:31:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091431.t89EVaSn030861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 14:31:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396508 - branches/2015Q3/net/rubygem-rudy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 14:31:36 -0000 Author: amdmi3 Date: Wed Sep 9 14:31:35 2015 New Revision: 396508 URL: https://svnweb.freebsd.org/changeset/ports/396508 Log: MFH: r396507 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/net/rubygem-rudy/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/rubygem-rudy/Makefile ============================================================================== --- branches/2015Q3/net/rubygem-rudy/Makefile Wed Sep 9 14:29:43 2015 (r396507) +++ branches/2015Q3/net/rubygem-rudy/Makefile Wed Sep 9 14:31:35 2015 (r396508) @@ -3,6 +3,7 @@ PORTNAME= rudy PORTVERSION= 0.9.8.020 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -27,5 +28,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rudy bin/rudy-ec2 bin/rudy-s3 bin/rudy-sdb +USES= shebangfix +SHEBANG_FILES= bin/* tryouts/exploration/machine.rb +NO_ARCH= yes .include From owner-svn-ports-branches@freebsd.org Wed Sep 9 14:37:06 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC3809CD86B; Wed, 9 Sep 2015 14:37:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC553123C; Wed, 9 Sep 2015 14:37:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89Eb6xN033772; Wed, 9 Sep 2015 14:37:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89Eb6N3033771; Wed, 9 Sep 2015 14:37:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091437.t89Eb6N3033771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 14:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396510 - branches/2015Q3/misc/otter X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 14:37:06 -0000 Author: amdmi3 Date: Wed Sep 9 14:37:05 2015 New Revision: 396510 URL: https://svnweb.freebsd.org/changeset/ports/396510 Log: MFH: r396509 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/misc/otter/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/misc/otter/Makefile ============================================================================== --- branches/2015Q3/misc/otter/Makefile Wed Sep 9 14:33:19 2015 (r396509) +++ branches/2015Q3/misc/otter/Makefile Wed Sep 9 14:37:05 2015 (r396510) @@ -3,13 +3,16 @@ PORTNAME= otter PORTVERSION= 3.3f -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www-unix.mcs.anl.gov/AR/otter/dist33/ MAINTAINER= wollman@FreeBSD.org COMMENT= Theorem prover and finite model searcher +USES= shebangfix +SHEBANG_FILES= examples-mace2/Perl-examples/commute4_filter + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PROGRAMS= anldp mace2 otter From owner-svn-ports-branches@freebsd.org Thu Sep 10 07:26:04 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3ED0A01C4C; Thu, 10 Sep 2015 07:26:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A29291B0A; Thu, 10 Sep 2015 07:26:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8A7Q4UQ053231; Thu, 10 Sep 2015 07:26:04 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8A7PwoN053199; Thu, 10 Sep 2015 07:25:58 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201509100725.t8A7PwoN053199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 10 Sep 2015 07:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396553 - in branches/2015Q3/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 07:26:04 -0000 Author: rene Date: Thu Sep 10 07:25:58 2015 New Revision: 396553 URL: https://svnweb.freebsd.org/changeset/ports/396553 Log: MFH: r396536 www/chromium: update to 45.0.2454.85 [1] - support webui JS code, from OpenBSD - support setting background processes, from OpenBSD - disable core dumps in the wrapper script [2] Submitted by: LeFroid [1] via GitHub Submitted by: cognet [2] Security: http://vuxml.freebsd.org/freebsd/a9350df8-5157-11e5-b5c1-e8e0b747a45a.html Approved by: portmgr (erwin) Added: branches/2015Q3/www/chromium/files/patch-chrome__browser__memory__system_memory_stats_recorder_linux.cc - copied unchanged from r396536, head/www/chromium/files/patch-chrome__browser__memory__system_memory_stats_recorder_linux.cc branches/2015Q3/www/chromium/files/patch-net__base__network_interfaces_linux.cc - copied unchanged from r396536, head/www/chromium/files/patch-net__base__network_interfaces_linux.cc branches/2015Q3/www/chromium/files/patch-net__base__network_interfaces_posix.cc - copied unchanged from r396536, head/www/chromium/files/patch-net__base__network_interfaces_posix.cc branches/2015Q3/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gypi - copied unchanged from r396536, head/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gypi branches/2015Q3/www/chromium/files/patch-third_party__webrtc__base__platform_thread.cc - copied unchanged from r396536, head/www/chromium/files/patch-third_party__webrtc__base__platform_thread.cc branches/2015Q3/www/chromium/files/patch-ui__webui__resources__js__cr.js - copied unchanged from r396536, head/www/chromium/files/patch-ui__webui__resources__js__cr.js branches/2015Q3/www/chromium/files/patch-ui__webui__resources__js__util.js - copied unchanged from r396536, head/www/chromium/files/patch-ui__webui__resources__js__util.js Deleted: branches/2015Q3/www/chromium/files/patch-chrome__browser__extensions__api__tabs__tabs_api.cc branches/2015Q3/www/chromium/files/patch-content__renderer__accessibility__blink_ax_tree_source.cc branches/2015Q3/www/chromium/files/patch-gpu__command_buffer__service__async_pixel_transfer_manager_egl.cc branches/2015Q3/www/chromium/files/patch-net__base__net_util_linux.cc branches/2015Q3/www/chromium/files/patch-net__base__net_util_posix.cc branches/2015Q3/www/chromium/files/patch-net__socket__tcp_listen_socket_unittest.h branches/2015Q3/www/chromium/files/patch-third_party__webrtc__base__thread_checker_impl.cc Modified: branches/2015Q3/www/chromium/Makefile branches/2015Q3/www/chromium/distinfo branches/2015Q3/www/chromium/files/chrome.in branches/2015Q3/www/chromium/files/extra-patch-clang branches/2015Q3/www/chromium/files/patch-base__process__process_posix.cc branches/2015Q3/www/chromium/files/patch-build__common.gypi branches/2015Q3/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc branches/2015Q3/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.h branches/2015Q3/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc branches/2015Q3/www/chromium/files/patch-content__browser__child_process_launcher.cc branches/2015Q3/www/chromium/files/patch-content__renderer__render_thread_impl.cc branches/2015Q3/www/chromium/files/patch-device__usb__usb_service_impl.cc branches/2015Q3/www/chromium/files/patch-gpu__command_buffer__service__async_pixel_transfer_manager_share_group.cc branches/2015Q3/www/chromium/files/patch-net__base__address_tracker_linux.cc branches/2015Q3/www/chromium/files/patch-skia__ext__SkMemory_new_handler.cpp branches/2015Q3/www/chromium/files/patch-sync__util__get_session_name.cc branches/2015Q3/www/chromium/files/patch-third_party__WebKit__Source__platform__blink_platform.gyp branches/2015Q3/www/chromium/files/patch-third_party__WebKit__Source__wtf__ByteSwap.h branches/2015Q3/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__thread_posix.cc branches/2015Q3/www/chromium/files/patch-ui__base__ime__input_method_factory.cc branches/2015Q3/www/chromium/files/patch-ui__views__views_delegate.cc branches/2015Q3/www/chromium/files/patch-ui__views__views_delegate.h branches/2015Q3/www/chromium/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/chromium/Makefile ============================================================================== --- branches/2015Q3/www/chromium/Makefile Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/Makefile Thu Sep 10 07:25:58 2015 (r396553) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 44.0.2403.155 +PORTVERSION= 45.0.2454.85 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 @@ -283,7 +283,7 @@ pre-configure: 'third_party/google_input_tools' \ 'third_party/google_input_tools/third_party/closure_library' \ 'third_party/google_input_tools/third_party/closure_library/third_party/closure' \ - 'third_party/hunspell_new' \ + 'third_party/hunspell' \ 'third_party/iccjpeg' \ 'third_party/icu/icu.isolate' \ 'third_party/jinja2' \ @@ -327,9 +327,10 @@ pre-configure: 'third_party/tcmalloc' \ 'third_party/tlslite' \ 'third_party/trace-viewer' \ - 'third_party/trace-viewer/third_party' \ - 'third_party/trace-viewer/third_party/tvcm/third_party' \ - 'third_party/undoview' \ + 'third_party/trace-viewer/tracing' \ + 'third_party/trace-viewer/tracing/third_party' \ + 'third_party/trace-viewer/tracing/third_party/tvcm/third_party' \ + 'third_party/trace-viewer/tracing/third_party/tvcm/tvcm' \ 'third_party/usrsctp' \ 'third_party/web-animations-js' \ 'third_party/webdriver' \ Modified: branches/2015Q3/www/chromium/distinfo ============================================================================== --- branches/2015Q3/www/chromium/distinfo Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/distinfo Thu Sep 10 07:25:58 2015 (r396553) @@ -1,4 +1,4 @@ -SHA256 (chromium-44.0.2403.155.tar.xz) = eba271c210a020dd61b72c940abeecdafc562a1d15fb45615dda72bcb6219f3c -SIZE (chromium-44.0.2403.155.tar.xz) = 293362744 -SHA256 (chromium-44.0.2403.155-testdata.tar.xz) = 1fbcfc5bb94db75970f04055163a82560814f3961dece961db4ed5c11014f3d4 -SIZE (chromium-44.0.2403.155-testdata.tar.xz) = 128600128 +SHA256 (chromium-45.0.2454.85.tar.xz) = 3e8c03a5a6ea4cc35017404a58687ca18207eed70781bad7f2d7d70610934c91 +SIZE (chromium-45.0.2454.85.tar.xz) = 321222028 +SHA256 (chromium-45.0.2454.85-testdata.tar.xz) = 94577c27e9de9dd1c85d2e3ea4db5021ea7a6661f5615c2c91180104516b51b7 +SIZE (chromium-45.0.2454.85-testdata.tar.xz) = 115779592 Modified: branches/2015Q3/www/chromium/files/chrome.in ============================================================================== --- branches/2015Q3/www/chromium/files/chrome.in Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/chrome.in Thu Sep 10 07:25:58 2015 (r396553) @@ -15,4 +15,5 @@ $SYSCTL=1 EOMSG exit 1 fi +ulimit -c 0 exec %%PREFIX%%/share/chromium/chrome $* Modified: branches/2015Q3/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2015Q3/www/chromium/files/extra-patch-clang Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/extra-patch-clang Thu Sep 10 07:25:58 2015 (r396553) @@ -1,5 +1,5 @@ ---- base/allocator/allocator_extension.cc 2015-04-15 00:18:47.000000000 +0200 -+++ base/allocator/allocator_extension.cc 2015-04-18 21:44:25.000000000 +0200 +--- base/allocator/allocator_extension.cc 2015-04-15 00:18:47.000000000 +0200 ++++ base/allocator/allocator_extension.cc 2015-04-18 21:44:25.000000000 +0200 @@ -35,20 +35,20 @@ void SetGetAllocatorWasteSizeFunction( thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function) { @@ -24,8 +24,8 @@ thunks::SetReleaseFreeMemoryFunction(release_free_memory_function); } ---- base/strings/safe_sprintf_unittest.cc 2015-04-15 00:18:48.000000000 +0200 -+++ base/strings/safe_sprintf_unittest.cc 2015-04-18 22:08:45.000000000 +0200 +--- base/strings/safe_sprintf_unittest.cc 2015-04-15 00:18:48.000000000 +0200 ++++ base/strings/safe_sprintf_unittest.cc 2015-04-18 22:08:45.000000000 +0200 @@ -729,12 +729,14 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wconversion-null" @@ -41,8 +41,8 @@ #if defined(__GCC__) #pragma GCC diagnostic pop #endif ---- base/threading/thread_local_storage_unittest.cc 2015-04-15 00:18:48.000000000 +0200 -+++ base/threading/thread_local_storage_unittest.cc 2015-04-18 21:45:40.000000000 +0200 +--- base/threading/thread_local_storage_unittest.cc 2015-04-15 00:18:48.000000000 +0200 ++++ base/threading/thread_local_storage_unittest.cc 2015-04-18 21:45:40.000000000 +0200 @@ -60,7 +60,7 @@ void ThreadLocalStorageCleanup(void *value) { int *ptr = reinterpret_cast(value); @@ -52,9 +52,9 @@ if (*ptr == kFinalTlsValue) return; // We've been called enough times. ASSERT_LT(kFinalTlsValue, *ptr); ---- base/tracked_objects.cc 2015-04-15 00:31:20.000000000 +0200 -+++ base/tracked_objects.cc 2015-04-18 21:57:33.000000000 +0200 -@@ -393,7 +393,7 @@ +--- base/tracked_objects.cc 2015-04-15 00:31:20.000000000 +0200 ++++ base/tracked_objects.cc 2015-04-18 21:57:33.000000000 +0200 +@@ -425,7 +425,7 @@ } // We must NOT do any allocations during this callback. // Using the simple linked lists avoids all allocations. @@ -63,8 +63,8 @@ this->next_retired_worker_ = first_retired_worker_; first_retired_worker_ = this; } ---- base/tracked_objects_unittest.cc 2015-04-15 00:31:20.000000000 +0200 -+++ base/tracked_objects_unittest.cc 2015-04-18 22:01:28.000000000 +0200 +--- base/tracked_objects_unittest.cc.orig 2015-08-22 15:01:51.000000000 -0400 ++++ base/tracked_objects_unittest.cc 2015-09-03 09:20:53.370191000 -0400 @@ -58,9 +58,9 @@ Births* birth = ThreadData::TallyABirthIfActive(location); @@ -77,18 +77,27 @@ } // Helper function to verify the most common test expectations. -@@ -271,7 +271,7 @@ - } +@@ -240,7 +240,7 @@ + ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE); scoped_ptr data(new DeathData()); - ASSERT_NE(data, reinterpret_cast(NULL)); + ASSERT_NE(data, static_cast(NULL)); EXPECT_EQ(data->run_duration_sum(), 0); + EXPECT_EQ(data->run_duration_max(), 0); EXPECT_EQ(data->run_duration_sample(), 0); - EXPECT_EQ(data->queue_duration_sum(), 0); +@@ -279,7 +279,7 @@ + ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE); + + scoped_ptr data(new DeathData()); +- ASSERT_NE(data, reinterpret_cast(NULL)); ++ ASSERT_NE(data, static_cast(NULL)); + + int32 run_ms = 42; + int32 queue_ms = 8; --- chrome/browser/sync/glue/synced_session_tracker.cc 2015-04-15 00:18:50.000000000 +0200 +++ chrome/browser/sync/glue/synced_session_tracker.cc 2015-04-18 22:02:15.000000000 +0200 -@@ -260,7 +260,7 @@ +@@ -262,7 +262,7 @@ } DCHECK(window_ptr); DCHECK_EQ(window_ptr->window_id.id(), window_id); @@ -99,7 +108,7 @@ } --- content/browser/frame_host/render_widget_host_view_guest.cc 2015-04-15 00:31:22.000000000 +0200 +++ content/browser/frame_host/render_widget_host_view_guest.cc 2015-04-18 22:10:28.000000000 +0200 -@@ -241,11 +241,11 @@ +@@ -315,11 +315,11 @@ gfx::NativeViewId RenderWidgetHostViewGuest::GetNativeViewId() const { if (!guest_) @@ -126,7 +135,7 @@ .Times(2); --- media/filters/decrypting_video_decoder_unittest.cc 2015-04-15 00:31:22.000000000 +0200 +++ media/filters/decrypting_video_decoder_unittest.cc 2015-04-18 22:03:40.000000000 +0200 -@@ -420,7 +420,7 @@ +@@ -422,7 +422,7 @@ // NULL callback to cancel the |decryptor_ready_cb|. EXPECT_CALL(*this, RequestDecryptorNotification(IsNullCallback())).WillOnce( ResetAndRunCallback(&decryptor_ready_cb, @@ -135,8 +144,8 @@ base::Bind(&DecryptingVideoDecoderTest::DecryptorSet, base::Unretained(this)))); EXPECT_CALL(*this, DecryptorSet(_)).Times(0); ---- third_party/hunspell_new/src/hunspell/affentry.hxx.orig 2015-07-21 18:46:37.322427000 -0400 -+++ third_party/hunspell_new/src/hunspell/affentry.hxx 2015-07-21 18:48:02.034251000 -0400 +--- third_party/hunspell/src/hunspell/affentry.hxx.orig 2015-07-21 18:46:37.322427000 -0400 ++++ third_party/hunspell/src/hunspell/affentry.hxx 2015-07-21 18:48:02.034251000 -0400 @@ -27,7 +27,7 @@ struct hentry * checkword(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); @@ -213,9 +222,9 @@ tasks_.erase(it, tasks_.end()); ---- third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc.orig 2015-07-21 18:53:32.511953000 -0400 -+++ third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc 2015-07-21 18:54:56.010341000 -0400 -@@ -989,7 +989,7 @@ +--- third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc.orig 2015-09-03 09:31:11.815462000 -0400 ++++ third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc 2015-09-03 09:31:50.974163000 -0400 +@@ -1028,7 +1028,7 @@ const AudioEncoder* AudioCodingImpl::GetSenderInfo() const { FATAL() << "Not implemented yet."; @@ -224,7 +233,7 @@ } const CodecInst* AudioCodingImpl::GetSenderCodecInst() { -@@ -1009,7 +1009,7 @@ +@@ -1048,7 +1048,7 @@ const ReceiverInfo* AudioCodingImpl::GetReceiverInfo() const { FATAL() << "Not implemented yet."; @@ -232,7 +241,7 @@ + return static_cast(NULL); } - bool AudioCodingImpl::RegisterReceiveCodec(AudioDecoder* receive_codec) { + bool AudioCodingImpl::RegisterReceiveCodec(AudioDecoder* receive_codec) { --- v8/src/runtime/runtime-i18n.cc 2015-04-15 00:32:37.000000000 +0200 +++ v8/src/runtime/runtime-i18n.cc 2015-04-18 22:06:17.000000000 +0200 @@ -627,7 +627,7 @@ Modified: branches/2015Q3/www/chromium/files/patch-base__process__process_posix.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-base__process__process_posix.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-base__process__process_posix.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,6 +1,6 @@ ---- base/process/process_posix.cc.orig 2015-05-20 21:26:57.068650000 -0400 -+++ base/process/process_posix.cc 2015-05-20 21:25:28.077153000 -0400 -@@ -17,6 +17,13 @@ +--- base/process/process_posix.cc.orig 2015-08-22 15:01:51.000000000 -0400 ++++ base/process/process_posix.cc 2015-09-05 09:44:45.526291000 -0400 +@@ -17,8 +17,18 @@ #include #endif @@ -13,8 +13,13 @@ + namespace { ++const int kBackgroundPriority = 5; ++const int kForegroundPriority = 0; ++ #if !defined(OS_NACL_NONSFI) -@@ -83,7 +90,7 @@ + + bool WaitpidWithTimeout(base::ProcessHandle handle, +@@ -83,7 +93,7 @@ return ret_pid > 0; } @@ -23,7 +28,7 @@ // Using kqueue on Mac so that we can wait on non-child processes. // We can't use kqueues on child processes because we need to reap // our own children using wait. -@@ -180,7 +187,7 @@ +@@ -180,7 +190,7 @@ base::ProcessHandle parent_pid = base::GetParentProcessId(handle); base::ProcessHandle our_pid = base::GetCurrentProcessHandle(); if (parent_pid != our_pid) { @@ -32,3 +37,52 @@ // On Mac we can wait on non child processes. return WaitForSingleNonChildProcess(handle, timeout); #else +@@ -255,13 +265,6 @@ + return Process(handle); + } + +-#if !defined(OS_LINUX) && !defined(OS_MACOSX) +-// static +-bool Process::CanBackgroundProcesses() { +- return false; +-} +-#endif // !defined(OS_LINUX) && !defined(OS_MACOSX) +- + bool Process::IsValid() const { + return process_ != kNullProcessHandle; + } +@@ -357,18 +360,27 @@ + } + + #if !defined(OS_LINUX) && !defined(OS_MACOSX) ++// static ++bool Process::CanBackgroundProcesses() { ++ return true; ++} ++ + bool Process::IsProcessBackgrounded() const { +- // See SetProcessBackgrounded(). + DCHECK(IsValid()); +- return false; ++ return GetPriority() == kBackgroundPriority; + } + + bool Process::SetProcessBackgrounded(bool value) { +- // Not implemented for POSIX systems other than Mac and Linux. With POSIX, if +- // we were to lower the process priority we wouldn't be able to raise it back +- // to its initial priority. +- NOTIMPLEMENTED(); +- return false; ++ DCHECK(IsValid()); ++ ++ if (!CanBackgroundProcesses()) ++ return false; ++ ++ int priority = value ? kBackgroundPriority : kForegroundPriority; ++ int result = setpriority(PRIO_PROCESS, process_, priority); ++ ++ DPCHECK(result == 0); ++ return result == 0; + } + #endif // !defined(OS_LINUX) && !defined(OS_MACOSX) + Modified: branches/2015Q3/www/chromium/files/patch-build__common.gypi ============================================================================== --- branches/2015Q3/www/chromium/files/patch-build__common.gypi Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-build__common.gypi Thu Sep 10 07:25:58 2015 (r396553) @@ -1,24 +1,15 @@ ---- build/common.gypi.orig 2015-07-15 16:29:56.000000000 -0400 -+++ build/common.gypi 2015-07-22 18:47:32.413623000 -0400 -@@ -97,7 +97,7 @@ +--- build/common.gypi.orig 2015-09-01 16:10:41.000000000 -0400 ++++ build/common.gypi 2015-09-03 09:38:09.528529000 -0400 +@@ -105,7 +105,7 @@ 'conditions': [ - # ChromeOS and Windows use Aura and Ash. -- ['chromeos==1 or OS=="win" or OS=="linux"', { -+ ['chromeos==1 or OS=="win" or OS=="linux" or OS=="freebsd"', { + # Windows and Linux (including Chrome OS) use Aura and Ash. +- ['OS=="win" or OS=="linux"', { ++ ['OS=="win" or OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 'use_ash%': 1, 'use_aura%': 1, }], -@@ -676,7 +676,7 @@ - # Whether the entire browser uses toolkit-views on Mac instead of Cocoa. - 'mac_views_browser%': 0, - -- # By default, use ICU data file (icudtl.dat). -+ # By default, use ICU data file (icudtl.dat) - 'icu_use_data_file_flag%': 1, - - # Turn on JNI generation optimizations by default. -@@ -697,6 +697,12 @@ +@@ -729,6 +729,12 @@ 'os_bsd%': 0, }], @@ -31,7 +22,7 @@ # NSS usage. ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris")', { 'use_nss_certs%': 1, -@@ -735,7 +741,7 @@ +@@ -767,7 +773,7 @@ }], # DBus usage. @@ -40,7 +31,7 @@ 'use_dbus%': 1, }, { 'use_dbus%': 0, -@@ -986,7 +992,7 @@ +@@ -997,7 +1003,7 @@ }, { 'use_openmax_dl_fft%': 0, }], @@ -49,7 +40,7 @@ 'enable_mdns%' : 1, }], -@@ -1248,6 +1254,10 @@ +@@ -1263,6 +1269,10 @@ # able to turn it off for various reasons. 'linux_disable_pie%': 0, @@ -60,7 +51,7 @@ # The release channel that this build targets. This is used to restrict # channel-specific build options, like which installer packages to create. # The default is 'all', which does no channel-specific filtering. -@@ -4631,6 +4641,13 @@ +@@ -4698,6 +4708,13 @@ 'ldflags': [ '-Wl,--no-keep-memory', ], Modified: branches/2015Q3/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2015-04-18 22:54:06.000000000 +0200 -+++ chrome/browser/chrome_content_browser_client.cc 2015-04-18 22:58:13.000000000 +0200 -@@ -446,7 +446,7 @@ +--- chrome/browser/chrome_content_browser_client.cc.orig 2015-09-01 16:10:41.000000000 -0400 ++++ chrome/browser/chrome_content_browser_client.cc 2015-09-03 09:43:02.602298000 -0400 +@@ -444,7 +444,7 @@ return false; } @@ -9,16 +9,16 @@ breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost( const std::string& process_type) { base::FilePath dumps_path; -@@ -503,7 +503,7 @@ +@@ -501,7 +501,7 @@ return -1; } -#endif // defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX) +#endif // defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX) && !defined(OS_BSD) - #if !defined(OS_CHROMEOS) - GURL GetEffectiveURLForSignin(const GURL& url) { -@@ -1295,7 +1295,7 @@ + void SetApplicationLocaleOnIOThread(const std::string& locale) { + DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); +@@ -1246,7 +1246,7 @@ command_line->AppendSwitchASCII(switches::kMetricsClientID, client_info->client_id); } @@ -27,21 +27,12 @@ if (breakpad::IsCrashReporterEnabled()) { scoped_ptr client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); -@@ -2409,7 +2409,7 @@ - } +@@ -2332,7 +2332,7 @@ + PathService::Get(base::DIR_ANDROID_APP_DATA, &app_data_path); + DCHECK(!app_data_path.empty()); } - --#if defined(OS_POSIX) && !defined(OS_MACOSX) -+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) +-#elif defined(OS_POSIX) && !defined(OS_MACOSX) ++#elif defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, -@@ -2494,7 +2494,7 @@ - } - #endif // defined(OS_ANDROID) - } --#endif // defined(OS_POSIX) && !defined(OS_MACOSX) -+#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) - - #if defined(OS_WIN) - const wchar_t* ChromeContentBrowserClient::GetResourceDllName() { Modified: branches/2015Q3/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.h ============================================================================== --- branches/2015Q3/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.h Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.h Thu Sep 10 07:25:58 2015 (r396553) @@ -1,11 +1,11 @@ ---- chrome/browser/chrome_content_browser_client.h.orig 2015-01-21 20:28:15 UTC -+++ chrome/browser/chrome_content_browser_client.h -@@ -262,7 +262,7 @@ - net::CookieStore* OverrideCookieStoreForRenderProcess( - int render_process_id) override; - --#if defined(OS_POSIX) && !defined(OS_MACOSX) -+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) +--- chrome/browser/chrome_content_browser_client.h.orig 2015-09-03 09:44:27.080480000 -0400 ++++ chrome/browser/chrome_content_browser_client.h 2015-09-03 09:44:46.151235000 -0400 +@@ -253,7 +253,7 @@ + int child_process_id, + content::FileDescriptorInfo* mappings, + std::map* regions) override; +-#elif defined(OS_POSIX) && !defined(OS_MACOSX) ++#elif defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) void GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, Copied: branches/2015Q3/www/chromium/files/patch-chrome__browser__memory__system_memory_stats_recorder_linux.cc (from r396536, head/www/chromium/files/patch-chrome__browser__memory__system_memory_stats_recorder_linux.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/www/chromium/files/patch-chrome__browser__memory__system_memory_stats_recorder_linux.cc Thu Sep 10 07:25:58 2015 (r396553, copy of r396536, head/www/chromium/files/patch-chrome__browser__memory__system_memory_stats_recorder_linux.cc) @@ -0,0 +1,18 @@ +--- chrome/browser/memory/system_memory_stats_recorder_linux.cc.orig 2015-09-03 20:30:21.188785000 -0400 ++++ chrome/browser/memory/system_memory_stats_recorder_linux.cc 2015-09-03 20:25:00.522580000 -0400 +@@ -29,6 +29,7 @@ + UMA_HISTOGRAM_LINEAR(name, sample, 2500, 50) + + void RecordMemoryStats(RecordMemoryStatsType type) { ++#if !defined(OS_FREEBSD) + base::SystemMemoryInfoKB memory; + if (!base::GetSystemMemoryInfo(&memory)) + return; +@@ -92,6 +93,7 @@ + break; + } + } ++#endif // !defined(OS_FREEBSD) + } + + } // namespace memory Modified: branches/2015Q3/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,5 +1,5 @@ ---- chrome/renderer/pepper/pepper_flash_font_file_host.cc.orig 2015-04-19 00:16:05.000000000 +0200 -+++ chrome/renderer/pepper/pepper_flash_font_file_host.cc 2015-04-19 00:17:03.000000000 +0200 +--- chrome/renderer/pepper/pepper_flash_font_file_host.cc.orig 2015-08-22 15:01:53.000000000 -0400 ++++ chrome/renderer/pepper/pepper_flash_font_file_host.cc 2015-09-03 10:01:52.619879000 -0400 @@ -13,7 +13,7 @@ #include "ppapi/proxy/ppapi_messages.h" #include "ppapi/proxy/serialized_structs.h" @@ -16,7 +16,7 @@ -#if defined(OS_LINUX) || defined(OS_OPENBSD) +#if defined(OS_LINUX) || defined(OS_BSD) fd_.reset(content::MatchFontWithFallback( - description.face.c_str(), + description.face, description.weight >= PP_BROWSERFONT_TRUSTED_WEIGHT_BOLD, description.italic, charset, Modified: branches/2015Q3/www/chromium/files/patch-content__browser__child_process_launcher.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-content__browser__child_process_launcher.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-content__browser__child_process_launcher.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,6 +1,6 @@ ---- content/browser/child_process_launcher.cc.orig 2015-05-13 18:23:06.000000000 -0400 -+++ content/browser/child_process_launcher.cc 2015-05-20 11:55:38.781168000 -0400 -@@ -111,7 +111,11 @@ +--- content/browser/child_process_launcher.cc.orig 2015-09-01 16:10:42.000000000 -0400 ++++ content/browser/child_process_launcher.cc 2015-09-03 10:33:53.388547000 -0400 +@@ -114,7 +114,11 @@ base::EnvironmentMap env = delegate->GetEnvironment(); base::ScopedFD ipcfd = delegate->TakeIpcFd(); #elif defined(OS_POSIX) && !defined(OS_ANDROID) @@ -12,16 +12,33 @@ base::EnvironmentMap env = delegate->GetEnvironment(); base::ScopedFD ipcfd = delegate->TakeIpcFd(); #endif -@@ -157,7 +161,7 @@ +@@ -143,7 +147,7 @@ + #endif + #endif + +-#if defined(OS_POSIX) && !defined(OS_MACOSX) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) + std::map regions; + GetContentClient()->browser()->GetAdditionalMappedFilesForChildProcess( + *cmd_line, child_process_id, files_to_register.get() +@@ -176,7 +180,7 @@ + } + } + #endif // defined(V8_USE_EXTERNAL_STARTUP_DATA) +-#endif // defined(OS_POSIX) && !defined(OS_MACOSX) ++#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) + + #if defined(OS_ANDROID) + files_to_register->Share( +@@ -196,21 +200,21 @@ // We need to close the client end of the IPC channel to reliably detect // child termination. -#if !defined(OS_MACOSX) +#if !defined(OS_MACOSX) && !defined(OS_BSD) - GetContentClient()->browser()->GetAdditionalMappedFilesForChildProcess( - *cmd_line, child_process_id, files_to_register.get()); if (use_zygote) { -@@ -166,14 +170,14 @@ + base::ProcessHandle handle = ZygoteHostImpl::GetInstance()->ForkRequest( + cmd_line->argv(), files_to_register.Pass(), process_type); process = base::Process(handle); } else // Fall through to the normal posix case below when we're not zygoting. @@ -38,7 +55,7 @@ if (process_type == switches::kRendererProcess) { const int sandbox_fd = RenderSandboxHostLinux::GetInstance()->GetRendererSocket(); -@@ -181,7 +185,7 @@ +@@ -218,7 +222,7 @@ sandbox_fd, GetSandboxFD())); } @@ -47,7 +64,7 @@ // Actually launch the app. base::LaunchOptions options; -@@ -254,13 +258,13 @@ +@@ -294,13 +298,13 @@ process.Terminate(RESULT_CODE_NORMAL_EXIT, false); // On POSIX, we must additionally reap the child. #if defined(OS_POSIX) @@ -63,7 +80,7 @@ base::EnsureProcessTerminated(process.Pass()); #endif // OS_POSIX #endif // defined(OS_ANDROID) -@@ -351,7 +355,7 @@ +@@ -399,7 +403,7 @@ void ChildProcessLauncher::UpdateTerminationStatus(bool known_dead) { DCHECK(CalledOnValidThread()); @@ -72,7 +89,7 @@ if (zygote_) { termination_status_ = ZygoteHostImpl::GetInstance()-> GetTerminationStatus(process_.Handle(), known_dead, &exit_code_); -@@ -359,7 +363,7 @@ +@@ -407,7 +411,7 @@ termination_status_ = base::GetKnownDeadTerminationStatus(process_.Handle(), &exit_code_); } else { @@ -81,7 +98,7 @@ if (known_dead) { termination_status_ = base::GetKnownDeadTerminationStatus(process_.Handle(), &exit_code_); -@@ -433,7 +437,7 @@ +@@ -481,7 +485,7 @@ starting_ = false; process_ = process.Pass(); Modified: branches/2015Q3/www/chromium/files/patch-content__renderer__render_thread_impl.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-content__renderer__render_thread_impl.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-content__renderer__render_thread_impl.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,11 +1,11 @@ ---- content/renderer/render_thread_impl.cc.orig 2015-05-13 18:35:46.000000000 -0400 -+++ content/renderer/render_thread_impl.cc 2015-05-20 15:46:14.175833000 -0400 -@@ -673,7 +673,7 @@ - static_cast(compositor_raster_threads_.size() + 1)) - .c_str())); - raster_thread->Start(); +--- content/renderer/render_thread_impl.cc.orig 2015-09-01 16:10:42.000000000 -0400 ++++ content/renderer/render_thread_impl.cc 2015-09-03 10:37:57.364787000 -0400 +@@ -768,7 +768,7 @@ + is_gather_pixel_refs_enabled_ = num_raster_threads > 1; + + base::SimpleThread::Options thread_options; -#if defined(OS_ANDROID) || defined(OS_LINUX) +#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD) - if (!command_line.HasSwitch( - switches::kUseNormalPriorityForTileTaskWorkerThreads)) { - raster_thread->SetThreadPriority(base::ThreadPriority::BACKGROUND); + if (!command_line.HasSwitch( + switches::kUseNormalPriorityForTileTaskWorkerThreads)) { + thread_options.set_priority(base::ThreadPriority::BACKGROUND); Modified: branches/2015Q3/www/chromium/files/patch-device__usb__usb_service_impl.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-device__usb__usb_service_impl.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-device__usb__usb_service_impl.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,8 +1,8 @@ ---- device/usb/usb_service_impl.cc.orig 2015-07-15 16:30:04.000000000 -0400 -+++ device/usb/usb_service_impl.cc 2015-07-22 20:14:21.946835000 -0400 -@@ -17,7 +17,11 @@ - #include "base/thread_task_runner_handle.h" +--- device/usb/usb_service_impl.cc.orig 2015-09-01 16:10:43.000000000 -0400 ++++ device/usb/usb_service_impl.cc 2015-09-03 10:41:26.551811000 -0400 +@@ -19,7 +19,11 @@ #include "components/device_event_log/device_event_log.h" + #include "device/usb/usb_device_handle.h" #include "device/usb/usb_error.h" +#if defined(OS_FREEBSD) +#include "libusb.h" @@ -12,7 +12,7 @@ #if defined(OS_WIN) #include -@@ -294,6 +298,7 @@ +@@ -373,6 +377,7 @@ weak_factory_(this) { base::MessageLoop::current()->AddDestructionObserver(this); @@ -20,25 +20,25 @@ int rv = libusb_hotplug_register_callback( context_->context(), static_cast(LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED | -@@ -321,14 +326,16 @@ - } - #endif // OS_WIN +@@ -391,14 +396,17 @@ + device_observer_.Add(device_monitor); } -+#endif // !OS_FREEBSD + #endif // OS_WIN ++#endif // OS_FREEBSD } UsbServiceImpl::~UsbServiceImpl() { base::MessageLoop::current()->RemoveDestructionObserver(this); -- + +#if !defined(OS_FREEBSD) if (hotplug_enabled_) { libusb_hotplug_deregister_callback(context_->context(), hotplug_handle_); } -+#endif // !OS_FREEBSD ++#endif // OS_FREEBSD for (const auto& map_entry : devices_) { map_entry.second->OnDisconnect(); } -@@ -566,6 +573,7 @@ +@@ -630,6 +638,7 @@ device->OnDisconnect(); } @@ -46,7 +46,7 @@ // static int LIBUSB_CALL UsbServiceImpl::HotplugCallback(libusb_context* context, PlatformUsbDevice device, -@@ -603,6 +611,7 @@ +@@ -667,6 +676,7 @@ return 0; } Modified: branches/2015Q3/www/chromium/files/patch-gpu__command_buffer__service__async_pixel_transfer_manager_share_group.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-gpu__command_buffer__service__async_pixel_transfer_manager_share_group.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-gpu__command_buffer__service__async_pixel_transfer_manager_share_group.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,11 +1,11 @@ ---- gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc.orig 2015-05-13 18:35:46.000000000 -0400 -+++ gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc 2015-05-20 16:00:07.466335000 -0400 -@@ -46,7 +46,7 @@ +--- gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc.orig 2015-09-01 16:10:43.000000000 -0400 ++++ gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc 2015-09-03 10:44:42.860094000 -0400 +@@ -48,7 +48,7 @@ : base::Thread(kAsyncTransferThreadName), initialized_(false) { - Start(); + base::Thread::Options options; -#if defined(OS_ANDROID) || defined(OS_LINUX) +#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD) - SetPriority(base::ThreadPriority::BACKGROUND); + options.priority = base::ThreadPriority::BACKGROUND; #endif - } + StartWithOptions(options); Modified: branches/2015Q3/www/chromium/files/patch-net__base__address_tracker_linux.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-net__base__address_tracker_linux.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-net__base__address_tracker_linux.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,5 +1,5 @@ ---- net/base/address_tracker_linux.cc.orig 2015-04-19 20:31:08.000000000 +0200 -+++ net/base/address_tracker_linux.cc 2015-04-19 20:36:27.000000000 +0200 +--- net/base/address_tracker_linux.cc.orig 2015-08-22 15:01:56.000000000 -0400 ++++ net/base/address_tracker_linux.cc 2015-09-03 10:45:50.411703000 -0400 @@ -5,7 +5,9 @@ #include "net/base/address_tracker_linux.h" @@ -10,7 +10,7 @@ #include #include "base/files/scoped_file.h" -@@ -24,6 +26,7 @@ +@@ -39,6 +41,7 @@ bool GetAddress(const struct nlmsghdr* header, IPAddressNumber* out, bool* really_deprecated) { @@ -18,7 +18,7 @@ if (really_deprecated) *really_deprecated = false; const struct ifaddrmsg* msg = -@@ -76,6 +79,9 @@ +@@ -91,6 +94,9 @@ return false; out->assign(address, address + address_length); return true; @@ -28,7 +28,7 @@ } } // namespace -@@ -128,6 +134,7 @@ +@@ -146,6 +152,7 @@ } void AddressTrackerLinux::Init() { @@ -36,7 +36,7 @@ netlink_fd_ = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); if (netlink_fd_ < 0) { PLOG(ERROR) << "Could not create NETLINK socket"; -@@ -215,6 +222,10 @@ +@@ -233,6 +240,10 @@ return; } } @@ -47,7 +47,7 @@ } void AddressTrackerLinux::AbortAndForceOnline() { -@@ -250,6 +261,7 @@ +@@ -277,6 +288,7 @@ void AddressTrackerLinux::ReadMessages(bool* address_changed, bool* link_changed, bool* tunnel_changed) { @@ -55,7 +55,7 @@ *address_changed = false; *link_changed = false; *tunnel_changed = false; -@@ -276,6 +288,7 @@ +@@ -303,6 +315,7 @@ } if (*link_changed || *address_changed) UpdateCurrentConnectionType(); @@ -63,7 +63,7 @@ } void AddressTrackerLinux::HandleMessage(char* buffer, -@@ -283,6 +296,7 @@ +@@ -310,6 +323,7 @@ bool* address_changed, bool* link_changed, bool* tunnel_changed) { @@ -71,7 +71,7 @@ DCHECK(buffer); for (struct nlmsghdr* header = reinterpret_cast(buffer); NLMSG_OK(header, length); -@@ -365,6 +379,7 @@ +@@ -406,6 +420,7 @@ break; } } @@ -79,7 +79,7 @@ } void AddressTrackerLinux::OnFileCanReadWithoutBlocking(int fd) { -@@ -391,8 +406,12 @@ +@@ -432,8 +447,12 @@ bool AddressTrackerLinux::IsTunnelInterface(int interface_index) const { // Linux kernel drivers/net/tun.c uses "tun" name prefix. Copied: branches/2015Q3/www/chromium/files/patch-net__base__network_interfaces_linux.cc (from r396536, head/www/chromium/files/patch-net__base__network_interfaces_linux.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/www/chromium/files/patch-net__base__network_interfaces_linux.cc Thu Sep 10 07:25:58 2015 (r396553, copy of r396536, head/www/chromium/files/patch-net__base__network_interfaces_linux.cc) @@ -0,0 +1,105 @@ +--- net/base/network_interfaces_linux.cc.orig 2015-09-03 11:01:37.625073000 -0400 ++++ net/base/network_interfaces_linux.cc 2015-09-03 11:00:13.970733000 -0400 +@@ -4,12 +4,14 @@ + + #include "net/base/network_interfaces_linux.h" + ++#if !defined(OS_FREEBSD) + #if !defined(OS_ANDROID) + #include + #endif // !defined(OS_ANDROID) + #include + #include + #include ++#endif // !defined(OS_FREEBSD) + #include + #include + #include +@@ -45,6 +47,7 @@ + // are still progressing through duplicated address detection (DAD) + // and shouldn't be used by the application layer until DAD process + // is completed. ++#if !defined(OS_FREEBSD) + if (native_attributes & ( + #if !defined(OS_ANDROID) + IFA_F_OPTIMISTIC | IFA_F_DADFAILED | +@@ -62,6 +65,10 @@ + } + + return true; ++#else ++ // the flags tested above are not present on FreeBSD ++ return false; ++#endif // !OS_FREEBSD + } + + } // namespace +@@ -80,13 +87,15 @@ + if (!s.is_valid()) + return NetworkChangeNotifier::CONNECTION_UNKNOWN; + ++#if !defined(OS_FREEBSD) + // Test wireless extensions for CONNECTION_WIFI + struct iwreq pwrq = {}; + strncpy(pwrq.ifr_name, ifname.c_str(), IFNAMSIZ - 1); + if (ioctl(s.get(), SIOCGIWNAME, &pwrq) != -1) + return NetworkChangeNotifier::CONNECTION_WIFI; ++#endif // !defined(OS_FREEBSD) + +-#if !defined(OS_ANDROID) ++#if !defined(OS_ANDROID) && !defined(OS_FREEBSD) + // Test ethtool for CONNECTION_ETHERNET + struct ethtool_cmd ecmd = {}; + ecmd.cmd = ETHTOOL_GSET; +@@ -95,12 +104,13 @@ + strncpy(ifr.ifr_name, ifname.c_str(), IFNAMSIZ - 1); + if (ioctl(s.get(), SIOCETHTOOL, &ifr) != -1) + return NetworkChangeNotifier::CONNECTION_ETHERNET; +-#endif // !defined(OS_ANDROID) ++#endif // !defined(OS_ANDROID) && !defined(OS_FREEBSD) + + return NetworkChangeNotifier::CONNECTION_UNKNOWN; + } + + std::string GetInterfaceSSID(const std::string& ifname) { ++#if !defined(OS_FREEBSD) + base::ScopedFD ioctl_socket(socket(AF_INET, SOCK_DGRAM, 0)); + if (!ioctl_socket.is_valid()) + return ""; +@@ -112,9 +122,11 @@ + wreq.u.essid.length = IW_ESSID_MAX_SIZE; + if (ioctl(ioctl_socket.get(), SIOCGIWESSID, &wreq) != -1) + return ssid; ++#endif // !defined(OS_FREEBSD) + return ""; + } + ++#if !defined(OS_FREEBSD) + bool GetNetworkListImpl( + NetworkInterfaceList* networks, + int policy, +@@ -183,6 +195,7 @@ + + return true; + } ++#endif // !defined(OS_FREEBSD) + + std::string GetWifiSSIDFromInterfaceListInternal( + const NetworkInterfaceList& interfaces, +@@ -207,12 +220,16 @@ + if (networks == NULL) + return false; + ++#if !defined(OS_FREEBSD) + internal::AddressTrackerLinux tracker; + tracker.Init(); + + return internal::GetNetworkListImpl( + networks, policy, tracker.GetOnlineLinks(), tracker.GetAddressMap(), + &internal::AddressTrackerLinux::GetInterfaceName); ++#else ++ return false; ++#endif + } + + std::string GetWifiSSID() { Copied: branches/2015Q3/www/chromium/files/patch-net__base__network_interfaces_posix.cc (from r396536, head/www/chromium/files/patch-net__base__network_interfaces_posix.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/www/chromium/files/patch-net__base__network_interfaces_posix.cc Thu Sep 10 07:25:58 2015 (r396553, copy of r396536, head/www/chromium/files/patch-net__base__network_interfaces_posix.cc) @@ -0,0 +1,18 @@ +--- net/base/network_interfaces_posix.cc.orig 2015-09-03 11:04:58.534429000 -0400 ++++ net/base/network_interfaces_posix.cc 2015-09-03 11:07:05.587031000 -0400 +@@ -20,6 +20,7 @@ + #if !defined(OS_NACL) + namespace internal { + ++#if !defined(OS_BSD) + // The application layer can pass |policy| defined in net_util.h to + // request filtering out certain type of interfaces. + bool ShouldIgnoreInterface(const std::string& name, int policy) { +@@ -33,6 +34,7 @@ + + return false; + } ++#endif + + // Check if the address is unspecified (i.e. made of zeroes) or loopback. + bool IsLoopbackOrUnspecifiedAddress(const sockaddr* addr) { Modified: branches/2015Q3/www/chromium/files/patch-skia__ext__SkMemory_new_handler.cpp ============================================================================== --- branches/2015Q3/www/chromium/files/patch-skia__ext__SkMemory_new_handler.cpp Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-skia__ext__SkMemory_new_handler.cpp Thu Sep 10 07:25:58 2015 (r396553) @@ -1,20 +1,20 @@ ---- skia/ext/SkMemory_new_handler.cpp.orig 2015-04-20 19:38:21.000000000 +0200 -+++ skia/ext/SkMemory_new_handler.cpp 2015-04-20 19:38:39.000000000 +0200 -@@ -53,7 +53,7 @@ - static void* sk_malloc_nothrow(size_t size) { +--- skia/ext/SkMemory_new_handler.cpp.orig 2015-08-22 15:01:57.000000000 -0400 ++++ skia/ext/SkMemory_new_handler.cpp 2015-09-03 11:11:25.462063000 -0400 +@@ -62,7 +62,7 @@ // TODO(b.kelemen): we should always use UncheckedMalloc but currently it // doesn't work as intended everywhere. + void* result; -#if defined(OS_IOS) +#if defined(OS_IOS) || defined(OS_FREEBSD) - return malloc(size); + result = malloc(size); #else - void* result; -@@ -77,7 +77,7 @@ - void* sk_calloc(size_t size) { + // It's the responsibility of the caller to check the return value. +@@ -89,7 +89,7 @@ // TODO(b.kelemen): we should always use UncheckedCalloc but currently it // doesn't work as intended everywhere. + void* result; -#if defined(OS_IOS) +#if defined(OS_IOS) || defined(OS_FREEBSD) - return calloc(1, size); + result = calloc(1, size); #else - void* result; + // It's the responsibility of the caller to check the return value. Modified: branches/2015Q3/www/chromium/files/patch-sync__util__get_session_name.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-sync__util__get_session_name.cc Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-sync__util__get_session_name.cc Thu Sep 10 07:25:58 2015 (r396553) @@ -1,18 +1,18 @@ ---- sync/util/get_session_name.cc.orig 2014-10-10 08:54:17 UTC -+++ sync/util/get_session_name.cc -@@ -12,7 +12,7 @@ - #include "base/sys_info.h" - #include "base/task_runner.h" +--- sync/util/get_session_name.cc.orig 2015-08-22 15:01:57.000000000 -0400 ++++ sync/util/get_session_name.cc 2015-09-03 11:15:14.369871000 -0400 +@@ -14,7 +14,7 @@ --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) + #if defined(OS_CHROMEOS) + #include "chromeos/system/devicetype.h" +-#elif defined(OS_LINUX) ++#elif (defined(OS_LINUX) || defined(OS_BSD)) #include "sync/util/get_session_name_linux.h" #elif defined(OS_IOS) #include "sync/util/get_session_name_ios.h" -@@ -37,7 +37,7 @@ - // like "stumpy-signed-mp-v2keys" etc. The information can be checked on - // "CHROMEOS_RELEASE_BOARD" line in chrome://system. - session_name = board.substr(0, 6) == "stumpy" ? "Chromebox" : "Chromebook"; +@@ -50,7 +50,7 @@ + session_name = "Chromebook"; + break; + } -#elif defined(OS_LINUX) +#elif defined(OS_LINUX) || defined(OS_BSD) session_name = internal::GetHostname(); Modified: branches/2015Q3/www/chromium/files/patch-third_party__WebKit__Source__platform__blink_platform.gyp ============================================================================== --- branches/2015Q3/www/chromium/files/patch-third_party__WebKit__Source__platform__blink_platform.gyp Thu Sep 10 07:20:52 2015 (r396552) +++ branches/2015Q3/www/chromium/files/patch-third_party__WebKit__Source__platform__blink_platform.gyp Thu Sep 10 07:25:58 2015 (r396553) @@ -1,5 +1,5 @@ ---- third_party/WebKit/Source/platform/blink_platform.gyp.orig 2015-01-21 20:48:07 UTC -+++ third_party/WebKit/Source/platform/blink_platform.gyp +--- third_party/WebKit/Source/platform/blink_platform.gyp.orig 2015-09-01 16:10:53.000000000 -0400 ++++ third_party/WebKit/Source/platform/blink_platform.gyp 2015-09-03 11:17:44.822976000 -0400 @@ -38,6 +38,9 @@ 'targets': [{ 'target_name': 'blink_common', @@ -10,16 +10,16 @@ 'variables': { 'enable_wexit_time_destructors': 1 }, 'dependencies': [ '../config.gyp:config', -@@ -248,7 +251,7 @@ - # compiler optimizations, see crbug.com/237063 - 'msvs_disabled_warnings': [ 4267, 4334, 4724 ], - 'conditions': [ +@@ -251,7 +254,7 @@ + ['include', 'graphics/cpu/x86/WebGLImageConversionSSE\\.h$'], + ], + }], - ['OS=="linux" or OS=="android" or OS=="win"', { + ['OS=="linux" or OS=="android" or OS=="win" or os_bsd==1', { 'sources/': [ # Cherry-pick files excluded by the broader regular expressions above. ['include', 'fonts/opentype/OpenTypeTypes\\.h$'], -@@ -259,7 +262,7 @@ +@@ -262,7 +265,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Thu Sep 10 16:30:25 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F62A015F4; Thu, 10 Sep 2015 16:30:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D170D10C0; Thu, 10 Sep 2015 16:30:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AGUPSu078399; Thu, 10 Sep 2015 16:30:25 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AGUPj2078395; Thu, 10 Sep 2015 16:30:25 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509101630.t8AGUPj2078395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 10 Sep 2015 16:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396582 - branches/2015Q3/lang/php5 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 16:30:26 -0000 Author: feld Date: Thu Sep 10 16:30:24 2015 New Revision: 396582 URL: https://svnweb.freebsd.org/changeset/ports/396582 Log: MFH: r396579 lang/php5: Update to 5.4.45 PR: 202906 Approved by: ports-secteam (with hat) Security: CVE-2015-6834 Security: CVE-2015-6835 Security: CVE-2015-6836 Security: CVE-2015-6837 Security: CVE-2015-6838 Security: 3d675519-5654-11e5-9ad8-14dae9d210b8 Modified: branches/2015Q3/lang/php5/Makefile branches/2015Q3/lang/php5/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/lang/php5/Makefile ============================================================================== --- branches/2015Q3/lang/php5/Makefile Thu Sep 10 16:29:21 2015 (r396581) +++ branches/2015Q3/lang/php5/Makefile Thu Sep 10 16:30:24 2015 (r396582) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php5 -PORTVERSION= 5.4.44 +PORTVERSION= 5.4.45 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2015Q3/lang/php5/distinfo ============================================================================== --- branches/2015Q3/lang/php5/distinfo Thu Sep 10 16:29:21 2015 (r396581) +++ branches/2015Q3/lang/php5/distinfo Thu Sep 10 16:30:24 2015 (r396582) @@ -1,4 +1,4 @@ -SHA256 (php-5.4.44.tar.bz2) = 8dd59e5ce9248cf36ac3de5412a518b8b24c01ace6c46ce3d12e4ce981a3856d -SIZE (php-5.4.44.tar.bz2) = 12705644 +SHA256 (php-5.4.45.tar.bz2) = 4e0d28b1554c95cfaea6fa2b64aac85433f158ce72bb571bcd5574f98f4c6582 +SIZE (php-5.4.45.tar.bz2) = 12703324 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344 SIZE (php-5.4.x-mail-header.patch) = 3379 From owner-svn-ports-branches@freebsd.org Thu Sep 10 16:31:02 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FA5BA0171E; Thu, 10 Sep 2015 16:31:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 505E612CC; Thu, 10 Sep 2015 16:31:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AGV2Vk079847; Thu, 10 Sep 2015 16:31:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AGV1H7079844; Thu, 10 Sep 2015 16:31:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509101631.t8AGV1H7079844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 10 Sep 2015 16:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396583 - branches/2015Q3/lang/php55 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 16:31:02 -0000 Author: feld Date: Thu Sep 10 16:31:01 2015 New Revision: 396583 URL: https://svnweb.freebsd.org/changeset/ports/396583 Log: MFH: r396580 lang/php55: Update to 5.5.29 PR: 202906 Approved by: ports-secteam (with hat) Security: CVE-2015-6834 Security: CVE-2015-6835 Security: CVE-2015-6836 Security: CVE-2015-6837 Security: CVE-2015-6838 Security: 3d675519-5654-11e5-9ad8-14dae9d210b8 Modified: branches/2015Q3/lang/php55/Makefile branches/2015Q3/lang/php55/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/lang/php55/Makefile ============================================================================== --- branches/2015Q3/lang/php55/Makefile Thu Sep 10 16:30:24 2015 (r396582) +++ branches/2015Q3/lang/php55/Makefile Thu Sep 10 16:31:01 2015 (r396583) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.28 +PORTVERSION= 5.5.29 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2015Q3/lang/php55/distinfo ============================================================================== --- branches/2015Q3/lang/php55/distinfo Thu Sep 10 16:30:24 2015 (r396582) +++ branches/2015Q3/lang/php55/distinfo Thu Sep 10 16:31:01 2015 (r396583) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.28.tar.bz2) = 197d2c572e030c177e53d3763d59ac6d363d7c78dc22e6cc1e2ac65573d9c2f3 -SIZE (php-5.5.28.tar.bz2) = 13249927 +SHA256 (php-5.5.29.tar.bz2) = fbcee579ecc77cad6960a541116aee669cf145c2cd9a54bf60503a870843b946 +SIZE (php-5.5.29.tar.bz2) = 13698565 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 From owner-svn-ports-branches@freebsd.org Thu Sep 10 16:31:34 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD349A01776; Thu, 10 Sep 2015 16:31:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADAA11483; Thu, 10 Sep 2015 16:31:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AGVY3l082091; Thu, 10 Sep 2015 16:31:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AGVYR9082071; Thu, 10 Sep 2015 16:31:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509101631.t8AGVYR9082071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 10 Sep 2015 16:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396585 - branches/2015Q3/lang/php56 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 16:31:34 -0000 Author: feld Date: Thu Sep 10 16:31:33 2015 New Revision: 396585 URL: https://svnweb.freebsd.org/changeset/ports/396585 Log: MFH: r396581 lang/php56: Update to 5.6.13 PR: 202906 Approved by: ports-secteam (with hat) Security: CVE-2015-6834 Security: CVE-2015-6835 Security: CVE-2015-6836 Security: CVE-2015-6837 Security: CVE-2015-6838 Security: 3d675519-5654-11e5-9ad8-14dae9d210b8 Modified: branches/2015Q3/lang/php56/Makefile branches/2015Q3/lang/php56/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/lang/php56/Makefile ============================================================================== --- branches/2015Q3/lang/php56/Makefile Thu Sep 10 16:31:33 2015 (r396584) +++ branches/2015Q3/lang/php56/Makefile Thu Sep 10 16:31:33 2015 (r396585) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.12 +PORTVERSION= 5.6.13 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2015Q3/lang/php56/distinfo ============================================================================== --- branches/2015Q3/lang/php56/distinfo Thu Sep 10 16:31:33 2015 (r396584) +++ branches/2015Q3/lang/php56/distinfo Thu Sep 10 16:31:33 2015 (r396585) @@ -1,4 +1,4 @@ -SHA256 (php-5.6.12.tar.bz2) = 6f27104272af7b2a996f85e4100fac627630fbdaf39d7bd263f16cf529c8853a -SIZE (php-5.6.12.tar.bz2) = 14094148 +SHA256 (php-5.6.13.tar.bz2) = 6358837c9cbab41b91ede59dbf0670ae0fb925a1369ecbc1a44a27212420f893 +SIZE (php-5.6.13.tar.bz2) = 14077633 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:38:42 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13DB7A01AA2; Thu, 10 Sep 2015 22:38:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04C4B1D18; Thu, 10 Sep 2015 22:38:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMcfDZ033705; Thu, 10 Sep 2015 22:38:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMcfJC033704; Thu, 10 Sep 2015 22:38:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102238.t8AMcfJC033704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396606 - branches/2015Q3/devel/rubygem-ditz X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:38:42 -0000 Author: amdmi3 Date: Thu Sep 10 22:38:41 2015 New Revision: 396606 URL: https://svnweb.freebsd.org/changeset/ports/396606 Log: MFH: r396605 - Add LICENSE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-ditz/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-ditz/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-ditz/Makefile Thu Sep 10 22:37:07 2015 (r396605) +++ branches/2015Q3/devel/rubygem-ditz/Makefile Thu Sep 10 22:38:41 2015 (r396606) @@ -2,19 +2,26 @@ PORTNAME= ditz PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Simple lightweight distributed issue tracker +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bin/ditz +ruby_OLD_CMD= /usr/bin/ruby1.8 + PLIST_FILES= bin/ditz .include From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:43:24 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6686AA01DC6; Thu, 10 Sep 2015 22:43:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 574A6140F; Thu, 10 Sep 2015 22:43:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMhOXL038249; Thu, 10 Sep 2015 22:43:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMhOF9038248; Thu, 10 Sep 2015 22:43:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102243.t8AMhOF9038248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396611 - branches/2015Q3/devel/rubygem-stella X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:43:24 -0000 Author: amdmi3 Date: Thu Sep 10 22:43:23 2015 New Revision: 396611 URL: https://svnweb.freebsd.org/changeset/ports/396611 Log: MFH: r396610 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-stella/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-stella/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-stella/Makefile Thu Sep 10 22:41:18 2015 (r396610) +++ branches/2015Q3/devel/rubygem-stella/Makefile Thu Sep 10 22:43:23 2015 (r396611) @@ -3,6 +3,7 @@ PORTNAME= stella PORTVERSION= 2.1.2.004 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Define realistic testplans and run them against your webapps LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-benelux>=0.6.1:${PORTSDIR}/devel/rubygem-benelux \ rubygem-drydock>=0.6.9:${PORTSDIR}/devel/rubygem-drydock \ @@ -25,6 +27,9 @@ RUN_DEPENDS= rubygem-benelux>=0.6.1:${PO USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bin/stella \ + support/sample_webapp/app.rb PLIST_FILES= bin/stella From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:46:17 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D7B0A01F3C; Thu, 10 Sep 2015 22:46:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E2EC1797; Thu, 10 Sep 2015 22:46:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMkHal038806; Thu, 10 Sep 2015 22:46:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMkHeF038805; Thu, 10 Sep 2015 22:46:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102246.t8AMkHeF038805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396613 - branches/2015Q3/devel/rubygem-foreman X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:46:17 -0000 Author: amdmi3 Date: Thu Sep 10 22:46:16 2015 New Revision: 396613 URL: https://svnweb.freebsd.org/changeset/ports/396613 Log: MFH: r396612 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-foreman/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-foreman/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-foreman/Makefile Thu Sep 10 22:44:14 2015 (r396612) +++ branches/2015Q3/devel/rubygem-foreman/Makefile Thu Sep 10 22:46:16 2015 (r396613) @@ -2,6 +2,7 @@ PORTNAME= foreman PORTVERSION= 0.78.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,6 +16,8 @@ RUN_DEPENDS= rubygem-thor>=0.19.1:${PORT USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= spec/resources/bin/env PLIST_FILES= bin/foreman From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:48:27 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9790A000E5; Thu, 10 Sep 2015 22:48:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99FED1BF6; Thu, 10 Sep 2015 22:48:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMmRfS039373; Thu, 10 Sep 2015 22:48:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMmRDR039372; Thu, 10 Sep 2015 22:48:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102248.t8AMmRDR039372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396616 - branches/2015Q3/www/rubygem-merb-core X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:48:27 -0000 Author: amdmi3 Date: Thu Sep 10 22:48:26 2015 New Revision: 396616 URL: https://svnweb.freebsd.org/changeset/ports/396616 Log: MFH: r396615 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/www/rubygem-merb-core/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/rubygem-merb-core/Makefile ============================================================================== --- branches/2015Q3/www/rubygem-merb-core/Makefile Thu Sep 10 22:46:49 2015 (r396615) +++ branches/2015Q3/www/rubygem-merb-core/Makefile Thu Sep 10 22:48:26 2015 (r396616) @@ -3,7 +3,7 @@ PORTNAME= merb-core PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Merb. Pocket rocket web framework LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ rubygem-erubis>=2.6.2:${PORTSDIR}/www/rubygem-erubis \ @@ -22,7 +23,14 @@ RUN_DEPENDS= rubygem-bundler>=0:${PORTSD USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= spec10/public/webrat/test_app/gems/gems/erubis-2.6.2/bin/erubis \ + spec10/public/webrat/test_app/gems/gems/erubis-2.6.2/contrib/erubis PLIST_FILES= bin/merb +post-patch: + @${REINPLACE_CMD} -i '' -e '1s|/.*ruby|${ruby_CMD}|' \ + ${WRKSRC}/spec10/public/core_ext/fixtures/gems/bin/edit_json.rb + .include From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:50:02 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31322A00241; Thu, 10 Sep 2015 22:50:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21F6C1E03; Thu, 10 Sep 2015 22:50:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMo2Xf039765; Thu, 10 Sep 2015 22:50:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMo1LH039764; Thu, 10 Sep 2015 22:50:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102250.t8AMo1LH039764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396618 - branches/2015Q3/devel/rubygem-ruby-ole X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:50:02 -0000 Author: amdmi3 Date: Thu Sep 10 22:50:01 2015 New Revision: 396618 URL: https://svnweb.freebsd.org/changeset/ports/396618 Log: MFH: r396617 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-ruby-ole/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-ruby-ole/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-ruby-ole/Makefile Thu Sep 10 22:48:31 2015 (r396617) +++ branches/2015Q3/devel/rubygem-ruby-ole/Makefile Thu Sep 10 22:50:01 2015 (r396618) @@ -3,6 +3,7 @@ PORTNAME= ruby-ole PORTVERSION= 1.2.11.8 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,10 +11,14 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Library for easy read/write access to OLE compound documents LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bin/oletool \ + test/*.rb PLIST_FILES= bin/oletool From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:54:23 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AC0FA00570; Thu, 10 Sep 2015 22:54:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F00301253; Thu, 10 Sep 2015 22:54:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMsMM9044016; Thu, 10 Sep 2015 22:54:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMsMA4044015; Thu, 10 Sep 2015 22:54:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102254.t8AMsMA4044015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396620 - branches/2015Q3/devel/rubygem-bio X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:54:23 -0000 Author: amdmi3 Date: Thu Sep 10 22:54:22 2015 New Revision: 396620 URL: https://svnweb.freebsd.org/changeset/ports/396620 Log: MFH: r396619 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-bio/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-bio/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-bio/Makefile Thu Sep 10 22:50:19 2015 (r396619) +++ branches/2015Q3/devel/rubygem-bio/Makefile Thu Sep 10 22:54:22 2015 (r396620) @@ -3,6 +3,7 @@ PORTNAME= bio PORTVERSION= 1.4.3.0001 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,6 +16,9 @@ LICENSE_COMB= dual USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= sample/biofetch.rb +ruby_OLD_CMD= /usr/proj/bioruby/bin/ruby PLIST_FILES= bin/bioruby \ bin/br_biofetch.rb \ From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:55:31 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3813A00666; Thu, 10 Sep 2015 22:55:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B42E8146E; Thu, 10 Sep 2015 22:55:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMtVTA044367; Thu, 10 Sep 2015 22:55:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMtVC0044366; Thu, 10 Sep 2015 22:55:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102255.t8AMtVC0044366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396622 - branches/2015Q3/textproc/rubygem-jekyll-paginate X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:55:31 -0000 Author: amdmi3 Date: Thu Sep 10 22:55:30 2015 New Revision: 396622 URL: https://svnweb.freebsd.org/changeset/ports/396622 Log: MFH: r396621 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/textproc/rubygem-jekyll-paginate/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/rubygem-jekyll-paginate/Makefile ============================================================================== --- branches/2015Q3/textproc/rubygem-jekyll-paginate/Makefile Thu Sep 10 22:54:26 2015 (r396621) +++ branches/2015Q3/textproc/rubygem-jekyll-paginate/Makefile Thu Sep 10 22:55:30 2015 (r396622) @@ -3,6 +3,7 @@ PORTNAME= jekyll-paginate PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,9 +11,14 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Built-in Pagination Generator for Jekyll LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= script/bootstrap \ + script/cibuild \ + script/unbundle .include From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:57:18 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E68C0A00753; Thu, 10 Sep 2015 22:57:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D55D717A2; Thu, 10 Sep 2015 22:57:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMvIJc044741; Thu, 10 Sep 2015 22:57:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMvImT044740; Thu, 10 Sep 2015 22:57:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102257.t8AMvImT044740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396624 - branches/2015Q3/devel/rubygem-safe_yaml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:57:19 -0000 Author: amdmi3 Date: Thu Sep 10 22:57:17 2015 New Revision: 396624 URL: https://svnweb.freebsd.org/changeset/ports/396624 Log: MFH: r396623 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-safe_yaml/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-safe_yaml/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-safe_yaml/Makefile Thu Sep 10 22:55:35 2015 (r396623) +++ branches/2015Q3/devel/rubygem-safe_yaml/Makefile Thu Sep 10 22:57:17 2015 (r396624) @@ -3,6 +3,7 @@ PORTNAME= safe_yaml PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,10 +11,14 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Parse YAML safely LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bundle_install_all_ruby_versions.sh \ + run_specs_all_ruby_versions.sh PLIST_FILES= bin/safe_yaml .include From owner-svn-ports-branches@freebsd.org Thu Sep 10 22:58:31 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8926BA008B2; Thu, 10 Sep 2015 22:58:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A12D1A92; Thu, 10 Sep 2015 22:58:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AMwVft045212; Thu, 10 Sep 2015 22:58:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AMwVW8045211; Thu, 10 Sep 2015 22:58:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102258.t8AMwVW8045211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 22:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396627 - branches/2015Q3/net/rubygem-rbvmomi X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 22:58:31 -0000 Author: amdmi3 Date: Thu Sep 10 22:58:30 2015 New Revision: 396627 URL: https://svnweb.freebsd.org/changeset/ports/396627 Log: MFH: r396625 - Add LICENSE_FILE - Add NO_ARCH - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/net/rubygem-rbvmomi/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/rubygem-rbvmomi/Makefile ============================================================================== --- branches/2015Q3/net/rubygem-rbvmomi/Makefile Thu Sep 10 22:57:47 2015 (r396626) +++ branches/2015Q3/net/rubygem-rbvmomi/Makefile Thu Sep 10 22:58:30 2015 (r396627) @@ -3,6 +3,7 @@ PORTNAME= rbvmomi PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,14 +11,18 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby interface to the VMware vSphere API LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \ rubygem-nokogiri>=1.4.1:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-trollop>=0:${PORTSDIR}/devel/rubygem-trollop \ +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= examples/run.sh PLIST_FILES= bin/rbvmomish From owner-svn-ports-branches@freebsd.org Thu Sep 10 23:00:29 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93E9CA00A06; Thu, 10 Sep 2015 23:00:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 848611DE7; Thu, 10 Sep 2015 23:00:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AN0Tg1045815; Thu, 10 Sep 2015 23:00:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AN0Tp7045814; Thu, 10 Sep 2015 23:00:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102300.t8AN0Tp7045814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 23:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396630 - branches/2015Q3/graphics/rubygem-gruff X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 23:00:29 -0000 Author: amdmi3 Date: Thu Sep 10 23:00:28 2015 New Revision: 396630 URL: https://svnweb.freebsd.org/changeset/ports/396630 Log: MFH: r396628 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/graphics/rubygem-gruff/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/graphics/rubygem-gruff/Makefile ============================================================================== --- branches/2015Q3/graphics/rubygem-gruff/Makefile Thu Sep 10 22:59:55 2015 (r396629) +++ branches/2015Q3/graphics/rubygem-gruff/Makefile Thu Sep 10 23:00:28 2015 (r396630) @@ -3,6 +3,7 @@ PORTNAME= gruff PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -10,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Beautiful graphing library for Ruby using RMagick LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rmagick>=2.13.4:${PORTSDIR}/graphics/rubygem-rmagick @@ -17,5 +19,8 @@ NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= test/image_compare.rb +ruby_OLD_CMD= ruby .include From owner-svn-ports-branches@freebsd.org Thu Sep 10 23:07:11 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 023B7A00F5D; Thu, 10 Sep 2015 23:07:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6FD6176B; Thu, 10 Sep 2015 23:07:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AN7Anx050463; Thu, 10 Sep 2015 23:07:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AN7A1d050462; Thu, 10 Sep 2015 23:07:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102307.t8AN7A1d050462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 23:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396634 - branches/2015Q3/multimedia/rubygem-gstreamer X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 23:07:11 -0000 Author: amdmi3 Date: Thu Sep 10 23:07:10 2015 New Revision: 396634 URL: https://svnweb.freebsd.org/changeset/ports/396634 Log: MFH: r396631 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/multimedia/rubygem-gstreamer/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/multimedia/rubygem-gstreamer/Makefile ============================================================================== --- branches/2015Q3/multimedia/rubygem-gstreamer/Makefile Thu Sep 10 23:06:49 2015 (r396633) +++ branches/2015Q3/multimedia/rubygem-gstreamer/Makefile Thu Sep 10 23:07:10 2015 (r396634) @@ -2,6 +2,7 @@ PORTNAME= gstreamer PORTVERSION= 2.2.5 +PORTREVISION= 1 CATEGORIES= multimedia rubygems MASTER_SITES= RG @@ -19,4 +20,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +post-patch: + @${REINPLACE_CMD} -e '1s|/usr/bin/evn|/usr/bin/env|' \ + ${WRKSRC}/sample/gst-inspect.rb + .include From owner-svn-ports-branches@freebsd.org Thu Sep 10 23:08:33 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23A63A0101C; Thu, 10 Sep 2015 23:08:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 140A21877; Thu, 10 Sep 2015 23:08:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AN8WN9050704; Thu, 10 Sep 2015 23:08:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AN8WaG050703; Thu, 10 Sep 2015 23:08:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102308.t8AN8WaG050703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 23:08:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396635 - branches/2015Q3/sysutils/rubygem-bosh-gen X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 23:08:33 -0000 Author: amdmi3 Date: Thu Sep 10 23:08:32 2015 New Revision: 396635 URL: https://svnweb.freebsd.org/changeset/ports/396635 Log: MFH: r396632 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/sysutils/rubygem-bosh-gen/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/rubygem-bosh-gen/Makefile ============================================================================== --- branches/2015Q3/sysutils/rubygem-bosh-gen/Makefile Thu Sep 10 23:07:10 2015 (r396634) +++ branches/2015Q3/sysutils/rubygem-bosh-gen/Makefile Thu Sep 10 23:08:32 2015 (r396635) @@ -2,6 +2,7 @@ PORTNAME= bosh-gen PORTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -9,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Generators for creating BOSH releases LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-bosh_cli>=0:${PORTSDIR}/sysutils/rubygem-bosh_cli \ @@ -24,6 +26,9 @@ NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= lib/bosh/gen/generators/new_release_generator/templates/templates/make_manifest.tt \ + spec/fixtures/releases/s3test-boshrelease/templates/make_manifest PLIST_FILES= bin/bosh-gen From owner-svn-ports-branches@freebsd.org Thu Sep 10 23:09:21 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 442FBA010AD; Thu, 10 Sep 2015 23:09:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34AEA1979; Thu, 10 Sep 2015 23:09:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AN9LbI050901; Thu, 10 Sep 2015 23:09:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AN9LNa050900; Thu, 10 Sep 2015 23:09:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102309.t8AN9LNa050900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 23:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396636 - branches/2015Q3/textproc/rubygem-linguistics X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 23:09:21 -0000 Author: amdmi3 Date: Thu Sep 10 23:09:20 2015 New Revision: 396636 URL: https://svnweb.freebsd.org/changeset/ports/396636 Log: MFH: r396633 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/textproc/rubygem-linguistics/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/rubygem-linguistics/Makefile ============================================================================== --- branches/2015Q3/textproc/rubygem-linguistics/Makefile Thu Sep 10 23:08:32 2015 (r396635) +++ branches/2015Q3/textproc/rubygem-linguistics/Makefile Thu Sep 10 23:09:20 2015 (r396636) @@ -3,6 +3,7 @@ PORTNAME= linguistics PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,11 +11,15 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Framework for extending Ruby objects with linguistic methods LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-loggability>=0.11:${PORTSDIR}/textproc/rubygem-loggability USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= lib/linguistics.rb \ + lib/linguistics/en/linkparser.rb .include From owner-svn-ports-branches@freebsd.org Fri Sep 11 14:59:05 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FD43A01C85; Fri, 11 Sep 2015 14:59:05 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 840361D54; Fri, 11 Sep 2015 14:59:05 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BEx50D088918; Fri, 11 Sep 2015 14:59:05 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BEx4tA088915; Fri, 11 Sep 2015 14:59:04 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201509111459.t8BEx4tA088915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Fri, 11 Sep 2015 14:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396673 - in branches/2015Q3/audio/vorbis-tools: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 14:59:05 -0000 Author: naddy Date: Fri Sep 11 14:59:04 2015 New Revision: 396673 URL: https://svnweb.freebsd.org/changeset/ports/396673 Log: MFH: r396532 r396599 Fix oggenc buffer overflow, crash on raw file close, channel integer overflow, and division by zero. PR: 202941 Submitted by: junovitch Obtained from: https://trac.xiph.org/ticket/2212 Obtained from: https://trac.xiph.org/changeset/19117 Obtained from: Fedora vorbis-tools Git (commit 63a1a62d) Security: CVE-2015-6749 Security: CVE-2014-9638 Security: CVE-2014-9639 Security: a35f415d-572a-11e5-b0a4-f8b156b6dcc8 Approved by: ports-secteam Added: branches/2015Q3/audio/vorbis-tools/files/patch-oggenc_audio.c - copied, changed from r396532, head/audio/vorbis-tools/files/patch-oggenc_audio.c branches/2015Q3/audio/vorbis-tools/files/patch-oggenc_oggenc.c - copied unchanged from r396599, head/audio/vorbis-tools/files/patch-oggenc_oggenc.c Modified: branches/2015Q3/audio/vorbis-tools/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/audio/vorbis-tools/Makefile ============================================================================== --- branches/2015Q3/audio/vorbis-tools/Makefile Fri Sep 11 14:56:55 2015 (r396672) +++ branches/2015Q3/audio/vorbis-tools/Makefile Fri Sep 11 14:59:04 2015 (r396673) @@ -3,7 +3,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.4.0 -PORTREVISION= 8 +PORTREVISION= 10 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ Copied and modified: branches/2015Q3/audio/vorbis-tools/files/patch-oggenc_audio.c (from r396532, head/audio/vorbis-tools/files/patch-oggenc_audio.c) ============================================================================== --- head/audio/vorbis-tools/files/patch-oggenc_audio.c Wed Sep 9 20:07:01 2015 (r396532, copy source) +++ branches/2015Q3/audio/vorbis-tools/files/patch-oggenc_audio.c Fri Sep 11 14:59:04 2015 (r396673) @@ -1,6 +1,14 @@ --- oggenc/audio.c.orig 2010-03-24 08:27:14 UTC +++ oggenc/audio.c -@@ -245,8 +245,8 @@ static int aiff_permute_matrix[6][6] = +@@ -13,6 +13,7 @@ + #include + #endif + ++#include + #include + #include + #include +@@ -245,12 +246,13 @@ static int aiff_permute_matrix[6][6] = int aiff_open(FILE *in, oe_enc_opt *opt, unsigned char *buf, int buflen) { int aifc; /* AIFC or AIFF? */ @@ -11,7 +19,12 @@ unsigned char buf2[8]; aiff_fmt format; aifffile *aiff = malloc(sizeof(aifffile)); -@@ -269,9 +269,9 @@ int aiff_open(FILE *in, oe_enc_opt *opt, + int i; ++ long channels; + + if(buf[11]=='C') + aifc=1; +@@ -269,19 +271,25 @@ int aiff_open(FILE *in, oe_enc_opt *opt, return 0; /* Weird common chunk */ } @@ -24,3 +37,48 @@ { fprintf(stderr, _("Warning: Unexpected EOF in reading AIFF header\n")); return 0; + } + +- format.channels = READ_U16_BE(buffer); ++ format.channels = channels = READ_U16_BE(buffer); + format.totalframes = READ_U32_BE(buffer+2); + format.samplesize = READ_U16_BE(buffer+6); + format.rate = (int)read_IEEE80(buffer+8); + ++ if(channels <= 0L || SHRT_MAX < channels) ++ { ++ fprintf(stderr, _("Warning: Unsupported count of channels in AIFF header\n")); ++ return 0; ++ } ++ + aiff->bigendian = 1; + + if(aifc) +@@ -412,6 +420,7 @@ int wav_open(FILE *in, oe_enc_opt *opt, + wav_fmt format; + wavfile *wav = malloc(sizeof(wavfile)); + int i; ++ long channels; + + /* Ok. At this point, we know we have a WAV file. Now we have to detect + * whether we support the subtype, and we have to find the actual data +@@ -449,12 +458,18 @@ int wav_open(FILE *in, oe_enc_opt *opt, + } + + format.format = READ_U16_LE(buf); +- format.channels = READ_U16_LE(buf+2); ++ format.channels = channels = READ_U16_LE(buf+2); + format.samplerate = READ_U32_LE(buf+4); + format.bytespersec = READ_U32_LE(buf+8); + format.align = READ_U16_LE(buf+12); + format.samplesize = READ_U16_LE(buf+14); + ++ if(channels <= 0L || SHRT_MAX < channels) ++ { ++ fprintf(stderr, _("Warning: Unsupported count of channels in WAV header\n")); ++ return 0; ++ } ++ + if(format.format == -2) /* WAVE_FORMAT_EXTENSIBLE */ + { + if(len<40) Copied: branches/2015Q3/audio/vorbis-tools/files/patch-oggenc_oggenc.c (from r396599, head/audio/vorbis-tools/files/patch-oggenc_oggenc.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/audio/vorbis-tools/files/patch-oggenc_oggenc.c Fri Sep 11 14:59:04 2015 (r396673, copy of r396599, head/audio/vorbis-tools/files/patch-oggenc_oggenc.c) @@ -0,0 +1,21 @@ +--- oggenc/oggenc.c.orig 2010-03-26 07:07:07 UTC ++++ oggenc/oggenc.c +@@ -97,6 +97,8 @@ int main(int argc, char **argv) + .3,-1, + 0,0,0.f, + 0, 0, 0, 0, 0}; ++ input_format raw_format = {NULL, 0, raw_open, wav_close, "raw", ++ N_("RAW file reader")}; + + int i; + +@@ -239,9 +241,6 @@ int main(int argc, char **argv) + + if(opt.rawmode) + { +- input_format raw_format = {NULL, 0, raw_open, wav_close, "raw", +- N_("RAW file reader")}; +- + enc_opts.rate=opt.raw_samplerate; + enc_opts.channels=opt.raw_channels; + enc_opts.samplesize=opt.raw_samplesize; From owner-svn-ports-branches@freebsd.org Fri Sep 11 15:01:54 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E5B8A01EC0; Fri, 11 Sep 2015 15:01:54 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8601046; Fri, 11 Sep 2015 15:01:54 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BF1sY9092837; Fri, 11 Sep 2015 15:01:54 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BF1s8g092835; Fri, 11 Sep 2015 15:01:54 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201509111501.t8BF1s8g092835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Fri, 11 Sep 2015 15:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396674 - in branches/2015Q3/audio/opus-tools: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 15:01:54 -0000 Author: naddy Date: Fri Sep 11 15:01:53 2015 New Revision: 396674 URL: https://svnweb.freebsd.org/changeset/ports/396674 Log: MFH: r396600 Fix opusenc buffer overflow, channel integer overflow, and division by zero. (Same code as vorbis-tools oggenc.) PR: 202941 Obtained from: https://trac.xiph.org/ticket/2212 Obtained from: https://trac.xiph.org/changeset/19117 Obtained from: Fedora vorbis-tools Git (commit 63a1a62d) Security: CVE-2015-6749 Security: CVE-2014-9638 Security: CVE-2014-9639 Security: a35f415d-572a-11e5-b0a4-f8b156b6dcc8 Approved by: ports-secteam Added: branches/2015Q3/audio/opus-tools/files/patch-src_audio-in.c - copied unchanged from r396600, head/audio/opus-tools/files/patch-src_audio-in.c Modified: branches/2015Q3/audio/opus-tools/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/audio/opus-tools/Makefile ============================================================================== --- branches/2015Q3/audio/opus-tools/Makefile Fri Sep 11 14:59:04 2015 (r396673) +++ branches/2015Q3/audio/opus-tools/Makefile Fri Sep 11 15:01:53 2015 (r396674) @@ -2,7 +2,7 @@ PORTNAME= opus-tools PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus Copied: branches/2015Q3/audio/opus-tools/files/patch-src_audio-in.c (from r396600, head/audio/opus-tools/files/patch-src_audio-in.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/audio/opus-tools/files/patch-src_audio-in.c Fri Sep 11 15:01:53 2015 (r396674, copy of r396600, head/audio/opus-tools/files/patch-src_audio-in.c) @@ -0,0 +1,85 @@ +--- src/audio-in.c.orig 2014-02-26 00:55:47 UTC ++++ src/audio-in.c +@@ -42,6 +42,7 @@ + # define _FILE_OFFSET_BITS 64 + #endif + ++#include + #include + #include + #include +@@ -287,13 +288,14 @@ static int aiff_permute_matrix[6][6] = + int aiff_open(FILE *in, oe_enc_opt *opt, unsigned char *buf, int buflen) + { + int aifc; /* AIFC or AIFF? */ +- unsigned int len; +- unsigned char *buffer; ++ unsigned int len, readlen; ++ unsigned char buffer[22]; + unsigned char buf2[8]; + int bigendian = 1; + aiff_fmt format; + aifffile *aiff; + int i; ++ long channels; + (void)buflen;/*unused*/ + + if(buf[11]=='C') +@@ -313,19 +315,25 @@ int aiff_open(FILE *in, oe_enc_opt *opt, + return 0; /* Weird common chunk */ + } + +- buffer = alloca(len); +- +- if(fread(buffer,1,len,in) < len) ++ readlen = len < sizeof(buffer) ? len : sizeof(buffer); ++ if(fread(buffer,1,readlen,in) < readlen || ++ (len > readlen && !seek_forward(in, len-readlen))) + { + fprintf(stderr, _("Warning: Unexpected EOF reading AIFF header\n")); + return 0; + } + +- format.channels = READ_U16_BE(buffer); ++ format.channels = channels = READ_U16_BE(buffer); + format.totalframes = READ_U32_BE(buffer+2); + format.samplesize = READ_U16_BE(buffer+6); + format.rate = (int)read_IEEE80(buffer+8); + ++ if(channels <= 0L || SHRT_MAX < channels) ++ { ++ fprintf(stderr, _("Warning: Unsupported count of channels in AIFF header\n")); ++ return 0; ++ } ++ + if(aifc) + { + if(len < 22) +@@ -442,6 +450,7 @@ int wav_open(FILE *in, oe_enc_opt *opt, + wav_fmt format; + wavfile *wav; + int i; ++ long channels; + (void)buflen;/*unused*/ + (void)oldbuf;/*unused*/ + +@@ -481,12 +490,18 @@ int wav_open(FILE *in, oe_enc_opt *opt, + } + + format.format = READ_U16_LE(buf); +- format.channels = READ_U16_LE(buf+2); ++ format.channels = channels = READ_U16_LE(buf+2); + format.samplerate = READ_U32_LE(buf+4); + format.bytespersec = READ_U32_LE(buf+8); + format.align = READ_U16_LE(buf+12); + format.samplesize = READ_U16_LE(buf+14); + ++ if(channels <= 0L || SHRT_MAX < channels) ++ { ++ fprintf(stderr, _("Warning: Unsupported count of channels in WAV header\n")); ++ return 0; ++ } ++ + if(format.format == -2) /* WAVE_FORMAT_EXTENSIBLE */ + { + if(len<40) From owner-svn-ports-branches@freebsd.org Fri Sep 11 16:21:53 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AABBA0272C; Fri, 11 Sep 2015 16:21:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BC631A18; Fri, 11 Sep 2015 16:21:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BGLrSe026181; Fri, 11 Sep 2015 16:21:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BGLrFg026180; Fri, 11 Sep 2015 16:21:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509111621.t8BGLrFg026180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Sep 2015 16:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396680 - branches/2015Q3/math/bamg X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 16:21:53 -0000 Author: amdmi3 Date: Fri Sep 11 16:21:52 2015 New Revision: 396680 URL: https://svnweb.freebsd.org/changeset/ports/396680 Log: MFH: r396679 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/math/bamg/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/math/bamg/Makefile ============================================================================== --- branches/2015Q3/math/bamg/Makefile Fri Sep 11 16:10:35 2015 (r396679) +++ branches/2015Q3/math/bamg/Makefile Fri Sep 11 16:21:52 2015 (r396680) @@ -3,6 +3,7 @@ PORTNAME= bamg PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://www.ann.jussieu.fr/hecht/ftp/bamg/ DISTFILES= ${PORTNAME}-v${PORTVERSION}${EXTRACT_SUFX} @@ -15,7 +16,8 @@ RESTRICTED= Contact author personally re WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 -USES= gmake +USES= gmake shebangfix +SHEBANG_FILES= examples/quadloop/dotest.pl MAKE_JOBS_UNSAFE= yes ALL_TARGET= world From owner-svn-ports-branches@freebsd.org Fri Sep 11 17:37:28 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9356A02E45; Fri, 11 Sep 2015 17:37:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA0DB1256; Fri, 11 Sep 2015 17:37:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BHbSo7056224; Fri, 11 Sep 2015 17:37:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BHbS3E056223; Fri, 11 Sep 2015 17:37:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509111737.t8BHbS3E056223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Sep 2015 17:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396686 - branches/2015Q3/devel/cvs+ipv6 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 17:37:28 -0000 Author: amdmi3 Date: Fri Sep 11 17:37:27 2015 New Revision: 396686 URL: https://svnweb.freebsd.org/changeset/ports/396686 Log: MFH: r396685 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/cvs+ipv6/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/cvs+ipv6/Makefile ============================================================================== --- branches/2015Q3/devel/cvs+ipv6/Makefile Fri Sep 11 17:33:54 2015 (r396685) +++ branches/2015Q3/devel/cvs+ipv6/Makefile Fri Sep 11 17:37:27 2015 (r396686) @@ -2,7 +2,7 @@ PORTNAME= cvs PORTVERSION= 1.20120905 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel ipv6 MASTER_SITES= LOCAL/eadler PKGNAMESUFFIX= +ipv6 @@ -18,7 +18,16 @@ COMMENT= IPv6 enabled cvs. You can use CONFLICTS= cvsnt-[12]* cvs-devel-[12]* LICENSE= GPLv2 -USES= makeinfo tar:xz uidfix +USES= makeinfo shebangfix tar:xz uidfix +SHEBANG_FILES= contrib/clmerge \ + contrib/cln_hist \ + contrib/commit_prep \ + contrib/cvs_acls \ + contrib/easy-import \ + contrib/log \ + contrib/log_accum \ + contrib/mfpipe \ + contrib/rcslock PATCHDIR= ${WRKDIR}/call/cvs-build WRKSRC= ${WRKDIR}/call/cvs-build INFO= cvs cvsclient From owner-svn-ports-branches@freebsd.org Fri Sep 11 18:18:11 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13D59A021E0; Fri, 11 Sep 2015 18:18:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04B4918F8; Fri, 11 Sep 2015 18:18:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BIIAVu073160; Fri, 11 Sep 2015 18:18:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BIIAXr073159; Fri, 11 Sep 2015 18:18:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509111818.t8BIIAXr073159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Sep 2015 18:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396692 - branches/2015Q3/sysutils/dt X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 18:18:11 -0000 Author: amdmi3 Date: Fri Sep 11 18:18:10 2015 New Revision: 396692 URL: https://svnweb.freebsd.org/changeset/ports/396692 Log: MFH: r396691 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/sysutils/dt/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/dt/Makefile ============================================================================== --- branches/2015Q3/sysutils/dt/Makefile Fri Sep 11 18:16:31 2015 (r396691) +++ branches/2015Q3/sysutils/dt/Makefile Fri Sep 11 18:18:10 2015 (r396692) @@ -3,6 +3,7 @@ PORTNAME= dt PORTVERSION= 17.07 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ \ http://T32.TecNik93.com/FreeBSD/ports/dt/sources/ @@ -13,6 +14,11 @@ COMMENT= Data Test Program - disk/tape e OPTIONS_DEFINE= DOCS +USES= shebangfix +SHEBANG_FILES= Scripts/DiskTests.ksh \ + Scripts/butterfly.ksh \ + Scripts/butterfly_file.ksh \ + Scripts/dt_noprog_script.ksh WRKSRC= ${WRKDIR}/dt.d MAKEFILE= Makefile.freebsd ALL_TARGET= dt @@ -20,6 +26,10 @@ LICENSE= ISCL PORTDOCS= README.1st ToDoList WhatsNew-* dt-UsersGuide.pdf dt-Overview.txt +post-patch: + @${REINPLACE_CMD} -i '' -e 's|/usr/bin/ksh|${ksh_CMD}|' \ + ${WRKSRC}/Scripts/trigger-AIX.ksh + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dt ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-branches@freebsd.org Fri Sep 11 18:43:50 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81A79A02DD7; Fri, 11 Sep 2015 18:43:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 728EE18BF; Fri, 11 Sep 2015 18:43:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BIho9P085614; Fri, 11 Sep 2015 18:43:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BIhoLV085613; Fri, 11 Sep 2015 18:43:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509111843.t8BIhoLV085613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Sep 2015 18:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396697 - branches/2015Q3/finance/ktoblzcheck X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 18:43:50 -0000 Author: amdmi3 Date: Fri Sep 11 18:43:49 2015 New Revision: 396697 URL: https://svnweb.freebsd.org/changeset/ports/396697 Log: MFH: r396696 This needs perl as both build and run dependency - It installs perl scripts into DATADIR - Unless perl is available at buildtime it'll use incorrect shebangs for these scripts Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2015Q3/finance/ktoblzcheck/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/finance/ktoblzcheck/Makefile ============================================================================== --- branches/2015Q3/finance/ktoblzcheck/Makefile Fri Sep 11 18:42:50 2015 (r396696) +++ branches/2015Q3/finance/ktoblzcheck/Makefile Fri Sep 11 18:43:49 2015 (r396697) @@ -3,6 +3,7 @@ PORTNAME= ktoblzcheck PORTVERSION= 1.48 +PORTREVISION= 1 CATEGORIES= finance german MASTER_SITES= SF/${PORTNAME} @@ -12,7 +13,7 @@ COMMENT= Check bank codes of German bank LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix +USES= libtool pathfix perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip From owner-svn-ports-branches@freebsd.org Fri Sep 11 18:46:37 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2ECBCA02F6F; Fri, 11 Sep 2015 18:46:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FDC41D84; Fri, 11 Sep 2015 18:46:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BIkatq086232; Fri, 11 Sep 2015 18:46:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BIkaqu086231; Fri, 11 Sep 2015 18:46:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509111846.t8BIkaqu086231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Sep 2015 18:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396702 - branches/2015Q3/net-mgmt/lg X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 18:46:37 -0000 Author: amdmi3 Date: Fri Sep 11 18:46:36 2015 New Revision: 396702 URL: https://svnweb.freebsd.org/changeset/ports/396702 Log: MFH: r396688 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/net-mgmt/lg/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-mgmt/lg/Makefile ============================================================================== --- branches/2015Q3/net-mgmt/lg/Makefile Fri Sep 11 18:46:15 2015 (r396701) +++ branches/2015Q3/net-mgmt/lg/Makefile Fri Sep 11 18:46:36 2015 (r396702) @@ -3,6 +3,7 @@ PORTNAME= lg PORTVERSION= 1.9.s20140622 +PORTREVISION= 1 MASTER_SITES= LOCAL/mat/lg GH CATEGORIES= net-mgmt perl5 @@ -18,10 +19,12 @@ USE_GITHUB= yes GH_ACCOUNT= Cougar GH_TAGNAME= 0d53e4b -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= lg.cgi makeaslist.pl makedb.pl USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}